@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
}

* {
  font-family: "Montserrat" !important;
}

.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: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #323232;
  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-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:1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

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

@media (min-width:1540px) {
  .dropdown-menu-hd-left {
    right: auto;
    left: 0
  }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.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: .125rem
}

.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: .125rem
}

.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 #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.form-control {
  display: block;
  height: calc(1.2em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none
  }
}

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

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

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

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

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #323232;
  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: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto
}

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

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem
}

.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: #28a745;
  padding-right: calc(1.2em + .75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.3em + .1875rem) center;
  background-size: calc(.6em + .375rem) calc(.6em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.2em + .75rem);
  background-position: top calc(.3em + .1875rem) right calc(.3em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.6em + .375rem) calc(.6em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
  border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}

.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: #dc3545;
  padding-right: calc(1.2em + .75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.3em + .1875rem) center;
  background-size: calc(.6em + .375rem) calc(.6em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.2em + .75rem);
  background-position: top calc(.3em + .1875rem) right calc(.3em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.6em + .375rem) calc(.6em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width:576px) {
  .form-inline label {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .form-group,
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center
  }

  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

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

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

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

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

@media (min-width:1280px) {
  .container {
    max-width: 1220px
  }
}

@media (min-width:1540px) {
  .container {
    max-width: 1480px
  }
}

.container-fluid,
.container-hd,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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:1280px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1220px
  }
}

@media (min-width:1540px) {

  .container,
  .container-hd,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1480px
  }
}

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

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

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

.col,
.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-hd,
.col-hd-1,
.col-hd-2,
.col-hd-3,
.col-hd-4,
.col-hd-5,
.col-hd-6,
.col-hd-7,
.col-hd-8,
.col-hd-9,
.col-hd-10,
.col-hd-11,
.col-hd-12,
.col-hd-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: 15px;
  padding-left: 15px
}

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

.row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%
}

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

.col-1,
.col-auto {
  -webkit-box-flex: 0
}

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

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

.col-2,
.col-3 {
  -webkit-box-flex: 0
}

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

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

.col-4,
.col-5 {
  -webkit-box-flex: 0
}

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

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

.col-6,
.col-7 {
  -webkit-box-flex: 0
}

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

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

.col-8,
.col-9 {
  -webkit-box-flex: 0
}

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

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

.col-10,
.col-11 {
  -webkit-box-flex: 0
}

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.33333333%
}

.offset-2 {
  margin-left: 16.66666667%
}

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

.offset-4 {
  margin-left: 33.33333333%
}

.offset-5 {
  margin-left: 41.66666667%
}

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

.offset-7 {
  margin-left: 58.33333333%
}

.offset-8 {
  margin-left: 66.66666667%
}

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

.offset-10 {
  margin-left: 83.33333333%
}

.offset-11 {
  margin-left: 91.66666667%
}

@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333333%
  }

  .offset-sm-2 {
    margin-left: 16.66666667%
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%
  }

  .offset-sm-5 {
    margin-left: 41.66666667%
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%
  }

  .offset-sm-8 {
    margin-left: 66.66666667%
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%
  }

  .offset-sm-11 {
    margin-left: 91.66666667%
  }
}

@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333333%
  }

  .offset-md-2 {
    margin-left: 16.66666667%
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%
  }

  .offset-md-5 {
    margin-left: 41.66666667%
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%
  }

  .offset-md-8 {
    margin-left: 66.66666667%
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%
  }

  .offset-md-11 {
    margin-left: 91.66666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333333%
  }

  .offset-lg-2 {
    margin-left: 16.66666667%
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%
  }

  .offset-lg-5 {
    margin-left: 41.66666667%
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%
  }

  .offset-lg-8 {
    margin-left: 66.66666667%
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%
  }

  .offset-lg-11 {
    margin-left: 91.66666667%
  }
}

@media (min-width:1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.33333333%
  }

  .offset-xl-2 {
    margin-left: 16.66666667%
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%
  }

  .offset-xl-5 {
    margin-left: 41.66666667%
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%
  }

  .offset-xl-8 {
    margin-left: 66.66666667%
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%
  }

  .offset-xl-11 {
    margin-left: 91.66666667%
  }
}

@media (min-width:1540px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-hd-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-hd-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-hd-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .row-cols-hd-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-hd-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-hd-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-hd-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-hd-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-hd-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

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

  .col-hd-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-hd-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

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

  .col-hd-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-hd-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

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

  .col-hd-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-hd-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

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

  .order-hd-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-hd-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-hd-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-hd-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-hd-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-hd-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-hd-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-hd-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-hd-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-hd-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-hd-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-hd-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-hd-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-hd-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-hd-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-hd-0 {
    margin-left: 0
  }

  .offset-hd-1 {
    margin-left: 8.33333333%
  }

  .offset-hd-2 {
    margin-left: 16.66666667%
  }

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

  .offset-hd-4 {
    margin-left: 33.33333333%
  }

  .offset-hd-5 {
    margin-left: 41.66666667%
  }

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

  .offset-hd-7 {
    margin-left: 58.33333333%
  }

  .offset-hd-8 {
    margin-left: 66.66666667%
  }

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

  .offset-hd-10 {
    margin-left: 83.33333333%
  }

  .offset-hd-11 {
    margin-left: 91.66666667%
  }
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
  margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #323232;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0
}

.list-group-horizontal .list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal .list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-sm .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-md .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-lg .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:1280px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xl .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:1540px) {
  .list-group-horizontal-hd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-hd .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-hd .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-hd .list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-hd .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-hd .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.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 {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.2
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.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: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem)
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media (min-width:1280px) {
  .modal-xl {
    max-width: 1140px
  }
}

.navbar {
  padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-hd,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .35rem;
  padding-bottom: .35rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

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

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%
}

@media (max-width:575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-hd,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-hd,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (max-width:767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-hd,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-hd,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (max-width:991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-hd,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-hd,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (max-width:1279.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-hd,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1280px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-xl,
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-hd,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

@media (max-width:1539.98px) {

  .navbar-expand-hd>.container,
  .navbar-expand-hd>.container-fluid,
  .navbar-expand-hd>.container-hd,
  .navbar-expand-hd>.container-lg,
  .navbar-expand-hd>.container-md,
  .navbar-expand-hd>.container-sm,
  .navbar-expand-hd>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1540px) {
  .navbar-expand-hd {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-hd,
  .navbar-expand-hd .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }

  .navbar-expand-hd .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-hd .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-hd .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-hd>.container,
  .navbar-expand-hd>.container-fluid,
  .navbar-expand-hd>.container-hd,
  .navbar-expand-hd>.container-lg,
  .navbar-expand-hd>.container-md,
  .navbar-expand-hd>.container-sm,
  .navbar-expand-hd>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-hd .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-hd .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-hd,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-hd,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, .5);
  border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: #6c757d;
  pointer-events: none;
  cursor: default
}

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

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

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

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}

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

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

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
  margin: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #323232;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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 {
  color: #cdc57c;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #bfb557;
  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: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

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

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

select {
  word-wrap: normal
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

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

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  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
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #323232
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
  padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  color: #323232;
  background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width:1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

@media (max-width:1539.98px) {
  .table-responsive-hd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-hd>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

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

@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1280px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

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

@media (min-width:1540px) {
  .d-hd-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column,
.flex-row {
  -webkit-box-direction: normal !important
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

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

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

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

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

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

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

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

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

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

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

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

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

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

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

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

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

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

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

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

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

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

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

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

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

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

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

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

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

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

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1540px) {
  .flex-hd-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-hd-column,
  .flex-hd-row {
    -webkit-box-direction: normal !important
  }

  .flex-hd-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-hd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-hd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

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

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

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

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

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

  .flex-hd-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-hd-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-hd-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important
}

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

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

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

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

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

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

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

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

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

.m-2 {
  margin: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important
}

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

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

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

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

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

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

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

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

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

.p-2 {
  padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -.25rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

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

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

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

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

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

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

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

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

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

.m-n4 {
  margin: -1.5rem !important
}

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important
}

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

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

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

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

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important
  }

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

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

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

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

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

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important
  }

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

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

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

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

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

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important
  }

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

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

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

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

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

@media (min-width:1280px) {
  .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: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important
  }

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

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

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

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

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

@media (min-width:1540px) {
  .m-hd-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-hd-1 {
    margin: .25rem !important
  }

  .mt-hd-1,
  .my-hd-1 {
    margin-top: .25rem !important
  }

  .mr-hd-1,
  .mx-hd-1 {
    margin-right: .25rem !important
  }

  .mb-hd-1,
  .my-hd-1 {
    margin-bottom: .25rem !important
  }

  .ml-hd-1,
  .mx-hd-1 {
    margin-left: .25rem !important
  }

  .m-hd-2 {
    margin: .5rem !important
  }

  .mt-hd-2,
  .my-hd-2 {
    margin-top: .5rem !important
  }

  .mr-hd-2,
  .mx-hd-2 {
    margin-right: .5rem !important
  }

  .mb-hd-2,
  .my-hd-2 {
    margin-bottom: .5rem !important
  }

  .ml-hd-2,
  .mx-hd-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-hd-1 {
    padding: .25rem !important
  }

  .pt-hd-1,
  .py-hd-1 {
    padding-top: .25rem !important
  }

  .pr-hd-1,
  .px-hd-1 {
    padding-right: .25rem !important
  }

  .pb-hd-1,
  .py-hd-1 {
    padding-bottom: .25rem !important
  }

  .pl-hd-1,
  .px-hd-1 {
    padding-left: .25rem !important
  }

  .p-hd-2 {
    padding: .5rem !important
  }

  .pt-hd-2,
  .py-hd-2 {
    padding-top: .5rem !important
  }

  .pr-hd-2,
  .px-hd-2 {
    padding-right: .5rem !important
  }

  .pb-hd-2,
  .py-hd-2 {
    padding-bottom: .5rem !important
  }

  .pl-hd-2,
  .px-hd-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-hd-n1 {
    margin: -.25rem !important
  }

  .mt-hd-n1,
  .my-hd-n1 {
    margin-top: -.25rem !important
  }

  .mr-hd-n1,
  .mx-hd-n1 {
    margin-right: -.25rem !important
  }

  .mb-hd-n1,
  .my-hd-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-hd-n1,
  .mx-hd-n1 {
    margin-left: -.25rem !important
  }

  .m-hd-n2 {
    margin: -.5rem !important
  }

  .mt-hd-n2,
  .my-hd-n2 {
    margin-top: -.5rem !important
  }

  .mr-hd-n2,
  .mx-hd-n2 {
    margin-right: -.5rem !important
  }

  .mb-hd-n2,
  .my-hd-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-hd-n2,
  .mx-hd-n2 {
    margin-left: -.5rem !important
  }

  .m-hd-n3 {
    margin: -1rem !important
  }

  .mt-hd-n3,
  .my-hd-n3 {
    margin-top: -1rem !important
  }

  .mr-hd-n3,
  .mx-hd-n3 {
    margin-right: -1rem !important
  }

  .mb-hd-n3,
  .my-hd-n3 {
    margin-bottom: -1rem !important
  }

  .ml-hd-n3,
  .mx-hd-n3 {
    margin-left: -1rem !important
  }

  .m-hd-n4 {
    margin: -1.5rem !important
  }

  .mt-hd-n4,
  .my-hd-n4 {
    margin-top: -1.5rem !important
  }

  .mr-hd-n4,
  .mx-hd-n4 {
    margin-right: -1.5rem !important
  }

  .mb-hd-n4,
  .my-hd-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-hd-n4,
  .mx-hd-n4 {
    margin-left: -1.5rem !important
  }

  .m-hd-n5 {
    margin: -3rem !important
  }

  .mt-hd-n5,
  .my-hd-n5 {
    margin-top: -3rem !important
  }

  .mr-hd-n5,
  .mx-hd-n5 {
    margin-right: -3rem !important
  }

  .mb-hd-n5,
  .my-hd-n5 {
    margin-bottom: -3rem !important
  }

  .ml-hd-n5,
  .mx-hd-n5 {
    margin-left: -3rem !important
  }

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

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

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

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

  .ml-hd-auto,
  .mx-hd-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:1280px) {
  .text-xl-left {
    text-align: left !important
  }

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

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

@media (min-width:1540px) {
  .text-hd-left {
    text-align: left !important
  }

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

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

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

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

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

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-weight-bolder {
  font-weight: bolder !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important
}

.text-body {
  color: #323232 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .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
}

.fa {
  font-family: icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-question:before {
  content: "\E929"
}

.fa-explanation-mark:before,
.fa-notice:before,
.fa-notification:before,
.fa-warning:before {
  content: "\E928"
}

.fa-play:before {
  content: "\E900"
}

.fa-chevron-circle-down:before {
  content: "\E92A"
}

.fa-check-circle:before {
  content: "\E925"
}

.fa-control:before,
.fa-dashboard:before,
.fa-equalizer:before,
.fa-preferences:before,
.fa-settings:before,
.fa-sliders:before {
  content: "\E92B"
}

.fa-banned:before,
.fa-blocked:before,
.fa-eye-blocked:before,
.fa-eye-slash:before,
.fa-forbidden:before,
.fa-private:before,
.fa-views:before,
.fa-vision:before,
.fa-visit:before {
  content: "\E926"
}

.fa-eye:before,
.fa-views1:before,
.fa-vision1:before,
.fa-visit1:before {
  content: "\E927"
}

.fa-brand:before,
.fa-social:before,
.fa-youtube:before {
  content: "\E91E"
}

.fa-deposit:before {
  content: "\E901"
}

.fa-games:before {
  content: "\E902"
}

.fa-payments:before {
  content: "\E903"
}

.fa-promotions:before {
  content: "\E904"
}

.fa-vip:before {
  content: "\E905"
}

.fa-winners:before {
  content: "\E906"
}

.fa-chevron-right:before {
  content: "\E907"
}

.fa-chevron-left:before {
  content: "\E908"
}

.fa-chevron-thin-right:before {
  content: "\E909"
}

.fa-chevron-thin-left:before {
  content: "\E90A"
}

.fa-chat1:before {
  content: "\E90B"
}

.fa-phone:before {
  content: "\E90C"
}

.fa-envelope:before {
  content: "\E90D"
}

.fa-faq:before {
  content: "\E90E"
}

.fa-search:before {
  content: "\E90F"
}

.fa-check:before {
  content: "\E910"
}

.fa-diamond:before {
  content: "\E911"
}

.fa-cancel:before,
.fa-close:before,
.fa-cross:before {
  content: "\E912"
}

.fa-play1:before {
  content: "\E913"
}

.fa-diamond1:before {
  content: "\E914"
}

.fa-arrow-circle-right1:before {
  content: "\E915"
}

.fa-arrow-circle-left1:before {
  content: "\E916"
}

.fa-play3:before {
  content: "\E917"
}

.fa-star:before {
  content: "\E918"
}

.fa-info:before {
  content: "\E919"
}

.fa-support-icon:before {
  content: "\E91A"
}

.fa-support-icon2:before {
  content: "\E91B"
}

.fa-chat:before {
  content: "\E91C"
}

.fa-faq-icon:before {
  content: "\E91D"
}

.fa-chevron-up:before {
  content: "\E91F"
}

.fa-th-large:before {
  content: "\E920"
}

.fa-th:before {
  content: "\E921"
}

.fa-caret-up:before {
  content: "\E922"
}

.fa-caret-down:before {
  content: "\E923"
}

.fa-bars:before {
  content: "\E924"
}

.fa-mobile:before {
  content: "\E958"
}

.fa-spinner10:before,
.fa-spinner:before {
  content: "\E983"
}

.fa-exclamation-circle:before,
.fa-notification1:before {
  content: "\EA08"
}

.fa-question-circle-o:before,
.fa-question-circle:before {
  content: "\EA09"
}

.fa-question1:before {
  content: "\EA0A"
}

.fa-info2:before {
  content: "\EA0C"
}

.fa-cancel-circle:before {
  content: "\EA0D"
}

.fa-cross1:before {
  content: "\EA0F"
}

.fa-checkmark:before {
  content: "\EA10"
}

.fa-facebook:before {
  content: "\EA90"
}

.fa-instagram:before {
  content: "\EA92"
}

.fa-twitter:before {
  content: "\EA96"
}

.fa-appleinc:before {
  content: "\EABE"
}

.fa-android:before {
  content: "\EAC0"
}

.header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999
}

.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: #fff;
  z-index: 120;
  -webkit-box-shadow: inset -1px 0 5px #222;
  box-shadow: inset -1px 0 5px #222;
  background: #01325b
}

@media (min-width:992px) {
  .header {
    height: 75px;
    background: #01325b
  }
}

@media (min-width:1280px) {
  .header {
    height: 85px
  }
}

.header a.btn {
  width: auto;
  margin-top: 23px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000
}

.header .navbar .navbar-brand {
  display: inline-block
}

.paynplay .header .navbar .navbar-brand {
  position: absolute;
  left: 49%
}

.header .navbar .navbar-brand img.logo {
  height: 80px;
  display: inline-block
}

.header .navbar .inner-container {
  display: inline-block;
  float: right
}

.header .navbar .inner-container .btn {
  min-width: 150px;
  display: inline-block;
  padding: 0 15px;
  line-height: 40px;
  width: auto;
  -webkit-box-shadow: 1px 1px 2px #222;
  box-shadow: 1px 1px 2px #222;
  border-radius: 40px;
  font-size: .9rem;
  text-shadow: 1px 1px #222
}

.header .navbar .inner-container .btn:first-child {
  margin-right: 15px
}

.header .navbar .container {
  max-width: 100%;
  padding-left: 3%
}

.header .nav-logo {
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 7%
}

@media (min-width:768px) {
  .header .nav-logo {
    width: 300px;
    height: 80px;
    left: calc(50% - 150px)
  }
}

@media (min-width:992px) {
  .header .nav-logo {
    left: 15px;
    width: 278px;
    height: 130px
  }
}

@media (min-width:1280px) {
  .header .nav-logo {
    left: 10%;
    width: 321px;
    height: 150px
  }
}

.header .logo,
.header .logo img {
  height: 80px
}

.header .topbar-login {
  height: 93px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: 10px
}

@media (min-width:992px) {
  .header .topbar-login {
    height: 75px
  }
}

@media (min-width:1280px) {
  .header .topbar-login {
    height: 85px
  }
}

@media (min-width:992px) {
  .header .topbar-login {
    margin-right: 70px
  }
}

.header .topbar-login .error-tooltip {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 30;
  background: hsla(0, 0%, 95%, .95);
  border-radius: 4px;
  top: 100%;
  margin-top: 5px;
  font-size: 12px;
  color: #f22424;
  padding: 5px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2)
}

.header .topbar-login .error-tooltip:before {
  content: " ";
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: transparent transparent rgba(241, 237, 252, .95);
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  width: 5px;
  margin: 0 auto
}

.header .topbar-login .quick-login {
  display: none;
  position: relative
}

@media (min-width:992px) {
  .header .topbar-login .quick-login {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}

.header .topbar-login .quick-login .general-error {
  display: none;
  background: #fff;
  color: #f22424;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
  margin: 0;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999
}

.header .topbar-login .quick-login .login-fields {
  position: relative
}

.header .topbar-login .quick-login .login-fields .auth-forgot {
  position: absolute;
  right: 16px;
  bottom: -15px;
  color: #fff;
  font-size: 12px;
  text-decoration: underline
}

.header .topbar-login .quick-login .login-fields .auth-forgot:active,
.header .topbar-login .quick-login .login-fields .auth-forgot:active:active,
.header .topbar-login .quick-login .login-fields .auth-forgot:active:focus,
.header .topbar-login .quick-login .login-fields .auth-forgot:active:hover,
.header .topbar-login .quick-login .login-fields .auth-forgot:focus,
.header .topbar-login .quick-login .login-fields .auth-forgot:focus:active,
.header .topbar-login .quick-login .login-fields .auth-forgot:focus:focus,
.header .topbar-login .quick-login .login-fields .auth-forgot:focus:hover,
.header .topbar-login .quick-login .login-fields .auth-forgot:hover,
.header .topbar-login .quick-login .login-fields .auth-forgot:hover:active,
.header .topbar-login .quick-login .login-fields .auth-forgot:hover:focus,
.header .topbar-login .quick-login .login-fields .auth-forgot:hover:hover {
  color: #fff
}

.header .topbar-login .quick-login input {
  outline: 0;
  border: 1px solid rgba(180, 65, 35, .8);
  background: #fff;
  color: rgba(222, 57, 2, .4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(180, 65, 35, .4);
  box-shadow: inset 1px 1px 0 rgba(180, 65, 35, .4);
  border-radius: 40px;
  height: 32px;
  padding: 0 18px;
  margin-right: 15px;
  font-weight: 500;
  width: 190px;
  -webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

.header .topbar-login .quick-login input.pinCode {
  width: 270px
}

@media (min-width:1540px) {
  .header .topbar-login .quick-login input {
    height: 36px
  }
}

.header .topbar-login .quick-login input:-webkit-autofill,
.header .topbar-login .quick-login input:-webkit-autofill:focus,
.header .topbar-login .quick-login input:-webkit-autofill:hover {
  background: #fff;
  color: rgba(222, 57, 2, .4)
}

.header .topbar-login .quick-login input::-moz-placeholder {
  color: rgba(222, 57, 2, .4);
  font-weight: 500
}

.se .header .topbar-login .quick-login input::-moz-placeholder {
  font-size: .65rem
}

.no .header .topbar-login .quick-login input::-moz-placeholder {
  font-size: .8125rem
}

.fi .header .topbar-login .quick-login input::-moz-placeholder {
  font-size: .6875rem
}

.de .header .topbar-login .quick-login input::-moz-placeholder {
  font-size: .75rem
}

.header .topbar-login .quick-login input:-ms-input-placeholder {
  color: rgba(222, 57, 2, .4);
  font-weight: 500
}

.se .header .topbar-login .quick-login input:-ms-input-placeholder {
  font-size: .65rem
}

.no .header .topbar-login .quick-login input:-ms-input-placeholder {
  font-size: .8125rem
}

.fi .header .topbar-login .quick-login input:-ms-input-placeholder {
  font-size: .6875rem
}

.de .header .topbar-login .quick-login input:-ms-input-placeholder {
  font-size: .75rem
}

.header .topbar-login .quick-login input::-webkit-input-placeholder {
  color: rgba(222, 57, 2, .4);
  font-weight: 500
}

.se .header .topbar-login .quick-login input::-webkit-input-placeholder {
  font-size: .65rem
}

.no .header .topbar-login .quick-login input::-webkit-input-placeholder {
  font-size: .8125rem
}

.fi .header .topbar-login .quick-login input::-webkit-input-placeholder {
  font-size: .6875rem
}

.de .header .topbar-login .quick-login input::-webkit-input-placeholder {
  font-size: .75rem
}

.header .topbar-login .quick-login input:focus {
  outline: 0;
  color: rgba(0, 0, 0, .5);
  border-color: rgba(180, 65, 35, .5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(180, 65, 35, .5);
  box-shadow: inset 1px 1px 0 rgba(180, 65, 35, .5)
}

.header .topbar-login .btn-login {
  cursor: pointer;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase
}

@media (max-width:991.98px) {
  .header .topbar-login .btn-login {
    display: none
  }
}

.header .topbar-login .btn-download,
.header .topbar-login .btn-registration {
  border-radius: 40px;
  font-weight: 700;
  text-transform: uppercase;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  text-decoration: none;
  margin: 0;
  font-size: .875rem
}

@media (max-width:575.98px) {

  .de .header .topbar-login .btn-download,
  .de .header .topbar-login .btn-registration {
    font-size: .75rem
  }
}

@media (min-width:576px) {

  .header .topbar-login .btn-download,
  .header .topbar-login .btn-registration {
    font-size: 1rem
  }
}

@media (min-width:768px) {

  .header .topbar-login .btn-download,
  .header .topbar-login .btn-registration {
    padding: 0 15px
  }
}

@media (min-width:992px) {

  .header .topbar-login .btn-download,
  .header .topbar-login .btn-registration {
    margin: 0 10px;
    padding: 0 20px
  }
}

@media (min-width:1540px) {

  .header .topbar-login .btn-download,
  .header .topbar-login .btn-registration {
    height: 36px;
    line-height: 36px
  }
}

.header .topbar-login .btn-download,
.header .topbar-login .btn-registration {
  position: relative;
  color: #000;
  background: #f8ce23;
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .5);
  -webkit-box-shadow: 1px -1px 2px 0 rgba(34, 97, 133, .25);
  box-shadow: 1px -1px 2px 0 rgba(34, 97, 133, .25)
}

.header .topbar-login .btn-download:after,
.header .topbar-login .btn-registration:after {
  content: "";
  -webkit-box-shadow: inset -1px 3px 0 0 hsla(0, 0%, 100%, .34);
  box-shadow: inset -1px 3px 0 0 hsla(0, 0%, 100%, .34);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px
}

.header .btn-left-login {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: .875rem
}

@media (max-width:575.98px) {
  .de .header .btn-left-login {
    font-size: .75rem
  }
}

@media (min-width:576px) {
  .header .btn-left-login {
    font-size: 1rem
  }
}

.header .navbar-toggler {
  outline: none !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  position: absolute;
  left: 10px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header .navbar-toggler .navbar-toggler-wrapper {
  width: 30px;
  height: 20px;
  position: relative
}

.header .navbar-toggler .navbar-toggler-wrapper i {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .header .navbar-toggler .navbar-toggler-wrapper i {
    -webkit-transition: none;
    transition: none
  }
}

.header .navbar-toggler .navbar-toggler-wrapper i:nth-child(2n) {
  left: 50%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.header .navbar-toggler .navbar-toggler-wrapper i:nth-child(odd) {
  left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.header .navbar-toggler .navbar-toggler-wrapper i:first-child,
.header .navbar-toggler .navbar-toggler-wrapper i:nth-child(2) {
  top: 0
}

.header .navbar-toggler .navbar-toggler-wrapper i:nth-child(3),
.header .navbar-toggler .navbar-toggler-wrapper i:nth-child(4) {
  top: 8px
}

.header .navbar-toggler .navbar-toggler-wrapper i:nth-child(5),
.header .navbar-toggler .navbar-toggler-wrapper i:nth-child(6) {
  top: 16px
}

.sidebar-menu-body-open .header .navbar-toggler .navbar-toggler-wrapper i {
  border-radius: 0
}

.sidebar-menu-body-open .header .navbar-toggler .navbar-toggler-wrapper i:first-child,
.sidebar-menu-body-open .header .navbar-toggler .navbar-toggler-wrapper i:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sidebar-menu-body-open .header .navbar-toggler .navbar-toggler-wrapper i:nth-child(2),
.sidebar-menu-body-open .header .navbar-toggler .navbar-toggler-wrapper i:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.sidebar-menu-body-open .header .navbar-toggler .navbar-toggler-wrapper i:first-child {
  left: 4px;
  top: 5px
}

.sidebar-menu-body-open .header .navbar-toggler .navbar-toggler-wrapper i:nth-child(2) {
  left: 12px;
  top: 5px
}

.sidebar-menu-body-open .header .navbar-toggler .navbar-toggler-wrapper i:nth-child(3) {
  left: -50%;
  opacity: 0
}

.sidebar-menu-body-open .header .navbar-toggler .navbar-toggler-wrapper i:nth-child(4) {
  left: 100%;
  opacity: 0
}

.sidebar-menu-body-open .header .navbar-toggler .navbar-toggler-wrapper i:nth-child(5) {
  left: 4px;
  top: 13px
}

.sidebar-menu-body-open .header .navbar-toggler .navbar-toggler-wrapper i:nth-child(6) {
  left: 12px;
  top: 13px
}

.left-nav {
  position: fixed;
  height: 100%;
  width: 300px;
  overflow: hidden;
  min-height: 100%;
  padding: 0;
  background-color: #0299ff;
  z-index: 2500;
  top: 0;
  left: -300px;
  overflow-y: auto;
  -webkit-box-shadow: 1px 1px 5px #000;
  box-shadow: 1px 1px 5px #000;
  -webkit-transition: left .5s;
  transition: left .5s
}

@media (prefers-reduced-motion:reduce) {
  .left-nav {
    -webkit-transition: none;
    transition: none
  }
}

.paynplay.home .left-nav,
.sidebar-body-open .left-nav {
  left: 0
}

.left-nav .fa-close {
  display: none;
  font-size: 1.5rem;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer
}

.paynplay:not(.home) .left-nav .fa-close,
.sidebar-body-open .left-nav .fa-close {
  display: block
}

@media screen and (max-width:1365px) {
  .left-nav {
    z-index: 9999;
    right: 0;
    max-width: 100%
  }

  .left-nav,
  .left-nav .fa-close {
    display: block
  }

  .paynplay .left-nav,
  .sidebar-body-open .left-nav {
    left: 0
  }
}

.left-nav .btn {
  font-weight: 700;
  font-size: 1rem;
  padding: 0 20px;
  display: block;
  margin: 0 auto 15px;
  line-height: 40px;
  height: 40px;
  min-width: 170px;
  border-radius: 50px;
  -webkit-box-shadow: 1px 1px 3px #222;
  box-shadow: 1px 1px 3px #222
}

.left-nav .btn.btn-download {
  width: 100%;
  height: 50px;
  margin-bottom: 12pcax
}

.left-nav .logo {
  padding: 10px;
  background-repeat: no-repeat
}

.left-nav .logo img {
  width: 90%;
  margin: 0 auto
}

.left-nav .ny-logo {
  position: relative
}

.left-nav .ny-logo video {
  width: 258px;
  height: 200px
}

.se .left-nav .ny-logo video {
  height: 242px
}

.se .left-nav .ny-logo .ny-overlay {
  display: none
}

.left-nav .ny-logo a {
  position: absolute;
  top: 0;
  left: 0
}

.left-nav .ny-logo .ny-overlay {
  width: 100%;
  height: 48px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 2px;
  left: 0
}

.left-nav .form {
  margin-top: 0;
  padding: 10px 10px 0;
  background-size: 165%;
  background-repeat: no-repeat;
  font-size: .8rem
}

.left-nav .form .general-error {
  background: #efefef;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 10px;
  color: red
}

.left-nav .form #side-username,
.left-nav .form #side_username {
  padding: 0 5px;
  width: 100%;
  border: 1px solid #583878;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-width: 1px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: .8rem;
  background: #1b1123;
  font-style: italic;
  color: #aba064;
  outline: none;
  -webkit-box-shadow: inset 0 1px 10px #000;
  box-shadow: inset 0 1px 10px #000
}

.left-nav .form #side-username::-webkit-input-placeholder,
.left-nav .form #side_username::-webkit-input-placeholder {
  color: #583878
}

.left-nav .form #side-username::-moz-placeholder,
.left-nav .form #side_username::-moz-placeholder {
  color: #583878
}

.left-nav .form #side-username::-ms-input-placeholder,
.left-nav .form #side_username::-ms-input-placeholder {
  color: #583878
}

.left-nav .form #side-username::placeholder,
.left-nav .form #side_username::placeholder {
  color: #583878
}

.left-nav .form #side-password,
.left-nav .form #side_password {
  padding: 0 5px;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #583878;
  border-width: 1px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: .8rem;
  background: #1b1123;
  font-style: italic;
  color: #aba064;
  outline: none;
  -webkit-box-shadow: inset 0 1px 10px #000;
  box-shadow: inset 0 1px 10px #000
}

.left-nav .form #side-password::-webkit-input-placeholder,
.left-nav .form #side_password::-webkit-input-placeholder {
  color: #583878
}

.left-nav .form #side-password::-moz-placeholder,
.left-nav .form #side_password::-moz-placeholder {
  color: #583878
}

.left-nav .form #side-password::-ms-input-placeholder,
.left-nav .form #side_password::-ms-input-placeholder {
  color: #583878
}

