:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #027b4e;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1396px;
  --font-family-sans-serif:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}
* {
  -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,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus: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: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #027b4e;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #01301e;
  text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
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;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
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;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
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;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  .h1,
  h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
.h2,
h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .h2,
  h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.h3,
h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .h3,
  h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.h4,
h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .h4,
  h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.comment-list,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}
.figure,
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1396px) {
  .container {
    max-width: 1340px;
  }
}
.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-2,
.col-3,
.col-4,
.col-6,
.col-8,
.col-10,
.col-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-8,
.col-md-10,
.col-md-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-6,
.col-sm-12,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-8 {
  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-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.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-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;
}
@media (min-width: 576px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comment-form input[type="email"],
  .comment-form input[type="text"],
  .comment-form input[type="url"],
  .comment-form textarea,
  .search-form .search-field {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}
.comment-form input[type="email"]:-moz-focusring,
.comment-form input[type="text"]:-moz-focusring,
.comment-form input[type="url"]:-moz-focusring,
.comment-form textarea:-moz-focusring,
.search-form .search-field:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.comment-form input[type="email"]:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus,
.search-form .search-field:focus {
  color: #495057;
  background-color: #fff;
  border-color: #04f89e;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 123, 78, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(2, 123, 78, 0.25);
}
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form .search-field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.comment-form input[type="email"]::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.comment-form input[type="email"]::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder {
  color: #6c757d;
  opacity: 1;
}
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="url"],
.comment-form input[type="email"]:disabled,
.comment-form input[type="text"]:disabled,
.comment-form input[type="url"]:disabled,
.comment-form textarea:disabled,
.comment-form textarea[readonly],
.search-form .search-field:disabled,
.search-form [readonly].search-field {
  background-color: #e9ecef;
  opacity: 1;
}
.comment-form input[type="date"][type="email"],
.comment-form input[type="date"][type="text"],
.comment-form input[type="date"][type="url"],
.comment-form input[type="month"][type="email"],
.comment-form input[type="month"][type="text"],
.comment-form input[type="month"][type="url"],
.comment-form input[type="time"][type="email"],
.comment-form input[type="time"][type="text"],
.comment-form input[type="time"][type="url"],
.search-form input[type="date"].search-field,
.search-form input[type="month"].search-field,
.search-form input[type="time"].search-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.comment-form textarea,
.search-form select[multiple].search-field,
.search-form select[size].search-field,
.search-form textarea.search-field {
  height: auto;
}
.comment-form p,
.search-form label {
  margin-bottom: 1rem;
}
.search-form {
  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;
}
@media (min-width: 576px) {
  .search-form label {
    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;
    margin-bottom: 0;
  }
  .comment-form .search-form p,
  .search-form .comment-form p,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .comment-form .search-form input[type="email"],
  .comment-form .search-form input[type="text"],
  .comment-form .search-form input[type="url"],
  .comment-form .search-form textarea,
  .search-form .comment-form input[type="email"],
  .search-form .comment-form input[type="text"],
  .search-form .comment-form input[type="url"],
  .search-form .comment-form textarea,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
.btn,
.comment-form input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .comment-form input[type="submit"] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover,
.comment-form input[type="submit"]:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus,
.comment-form input.focus[type="submit"],
.comment-form input[type="submit"]:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 123, 78, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(2, 123, 78, 0.25);
}
.btn.disabled,
.btn:disabled,
.comment-form input.disabled[type="submit"],
.comment-form input[type="submit"]:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled),
.comment-form input[type="submit"]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-secondary,
.comment-form input[type="submit"] {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover,
.comment-form input[type="submit"]:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus,
.comment-form input.focus[type="submit"],
.comment-form input[type="submit"]:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled,
.comment-form input.disabled[type="submit"],
.comment-form input[type="submit"]:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form .show > input.dropdown-toggle[type="submit"],
.comment-form input[type="submit"]:not(:disabled):not(.disabled).active,
.comment-form input[type="submit"]:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form .show > input.dropdown-toggle[type="submit"]:focus,
.comment-form input[type="submit"]:not(:disabled):not(.disabled).active:focus,
.comment-form input[type="submit"]:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #027b4e;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.comment-form .btn-group > input[type="submit"] {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.comment-form .btn-group > input.active[type="submit"],
.comment-form .btn-group > input[type="submit"]:active,
.comment-form .btn-group > input[type="submit"]:focus,
.comment-form .btn-group > input[type="submit"]:hover {
  z-index: 1;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input[type="submit"]:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.comment-form
  .btn-group
  > input[type="submit"]:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child),
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.comment-form .btn-group > input[type="submit"]:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.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;
}
.banner .nav a,
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.banner .nav a:focus,
.banner .nav a:hover,
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.banner .nav a.disabled,
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar,
.navbar .container {
  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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -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-style: none;
}
.banner .nav .navbar-nav a,
.navbar-nav .banner .nav a,
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.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: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -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-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .nav .navbar-expand-md .navbar-nav a,
  .navbar-expand-md .navbar-nav .banner .nav a,
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container {
    -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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -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-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .nav .navbar-expand-lg .navbar-nav a,
  .navbar-expand-lg .navbar-nav .banner .nav a,
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container {
    -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;
  }
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.banner .nav .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .banner .nav a,
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.banner .nav .navbar-dark .navbar-nav a:focus,
.banner .nav .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .banner .nav a:focus,
.navbar-dark .navbar-nav .banner .nav a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.banner .nav .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav .banner .nav a.disabled,
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.banner .nav .navbar-dark .navbar-nav .active > a,
.banner .nav .navbar-dark .navbar-nav .show > a,
.banner .nav .navbar-dark .navbar-nav a.active,
.banner .nav .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .banner .nav .active > a,
.navbar-dark .navbar-nav .banner .nav .show > a,
.navbar-dark .navbar-nav .banner .nav a.active,
.navbar-dark .navbar-nav .banner .nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
.card {
  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;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge,
.comment-form input[type="submit"] .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
@-webkit-keyframes progress-bar-stripes {
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.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;
  border-radius: 0.25rem;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.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: #027b4e;
  border-color: #027b4e;
}
.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-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.align-middle {
  vertical-align: middle !important;
}
.bg-white {
  background-color: #fff !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 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;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !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;
}
@media (min-width: 768px) {
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.float-right {
  float: right !important;
}
.position-relative {
  position: relative !important;
}
.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.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;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mx-auto {
  margin-right: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.text-white {
  color: #fff !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-muted {
  color: #6c757d !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  * {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
html {
  scroll-behavior: smooth;
}
body.no-scroll {
  overflow: hidden;
}
.blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
ul ul {
  list-style-type: circle;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
img {
  max-width: 100%;
  height: auto;
}
img:not([src]) {
  visibility: hidden;
}
a {
  color: #263a4b;
}
.wp-caption {
  max-width: 100%;
  height: auto;
}
.shadows {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08) !important;
}
.bg-green {
  background-color: #222831;
}
.bg-darkgreen {
  background-color: #30475e;
}
.pointer {
  cursor: pointer;
}
.pointer-none {
  pointer-events: none;
}
.entry-content table {
  width: 100%;
  height: auto !important;
}
.table-row {
  background: #fff;
  border: 1px solid #efefef;
}
.table-left {
  background: hsla(0, 3%, 80.2%, 0.2901960784313726);
}
.table-right {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table-ribbon {
  position: absolute;
  top: -9px;
  right: 25%;
  display: inline-block;
  background: #ff8e1b;
  padding: 3px 13px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 10px;
  color: #fff;
  z-index: 5;
}
.table-ribbon .ribbon-corner {
  position: absolute;
  top: 0;
  left: -9px;
  height: 9px;
  width: 9px;
  background: inherit;
  border-top-left-radius: 50%;
}
.table-ribbon .filler {
  height: 100%;
  width: 9px;
  background: rgba(0, 0, 0, 0.3);
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}
.table-bulletlist li:before {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiM0M2JiNmIiIHZpZXdCb3g9IjAgMCA0NiA0NiI+PHBhdGggZD0iTTIzIDZjOS4zNzQgMCAxNyA3LjYyNyAxNyAxNyAwIDkuMzc1LTcuNjI2IDE3LTE3IDE3UzYgMzIuMzc1IDYgMjNjMC05LjM3MyA3LjYyNi0xNyAxNy0xN20wLTZDMTAuMjk4IDAgMCAxMC4yOTggMCAyM2MwIDEyLjcwMyAxMC4yOTggMjMgMjMgMjNzMjMtMTAuMjk3IDIzLTIzQzQ2IDEwLjI5OCAzNS43MDIgMCAyMyAweiIvPjxwYXRoIGQ9Ik0yMC44ODcgMzIuNDgyYTMuMjU2IDMuMjU2IDAgMDEtNC41OTYgMGwtNy4xMjItNy4xMjNhMy4yNSAzLjI1IDAgMTE0LjU5Ny00LjU5Nmw0LjI0MyA0LjI0MmMuMzIxLjMyLjg0LjMyIDEuMTYxIDBsMTEuNDg5LTExLjQ4OWEzLjI1IDMuMjUgMCAwMTQuNTk3IDAgMy4yNSAzLjI1IDAgMDEwIDQuNTk3TDIwLjg4NyAzMi40ODJ6Ii8+PC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.table-bulletlist li {
  font-size: 14px;
  text-indent: -20px;
  padding-left: 20px;
}
span.bonuscode {
  display: block;
  font-size: 18px;
  color: #43bb6b;
}
.table-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  background: hsla(0, 3%, 80.2%, 0.2901960784313726);
}
.table-extend-button {
  text-align: center;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #efefef;
  margin: auto;
  padding: 2px;
  top: -15px;
  position: relative;
  cursor: pointer;
}
.table-extend-button.active {
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.table-extend-content {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  height: 0;
}
.star-rating-icon,
.star-rating-icon i {
  display: block;
  height: 30px;
}
.star-rating-icon {
  width: 125px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 150 150" height="150px" width="150px"><g transform="translate(-25,0)"><path d="m 172.35714,67.190469 -36.77859,35.505441 8.39818,50.4259 -45.132893,-24.00674 -45.362705,23.5696 8.884939,-50.34242 L 25.932197,66.483167 76.55628,59.376583 99.401613,13.644842 121.80408,59.595151 Z" /></g></svg>')
    repeat-x;
  mask: url('data:image/svg+xml;utf8,<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 150 150" height="150px" width="150px"><g transform="translate(-25,0)"><path d="m 172.35714,67.190469 -36.77859,35.505441 8.39818,50.4259 -45.132893,-24.00674 -45.362705,23.5696 8.884939,-50.34242 L 25.932197,66.483167 76.55628,59.376583 99.401613,13.644842 121.80408,59.595151 Z" /></g></svg>')
    repeat-x;
  -webkit-mask-size: 25px 25px;
  mask-size: 25px 25px;
  background-color: #aaa;
}
.star-rating-icon i {
  background-color: #fe9100;
}
.slotlist-img {
  max-height: 181px;
}
.fading {
  -webkit-animation-name: fading;
  -o-animation-name: fading;
  animation-name: fading;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes fading {
  to {
    opacity: 1;
  }
}
@-o-keyframes fading {
  to {
    opacity: 1;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loading-ring {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #fff;
  background: -webkit-linear-gradient(left, #fff 10%, hsla(0, 0%, 100%, 0) 42%);
  background: -o-linear-gradient(left, #fff 10%, hsla(0, 0%, 100%, 0) 42%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #fff),
    color-stop(42%, hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(90deg, #fff 10%, hsla(0, 0%, 100%, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s linear infinite;
  -o-animation: load3 1.4s linear infinite;
  animation: load3 1.4s linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.loading-ring:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
}
.loading-ring:after,
.loading-ring:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loading-ring:after {
  background: #30475e;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  margin: auto;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-o-keyframes load3 {
  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@media screen and (max-width: 768px) {
  .table-ribbon {
    right: unset;
    left: 20px;
  }
  .table-left {
    padding: 30px 0;
  }
  .entry-content table {
    margin-bottom: 0;
    overflow: hidden;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
  }
  .star-rating-icon {
    width: 100px;
    -webkit-mask-size: 20px 20px;
    mask-size: 20px 20px;
  }
}
@media screen and (max-width: 992px) {
  .blocker {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.btn,
.comment-form input[type="submit"] {
  padding: 0.6rem 0.65rem;
  font-size: 15px;
}
.btn.disabled,
.comment-form input.disabled[type="submit"] {
  background-color: #9ba1a5 !important;
  border-color: #9ba1a5 !important;
  color: #f1f2f4;
  cursor: not-allowed !important;
  opacity: 1 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .btn,
  .comment-form input[type="submit"] {
    padding: 12px 9px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .bonus-header .btn,
  .bonus-header .comment-form input[type="submit"],
  .comment-form .bonus-header input[type="submit"],
  .comment-form .list-group-item input[type="submit"],
  .list-group-item .btn,
  .list-group-item .comment-form input[type="submit"] {
    padding: 7px 3px !important;
    font-size: 12px;
  }
}
.comment-list ol {
  list-style: none;
}
.comment-form-author,
.comment-form-email {
  display: inline-block;
  width: 49%;
  position: relative;
}
.comment-form-email {
  float: right;
}
.comment-form-age {
  display: none !important;
}
.comment-body {
  margin: 0 0 8px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: transparent;
}
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.search-form {
  position: relative;
  z-index: 10;
}
.search-form label {
  font-weight: 400;
  position: relative;
}
.search-form .search-field {
  padding-left: 35px;
  background: #222831;
  border: #222831;
  color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50px;
  width: 198px;
}
.search-form .search-submit {
  background: 0 0;
  border: 0;
  cursor: pointer;
  width: 20px;
  position: absolute;
  left: 6px;
  top: 4px;
  outline: none;
  padding: 0;
}
.search-form .search-icon {
  fill: hsla(0, 0%, 100%, 0.5);
}
.search-form .search-field:focus {
  background: #222831;
  border: #222831;
  color: #fff;
}
.search-field:focus + .search-submit .search-icon {
  fill: #fff !important;
}
.search-form .search-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-form .search-field::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-form .search-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-form .search-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-form .search-field::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-wrap {
  display: block;
  position: relative;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.search-result {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 11;
  top: 55px;
  left: 0;
  display: block;
}
ul.search-result-list li a:hover {
  background-color: #222831;
}
.search-result a {
  color: #fff;
  display: block;
  padding: 7px 12px;
}
ul.search-result-list {
  list-style-type: none;
  padding: 10px 0;
  line-height: 1.2;
  color: #fff;
  background-color: #30475e;
}
@media screen and (max-width: 992px) {
  .search-form {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    padding: 5px;
    width: 100%;
  }
  .active-search .search-form {
    display: block;
  }
  .navbar .search-form label,
  .search-form .search-field {
    width: 100%;
  }
  .accordion {
    position: unset;
    margin-left: auto;
    margin-right: 3px;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .search-result {
    top: 105px;
  }
  ul.search-result-list {
    margin: 0 20px;
  }
  .close-search {
    position: absolute;
    right: 8px;
    top: 25%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    fill: hsla(0, 0%, 100%, 0.5);
    margin-right: 3px;
    display: block;
  }
}
body {
  padding-top: 60px;
}
.navbar {
  min-height: 60px;
  background-color: #30475e;
  padding: 0.3rem 1rem;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  position: fixed;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.admin-bar .navbar {
  top: 32px;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNiAyNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA0djJoMjZWNEgwem0wIDh2MmgyNnYtMkgwem0wIDh2MmgyNnYtMkgweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.header-bg {
  min-height: 350px;
  padding-bottom: 35px;
  padding-top: 35px;
}
.block-breadcrumbs {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  background: hsla(0, 3%, 80.2%, 0.2901960784313726);
  padding: 10px 0;
}
.featured-items-container {
  background: hsla(0, 0%, 100%, 0.9019607843137255);
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.53);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.53);
  width: 90%;
}
.featured-list-item {
  display: block;
  padding: 20px;
  line-height: 1;
}
.featured-list-item:not(:last-of-type) {
  border-bottom: 1px solid #d3d3d3;
}
.featured-header {
  margin: 10px 0 0;
}
.featured-logo-bg {
  border-radius: 50%;
  height: 115px;
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
}
.search-mobile-icon {
  display: none;
}
@media screen and (max-width: 992px) {
  .navbar-brand {
    width: 195px;
    margin-right: 10px;
  }
  .navbar {
    padding: 0.5rem 1rem;
  }
  .featured-items-container {
    margin-bottom: 10px;
    width: 100%;
  }
  .header-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
  }
  .search-mobile-icon {
    display: block;
    background: 0 0;
    border: 0;
    cursor: pointer;
    width: 22px;
    outline: none !important;
    fill: #fff;
    padding: 0;
    position: relative;
    margin-right: 3px;
  }
  .close-search > *,
  button.search-mobile-icon > * {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .list-item-title {
    font-size: 1rem;
  }
}
.copyright {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  padding-top: 20px;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
.block-recommended {
  background: #e77f3e;
  padding: 10px 0 20px;
}
.cta-fixed {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
  display: block;
  padding: 7px 12px;
}
.bonus-header {
  background: #263a4b;
  color: #fff;
  text-align: center;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-size: 18px;
  font-weight: 600;
}
.review-details-wrap {
  background-color: #f1f0f0;
}
.review-details-box li {
  background-color: hsla(0, 0%, 100%, 0.7019607843137254);
}
.review-details-box li:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.review-details-box li:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.review-details-box li:nth-child(2) {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.providerlogo {
  width: calc(20% + 3px);
  background-color: #f1f0f0;
  margin: 3px;
  padding: 2px;
  border-radius: 3px;
  border: 1px solid #263a4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  overflow: hidden;
}
.all-providers {
  cursor: pointer;
}
.rating-wrap {
  background-color: #393939;
  border-radius: 2px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  min-height: 42px;
}
.review-box {
  background-color: #f1f0f0;
  margin-bottom: 10px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
}
.box-proscons ul {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.box-header {
  background: #263a4b;
  color: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.box-title {
  background: -webkit-linear-gradient(154deg, transparent 25px, #263a4b 26px);
  background: -o-linear-gradient(154deg, transparent 25px, #263a4b 26px);
  background: linear-gradient(-64deg, transparent 25px, #263a4b 26px);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box-offer,
.box-title {
  border-bottom: 1px solid #263a4b;
}
.box-offer {
  padding: 10px;
  text-align: center;
}
.bonus-box-content {
  border-bottom: 1px solid #263a4b;
  background-color: #fff;
}
.box-border {
  border: 1px solid #263a4b;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.box-bonusterm {
  cursor: pointer;
}
.box-btn {
  width: 75%;
  border-radius: 0;
}
.review-colorbg {
  height: 100%;
}
.linkjumping {
  color: #fff;
}
.faq-box-wrap {
  border: 1px solid #bdbdbd;
  margin: 0 0 10px;
  padding: 5px;
  min-height: 100px;
}
.qa-image {
  width: 35px;
  margin-bottom: 10px;
}
.table-responsive {
  border-top-right-radius: 0.25rem;
}
.tab-header {
  padding: 6px 8px;
  background: rgba(38, 58, 75, 0.7);
  color: #fff;
  border-radius: 4px 4px 0 0;
  margin-right: 4px;
  cursor: pointer;
  font-size: 1rem;
  word-break: break-word;
  min-height: 36px;
}
.tab-header.tab-active {
  background-color: #263a4b;
}
.tab-panel {
  display: none;
  width: 100%;
}
.tab-panel.tab-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thead th {
  background-color: #263a4b;
  color: #fff;
}
.payment-table-image {
  max-height: 26px;
  width: 50px;
  min-height: 26px;
  min-width: 50px;
}
.table tr:last-child td:first-child {
  border-bottom-left-radius: 0.25rem;
}
.table tr:last-child td:last-child {
  border-bottom-right-radius: 0.25rem;
}
ul.advantages li:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDQuMjIzIDMwNC4yMjMiPjxnIGZpbGw9IiMwMjdiNGUiPjxwYXRoIGQ9Ik0xNTIuMTEyIDBDNjguMjQxIDAgLjAwOCA2OC4yNDQuMDA4IDE1Mi4xMTRjMCA4My44NjUgNjguMjMzIDE1Mi4xMDkgMTUyLjEwMyAxNTIuMTA5IDgzLjg2NSAwIDE1Mi4xMDMtNjguMjQ0IDE1Mi4xMDMtMTUyLjEwOUMzMDQuMjE1IDY4LjI0NCAyMzUuOTc3IDAgMTUyLjExMiAwem0wIDI3NS45ODljLTY4LjMyIDAtMTIzLjg5MS01NS41NjUtMTIzLjg5MS0xMjMuODc1IDAtNjguMzI2IDU1LjU3MS0xMjMuODkxIDEyMy44OTEtMTIzLjg5MXMxMjMuODkxIDU1LjU2NSAxMjMuODkxIDEyMy44OTFjMCA2OC4zMS01NS41NzcgMTIzLjg3NS0xMjMuODkxIDEyMy44NzV6Ii8+PHBhdGggZD0iTTIyMS45MjIgMTM5LjE4NmgtNTYuODg3VjgyLjI5OGMwLTcuMTQxLTUuNzgyLTEyLjkyOS0xMi45MjMtMTIuOTI5cy0xMi45MjkgNS43ODItMTIuOTI5IDEyLjkyOXY1Ni44ODdIODIuMjk2Yy03LjE0MSAwLTEyLjkyMyA1Ljc4Mi0xMi45MjMgMTIuOTI5IDAgNy4xNDEgNS43ODIgMTIuOTIzIDEyLjkyMyAxMi45MjNoNTYuODgydjU2Ljg5M2MwIDcuMTQyIDUuNzg3IDEyLjkyMyAxMi45MjkgMTIuOTIzIDcuMTQxIDAgMTIuOTI5LTUuNzgyIDEyLjkyOS0xMi45MjN2LTU2Ljg5M2g1Ni44ODJjNy4xNDIgMCAxMi45MjktNS43ODIgMTIuOTI5LTEyLjkyMy4wMDQtNy4xNDctNS43ODQtMTIuOTI4LTEyLjkyNS0xMi45Mjh6Ii8+PC9nPjwvc3ZnPg==);
}
ul.advantages li:before,
ul.disadvantages li:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
ul.disadvantages li:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MjYuNjY3IDQyNi42NjciPjxwYXRoIGQ9Ik0xMDYuNjY3IDE5MkgzMjB2NDIuNjY3SDEwNi42Njd6Ii8+PHBhdGggZD0iTTIxMy4zMzMgMEM5NS40NjcgMCAwIDk1LjQ2NyAwIDIxMy4zMzNzOTUuNDY3IDIxMy4zMzMgMjEzLjMzMyAyMTMuMzMzUzQyNi42NjcgMzMxLjIgNDI2LjY2NyAyMTMuMzMzIDMzMS4yIDAgMjEzLjMzMyAwem0wIDM4NGMtOTQuMDggMC0xNzAuNjY3LTc2LjU4Ny0xNzAuNjY3LTE3MC42NjdTMTE5LjI1MyA0Mi42NjcgMjEzLjMzMyA0Mi42NjcgMzg0IDExOS4yNTMgMzg0IDIxMy4zMzMgMzA3LjQxMyAzODQgMjEzLjMzMyAzODR6Ii8+PC9zdmc+);
}
aside .featured-items-container {
  background-color: #263a4b;
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
}
aside .featured-logo-row {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
aside h5.text-dark {
  color: #fff !important;
}
aside .table-bulletlist {
  display: none;
}
.pagination {
  margin: 30px 0;
}
.page-numbers.current {
  font-weight: 700;
  background: #30475e;
  color: #fff;
  border-radius: 3px;
}
.page-numbers {
  padding: 5px 10px;
}
.block-recommended .featured-items-container {
  background: #263a4b;
  width: 100%;
}
.table-of-contents-page li.show-all {
  border: 2px solid #fff;
  width: 30%;
  border-radius: 20px;
}
.filter-bar {
  background-color: #f1f0f0;
  width: 100%;
  margin: 0 15px;
  padding: 6px 10px;
  overflow: hidden;
}
.filter-item {
  background: rgba(75, 71, 71, 0.1);
  border-radius: 10px;
  margin: 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 6px;
  cursor: pointer;
  color: #000;
  min-width: 188px;
}
.filter-item.current-filter {
  background: #e77f3e;
  color: #fff;
  fill: #fff;
}
.slots-search-wrap {
  width: 50%;
}
.slots-search {
  height: 45px;
  padding: 1rem 1rem 1rem 40px;
  border: 1px solid #30475e;
  border-radius: 30px;
  color: #000;
  width: 100%;
  outline: none !important;
}
.search-icon-slots {
  position: absolute;
  width: 25px;
  top: 10px;
  left: 10px;
  fill: #757575;
}
.slotlist-item .slots-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slotlist-item:hover .slots-overlay {
  opacity: 1;
}
.slots-section {
  background-size: cover;
  background-repeat: no-repeat;
}
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.svg-play {
  width: 14px;
  margin: 0 5px 3px 0;
}
.play-wrap {
  z-index: 11;
  background: #19191b;
  background-repeat: no-repeat;
  background-size: cover;
}
.game-content-wrap,
.play-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.slot-bar {
  background: #f1f0f0;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px;
  font-size: 14px;
}
.svg-thumbs {
  width: 15px;
  fill: #28a745;
}
.slot-rating > * {
  pointer-events: none;
}
.fullscreen {
  cursor: pointer;
}
.slots-casinos-wrap {
  background-color: hsla(0, 0%, 100%, 0.7215686274509804);
}
.slotimage {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  width: 100%;
  height: 100%;
}
.slots-details {
  background-color: #f1f0f0;
  height: 100%;
}
.slots-fact .slots-details:last-of-type {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.list-group-item {
  background-color: unset;
}
.ac {
  margin-bottom: 10px;
}
.ac-title {
  background-color: #f1f0f0;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.ac-active,
.ac-title:hover {
  background-color: #eae9e9;
}
.ac-title:after {
  content: "+";
  color: #263a4b;
  font-weight: 700;
  float: right;
}
.ac-active.ac-title:after {
  content: "−";
  color: #c51313;
}
.ac-content {
  padding: 0 18px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  max-height: 0;
}
@media screen and (max-width: 1200px) {
  .box-title {
    background: #263a4b;
  }
  .box-bonusterm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .box-btn {
    width: 100%;
  }
  .filter-bar .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 992px) {
  .slots-search-wrap {
    width: 100%;
  }
  .review-colorbg {
    height: 230px;
  }
  .rating-wrap {
    margin: 0 15px;
    padding: 6px;
  }
  .bonus-header {
    font-size: 14px;
  }
  div.toc-header.border-bottom {
    border-bottom: none !important;
  }
  div.toc-header ~ ul {
    max-height: 0;
    overflow: hidden;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .filter-item {
    font-size: 14px;
    min-width: 180px;
  }
}
@media screen and (max-width: 575px) {
  .card-text {
    font-size: 12px;
  }
  .tab-header,
  thead.h6 {
    font-size: 0.9rem;
  }
}
.list-group-item {
  overflow: hidden;
}
.list-group-item .star-rating-icon {
  width: 90px;
  -webkit-mask-size: 18px 18px;
  mask-size: 18px 18px;
}
.list-inner-border-right {
  border-right: 1px solid #e2e6e9;
}
.list-inner-border-left {
  border-left: 1px solid #e2e6e9;
}
.list-item-logo {
  border: 5px solid #fff;
  border-radius: 8px;
}
.card-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 10px;
}
.card-item .card {
  width: 230px;
}
.card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 95px;
  background-size: cover;
  background-repeat: no-repeat;
}
.card .star-rating-icon {
  width: 65px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  height: 15px;
}
.card .star-rating-icon i {
  height: 15px;
}
.card-ribbon {
  background: #cc1453;
  color: #fff;
  padding: 5px 11px 5px 5px;
  border-radius: 4px 0 20px 0;
  font-weight: 600;
}
.logo-circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -70px;
  border: 3px solid #fff;
  background-color: #f1f0f0;
}
@media screen and (max-width: 1200px) {
  .card-item {
    padding: 0 5px;
  }
  .card-item .card {
    width: 198px;
  }
}
@media screen and (max-width: 768px) {
  .cards-carousel,
  .related-slots .slots-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .card-item .card {
    width: 228px;
  }
  .cards-carousel .card-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .list-featured-text {
    font-size: 80%;
  }
  .list-inner-border-left,
  .list-inner-border-right {
    border: none;
  }
}
body {
  background-color: #222831;
  color: #fff;
}
a {
  color: #f2a365;
}
a:hover {
  color: #f18b3e;
}
.featured-items-container,
.slots-casinos-wrap {
  background: rgba(48, 71, 94, 0.7490196078431373);
}
.featured-items-container .text-dark {
  color: #f2a365 !important;
}
.table-row {
  background: #30475e;
  border: 1px solid #30475e;
  border-radius: 10px;
  overflow: hidden;
}
.table-left,
.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table-left {
  background: unset;
  padding: 10px;
}
.table-offer {
  background-color: #263a4b;
}
.table-extend-content {
  background: unset;
}
.card {
  overflow: hidden;
  background-color: #30475e;
}
.btn-danger {
  background-color: #cc1e35;
  border-color: #cc1e35;
}
.btn-danger:hover {
  background-color: #bd0d24;
  border-color: #bd0d24;
}
.btn-secondary.slot-rating,
.comment-form input.slot-rating[type="submit"],
.review-details-wrap,
.slots-details {
  background-color: #263a4b;
}
.slot-rating {
  border-color: #263a4b;
}
.sc-container .list-group-item,
.slot-bar {
  background-color: #30475e;
}
.list-item-logo {
  border: unset;
  border-radius: unset;
}
.copyright {
  padding-top: 0;
}
.ac-content {
  background-color: unset;
}
.header-bg {
  background-size: cover;
  background-position-y: -30px;
  background-repeat: no-repeat;
}
.bonus-header,
.box-offer,
.review-box {
  background-color: #30475e;
}
.bonus-box-content {
  background-color: #263a4b;
}
.block-breadcrumbs,
.block-recommended {
  background-color: #222831;
}
.block-breadcrumbs {
  color: #a09e9e;
}
.slots-section .block-breadcrumbs {
  background-color: unset;
}
.featured-logo-bg {
  width: 160px;
}
.filter-bar {
  background: #30475e;
  color: #fff;
  fill: #fff;
}
.filter-item {
  background: #222831;
  color: #fff;
  fill: #fff;
}
.cookie-law {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background-color: rgba(48, 70, 94, 0.8509803921568627);
  z-index: 999;
  font-size: 14px;
}
.cookie-law p {
  display: inline-block;
  margin: 0;
}
.cookie-law .cookiebtn {
  padding: 6px 16px;
  background-color: #f2a365;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.table {
  color: #fff;
}
.qa-image {
  fill: #fff;
}
.review-details-box li {
  background-color: #405b79;
  padding: 5px;
}
.review-details-box li:nth-child(2) {
  background-color: #30475e;
  padding: 5px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #405b79;
}
.table-striped tbody tr:nth-of-type(2n) {
  background-color: #30475e;
}
.all-providers,
.notice-wrap .bg-white {
  color: #000;
}
.comment-body {
  background-color: #263a4b;
  border: 1px solid #30475e;
}
.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea {
  background-color: #30475e;
  border: 1px solid #263a4b;
  color: #fff;
}
.comment-form input[type="email"]:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  background-color: #30475e;
  border-color: #f2a365;
  color: #fff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.comment-form input[type="submit"] {
  color: #fff;
  background-color: #f2a365;
  border-color: #f2a365;
}
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}
.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}
.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}
@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
.navbar-brand {
  width: 95px;
}
.navbar {
  padding: 0.07rem 1rem;
}
body.tinymce {
  margin: 12px !important;
}
[data-target] > span {
  pointer-events: none;
}