.left-nav .form #side-password::placeholder,
.left-nav .form #side_password::placeholder {
  color: #583878
}

.left-nav .form #forgot_question {
  padding: 10px;
  color: #fff
}

.left-nav .form #forgot_question a.auth-forgot {
  color: #cdc57c
}

.left-nav .form section {
  color: #fff
}

.left-nav .form span {
  font-size: .8rem
}

.left-nav .form .auth-forgot {
  color: #cbc47d;
  font-size: .8rem
}

.left-nav .form .auth-forgot a {
  color: #cbc47d
}

.left-nav .form .menu-ul {
  padding: 0 10px;
  margin: 10px auto;
  border-top: 1px solid #01325b;
  border-bottom: 1px solid #004986
}

.left-nav .form .menu-ul li {
  width: 95%;
  line-height: 40px;
  border-top: 1px solid #004986;
  border-bottom: 1px solid #01325b;
  color: #fff;
  background-image: radial-gradient(#024a72, #013055)
}

.left-nav .form .menu-ul li i {
  font-size: 1rem;
  color: #058f26;
  display: block;
  width: 100%;
  text-align: center;
  height: auto
}

.left-nav .form .menu-ul li img {
  display: inline-block;
  height: 22px
}

.left-nav .form .menu-ul li:active img,
.left-nav .form .menu-ul li:focus img,
.left-nav .form .menu-ul li:hover img,
.left-nav .form .menu-ul li img.hover {
  display: none
}

.left-nav .form .menu-ul li:active img.hover,
.left-nav .form .menu-ul li:focus img.hover,
.left-nav .form .menu-ul li:hover img.hover {
  display: inline-block
}

.left-nav .form .menu-ul li a {
  display: block;
  font-size: 1rem;
  font-weight: 700
}

.left-nav .form .menu-ul li a img {
  display: inline-block;
  height: 22px
}

.left-nav .form .menu-ul li a:active img,
.left-nav .form .menu-ul li a:focus img,
.left-nav .form .menu-ul li a:hover img,
.left-nav .form .menu-ul li a img.hover {
  display: none
}

.left-nav .form .menu-ul li a:active img.hover,
.left-nav .form .menu-ul li a:focus img.hover,
.left-nav .form .menu-ul li a:hover img.hover {
  display: inline-block
}

.left-nav .form .menu-ul li a .fa-chevron-right {
  float: right;
  line-height: 40px;
  font-size: 1rem
}

.left-nav .form input:-moz-placeholder,
.left-nav .form input:-ms-input-placeholder,
.left-nav .form input::-moz-placeholder,
.left-nav .form input::-webkit-input-placeholder {
  font-size: .8rem;
  line-height: 1em
}

.left-nav .language_button {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #434343
}

.left-nav .language_button>a {
  text-decoration: none;
  -moz-text-align-last: auto;
  text-align-last: auto;
  font-size: 18px;
  padding: 6px 20px;
  border: 2px solid #434343;
  border-radius: 30px;
  width: auto;
  max-width: 200px;
  margin: 0 auto;
  text-align: left;
  background: hsla(0, 0%, 100%, .05)
}

.left-nav .language_button>a,
.left-nav .language_button>a .fa {
  position: relative;
  color: #fff;
  display: inline-block
}

.left-nav .language_button ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 200px;
  margin: 2px auto 0;
  list-style: none;
  padding: 10px 20px;
  background: rgba(21, 54, 118, .9);
  border: 2px solid hsla(0, 0%, 100%, .1);
  border-radius: 20px
}

.left-nav .language_button ul li a {
  color: hsla(0, 0%, 100%, .8);
  text-decoration: none
}

.left-nav .language_button ul li a:hover {
  color: hsla(0, 0%, 100%, .9)
}

.left-nav .language_button:hover ul {
  display: block
}

.left-nav .menu.scrollbar-outer {
  margin-top: 0
}

.left-nav .menu.scrollbar-outer a {
  font-size: 1rem;
  color: #fff;
  font-weight: 700
}

.left-nav .menu.scrollbar-outer a img {
  display: inline-block;
  height: 22px
}

.left-nav .menu.scrollbar-outer a img.hover {
  display: none
}

.left-nav .menu.scrollbar-outer a:active,
.left-nav .menu.scrollbar-outer a:focus,
.left-nav .menu.scrollbar-outer a:hover {
  color: #fff
}

.left-nav .menu.scrollbar-outer a:active img,
.left-nav .menu.scrollbar-outer a:focus img,
.left-nav .menu.scrollbar-outer a:hover img {
  display: none
}

.left-nav .menu.scrollbar-outer a:active img.hover,
.left-nav .menu.scrollbar-outer a:focus img.hover,
.left-nav .menu.scrollbar-outer a:hover img.hover {
  display: inline-block
}

.left-nav .menu.scrollbar-outer a .fa-chevron-right {
  float: right;
  line-height: 40px;
  font-size: 1rem
}

.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) {
  padding-bottom: 20px
}

.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul {
  border-top: 1px solid #0299ff;
  border-bottom: 1px solid #004986;
  padding: 0 20px;
  list-style: none
}

.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul li {
  font-size: 1rem;
  font-weight: 700;
  border-top: 1px solid #004986;
  border-bottom: 1px solid #0299ff;
  padding: 5px 10px;
  text-align: center;
  background-image: radial-gradient(#024a72, #013055)
}

.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul li:last-child {
  border-bottom: none
}

.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul li .fa {
  color: #058f26;
  font-size: 1rem
}

.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul li a {
  color: #fff;
  width: 100%;
  display: block
}

.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul li a .ico-chevron-right {
  display: none !important;
  vertical-align: middle;
  font-size: 150%;
  float: right
}

.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul li a .ico:not(.ico-chevron-right) {
  text-shadow: 0 0 20px #fff;
  font-size: 200%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0;
  width: 40px
}

.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul li.active a,
.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul li a:active,
.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul li a:focus,
.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul li a:hover {
  color: #fff;
  text-decoration: none
}

.left-nav .menu.scrollbar-outer:not(.scrollbar-outer) ul li.active a .ico-chevron-right {
  display: inline-block
}

.left-nav .menu.scrollbar-outer.scroll-wrapper {
  margin: 0
}

.left-nav .menu.scrollbar-outer.scrollbar-outer>.scroll-element {
  background-color: transparent
}

.left-nav .menu.scrollbar-outer.scrollbar-outer>.scroll-element .scroll-bar,
.left-nav .menu.scrollbar-outer.scrollbar-outer>.scroll-element .scroll-element_outer,
.left-nav .menu.scrollbar-outer.scrollbar-outer>.scroll-element .scroll-element_track {
  border-radius: 0
}

.left-nav .menu.scrollbar-outer.scrollbar-outer>.scroll-element .scroll-element_track {
  background-color: #e7f1f2
}

.left-nav .menu.scrollbar-outer.scrollbar-outer>.scroll-element .scroll-bar {
  background-color: #44cd99
}

.left-nav .menu.scrollbar-outer.scrollbar-outer>.scroll-element.scroll-y {
  right: 0;
  width: 8px
}

.left-nav .menu.scrollbar-outer.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
  left: 0;
  width: 8px
}

.left-nav .menu.scrollbar-outer.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
  left: 0;
  margin-left: 0
}

.left-nav .menu.scrollbar-outer>ul.menu-ul {
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 0;
  border-top: 1px solid #01325b;
  border-bottom: 1px solid #004986
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li {
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #004986;
  border-bottom: 1px solid #01325b;
  text-transform: uppercase;
  white-space: nowrap;
  height: auto;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-image: radial-gradient(#024a72, #013055)
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li .fa {
  color: #058f26;
  font-size: 3rem
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li a {
  font-weight: 700;
  font-size: 1.2rem;
  padding: 5px 50px 0;
  color: #fff;
  width: 100%;
  display: block;
  position: relative
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li a .ico:not(.ico-checked),
.left-nav .menu.scrollbar-outer>ul.menu-ul li a .ico:not(.ico-chevron-down),
.left-nav .menu.scrollbar-outer>ul.menu-ul li a .ico:not(.ico-chevron-right),
.left-nav .menu.scrollbar-outer>ul.menu-ul li a .ico:not(.ico-close),
.left-nav .menu.scrollbar-outer>ul.menu-ul li a .ico:not(.ico-plus),
.left-nav .menu.scrollbar-outer>ul.menu-ul li a .ico:not(.ico-radio) {
  text-shadow: 0 0 20px #fff;
  font-size: 200%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0;
  width: 40px
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li a .ico.ico-chevron-down,
.left-nav .menu.scrollbar-outer>ul.menu-ul li a .ico.ico-chevron-right {
  width: auto;
  display: none !important;
  vertical-align: middle;
  font-size: 150%;
  float: right
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li a .fa {
  font-size: 30px;
  margin-right: 20px
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li a .fa.fa-chevron-right {
  font-size: 1rem !important;
  float: right;
  line-height: 40px;
  margin-right: 10px
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li a img {
  height: 28px;
  margin-right: 20px
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li a:active,
.left-nav .menu.scrollbar-outer>ul.menu-ul li a:focus,
.left-nav .menu.scrollbar-outer>ul.menu-ul li a:hover {
  color: #fff;
  text-decoration: none
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li.active a {
  color: #fff;
  text-decoration: none;
  font-weight: 400
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li.active a .ico.ico-chevron-down,
.left-nav .menu.scrollbar-outer>ul.menu-ul li.active a .ico.ico-chevron-right {
  display: inline-block !important
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li.active a img {
  display: none
}

.left-nav .menu.scrollbar-outer>ul.menu-ul li.active a img.hover {
  display: inline-block
}

.left-nav .menu.scrollbar-outer .dt-filters {
  padding: 0;
  margin: 5px -30px 0
}

.left-nav .menu.scrollbar-outer .dt-filters .plays-found {
  background: #fff;
  color: #990861;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 30px;
  display: block;
  width: 100%
}

.left-nav .menu.scrollbar-outer .dt-filters .hidden-filter {
  display: none
}

.left-nav .menu.scrollbar-outer .dt-filters .filter-item {
  padding: 5px 30px 3px;
  position: relative;
  border-bottom: 1px solid #e3e6f7
}

.left-nav .menu.scrollbar-outer .dt-filters .filters {
  padding: 0;
  margin: 0;
  background-color: #f0f2fe;
  background: #d7dcfa;
  background: -webkit-gradient(linear, left top, right top, from(#d7dcfa), to(#eaecf9));
  background: linear-gradient(90deg, #d7dcfa 0, #eaecf9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d7dcfa", endColorstr="#eaecf9", GradientType=1);
  list-style: none
}

.left-nav .menu.scrollbar-outer .dt-filters .filters li {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border-bottom: none
}

.left-nav .menu.scrollbar-outer .dt-filters .filters li .ico-chevron-down,
.left-nav .menu.scrollbar-outer .dt-filters .filters li .ico-chevron-right,
.left-nav .menu.scrollbar-outer .dt-filters .filters li .ico-close,
.left-nav .menu.scrollbar-outer .dt-filters .filters li .ico-plus {
  font-size: 130%;
  margin-top: 2px;
  font-weight: 500;
  color: #a1a1a1;
  opacity: 1;
  text-shadow: none;
  float: right
}

.left-nav .menu.scrollbar-outer .dt-filters .filters li .ico-close,
.left-nav .menu.scrollbar-outer .dt-filters .filters li .ico-plus {
  width: 15px !important;
  padding-right: 0 !important;
  margin: 0;
  font-size: 120% !important
}

.left-nav .menu.scrollbar-outer .dt-filters .nested-filters,
.left-nav .menu.scrollbar-outer .dt-filters .sub-filters {
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none
}

.left-nav .menu.scrollbar-outer .dt-filters .nested-filters li,
.left-nav .menu.scrollbar-outer .dt-filters .sub-filters li {
  color: #abaaaf;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 0
}

.left-nav .menu.scrollbar-outer .dt-filters .nested-filters li .ico-checked,
.left-nav .menu.scrollbar-outer .dt-filters .nested-filters li .ico-radio,
.left-nav .menu.scrollbar-outer .dt-filters .sub-filters li .ico-checked,
.left-nav .menu.scrollbar-outer .dt-filters .sub-filters li .ico-radio {
  font-size: 120% !important;
  width: 20px !important
}

.left-nav .menu.scrollbar-outer .dt-filters .nested-filters li .ico-chevron-down,
.left-nav .menu.scrollbar-outer .dt-filters .nested-filters li .ico-chevron-right,
.left-nav .menu.scrollbar-outer .dt-filters .sub-filters li .ico-chevron-down,
.left-nav .menu.scrollbar-outer .dt-filters .sub-filters li .ico-chevron-right {
  font-size: 120%;
  margin-top: 2px
}

.left-nav .menu.scrollbar-outer .dt-filters .selected-filters {
  padding: 0;
  margin: 0;
  background-color: #f0f2fe;
  background: #d7dcfa;
  background: -webkit-gradient(linear, left top, right top, from(#d7dcfa), to(#eaecf9));
  background: linear-gradient(90deg, #d7dcfa 0, #eaecf9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d7dcfa", endColorstr="#eaecf9", GradientType=1)
}

.left-nav .menu.scrollbar-outer .dt-filters .selected-filters>div:first-child {
  padding: 5px 30px 3px
}

.left-nav .menu.scrollbar-outer .dt-filters .selected-filters>div:first-child .ico {
  font-size: 130%;
  margin-top: 2px;
  font-weight: 500;
  color: #a1a1a1
}

.left-nav .menu.scrollbar-outer .dt-filters .selected-filters .selected-filters-ul {
  margin: 0;
  padding: 5px 30px 3px;
  position: relative;
  list-style: none;
  background: #fff
}

.left-nav .menu.scrollbar-outer .dt-filters .selected-filters .selected-filters-ul li {
  border: none;
  font-size: 11px;
  color: #abaaaf;
  padding: 2px;
  display: inline-block
}

.left-nav .menu.scrollbar-outer .dt-filters .selected-filters .selected-filters-ul li .ico {
  text-shadow: 0;
  font-size: 150%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 2px;
  width: auto
}

.left-nav .menu.scrollbar-outer .dt-filters .ico.ico-checked,
.left-nav .menu.scrollbar-outer .dt-filters .ico.ico-radio {
  width: auto;
  font-size: 14px;
  text-shadow: none;
  font-weight: 700
}

.left-nav .menu.scrollbar-outer .dt-filters .first-filter .ico.ico-checked,
.left-nav .menu.scrollbar-outer .dt-filters .first-filter .ico.ico-radio {
  margin-left: -20px;
  color: #a1a1a1;
  font-size: 14px;
  width: auto
}

.left-nav .menu.scrollbar-outer .dt-filters .active-filter .filter-item,
.left-nav .menu.scrollbar-outer .dt-filters .first-filter .ico.ico-checked {
  color: #44cd99 !important
}

.left-nav .menu.scrollbar-outer .dt-filters .nested-collapse,
.left-nav .menu.scrollbar-outer .dt-filters .second-filter {
  margin-left: 20px
}

.left-nav .scroll-element.scroll-x {
  display: none !important
}

.left-nav .menu.scrollbar-dynamic.scrollbar-outer>.scroll-element.scroll-y {
  top: 6px;
  right: 4px
}

.left-nav .menu .latest-winners h2 {
  margin: 0;
  color: #0299ff;
  font-size: .8rem;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #5c3f6d;
  border-bottom: 1px solid #6d4585
}

.left-nav .menu .latest-winners .winner_container {
  width: 100%;
  -webkit-box-shadow: inset 0 0 16px 0 #ad3676;
  box-shadow: inset 0 0 16px 0 #ad3676;
  padding: 8px 7px;
  border-bottom: 1px solid #6d4585;
  display: inline-block;
  color: #fff
}

.left-nav .menu .latest-winners .winner_container .winnerleft {
  width: 60%;
  float: left;
  font-size: .8rem
}

.left-nav .menu .latest-winners .winner_container .winnerleft .winner-user b {
  color: #e3047c
}

.left-nav .menu .latest-winners .winner_container .winnerleft .winner-user .winner-app span {
  text-decoration: underline
}

.left-nav .menu .latest-winners .winner_container .winner-amount {
  width: 40%;
  float: right;
  font-size: 1.2rem;
  padding-left: 5px
}

.sidebar {
  display: none
}

@media screen and (min-width:1280px) {
  .right-content {
    width: 100%;
    padding-top: 0
  }

  .faq .right-content,
  .privacy-policy .right-content,
  .self-assessment-test .right-content,
  .uploading-documents .right-content {
    padding-top: 30px
  }
}

@media (max-width:1279px) {
  .right-content {
    width: 100%;
    padding-left: 0;
    padding-top: 0
  }

  .top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 49px;
    background-color: #2e203a;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    line-height: 49px;
    display: block
  }

  .top-nav .fa-menu {
    color: #cdc57c
  }

  .top-nav .row>div {
    padding: 0;
    margin: 0
  }

  .top-nav .row>div:last-child {
    padding-right: 5px
  }

  .top-nav a {
    line-height: 49px;
    display: inline-block;
    font-weight: 700
  }

  .top-nav a img {
    height: 45px;
    padding: 0;
    margin: 0 auto
  }

  .top-nav .btn.btn-pink,
  .top-nav .btn.btn-purple {
    display: inline-block;
    padding: 5px 10px;
    font-size: .8rem
  }

  .top-nav .btn.btn-purple {
    width: 280px;
    line-height: 50px
  }

  .top-nav .btn.btn-gold {
    display: inline-block;
    line-height: 2em;
    padding: 5px;
    font-size: .65rem;
    width: 100%
  }

  .top-nav .list-inline {
    margin: 0;
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-left: 10px
  }

  .top-nav .list-inline li {
    list-style-type: none;
    vertical-align: middle;
    display: inline-block;
    padding-inline-end: 0;
    -webkit-padding-end: 4px
  }

  .top-nav .list-inline li:last-child {
    display: none
  }

  .top-nav .list-inline a {
    display: inline-block
  }

  .top-nav .list-inline a:not(.btn) {
    color: #fff;
    text-decoration: none
  }

  .top-nav .list-inline .fa-menu {
    font-size: 24px
  }

  .top-nav .auth-buttons li {
    padding: 0;
    margin: 0;
    display: block;
    float: left
  }

  .top-nav .auth-buttons .btn {
    font-size: 10px;
    font-weight: 700;
    height: 30px;
    margin-right: 13px;
    margin-top: 8px;
    line-height: 30px;
    padding: 0 12px;
    min-width: 72px
  }

  .top-nav .auth-buttons li:last-child .btn {
    margin-right: 3px
  }

  .top-nav .auth-buttons .btn-white {
    color: #000;
    background-color: #fff;
    border: none
  }

  .top-nav .auth-buttons .btn-yellow {
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcff00), color-stop(88%, #fed349), to(#fbd25c));
    background: linear-gradient(180deg, #fcff00 0, #fed349 88%, #fbd25c);
    border: none
  }

  .top-nav .auth-buttons .btn-white:active,
  .top-nav .auth-buttons .btn-white:focus,
  .top-nav .auth-buttons .btn-white:hover {
    color: #000;
    background-color: #fff;
    background: #fff;
    border: none
  }

  .top-nav .auth-buttons .btn-yellow:active,
  .top-nav .auth-buttons .btn-yellow:focus,
  .top-nav .auth-buttons .btn-yellow:hover {
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcff00), color-stop(88%, #fed349), to(#fbd25c));
    background: linear-gradient(180deg, #fcff00 0, #fed349 88%, #fbd25c);
    border: none
  }
}

@media screen and (max-width:1279px) and (min-width:360px) {
  .top-nav {
    height: 50px
  }

  .top-nav .list-inline,
  .top-nav .list-inline li {
    list-style-type: none
  }

  .top-nav .list-inline img {
    height: 49px;
    padding: 11px 0
  }

  .top-nav .list-inline .fa-menu {
    font-size: 24px
  }

  .top-nav .auth-buttons .btn {
    font-size: 10px;
    height: 34px;
    margin-top: 8px;
    line-height: 34px;
    min-width: 72px
  }
}

@media screen and (max-width:1279px) and (min-width:768px) {
  .top-nav {
    height: 50px
  }

  .top-nav .list-inline,
  .top-nav .list-inline li {
    list-style-type: none
  }

  .top-nav .list-inline img {
    height: 50px
  }

  .top-nav .list-inline .ico-menu {
    font-size: 38px
  }

  .top-nav .auth-buttons .btn {
    font-size: 12px;
    height: 46px;
    margin-top: 12px;
    line-height: 46px;
    min-width: 92px
  }
}

@media screen and (max-width:1279px) and (min-width:1025px) {
  .top-nav {
    height: 50px
  }

  .top-nav .list-inline,
  .top-nav .list-inline li {
    list-style-type: none
  }

  .top-nav .list-inline img {
    height: 50px
  }

  .top-nav .list-inline .ico-menu {
    font-size: 46px
  }

  .top-nav .auth-buttons .btn {
    font-size: 16px;
    height: 54px;
    margin-top: 16px;
    line-height: 54px;
    min-width: 120px
  }
}

@media screen and (max-width:1279px) and (max-width:359px) {
  .de .top-nav .auth-buttons .btn {
    padding: 0 8px
  }
}

@media (max-width:1279px) {
  .sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: -100%;
    right: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
    display: block
  }
}

@media (max-width:1279px) and (prefers-reduced-motion:reduce) {
  .sidebar {
    -webkit-transition: none;
    transition: none
  }
}

@media (max-width:1279px) {
  .sidebar .sidebar-wrapper {
    background-color: #2e203a;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 414px;
    height: 100%;
    max-width: 300px
  }

  .sidebar .sidebar-wrapper .form {
    padding: 15px 5%;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #5c3f6d;
    background-size: 165%
  }

  .sidebar .sidebar-wrapper .form #side-username,
  .sidebar .sidebar-wrapper .form #side_username {
    border: 1px solid #583878;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 1px
  }

  .sidebar .sidebar-wrapper .form #side-password,
  .sidebar .sidebar-wrapper .form #side-username,
  .sidebar .sidebar-wrapper .form #side_password,
  .sidebar .sidebar-wrapper .form #side_username {
    padding: 0 5px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: .8rem;
    background: #1b1123;
    font-style: italic;
    color: #aba064;
    outline: none;
    -webkit-box-shadow: inset 0 1px 10px #000;
    box-shadow: inset 0 1px 10px #000
  }

  .sidebar .sidebar-wrapper .form #side-password,
  .sidebar .sidebar-wrapper .form #side_password {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #583878;
    border-width: 1px
  }

  .sidebar .sidebar-wrapper .form #forgot_question {
    padding: 10px;
    color: #fff
  }

  .sidebar .sidebar-wrapper .form #forgot_question a.auth-forgot {
    color: #cdc57c
  }

  .sidebar .sidebar-wrapper .form .btn {
    font-weight: 700;
    font-size: 1rem;
    padding: 6px 5px;
    line-height: 2em;
    width: 100%;
    height: auto
  }

  .sidebar .sidebar-wrapper .form .general-error {
    background: #d9d9d9;
    margin-bottom: 10px;
    color: red;
    padding: 5px;
    border-radius: 5px;
    font-size: .9rem
  }

  .sidebar .sidebar-wrapper .language_button {
    position: relative;
    margin: 0 auto 20px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #5c3f6d
  }

  .sidebar .sidebar-wrapper .language_button>a {
    text-decoration: none;
    -moz-text-align-last: auto;
    text-align-last: auto;
    font-size: 18px;
    padding: 6px 20px;
    border: 2px solid #cdc57c;
    border-radius: 30px;
    width: auto;
    max-width: 200px;
    margin: 0 auto;
    text-align: left;
    background: hsla(0, 0%, 100%, .05)
  }

  .sidebar .sidebar-wrapper .language_button>a,
  .sidebar .sidebar-wrapper .language_button>a .fa {
    position: relative;
    color: #cdc57c;
    display: inline-block
  }

  .sidebar .sidebar-wrapper .language_button ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 200px;
    margin: 2px auto 0;
    list-style: none;
    padding: 10px 20px;
    background: rgba(21, 54, 118, .9);
    border: 2px solid hsla(0, 0%, 100%, .1);
    border-radius: 20px
  }

  .sidebar .sidebar-wrapper .language_button ul li a {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none
  }

  .sidebar .sidebar-wrapper .language_button ul li a:hover {
    color: hsla(0, 0%, 100%, .9)
  }

  .sidebar .sidebar-wrapper .language_button:hover ul {
    display: block
  }

  .sidebar .close-menu {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    display: block;
    color: #cdc57c !important;
    text-decoration: none;
    cursor: pointer
  }

  .sidebar .menu-logo {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center
  }

  .sidebar .menu-logo img {
    max-width: 60%;
    margin: 0 auto
  }
}

@media (max-width:1279px) and (orientation:landscape) and (max-width:767px) {
  .sidebar .sidebar-wrapper {
    width: 736px;
    height: 100%;
    max-width: 300px;
    overflow: hidden;
    overflow-y: auto
  }

  .sidebar .close-menu {
    right: 0
  }
}

@media (max-width:1279px) and (min-width:768px) {
  .sidebar .close-menu {
    right: 0;
    font-size: 35px
  }

  .sidebar .menu-logo {
    right: 140px;
    max-width: 416px
  }

  .sidebar .menu-logo img {
    max-width: 60%;
    margin: 0 auto
  }

  .sidebar .sidebar-wrapper {
    width: 828px;
    height: 100%;
    max-width: 300px;
    overflow: hidden;
    overflow-y: auto
  }
}

@media (max-width:1279px) and (min-width:768px) and (orientation:landscape) {
  .sidebar .sidebar-wrapper {
    width: 828px;
    height: 100%;
    max-width: 300px;
    overflow: hidden;
    overflow-y: auto
  }
}

@media (max-width:1279px) {
  .sidebar .latest-winners h2 {
    margin: 0;
    color: #0299ff;
    font-size: 1rem;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #5c3f6d;
    border-bottom: 1px solid #6d4585
  }

  .sidebar .latest-winners .winner_container {
    width: 100%;
    -webkit-box-shadow: inset 0 0 16px 0 #ad3676;
    box-shadow: inset 0 0 16px 0 #ad3676;
    padding: 8px 7px;
    border-bottom: 1px solid #6d4585;
    display: inline-block;
    color: #fff
  }

  .sidebar .latest-winners .winner_container .winnerleft {
    width: 60%;
    float: left;
    font-size: .8rem
  }

  .sidebar .latest-winners .winner_container .winnerleft .winner-user b {
    color: #e3047c
  }

  .sidebar .latest-winners .winner_container .winnerleft .winner-user .winner-app span {
    text-decoration: underline
  }

  .sidebar .latest-winners .winner_container .winner-amount {
    width: 40%;
    float: right;
    font-size: 1.2rem;
    padding-left: 5px
  }

  .sidebar .inner-menu {
    position: relative;
    width: 100%;
    height: auto;
    pointer-events: none
  }

  .sidebar .inner-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    margin: 0 auto
  }

  .sidebar .inner-menu li {
    text-align: left;
    width: 100%;
    line-height: 50px;
    height: 50px;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    border-top: 1px solid #5c3f6d;
    color: #cdc57c;
    padding-left: 25px
  }

  .sidebar .inner-menu li a {
    display: block
  }

  .sidebar .inner-menu li img {
    display: none;
    margin-right: 20px;
    margin-left: 10px
  }

  .sidebar .inner-menu li.active img,
  .sidebar .inner-menu li img.hover {
    display: none
  }

  .sidebar .inner-menu li.active img.hover {
    display: inline-block
  }

  .sidebar .inner-menu li a {
    color: #cdc57c;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    width: 100%;
    height: auto;
    pointer-events: auto
  }

  .sidebar .inner-menu li:nth-child(8) a {
    font-size: 12px
  }

  .sidebar .inner-menu li a span {
    display: block;
    font-size: 10px
  }

  .sidebar .inner-menu li.active a {
    color: #cdc57c
  }

  .sidebar .inner-menu li a .ico {
    font-size: 250%;
    margin-bottom: 5px;
    display: block
  }

  .sidebar .inner-menu li.active a img {
    margin-left: 5px;
    margin-right: 15px
  }

  .sidebar .inner-menu li:nth-child(3).active a img {
    margin-left: 8px;
    margin-right: 16px
  }

  .sidebar .inner-menu li:nth-child(4) a img {
    margin-left: 8px;
    margin-right: 18px
  }
}

@media (max-width:1279px) and (orientation:landscape) and (max-width:767px) {
  .sidebar .inner-menu li {
    width: 100%
  }
}

@media (max-width:1279px) and (min-width:768px) {
  .sidebar .inner-menu li {
    width: 100%
  }

  .sidebar .inner-menu li a {
    font-size: 16px
  }

  .sidebar .inner-menu li:nth-child(8) a {
    font-size: 18px
  }

  .sidebar .inner-menu li a span {
    font-size: 16px
  }

  .sidebar .inner-menu li a .ico {
    margin-bottom: 15px
  }
}

@media (max-width:1279px) {

  .sidebar-body-open .left-nav,
  .sidebar-body-open .sidebar {
    left: 0
  }
}

.sidebar {
  pointer-events: auto;
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 350px;
  display: block !important;
  -webkit-transition: left .2s ease-in-out, right .2s ease-in-out;
  transition: left .2s ease-in-out, right .2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

@media (min-width:992px) {
  .sidebar {
    right: -100%;
    -webkit-transform-origin: 350px 0;
    transform-origin: 350px 0
  }

  .sidebar-body-open .sidebar {
    left: 0
  }
}

@media (max-width:991.98px) {
  .sidebar {
    left: -100%
  }

  .sidebar-body-open .sidebar {
    left: 0
  }
}

.sidebar .sidebar-wrapper {
  height: 100%
}

.sidebar .sidebar-wrapper .side-top {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  text-align: center;
  height: 100px;
  border-bottom: 30px solid rgba(205, 113, 0, .9)
}

.sidebar .sidebar-wrapper .side-top img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.sidebar .sidebar-wrapper .side-top .menu-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  cursor: pointer
}

@media (min-width:768px) {
  .sidebar .sidebar-wrapper .side-top .menu-toggle {
    right: 10px
  }
}

@media (max-width:991.98px) {
  .sidebar .sidebar-wrapper .side-top .menu-toggle {
    left: 10px
  }
}

.sidebar .sidebar-wrapper .side-top .menu-toggle .cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sidebar .sidebar-wrapper .side-top .menu-toggle .cross span {
  position: absolute;
  display: block;
  background: #de3802;
  border-radius: 2px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

.sidebar .sidebar-wrapper .side-top .menu-toggle .cross span:first-child {
  height: 0%;
  width: 4px;
  top: 10%;
  left: 18px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.sidebar-body-open .sidebar .sidebar-wrapper .side-top .menu-toggle .cross span:first-child {
  height: 80%;
  -webkit-transition-delay: .525s;
  transition-delay: .525s
}

.sidebar .sidebar-wrapper .side-top .menu-toggle .cross span:nth-child(2) {
  width: 0;
  height: 4px;
  left: 10%;
  top: 18px;
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

.sidebar-body-open .sidebar .sidebar-wrapper .side-top .menu-toggle .cross span:nth-child(2) {
  width: 80%;
  -webkit-transition-delay: .275s;
  transition-delay: .275s
}

.sidebar .sidebar-wrapper .side-middle {
  position: relative;
  z-index: 1;
  margin-top: 10px
}

.sidebar .sidebar-wrapper .side-middle .side-menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.sidebar .sidebar-wrapper .side-middle .side-menu li {
  position: relative
}

.sidebar .sidebar-wrapper .side-middle .side-menu li:not(:last-child):before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, .2)), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0))
}

.sidebar .sidebar-wrapper .side-middle .side-menu li a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase
}

.sidebar .sidebar-wrapper .side-middle .side-menu li a .fa {
  font-size: 160%;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  margin-right: 10px;
  text-align: center
}

.sidebar .sidebar-wrapper .side-middle .side-menu li a .fa.fa-jackpot {
  font-size: 125%
}

.sidebar .sidebar-wrapper .side-middle .side-menu li.jackpot a {
  position: relative;
  padding-bottom: 20px
}

.sidebar .sidebar-wrapper .side-middle .side-menu li.jackpot a div {
  color: #f8dd60;
  font-size: 12px;
  left: 86px;
  bottom: 10px;
  position: absolute;
  display: block
}

.sidebar .sidebar-wrapper .side-middle .language-button {
  position: relative;
  margin-top: 20px
}

.sidebar .sidebar-wrapper .side-middle .language-button>a {
  position: relative;
  text-decoration: none;
  -moz-text-align-last: auto;
  text-align-last: auto;
  font-size: 18px;
  color: hsla(0, 0%, 100%, .8);
  padding: 6px 20px;
  border: 2px solid hsla(0, 0%, 100%, .1);
  border-radius: 30px;
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  text-align: left;
  background: hsla(0, 0%, 100%, .05)
}

.sidebar .sidebar-wrapper .side-middle .language-button>a .fa {
  position: absolute;
  top: 10px;
  right: 20px
}

.sidebar .sidebar-wrapper .side-middle .language-button ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 200px;
  margin: 2px auto 0;
  list-style: none;
  padding: 10px 20px;
  background: rgba(21, 54, 118, .9);
  border: 2px solid hsla(0, 0%, 100%, .1);
  border-radius: 20px
}

.sidebar .sidebar-wrapper .side-middle .language-button ul li a {
  color: hsla(0, 0%, 100%, .8);
  text-decoration: none
}

.sidebar .sidebar-wrapper .side-middle .language-button ul li a:hover {
  color: hsla(0, 0%, 100%, .9)
}

.sidebar .sidebar-wrapper .side-middle .language-button:hover ul {
  display: block
}

.sidebar .sidebar-wrapper .side-middle .apps-logo {
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0
}

.sidebar .sidebar-wrapper .side-middle .apps-logo a {
  padding: 0 5px;
  text-decoration: none
}

.sidebar .sidebar-wrapper .side-middle .apps-logo a:hover {
  text-decoration: none
}

.sidebar .sidebar-wrapper .side-middle .apps-logo a img {
  max-width: 100%;
  height: auto
}

.sidebar .sidebar-wrapper .side-middle .apps-logo a .fa {
  color: #fff;
  font-size: 3.75rem;
  margin: 0 5px
}

@media (min-width:992px) {
  .sidebar .sidebar-wrapper .side-middle .apps-logo a .fa {
    font-size: 3.125rem
  }
}

.sidebar .sidebar-wrapper .side-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75px;
  background-position: 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center
}

.sidebar .sidebar-wrapper .side-bottom.lazyloaded {
}

.sidebar .sidebar-wrapper .side-bottom a {
  width: 50%;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin-top: 20px
}

.sidebar .sidebar-wrapper .side-bottom a:first-child {
  color: #fff
}

.sidebar .sidebar-wrapper .side-bottom a:last-child {
  color: #000
}

body:before {
  content: "";
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  background: transparent;
  position: absolute
}

body.sidebar-body-open {
  position: relative
}

body.sidebar-body-open:before {
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  z-index: 998
}

.language-menu,
body.sidebar-body-open:before {
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.language-menu {
  display: none;
  position: fixed;
  z-index: 1000
}

.language-menu ul {
  background: #eee;
  padding: 0;
  list-style: none;
  max-height: 90%;
  width: 90%;
  position: relative;
  max-width: 400px;
  margin: 5% auto
}

.language-menu ul li {
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  position: relative
}

.language-menu ul li:before {
  content: " ";
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 1;
  right: 15px;
  border-radius: 50%;
  border: 2px solid #6d6d6d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.language-menu ul li:active:before {
  border-color: #009688
}

.language-menu ul li:active:after {
  content: " ";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 19px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #009688
}

.language-menu ul li a {
  text-decoration: none;
  color: #1f1f1f;
  font-size: 16px;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  padding: 20px 0 20px 20px;
  display: block;
  position: relative;
  z-index: 2
}

.responsible-beam-dk {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  padding: 1px;
  font-size: .9rem;
  background: #d9edf7
}

@media (max-width:575.98px) {
  .responsible-beam-dk {
    font-size: .8rem;
    height: 65px
  }
}

.responsible-beam-dk a {
  font-size: .9rem;
  color: #63b5e6;
  text-decoration: underline
}

@media (max-width:575.98px) {
  .responsible-beam-dk a {
    font-size: .5rem
  }
}

.responsible-beam-dk img {
  height: 18px;
  width: auto
}

.responsible-beam-se {
  text-align: left;
  margin-bottom: 0;
  background-color: #202020;
  display: block;
  position: fixed;
  width: 100%;
  cursor: pointer;
  top: 0;
  z-index: 1000;
  text-decoration: none;
  height: 40px;
  margin-left: -15px
}

@media screen and (max-width:700px) {
  .responsible-beam-se {
    text-align: center;
    background-color: #fff
  }
}

.beam-se {
  top: 25px !important
}

@media screen and (max-width:700px) {
  .beam-se-mob {
    padding-top: 8% !important
  }
}

.responsible-beam {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  background-color: #202020;
  display: block;
  position: fixed;
  font-size: .9em;
  width: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 1000;
  text-decoration: none;
  height: 40px
}

@media screen and (max-width:750px) {
  .responsible-beam {
    height: 65px
  }
}

@media screen and (max-width:1024px) {
  .responsible-beam {
    color: #000;
    background-color: #fff
  }
}

.responsible-beam a {
  color: #fff;
  text-decoration: underline
}

.responsible-beam a:hover {
  color: #fff
}

@media screen and (max-width:1024px) {
  .responsible-beam a {
    color: #000
  }
}

@media screen and (max-width:700px) {
  .responsible-beam a {
    color: #000;
    text-decoration: underline
  }
}

.pad-top {
  padding-top: 5px
}

@media screen and (max-width:750px) {
  .top-5 {
    margin-top: 10px
  }
}

.beam-img {
  vertical-align: bottom
}

.beam-gamble {
  max-height: 20px;
  margin-left: 7px
}

.top-5 {
  padding-top: 5px
}

.responsible-beam-text {
  margin-left: 7px;
  white-space: nowrap
}

.footer {
  background: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 !important
}

.paynplay .footer {
  padding: 0 0 0 15% !important
}

@media screen and (max-width:1279px) {
  .footer {
    padding-left: 0 !important
  }
}

.footer #foot_logo_cont,
.footer #foot_socials_cont {
  text-align: center
}

.footer .footer-top-mobile {
  padding: 30px 0 20px
}

.footer .footer-top-mobile .footer-logos {
  margin: 0;
  padding: 0
}

.footer .footer-top {
  position: relative;
  z-index: 3;
  padding: 20px 0;
  margin: 0 auto;
  color: #fff;
  background: #202020
}

@media (min-width:768px) {
  .footer .footer-top {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    border-bottom: none
  }
}

.footer .footer-top .text-amaranth {
  color: #79638e;
  font-size: .8rem
}

.footer .footer-top .text-amaranth a,
.footer .footer-top .text-amaranth a:hover {
  color: #c1a6dc
}

.footer .footer-top .container ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin-bottom: 0
}

.footer .footer-top .container ul>li {
  display: inline-block;
  list-style-type: none;
  padding: 0 20px;
  margin-bottom: 20px
}

.footer .footer-top .container ul>li a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  padding: 0 20px;
  line-height: 30px
}

.footer .footer-top a {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
  text-align: center;
  font-weight: 500
}

.footer .footer_logos_container {
  padding: 30px 0;
  background: transparent
}

.footer .footer-middle {
  position: relative;
  z-index: 3
}

.footer .footer-middle .footer-payments,
.footer .footer-middle .footer-providers {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer .footer-middle .footer-payments a,
.footer .footer-middle .footer-providers a {
  display: block;
  opacity: .85;
  margin: 5px 0
}

.footer .footer-middle .footer-payments a img,
.footer .footer-middle .footer-providers a img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto
}

@media (min-width:992px) {

  .footer .footer-middle .footer-payments a,
  .footer .footer-middle .footer-providers a {
    margin: 20px
  }

  .footer .footer-middle .footer-payments a img,
  .footer .footer-middle .footer-providers a img {
    max-width: 100%;
    height: 65px
  }
}

.footer .footer-middle .footer-payments {
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 15px 0 35px
}

@media (min-width:992px) {
  .footer .footer-middle .footer-payments {
    padding: 10px 0 30px
  }
}

.footer .footer-middle .footer-providers {
  padding-bottom: 20px
}

@media (min-width:992px) {
  .footer .footer-middle .footer-providers {
    padding-bottom: 25px
  }
}

.footer .footer-bottom {
  background: transparent;
  text-align: center;
  position: relative;
  color: hsla(0, 0%, 100%, .4);
  z-index: 3;
  padding: 1.25rem 0;
  font-size: .9rem
}

.footer .footer-bottom a {
  color: hsla(0, 0%, 100%, .4);
  text-decoration: underline
}

.footer .footer-bottom .love-apps {
  color: rgba(0, 0, 0, .7);
  border: 2px solid #fafafa;
  border-radius: 50px;
  padding: 5px 20px;
  margin: 20px 0
}

.footer .footer-bottom .love-apps p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px
}

.footer .footer-bottom .love-apps a {
  color: rgba(0, 0, 0, .7);
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  padding: 0 2px
}

.footer .footer-bottom .love-apps a:active,
.footer .footer-bottom .love-apps a:focus,
.footer .footer-bottom .love-apps a:hover {
  color: hsla(0, 0%, 100%, .4);
  text-decoration: none
}

@media (max-width:400px) {
  .de .footer .footer-bottom .love-apps {
    text-align: center
  }

  .de .footer .footer-bottom .love-apps p {
    display: block;
    margin: 0
  }
}

.footer .footer-bottom .license-text {
  color: #000
}

.footer .footer-bottom .license-text a {
  color: #000;
  text-decoration: underline
}

.footer .footer-bottom .footer-logos {
  margin: 0;
  padding: 0
}

.footer .footer-bottom .copyright {
  color: #777;
  line-height: 30px
}

.footer .lang_container {
  padding: 30px 0
}

.footer .lang_container .language-dropdown {
  border-radius: 3px;
  border: 2px solid #722f74;
  color: #722f74;
  background: #fff
}

.footer .lang_container .language-dropdown li {
  height: auto;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.footer .lang_container .language-dropdown li a.dropdown-toggle {
  background: #e9e9e9;
  line-height: 40px;
  color: #722f74;
  padding: 0 20px;
  cursor: pointer
}

.footer .lang_container .language-dropdown li .dropdown-menu {
  display: none;
  margin: 0;
  background: #fff;
  z-index: 0
}

.footer .lang_container .language-dropdown li .dropdown-menu.opened {
  display: block
}

.footer .lang_container .language-dropdown li .dropdown-menu li {
  border-bottom: 1px solid #a1a1a1
}

.footer .lang_container .language-dropdown li .dropdown-menu li a {
  color: #666;
  border-bottom: 0;
  font-weight: 700
}

.footer .lang_container .language-dropdown li .dropdown-menu li:last-child {
  border-bottom: 0
}

.footer_bonus_policy {
  background: transparent !important;
  color: #c1a6dc !important
}

.btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  font-size: 13px;
  padding: 7px 20px
}

.btn.btn-glow {
  padding: 0
}

.btn.btn-glow span {
  display: block;
  padding: 6px 15px;
  position: relative;
  z-index: 1;
  border-radius: 5px
}

.btn.btn-glow span.px {
  padding: 8px 20px
}

.btn.btn-glow span:after,
.btn.btn-glow span:before {
  content: "";
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2
}

.btn.btn-glow span:after {
  right: 0;
  bottom: -13px;
  width: 134px;
  height: 23px;
}

.btn.btn-glow span:before {
  top: -13px;
  left: 0;
  width: 201px;
  height: 35px;
}

.btn.btn-outline {
  border: 2px solid transparent
}

.btn.btn-curvy-corners {
  border-radius: 5px
}

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

.btn.focus,
.btn:focus {
  outline: 0
}

.btn.disabled,
.btn:disabled {
  opacity: .5
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn.btn-block {
  width: 100%;
  display: block
}

.btn.btn-md {
  font-weight: 500;
  font-size: 1rem;
  padding: 8px 20px
}

.btn.btn-md.btn-glow {
  padding: 0
}

.btn.btn-md.btn-glow span {
  padding: 8px 20px
}

.btn.btn-md.btn-glow span.px {
  padding: 8px 30px
}

@media (min-width:1280px) {
  .btn.btn-md {
    font-size: 1.125rem
  }
}

.btn.btn-lg {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px 25px
}

.btn.btn-lg.btn-glow {
  padding: 0
}

.btn.btn-lg.btn-glow span {
  padding: 10px 25px
}

.btn.btn-lg.btn-glow span.px {
  padding: 8px 35px
}

@media (min-width:1280px) {
  .btn.btn-lg {
    font-size: 1.25rem
  }
}

.btn.btn-bold {
  font-weight: 500
}

.btn.btn-bolder {
  font-weight: 700
}

.btn.btn-upp {
  text-transform: uppercase
}

.auth-register {
  width: 100%;
  height: 50px;
  margin-bottom: 6px
}

.form-control {
  width: 100%;
  outline: 0
}

.btn {
  margin-bottom: 10px
}

.btn.btn-orange {
  background: #f38f00;
  color: #fff;
  text-decoration: none;
  display: inline-block
}

.btn.btn-orange:hover {
  color: #fff;
  background: #f37403
}

.btn.btn-green {
  color: #fff;
  background: #058f26
}

.btn.btn-green:not([href]):not([tabindex]) {
  color: #fff;
  text-decoration: none
}

.btn.btn-green:hover {
  color: #fff;
  background: #038020
}

.btn.btn-green.btn-outline {
  background: transparent;
  color: #fff;
  border-color: hsla(0, 0%, 100%, .3);
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out
}

.btn.btn-green.btn-outline:hover {
  border-color: hsla(0, 0%, 100%, .4)
}

.btn.btn-grey {
  margin-bottom: 0;
  color: #676767;
  background: #f3f3f3;
  font-size: 13px;
  text-decoration: none;
  display: inline-block
}

.btn.btn-grey:hover {
  background: #dadada
}

.btn.btn-grey.btn-outline {
  border: 1px solid #dadada
}

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none
}

.remodal,
[data-remodal-id] {
  display: none
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  content: ""
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.remodal-is-initialized {
  display: inline-block
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
  -webkit-filter: blur(3px);
  filter: blur(3px)
}

.remodal-overlay {
  background: rgba(43, 46, 56, .5)
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opened {
  opacity: 1 !important
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
  padding: 10px 10px 0
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #fff;
  background: transparent
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent
}

.remodal-close:focus,
.remodal-close:hover {
  color: #fff
}

.remodal-close:before {
  font-family: Ubuntu, sans-serif;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\D7";
  text-align: center
}

.remodal-cancel,
.remodal-confirm {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0
}

.remodal-confirm {
  color: #fff;
  background: #81c784
}

.remodal-confirm:focus,
.remodal-confirm:hover {
  background: #66bb6a
}

.remodal-cancel {
  color: #fff;
  background: #e57373
}

.remodal-cancel:focus,
.remodal-cancel:hover {
  background: #ef5350
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
  padding: 0;
  border: 0
}

@-webkit-keyframes remodal-opening-keyframes {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes remodal-opening-keyframes {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes remodal-closing-keyframes {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes remodal-overlay-opening-keyframes {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes remodal-overlay-closing-keyframes {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@media only screen and (min-width:641px) {
  .remodal {
    max-width: 864px
  }
}

.lt-ie9 .remodal-overlay {
  background: #2b2e38
}

.lt-ie9 .remodal {
  width: 700px
}

.authenticator {
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 32, .9);
  position: relative;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  border-radius: 0;
  overflow: hidden
}

.registration-wrapper.authenticator.auth-desktop {
  width: 864px;
  height: 732px
}

.login-wrapper.authenticator.auth-desktop,
.login-wrapper.authenticator.auth-tablet {
  width: 455px;
  height: 390px
}

.forgotpassword-wrapper.authenticator.auth-desktop,
.forgotpassword-wrapper.authenticator.auth-tablet {
  width: 455px;
  height: 450px
}

.paynPlay-wrapper.authenticator.auth-desktop,
.paynPlay-wrapper.authenticator.auth-tablet {
  width: 455px;
  height: 390px
}

.authenticator .ra,
.topbar-login .ra {
  font-family: icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.authenticator .ra-back:before {
  content: "\E908"
}

.authenticator .ra-next:before {
  content: "\E907"
}

.authenticator .ra-check:before {
  content: "\E925"
}

.authenticator .ra-arrow:before {
  content: "\E923"
}

.authenticator .ra-success:before {
  content: "\E925"
}

.authenticator .ra-close:before {
  content: "\EA0D"
}

.authenticator .ra-hide:before {
  content: "\E926"
}

.authenticator .ra-show:before {
  content: "\E927"
}

.authenticator .ra-alert:before {
  content: "\E928"
}

.authenticator .ra-help:before {
  content: "\E929"
}

.authenticator .ra-spinner:before,
.topbar-login .ra-spinner:before {
  content: "\E983"
}

.authenticator .spin-custom,
.topbar-login .spin-custom {
  display: inline-block;
  -webkit-animation: spinloader 2s infinite linear;
  animation: spinloader 2s infinite linear
}

@-webkit-keyframes spinloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes spinloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

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

.authenticator a {
  background-color: transparent
}

.authenticator a:active,
.authenticator a:hover {
  outline: 0
}

.authenticator b,
.authenticator strong {
  font-weight: 700
}

.authenticator img {
  border: 0
}

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

.authenticator button {
  overflow: visible
}

.authenticator button,
.authenticator select {
  text-transform: none
}

.authenticator button,
.authenticator input[type=button],
.authenticator input[type=reset],
.authenticator input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

.authenticator button[disabled],
.authenticator input[disabled] {
  cursor: default
}

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

.authenticator input {
  line-height: normal
}

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

.authenticator input[type=number]::-webkit-inner-spin-button,
.authenticator input[type=number]::-webkit-outer-spin-button {
  height: auto
}

.authenticator,
.authenticator *,
.authenticator:after,
.authenticator :after,
.authenticator:before,
.authenticator :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.authenticator button,
.authenticator input,
.authenticator select,
.authenticator textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

.authenticator a {
  color: #337ab7;
  text-decoration: none
}

.authenticator a:focus,
.authenticator a:hover {
  color: #23527c;
  text-decoration: underline
}

.authenticator a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.authenticator img {
  vertical-align: middle
}

.authenticator .img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.authenticator .container-fluid,
.authenticator .container-hd,
.authenticator .container-lg,
.authenticator .container-md,
.authenticator .container-sm,
.authenticator .container-xl {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px
}

.authenticator .row {
  margin-left: -10px;
  margin-right: -10px;
  display: block
}

.authenticator.iphone-auth-wrapper.auth-mobile.auth-portrait .row {
  margin-left: -8px;
  margin-right: -8px;
  display: block
}

.authenticator .col-1,
.authenticator .col-2,
.authenticator .col-3,
.authenticator .col-4,
.authenticator .col-5,
.authenticator .col-6,
.authenticator .col-7,
.authenticator .col-8,
.authenticator .col-9,
.authenticator .col-10 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  max-width: none
}

.authenticator.iphone-auth-wrapper.auth-mobile.auth-p .authenticator.iphone-auth-wrapper.auth-mobile.auth-portraiortrait .col-2,
.authenticator.iphone-auth-wrapper.auth-mobile.auth-portrait .col-3,
.authenticator.iphone-auth-wrapper.auth-mobile.auth-portrait .col-4,
.authenticator.iphone-auth-wrapper.auth-mobile.auth-portrait .col-5,
.authenticator.iphone-auth-wrapper.auth-mobile.auth-portrait .col-6,
.authenticator.iphone-auth-wrapper.auth-mobile.auth-portrait .col-7,
.authenticator.iphone-auth-wrapper.auth-mobile.auth-portrait .col-8,
.authenticator.iphone-auth-wrapper.auth-mobile.auth-portrait .col-9,
.authenticator.iphone-auth-wrapper.auth-mobile.auth-portrait .col-10,
t .col-1 {
  padding-left: 8px;
  padding-right: 8px
}

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

.authenticator .col-10 {
  width: 100%
}

.authenticator .col-9 {
  width: 90%
}

.authenticator .col-8 {
  width: 80%
}

.authenticator .col-7 {
  width: 70%
}

.authenticator .col-6 {
  width: 60%
}

.authenticator .col-5 {
  width: 50%
}

.authenticator .col-4 {
  width: 40%
}

.authenticator .col-3 {
  width: 30%
}

.authenticator .col-2 {
  width: 20%
}

.authenticator .col-1 {
  width: 10%
}

.authenticator .col-pull-10 {
  right: 100%
}

.authenticator .col-pull-9 {
  right: 90%
}

.authenticator .col-pull-8 {
  right: 80%
}

.authenticator .col-pull-7 {
  right: 70%
}

.authenticator .col-pull-6 {
  right: 60%
}

.authenticator .col-pull-5 {
  right: 50%
}

.authenticator .col-pull-4 {
  right: 40%
}

.authenticator .col-pull-3 {
  right: 30%
}

.authenticator .col-pull-2 {
  right: 20%
}

.authenticator .col-pull-1 {
  right: 10%
}

.authenticator .col-pull-0 {
  right: auto
}

.authenticator .col-push-10 {
  left: 100%
}

.authenticator .col-push-9 {
  left: 90%
}

.authenticator .col-push-8 {
  left: 80%
}

.authenticator .col-push-7 {
  left: 70%
}

.authenticator .col-push-6 {
  left: 60%
}

.authenticator .col-push-5 {
  left: 50%
}

.authenticator .col-push-4 {
  left: 40%
}

.authenticator .col-push-3 {
  left: 30%
}

.authenticator .col-push-2 {
  left: 20%
}

.authenticator .col-push-1 {
  left: 10%
}

.authenticator .col-push-0 {
  left: auto
}

.authenticator .col-offset-10 {
  margin-left: 100%
}

.authenticator .col-offset-9 {
  margin-left: 90%
}

.authenticator .col-offset-8 {
  margin-left: 80%
}

.authenticator .col-offset-7 {
  margin-left: 70%
}

.authenticator .col-offset-6 {
  margin-left: 60%
}

.authenticator .col-offset-5 {
  margin-left: 50%
}

.authenticator .col-offset-4 {
  margin-left: 40%
}

.authenticator .col-offset-3 {
  margin-left: 30%
}

.authenticator .col-offset-2 {
  margin-left: 20%
}

.authenticator .col-offset-1 {
  margin-left: 10%
}

.authenticator .col-offset-0 {
  margin-left: 0
}

.authenticator label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: Ubuntu, sans-serif;
  font-size: 13px;
  font-weight: 500
}

.authenticator input[type=checkbox],
.authenticator input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal
}

.authenticator input[type=checkbox]:focus,
.authenticator input[type=file]:focus,
.authenticator input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.authenticator .form-control {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #a0a0a0;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px;
  margin: 0;
  outline: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none
}

.authenticator .form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(233, 86, 12, .7);
  box-shadow: 0 0 5px rgba(233, 86, 12, .7)
}

.authenticator .form-control:-webkit-autofill {
  color: #a0a0a0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.authenticator .form-control::-moz-placeholder {
  font-family: Ubuntu, sans-serif;
  text-transform: none;
  font-size: 14px
}

.authenticator .form-control:-ms-input-placeholder {
  font-family: Ubuntu, sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.42857143
}

.authenticator .form-control::-webkit-input-placeholder {
  font-family: Ubuntu, sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.42857143
}

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

.authenticator .auth-select-wrapper.disabled,
.authenticator .form-control[disabled],
.authenticator .form-control[readonly],
.authenticator fieldset[disabled] .form-control {
  opacity: .4;
  color: #d0d0d0
}

.authenticator .form-control[disabled],
.authenticator fieldset[disabled] .form-control {
  cursor: not-allowed
}

.authenticator textarea.form-control {
  height: auto
}

.authenticator .form-group {
  margin-bottom: 10px;
  position: relative;
  text-align: left
}

.authenticator .checkbox,
.authenticator .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.authenticator .checkbox label,
.authenticator .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.authenticator .checkbox-inline input[type=checkbox],
.authenticator .checkbox input[type=checkbox],
.authenticator .radio-inline input[type=radio],
.authenticator .radio input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9
}

.authenticator .checkbox+.checkbox,
.authenticator .radio+.radio {
  margin-top: -5px
}

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

.authenticator .checkbox-inline+.checkbox-inline,
.authenticator .radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

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

.authenticator .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px
}

.authenticator .form-control-static.input-lg,
.authenticator .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0
}

.authenticator .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.authenticator select.input-sm {
  height: 30px;
  line-height: 30px
}

.authenticator select[multiple].input-sm,
.authenticator textarea.input-sm {
  height: auto
}

.authenticator .form-group-sm.form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.authenticator .form-group-sm select .form-control {
  height: 30px;
  line-height: 30px
}

.authenticator .form-group-sm select[multiple] .form-control,
.authenticator .form-group-sm textarea .form-control {
  height: auto
}

.authenticator .has-feedback {
  position: relative
}

.authenticator .has-feedback .form-control {
  padding-right: 42.5px
}

.authenticator .form-control-feedback,
.authenticator .form-radio .radio-feedback {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
  font-size: 28px
}

.authenticator .form-control-feedback.normal-feedback {
  top: 32px
}

.authenticator .form-radio.selected {
  color: #3abc00
}

.authenticator .form-radio .radio-feedback {
  display: none;
  color: #3abc00;
  right: 25px;
  top: 7px
}

.authenticator .form-radio.selected .radio-feedback {
  display: block
}

.authenticator .normal-feedback.form-control-feedback {
  color: #a0a0a0
}

.authenticator .normal-feedback.form-control-feedback.password_show {
  cursor: pointer;
  pointer-events: auto
}

.authenticator .has-success .form-control-feedback {
  color: #3abc00
}

.authenticator .has-error .form-control-feedback {
  color: #bc0000
}

.authenticator .has-error.has-feedback .form-control-feedback.normal-feedback,
.authenticator .has-success.has-feedback .form-control-feedback.normal-feedback {
  right: 55px;
  color: #a0a0a0
}

.authenticator .has-feedback label~.form-control-feedback {
  top: 32px
}

.authenticator .has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.authenticator .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 44px;
  background: #048522;
  width: 100%;
  color: #fff
}

.authenticator .btn:hover {
  color: #fff;
  background: #038020
}

.authenticator .btn.active.focus,
.authenticator .btn.active:focus,
.authenticator .btn.focus,
.authenticator .btn:active.focus,
.authenticator .btn:active:focus,
.authenticator .btn:focus {
  outline: none
}

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

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

.authenticator .btn.disabled,
.authenticator .btn[disabled],
.authenticator fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

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

.authenticator .back-btn {
  background: #fff;
  color: #e3047c
}

.authenticator .btn.active-next {
  width: auto;
  color: #fff;
  background: #058f26;
  border-radius: 0;
  text-transform: uppercase;
  float: right;
  padding: 10px 40px;
  font-size: 16px
}

.authenticator .btn.active-next:hover {
  color: #fff;
  background: #038020;
  -webkit-box-shadow: none;
  box-shadow: none
}

.authenticator .btn.active-final {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aba064), color-stop(#cac27a), to(#aba064));
  background-image: linear-gradient(#aba064, #cac27a, #aba064);
  color: #382946
}

.authenticator .progress {
  overflow: hidden;
  height: 34px;
  margin-bottom: 0;
  background-color: #464444;
  position: absolute;
  bottom: 0;
  z-index: 99;
  border-radius: 0
}

.authenticator .progress,
.authenticator .progress-bar {
  width: 100%;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.authenticator .progress-bar {
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #f38f00;
  -webkit-transition: width .6s ease;
  transition: width .6s ease
}

.authenticator .progress-bar span {
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px
}

.authenticator .clearfix:after,
.authenticator .clearfix:before,
.authenticator .container-fluid:after,
.authenticator .container-fluid:before,
.authenticator .container-hd:after,
.authenticator .container-hd:before,
.authenticator .container-lg:after,
.authenticator .container-lg:before,
.authenticator .container-md:after,
.authenticator .container-md:before,
.authenticator .container-sm:after,
.authenticator .container-sm:before,
.authenticator .container-xl:after,
.authenticator .container-xl:before,
.authenticator .row:after,
.authenticator .row:before {
  content: " ";
  display: table
}

.authenticator .clearfix:after,
.authenticator .container-fluid:after,
.authenticator .container-hd:after,
.authenticator .container-lg:after,
.authenticator .container-md:after,
.authenticator .container-sm:after,
.authenticator .container-xl:after,
.authenticator .row:after {
  clear: both
}

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

.authenticator .pull-right {
  float: right !important
}

.authenticator .pull-left {
  float: left !important
}

.authenticator .hide {
  display: none !important
}

.authenticator .show {
  display: block !important
}

.authenticator .invisible {
  visibility: hidden
}

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

.authenticator .hidden,
.authenticator .visible-md,
.authenticator .visible-sm,
.authenticator .visible-xs {
  display: none !important
}

.authenticator .auth-checkbox {
  position: absolute;
  left: -9999px
}

.authenticator .auth-checkbox~label>span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 11px
}

.authenticator .auth-checkbox+label {
  cursor: pointer;
  display: table !important
}

.authenticator .auth-checkbox+label:before {
  font-family: icons !important;
  display: inline-block;
  border: 0;
  font-size: 20px;
  width: 34px;
  height: 34px;
  padding: 3px 7px;
  background: #ebebeb;
  border-radius: 4px;
  content: "\E910"
}

.authenticator .auth-checkbox:checked+label:before {
  color: #44cd99
}

.authenticator .auth-checkbox:not(:checked)+label:before {
  color: #ebebeb
}

.authenticator .auth-checkbox:focus+label:before,
.authenticator .auth-checkbox:hover+label:before {
  -webkit-box-shadow: 0 0 5px rgba(233, 86, 12, .7);
  box-shadow: 0 0 5px rgba(233, 86, 12, .7)
}

.authenticator ::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

.authenticator ::-webkit-scrollbar-button {
  width: 0;
  height: 0
}

.authenticator ::-webkit-scrollbar-thumb {
  background: #e9560c;
  border: 0 none #fff;
  border-radius: 0
}

.authenticator ::-webkit-scrollbar-thumb:hover {
  background: #37ca93
}

.authenticator ::-webkit-scrollbar-thumb:active {
  background: #0299ff
}

.authenticator ::-webkit-scrollbar-track {
  background: #d6d6d8;
  border: 0 none #fff;
  border-radius: 0
}

.authenticator ::-webkit-scrollbar-track:active,
.authenticator ::-webkit-scrollbar-track:hover {
  background: #d6d6d8
}

.authenticator ::-webkit-scrollbar-corner {
  background: transparent
}

.authenticator .auth-step {
  display: none;
  padding: 22px
}

.authenticator .auth-step .step-title h3 {
  font-size: 12px;
  margin-bottom: 25px;
  margin-top: 0;
  color: #fff;
  text-align: left
}

.authenticator .error-messages,
.topbar-login .error-messages {
  display: none !important;
  visibility: hidden !important
}

.authenticator .error-tooltip {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 30;
  background: hsla(0, 0%, 95%, .95);
  border-radius: 4px;
  top: 100%;
  margin-top: 10px;
  font-size: 13px;
  color: #bc0000;
  background-color: #c1c1c1;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2)
}

.authenticator .error-tooltip:before {
  content: " ";
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent rgba(241, 237, 252, .95);
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 10px;
  margin: 0 auto
}

.authenticator .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow .3s ease-in-out;
  -moz-transition: box-shadow .3s ease-in-out;
  -ms-transition: box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out
}

.authenticator .chosen-container-single .chosen-single {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #a0a0a0 !important;
  background-color: #ebebeb;
  background-image: none;
  border: none;
  border-radius: 4px;
  margin: 0;
  outline: none
}

.authenticator .chosen-container-single .chosen-single:active,
.authenticator .chosen-container-single .chosen-single:focus,
.authenticator .chosen-container-single .chosen-single:hover {
  text-decoration: none
}

.authenticator .chosen-container-active {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(233, 86, 12, .7);
  box-shadow: 0 0 5px rgba(233, 86, 12, .7)
}

.authenticator .chosen-container-single.chosen-disabled .chosen-single {
  cursor: not-allowed;
  color: #f6f6f6;
  opacity: .8
}

.authenticator .chosen-container-single .chosen-single:hover {
  cursor: pointer
}

.authenticator .chosen-container-single.chosen-disabled .chosen-single:hover {
  cursor: not-allowed
}

.authenticator .chosen-container-single .chosen-single span {
  padding: 0;
  font-size: 14px;
  line-height: 44px
}

.authenticator .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 37px;
  height: 100%;
  border-left: 1px solid #f6f6f6
}

.authenticator .chosen-container-single .chosen-single div b {
  display: block;
  padding: 15px 10px;
  width: 100%;
  height: 100%;
  font-family: icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.authenticator .chosen-container-single .chosen-single div b:before {
  content: "\E923"
}

.authenticator .chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px
}

.authenticator .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box
}

.authenticator .chosen-container .chosen-drop {
  position: absolute;
  z-index: 33;
  width: 100%;
  left: -9999px;
  margin: 0;
  padding: 0;
  background: transparent;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .3);
  box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .3)
}

.authenticator .chosen-container.chosen-with-drop .chosen-drop {
  left: 0
}

.authenticator .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 160px;
  -webkit-overflow-scrolling: touch
}

.authenticator .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  color: #a0a0a0;
  height: 39px;
  font-size: 14px;
  padding: 13px;
  border-bottom: 1px solid hsla(0, 0%, 76%, .8);
  background: hsla(0, 0%, 92%, .95)
}

.authenticator .chosen-container .chosen-results li:last-child {
  border-bottom: none;
  height: 40px
}

.authenticator .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer
}

.authenticator .chosen-container .chosen-results li.highlighted {
  background: #dedede;
  color: #939393
}

.authenticator .auth-limits-dropdown {
  display: none
}

.authenticator.iphone-auth-wrapper .auth-limits-dropdown {
  margin-bottom: 20px
}

.authenticator .auth-terms-open {
  color: #333;
  text-decoration: underline;
  font-size: 11px
}

.authenticator .general-error {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 7;
  background: hsla(0, 0%, 95%, .95);
  font-size: 12px;
  color: #f22424;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2)
}

.authenticator .general-overlay {
  position: absolute;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none
}

.authenticator .general-overlay .spin-custom {
  font-size: 42px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px
}

.authenticator .auth-step-final div {
  background: #44cd99;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
  color: #fff
}

.authenticator .auth-bottom-logos,
.authenticator .auth-select-arrow,
.authenticator .tb-help-panel {
  display: none
}

.authenticator .auth-bottom-logos ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.authenticator .auth-bottom-logos ul li {
  float: left;
  margin-right: 10px
}

.authenticator .auth-bottom-logos ul li:last-child {
  margin-right: 0
}

.authenticator .tb-help-panel {
  font-family: Ubuntu, sans-serif;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 11px;
  height: 42px;
  background-color: #464444;
  color: #fff
}

.authenticator .tb-help-panel .back-btn {
  border: none;
  line-height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aba064), color-stop(#cac27a), to(#aba064));
  background-image: linear-gradient(#aba064, #cac27a, #aba064);
  color: #382946
}

.authenticator .tb-help-panel a {
  line-height: 40px;
  font-size: 14px;
  color: #fff
}

.authenticator .tb-help-panel a.auth-login {
  background: transparent;
  padding: 1px 4px;
  text-decoration: underline;
  display: inline-block;
  color: #fff
}

.authenticator .tb-help-panel a:active,
.authenticator .tb-help-panel a:focus,
.authenticator .tb-help-panel a:hover {
  text-decoration: none
}

@media screen and (max-width:374px) {

  .de .authenticator .tb-help-panel a,
  .fi .authenticator .tb-help-panel a,
  .no .authenticator .tb-help-panel a,
  .se .authenticator .tb-help-panel a {
    font-size: 11px
  }
}

@media screen and (max-width:350px) {

  .de .authenticator .tb-help-panel a,
  .no .authenticator .tb-help-panel a,
  .se .authenticator .tb-help-panel a {
    font-size: 10px
  }

  .fi .authenticator .tb-help-panel a {
    font-size: 9px
  }
}

.authenticator .tb-help-panel .ra {
  font-size: 22px;
  padding: 0 7px;
  vertical-align: middle
}

.authenticator .tb-help-panel .help-panel-right {
  text-align: right
}

.authenticator .tb-help-panel .help-panel-left {
  text-align: left
}

.authenticator .tb-banner-container {
  display: none
}

.authenticator .tb-banner-container img {
  margin: 0 auto
}

.authenticator .auth-terms-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, .7)
}

.authenticator .auth-terms-modal .auth-terms-content {
  height: 85%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #2e203a;
  text-align: left;
  padding: 20px;
  overflow-y: scroll
}

.authenticator .auth-terms-modal .auth-terms-close {
  color: #c4c4c4;
  font-size: 25px;
  position: absolute;
  z-index: 9999;
  right: 10px;
  top: 16%
}

.authenticator .auth-terms-modal .auth-terms-close:active,
.authenticator .auth-terms-modal .auth-terms-close:focus,
.authenticator .auth-terms-modal .auth-terms-close:hover {
  text-decoration: none
}

.authenticator.auth-desktop .auth-step-final {
  height: 100%
}

.authenticator.auth-desktop .auth-step-final div {
  background: transparent !important;
  padding: 10px;
  border-radius: 4px;
  font-size: 21px;
  color: #000;
  display: table;
  height: 100%
}

.authenticator.auth-desktop .auth-step-final div div {
  display: table-row
}

.authenticator.auth-desktop .auth-step-final div div span {
  display: table-cell;
  vertical-align: middle
}

.authenticator .auth-buttons {
  width: 100%;
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: 21;
  padding: 0 22px
}

.authenticator>.row {
  margin: 0;
  height: 100%
}

.authenticator>.row>.col-5 {
  padding: 0;
  height: 100%
}

.authenticator .authenticator-form {
  height: 100%;
  position: relative
}

.authenticator .dt-right {
  position: relative;
  min-height: 100%
}

.authenticator .dt-help-panel {
  font-family: Ubuntu, sans-serif;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 12px;
  height: 40px;
  background-color: #464444
}

.authenticator .dt-help-panel .auth-close {
  padding: 0 10px 0 20px
}

.authenticator .dt-help-panel .dt-help-div {
  position: absolute;
  top: 5px;
  left: 50px;
  font-size: 14px
}

.authenticator .dt-help-panel .dt-help-div p {
  margin: 0;
  padding: 0;
  line-height: 1.2
}

.authenticator .dt-help-panel .help-panel-left {
  text-align: left
}

.authenticator .dt-help-panel .help-panel-right {
  text-align: right
}

.authenticator .dt-help-panel a {
  line-height: 40px;
  color: #fff
}

.authenticator .dt-help-panel a.auth-login {
  background: transparent;
  padding: 0;
  text-decoration: underline;
  display: inline-block;
  color: #fff;
  font-size: 14px
}

.de .authenticator .dt-help-panel a.auth-login {
  padding: 0 5px
}

.authenticator .dt-help-panel a .ra {
  font-size: 25px;
  padding: 0 3px;
  vertical-align: middle;
  opacity: .9
}

.authenticator .dt-help-panel a:active,
.authenticator .dt-help-panel a:focus,
.authenticator .dt-help-panel a:hover {
  text-decoration: none
}

.authenticator .dt-logos-container {
  position: absolute;
  bottom: 50px;
  right: 20px
}

.authenticator .dt-logos-container ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.authenticator .dt-logos-container ul li {
  float: left;
  margin-right: 10px
}

.authenticator.login-wrapper .general-error {
  bottom: 0
}

.authenticator.login-wrapper .form-top {
  background-color: #fff;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.authenticator.login-wrapper .form-top h2 {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #202020;
  padding: 16px 22px;
  text-align: left;
  margin: 0
}

.authenticator.login-wrapper .form-top a.auth-close {
  color: #202020;
  text-decoration: none;
  text-align: right;
  display: block;
  font-size: 25px;
  padding: 10px 22px 0 0
}

.authenticator.login-wrapper .form-top a.auth-close:focus,
.authenticator.login-wrapper .form-top a.auth-close:hover,
.authenticator.login-wrapper .form-top a.auth-closee:active {
  color: #202020;
  text-decoration: none
}

.authenticator.login-wrapper .form-bottom {
  padding: 20px 22px
}

.authenticator.login-wrapper .form-bottom .btn-login {
  background: #058f26
}

.authenticator.login-wrapper .form-bottom .btn-login:hover {
  background: #038020
}

.authenticator.login-wrapper .btn {
  margin-top: 20px
}

.authenticator.login-wrapper .auth-forgot,
.authenticator.login-wrapper .auth-register {
  font-size: 12px;
  color: #fff;
  text-decoration: underline
}

.authenticator.login-wrapper .auth-forgot:active,
.authenticator.login-wrapper .auth-forgot:focus,
.authenticator.login-wrapper .auth-forgot:hover,
.authenticator.login-wrapper .auth-register:active,
.authenticator.login-wrapper .auth-register:focus,
.authenticator.login-wrapper .auth-register:hover {
  text-decoration: none
}

.authenticator.paynPlay-wrapper .general-error {
  bottom: 0
}

.authenticator.paynPlay-wrapper .form-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#013e70), color-stop(#01325b), to(#013e70));
  background-image: linear-gradient(#013e70, #01325b, #013e70);
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.authenticator.paynPlay-wrapper .form-top h2 {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 16px 22px;
  text-align: left;
  margin: 0
}

.authenticator.paynPlay-wrapper .form-top a.auth-close {
  color: #fff;
  text-decoration: none;
  text-align: right;
  display: block;
  font-size: 28px;
  padding: 4px 22px 0 0
}

.authenticator.paynPlay-wrapper .form-top a.auth-close i {
  vertical-align: middle
}

.authenticator.paynPlay-wrapper .form-top a.auth-close:focus,
.authenticator.paynPlay-wrapper .form-top a.auth-close:hover,
.authenticator.paynPlay-wrapper .form-top a.auth-closee:active {
  color: #fff;
  text-decoration: none
}

.authenticator.paynPlay-wrapper .form-bottom {
  padding: 20px 22px
}

.authenticator.paynPlay-wrapper .btn {
  margin-top: 20px
}

.authenticator.paynPlay-wrapper .auth-forgot,
.authenticator.paynPlay-wrapper .auth-register {
  font-size: 12px;
  color: #fff;
  text-decoration: underline
}

.authenticator.paynPlay-wrapper .auth-forgot:active,
.authenticator.paynPlay-wrapper .auth-forgot:focus,
.authenticator.paynPlay-wrapper .auth-forgot:hover,
.authenticator.paynPlay-wrapper .auth-register:active,
.authenticator.paynPlay-wrapper .auth-register:focus,
.authenticator.paynPlay-wrapper .auth-register:hover {
  text-decoration: none
}

#paynPlay-currency {
  background: transparent;
  border: 1px solid #058f26;
  color: #058f26
}

#paynPlay-currency option {
  background: #01325b
}

.authenticator.forgotpassword-wrapper .general-error {
  bottom: 0
}

.authenticator.forgotpassword-wrapper .form-top {
  background-color: #fff
}

.authenticator.forgotpassword-wrapper .step-title h3 {
  font-size: 12px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400
}

.authenticator.forgotpassword-wrapper .forgot-help-message {
  font-size: 12px;
  text-align: left
}

.authenticator.forgotpassword-wrapper .forgot-help-message a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline
}

.authenticator.forgotpassword-wrapper {
  font-size: 13px
}

.authenticator.forgotpassword-wrapper .form-top h2 {
  font-size: 15px;
  color: #202020;
  padding: 16px 22px;
  text-align: left;
  margin: 0
}

.authenticator.forgotpassword-wrapper .form-top a.auth-close {
  color: #202020;
  text-decoration: none;
  text-align: right;
  display: block;
  font-size: 25px;
  padding: 10px 22px 0 0
}

.authenticator.forgotpassword-wrapper .form-top a.auth-close:focus,
.authenticator.forgotpassword-wrapper .form-top a.auth-close:hover,
.authenticator.forgotpassword-wrapper .form-top a.auth-closee:active {
  color: #202020;
  text-decoration: none
}

.authenticator.forgotpassword-wrapper #forgot_password_code {
  padding: 10px;
  margin: 10px 0;
  background: #45ce99;
  color: #fff;
  font-size: 18px;
  text-align: center
}

.authenticator.auth-mobile>.row>.col-5,
.authenticator.auth-tablet>.row>.col-5 {
  width: 100%
}

.authenticator.auth-mobile .auth-select-wrapper,
.authenticator.auth-tablet .auth-select-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 4px
}

.authenticator.auth-mobile .auth-select-arrow,
.authenticator.auth-tablet .auth-select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 28px;
  height: 100%;
  border-left: 1px solid #f6f6f6;
  z-index: 1
}

.authenticator.auth-mobile.auth-landscape .auth-select-arrow {
  width: 20px
}

.authenticator.auth-mobile .auth-select-arrow b,
.authenticator.auth-tablet .auth-select-arrow b {
  display: block;
  padding: 11px 7px;
  font-size: 12px;
  color: #a0a0a0;
  width: 100%;
  height: 100%;
  font-family: icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.authenticator.auth-mobile.auth-landscape .auth-select-arrow b {
  padding: 11px 2px
}

.authenticator.auth-mobile .auth-select-arrow b:before,
.authenticator.auth-tablet .auth-select-arrow b:before {
  content: "\E923"
}

.authenticator.auth-mobile .auth-step {
  padding: 6px 22px
}

.authenticator.auth-mobile .auth-bottom-logos,
.authenticator.auth-mobile .tb-help-panel {
  display: block
}

.authenticator.auth-mobile .auth-step .step-title h3,
.authenticator.forgotpassword-wrapper.auth-mobile .step-title h3 {
  font-size: 12px;
  margin-bottom: 10px
}

.authenticator.auth-mobile .form-group {
  margin-bottom: 5px
}

.authenticator.auth-mobile .form-control::-moz-placeholder {
  font-size: 13px;
  color: #a0a0a0
}

.authenticator.auth-mobile .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #a0a0a0
}

.authenticator.auth-mobile .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #a0a0a0
}

.authenticator.auth-mobile label {
  margin-bottom: 0;
  font-size: 13px
}

.authenticator.auth-mobile .form-control {
  height: 34px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  color: #a0a0a0
}

.authenticator.auth-mobile select.form-control {
  background-color: #ebebeb;
  z-index: 0
}

.authenticator.auth-mobile .has-feedback input[type=text].form-control {
  padding-right: 42.5px
}

.authenticator.auth-mobile .has-feedback label~.form-control-feedback {
  top: 30px
}

.authenticator.auth-mobile .form-control-feedback {
  top: 9px;
  line-height: 15px
}

.authenticator.auth-mobile .form-radio .radio-feedback {
  top: 6px;
  line-height: 24px
}

.authenticator.auth-mobile .form-control-feedback,
.authenticator.auth-mobile .form-radio .radio-feedback {
  width: 24px;
  height: 24px;
  font-size: 24px
}

.authenticator.auth-mobile .form-control-feedback.normal-feedback {
  top: 30px
}

.authenticator.auth-mobile .form-radio .radio-feedback {
  right: 10px
}

.authenticator.auth-mobile .progress {
  height: 24px
}

.authenticator.auth-mobile .progress-bar span {
  line-height: 26px
}

.authenticator.auth-mobile .auth-buttons {
  position: static;
  margin-top: 15px
}

.authenticator.auth-mobile .btn {
  font-size: 12px;
  height: 34px
}

.authenticator.auth-mobile .auth-buttons .back-btn {
  display: none !important
}

.authenticator.auth-mobile .auth-checkbox+label {
  margin-top: 10px
}

.authenticator.auth-tablet .tb-banner-container {
  display: block;
  margin-top: 15px;
  margin-bottom: 49px;
  width: 100%;
  z-index: 22
}

.authenticator.auth-tablet .auth-step {
  margin: 0 auto;
  padding: 10px 22px
}

.authenticator.auth-tablet .auth-buttons {
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0
}

.authenticator.auth-tablet .auth-step .step-title h3 {
  font-size: 12px;
  margin-bottom: 5px
}

.authenticator.auth-tablet .auth-bottom-logos,
.authenticator.auth-tablet .tb-help-panel {
  display: block
}

.authenticator.auth-tablet .tb-help-panel {
  font-size: 14px
}

.authenticator.auth-tablet .auth-select-arrow {
  width: 34px
}

.authenticator.auth-tablet .auth-select-arrow b {
  padding: 16px 9px
}

.authenticator.auth-tablet .form-group {
  margin-bottom: 5px
}

.authenticator.auth-tablet label {
  margin-bottom: 0
}

.authenticator.auth-tablet .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.authenticator.auth-tablet select.form-control {
  background-color: #fff;
  z-index: 0
}

.authenticator.auth-tablet .has-feedback label~.form-control-feedback {
  top: 27px
}

.authenticator.auth-tablet .auth-buttons .back-btn {
  display: none !important
}

.authenticator.iphone-auth-wrapper .auth-step {
  padding: 10px;
  margin-bottom: 30px
}

.authenticator.iphone-auth-wrapper .auth-step .step-title h3 {
  font-size: 12px
}

.authenticator.iphone-auth-wrapper .form-control {
  height: 44px;
  padding: 0 15px;
  font-size: 14px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.authenticator.iphone-auth-wrapper.auth-portrait .form-control {
  padding: 0 5px
}

.authenticator.iphone-auth-wrapper .form-radio {
  font-size: 16px
}

.authenticator.iphone-auth-wrapper .form-control-feedback,
.authenticator.iphone-auth-wrapper .form-radio .radio-feedback {
  top: 32px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  right: 70px
}

.authenticator.iphone-auth-wrapper .form-radio .radio-feedback {
  right: 5px;
  top: 7px
}

.authenticator.iphone-auth-wrapper .has-feedback label~.form-control-feedback {
  top: 28px
}

.authenticator.iphone-auth-wrapper.auth-landscape .auth-select-arrow {
  width: 28px
}

.authenticator.iphone-auth-wrapper.auth-landscape .auth-select-arrow b {
  padding: 16px 6px
}

.authenticator.iphone-auth-wrapper.auth-portrait .auth-select-arrow {
  width: 20px
}

.authenticator.iphone-auth-wrapper.auth-portrait .auth-select-arrow b {
  padding: 16px 2px
}

.authenticator.iphone-auth-wrapper .error-tooltip {
  position: absolute;
  width: 100%;
  text-align: left;
  background: transparent;
  border-radius: 0;
  top: 100%;
  margin-top: 0;
  font-size: 12px;
  padding: 5px 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.authenticator.iphone-auth-wrapper .error-tooltip:before {
  border-width: 0;
  border-color: transparent;
  position: absolute;
  top: 0;
  width: 0
}

.authenticator.iphone-auth-wrapper .progress {
  height: 20px;
  float: left;
  width: 32%;
  margin-right: 2%;
  position: static
}

.authenticator.iphone-auth-wrapper .progress-3 {
  margin-right: 0
}

.authenticator.iphone-auth-wrapper .progress-bar {
  width: 0
}

.authenticator.iphone-auth-wrapper .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%
}

.authenticator.iphone-auth-wrapper .input-group .form-control,
.authenticator.iphone-auth-wrapper .input-group .input-group-btn {
  display: table-cell
}

.authenticator.iphone-auth-wrapper .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-radius: 4px
}

.authenticator.iphone-auth-wrapper .input-group .input-group-btn {
  position: relative;
  font-size: 0;
  width: 60px;
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 15px
}

.authenticator.iphone-auth-wrapper .btn {
  height: 44px
}

.authenticator.iphone-auth-wrapper .btn.next-step i.ra {
  font-size: 24px;
  margin-right: 2px;
  line-height: 44px
}

.authenticator.iphone-auth-wrapper .general-error {
  bottom: 0
}

.authenticator.iphone-auth-wrapper .auth-bottom-logos {
  padding: 10px
}

.authenticator.iphone-auth-wrapper .ios-landscape-banners,
.authenticator.iphone-auth-wrapper .ios-portrait-banners {
  display: none
}

.authenticator.iphone-auth-wrapper .has-error.has-feedback .form-control-feedback.normal-feedback,
.authenticator.iphone-auth-wrapper .has-success.has-feedback .form-control-feedback.normal-feedback {
  right: 105px
}

.remodal-mobile,
.remodal-mobile div.remodal,
.remodal-registration.remodal-tablet,
.remodal-registration.remodal-tablet div.remodal {
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important
}

.remodal-mobile div.remodal,
.remodal-registration.remodal-tablet div.remodal {
  max-width: 100% !important;
  overflow-y: auto;
  overflow-x: hidden
}

.login-wrapper.authenticator.auth-mobile {
  min-height: 350px
}

.forgotpassword-wrapper.authenticator.auth-mobile {
  min-height: 380px
}

.authenticator.auth-mobile .visible-xs {
  display: block !important
}

.authenticator.auth-mobile .hidden-xs {
  display: none !important
}

.iphone-auth-wrapper.authenticator.auth-mobile.auth-landscape {
  min-height: 320px
}

.registration-wrapper.authenticator.auth-mobile.auth-landscape {
  min-height: 360px
}

.authenticator.auth-mobile.auth-landscape .auth-step>.row>.col-10 {
  width: 50%
}

.authenticator.auth-mobile.auth-landscape .auth-buttons>.row>.col-5>.next-btn {
  width: 47%;
  float: right
}

.authenticator.auth-mobile.auth-landscape .auth-checkbox~label>span {
  font-size: 11px !important
}

.authenticator.iphone-auth-wrapper.auth-landscape .ios-landscape-banners {
  display: block
}

.registration-wrapper.authenticator.auth-mobile.auth-portrait {
  min-height: 520px
}

.authenticator.auth-mobile.auth-portrait .auth-bottom-logos ul li img {
  width: 75%;
  height: auto;
  margin: 0 auto
}

.authenticator.iphone-auth-wrapper.auth-portrait .auth-bottom-logos ul li img {
  width: 100%
}

.authenticator.auth-mobile.auth-portrait .auth-bottom-logos ul li {
  margin-right: 0
}

.authenticator.iphone-auth-wrapper.auth-portrait .auth-bottom-logos ul li {
  margin-right: 10px
}

.authenticator.iphone-auth-wrapper.auth-portrait .auth-bottom-logos ul li:last-child {
  margin-right: 0
}

.authenticator.iphone-auth-wrapper.auth-portrait .auth-last-step .col-3,
.authenticator.iphone-auth-wrapper.auth-portrait .auth-last-step .col-7 {
  width: 100%
}

.authenticator.iphone-auth-wrapper.auth-portrait .auth-last-step .btn {
  float: right;
  width: 50%;
  margin-top: 30px
}

.authenticator.iphone-auth-wrapper.auth-portrait .auth-step:last-child {
  margin-bottom: 0
}

.authenticator.iphone-auth-wrapper.auth-portrait .ios-portrait-banners {
  display: block
}

.authenticator.auth-tablet .visible-sm {
  display: block !important
}

.authenticator.auth-tablet .hidden-sm {
  display: none !important
}

.registration-wrapper.authenticator.auth-tablet.auth-landscape {
  min-height: 530px
}

.authenticator.auth-tablet.auth-landscape .auth-step>.row>.col-10 {
  width: 50%
}

.authenticator.auth-tablet.auth-landscape .auth-buttons>.row>.col-5>.next-btn {
  width: 47%;
  float: right
}

.authenticator.auth-tablet.auth-landscape .tb-banner-container {
  bottom: 44px;
  padding: 0 22px
}

.registration-wrapper.authenticator.auth-tablet.auth-portrait {
  min-height: 650px
}

.authenticator.auth-tablet.auth-portrait .auth-buttons,
.registration-wrapper.authenticator.auth-tablet.auth-portrait .auth-step {
  width: 70%
}

@media (min-width:1025px) {
  .authenticator.auth-desktop .visible-md {
    display: block !important
  }

  .authenticator.auth-desktop .hidden-md {
    display: none !important
  }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .remodal-wrapper.remodal-registration.remodal-desktop {
    padding: 0
  }

  .authenticator.registration-wrapper.auth-desktop {
    -webkit-transform: scale(.8) translateY(-7%);
    transform: scale(.8) translateY(-7%)
  }
}

.popper {
  display: none
}

.popper-tooltip {
  z-index: 999
}

.popper-tooltip>.tooltip-inner {
  max-width: 350px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  margin-bottom: 20px;
  border: 1px solid #bce8f1
}

.authenticator .auth-privacy-open,
.authenticator .auth-terms-open {
  color: #e9560c;
  text-decoration: underline;
  font-size: 12px;
  display: inline-block;
  height: 18px
}

.authenticator .auth-privacy-open:hover,
.authenticator .auth-terms-open:hover {
  text-decoration: none
}

#gdpr_reminder {
  height: 100%
}

#gdpr_reminder,
.auth-mobile #gdpr_reminder {
  position: absolute;
  top: 0;
  left: 0;
  background: #2e203a;
  z-index: 99;
  display: none;
  margin: 0 !important
}

.auth-mobile #gdpr_reminder {
  padding: 0 0 20px;
  overflow: auto
}

#gdpr_reminder .col-10 {
  padding: 22px;
  width: 100% !important
}

#gdpr_reminder .col-10 p {
  text-align: left
}

#gdpr_reminder .col-10 label span {
  font-size: 110%
}

.auth-mobile #gdpr-buttons {
  position: unset !important
}

#gdpr-buttons,
.auth-mobile #gdpr-buttons {
  width: 100%;
  bottom: 50px;
  right: 0;
  z-index: 21;
  padding: 0 22px
}

#gdpr-buttons {
  position: absolute
}

#gdpr-buttons .gdpr-submit-btn {
  color: #fff;
  background: #e3047c
}

#gdpr-buttons .gdpr-submit-btn-submit {
  display: none
}

.auth-mobile.authenticator {
  height: unset !important
}

.auth-mobile .authenticator-form {
  height: unset !important;
  padding-bottom: 10px
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important
}

.no-left-padding {
  padding-left: 0 !important;
  margin-left: 0 !important
}

.no-right-padding {
  padding-right: 0 !important;
  margin-right: 0 !important
}

#market_accept_text,
#market_accept_text2 {
  font-size: 20px;
  line-height: 27px
}

.auth-mobile #market_accept_text,
.auth-mobile #market_accept_text2 {
  padding-top: 10px
}

#market_accept_text2:hover,
#market_accept_text:hover {
  cursor: pointer
}

.authenticator.auth-mobile .progress {
  bottom: -23px !important
}

.error-tooltip a {
  color: #bc0000;
  text-decoration: underline
}

.error-tooltip a:hover {
  color: #000;
  text-decoration: none
}

.authenticator.auth-desktop .auth-buttons {
  bottom: 50px !important
}

:root {
  --beam-background: #333;
  --beam-link-color: #fff;
  --beam-link-color-hover: #fff;
  --license-text-color: #fff;
  --hero-background: rgba(0, 0, 0, .8);
  --hero-link-color: #fff;
  --hero-link--hover-color: #fff;
  --egv-header-background: #191919;
  --egv-bg: #191919;
  --egv-footer-background: #191919;
  --egv-description-text-font-size: 14px
}

.ath-viewport * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ath-viewport {
  position: relative;
  z-index: 2147483641;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none
}

.ath-modal {
  pointer-events: auto !important;
  background: rgba(0, 0, 0, .6)
}

.ath-mandatory {
  background: #000
}

.ath-container {
  pointer-events: auto !important;
  position: absolute;
  z-index: 2147483641;
  padding: .7em .6em;
  width: 18em;
  background: #eee;
  background-size: 100% auto;
  -webkit-box-shadow: 0 .2em 0 #d1d1d1;
  box-shadow: 0 .2em 0 #d1d1d1;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center
}

.ath-container small {
  font-size: .8em;
  line-height: 1.3em;
  display: block;
  margin-top: .5em
}

.ath-ios.ath-phone {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em
}

.ath-ios6.ath-tablet {
  left: 5em;
  top: 1.8em
}

.ath-ios7.ath-tablet {
  left: .7em;
  top: 1.8em
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet {
  right: .4em;
  top: 1.8em
}

.ath-android {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em
}

.ath-container:before {
  content: "";
  position: relative;
  display: block;
  float: right;
  margin: -.7em -.6em 0 .5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
  background-color: hsla(0, 0%, 100%, .8);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 2.7em;
  height: 2.7em;
  text-align: center;
  overflow: hidden;
  color: #a33;
  z-index: 2147483642
}

.ath-container.ath-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none
}

.ath-mandatory .ath-container:before {
  display: none
}

.ath-container.ath-android:before {
  float: left;
  margin: -.7em .5em 0 -.6em
}

.ath-container.ath-android.ath-icon:before {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  float: none
}

.ath-action-icon {
  display: inline-block;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon {
  width: 1.6em;
  height: 1.6em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
  margin-top: -.3em;
  background-size: auto 100%
}

.ath-ios6 .ath-action-icon {
  width: 1.8em;
  height: 1.8em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
  margin-bottom: .4em;
  background-size: 100% auto
}

.ath-android .ath-action-icon {
  width: 1.4em;
  height: 1.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
  background-size: 100% auto
}

.ath-container p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2147483642;
  text-shadow: 0 .1em 0 #fff;
  font-size: 1.1em
}

.ath-ios.ath-phone:after {
  bottom: -.9em;
  -webkit-box-shadow: .2em .2em 0 #d1d1d1;
  box-shadow: .2em .2em 0 #d1d1d1
}

.ath-ios.ath-phone:after,
.ath-ios.ath-tablet:after {
  content: "";
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(.9) rotate(45deg);
  transform: scaleX(.9) rotate(45deg)
}

.ath-ios.ath-tablet:after {
  top: -.9em;
  z-index: 2147483641
}

.ath-application-icon {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 auto .2em;
  height: 6em;
  width: 6em;
  z-index: 2147483642
}

.ath-container.ath-ios .ath-application-icon {
  border-radius: 1em;
  -webkit-box-shadow: 0 .2em .4em rgba(0, 0, 0, .3), inset 0 .07em 0 hsla(0, 0%, 100%, .5);
  box-shadow: 0 .2em .4em rgba(0, 0, 0, .3), inset 0 .07em 0 hsla(0, 0%, 100%, .5);
  margin: 0 auto .4em
}

@media only screen and (orientation:landscape) {
  .ath-container.ath-phone {
    width: 24em
  }

  .ath-android.ath-phone,
  .ath-ios.ath-phone {
    margin-left: -12em
  }

  .ath-ios6:after {
    left: 39%
  }

  .ath-ios8.ath-phone {
    left: auto;
    bottom: auto;
    right: .4em;
    top: 1.8em
  }

  .ath-ios8.ath-phone:after {
    bottom: auto;
    top: -.9em;
    left: 68%;
    z-index: 2147483641;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

html {
  font-family: Ubuntu, sans-serif;
  height: 100%;
  font-size: 16px;
  width: 100%;
  -ms-overflow-style: scrollbar
}

@media (min-width:1280px) {
  html {
    font-size: 16px
  }
}

@media (min-width:1540px) {
  html {
    font-size: 16px
  }
}

html body {
  font-family: Ubuntu, sans-serif;
  min-height: 100%;
  padding-top: 0;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  color: #202020
}

@media (max-width:991.98px) {
  html body {
    padding-top: 0
  }
}

@media screen and (min-width:750px) and (max-width:1024px) and (orientation:landscape) {
  html body {
    padding-top: 0
  }
}

html body input[type=password],
html body input[type=text] {
  background-color: #f3f3f3
}

html a {
  font-size: 16px
}

html a,
html a:hover {
  color: #202020
}

.right-content .modal {
  display: none
}

.right-content .top_offer_terms {
  width: 100%;
  background: rgba(0, 0, 0, .5);
  color: #d0d0d0;
  font-size: 1rem;
  line-height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  padding: 5px 200px 5px 15px;
  height: 30px;
  overflow: hidden
}

.right-content .top_offer_terms.open {
  height: auto
}

.right-content .top_offer_terms .terms_space_toggle {
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  cursor: pointer
}

.right-content .top_offer_terms h5 {
  width: 100%
}

.right-content .top_offer_terms h5 a {
  color: #cbc47d
}

.right-content #toolbar {
  position: fixed;
  top: 0;
  right: 10px;
  padding: 0 20px;
  z-index: 100
}

.right-content #toolbar #language_button {
  display: inline-block;
  background: #f4f2dc;
  border-bottom-left-radius: 10px;
  width: 60px;
  height: 50px;
  padding: 10px;
  float: left;
  margin-right: 5px;
  border: 0;
  text-align: center;
  font-size: .8rem;
  font-weight: 700;
  color: #494218;
  position: relative
}

.right-content #toolbar #language_button a {
  color: #494218;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700
}

.right-content #toolbar #help_button {
  display: inline-block;
  background: #f4f2dc;
  border-bottom-right-radius: 10px;
  width: 60px;
  height: 50px;
  padding: 10px;
  text-align: center;
  font-size: .8rem;
  font-weight: 700;
  color: #494218
}

.right-content #toolbar #help_button a {
  color: #494218;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700
}

@media screen and (max-width:1279px) {
  .desktop:not(.logged-in) .right-content {
    padding-left: 0;
    width: 101%
  }

  #toolbar {
    display: none
  }
}

html.logged-in,
html.logged-in body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: auto
}

html.logged-in body {
  width: 1px;
  min-width: 100%
}

.mobile .right-content {
  padding-left: 0;
  overflow: hidden
}

.flex-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:767px) {
  .flex-row {
    display: block
  }
}

.lang_container {
  background: transparent;
  text-align: center
}

.lang_container .language-dropdown {
  background: transparent;
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: inline-block
}

.lang_container .language-dropdown .dropdown {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0
}

.lang_container .language-dropdown .dropdown a.dropdown-toggle {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 10px;
  cursor: pointer;
  width: auto;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  text-align: left;
  border-radius: 3px;
  text-decoration: none
}

.lang_container .language-dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
  border-radius: 0;
  border: 0;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  margin: -3px 0 0;
  position: relative;
  z-index: -1;
  padding: 3px 0 0;
  background: hsla(0, 0%, 100%, .85);
  top: 0
}

.lang_container .language-dropdown .dropdown-menu li {
  color: #000;
  padding: 0 15px
}

.lang_container .language-dropdown .dropdown-menu li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #a1a1a1;
  border-bottom: 1px solid #eaecf8;
  width: 100%;
  display: block;
  padding: 7px 0 6px
}

.lang_container .language-dropdown .dropdown-menu li a:active,
.lang_container .language-dropdown .dropdown-menu li a:focus,
.lang_container .language-dropdown .dropdown-menu li a:hover {
  background: none
}

.lang_container .language-dropdown .dropdown-menu li:active,
.lang_container .language-dropdown .dropdown-menu li:focus,
.lang_container .language-dropdown .dropdown-menu li:hover {
  background: hsla(0, 0%, 100%, .7)
}

.lang_container .language-dropdown .dropdown-menu li:active a,
.lang_container .language-dropdown .dropdown-menu li:focus a,
.lang_container .language-dropdown .dropdown-menu li:hover a {
  color: #302214;
  text-decoration: none
}

.download-icon {
  position: fixed;
  right: 0;
  z-index: 100;
  top: 162px;
  margin: 0;
  padding: 0 0 10px 10px;
  width: 70px;
  color: #000 !important;
  background: #ff0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0), to(#ffd54e));
  background: linear-gradient(180deg, #ff0 0, #ffd54e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00", endColorstr="#ffd54e", GradientType=0);
  margin-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 3rem;
  text-align: left;
  text-decoration: none !important;
  -webkit-box-shadow: -5px 6px 16px -2px rgba(22, 46, 38, .39);
  box-shadow: -5px 6px 16px -2px rgba(22, 46, 38, .39)
}

.mobile-language-wrapper {
  display: none;
  position: absolute;
  top: 102%;
  left: 0;
  width: auto;
  height: 0;
  z-index: 9999;
  background: #f4f2dc;
  overflow: auto;
  border-radius: 4px;
  -webkit-transition: height .4s ease-in-out;
  transition: height .4s ease-in-out
}

.mobile-language-wrapper ul {
  padding: 5px 10px;
  margin-bottom: 0
}

.mobile-language-wrapper ul li {
  line-height: 30px;
  list-style-type: none;
  text-align: left
}

.mobile-language-wrapper .mobile-language-dropdown {
  background: #eee;
  padding: 0;
  list-style: none;
  max-height: 90%;
  width: 90%;
  position: relative;
  max-width: 400px;
  margin: 5% auto
}

.mobile-language-wrapper .mobile-language-dropdown li {
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  position: relative
}

.mobile-language-wrapper .mobile-language-dropdown li a {
  text-decoration: none;
  color: #1f1f1f;
  font-size: 16px;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  padding: 20px 0 20px 20px;
  display: block;
  position: relative;
  z-index: 2
}

.mobile-language-wrapper .mobile-language-dropdown li:before {
  content: " ";
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 1;
  right: 15px;
  border-radius: 50%;
  border: 2px solid #6d6d6d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.mobile-language-wrapper .mobile-language-dropdown li:active:after {
  content: " ";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 19px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #009688
}

.mobile-language-wrapper .mobile-language-dropdown li:active:before {
  border-color: #009688
}

.loader-wrapper {
  display: none !important
}

.mobile .solid-container {
  margin: 0 auto;
  padding: 20px
}

.mobile .solid-page {
  background: #fff
}

.menu.scrollbar-outer img,
.mobile .solid-page .floating-icon {
  display: none
}

.input-group .btn {
  margin: 0;
  height: 100%
}

.remodal-wrapper.gameFrame button.remodal-close,
.remodal-wrapper.gameFrame button.remodal-close:hover {
  color: #676767
}

.language-menu {
  z-index: 100000
}

.youtube-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.youtube-responsive-container embed,
.youtube-responsive-container iframe,
.youtube-responsive-container object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

@media screen and (max-width:576px) {

  .youtube-responsive-container embed,
  .youtube-responsive-container iframe,
  .youtube-responsive-container object {
    width: auto;
    height: auto
  }
}

.modal .modal-dialog {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto
}

.modal .modal-dialog .modal-content .close {
  cursor: pointer
}

.flexbox_container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 5px 10px
}

.flexbox_container .flexbox_item {
  max-width: 100%;
  position: relative;
  padding: 5px 10px
}

.navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}

.navbar-ham-wrap .navbar-ham i:first-child,
.navbar-ham-wrap .navbar-ham i:nth-child(2) {
  top: 0
}

.navbar-ham-wrap .navbar-ham i:nth-child(3),
.navbar-ham-wrap .navbar-ham i:nth-child(4) {
  top: 10px
}

.navbar-ham-wrap .navbar-ham i:nth-child(5),
.navbar-ham-wrap .navbar-ham i:nth-child(6) {
  top: 20px
}

.navbar-ham-wrap .navbar-ham i:nth-child(odd) {
  left: 0
}

.navbar-ham-wrap .navbar-ham i:nth-child(2n) {
  left: 50%
}

.navbar-ham-wrap {
  position: relative;
  float: left;
  cursor: pointer;
  margin: 21px 30px 0 0
}

@media screen and (max-width:576px) {
  .navbar-ham-wrap {
    margin: 6px 5px 0 0
  }
}

.navbar-ham-wrap .navbar-ham {
  width: 38px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

@media screen and (max-width:576px) {
  .navbar-ham-wrap .navbar-ham {
    width: 30px
  }
}

.navbar-ham-wrap .navbar-ham i {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #202020;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .navbar-ham-wrap .navbar-ham i {
    -webkit-transition: none;
    transition: none
  }
}

@media screen and (max-width:992px) {
  .navbar-ham-wrap .navbar-ham i {
    background: #fff
  }
}

.navbar {
  position: relative;
  width: 100%;
  height: 93px;
  z-index: 999;
  padding: 15px;
  background-color: #fff
}

@media screen and (max-width:992px) {
  .navbar {
    background-color: #202020
  }
}

.navbar .navbar-brand {
  max-width: 215px
}

@media screen and (max-width:576px) {
  .navbar .navbar-brand {
    max-width: 120px;
    margin-right: 10px
  }
}

.navbar .auth-forgot {
  font-size: 10px;
  text-decoration: underline
}

.navbar .mobile-nav .btn {
  padding: 10px;
  margin-bottom: 0
}

@media screen and (max-width:576px) {
  .navbar .mobile-nav .btn {
    padding: 5px
  }
}

.navigation_bar_main_items,
.navigation_bar_main_items .btn.orange,
.navigation_bar_main_items input.form-control {
  font-size: 13px
}

.navigation_bar_main_items input.form-control {
  max-width: 160px
}

.navigation_bar_main_items .navbar-nav .nav-item {
  margin-right: 10px
}

.navigation_bar_main_items .topbar-login .login-wrapper {
  position: relative
}

.navigation_bar_main_items .topbar-login .login-wrapper .error-tooltip {
  position: absolute;
  display: block;
  color: red;
  margin-top: 40px
}

.navigation_bar_main_items .language-selector {
  margin-top: 10px
}

.left-nav.sidebar {
  background-color: #202020;
  width: 300px;
  color: #fff;
  font-size: 19px
}

.left-nav .logo {
  background-color: #fff;
  text-align: center;
  padding: 10px 30px
}

.left-nav .fa-close {
  background-color: #202020;
  color: #fff;
  font-size: 10px;
  padding: 7px;
  border-radius: 100%
}

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

.left-nav .side-menu,
.left-nav .side-menu li {
  width: 100%;
  position: relative;
  display: block
}

.left-nav .side-menu li:not(:last-child) {
  border: 2px solid transparent;
  border-image-source: linear-gradient(90deg, #262626, #909090, #262626);
  border-image-slice: 1
}

.left-nav .lang_button_container {
  width: 100%;
  position: relative;
  margin-top: 20px;
  text-align: center
}

.left-nav .btn {
  width: 100%;
  min-width: 0;
  font-size: 19px;
  border-radius: 0;
  margin: 0
}

.left-nav .buttons_container {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 30px
}

.left-nav a {
  font-size: 19px;
  color: #fff
}

.left-nav a:hover {
  color: #fff
}

.footer {
  overflow: visible
}

.footer .left_sword_image,
.footer .right_sword_image {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:992px) {

  .footer .left_sword_image,
  .footer .right_sword_image {
    display: none
  }
}

.footer .left_sword_image {
  left: 0
}

.footer .right_sword_image {
  right: 0
}

.footer ul.menu {
  text-align: center;
  margin: 0 0 5px
}

.footer ul.menu li {
  border-right: 1px solid #b2b2b2;
  padding-left: 10px;
  padding-right: 10px
}

.footer ul.menu li:last-child {
  border-right: 0
}

.footer ul.menu li.list-inline-item a {
  font-size: 17px;
  color: #f38f00;
  text-decoration: none;
  padding: 0
}

.footer ul.menu li.list-inline-item a:active,
.footer ul.menu li.list-inline-item a:focus,
.footer ul.menu li.list-inline-item a:hover {
  color: #f4f4f4;
  text-decoration: none
}

@media (max-width:768px) {
  .footer ul.menu li.list-inline-item a {
    font-size: 16px
  }
}

@media (max-width:768px) {
  .footer ul.menu li.list-inline-item {
    padding: 0 10px
  }
}

.footer .license_text_container {
  font-size: 13px
}

.footer .footer-middle .footer-payments a {
  margin-left: 20px;
  margin-right: 20px
}

.footer .footer-middle .footer-payments a img {
  max-width: 140px
}

.footer .footer-middle .dividing_line {
  height: 2px;
  background-color: #202020
}

#videoModal .modal-dialog {
  width: 900px
}

.responsible_gaming_page h2 {
  text-align: center;
  margin-bottom: 20px
}

.reviews_page .container {
  margin-top: 20px;
  margin-bottom: 70px
}

.reviews_page .container h2 {
  margin-top: 10px
}

.fa-info2 {
  --thumb-ratio: 1;
  z-index: 4;
  position: absolute;
  top: calc(50px * var(--thumb-ratio));
  right: calc(15px * var(--thumb-ratio));
  font-size: calc(24px * var(--thumb-ratio));
  color: #fff;
  cursor: pointer;
  line-height: 1
}

.page-header {
  min-height: 100px;
  padding-top: 20px;
  text-align: center;
  color: #de3902;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(70%, #f9fcfd), to(#e4eff4));
  background: linear-gradient(180deg, #fff 0, #f9fcfd 70%, #e4eff4);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center
}

@media (min-width:992px) {
  .page-header {
    min-height: 134px;
    padding: 0
  }
}

.page-header h1,
.page-header h2,
.page-header h3 {
  font-size: 1.625rem;
  position: relative;
  padding-left: 4rem;
  display: inline-block;
  text-align: center;
  text-transform: uppercase
}

.page-header h1 .fa,
.page-header h2 .fa,
.page-header h3 .fa {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.page-header h1 .fa:after,
.page-header h2 .fa:after,
.page-header h3 .fa:after {
  content: "";
  border: 2px solid #de3902;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width:992px) {

  .page-header h1,
  .page-header h2,
  .page-header h3 {
    font-size: 2.25rem;
    padding-left: 5.25rem
  }

  .page-header h1 .fa,
  .page-header h2 .fa,
  .page-header h3 .fa {
    margin-right: 1.875rem
  }

  .page-header h1 .fa:after,
  .page-header h2 .fa:after,
  .page-header h3 .fa:after {
    width: 4.375rem;
    height: 4.375rem
  }
}

.inner-page,
.page-content {
  padding: 70px 0
}

.inner-page h1,
.page-content h1 {
  font-size: 3.5rem;
  line-height: 1.5em
}

.inner-page h1 .fa,
.page-content h1 .fa {
  font-size: 3rem;
  margin-right: 10px
}

.inner-page .font-weight-italic,
.page-content .font-weight-italic {
  font-style: italic
}

.inner-page a:not(.btn),
.page-content a:not(.btn) {
  color: #202020;
  text-decoration: underline
}

.inner-page a:not(.btn):active,
.inner-page a:not(.btn):focus,
.inner-page a:not(.btn):hover,
.page-content a:not(.btn):active,
.page-content a:not(.btn):focus,
.page-content a:not(.btn):hover {
  text-decoration: none
}

.inner-page.bp-content,
.inner-page.privacy-policy,
.inner-page.resp-content,
.inner-page.self-content,
.inner-page.terms-content,
.page-content.bp-content,
.page-content.privacy-policy,
.page-content.resp-content,
.page-content.self-content,
.page-content.terms-content {
  text-align: center;
  color: #000
}

.inner-page.bp-content h2,
.inner-page.privacy-policy h2,
.inner-page.resp-content h2,
.inner-page.self-content h2,
.inner-page.terms-content h2,
.page-content.bp-content h2,
.page-content.privacy-policy h2,
.page-content.resp-content h2,
.page-content.self-content h2,
.page-content.terms-content h2 {
  color: #cdc57c;
  font-size: 1.5rem;
  margin: 1.25rem 0
}

.inner-page.bp-content ol,
.inner-page.bp-content ul,
.inner-page.privacy-policy ol,
.inner-page.privacy-policy ul,
.inner-page.resp-content ol,
.inner-page.resp-content ul,
.inner-page.self-content ol,
.inner-page.self-content ul,
.inner-page.terms-content ol,
.inner-page.terms-content ul,
.page-content.bp-content ol,
.page-content.bp-content ul,
.page-content.privacy-policy ol,
.page-content.privacy-policy ul,
.page-content.resp-content ol,
.page-content.resp-content ul,
.page-content.self-content ol,
.page-content.self-content ul,
.page-content.terms-content ol,
.page-content.terms-content ul {
  padding-left: 25px;
  text-align: left
}

.inner-page.bp-content a,
.inner-page.privacy-policy a,
.inner-page.resp-content a,
.inner-page.self-content a,
.inner-page.terms-content a,
.page-content.bp-content a,
.page-content.privacy-policy a,
.page-content.resp-content a,
.page-content.self-content a,
.page-content.terms-content a {
  color: #058f26;
  text-decoration: underline
}

.inner-page.bp-content a:active,
.inner-page.bp-content a:focus,
.inner-page.bp-content a:hover,
.inner-page.privacy-policy a:active,
.inner-page.privacy-policy a:focus,
.inner-page.privacy-policy a:hover,
.inner-page.resp-content a:active,
.inner-page.resp-content a:focus,
.inner-page.resp-content a:hover,
.inner-page.self-content a:active,
.inner-page.self-content a:focus,
.inner-page.self-content a:hover,
.inner-page.terms-content a:active,
.inner-page.terms-content a:focus,
.inner-page.terms-content a:hover,
.page-content.bp-content a:active,
.page-content.bp-content a:focus,
.page-content.bp-content a:hover,
.page-content.privacy-policy a:active,
.page-content.privacy-policy a:focus,
.page-content.privacy-policy a:hover,
.page-content.resp-content a:active,
.page-content.resp-content a:focus,
.page-content.resp-content a:hover,
.page-content.self-content a:active,
.page-content.self-content a:focus,
.page-content.self-content a:hover,
.page-content.terms-content a:active,
.page-content.terms-content a:focus,
.page-content.terms-content a:hover {
  text-decoration: none
}

.inner-page.license-content,
.page-content.license-content {
  background: #fafafa;
  color: #000;
  padding: 1.875rem 0
}

.inner-page.bp-content,
.inner-page.terms-content,
.page-content.bp-content,
.page-content.terms-content {
  text-align: left
}

.inner-page.resp-content,
.page-content.resp-content {
  padding: 0;
  text-align: center
}

.inner-page.resp-content h2,
.page-content.resp-content h2 {
  color: #000
}

.inner-page.resp-content .section-color,
.page-content.resp-content .section-color {
  padding: 1.875rem 0
}

.inner-page.resp-content .section-color:nth-child(odd),
.page-content.resp-content .section-color:nth-child(odd) {
  background-color: #fafafa
}

.inner-page.uploading-content,
.page-content.uploading-content {
  color: #153676;
  padding: 0
}

.inner-page.uploading-content .section-color,
.page-content.uploading-content .section-color {
  padding: 40px 0
}

.inner-page.uploading-content .section-color:nth-child(odd),
.page-content.uploading-content .section-color:nth-child(odd) {
  background-color: #eefbfd
}

.top-banner {
  width: 100%;
  text-align: center;
  padding-left: 0
}

@media screen and (min-width:1280px) {
  .top-banner {
    background-size: 100%;
    padding-top: 0
  }
}

.top-banner h2 {
  font-family: Ubuntu, sans-serif;
  font-size: 2.8rem;
  line-height: 2.5rem;
  color: #fff;
  background: transparent;
  display: inline-block;
  padding: 10px
}

@media screen and (max-width:1500px) {
  .top-banner h2 {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.promotion_inner {
  width: 100%;
  margin-top: -30px;
  background: transparent;
  font-family: Ubuntu, sans-serif;
  margin: 0 auto;
  padding-left: 0
}

.promotion_inner .promotion_content {
  position: relative;
  width: 50%;
  background-size: cover;
  padding: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #202020
}

@media screen and (max-width:1500px) {
  .promotion_inner .promotion_content {
    padding: 20px
  }
}

.promotion_inner .promotion_content.about_us,
.promotion_inner .promotion_content.bonus_policy,
.promotion_inner .promotion_content.faq,
.promotion_inner .promotion_content.privacy_policy,
.promotion_inner .promotion_content.responsible_gaming,
.promotion_inner .promotion_content.self-assessment_test,
.promotion_inner .promotion_content.terms_and_conditions {
  width: 100% !important
}

.promotion_inner .promotion_content.about_us .container,
.promotion_inner .promotion_content.bonus_policy .container,
.promotion_inner .promotion_content.faq .container,
.promotion_inner .promotion_content.privacy_policy .container,
.promotion_inner .promotion_content.responsible_gaming .container,
.promotion_inner .promotion_content.self-assessment_test .container,
.promotion_inner .promotion_content.terms_and_conditions .container {
  padding: 20px;
  background: transparent
}

@media screen and (max-width:1500px) {

  .promotion_inner .promotion_content.about_us .container,
  .promotion_inner .promotion_content.bonus_policy .container,
  .promotion_inner .promotion_content.faq .container,
  .promotion_inner .promotion_content.privacy_policy .container,
  .promotion_inner .promotion_content.responsible_gaming .container,
  .promotion_inner .promotion_content.self-assessment_test .container,
  .promotion_inner .promotion_content.terms_and_conditions .container {
    width: 100% !important
  }
}

.promotion_inner .promotion_content.about_us .container ol,
.promotion_inner .promotion_content.bonus_policy .container ol,
.promotion_inner .promotion_content.faq .container ol,
.promotion_inner .promotion_content.privacy_policy .container ol,
.promotion_inner .promotion_content.responsible_gaming .container ol,
.promotion_inner .promotion_content.self-assessment_test .container ol,
.promotion_inner .promotion_content.terms_and_conditions .container ol {
  padding-left: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0
}

.promotion_inner .promotion_content.about_us .container ol ol,
.promotion_inner .promotion_content.bonus_policy .container ol ol,
.promotion_inner .promotion_content.faq .container ol ol,
.promotion_inner .promotion_content.privacy_policy .container ol ol,
.promotion_inner .promotion_content.responsible_gaming .container ol ol,
.promotion_inner .promotion_content.self-assessment_test .container ol ol,
.promotion_inner .promotion_content.terms_and_conditions .container ol ol {
  padding-left: 30px
}

.promotion_inner .promotion_content.about_us .container li,
.promotion_inner .promotion_content.bonus_policy .container li,
.promotion_inner .promotion_content.faq .container li,
.promotion_inner .promotion_content.privacy_policy .container li,
.promotion_inner .promotion_content.responsible_gaming .container li,
.promotion_inner .promotion_content.self-assessment_test .container li,
.promotion_inner .promotion_content.terms_and_conditions .container li {
  font-size: .9rem;
  line-height: 1.2rem
}

.promotion_inner .promotion_content.about_us .container a,
.promotion_inner .promotion_content.bonus_policy .container a,
.promotion_inner .promotion_content.faq .container a,
.promotion_inner .promotion_content.privacy_policy .container a,
.promotion_inner .promotion_content.responsible_gaming .container a,
.promotion_inner .promotion_content.self-assessment_test .container a,
.promotion_inner .promotion_content.terms_and_conditions .container a {
  color: #cdc57c
}

.promotion_inner .promotion_content.bonus_policy ol,
.promotion_inner .promotion_content.self-assessment_test ol,
.promotion_inner .promotion_content.terms_and_conditions ol {
  padding-left: 30px !important
}

.promotion_inner .promotion_content.bonus_policy a,
.promotion_inner .promotion_content.self-assessment_test a,
.promotion_inner .promotion_content.terms_and_conditions a {
  color: #cdc57c
}

.promotion_inner .promotion_content.faq .container {
  padding: 20px
}

.promotion_inner .promotion_content .backbtn {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: .7rem;
  display: inline-block;
  width: auto
}

.promotion_inner .promotion_content img {
  margin: 0 auto 15px
}

.promotion_inner .promotion_content.support {
  width: auto
}

.promotion_inner .promotion_content.support .fa {
  border-radius: 50%;
  background: #2a0241;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  padding: 6px
}

.promotion_inner .promotion_content.support .fa:before {
  background: #2a0241;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 1px solid #0299ff;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 62px;
  line-height: 108px
}

.promotion_inner .promotion_content.support p {
  width: 75%;
  margin: 15px auto
}

@media screen and (min-width:768px) and (max-width:1500px) {
  .promotion_inner .promotion_content.support p {
    width: 100%;
    margin: 15px auto
  }

  .promotion_inner .promotion_content.support .btn {
    display: inline-block !important;
    min-width: 70%;
    margin: 0 auto;
    max-width: 100%
  }
}

@media screen and (max-width:767px) {
  .promotion_inner .promotion_content.support p {
    width: 65%
  }

  .promotion_inner .promotion_content.support .btn {
    display: inline-block !important;
    min-width: 50%;
    margin: 0 auto;
    max-width: 100%
  }
}

.promotion_inner .promotion_content h2 {
  font-family: Ubuntu, sans-serif;
  font-size: 2.3rem;
  line-height: 2.6rem;
  color: #fff;
  font-weight: 700
}

.promotion_inner .promotion_content h2 span {
  color: #e3047c
}

.promotion_inner .promotion_content p {
  font-size: .8rem;
  margin: 0 auto 20px
}

.promotion_inner .promotion_content h3 {
  margin-top: 20px;
  font-family: Ubuntu, sans-serif;
  font-size: 2.3rem;
  line-height: 2.6rem;
  color: #333;
  font-weight: 700
}

.promotion_inner .promotion_content a:not(.btn) {
  color: #666;
  text-decoration: underline;
  font-size: .7rem
}

.promotion_inner .promotion_content .btn {
  font-family: Ubuntu, sans-serif;
  display: inline-block;
  width: auto;
  min-width: 60%;
  margin: 0 auto 20px
}

.terms_and_conditions a {
  font-size: .9rem !important;
  color: #058f26
}

.faq .right-content,
.privacy-policy .right-content,
.responsible_gaming .right-content,
.self-assessment-test .right-content,
.support-team .right-content {
  padding-top: 30px
}

.page-support .title-container {
  display: none
}

.page-support .content-container,
.page-support .content-container a {
  color: #fff
}

.payment_methods .payments-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center
}

.payment_methods .payments-ul li {
  display: inline-block;
  list-style: none
}

.payment_methods .payments-ul li .payment {
  position: relative;
  z-index: 1;
  width: 173px;
  height: 135px;
  padding: 0;
  margin: 0;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat
}

@media (max-width:1279.98px) {
  .payment_methods .payments-ul li .payment {
    width: 123px;
    height: 96px;
    background-size: 246px
  }
}

@media (max-width:991.98px) {
  .payment_methods .payments-ul li .payment {
    width: 100px;
    height: 78px;
    background-size: 200px
  }
}

.payment_methods .payments-ul li .payment:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  right: 0;
  background: #fff
}
