/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #24315e;
  --indigo: #6610f2;
  --purple: #5062ac;
  --pink: #e83e8c;
  --red: #ce4d4d;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #75d546;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ce4d4d;
  --secondary: #24315e;
  --success: #75d546;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ce4d4d;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "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; }

*,
*::before,
*::after {
  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: -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 {
  outline: 0 !important; }

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

ol ol,
ul ul,
ol ul,
ul ol {
  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: #ce4d4d;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #a22d2d;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
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 {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

input,
button,
select,
optgroup,
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; }

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.625rem; }

h2, .h2 {
  font-size: 2.125rem; }

h3, .h3 {
  font-size: 1.875rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.37rem; }

h6, .h6 {
  font-size: 1.25rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

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

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

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.parizap {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.paxoze {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .paxoze {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .paxoze {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .paxoze {
      max-width: 1085px; } }
  @media (min-width: 1200px) {
    .paxoze {
      max-width: 1195px; } }

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

.lyfup {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.xypym {
  margin-right: 0;
  margin-left: 0; }
  .xypym > .col,
  .xypym > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .joquq, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .wemypu, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .ritoqoz, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .texybi, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .ganazo, .gapikif, .sefap, .col-lg-6, .col-lg-7, .col-lg-8, .gajyp, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .tokyvu, .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,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

.joquq {
  flex: 0 0 50%;
  max-width: 50%; }

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .wemypu {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ritoqoz {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .texybi {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ganazo {
    flex: 0 0 25%;
    max-width: 25%; }
  .gapikif {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .sefap {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .gajyp {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .tokyvu {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    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 th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #ebb9b9; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ebb9b9; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #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 th,
  .table-dark td,
  .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: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .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: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

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

.form-control {
  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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eab1b1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }
  .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(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #75d546; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(117, 213, 70, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #75d546;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2375d546' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #75d546;
    box-shadow: 0 0 0 0.2rem rgba(117, 213, 70, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #75d546;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2375d546' 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(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #75d546;
    box-shadow: 0 0 0 0.2rem rgba(117, 213, 70, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #75d546; }

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #75d546; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #75d546; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(117, 213, 70, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #75d546; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #75d546; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #75d546;
  box-shadow: 0 0 0 0.2rem rgba(117, 213, 70, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(206, 77, 77, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ce4d4d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ce4d4d' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ce4d4d' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ce4d4d;
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ce4d4d;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ce4d4d' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ce4d4d' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ce4d4d;
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

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

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

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

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ce4d4d; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ce4d4d; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ce4d4d;
  box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.kygu {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  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;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .kygu {
      transition: none; } }
  .kygu:hover {
    color: #212529;
    text-decoration: none; }
  .kygu:focus, .kygu.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }
  .kygu.disabled, .kygu:disabled {
    opacity: 0.65; }

a.kygu.disabled,
fieldset:disabled a.kygu {
  pointer-events: none; }

.sufys {
    color: #24315e;
    background-color: #a8d1e7;
    border-color: #a8d1e7; }
  .sufys:hover {
    color: #24315e;
    background-color: #a8d1e7;
    border-color: #a8d1e7; }

.runokal {
  color: #fff;
  background-color: #24315e;
  border-color: #24315e; }
  .runokal:hover {
    color: #fff;
    background-color: #192342;
    border-color: #161e39; }
  .runokal:focus, .runokal.focus {
    box-shadow: 0 0 0 0.2rem rgba(69, 80, 118, 0.5); }
  .runokal.disabled, .runokal:disabled {
    color: #fff;
    background-color: #24315e;
    border-color: #24315e; }
  .runokal:not(:disabled):not(.disabled):active, .runokal:not(:disabled):not(.disabled).sufano,
  .show > .runokal.dropdown-toggle {
    color: #fff;
    background-color: #161e39;
    border-color: #121930; }
    .runokal:not(:disabled):not(.disabled):active:focus, .runokal:not(:disabled):not(.disabled).sufano:focus,
    .show > .runokal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(69, 80, 118, 0.5); }

.kygu-success {
  color: #212529;
  background-color: #75d546;
  border-color: #75d546; }
  .kygu-success:hover {
    color: #212529;
    background-color: #60c72d;
    border-color: #5bbd2b; }
  .kygu-success:focus, .kygu-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 187, 66, 0.5); }
  .kygu-success.disabled, .kygu-success:disabled {
    color: #212529;
    background-color: #75d546;
    border-color: #75d546; }
  .kygu-success:not(:disabled):not(.disabled):active, .kygu-success:not(:disabled):not(.disabled).sufano,
  .show > .kygu-success.dropdown-toggle {
    color: #fff;
    background-color: #5bbd2b;
    border-color: #56b329; }
    .kygu-success:not(:disabled):not(.disabled):active:focus, .kygu-success:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(104, 187, 66, 0.5); }

.kygu-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .kygu-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .kygu-info:focus, .kygu-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .kygu-info.disabled, .kygu-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .kygu-info:not(:disabled):not(.disabled):active, .kygu-info:not(:disabled):not(.disabled).sufano,
  .show > .kygu-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .kygu-info:not(:disabled):not(.disabled):active:focus, .kygu-info:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.kygu-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .kygu-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .kygu-warning:focus, .kygu-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .kygu-warning.disabled, .kygu-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .kygu-warning:not(:disabled):not(.disabled):active, .kygu-warning:not(:disabled):not(.disabled).sufano,
  .show > .kygu-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .kygu-warning:not(:disabled):not(.disabled):active:focus, .kygu-warning:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.kygu-danger {
  color: #fff;
  background-color: #ce4d4d;
  border-color: #ce4d4d; }
  .kygu-danger:hover {
    color: #fff;
    background-color: #c03535;
    border-color: #b63232; }
  .kygu-danger:focus, .kygu-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 104, 104, 0.5); }
  .kygu-danger.disabled, .kygu-danger:disabled {
    color: #fff;
    background-color: #ce4d4d;
    border-color: #ce4d4d; }
  .kygu-danger:not(:disabled):not(.disabled):active, .kygu-danger:not(:disabled):not(.disabled).sufano,
  .show > .kygu-danger.dropdown-toggle {
    color: #fff;
    background-color: #b63232;
    border-color: #ac2f2f; }
    .kygu-danger:not(:disabled):not(.disabled):active:focus, .kygu-danger:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 104, 104, 0.5); }

.kygu-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .kygu-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .kygu-light:focus, .kygu-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .kygu-light.disabled, .kygu-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .kygu-light:not(:disabled):not(.disabled):active, .kygu-light:not(:disabled):not(.disabled).sufano,
  .show > .kygu-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .kygu-light:not(:disabled):not(.disabled):active:focus, .kygu-light:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.kygu-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .kygu-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .kygu-dark:focus, .kygu-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .kygu-dark.disabled, .kygu-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .kygu-dark:not(:disabled):not(.disabled):active, .kygu-dark:not(:disabled):not(.disabled).sufano,
  .show > .kygu-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .kygu-dark:not(:disabled):not(.disabled):active:focus, .kygu-dark:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.kygu-outline-primary {
  color: #ce4d4d;
  border-color: #ce4d4d; }
  .kygu-outline-primary:hover {
    color: #fff;
    background-color: #ce4d4d;
    border-color: #ce4d4d; }
  .kygu-outline-primary:focus, .kygu-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.5); }
  .kygu-outline-primary.disabled, .kygu-outline-primary:disabled {
    color: #ce4d4d;
    background-color: transparent; }
  .kygu-outline-primary:not(:disabled):not(.disabled):active, .kygu-outline-primary:not(:disabled):not(.disabled).sufano,
  .show > .kygu-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ce4d4d;
    border-color: #ce4d4d; }
    .kygu-outline-primary:not(:disabled):not(.disabled):active:focus, .kygu-outline-primary:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.5); }

.kygu-outline-secondary {
  color: #24315e;
  border-color: #24315e; }
  .kygu-outline-secondary:hover {
    color: #fff;
    background-color: #24315e;
    border-color: #24315e; }
  .kygu-outline-secondary:focus, .kygu-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(36, 49, 94, 0.5); }
  .kygu-outline-secondary.disabled, .kygu-outline-secondary:disabled {
    color: #24315e;
    background-color: transparent; }
  .kygu-outline-secondary:not(:disabled):not(.disabled):active, .kygu-outline-secondary:not(:disabled):not(.disabled).sufano,
  .show > .kygu-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #24315e;
    border-color: #24315e; }
    .kygu-outline-secondary:not(:disabled):not(.disabled):active:focus, .kygu-outline-secondary:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(36, 49, 94, 0.5); }

.kygu-outline-success {
  color: #75d546;
  border-color: #75d546; }
  .kygu-outline-success:hover {
    color: #212529;
    background-color: #75d546;
    border-color: #75d546; }
  .kygu-outline-success:focus, .kygu-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 213, 70, 0.5); }
  .kygu-outline-success.disabled, .kygu-outline-success:disabled {
    color: #75d546;
    background-color: transparent; }
  .kygu-outline-success:not(:disabled):not(.disabled):active, .kygu-outline-success:not(:disabled):not(.disabled).sufano,
  .show > .kygu-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #75d546;
    border-color: #75d546; }
    .kygu-outline-success:not(:disabled):not(.disabled):active:focus, .kygu-outline-success:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(117, 213, 70, 0.5); }

.kygu-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .kygu-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .kygu-outline-info:focus, .kygu-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .kygu-outline-info.disabled, .kygu-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .kygu-outline-info:not(:disabled):not(.disabled):active, .kygu-outline-info:not(:disabled):not(.disabled).sufano,
  .show > .kygu-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .kygu-outline-info:not(:disabled):not(.disabled):active:focus, .kygu-outline-info:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.kygu-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .kygu-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .kygu-outline-warning:focus, .kygu-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .kygu-outline-warning.disabled, .kygu-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .kygu-outline-warning:not(:disabled):not(.disabled):active, .kygu-outline-warning:not(:disabled):not(.disabled).sufano,
  .show > .kygu-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .kygu-outline-warning:not(:disabled):not(.disabled):active:focus, .kygu-outline-warning:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.kygu-outline-danger {
  color: #ce4d4d;
  border-color: #ce4d4d; }
  .kygu-outline-danger:hover {
    color: #fff;
    background-color: #ce4d4d;
    border-color: #ce4d4d; }
  .kygu-outline-danger:focus, .kygu-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.5); }
  .kygu-outline-danger.disabled, .kygu-outline-danger:disabled {
    color: #ce4d4d;
    background-color: transparent; }
  .kygu-outline-danger:not(:disabled):not(.disabled):active, .kygu-outline-danger:not(:disabled):not(.disabled).sufano,
  .show > .kygu-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ce4d4d;
    border-color: #ce4d4d; }
    .kygu-outline-danger:not(:disabled):not(.disabled):active:focus, .kygu-outline-danger:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.5); }

.kygu-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .kygu-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .kygu-outline-light:focus, .kygu-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .kygu-outline-light.disabled, .kygu-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .kygu-outline-light:not(:disabled):not(.disabled):active, .kygu-outline-light:not(:disabled):not(.disabled).sufano,
  .show > .kygu-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .kygu-outline-light:not(:disabled):not(.disabled):active:focus, .kygu-outline-light:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.kygu-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .kygu-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .kygu-outline-dark:focus, .kygu-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .kygu-outline-dark.disabled, .kygu-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .kygu-outline-dark:not(:disabled):not(.disabled):active, .kygu-outline-dark:not(:disabled):not(.disabled).sufano,
  .show > .kygu-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .kygu-outline-dark:not(:disabled):not(.disabled):active:focus, .kygu-outline-dark:not(:disabled):not(.disabled).sufano:focus,
    .show > .kygu-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.kygu-link {
  font-weight: 400;
  color: #ce4d4d;
  text-decoration: none; }
  .kygu-link:hover {
    color: #a22d2d;
    text-decoration: underline; }
  .kygu-link:focus, .kygu-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .kygu-link:disabled, .kygu-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.kygu-lg, .kygu-group-lg > .kygu {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.kygu-sm, .kygu-group-sm > .kygu {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.kygu-block {
  display: block;
  width: 100%; }
  .kygu-block + .kygu-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  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-menu-left {
  right: auto;
  left: 0; }

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

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

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

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

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

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.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:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.sufano, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ce4d4d; }
  .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; }

.kygu-group,
.kygu-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .kygu-group > .kygu,
  .kygu-group-vertical > .kygu {
    position: relative;
    flex: 1 1 auto; }
    .kygu-group > .kygu:hover,
    .kygu-group-vertical > .kygu:hover {
      z-index: 1; }
    .kygu-group > .kygu:focus, .kygu-group > .kygu:active, .kygu-group > .kygu.sufano,
    .kygu-group-vertical > .kygu:focus,
    .kygu-group-vertical > .kygu:active,
    .kygu-group-vertical > .kygu.sufano {
      z-index: 1; }

.kygu-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .kygu-toolbar .input-group {
    width: auto; }

.kygu-group > .kygu:not(:first-child),
.kygu-group > .kygu-group:not(:first-child) {
  margin-left: -1px; }

.kygu-group > .kygu:not(:last-child):not(.dropdown-toggle),
.kygu-group > .kygu-group:not(:last-child) > .kygu {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.kygu-group > .kygu:not(:first-child),
.kygu-group > .kygu-group:not(:first-child) > .kygu {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.kygu-sm + .dropdown-toggle-split, .kygu-group-sm > .kygu + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.kygu-lg + .dropdown-toggle-split, .kygu-group-lg > .kygu + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.kygu-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .kygu-group-vertical > .kygu,
  .kygu-group-vertical > .kygu-group {
    width: 100%; }
  .kygu-group-vertical > .kygu:not(:first-child),
  .kygu-group-vertical > .kygu-group:not(:first-child) {
    margin-top: -1px; }
  .kygu-group-vertical > .kygu:not(:last-child):not(.dropdown-toggle),
  .kygu-group-vertical > .kygu-group:not(:last-child) > .kygu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .kygu-group-vertical > .kygu:not(:first-child),
  .kygu-group-vertical > .kygu-group:not(:first-child) > .kygu {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.kygu-group-toggle > .kygu,
.kygu-group-toggle > .kygu-group > .kygu {
  margin-bottom: 0; }
  .kygu-group-toggle > .kygu input[type="radio"],
  .kygu-group-toggle > .kygu input[type="checkbox"],
  .kygu-group-toggle > .kygu-group > .kygu input[type="radio"],
  .kygu-group-toggle > .kygu-group > .kygu input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::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-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .kygu,
  .input-group-append .kygu {
    position: relative;
    z-index: 2; }
    .input-group-prepend .kygu:focus,
    .input-group-append .kygu:focus {
      z-index: 3; }
  .input-group-prepend .kygu + .kygu,
  .input-group-prepend .kygu + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .kygu,
  .input-group-append .kygu + .kygu,
  .input-group-append .kygu + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .kygu {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .kygu,
.input-group-sm > .input-group-append > .kygu {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ce4d4d;
    background-color: #ce4d4d; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #eab1b1; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f5d9d9;
    border-color: #f5d9d9; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ce4d4d;
  background-color: #ce4d4d; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(206, 77, 77, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(206, 77, 77, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(206, 77, 77, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 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; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(206, 77, 77, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #eab1b1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #eab1b1;
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ce4d4d;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #f5d9d9; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ce4d4d;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #f5d9d9; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ce4d4d;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #f5d9d9; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.85rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    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: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.sufano,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.sufano,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ce4d4d; }

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

.tab-content > .sufano {
  display: block; }

.hycasyx {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0; }
  .hycasyx > .paxoze,
  .hycasyx > .gimi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.sefovyj {
  display: inline-block;
  padding-top: 0.6625rem;
  padding-bottom: 0.6625rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .sefovyj:hover, .sefovyj:focus {
    text-decoration: none; }

.hycasyx-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .hycasyx-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .hycasyx-nav .dropdown-menu {
    position: static;
    float: none; }

.hycasyx-text {
  display: inline-block;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem; }

.hycasyx-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.hycasyx-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .hycasyx-toggler:hover, .hycasyx-toggler:focus {
    text-decoration: none; }

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

@media (max-width: 575.98px) {
  .hycasyx-expand-sm > .paxoze,
  .hycasyx-expand-sm > .gimi {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .hycasyx-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .hycasyx-expand-sm .hycasyx-nav {
      flex-direction: row; }
      .hycasyx-expand-sm .hycasyx-nav .dropdown-menu {
        position: absolute; }
      .hycasyx-expand-sm .hycasyx-nav .nav-link {
        padding-right: 0.85rem;
        padding-left: 0.85rem; }
    .hycasyx-expand-sm > .paxoze,
    .hycasyx-expand-sm > .gimi {
      flex-wrap: nowrap; }
    .hycasyx-expand-sm .hycasyx-collapse {
      display: flex !important;
      flex-basis: auto; }
    .hycasyx-expand-sm .hycasyx-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .hycasyx-expand-md > .paxoze,
  .hycasyx-expand-md > .gimi {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .hycasyx-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .hycasyx-expand-md .hycasyx-nav {
      flex-direction: row; }
      .hycasyx-expand-md .hycasyx-nav .dropdown-menu {
        position: absolute; }
      .hycasyx-expand-md .hycasyx-nav .nav-link {
        padding-right: 0.85rem;
        padding-left: 0.85rem; }
    .hycasyx-expand-md > .paxoze,
    .hycasyx-expand-md > .gimi {
      flex-wrap: nowrap; }
    .hycasyx-expand-md .hycasyx-collapse {
      display: flex !important;
      flex-basis: auto; }
    .hycasyx-expand-md .hycasyx-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .jidoky > .paxoze,
  .jidoky > .gimi {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .jidoky {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .jidoky .hycasyx-nav {
      flex-direction: row; }
      .jidoky .hycasyx-nav .dropdown-menu {
        position: absolute; }
      .jidoky .hycasyx-nav .nav-link {
        padding-right: 0.85rem;
        padding-left: 0.85rem; }
    .jidoky > .paxoze,
    .jidoky > .gimi {
      flex-wrap: nowrap; }
    .jidoky .hycasyx-collapse {
      display: flex !important;
      flex-basis: auto; }
    .jidoky .hycasyx-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .hycasyx-expand-xl > .paxoze,
  .hycasyx-expand-xl > .gimi {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .hycasyx-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .hycasyx-expand-xl .hycasyx-nav {
      flex-direction: row; }
      .hycasyx-expand-xl .hycasyx-nav .dropdown-menu {
        position: absolute; }
      .hycasyx-expand-xl .hycasyx-nav .nav-link {
        padding-right: 0.85rem;
        padding-left: 0.85rem; }
    .hycasyx-expand-xl > .paxoze,
    .hycasyx-expand-xl > .gimi {
      flex-wrap: nowrap; }
    .hycasyx-expand-xl .hycasyx-collapse {
      display: flex !important;
      flex-basis: auto; }
    .hycasyx-expand-xl .hycasyx-toggler {
      display: none; } }

.hycasyx-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .hycasyx-expand > .paxoze,
  .hycasyx-expand > .gimi {
    padding-right: 0;
    padding-left: 0; }
  .hycasyx-expand .hycasyx-nav {
    flex-direction: row; }
    .hycasyx-expand .hycasyx-nav .dropdown-menu {
      position: absolute; }
    .hycasyx-expand .hycasyx-nav .nav-link {
      padding-right: 0.85rem;
      padding-left: 0.85rem; }
  .hycasyx-expand > .paxoze,
  .hycasyx-expand > .gimi {
    flex-wrap: nowrap; }
  .hycasyx-expand .hycasyx-collapse {
    display: flex !important;
    flex-basis: auto; }
  .hycasyx-expand .hycasyx-toggler {
    display: none; }

.hixukoh .sefovyj {
  color: rgba(0, 0, 0, 0.9); }
  .hixukoh .sefovyj:hover, .hixukoh .sefovyj:focus {
    color: rgba(0, 0, 0, 0.9); }

.hixukoh .hycasyx-nav .nav-link {
  color: #ce4d4d; }
  .hixukoh .hycasyx-nav .nav-link:hover, .hixukoh .hycasyx-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .hixukoh .hycasyx-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.hixukoh .hycasyx-nav .show > .nav-link,
.hixukoh .hycasyx-nav .sufano > .nav-link,
.hixukoh .hycasyx-nav .nav-link.show,
.hixukoh .hycasyx-nav .nav-link.sufano {
  color: rgba(0, 0, 0, 0.9); }

.hixukoh .hycasyx-toggler {
  color: #ce4d4d;
  border-color: rgba(0, 0, 0, 0.1); }

.hixukoh .hycasyx-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ce4d4d' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.hixukoh .hycasyx-text {
  color: #ce4d4d; }
  .hixukoh .hycasyx-text a {
    color: rgba(0, 0, 0, 0.9); }
    .hixukoh .hycasyx-text a:hover, .hixukoh .hycasyx-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.hycasyx-dark .sefovyj {
  color: #fff; }
  .hycasyx-dark .sefovyj:hover, .hycasyx-dark .sefovyj:focus {
    color: #fff; }

.hycasyx-dark .hycasyx-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .hycasyx-dark .hycasyx-nav .nav-link:hover, .hycasyx-dark .hycasyx-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .hycasyx-dark .hycasyx-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.hycasyx-dark .hycasyx-nav .show > .nav-link,
.hycasyx-dark .hycasyx-nav .sufano > .nav-link,
.hycasyx-dark .hycasyx-nav .nav-link.show,
.hycasyx-dark .hycasyx-nav .nav-link.sufano {
  color: #fff; }

.hycasyx-dark .hycasyx-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.hycasyx-dark .hycasyx-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.hycasyx-dark .hycasyx-text {
  color: rgba(255, 255, 255, 0.5); }
  .hycasyx-dark .hycasyx-text a {
    color: #fff; }
    .hycasyx-dark .hycasyx-text a:hover, .hycasyx-dark .hycasyx-text a:focus {
      color: #fff; }

.ceso {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .ceso > hr {
    margin-right: 0;
    margin-left: 0; }
  .ceso > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .ceso > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.najaq {
  flex: 1 1 auto;
  padding: 1.25rem; }

.ryti {
  margin-bottom: 0.75rem; }

.ceso-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.kytam:last-child {
  margin-bottom: 0; }

.ceso-link:hover {
  text-decoration: none; }

.ceso-link + .ceso-link {
  margin-left: 1.25rem; }

.ceso-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .ceso-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .ceso-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.ceso-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .ceso-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.ceso-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.ceso-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.ceso-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.ceso-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.zoxuneh {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.ceso-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.ceso-deck {
  display: flex;
  flex-direction: column; }
  .ceso-deck .ceso {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .ceso-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .ceso-deck .ceso {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.ceso-group {
  display: flex;
  flex-direction: column; }
  .ceso-group > .ceso {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .ceso-group {
      flex-flow: row wrap; }
      .ceso-group > .ceso {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .ceso-group > .ceso + .ceso {
          margin-left: 0;
          border-left: 0; }
        .ceso-group > .ceso:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .ceso-group > .ceso:not(:last-child) .zoxuneh,
          .ceso-group > .ceso:not(:last-child) .ceso-header {
            border-top-right-radius: 0; }
          .ceso-group > .ceso:not(:last-child) .ceso-img-bottom,
          .ceso-group > .ceso:not(:last-child) .ceso-footer {
            border-bottom-right-radius: 0; }
        .ceso-group > .ceso:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .ceso-group > .ceso:not(:first-child) .zoxuneh,
          .ceso-group > .ceso:not(:first-child) .ceso-header {
            border-top-left-radius: 0; }
          .ceso-group > .ceso:not(:first-child) .ceso-img-bottom,
          .ceso-group > .ceso:not(:first-child) .ceso-footer {
            border-bottom-left-radius: 0; } }

.ceso-columns .ceso {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .ceso-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .ceso-columns .ceso {
      display: inline-block;
      width: 100%; } }

.accordion > .ceso {
  overflow: hidden; }
  .accordion > .ceso:not(:first-of-type) .ceso-header:first-child {
    border-radius: 0; }
  .accordion > .ceso:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .ceso:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .ceso:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .ceso .ceso-header {
    margin-bottom: -1px; }

.tibad {
  display: flex;
  flex-wrap: wrap;
  padding: 0rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.foxaje + .foxaje {
  padding-left: 0.5rem; }
  .foxaje + .foxaje::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.foxaje + .foxaje:hover::before {
  text-decoration: underline; }

.foxaje + .foxaje:hover::before {
  text-decoration: none; }

.foxaje.sufano {
  color: #24315e; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.hipe-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ce4d4d;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .hipe-link:hover {
    z-index: 2;
    color: #a22d2d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .hipe-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.25); }

.hipe-item:first-child .hipe-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.hipe-item:last-child .hipe-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.hipe-item.sufano .hipe-link {
  z-index: 1;
  color: #fff;
  background-color: #ce4d4d;
  border-color: #ce4d4d; }

.hipe-item.disabled .hipe-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .hipe-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .hipe-item:first-child .hipe-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .hipe-item:last-child .hipe-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .hipe-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .hipe-item:first-child .hipe-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .hipe-item:last-child .hipe-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.kygu .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #ce4d4d; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #b63232; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #24315e; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #161e39; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(36, 49, 94, 0.5); }

.badge-success {
  color: #212529;
  background-color: #75d546; }
  a.badge-success:hover, a.badge-success:focus {
    color: #212529;
    background-color: #5bbd2b; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(117, 213, 70, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #ce4d4d; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #b63232; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(206, 77, 77, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #6b2828;
  background-color: #f5dbdb;
  border-color: #f1cdcd; }
  .alert-primary hr {
    border-top-color: #ebb9b9; }
  .alert-primary .alert-link {
    color: #461a1a; }

.alert-secondary {
  color: #131931;
  background-color: #d3d6df;
  border-color: #c2c5d2; }
  .alert-secondary hr {
    border-top-color: #b3b7c7; }
  .alert-secondary .alert-link {
    color: #05060c; }

.alert-success {
  color: #3d6f24;
  background-color: #e3f7da;
  border-color: #d8f3cb; }
  .alert-success hr {
    border-top-color: #c8eeb6; }
  .alert-success .alert-link {
    color: #284818; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #6b2828;
  background-color: #f5dbdb;
  border-color: #f1cdcd; }
  .alert-danger hr {
    border-top-color: #ebb9b9; }
  .alert-danger .alert-link {
    color: #461a1a; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ce4d4d;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.sufano {
    z-index: 2;
    color: #fff;
    background-color: #ce4d4d;
    border-color: #ce4d4d; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

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

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

.list-group-item-primary {
  color: #6b2828;
  background-color: #f1cdcd; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #6b2828;
    background-color: #ebb9b9; }
  .list-group-item-primary.list-group-item-action.sufano {
    color: #fff;
    background-color: #6b2828;
    border-color: #6b2828; }

.list-group-item-secondary {
  color: #131931;
  background-color: #c2c5d2; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #131931;
    background-color: #b3b7c7; }
  .list-group-item-secondary.list-group-item-action.sufano {
    color: #fff;
    background-color: #131931;
    border-color: #131931; }

.list-group-item-success {
  color: #3d6f24;
  background-color: #d8f3cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #3d6f24;
    background-color: #c8eeb6; }
  .list-group-item-success.list-group-item-action.sufano {
    color: #fff;
    background-color: #3d6f24;
    border-color: #3d6f24; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.sufano {
    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:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.sufano {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #6b2828;
  background-color: #f1cdcd; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6b2828;
    background-color: #ebb9b9; }
  .list-group-item-danger.list-group-item-action.sufano {
    color: #fff;
    background-color: #6b2828;
    border-color: #6b2828; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.sufano {
    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:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.sufano {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.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: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.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: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .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: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.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; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.sufano,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.sufano.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.sufano.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.sufano,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .sufano.carousel-item-left,
.carousel-fade .sufano.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .sufano.carousel-item-left,
    .carousel-fade .sufano.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .sufano {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #ce4d4d !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #b63232 !important; }

.bg-secondary {
  background-color: #24315e !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #161e39 !important; }

.bg-success {
  background-color: #75d546 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #5bbd2b !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #ce4d4d !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b63232 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #ce4d4d !important; }

.border-secondary {
  border-color: #24315e !important; }

.border-success {
  border-color: #75d546 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #ce4d4d !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

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

.d-none {
  display: none !important; }

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

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

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

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

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

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

.jipexy {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.jeje {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.jeje-reverse {
  flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.buvebin {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

.refy {
  align-items: flex-end !important; }

.nezite {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .lyxyw {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.zixaq {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.jityb,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.guzy,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.wurejy,
.my-3 {
  margin-top: 1rem !important; }

.qoxawi,
.mx-3 {
  margin-right: 1rem !important; }

.zyzyli,
.my-3 {
  margin-bottom: 1rem !important; }

.siwiqak,
.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; }

.supy,
.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; }

.zydijov,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.caman,
.py-0 {
  padding-bottom: 0 !important; }

.zuhi,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.fexud,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.lahasel,
.py-3 {
  padding-bottom: 1rem !important; }

.kaxabu,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.lisoz,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.hasujad,
.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: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.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,
.biwafiv {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.biwafiv {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .migo,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .sawibe,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.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: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.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: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.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: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.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; } }

.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; }

.noneby {
  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) {
  .jaqahyr {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .pikyh {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.nosyca {
  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: #ce4d4d !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #a22d2d !important; }

.text-secondary {
  color: #24315e !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #0f1427 !important; }

.text-success {
  color: #75d546 !important; }

a.text-success:hover, a.text-success:focus {
  color: #51a826 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #ce4d4d !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a22d2d !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.kygu) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .paxoze {
    min-width: 992px !important; }
  .hycasyx {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@font-face {
  font-family: 'Roboto-Regular';
  src: url(/fonts/Roboto-Regular.ttf);
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url(/fonts/Roboto-Bold.ttf);
  font-display: swap; }

header {
  min-height: 80px;
  height: 80px;
  position: fixed;
  background: #24315e;
  z-index: 1000;
  width: 100%;
  transition: 0.5s; }
  header.hide-header {
    position: relative; }
    @media (max-width: 575px) {
      header.hide-header.reduce-header {
        position: fixed; } }
  header .has-submenu {
    display: none; }
  header .header-blog-link {
    margin-top: 5px; }
  header .sefovyj {
    padding: 0;
    margin-right: 2.125rem;
    width: auto; }
    @media (max-width: 768px) {
      header .sefovyj {
        width: fit-content;
        margin: 0 auto;
        text-align: center; }
        header .sefovyj img {
          width: 70%;
          transition: 0.5s; } }
    header .sefovyj.second {
      width: 0px;
      display: none; }
  header .has-submenu-second {
    display: none; }
    header .has-submenu-second.sufano .header-sub-menu-second {
      display: block;
      top: 80px; }
    header .has-submenu-second.link-show {
      display: block; }
      header .has-submenu-second.link-show .header-sub-menu-second.sufano {
        display: block;
        top: 80px; }
    header .has-submenu-second .header-sub-menu-second.sufano {
      display: none; }
  header .header-sub-menu-second {
    display: none; }
  header .blog-navbar-header {
    width: 75% !important;
    display: block;
    margin: 15px 15px 15px 0; }
    @media (max-width: 991px) {
      header .blog-navbar-header {
        width: 75% !important; } }
    @media (max-width: 600px) {
      header .blog-navbar-header {
        width: 75% !important; } }
    header .blog-navbar-header .blog-logo {
      width: 90% !important; }
  header.reduce-header {
    transition: 1s;
    border-bottom: 2px solid #ffc107;
    min-height: 50px;
    height: 50px; }
    header.reduce-header .header-blog-link {
      margin-top: 5px; }
    header.reduce-header .sefovyj {
      width: 0px;
      display: none; }
      header.reduce-header .sefovyj.second {
        width: fit-content;
        width: -moz-fit-content;
        display: block;
        margin-right: 10px;
        width: 40px; }
      header.reduce-header .sefovyj.blog-navbar-header {
        width: 60% !important;
        display: block;
        margin: 15px; }
        @media (max-width: 991px) {
          header.reduce-header .sefovyj.blog-navbar-header {
            width: 55% !important; } }
        header.reduce-header .sefovyj.blog-navbar-header .blog-logo {
          width: 90% !important; }
      @media (max-width: 768px) {
        header.reduce-header .sefovyj {
          display: flex; }
          header.reduce-header .sefovyj img {
            width: 60%; } }
    @media (max-width: 991px) {
      header.reduce-header .sefovyj {
        display: block;
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 auto;
        text-align: center; }
        header.reduce-header .sefovyj.second {
          display: none; } }
    header.reduce-header .has-submenu-second {
      display: flex; }
    header.reduce-header .nav-item.sufano .header-sub-menu-second {
      display: block;
      top: 50px; }
    header.reduce-header .nav-item .header-sub-menu-second {
      display: none; }
      header.reduce-header .nav-item .header-sub-menu-second.sufano {
        display: block;
        position: fixed;
        top: 48px !important;
        width: 100vw;
        left: 0; }
    header.reduce-header .languagepicker .languagepicker-menu.sufano {
      top: 39px; }
    header.reduce-header .nav-item.sufano .header-sub-menu-second {
      display: block; }
    header.reduce-header .nav-center-scroll {
      justify-content: center !important; }
  header .mobile-menu {
    width: 100%;
    background: #fff; }

@media (max-width: 991px) {
  .hycasyx .nav-link {
    padding: 15px; }
  .hycasyx .hycasyx-toggler {
    width: 20%;
    left: 0;
    position: absolute;
    display: none; }
  .hycasyx .languagepicker {
    display: none !important;
    width: 20%;
    top: auto; }
    .hycasyx .languagepicker .languagepicker-btn {
      position: absolute;
      right: 0; }
      .hycasyx .languagepicker .languagepicker-btn i {
        margin-top: 2px; }
      .hycasyx .languagepicker .languagepicker-btn a {
        height: auto; } }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .hycasyx .nav-link {
    padding: 15px; }
  .hycasyx .hycasyx-collapse {
    position: absolute;
    top: 65px;
    left: -15px;
    background: white;
    width: 100vw !important;
    padding: 15px; }
  .hycasyx .hycasyx-toggler {
    width: 20%;
    left: 0;
    position: absolute; }
  .hycasyx .sefovyj {
    width: 100%;
    text-align: center; }
    .hycasyx .sefovyj img {
      width: 60%; }
  .hycasyx .languagepicker {
    width: 20%;
    right: 0;
    position: absolute; }
    .hycasyx .languagepicker .languagepicker-btn {
      position: absolute;
      right: 0; }
      .hycasyx .languagepicker .languagepicker-btn i {
        margin-top: 2px; } }

@media (max-width: 1000px) {
  .hycasyx-expand {
    width: 100%;
    overflow-x: auto; }
    .hycasyx-expand .hycasyx-nav .nav-item {
      min-width: fit-content;
      min-width: -moz-fit-content; } }

.languagepicker {
  color: #ce4d4d;
  min-width: 100px;
  font-family: 'Roboto-Bold';
  font-size: 1.125rem;
  position: relative; }
  .languagepicker i {
    color: #f76d6d; }
  .languagepicker a {
    height: 24px;
    text-decoration: none; }
  .languagepicker .languagepicker-btn {
    cursor: pointer;
    display: flex;
    align-items: center; }
  .languagepicker .languagepicker-menu {
    padding: 15px;
    width: 270px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 54px;
    right: -25px;
    display: none;
    z-index: 999; }
    @media (max-width: 768px) {
      .languagepicker .languagepicker-menu {
        top: 30px;
        right: -20px; } }
    .languagepicker .languagepicker-menu.sufano {
      display: block; }
    .languagepicker .languagepicker-menu h5 {
      font-size: 1.125rem; }
    .languagepicker .languagepicker-menu .bootstrap-select {
      border: 2px solid #ce4d4d;
      border-radius: 0;
      margin-bottom: 15px;
      height: auto;
      outline: none; }
      .languagepicker .languagepicker-menu .bootstrap-select .dropdown-toggle {
        color: #ce4d4d;
        background-color: transparent;
        outline: 0 !important; }
        .languagepicker .languagepicker-menu .bootstrap-select .dropdown-toggle:hover {
          background-color: transparent;
          outline: none; }
        .languagepicker .languagepicker-menu .bootstrap-select .dropdown-toggle:active {
          background-color: transparent;
          outline: none; }
        .languagepicker .languagepicker-menu .bootstrap-select .dropdown-toggle:focus {
          outline: 0;
          box-shadow: none; }
        .languagepicker .languagepicker-menu .bootstrap-select .dropdown-toggle:before {
          content: '\f107';
          width: 20px;
          height: 20px;
          background: #fff;
          position: absolute;
          right: 8px;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 25px;
          top: 0px;
          color: #f76d6d; }
        .languagepicker .languagepicker-menu .bootstrap-select .dropdown-toggle:after {
          display: none; }
      .languagepicker .languagepicker-menu .bootstrap-select .filter-option-inner i {
        float: right;
        padding-top: 3px;
        margin-right: 15px; }
      .languagepicker .languagepicker-menu .bootstrap-select .dropdown-menu {
        margin-top: 0;
        padding: 0;
        border: 2px solid #ce4d4d;
        border-radius: 0;
        color: #ce4d4d;
        margin-left: -2px;
        width: calc(100% + 4px);
        position: inherit; }
        .languagepicker .languagepicker-menu .bootstrap-select .dropdown-menu .inner {
          border: none;
          overflow-y: hidden;
          overflow-x: hidden;
          text-transform: uppercase; }
          .languagepicker .languagepicker-menu .bootstrap-select .dropdown-menu .inner .dropdown-item {
            height: 30px;
            padding-left: 15px;
            color: #ce4d4d; }
            .languagepicker .languagepicker-menu .bootstrap-select .dropdown-menu .inner .dropdown-item .text {
              width: 100%; }
              .languagepicker .languagepicker-menu .bootstrap-select .dropdown-menu .inner .dropdown-item .text i {
                float: right;
                padding-top: 3px; }
              .languagepicker .languagepicker-menu .bootstrap-select .dropdown-menu .inner .dropdown-item .text img {
                width: 21px; }
            .languagepicker .languagepicker-menu .bootstrap-select .dropdown-menu .inner .dropdown-item.sufano {
              background: transparent;
              color: #ce4d4d; }
      .languagepicker .languagepicker-menu .bootstrap-select.show {
        border-bottom: none; }
  @media (max-width: 768px) {
    .languagepicker {
      position: absolute;
      right: 0;
      top: 25px; } }

.nav-link {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Roboto-Bold', sans-serif; }

.hycasyx .nav-item {
  height: 80px;
  margin-right: 15px;
  padding-top: 30px;
  cursor: pointer; }
  .hycasyx .nav-item i {
    transition: 0.7s; }
  .hycasyx .nav-item.sufano .nav-link {
    border-bottom: 4px solid #ffc107;
    margin-top: -5px;
    display: flex;
    align-items: center; }
    .hycasyx .nav-item.sufano .nav-link i {
      margin-top: -5px; }
  .hycasyx .nav-item.sufano.has-submenu-second .nav-link i {
    transition: 0.7s;
    transform: rotate(180deg); }
  .hycasyx .nav-item .nav-link {
    font-size: 1.125rem;
    border-bottom: 4px solid transparent;
    color: #ce4d4d;
    padding: 0;
    height: 41px;
    color: #f76d6d !important; }
    .hycasyx .nav-item .nav-link:active {
      color: #ce4d4d; }

.hycasyx #navbarNav {
  min-width: fit-content;
  min-width: -moz-fit-content; }

.navigation-wrap.secondary {
  position: relative;
  background: #ce4d4d;
  min-height: 40px;
  line-height: 40px;
  width: 100%;
  top: 80px;
  z-index: 998; }
  .navigation-wrap.secondary nav {
    margin-left: -15px; }
  .navigation-wrap.secondary .nav-item:hover .nav-link {
    background: #ba3232;
    color: #ffc107; }
  .navigation-wrap.secondary .nav-item:hover .header-sub-menu {
    display: block; }
    .navigation-wrap.secondary .nav-item:hover .header-sub-menu ul li {
      height: 40px; }
    .navigation-wrap.secondary .nav-item:hover .header-sub-menu .header-sub-menu-with-img ul li {
      height: auto; }
  .navigation-wrap.secondary .nav-item.small-sub-menu {
    position: relative; }
    .navigation-wrap.secondary .nav-item.small-sub-menu:hover .header-sub-menu {
      display: flex;
      flex-direction: column;
      width: 100%;
      border: 1px solid #bb3633;
      background: #ba3232;
      color: white;
      font-family: 'Roboto-Bold';
      text-transform: uppercase; }
      .navigation-wrap.secondary .nav-item.small-sub-menu:hover .header-sub-menu a {
        cursor: pointer;
        padding-left: 30px;
        text-decoration: none;
        color: #fff; }
        .navigation-wrap.secondary .nav-item.small-sub-menu:hover .header-sub-menu a:after {
          display: none; }
        .navigation-wrap.secondary .nav-item.small-sub-menu:hover .header-sub-menu a:hover {
          background: #ce4d4d;
          color: #f7e9a0;
          position: static; }
  .navigation-wrap.secondary .nav-link {
    color: #fff;
    padding: 0 1.875rem;
    font-size: 1.125rem; }
    .navigation-wrap.secondary .nav-link:hover {
      background: #ba3232;
      color: #ffc107; }
    .navigation-wrap.secondary .nav-link:focus {
      background: #ba3232;
      color: #ffc107; }
  .navigation-wrap.secondary .nav-item a {
    position: relative; }
    .navigation-wrap.secondary .nav-item a:after {
      content: " ";
      width: 2px;
      height: 13px;
      background: #ffc107;
      display: block;
      position: absolute;
      top: 13px;
      right: 0; }
  .navigation-wrap.secondary .nav-item:last-child:after {
    display: none; }
  @media only screen and (max-width: 600px) {
    .navigation-wrap.secondary .hycasyx-toggler-icon {
      margin-left: 30px; } }
  .navigation-wrap.secondary.hide-second-header {
    top: 0px !important; }

.navigation-wrap.second-new {
  position: relative;
  background: #ce4d4d;
  min-height: 40px;
  line-height: 40px;
  width: 100%;
  top: 80px;
  z-index: 998; }
  .navigation-wrap.second-new nav {
    margin-left: -15px; }
  .navigation-wrap.second-new .nav-item:hover .nav-link {
    color: #ffc107; }
  .navigation-wrap.second-new .nav-item:hover .header-sub-menu {
    display: block; }
    .navigation-wrap.second-new .nav-item:hover .header-sub-menu ul li {
      height: 40px; }
    .navigation-wrap.second-new .nav-item:hover .header-sub-menu .header-sub-menu-with-img ul li {
      height: auto; }
  .navigation-wrap.second-new .nav-item.small-sub-menu {
    position: relative; }
    .navigation-wrap.second-new .nav-item.small-sub-menu:hover .header-sub-menu {
      display: flex;
      flex-direction: column;
      width: 100%;
      border: 1px solid #bb3633;
      background: #ba3232;
      color: white;
      font-family: 'Roboto-Bold';
      text-transform: uppercase; }
      .navigation-wrap.second-new .nav-item.small-sub-menu:hover .header-sub-menu a {
        cursor: pointer;
        padding-left: 30px;
        text-decoration: none;
        color: #fff; }
        .navigation-wrap.second-new .nav-item.small-sub-menu:hover .header-sub-menu a:after {
          display: none; }
        .navigation-wrap.second-new .nav-item.small-sub-menu:hover .header-sub-menu a:hover {
          background: #ce4d4d;
          color: #f7e9a0;
          position: static; }
    .navigation-wrap.second-new .nav-item.small-sub-menu ul li {
      margin-bottom: 0; }
  .navigation-wrap.second-new .nav-item.small-sub-menu-software {
    position: relative; }
    .navigation-wrap.second-new .nav-item.small-sub-menu-software:hover .novel-sub {
      display: block;
      top: 40px;
      background-color: white; }
      .navigation-wrap.second-new .nav-item.small-sub-menu-software:hover .novel-sub.header-sub-menu-with-img img {
        height: 35px;
        margin-right: 16px;
        margin-bottom: unset;
        padding-top: unset;
        margin-left: 0;
        padding-left: 0;
        margin-top: -3px; }
      .navigation-wrap.second-new .nav-item.small-sub-menu-software:hover .novel-sub ul li a {
        height: 35px;
        margin-top: -3px;
        margin-bottom: 5px; }
      .navigation-wrap.second-new .nav-item.small-sub-menu-software:hover .novel-sub .drop {
        margin-top: 5px; }
      .navigation-wrap.second-new .nav-item.small-sub-menu-software:hover .novel-sub .hr {
        border: .5px solid #ce4d4d; }
    .navigation-wrap.second-new .nav-item.small-sub-menu-software ul li {
      margin-bottom: 15px; }
  .navigation-wrap.second-new .nav-link {
    color: #fff;
    padding: 0 1.4rem;
    font-size: 1.125rem;
    font-family: 'Roboto-Regular', sans-serif;
    text-transform: none;
    white-space: nowrap; }
    .navigation-wrap.second-new .nav-link:hover {
      color: #ffc107; }
    .navigation-wrap.second-new .nav-link:focus {
      color: #ffc107; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navigation-wrap.second-new .nav-link {
        padding: 0 1.35rem; } }
  @media only screen and (max-width: 600px) {
    .navigation-wrap.second-new .hycasyx-toggler-icon {
      margin-left: 30px; } }
  .navigation-wrap.second-new.hide-second-header {
    top: 0px !important; }
  .navigation-wrap.second-new #nav-form {
    color: white;
    display: block;
    position: relative; }
    @media (max-width: 1199px) {
      .navigation-wrap.second-new #nav-form {
        display: none !important; } }
    .navigation-wrap.second-new #nav-form img {
      height: 15px; }
    .navigation-wrap.second-new #nav-form i {
      color: white;
      padding-top: 4px; }
    .navigation-wrap.second-new #nav-form a:hover i {
      color: #f7e9a0; }
    .navigation-wrap.second-new #nav-form .nav-form {
      padding: 0;
      border: 0;
      background-color: transparent;
      color: white;
      width: 230px; }
      .navigation-wrap.second-new #nav-form .nav-form::placeholder {
        font-style: italic;
        font-weight: lighter;
        color: white;
        opacity: .8; }
      .navigation-wrap.second-new #nav-form .nav-form:-ms-input-placeholder {
        font-style: italic;
        font-weight: lighter;
        color: white;
        opacity: .8; }
      .navigation-wrap.second-new #nav-form .nav-form::-ms-input-placeholder {
        font-style: italic;
        font-weight: lighter;
        color: white;
        opacity: .8; }
    .navigation-wrap.second-new #nav-form .reset-button {
      position: absolute;
      right: 0;
      background-color: transparent;
      border: 0;
      color: white;
      outline: none;
      display: none; }
  .navigation-wrap.second-new #nav-form-tablet {
    display: none !important;
    position: relative; }
    .navigation-wrap.second-new #nav-form-tablet a {
      position: absolute;
      right: 35px; }
      .navigation-wrap.second-new #nav-form-tablet a i {
        width: 30px;
        background: #fff;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        color: #f76d6d; }
    .navigation-wrap.second-new #nav-form-tablet input {
      height: 35px; }
      .navigation-wrap.second-new #nav-form-tablet input:hover, .navigation-wrap.second-new #nav-form-tablet input:focus {
        outline: 0px !important;
        -webkit-appearance: none; }
    .navigation-wrap.second-new #nav-form-tablet .tablet-input {
      display: none;
      position: absolute;
      right: 35px;
      top: 20px;
      width: 250px;
      border: 0;
      border-radius: 5px;
      padding: 0 10px;
      box-shadow: 4px 5px 10px rgba(50, 50, 50, 0.3);
      color: #ba3232; }
      .navigation-wrap.second-new #nav-form-tablet .tablet-input::placeholder {
        font-style: italic;
        font-weight: lighter;
        color: #f76d6d;
        opacity: .8; }
      .navigation-wrap.second-new #nav-form-tablet .tablet-input:-ms-input-placeholder {
        font-style: italic;
        font-weight: lighter;
        color: #f76d6d;
        opacity: .8; }
      .navigation-wrap.second-new #nav-form-tablet .tablet-input::-ms-input-placeholder {
        font-style: italic;
        font-weight: lighter;
        color: #f76d6d;
        opacity: .8; }
      .navigation-wrap.second-new #nav-form-tablet .tablet-input.sufano {
        display: block; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navigation-wrap.second-new #nav-form-tablet {
        display: flex !important; } }
    .navigation-wrap.second-new #nav-form-tablet .reset-button {
      position: absolute;
      right: 40px;
      top: 15px;
      background-color: transparent;
      border: 0;
      color: #ba3232;
      outline: none;
      display: none; }

.novel-sub {
  display: none;
  position: absolute;
  background: #f76d6d;
  left: 0;
  color: #fff;
  z-index: 999;
  border-top: 1px solid #ba3232;
  border-bottom: 1px solid #ba3232;
  border-radius: 10px;
  width: 260px;
  padding: 5px 15px;
  box-shadow: 4px 5px 10px rgba(50, 50, 50, 0.3); }
  .novel-sub.header-sub-menu-with-img img {
    margin-right: 16px;
    margin-bottom: 7px;
    padding-top: 2px;
    margin-left: 0;
    padding-left: 10px;
    height: 30px; }
  .novel-sub ul li a {
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
  .novel-sub ul li:hover a {
    color: #f76d6d;
    background: #f7e9a0;
    border-radius: 50px 50px 50px 50px;
    font-family: Roboto-Bold, sans-serif;
    font-size: .99rem; }

.small-sub-menu:hover .novel-sub {
  display: block;
  top: 40px;
  background-color: white; }

.drop:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 30px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent; }

.drop:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 28px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent; }

.nyfery {
  background-color: #fdf9f1;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: 'Roboto-Bold', sans-serif;
  padding-top: 80px;
  position: relative;
  z-index: 997;
  width: 100%; }
  .nyfery.hide-breadcrumb {
    padding-top: 0px; }
  .nyfery .tibad {
    margin-bottom: 0;
    height: 37;
    line-height: 40px; }
  .nyfery .foxaje a {
    color: #24315e; }
  .nyfery .foxaje + .foxaje {
    color: #24315e;
    padding-left: 1rem; }
    .nyfery .foxaje + .foxaje:before {
      display: inline-block;
      margin-right: 1rem;
      color: #6c757d;
      content: " ";
      background-repeat: no-repeat;
      width: 10px;
      height: 10px;
      background-size: auto 100%; }

.casino-rating .rating {
  width: 60px;
  position: relative;
  height: 10px;
  margin-right: 15px;
  margin-top: 3px; }
  .casino-rating .rating span {
    background: #f76d6d;
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    z-index: 10;
    top: 3px;
    left: 3px; }
  .casino-rating .rating:before {
    content: " ";
    background: #fff;
    width: 60px;
    height: 8px;
    border: 3px solid #f76d6d;
    position: relative;
    border-right: 0;
    z-index: 6;
    position: absolute;
    border-radius: 4px 0 0 4px; }
  @media only screen and (max-width: 768px) {
    .casino-rating .rating:before {
      right: 0px; } }
  .casino-rating .rating:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 10px;
    border: 3px solid #f76d6d;
    top: -4px;
    background: #fff;
    z-index: 5;
    right: -13px;
    bottom: 2px; }

.casino-rating.percent-10 h5, .casino-rating.percent-10 h4 {
  color: #f76d6d; }

.casino-rating.percent-10 .rating span {
  background: #f76d6d;
  width: 10%;
  opacity: 0.8; }

.casino-rating.percent-20 h5, .casino-rating.percent-20 h4 {
  color: #ce4d4d; }

.casino-rating.percent-20 .rating span {
  background: #ce4d4d;
  width: 20%;
  opacity: 0.8; }

.casino-rating.percent-20 .rating:before {
  border: 3px solid #ce4d4d;
  border-right: 0; }

.casino-rating.percent-20 .rating:after {
  border: 3px solid #ce4d4d; }

.casino-rating.percent-30 h5, .casino-rating.percent-30 h4 {
  color: #ba3232; }

.casino-rating.percent-30 .rating span {
  background: #ba3232;
  width: 30%;
  opacity: 0.8; }

.casino-rating.percent-30 .rating:before {
  border: 3px solid #ba3232;
  border-right: 0; }

.casino-rating.percent-30 .rating:after {
  border: 3px solid #ba3232; }

.casino-rating.percent-40 h5, .casino-rating.percent-40 h4 {
  color: #f7e9a0; }

.casino-rating.percent-40 .rating span {
  background: #f7e9a0;
  width: 40%;
  opacity: 0.8; }

.casino-rating.percent-40 .rating:before {
  border: 3px solid #f7e9a0;
  border-right: 0; }

.casino-rating.percent-40 .rating:after {
  border: 3px solid #f7e9a0; }

.casino-rating.percent-50 h5, .casino-rating.percent-50 h4 {
  color: #ffc107; }

.casino-rating.percent-50 .rating span {
  background: #ffc107;
  width: 50%;
  opacity: 0.8; }

.casino-rating.percent-50 .rating:before {
  border: 3px solid #ffc107;
  border-right: 0; }

.casino-rating.percent-50 .rating:after {
  border: 3px solid #ffc107; }

.casino-rating.percent-60 h5, .casino-rating.percent-60 h4 {
  color: #ff6204; }

.casino-rating.percent-60 .rating span {
  background: #ff6204;
  width: 65%;
  opacity: 0.8; }

.casino-rating.percent-60 .rating:before {
  border: 3px solid #ff6204;
  border-right: 0; }

.casino-rating.percent-60 .rating:after {
  border: 3px solid #ff6204; }

.casino-rating.percent-70 h5, .casino-rating.percent-70 h4 {
  color: #ff9417; }

.casino-rating.percent-70 .rating span {
  background: #ff9417;
  width: 75%;
  opacity: 0.8; }

.casino-rating.percent-70 .rating:before {
  border: 3px solid #ff9417;
  border-right: 0; }

.casino-rating.percent-70 .rating:after {
  border: 3px solid #ff9417; }

.casino-rating.percent-80 h5, .casino-rating.percent-80 h4 {
  color: #bce70e; }

.casino-rating.percent-80 .rating span {
  background: #bce70e;
  width: 85%;
  opacity: 0.8; }

.casino-rating.percent-80 .rating:before {
  border: 3px solid #bce70e;
  border-right: 0; }

.casino-rating.percent-80 .rating:after {
  border: 3px solid #bce70e; }

.casino-rating.percent-90 h5, .casino-rating.percent-90 h4 {
  color: #81d955; }

.casino-rating.percent-90 .rating span {
  background: #81d955;
  width: 90%;
  opacity: 0.8; }

.casino-rating.percent-90 .rating:before {
  border: 3px solid #81d955;
  border-right: 0; }

.casino-rating.percent-90 .rating:after {
  border: 3px solid #81d955; }

.casino-rating.percent-100 h5 {
  color: #81d955; }

.casino-rating.percent-100 .rating span {
  background: #81d955;
  width: 95%;
  opacity: 0.8; }

.casino-rating.percent-100 .rating:before {
  border: 3px solid #81d955;
  border-right: 0; }

.casino-rating.percent-100 .rating:after {
  border: 3px solid #81d955;
  background: #81d955; }

.bet365-btn {
  background: #d1e9f5;
  font-size: 1.5rem;
  border-radius: 5px;
  margin: 18px 0 18px 0px;
  font-weight: normal;
  color: #24315e;
  font-family: 'Roboto-Bold';
  max-width: 280px;
  width: 100%;
  cursor: pointer; }
  .bet365-btn:hover {
    background: #a8d1e7; }
  .bet365-btn span {
    margin-right: 12px; }
  .bet365-btn i {
    color: #ce4d4d;
    font-size: 15px;
    margin-left: 25px; }
  .bet365-btn .dropdown-toggle {
    height: 60px; }
    .bet365-btn .dropdown-toggle:after {
      display: none; }
  .bet365-btn .ceso {
    background: none; }
    .bet365-btn .ceso .ceso-header {
      position: relative;
      height: 60px; }
      .bet365-btn .ceso .ceso-header i {
        position: absolute;
        top: 25px;
        right: 12px; }
      .bet365-btn .ceso .ceso-header p span img {
        margin-top: -3px; }
    .bet365-btn .ceso.show i {
      transform: rotate(90deg); }
  .bet365-btn .dropdown-menu {
    background: #d1e9f5;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0; }
    .bet365-btn .dropdown-menu img {
      margin-right: 15px; }
    .bet365-btn .dropdown-menu li a {
      display: flex;
      align-items: center; }
      .bet365-btn .dropdown-menu li a:hover {
        background: #a8d1e7; }
      .bet365-btn .dropdown-menu li a i {
        margin-left: auto;
        transform: rotate(0deg) !important;
        top: 23px; }

.kygu {
  border-radius: 15px;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
  width: fit-content;
  width: -moz-fit-content;
  cursor: pointer; }

.kygu-light {
  background: #fff;
  color: #24315e;
  border: none; }

.see-bonuses {
  background: #fff;
  color: #24315e;
  border: 4px solid #f76d6d; }
  .see-bonuses:hover {
    background: #f76d6d;
    color: #fff; }

.runokal {
  background: #a8d1e7;
  color: #24315e;
  border: none; }

.sufys {
  background: #24315e;
  color: #fff;
  border: none; }

.kygu-purple {
  background: #5e6fb1;
  color: #fff;
  border: none; }

.kygu-light-red {
  color: #f76d6d;
  background: #fff;
  max-width: 200px; }

.kygu-warning {
  color: #24315e;
  background: #f7e9a0;
  border: none; }
  .kygu-warning:hover {
    background: #ffc107; }

.kygu-success {
  background: #75d546;
  color: #fff; }

.pehy {
  background: #24315e;
  color: #fff; }
  .pehy:hover {
    background: #e6f6ff; }

.kygu-white-navigation {
  background: #fff;
  color: #f76d6d;
  border-radius: 20px; }
  .kygu-white-navigation:hover {
    background: #ce4d4d;
    color: #f7e9a0; }

.blue-border-btn {
  border: 2px solid #84bbd8;
  color: #84bbd8;
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  padding-bottom: 3px; }
  .blue-border-btn:hover {
    background: #84bbd8;
    color: #fff; }

.tab-nav-section {
  background: #edf9ff; }
  .tab-nav-section .nav-tabs {
    border: none; }
    @media screen and (max-width: 1199px) {
      .tab-nav-section .nav-tabs {
        flex-wrap: inherit;
        min-width: 1195px;
        min-width: 100%;
        overflow-x: auto; }
        .tab-nav-section .nav-tabs .nav-item {
          min-width: fit-content;
          min-width: -moz-fit-content;
          display: flex;
          justify-content: center;
          align-items: center; } }
    @media screen and (max-width: 1199px) and (max-width: 768px) {
      .tab-nav-section .nav-tabs .nav-item {
        min-width: auto;
        -moz-min-width: auto;
        padding: 8px; } }
    @media screen and (max-width: 768px) {
      .tab-nav-section .nav-tabs {
        flex-direction: row;
        flex-wrap: wrap; } }
    .tab-nav-section .nav-tabs .nav-link {
      color: #24315e;
      position: relative;
      padding: 1.35rem 1rem;
      border-bottom: 6px solid transparent;
      font-size: 1.25rem;
      border-left: none;
      border-right: none;
      border-radius: 0;
      border-top: 0; }
      @media screen and (max-width: 768px) {
        .tab-nav-section .nav-tabs .nav-link {
          align-items: center;
          justify-content: center;
          display: flex; } }
      .tab-nav-section .nav-tabs .nav-link:after {
        content: " ";
        width: 2px;
        height: 15px;
        background: #c6e0ee;
        display: block;
        position: absolute;
        right: -1px; }
        @media screen and (max-width: 768px) {
          .tab-nav-section .nav-tabs .nav-link:after {
            top: calc(50% - 3px); } }
      .tab-nav-section .nav-tabs .nav-link.sufano {
        background-color: #d1e9f5;
        border-bottom: 6px solid #24315e; }
        .tab-nav-section .nav-tabs .nav-link.sufano:hover span {
          border-bottom: none; }
    .tab-nav-section .nav-tabs .nav-item {
      margin-bottom: 0;
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .tab-nav-section .nav-tabs .nav-item {
          width: 50%;
          text-align: center;
          height: 45px;
          font-size: 16px;
          padding: 5px;
          line-height: 16px;
          padding-top: 14px; }
          .tab-nav-section .nav-tabs .nav-item:hover {
            background: #d1e9f5; } }
      @media (max-width: 992px) {
        .tab-nav-section .nav-tabs .nav-item {
          width: 50%;
          text-align: center; } }
  @media (max-width: 768px) {
    .tab-nav-section.bg-white .nav-tabs {
      width: 100%; } }

.tab-content h2 {
  font-family: 'Roboto-Bold';
  padding: 10px 0; }

.tab-content p {
  font-size: 20px; }

.tab-content .tab-pane {
  padding: 10px 0 30px 0; }

.viking-game-details {
  color: #24315e;
  font-family: 'Roboto-Bold'; }
  @media (max-width: 768px) {
    .viking-game-details p {
      font-size: 1rem; } }
  .viking-game-details .description {
    background: #edf9ff;
    height: 67px;
    display: flex;
    align-items: center; }
    .viking-game-details .description p {
      margin-bottom: 0;
      font-size: 1.25rem; }
  .viking-game-details .value {
    color: #24315e;
    border: 3px solid #edf9ff;
    height: 67px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-family: 'Roboto-Regular'; }
    .viking-game-details .value p {
      margin-bottom: 0;
      font-size: 1.125rem; }
    .viking-game-details .value a {
      font-size: 1.125rem; }
    .viking-game-details .value .valiue-width-border {
      border: 2px solid #d1e9f5;
      padding: 0px 10px;
      border-radius: 10px;
      margin-left: -12px;
      text-decoration: none;
      color: #24315e;
      font-size: 1.125rem;
      font-family: 'Roboto-Bold'; }
      .viking-game-details .value .valiue-width-border:hover {
        background: #d1e9f5; }

.red-section {
  background: #f76d6d !important;
  padding: 30px 0 30px 0; }
  .red-section h2 {
    color: #fff; }
  .red-section h3 {
    color: #f7e9a0;
    font-family: 'Roboto-Regular';
    letter-spacing: 1.5px; }
  .red-section p {
    font-size: 1.25rem;
    color: #fff;
    font-family: 'Roboto-Regular';
    line-height: 29.6px; }
  .red-section .no-bg {
    background: unset; }

.extra-features {
  padding: 25px 0 35px 0;
  color: #24315e;
  background: #edf9ff; }
  .extra-features p {
    line-height: 29.6px; }
  .extra-features .free-spins {
    background: #dcf3ff;
    padding-left: 10px;
    margin-top: 20px; }
  .extra-features span {
    font-family: 'Roboto-Bold';
    color: #f76d6d;
    margin-left: 5px; }
  .extra-features ul {
    margin-bottom: 1rem; }
    .extra-features ul li {
      font-size: 1.3rem;
      display: flex;
      align-items: center;
      font-family: 'Roboto-Bold';
      color: #24315e; }

.video-with-text {
  background: #5062ac;
  padding: 30px 0;
  color: #fff; }
  .video-with-text .video iframe {
    border: 14px solid #3a4c93; }
  .video-with-text .kygu {
    padding: 4px 35px; }

.introduction-section {
  background: #edf9ff;
  color: #24315e;
  padding: 30px 0 40px 0; }
  .introduction-section p {
    font-size: 1.25rem;
    line-height: 29.6px; }
  .introduction-section h2 {
    font-family: 'Roboto-Bold';
    margin-bottom: 20px; }
  .introduction-section .carousel-thumb-galery-image-slider-section {
    padding: 15px;
    background: #24315e; }

.naseqa {
  background: #fff;
  padding: 12px 18px 0 12px;
  color: #24315e; }
  .naseqa .parizap {
    border-radius: 15px; }
  .naseqa .accordion .ceso .ceso-header .full-width {
    width: fit-content;
    width: -moz-fit-content; }
  .naseqa h5 {
    margin-bottom: 0;
    margin-top: 10px;
    font-family: 'Roboto-Bold'; }
    .naseqa h5 span img {
      margin-top: -5px; }
  .naseqa p {
    color: #000;
    line-height: 1;
    margin-right: 30px; }
  .naseqa ul {
    margin-left: 15px; }
    .naseqa ul li:before {
      content: "\2022";
      color: red;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }
  .naseqa .kygu-warning {
    padding: 8px 50px;
    margin-top: 15px;
    height: 50px; }
  .naseqa .sufys {
    padding: 20px 60px;
    margin-top: 15px;
box-shadow: 0 3px 25px #f8e17c85;}
    .naseqa .sufys:focus {
      outline: none;
      box-shadow: none; }
    .naseqa .sufys:active {
      outline: none;
      box-shadow: none; }
  .naseqa .ceso {
    border-left: none;
    border-right: none; }
    .naseqa .ceso .kygu {
      font-size: 1.375rem;
      padding-left: 2rem; }
      .naseqa .ceso .kygu i {
        margin-right: 10px;
        color: #f76d6d; }
    .naseqa .ceso .ceso-header {
      background: transparent;
      padding: 0; }
      .naseqa .ceso .ceso-header h5 {
        font-family: 'Roboto-Bold'; }
        .naseqa .ceso .ceso-header h5 span {
          font-family: 'Roboto-Bold'; }
      .naseqa .ceso .ceso-header button {
        color: #24315e; }
        .naseqa .ceso .ceso-header button .fa-plus {
          display: none; }
        .naseqa .ceso .ceso-header button.collapsed .fa-minus {
          display: none; }
        .naseqa .ceso .ceso-header button.collapsed .fa-plus {
          display: inline-block; }
        .naseqa .ceso .ceso-header button:hover i {
          color: #ce4d4d; }
  .naseqa .najaq .najaq-casino-bonus-terms {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 20px; }
    .naseqa .najaq .najaq-casino-bonus-terms P {
      font-size: 18px;
      color: #24315e;
      font-family: 'Roboto-Bold'; }
  .naseqa .najaq .najaq-casino-details table th {
    border: none;
    font-family: 'Roboto-Bold';
    color: #24315e;
    font-size: 18px;
    padding: 0; }
  .naseqa .najaq .najaq-casino-details table td {
    padding: 0;
    border: none;
    color: #24315e;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .naseqa .najaq .najaq-casino-details table td span {
      border: 2px solid #d1e9f5;
      padding: 2px;
      border-radius: 5px;
      margin: 2.5px; }
      .naseqa .najaq .najaq-casino-details table td span a {
        color: #24315e;
        text-decoration: none;
        font-size: 14px; }
      .naseqa .najaq .najaq-casino-details table td span:hover {
        background: #d1e9f5; }
  .naseqa .najaq .najaq-casino-details button {
    width: 100%;
    height: 50px;
    padding: 0; }

.kygu-light-red {
  width: 100%;
  border-radius: 10px; }

@media (max-width: 991px) {
  .naseqa .accordion .ceso .ceso-header {
    display: flex !important;
    flex-direction: column-reverse; }
    .naseqa .accordion .ceso .ceso-header .kygu {
      padding-left: 0; }
    .naseqa .accordion .ceso .ceso-header .full-width {
      width: 100%; }
  .naseqa .accordion .najaq .najaq-casino-details table td {
    line-height: 25px;
    text-align: left;
    padding-left: 11px; }
  .naseqa .accordion .najaq .najaq-casino-details table th {
    text-align: left; } }

@media (max-width: 768px) {
  .naseqa .accordion .najaq .najaq-casino-details table td {
    line-height: 25px;
    text-align: right;
    padding-left: 11px; }
  .naseqa .accordion .najaq .najaq-casino-details table th {
    text-align: left; } }

.powa {
  border-radius: 15px;
  color: #24315e;
  border: none;
  position: relative;
  min-height: 300px;
  width: 100%; }
  .powa:hover {
    transition: 0.3s;
    -webkit-box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36);
    -moz-box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36);
    box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36); }
  .powa .info-circle {
    cursor: pointer;
    display: none; }
    .powa .info-circle.fa-info-circle {
      display: block;
      color: rgba(250, 250, 250, 0.5);
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 50%; }
  .powa i {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px; }
  .powa .zoxuneh {
    min-height: 155px;
    border-radius: 15px 15px 0 0; }
  .powa .najaq .ryti {
    font-size: 1.375rem;
    font-family: 'Roboto-Bold'; }
  .powa .najaq p {
    font-size: 1rem; }
  .powa .najaq a {
    padding: 8px 35px; }
  .powa .najaq-info {
    display: none;
    flex-direction: column;
    align-items: center;
    min-height: 300px;
    padding-top: 30px;
    height: 100%;
    padding-bottom: 20px; }
    .powa .najaq-info .table {
      font-family: 'Roboto-Bold';
      text-transform: uppercase;
      margin: auto; }
      .powa .najaq-info .table tr {
        border: none; }
        .powa .najaq-info .table tr th {
          border: none;
          padding: 0 0 0 15px;
          margin: 0 15px; }
          @media (min-width: 576px) and (max-width: 800px) {
            .powa .najaq-info .table tr th {
              font-size: 0.875rem; } }
        .powa .najaq-info .table tr td {
          padding: 0 0 0 15px;
          margin: 0 15px;
          border: none;
          color: #f76d6d; }
          @media (min-width: 576px) and (max-width: 800px) {
            .powa .najaq-info .table tr td {
              font-size: 0.875rem; } }
    .powa .najaq-info a {
      padding: 6px 28px;
      line-height: 27px;
      margin-top: auto; }
  .powa .fa-times-circle {
    color: #adb5bd; }
  .powa.sufano .info-circle.fa-times-circle {
    display: block; }
  .powa.sufano .najaq-info {
    display: flex; }
  .powa.sufano .rujum,
  .powa.sufano .info-circle.fa-info-circle {
    display: none; }

.tab-menu-with-slider {
  background: #fff; }
  .tab-menu-with-slider .tab-content {
    background: #edf9ff; }
  .tab-menu-with-slider .nav-pills .nav-item .nav-link {
    font-size: 1.50rem;
    color: #24315e;
    height: 75px;
    display: flex;
    align-items: center;
    border-bottom: 4px solid transparent; }
    .tab-menu-with-slider .nav-pills .nav-item .nav-link img {
      margin-right: 15px;
      height: auto;
      width: 35px; }
    .tab-menu-with-slider .nav-pills .nav-item .nav-link.sufano {
      background: none;
      color: #24315e;
      border-bottom: 4px solid #a8d1e7;
      border-radius: 0; }
  @media (max-width: 768px) {
    .tab-menu-with-slider #owl-demo .owl-controls .owl-buttons {
      position: relative;
      width: 100px;
      margin: 0 auto;
      height: 50px; }
      .tab-menu-with-slider #owl-demo .owl-controls .owl-buttons .owl-prev:after, .tab-menu-with-slider #owl-demo .owl-controls .owl-buttons .owl-next:after {
        border-width: 15px 15px 15px 15px; }
      .tab-menu-with-slider #owl-demo .owl-controls .owl-buttons .owl-prev {
        left: -30px; }
      .tab-menu-with-slider #owl-demo .owl-controls .owl-buttons .owl-next {
        right: -62px; } }

#owl-demo .owl-stage {
  display: flex;
  flex-wrap: wrap; }

#owl-demo .jibafe {
  margin: 0 10px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  display: flex;
  height: 100%; }

#owl-demo .owl-prev {
  width: 60px;
  left: -40px;
  top: 50%;
  position: absolute;
  color: transparent; }
  #owl-demo .owl-prev:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 31px 25px 32px;
    border-color: transparent transparent #ce4d4d;
    transform: rotate(-90deg);
    left: calc(50% - 32px); }

#owl-demo .owl-next {
  width: 60px;
  right: -40px;
  top: 50%;
  position: absolute;
  color: transparent; }
  #owl-demo .owl-next:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 31px 25px 32px;
    border-color: transparent transparent #ce4d4d;
    transform: rotate(90deg);
    left: calc(50% - 32px); }

#owl-demo .owl-nav .owl-prev.disabled,
#owl-demo .owl-nav .owl-next.disabled {
  display: none; }

#owl-demo.similar-casinos .owl-next {
  right: -45px !important; }
  @media (max-width: 768px) {
    #owl-demo.similar-casinos .owl-next {
      right: -15px !important; } }

#owl-demo.similar-casinos .owl-prev {
  left: -15px !important; }

@media (max-width: 768px) {
  #pills-home {
    width: 80% !important;
    margin: 0 auto; } }

.sorted-by-picker {
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center; }
  .sorted-by-picker a {
    padding-top: 5px;
    color: #fff;
    float: left;
    text-decoration: none; }
    .sorted-by-picker a i {
      color: #f76d6d; }
  .sorted-by-picker p {
    float: left;
    background: #f76d6d;
    padding: 5px;
    text-transform: uppercase;
    font-size: 0.875rem !important; }
  .sorted-by-picker .align-box {
    display: block;
    margin-right: 20px;
    position: relative; }
    .sorted-by-picker .align-box:before {
      content: '\f00a';
      width: 24px;
      height: 29px;
      position: absolute;
      top: -20px;
      left: -2px;
      font-size: 20px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #fff;
      background-repeat: no-repeat;
      background: #24315e; }
    .sorted-by-picker .align-box.sufano:before {
      color: #a8d1e7; }
  .sorted-by-picker .align-line {
    display: block;
    position: relative; }
    .sorted-by-picker .align-line:before {
      content: '\f00b';
      width: 24px;
      height: 29px;
      position: absolute;
      top: -20px;
      left: -2px;
      font-size: 20px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #fff;
      background-repeat: no-repeat;
      background: #24315e; }
    .sorted-by-picker .align-line.sufano:before {
      color: #a8d1e7; }
  .sorted-by-picker .bootstrap-select .dropdown-toggle .filter-option-inner {
    visibility: hidden !important; }
  .sorted-by-picker .sorted-bypicker-btn {
    margin-left: auto;
    margin-right: 15px; }
    @media (max-width: 991px) {
      .sorted-by-picker .sorted-bypicker-btn {
        margin-left: 0; }
        .sorted-by-picker .sorted-bypicker-btn label {
          padding-left: 0 !important; } }
  .sorted-by-picker .sorted-by-picker-btn p {
    font-size: 3.875rem; }
  .sorted-by-picker .align-filters {
    display: flex;
    margin-left: auto; }

.display-none {
  display: none; }

.filter-aline-show {
  display: block !important; }

.wyfef {
  display: none; }
  .wyfef.sufano {
    display: block; }
    .wyfef.sufano.rysy {
      display: flex; }
  .wyfef .rysy .banking-card .ceso.sufano .ceso-header {
    min-height: 62px; }
  @media (max-width: 768px) {
    .wyfef .rysy .banking-card .ceso.sufano .najaq-info {
      height: 213px; } }

.mena {
  display: none; }
  .mena.sufano {
    display: block; }

footer {
  background: #24315e; }
  footer h4 {
    color: #fff;
    text-transform: uppercase; }
  footer h5 {
    margin-bottom: 0 !important;
    font-size: 1rem; }
  footer h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.8px; }
  footer p {
    color: #fff;
    line-height: 19px;
    font-size: 1rem !important; }
  footer .pifigol {
    border-bottom: 2px solid #2c3969;
    padding-bottom: 11px;
    position: relative;
    height: 83px;
    max-width: 1165px;
    padding-top: 73px; }
    footer .pifigol a {
      width: 54px;
      height: 54px;
      position: absolute;
      top: -22px;
      margin-bottom: 12px;
      background: #24315e;
      border-radius: 50%;
      text-align: center;
      line-height: 56px; }
  footer .ticur {
    padding-top: 27px; }
    footer .ticur h4 {
      margin-bottom: 15px;
      font-size: 1.25rem; }
    footer .ticur ul {
      padding: 0; }
      footer .ticur ul li {
        list-style: none;
        font-size: 1rem;}
        @media screen and (max-width: 1200px) and (min-width: 768px) {
          footer .ticur ul li {
            font-size: 1.1rem; } }
        @media screen and (max-width: 1200px) and (min-width: 991px) {
          footer .ticur ul li {
            font-size: 1.3rem; } }
        footer .ticur ul li a {
          color: #5e6fb1;
          text-decoration: none; }
          footer .ticur ul li a:hover {
            color: #fff; }
  footer .social-media-icons {
    padding-top: 27px; }
    footer .social-media-icons h4 {
      margin-bottom: 12px;
      font-size: 1.25rem; }
    footer .social-media-icons ul {
      padding: 0; }
      footer .social-media-icons ul li {
        list-style: none;
        padding: 0 8px; }
        footer .social-media-icons ul li a {
          background: #5e6fb1;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          text-decoration: none; }
          footer .social-media-icons ul li a i {
            color: #24315e;
            font-size: 30px; }
          footer .social-media-icons ul li a:hover {
            background: #fff; }
  footer .footer-cb-text {
    padding: 12px 0px; }
    footer .footer-cb-text a {
      text-align: center;
      margin-bottom: 25px; }
  footer .cuse {
    color: #fff;
    padding: 22px 0; }
    footer .cuse .h5 {
      text-transform: uppercase;
      margin-bottom: 0 !important;
      font-size: 1rem; }
    footer .cuse a {
      color: #5e6fb1; }
  footer .naseqa h5 {
    line-height: 16px;
    margin-top: 0; }
    footer .naseqa h5 small {
      display: block;
      font-size: 1rem;
      text-transform: none; }
  footer .naseqa button {
    max-height: 49px; }
  footer .naseqa .bonus-spins {
    background: #e6f6ff;
    padding: 10px 24px;
    border: 2px dashed #c6e0ee; }

.list-of-casino-software-providers {
  padding-bottom: 15px;
  background: #a8d1e7;
  padding-top: 20px; }
  @media (max-width: 768px) {
    .list-of-casino-software-providers {
      text-align: center; } }
  .list-of-casino-software-providers .kygu-light-red {
    width: fit-content;
    width: -moz-fit-content;
    min-width: 200px;
    border-radius: 20px;
    height: 40px; }
    @media (max-width: 992px) {
      .list-of-casino-software-providers .kygu-light-red {
        min-width: unset; } }
    @media (max-width: 768px) {
      .list-of-casino-software-providers .kygu-light-red {
        min-width: 200px;
        margin: 20px auto 0 auto; } }
  .list-of-casino-software-providers .rysy > div {
    flex-wrap: wrap; }
  .list-of-casino-software-providers .rysy .ceso {
    color: #24315e;
    margin-top: 70px;
    position: relative;
    border: none;
    border-radius: 0; }
    .list-of-casino-software-providers .rysy .ceso.sufano .info-circle.fa-times-circle,
    .list-of-casino-software-providers .rysy .ceso.sufano .najaq-info {
      display: block; }
    .list-of-casino-software-providers .rysy .ceso.sufano .rujum,
    .list-of-casino-software-providers .rysy .ceso.sufano .info-circle.fa-info-circle {
      display: none; }
    .list-of-casino-software-providers .rysy .ceso.sufano .ceso-header {
      min-height: 87px;
      border-bottom: none; }
      .list-of-casino-software-providers .rysy .ceso.sufano .ceso-header small {
        display: none; }
      .list-of-casino-software-providers .rysy .ceso.sufano .ceso-header h5 {
        display: none; }
      .list-of-casino-software-providers .rysy .ceso.sufano .ceso-header .casino-rating {
        display: none !important; }
      .list-of-casino-software-providers .rysy .ceso.sufano .ceso-header .fa-info-circle {
        z-index: -9; }
    .list-of-casino-software-providers .rysy .ceso h5 {
      font-family: 'Roboto-Bold'; }
      .list-of-casino-software-providers .rysy .ceso h5 small {
        font-size: 1rem;
        font-family: 'Roboto-Bold'; }
    .list-of-casino-software-providers .rysy .ceso small {
      line-height: 0; }
    .list-of-casino-software-providers .rysy .ceso .ceso-header {
      padding: 10px 15px 0;
      background: #fff;
      border-bottom: 2px solid #86bdda; }
      .list-of-casino-software-providers .rysy .ceso .ceso-header img {
        width: 116px;
        border-radius: 50%;
        top: -58px;
        left: calc(50% - 58px);
        position: absolute;
        border: 5px solid #fff; }
      .list-of-casino-software-providers .rysy .ceso .ceso-header .info-circle {
        cursor: pointer;
        display: none; }
        .list-of-casino-software-providers .rysy .ceso .ceso-header .info-circle.fa-info-circle {
          display: block; }
      .list-of-casino-software-providers .rysy .ceso .ceso-header i {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 22px;
        color: #a8d1e7; }
      .list-of-casino-software-providers .rysy .ceso .ceso-header .ryti {
        color: #24315e;
        text-align: center; }
      .list-of-casino-software-providers .rysy .ceso .ceso-header .rating {
        width: 45px;
        margin-top: 0; }
        .list-of-casino-software-providers .rysy .ceso .ceso-header .rating:before {
          width: 45px; }
    .list-of-casino-software-providers .rysy .ceso .najaq {
      padding: 0 0 15px 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: center; }
      .list-of-casino-software-providers .rysy .ceso .najaq ul li {
        color: #24315e;
        border-bottom: 1px solid #e6f6ff;
        padding-left: 15px;
        padding-right: 15px; }
        .list-of-casino-software-providers .rysy .ceso .najaq ul li span {
          font-family: 'Roboto-Bold'; }
    .list-of-casino-software-providers .rysy .ceso button {
      width: calc(100% - 30px);
      justify-content: center;
      margin-top: 18px;
      margin-left: 15px;
      margin-right: 15px;
      padding: 14px; }
  .list-of-casino-software-providers .rysy .rujum {
    display: block;
    padding-bottom: 25px; }
  .list-of-casino-software-providers .rysy .najaq-info {
    display: none;
    padding: 0 20px 0 20px; }
    .list-of-casino-software-providers .rysy .najaq-info h6 {
      font-size: 1.5rem;
      font-family: "Roboto-Regular";
      color: #f76d6d; }
    .list-of-casino-software-providers .rysy .najaq-info ul li {
      position: relative;
      border-bottom: none !important; }
      .list-of-casino-software-providers .rysy .najaq-info ul li:before {
        content: '';
        width: 5px;
        height: 5px;
        background: #f76d6d;
        display: block;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 10px; }
  .list-of-casino-software-providers a {
    color: #24315e;
    font-family: "Roboto-Bold";
    font-size: 1.25rem; }
    .list-of-casino-software-providers a i {
      color: #fff; }

#rop .nav-item .nav-link img {
  width: 54px;
  height: 54px;
  border-radius: 50%; }

.header-sub-menu {
  display: none;
  position: absolute;
  width: 100vw;
  background: #f76d6d;
  left: 0;
  color: #fff;
  z-index: 999;
  border-top: 2px solid #ba3232;
  border-bottom: 4px solid #ba3232; }
  @media (max-width: 768px) {
    .header-sub-menu {
      background: #f76d6d;
      height: 100%;
      height: 100vh;
      overflow: auto; } }
  .header-sub-menu.sufano {
    display: block; }
  .header-sub-menu h6 {
    font-size: 1.125rem;
    text-transform: uppercase; }
    .header-sub-menu h6:after {
      content: '';
      width: 15px;
      height: 2px;
      background: #f7e9a0;
      display: block;
      margin-top: 20px; }
  .header-sub-menu img {
    border-radius: 50%;
    width: 55px;
    margin-right: 17px;
    margin-bottom: 10px;
    padding-top: 6px;
    margin-left: -2px; }
  .header-sub-menu ul li {
    margin-bottom: 10px;
    max-width: fit-content;
    width: -moz-fit-content; }
    .header-sub-menu ul li i {
      color: #f7e9a0; }
    .header-sub-menu ul li a {
      text-transform: uppercase;
      color: #fff;
      text-decoration: none; }
      .header-sub-menu ul li a:after {
        display: none !important; }
    .header-sub-menu ul li:hover a {
      color: #f76d6d;
      background: #f7e9a0;
      padding: 6px;
      border-radius: 10px;
      font-family: 'Roboto-Bold'; }
    .header-sub-menu ul li:hover button i {
      color: #fff; }
  .header-sub-menu .header-sub-menu-with-img ul li {
    margin-bottom: 5px; }
    .header-sub-menu .header-sub-menu-with-img ul li:hover a {
      padding: 15px 10px 15px 0;
      border-radius: 50px 20px 20px 50px; }
      .header-sub-menu .header-sub-menu-with-img ul li:hover a img {
        margin-left: -2px; }
      .header-sub-menu .header-sub-menu-with-img ul li:hover a i {
        color: #f7e9a0; }

.header-sub-menu-second {
  display: none;
  position: fixed;
  width: 100vw;
  background: #fff;
  left: 0;
  top: 49px;
  left: 0;
  color: #24315e;
  z-index: 999;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  box-shadow: 0px 4px 5px -1px #d3d3d3, 0px 4px 5px -1px #d3d3d3 inset;
  font-family: 'Roboto-Bold';
  font-size: .9rem; }
  .header-sub-menu-second.sufano {
    top: 40px; }
  @media (max-width: 768px) {
    .header-sub-menu-second {
      background: #f76d6d;
      height: 100%;
      height: 100vh;
      overflow: auto; } }
  .header-sub-menu-second h6 {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #f76d6d; }
  .header-sub-menu-second img {
    margin-right: 15px;
    margin-bottom: 10px;
    padding-top: 6px;
    margin-left: -2px; }
  .header-sub-menu-second ul {
    line-height: 40px; }
    .header-sub-menu-second ul li {
      margin-bottom: 10px;
      width: -moz-fit-content;
      height: 40px; }
      .header-sub-menu-second ul li i {
        color: #f7e9a0; }
      .header-sub-menu-second ul li a {
        text-transform: uppercase;
        color: #f76d6d;
        text-decoration: none;
        font-family: 'Roboto-Regular'; }
        .header-sub-menu-second ul li a:after {
          display: none !important; }
      .header-sub-menu-second ul li:hover a {
        background: #f7e9a0;
        padding: 6px;
        font-family: 'Roboto-Bold'; }
      .header-sub-menu-second ul li .kygu-white-navigation {
        background: #a8d1e7;
        color: #24315e; }
        .header-sub-menu-second ul li .kygu-white-navigation i {
          color: #fff; }
        .header-sub-menu-second ul li .kygu-white-navigation:hover {
          background: #24315e;
          color: #a8d1e7; }
      .header-sub-menu-second ul li:hover .header-sub-menu-second img {
        margin-left: -13px; }
  .header-sub-menu-second .header-sub-menu-with-img-second ul li {
    margin-bottom: 5px;
    height: auto; }
    .header-sub-menu-second .header-sub-menu-with-img-second ul li a {
      padding: 0 10px 0 10px;
      display: flex; }
    .header-sub-menu-second .header-sub-menu-with-img-second ul li:hover a {
      border-radius: 20px 20px 20px 20px;
      display: flex; }
      .header-sub-menu-second .header-sub-menu-with-img-second ul li:hover a span img {
        margin-left: -2px; }
  .header-sub-menu-second .see-all a {
    color: #b0cfe0;
    font-size: 1.1rem; }
  .header-sub-menu-second .see-all a:hover {
    text-decoration: underline; }
  .header-sub-menu-second .big-imgs ul li a {
    padding-top: 3px;
    padding-bottom: 3px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-sub-menu-second .big-imgs ul li a {
        max-width: 165px; } }
  .header-sub-menu-second .big-imgs ul li:hover a {
    display: flex;
    flex: auto; }
  .header-sub-menu-second .big-imgs img {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    width: 35px;
    margin-right: 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-sub-menu-second .big-imgs img {
        padding-top: 6px !important; } }
  .header-sub-menu-second .big-imgs .cont-img {
    width: 61px;
    display: flex;
    justify-content: center; }
    .header-sub-menu-second .big-imgs .cont-img img {
      width: unset; }
  .header-sub-menu-second .lyfup-border .ganazo:first-child {
    flex: 0 0 22%;
    border-right: 1px solid #f76d6d;
    margin-right: 2%; }

.your_opinion_matters.with-stars .stars-rating {
  width: auto; }
  .your_opinion_matters.with-stars .stars-rating .rating-bkg {
    background: #f76d6d; }
    .your_opinion_matters.with-stars .stars-rating .rating-bkg img {
      width: 171px; }

.your_opinion_matters.with-stars .border-data {
  border: 2px solid #edf1ff;
  padding: 20px; }
  .your_opinion_matters.with-stars .border-data p.weke {
    color: #f76d6d; }
  .your_opinion_matters.with-stars .border-data p span {
    margin-left: auto; }

.casino-horisontal-box p {
  font-size: 1rem;
  color: #24315e;
  line-height: 5px; }
  .casino-horisontal-box p span {
    font-family: 'Roboto-Bold'; }

.casino-horisontal-box ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  border-top: 2px solid #f8f8f8; }
  .casino-horisontal-box ul li {
    font-size: 1.125rem;
    padding-right: 2rem; }

.casino-horisontal-box h5 {
  margin-bottom: 14px; }

.show-tick {
  max-width: 120px; }
  .show-tick button {
    background: transparent !important;
    color: #fff !important; }
    .show-tick button.dropdown-toggle:focus {
      outline: 1px red !important;
      border: none !important;
      box-shadow: none !important; }
    .show-tick button .filter-option {
      position: relative; }
      .show-tick button .filter-option:after {
        content: '\f107';
        width: 20px;
        height: 20px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #f76d6d;
        background: #24315e;
        font-size: 25px;
        position: absolute;
        top: -2px;
        right: 0; }
  .show-tick .dropdown-menu {
    background: #edf9ff;
    margin: 0 !important;
    border-radius: 0;
    padding: 0 !important;
    min-width: 264px; }
    .show-tick .dropdown-menu li {
      width: 100%; }
    .show-tick .dropdown-menu .dropdown-item {
      background: none;
      color: #24315e;
      font-size: 1rem;
      padding-right: 0; }
      .show-tick .dropdown-menu .dropdown-item span {
        background: transparent !important;
        padding: 2px !important; }
      .show-tick .dropdown-menu .dropdown-item.sufano {
        width: 100%;
        background: #dcf3ff;
        color: #24315e; }
        .show-tick .dropdown-menu .dropdown-item.sufano:after {
          content: '\f14a';
          width: 20px;
          height: 20px;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          color: #f76d6d;
          margin-left: 118px;
          font-size: 20px; }
        .show-tick .dropdown-menu .dropdown-item.sufano .check-mark {
          display: none !important; }

.header-banner-more-text {
  height: 60px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  /* Safari prior 6.1 */
  transition: 0.5s;
  transition-delay: 0s; }
  @media (max-width: 768px) {
    .header-banner-more-text {
      height: 57px; } }
  .header-banner-more-text.sufano {
    height: 200px;
    -webkit-transition: 1s;
    /* Safari prior 6.1 */
    transition: 1s;
    transition-delay: 0s; }

.banner-more-text i {
  transition: 0.2s; }

.banner-more-text.sufano i {
  transform: rotate(180deg);
  transition: 0.2s; }

.noUi-target {
  height: 9px !important;
  width: 162px; }
  .noUi-target:focus {
    outline: none; }

.noUi-connect {
  background: #92a5f2 !important; }
  .noUi-connect .noUi-horizontal {
    height: 9px !important;
    background: #92a5f2 !important; }

.noUi-horizontal .noUi-handle {
  width: 10px !important;
  height: 28px;
  right: -10px !important;
  top: -10px !important;
  outline: none; }
  .noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
    display: none; }

.search-form-tab {
  position: relative;
  width: 35px;
  top: -5px;
  margin-left: auto; }
  @media (max-width: 768px) {
    .search-form-tab {
      position: absolute;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      width: 20%;
      padding-top: 12px;
      bottom: -50px;
      margin-left: auto;
      z-index: 11;
      right: 7px; }
      .search-form-tab.sufano {
        width: 100%; }
      .search-form-tab .input-body {
        z-index: 0; }
        .search-form-tab .input-body.sufano {
          padding: 5px;
          height: 43px;
          width: 85%;
          left: 20px;
          bottom: -3px;
          z-index: 11;
          position: absolute; }
          .search-form-tab .input-body.sufano i {
            font-size: 25px;
            width: 10%;
            text-align: center;
            line-height: 35px; }
      .search-form-tab .show-filters-btn {
        display: flex !important; } }
  @media (max-width: 440px) {
    .search-form-tab .input-body {
      z-index: 0; }
      .search-form-tab .input-body.sufano {
        width: 82%; } }
  .search-form-tab .tab-search {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    border-radius: 50%; }
    @media (max-width: 600px) {
      .search-form-tab .tab-search {
        bottom: -6px; } }
    .search-form-tab .tab-search i {
      width: 35px;
      background: #f76d6d;
      height: 35px;
      text-align: center;
      line-height: 35px;
      border-radius: 50%;
      color: #fff; }
  .search-form-tab button {
    background: none;
    border: none; }
  .search-form-tab .input-body {
    display: none;
    background: #dcf3ff;
    position: absolute;
    bottom: 0;
    right: -7px;
    z-index: 999;
    width: 300px;
    padding: 12px; }
    .search-form-tab .input-body i {
      color: #24315e;
      font-size: 35px; }
    .search-form-tab .input-body input {
      width: 90%;
      border: none;
      border-radius: 0; }
      @media (max-width: 768px) {
        .search-form-tab .input-body input {
          height: 33px; } }
    .search-form-tab .input-body.sufano {
      display: flex; }

.paxoze.hyne {
  overflow-x: hidden;
  overflow-y: hidden; }

.zyxuvo {
  width: 100%;
  position: relative;
  margin-left: auto;
  transition: 0.2s; }
  .zyxuvo .wyfef .ritoqoz {
    min-width: 298px; }
  .zyxuvo.sufano {
    width: calc(100% - 270px); }
  .zyxuvo .hyne-sidebar {
    position: absolute;
    left: -285px;
    width: 270px; }
  .zyxuvo .fujexa {
    width: 100%; }
  .zyxuvo .show-filters-btn {
    top: 50%;
    transition: .5s;
    left: -100%;
    position: fixed; }
    .zyxuvo .show-filters-btn.fixed-btn {
      left: 5%;
      z-index: 999;
      transition: .5s; }
    @media (max-width: 768px) {
      .zyxuvo .show-filters-btn {
        border: 2px solid #fff;
        border-radius: 50%; } }

.filters p {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
  color: #24315e;
  margin-bottom: 6px; }

.filters .accordion button i {
  transform: rotate(180deg); }

.filters .accordion button.collapsed i {
  transform: rotate(0deg); }

.filters .accordion .ceso {
  border: 0; }
  .filters .accordion .ceso .ceso-header {
    text-decoration: none;
    padding: 0;
    height: 40px;
    font-size: 1.125rem;
    background: #edf9ff;
    border: none;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #24315e;
    font-family: 'Roboto-Bold';
    border-bottom: 2px solid #a8d1e7; }
    .filters .accordion .ceso .ceso-header h2 {
      padding: 0; }
  .filters .accordion .ceso .najaq {
    background: #edf9ff;
    color: #24315e;
    font-family: 'Roboto-Regular';
    font-size: 1.125rem;
    text-transform: uppercase; }
    .filters .accordion .ceso .najaq label {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0; }
      .filters .accordion .ceso .najaq label input[type=checkbox] {
        position: relative; }
        .filters .accordion .ceso .najaq label input[type=checkbox]:before {
          content: '';
          width: 18px;
          height: 18px;
          background: #a8d1e7;
          display: block;
          position: absolute;
          border-radius: 5px;
          top: -2px; }
      .filters .accordion .ceso .najaq label input[type=checkbox]:checked:before {
        content: '\f00c';
        width: 18px;
        height: 18px;
        background: #f76d6d;
        color: #fff;
        display: block;
        position: absolute;
        border-radius: 5px;
        top: -2px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 14px;
        padding-left: 2px; }

.game-casinos .rysy .ceso {
  min-height: 377px; }
  @media screen and (max-width: 1022px) and (min-width: 991px) {
    .game-casinos .rysy .ceso {
      min-height: 396px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .game-casinos .rysy .ceso {
      min-height: 335px; } }
  @media screen and (max-width: 767px) {
    .game-casinos .rysy .ceso {
      min-height: 300px; } }

.game-top-casinos .rysy .ceso {
  min-height: 377px; }
  @media screen and (max-width: 1022px) and (min-width: 991px) {
    .game-top-casinos .rysy .ceso {
      min-height: 396px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .game-top-casinos .rysy .ceso {
      min-height: 350px; } }
  @media screen and (max-width: 767px) {
    .game-top-casinos .rysy .ceso {
      min-height: 290px; } }
  @media screen and (max-width: 420px) {
    .game-top-casinos .rysy .ceso {
      min-height: 315px; } }
  @media screen and (max-width: 320px) {
    .game-top-casinos .rysy .ceso {
      min-height: 335px; } }

.bonuses-top-casinos .rysy .ganazo {
  min-width: 298px; }
  @media screen and (max-width: 1200px) and (min-width: 991px) {
    .bonuses-top-casinos .rysy .ganazo {
      padding: 4px;
      min-width: 255px; } }

.bonuses-top-casinos .rysy .ceso {
  min-height: 345px; }
  @media screen and (max-width: 1022px) and (min-width: 991px) {
    .bonuses-top-casinos .rysy .ceso {
      min-height: 396px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .bonuses-top-casinos .rysy .ceso {
      min-height: 350px; } }
  @media screen and (max-width: 767px) {
    .bonuses-top-casinos .rysy .ceso {
      min-height: 345px; } }
  @media screen and (max-width: 600px) {
    .bonuses-top-casinos .rysy .ceso {
      min-height: 315px; } }
  @media screen and (max-width: 320px) {
    .bonuses-top-casinos .rysy .ceso {
      min-height: 335px; } }

.mobile-menu {
  position: fixed;
  margin: 0;
  z-index: 999999999;
  background: white;
  width: 100%;
  height: calc(100vh - 50px);
  overflow: auto;
  padding-top: 22px;
  -webkit-box-shadow: inset 0px 13px 12px -4px rgba(247, 109, 109, 0.19);
  -moz-box-shadow: inset 0px 13px 12px -4px rgba(247, 109, 109, 0.19);
  box-shadow: inset 0px 13px 12px -4px rgba(247, 109, 109, 0.19);
  top: -115%;
  transition: 0.5s;
  z-index: 999; }
  @media (min-width: 991px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu.sufano {
    top: 50px;
    transition: 0.5s; }
  .mobile-menu .languagepicker {
    position: static;
    justify-content: flex-end;
    padding-right: 30px; }
    @media (max-width: 500px) {
      .mobile-menu .languagepicker {
        padding-right: 20px; } }
    .mobile-menu .languagepicker img {
      max-width: 21px; }
    .mobile-menu .languagepicker span.earth-icon img {
      max-width: 41px;
      margin-left: 13px; }
      @media (max-width: 500px) {
        .mobile-menu .languagepicker span.earth-icon img {
          max-width: 35px; } }
    .mobile-menu .languagepicker .languagepicker-menu {
      right: 25px;
      top: 90px; }
  .mobile-menu form {
    width: 100%;
    padding-left: 40px;
    flex-wrap: inherit; }
    @media (max-width: 600px) {
      .mobile-menu form {
        width: 90%; } }
    @media (max-width: 500px) {
      .mobile-menu form {
        padding: 0 15px; } }
    .mobile-menu form input {
      min-width: 100%;
      border: none;
      padding: 0;
      height: 60px;
      line-height: 25px; }
      @media (max-width: 769px) {
        .mobile-menu form input {
          width: 100%; } }
    .mobile-menu form input::placeholder {
      color: #f76d6d;
      font-style: italic;
      font-size: 25px;
      line-height: 25px;
      padding-left: -15px; }
      @media (max-width: 600px) {
        .mobile-menu form input::placeholder {
          font-size: 20px; } }
      @media (max-width: 440px) {
        .mobile-menu form input::placeholder {
          font-size: 16px; } }
    .mobile-menu form button {
      border: none;
      width: 60px; }
      .mobile-menu form button:hover {
        background: #fff; }
      .mobile-menu form button:active {
        background-color: #fff !important;
        border: none !important; }
    @media (max-width: 500px) {
      .mobile-menu form img {
        width: 60%;
        min-width: 25px; } }

.mobile-menu-content {
  overflow: scroll; }
  .mobile-menu-content .navigation-items {
    width: 100%;
    padding: 30px 30px 10px 30px; }
    @media (max-width: 500px) {
      .mobile-menu-content .navigation-items {
        padding: 10px 20px 0px 20px; } }
    .mobile-menu-content .navigation-items li {
      display: flex;
      flex-direction: column; }
      .mobile-menu-content .navigation-items li .mobile-link-header {
        margin-bottom: 45px;
        text-decoration: none;
        display: flex;
        align-items: center;
        width: 100%;
        background: #f76d6d;
        border-radius: 80px;
        position: relative;
        font-size: 1.56rem;
        color: #fff;
        text-transform: uppercase;
        padding-left: 100px;
        height: 45px; }
        @media (max-width: 500px) {
          .mobile-menu-content .navigation-items li .mobile-link-header {
            height: 35px;
            font-size: 1.5rem;
            padding-left: 70px; } }
        .mobile-menu-content .navigation-items li .mobile-link-header img {
          position: absolute;
          left: -3px;
          width: 80px; }
          @media (max-width: 500px) {
            .mobile-menu-content .navigation-items li .mobile-link-header img {
              width: 60px; } }
        .mobile-menu-content .navigation-items li .mobile-link-header i {
          margin-left: auto;
          margin-right: 20px;
          transition: 0.5s;
          width: 30px;
          height: 30px;
          background: #f76d6d;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%; }
          .mobile-menu-content .navigation-items li .mobile-link-header i.fa-arrow-circle-left {
            display: none; }
          @media (max-width: 600px) {
            .mobile-menu-content .navigation-items li .mobile-link-header i {
              width: auto; } }
        .mobile-menu-content .navigation-items li .mobile-link-header.sufano i {
          width: 30px;
          height: 30px;
          font-size: 1.9rem; }
          @media (max-width: 600px) {
            .mobile-menu-content .navigation-items li .mobile-link-header.sufano i {
              font-size: 1.5rem;
              width: auto; } }
          .mobile-menu-content .navigation-items li .mobile-link-header.sufano i.fa-chevron-right {
            display: none; }
          .mobile-menu-content .navigation-items li .mobile-link-header.sufano i.fa-arrow-circle-left {
            display: flex;
            color: #fff;
            border-radius: 50%; }
        @media (max-width: 350px) {
          .mobile-menu-content .navigation-items li .mobile-link-header {
            font-size: 1.2rem; } }
    .mobile-menu-content .navigation-items .mobile-link-content {
      display: none; }
      @media (max-width: 600px) {
        .mobile-menu-content .navigation-items .mobile-link-content.link-game-providers .icon-image-wrapper img {
          width: 95%; } }
      @media (max-width: 600px) {
        .mobile-menu-content .navigation-items .mobile-link-content.link-banking-methods .icon-image-wrapper img {
          width: 95%; } }
      .mobile-menu-content .navigation-items .mobile-link-content.link-banking-methods .icon-image-wrapper.rounded {
        border-radius: 50% !important; }
      .mobile-menu-content .navigation-items .mobile-link-content ol {
        padding: 0px 30px 20px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-items: start; }
        @media (max-width: 600px) {
          .mobile-menu-content .navigation-items .mobile-link-content ol {
            padding: 10px 0px 30px 0px; } }
        .mobile-menu-content .navigation-items .mobile-link-content ol li {
          width: 17vw;
          text-align: center;
          font-size: 21px;
          margin: 1.5vw;
          display: flex;
          align-self: normal; }
          @media (max-width: 600px) {
            .mobile-menu-content .navigation-items .mobile-link-content ol li {
              margin: 1.2vw;
              width: 19vw; } }
          .mobile-menu-content .navigation-items .mobile-link-content ol li .icon-image-wrapper {
            width: 17vw;
            height: 17vw;
            background: #f76d6d;
            display: flex;
            border-radius: 10px;
            align-items: center;
            justify-content: center;
            line-height: 20px; }
            @media (max-width: 600px) {
              .mobile-menu-content .navigation-items .mobile-link-content ol li .icon-image-wrapper {
                width: 19vw;
                height: 19vw;
                padding: 5px; }
                .mobile-menu-content .navigation-items .mobile-link-content ol li .icon-image-wrapper img {
                  width: 60%; } }
          .mobile-menu-content .navigation-items .mobile-link-content ol li .title-link {
            line-height: 22px;
            padding: 10px 0;
            color: #f76d6d; }
      .mobile-menu-content .navigation-items .mobile-link-content.sufano {
        display: block;
        background: #ccc; }
  .mobile-menu-content .mobile-footer-nav {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px; }
    @media (max-width: 500px) {
      .mobile-menu-content .mobile-footer-nav {
        padding: 15px;
        padding-bottom: 100px; } }
    .mobile-menu-content .mobile-footer-nav a {
      width: 47%;
      background: #f76d6d;
      margin-bottom: 20px;
      border-radius: 80px;
      position: relative;
      font-size: 1.56rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 0 10px;
      height: 40px; }
      .mobile-menu-content .mobile-footer-nav a i {
        margin-left: auto; }
      @media (max-width: 500px) {
        .mobile-menu-content .mobile-footer-nav a {
          font-size: 1.3rem; } }
      @media (max-width: 370px) {
        .mobile-menu-content .mobile-footer-nav a {
          width: 100%; } }

.hamburger-mobile {
  display: none; }
  @media (max-width: 991px) {
    .hamburger-mobile {
      display: flex;
      margin-right: 35px;
      flex-direction: column;
      position: relative; }
      .hamburger-mobile span {
        width: 30px;
        height: 5px;
        border-radius: 10px;
        background: #f76d6d;
        margin: 3px auto;
        display: flex;
        transition: 0.5s; }
      .hamburger-mobile.sufano {
        width: 28px;
        height: 28px;
        background: #f76d6d;
        display: flex;
        align-items: center;
        border-radius: 7px; }
        .hamburger-mobile.sufano span {
          background: #fff;
          height: 3px; }
          .hamburger-mobile.sufano span:first-child {
            position: absolute;
            transform: rotate(45deg);
            top: 9px;
            transition: 0.5s;
            width: 17px; }
          .hamburger-mobile.sufano span:nth-child(2) {
            opacity: 0;
            transition: 0.5s; }
          .hamburger-mobile.sufano span:last-child {
            position: absolute;
            transform: rotate(-45deg);
            top: 9px;
            transition: 0.5s;
            width: 17px; } }

.sprite-mobile {
  background-repeat: no-repeat;
  display: block; }

.sprite-headline {
  position: absolute;
  left: -3px; }

.sprite-all-casino-bonuses {
  width: 45px;
  height: 45px;
  background-position: -1px -1px; }

.sprite-all-casino-games {
  width: 45px;
  height: 45px;
  background-position: -48px -1px; }

.sprite-all-providers {
  width: 45px;
  height: 45px;
  background-position: -95px -1px; }

.sprite-american-express {
  width: 45px;
  height: 45px;
  background-position: -142px -1px; }

.sprite-asian-casinos {
  width: 45px;
  height: 45px;
  background-position: -189px -1px; }

.sprite-australian-casinos {
  width: 45px;
  height: 45px;
  background-position: -236px -1px; }

.sprite-baccarat-games {
  width: 45px;
  height: 45px;
  background-position: -283px -1px; }

.sprite-baccarat-sites {
  width: 45px;
  height: 45px;
  background-position: -330px -1px; }

.sprite-banking-methods-icon {
  width: 60px;
  height: 60px;
  background-position: -377px -1px; }

.sprite-best-casino-sites-icon {
  width: 60px;
  height: 60px;
  background-position: -1px -63px; }

.sprite-big-time-gaming {
  width: 45px;
  height: 45px;
  background-position: -63px -63px; }

.sprite-biggest-casinos {
  width: 45px;
  height: 45px;
  background-position: -110px -63px; }

.sprite-bitcoin {
  width: 45px;
  height: 45px;
  background-position: -157px -63px; }

.sprite-bitcoin-bonuses {
  width: 45px;
  height: 45px;
  background-position: -204px -63px; }

.sprite-blackjack-games {
  width: 45px;
  height: 45px;
  background-position: -251px -63px; }

.sprite-blackjack-sites {
  width: 45px;
  height: 45px;
  background-position: -298px -63px; }

.sprite-blog-icon {
  width: 60px;
  height: 60px;
  background-position: -345px -63px; }

.sprite-canadian-casinos {
  width: 45px;
  height: 45px;
  background-position: -1px -125px; }

.sprite-cashback-bonuses {
  width: 45px;
  height: 45px;
  background-position: -48px -125px; }

.sprite-casino-bonuses-icon {
  width: 60px;
  height: 60px;
  background-position: -95px -125px; }

.sprite-casino-by-country-icon {
  width: 60px;
  height: 60px;
  background-position: -157px -125px; }

.sprite-casino-games-icon {
  width: 60px;
  height: 60px;
  background-position: -219px -125px; }

.sprite-casino-reviews {
  width: 45px;
  height: 45px;
  background-position: -281px -125px; }

.sprite-entropay {
  width: 45px;
  height: 45px;
  background-position: -328px -125px; }

.sprite-european-casinos {
  width: 45px;
  height: 45px;
  background-position: -375px -125px; }

.sprite-evolution-gaming {
  width: 45px;
  height: 45px;
  background-position: -1px -172px; }

.sprite-exclusive-bonuses {
  width: 45px;
  height: 45px;
  background-position: -48px -172px; }

.sprite-fastest-payout {
  width: 45px;
  height: 45px;
  background-position: -281px -172px; }

.sprite-free-play-bonuses {
  width: 45px;
  height: 45px;
  background-position: -328px -172px; }

.sprite-free-spins {
  width: 45px;
  height: 45px;
  background-position: -375px -172px; }

.sprite-game-providers-icon {
  width: 60px;
  height: 60px;
  background-position: -1px -219px; }

.sprite-game-reviews {
  width: 45px;
  height: 45px;
  background-position: -63px -219px; }

.sprite-game-show-casinos {
  width: 45px;
  height: 45px;
  background-position: -110px -219px; }

.sprite-german-casinos {
  width: 45px;
  height: 45px;
  background-position: -157px -219px; }

.sprite-hot-promotions-icon {
  width: 60px;
  height: 60px;
  background-position: -204px -219px; }

.sprite-indian-casinos {
  width: 45px;
  height: 45px;
  background-position: -266px -219px; }

.sprite-international-casinos {
  width: 45px;
  height: 45px;
  background-position: -313px -219px; }

.sprite-irish-casinos {
  width: 45px;
  height: 45px;
  background-position: -360px -219px; }

.sprite-jackpot-games {
  width: 45px;
  height: 45px;
  background-position: -63px -266px; }

.sprite-live-casino-games {
  width: 45px;
  height: 45px;
  background-position: -110px -266px; }

.sprite-live-casinos {
  width: 45px;
  height: 45px;
  background-position: -157px -266px; }

.sprite-live-dealer-bonuses {
  width: 45px;
  height: 45px;
  background-position: -266px -266px; }

.sprite-live-game-shows {
  width: 45px;
  height: 45px;
  background-position: -313px -266px; }

.sprite-loyalty-bonuses {
  width: 45px;
  height: 45px;
  background-position: -360px -266px; }

.sprite-mastercard {
  width: 45px;
  height: 45px;
  background-position: -1px -313px; }

.sprite-microgaming {
  width: 45px;
  height: 45px;
  background-position: -48px -313px; }

.sprite-mobile-casinos {
  width: 45px;
  height: 45px;
  background-position: -95px -313px; }

.sprite-much-better {
  width: 45px;
  height: 45px;
  background-position: -142px -313px; }

.sprite-neteller {
  width: 45px;
  height: 45px;
  background-position: -189px -313px; }

.sprite-netent {
  width: 45px;
  height: 45px;
  background-position: -236px -313px; }

.sprite-netherlands-casinos {
  width: 45px;
  height: 45px;
  background-position: -283px -313px; }

.sprite-new-casinos {
  width: 45px;
  height: 45px;
  background-position: -330px -313px; }

.sprite-new-zealand-casinos {
  width: 45px;
  height: 45px;
  background-position: -377px -313px; }

.sprite-nextgen {
  width: 45px;
  height: 45px;
  background-position: -1px -360px; }

.sprite-no-deposit-bonuses {
  width: 45px;
  height: 45px;
  background-position: -48px -360px; }

.sprite-no-deposit-casinos {
  width: 45px;
  height: 45px;
  background-position: -95px -360px; }

.sprite-other-banking {
  width: 45px;
  height: 45px;
  background-position: -142px -360px; }

.sprite-paypal {
  width: 45px;
  height: 45px;
  background-position: -189px -360px; }

.sprite-paysafe-card {
  width: 45px;
  height: 45px;
  background-position: -236px -360px; }

.sprite-playn-go {
  width: 45px;
  height: 45px;
  background-position: -283px -360px; }

.sprite-playtech {
  width: 45px;
  height: 45px;
  background-position: -330px -360px; }

.sprite-poker-games {
  width: 45px;
  height: 45px;
  background-position: -377px -360px; }

.sprite-poker-sites {
  width: 45px;
  height: 45px;
  background-position: -439px -1px; }

.sprite-poli {
  width: 45px;
  height: 45px;
  background-position: -439px -48px; }

.sprite-quickspin {
  width: 45px;
  height: 45px;
  background-position: -422px -95px; }

.sprite-realtime-gaming {
  width: 45px;
  height: 45px;
  background-position: -422px -142px; }

.sprite-red-tiger-gaming {
  width: 45px;
  height: 45px;
  background-position: -422px -189px; }

.sprite-reload-bonuses {
  width: 45px;
  height: 45px;
  background-position: -407px -236px; }

.sprite-roulette-games {
  width: 45px;
  height: 45px;
  background-position: -424px -283px; }

.sprite-roulette-sites {
  width: 45px;
  height: 45px;
  background-position: -424px -330px; }

.sprite-skrill {
  width: 45px;
  height: 45px;
  background-position: -424px -377px; }

.sprite-slot-games {
  width: 45px;
  height: 45px;
  background-position: -1px -424px; }

.sprite-slot-sites {
  width: 45px;
  height: 45px;
  background-position: -48px -424px; }

.sprite-south-african-casinos {
  width: 45px;
  height: 45px;
  background-position: -95px -424px; }

.sprite-swedish-casinos {
  width: 45px;
  height: 45px;
  background-position: -142px -424px; }

.sprite-thunderkick {
  width: 45px;
  height: 45px;
  background-position: -189px -424px; }

.sprite-top-10-slots {
  width: 45px;
  height: 45px;
  background-position: -236px -424px; }

.sprite-top-5-casinos {
  width: 45px;
  height: 45px;
  background-position: -283px -424px; }

.sprite-uk-casinos {
  width: 45px;
  height: 45px;
  background-position: -330px -424px; }

.sprite-usa-casinos {
  width: 45px;
  height: 45px;
  background-position: -377px -424px; }

.sprite-video-poker-games {
  width: 45px;
  height: 45px;
  background-position: -424px -424px; }

.sprite-video-poker-sites {
  width: 45px;
  height: 45px;
  background-position: -486px -1px; }

.sprite-vip-bonuses {
  width: 45px;
  height: 45px;
  background-position: -486px -48px; }

.sprite-vip-casinos {
  width: 45px;
  height: 45px;
  background-position: -469px -95px; }

.sprite-visa {
  width: 45px;
  height: 45px;
  background-position: -469px -142px; }

.sprite-welcome-bonuses {
  width: 45px;
  height: 45px;
  background-position: -469px -189px; }

.sprite-top {
  background-repeat: no-repeat;
  display: block; }

.sprite-top-icons {
  margin: 6px 15px 10px -2px;
  width: 30px;
  height: 30px;
  background-position: 100px 100px; }

.sprite-top-apple-pay-casinos {
  width: 30px;
  height: 30px;
  background-position: -1px -1px; }

.sprite-top-au-casino-sites {
  width: 35px;
  height: 35px;
  background-position: -33px -1px; }

.sprite-top-baccarat-games {
  width: 30px;
  height: 30px;
  background-position: -70px -1px; }

.sprite-top-baccarat-sites {
  width: 30px;
  height: 30px;
  background-position: -102px -1px; }

.sprite-top-biggest-casinos {
  width: 30px;
  height: 30px;
  background-position: -134px -1px; }

.sprite-top-bitcoin-casinos {
  width: 30px;
  height: 30px;
  background-position: -166px -1px; }

.sprite-top-blackjack-diamond-vip {
  width: 30px;
  height: 35px;
  background-position: -198px -1px; }

.sprite-top-blackjack-games {
  width: 30px;
  height: 30px;
  background-position: -230px -1px; }

.sprite-top-blackjack-sites {
  width: 30px;
  height: 30px;
  background-position: -1px -33px; }

.sprite-top-blacklisted-casinos {
  width: 30px;
  height: 30px;
  background-position: -70px -33px; }

.sprite-top-book-of-dead {
  width: 35px;
  height: 35px;
  background-position: -102px -33px; }

.sprite-top-ca-casino-sites {
  width: 35px;
  height: 35px;
  background-position: -139px -33px; }

.sprite-top-cash-splash {
  width: 39px;
  height: 31px;
  background-position: -230px -33px; }

.sprite-top-divine-fortune {
  width: 43px;
  height: 31px;
  background-position: -1px -66px; }

.sprite-top-dream-catcher {
  width: 35px;
  height: 35px;
  background-position: -46px -66px; }

.sprite-top-ecuador-gold {
  width: 50px;
  height: 25px;
  background-position: -176px -38px; }

.sprite-top-extra-chilli {
  width: 47px;
  height: 26px;
  background-position: -176px -65px; }

.sprite-top-fastest-payout {
  width: 30px;
  height: 30px;
  background-position: -225px -66px; }

.sprite-top-game-show-casinos, .sprite-top-game-show-sites {
  width: 30px;
  height: 30px;
  background-position: -83px -98px; }

.sprite-top-gladiator {
  width: 37px;
  height: 37px;
  background-position: -115px -98px; }

.sprite-top-greedy-goblins {
  width: 33px;
  height: 38px;
  background-position: -154px -98px; }

.sprite-top-immersive-roulette {
  width: 58px;
  height: 38px;
  background-position: -189px -98px; }

.sprite-top-in-casino-sites {
  width: 35px;
  height: 35px;
  background-position: -1px -138px; }

.sprite-top-int-casino-sites {
  width: 35px;
  height: 35px;
  background-position: -38px -138px; }

.sprite-top-jackpot-slots {
  width: 30px;
  height: 30px;
  background-position: -75px -138px; }

.sprite-top-jammin-jars {
  width: 51px;
  height: 25px;
  background-position: -107px -138px; }

.sprite-top-joker-millions {
  width: 47px;
  height: 18px;
  background-position: -160px -138px; }

.sprite-top-lightning-roulette {
  width: 39px;
  height: 31px;
  background-position: -209px -138px; }

.sprite-top-live-casino-games {
  width: 30px;
  height: 30px;
  background-position: -75px -171px; }

.sprite-top-live-dealer-sites {
  width: 30px;
  height: 30px;
  background-position: -107px -171px; }

.sprite-top-live-european-roulette {
  width: 30px;
  height: 35px;
  background-position: -139px -171px; }

.sprite-top-live-game-shows {
  width: 30px;
  height: 30px;
  background-position: -171px -171px; }

.sprite-top-mastercard-casinos {
  width: 30px;
  height: 30px;
  background-position: -203px -171px; }

.sprite-top-mega-fortune {
  width: 48px;
  height: 38px;
  background-position: -1px -203px; }

.sprite-top-mega-moolah {
  width: 36px;
  height: 36px;
  background-position: -235px -171px; }

.sprite-top-mobile-casinos {
  width: 30px;
  height: 30px;
  background-position: -51px -209px; }

.sprite-top-monopoly-live {
  width: 39px;
  height: 29px;
  background-position: -83px -209px; }

.sprite-top-moon-princess {
  width: 38px;
  height: 40px;
  background-position: -124px -209px; }

.sprite-top-neteller-casinos {
  width: 30px;
  height: 30px;
  background-position: -164px -209px; }

.sprite-top-new-casinos {
  width: 30px;
  height: 30px;
  background-position: -196px -209px; }

.sprite-top-nl-casino-sites {
  width: 35px;
  height: 35px;
  background-position: -228px -209px; }

.sprite-top-no-deposit-casinos {
  width: 30px;
  height: 30px;
  background-position: -262px -1px; }

.sprite-top-other-payments {
  width: 30px;
  height: 30px;
  background-position: -271px -33px; }

.sprite-top-paypal-casinos {
  width: 30px;
  height: 30px;
  background-position: -271px -65px; }

.sprite-top-poker-games {
  width: 30px;
  height: 30px;
  background-position: -257px -97px; }

.sprite-top-poker-side-bet-city {
  width: 39px;
  height: 21px;
  background-position: -250px -129px; }

.sprite-top-poker-sites {
  width: 30px;
  height: 30px;
  background-position: -273px -152px; }

.sprite-top-reactoons {
  width: 43px;
  height: 33px;
  background-position: -1px -246px; }

.sprite-top-roulette-games {
  width: 30px;
  height: 30px;
  background-position: -273px -184px; }

.sprite-top-roulette-sites {
  width: 30px;
  height: 30px;
  background-position: -265px -216px; }

.sprite-top-sa-casino-sites {
  width: 35px;
  height: 35px;
  background-position: -46px -248px; }

.sprite-top-skrill-casinos {
  width: 30px;
  height: 30px;
  background-position: -83px -248px; }

.sprite-top-slot-games {
  width: 30px;
  height: 30px;
  background-position: -164px -248px; }

.sprite-top-slot-sites {
  width: 30px;
  height: 30px;
  background-position: -196px -248px; }

.sprite-top-thunderstruck-ii {
  width: 34px;
  height: 36px;
  background-position: -228px -248px; }

.sprite-top-top-10-slots {
  width: 30px;
  height: 30px;
  background-position: -264px -248px; }

.sprite-top-top-5-casinos {
  width: 30px;
  height: 30px;
  background-position: -294px -1px; }

.sprite-top-uk-casino-sites {
  width: 35px;
  height: 35px;
  background-position: -291px -97px; }

.sprite-top-us-casino-sites {
  width: 35px;
  height: 35px;
  background-position: -297px -216px; }

.sprite-top-video-poker-sites, .sprite-top-video-poker-games {
  width: 30px;
  height: 30px;
  background-position: -303px -33px; }

.sprite-top-vip-casinos {
  width: 30px;
  height: 30px;
  background-position: -303px -65px; }

.sprite-top-visa-casinos {
  width: 30px;
  height: 30px;
  background-position: -305px -134px; }

.sprite-sec {
  background-repeat: no-repeat;
  display: inline-block; }

.sprite-sec-icon {
  margin-right: 16px; }

.sprite-sec-icon2 {
  margin-left: 10px; }

.sprite-sec-articles {
  width: 30px;
  height: 27px;
  background-position: -1px -1px; }

.sprite-sec-best-slot-casinos {
  width: 30px;
  height: 27px;
  background-position: -33px -1px; }

.sprite-sec-bitcoin-bonus {
  width: 31px;
  height: 28px;
  background-position: -65px -1px; }

.sprite-sec-blog {
  width: 30px;
  height: 27px;
  background-position: -98px -1px; }

.sprite-sec-casino-faq {
  width: 30px;
  height: 27px;
  background-position: -130px -1px; }

.sprite-sec-casino-glossary {
  width: 30px;
  height: 27px;
  background-position: -1px -30px; }

.sprite-sec-casino-guide {
  width: 31px;
  height: 28px;
  background-position: -98px -30px; }

.sprite-sec-evolution-gaming {
  width: 35px;
  height: 35px;
  background-position: -131px -30px; }

.sprite-sec-exclusive-bonus {
  width: 30px;
  height: 27px;
  background-position: -33px -30px; }

.sprite-sec-free-spins {
  width: 30px;
  height: 27px;
  background-position: -1px -67px; }

.sprite-sec-jackpot-slots {
  width: 30px;
  height: 27px;
  background-position: -33px -67px; }

.sprite-sec-live-dealer-bonus {
  width: 31px;
  height: 28px;
  background-position: -65px -67px; }

.sprite-sec-microgaming {
  width: 36px;
  height: 35px;
  background-position: -98px -67px; }

.sprite-sec-netent {
  width: 36px;
  height: 35px;
  background-position: -1px -104px; }

.sprite-sec-news {
  width: 30px;
  height: 27px;
  background-position: -136px -67px; }

.sprite-sec-no-deposit-bonus {
  width: 30px;
  height: 27px;
  background-position: -136px -96px; }

.sprite-sec-playn-go {
  width: 36px;
  height: 35px;
  background-position: -39px -104px; }

.sprite-sec-playtech {
  width: 35px;
  height: 35px;
  background-position: -77px -104px; }

.sprite-sec-realtime-gaming {
  width: 36px;
  height: 35px;
  background-position: -114px -125px; }

.sprite-sec-red-tiger-gaming {
  width: 35px;
  height: 35px;
  background-position: -168px -1px; }

.sprite-sec-reload-bonus {
  width: 31px;
  height: 28px;
  background-position: -168px -38px; }

.sprite-sec-slot-reviews {
  width: 30px;
  height: 27px;
  background-position: -65px -38px; }

.sprite-sec-strategy {
  width: 30px;
  height: 27px;
  background-position: -168px -68px; }

.sprite-sec-top-10-slots {
  width: 26px;
  height: 26px;
  background-position: -168px -97px; }

.sprite-sec-vip-bonus {
  width: 31px;
  height: 28px;
  background-position: -152px -125px; }

.sprite-sec-welcome-bonus {
  width: 30px;
  height: 27px;
  background-position: -1px -155px; }

.sprite-sec-yggdrasil {
  width: 36px;
  height: 35px;
  background-position: -33px -155px; }

.rated-casinos-section {
  background: #24315e;
  color: #fff;
  padding: 30px 40px 0 30px; }
  @media (max-width: 768px) {
    .rated-casinos-section {
      padding: 30px 0px 0px 0px; } }
  .rated-casinos-section .kygu-light-red {
    border-radius: 20px;
    width: fit-content;
    width: -moz-fit-content; }

.white-banner-homepage {
  color: #24315e; }
  .white-banner-homepage p {
    font-size: 1.125rem; }
  .white-banner-homepage h3 {
    height: 75px;
    width: fit-content;
    width: -moz-fit-content; }
    @media (max-width: 768px) {
      .white-banner-homepage h3 {
        margin: 0 auto; } }
  .white-banner-homepage h6 {
    font-family: 'Roboto-Bold';
    font-size: 1.125rem;
    color: #4f62ab;
    width: fit-content;
    width: -moz-fit-content; }
    @media (max-width: 768px) {
      .white-banner-homepage h6 {
        width: auto; } }
  .white-banner-homepage ul {
    padding: 0;
    margin: 0; }
    @media (max-width: 768px) {
      .white-banner-homepage ul {
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 auto; } }
    .white-banner-homepage ul li {
      margin-bottom: 16px; }
      .white-banner-homepage ul li i {
        margin-right: 10px;
        color: #f76d6d;
        font-size: 20px; }
  .white-banner-homepage .best-of-the-best {
    position: relative; }
    .white-banner-homepage .best-of-the-best img {
      float: right;
      margin-top: -30px; }
    .white-banner-homepage .best-of-the-best h6 {
      white-space: nowrap;
      margin-top: 1rem; }

.hot-promotions-section button {
  width: fit-content;
  width: -moz-fit-content; }

.hot-promotions-section p {
  color: #24315e; }
  .hot-promotions-section p span {
    font-family: 'Roboto-Bold'; }

.hot-promotions-section .hot-promotions-card {
  padding: 15px;
  background: #fff; }
  .hot-promotions-section .hot-promotions-card a {
    text-decoration: none; }
    .hot-promotions-section .hot-promotions-card a span {
      width: 100%;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .hot-promotions-section .hot-promotions-card .kygu-success {
    height: 58px !important; }
  .hot-promotions-section .hot-promotions-card img {
    border-radius: 50%;
    border: 4px solid #e0ecf3;
    max-width: 100%; }
  .hot-promotions-section .hot-promotions-card h2 {
    font-size: 2.25rem;
    color: #24315e;
    border-top: 1px solid #e0ecf3;
    border-bottom: 1px solid #e0ecf3;
    height: 100%;
    align-items: center;
    display: flex; }
  .hot-promotions-section .hot-promotions-card .hot-promotions-card-date {
    background: #e0ecf3;
    padding: 12px 12px 0 12px; }
    .hot-promotions-section .hot-promotions-card .hot-promotions-card-date p {
      font-size: 1.125rem;
      line-height: 10px;
      color: #24315e;
      font-family: 'Roboto-Regular'; }
    .hot-promotions-section .hot-promotions-card .hot-promotions-card-date h3 {
      letter-spacing: 0;
      color: #ce4d4d;
      font-family: 'Roboto-Bold'; }
  .hot-promotions-section .hot-promotions-card .kygu-success {
    font-size: 1.375rem;
    width: 100%;
    height: 100%; }
  .hot-promotions-section .hot-promotions-card .hot-promotions-card-bonus-text {
    background: #e0ecf3;
    color: #54768a;
    line-height: 15px;
    padding: 11px 22px; }
    @media (max-width: 575px) {
      .hot-promotions-section .hot-promotions-card .hot-promotions-card-bonus-text {
        margin-right: -15px; } }
    .hot-promotions-section .hot-promotions-card .hot-promotions-card-bonus-text small {
      letter-spacing: 0.6px; }
      .hot-promotions-section .hot-promotions-card .hot-promotions-card-bonus-text small span {
        font-family: 'Roboto-Bold'; }

.hot-promotions-section .promotions-filters .filter-option-inner {
  color: #24315e; }

.hot-promotions-section .promotions-filters p {
  color: #fff; }

.hot-promotions-section .promotions-filters button {
  border-radius: 0;
  position: relative; }
  .hot-promotions-section .promotions-filters button:after {
    display: none; }

.hot-promotions-section .promotions-filters i {
  position: absolute;
  right: 15px;
  z-index: 9;
  top: 10px;
  color: #f76d6d; }

.hot-promotions-section .promotions-filters .selectpicker-box {
  margin: 0px 10px; }
  @media (max-width: 575px) {
    .hot-promotions-section .promotions-filters .selectpicker-box {
      margin-left: 0;
      margin-bottom: 0.5rem; } }

.hot-promotions-section .bootstrap-select {
  width: 230px !important; }

.homepage-featured-games {
  background: #edf9ff; }
  .homepage-featured-games .owl-dots {
    display: none; }
  .homepage-featured-games .kygu-light-red {
    width: fit-content !important; }
  .homepage-featured-games .najaq h5 {
    font-size: 1.25rem !important; }
  .homepage-featured-games .najaq .info-circle {
    cursor: pointer;
    display: none; }
    .homepage-featured-games .najaq .info-circle.fa-info-circle {
      display: block;
      color: rgba(250, 250, 250, 0.5);
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 50%; }
  .homepage-featured-games .powa {
    min-height: 305px; }
    .homepage-featured-games .powa:hover {
      transition: 0.3s;
      -webkit-box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36);
      -moz-box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36);
      box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36); }
    .homepage-featured-games .powa .najaq-info {
      min-height: 305px; }
  @media (max-width: 1000px) {
    .homepage-featured-games .tab-menu-with-slider ul {
      display: flex !important;
      flex-direction: row !important;
      min-width: 100%;
      overflow-x: auto;
      width: 100%;
      flex-wrap: inherit; }
      .homepage-featured-games .tab-menu-with-slider ul li {
        float: left;
        min-width: fit-content;
        min-width: -moz-fit-content; } }

@media (max-width: 1118px) {
  .homepage-featured-games .najaq {
    justify-content: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px; }
    .homepage-featured-games .najaq h5 {
      font-size: 1rem !important; }
    .homepage-featured-games .najaq .kytam {
      margin-bottom: 15px !important; }
    .homepage-featured-games .najaq a {
      height: 35px; }
  .homepage-featured-games .najaq-info a {
    height: 35px;
    line-height: 23px; } }

@media screen and (max-width: 991px) and (min-width: 600px) {
  .tab-menu-with-slider .tab-content .powa .najaq a {
    padding: 6px 25px; } }

.more-casino-options {
  color: #24315e; }
  .more-casino-options h3 {
    font-size: 29px;
    margin: 0; }
    @media (max-width: 991px) {
      .more-casino-options h3 {
        margin-bottom: 30px; } }
    @media screen and (max-width: 1010px) and (min-width: 991px) {
      .more-casino-options h3 {
        font-size: 27px; } }
    @media (min-width: 1200px) {
      .more-casino-options h3 {
        white-space: nowrap;
        margin-bottom: 30px; } }
  .more-casino-options .more-casino-options-box a {
    display: flex;
    align-items: center;
    color: #4f62ab; }
    .more-casino-options .more-casino-options-box a p {
      font-size: 17px;
      color: #4f62ab;
      margin-bottom: 0; }
    .more-casino-options .more-casino-options-box a img {
      width: 65px;
      height: 65px;
      border-radius: 50%;
      margin-right: 11px;
      transition: .2s; }
  .more-casino-options .more-casino-options-box:hover img {
    transform: scale(1.1);
    transition: .2s; }
  .more-casino-options button {
    margin: 15px auto 25px auto;
    min-width: 183px; }
  .more-casino-options .lyfup {
    color: #5e6fb1; }
    .more-casino-options .lyfup .sufys {
      height: 50px;
      text-transform: none;
      font-size: 1.125rem;
      padding-left: 25px;
      padding-right: 25px; }

.nav-play-responsibly {
  background: #a8d1e7;
  color: #24315e; }
  .nav-play-responsibly a {
    color: #24315e;
    text-transform: none;
    width: 100%; }
    .nav-play-responsibly a:hover {
      text-decoration: none;
      cursor: pointer; }
  .nav-play-responsibly .ceso {
    border: 0;
    border-bottom: 5px solid #24315e;
    height: 100%; }
    .nav-play-responsibly .ceso .ceso-header {
      height: 32px;
      padding: 5px;
      background: #24315e;
      color: #fff;
      border: none; }
    .nav-play-responsibly .ceso .najaq {
      padding-bottom: 5px; }
      .nav-play-responsibly .ceso .najaq img {
        max-height: 123px;
        max-width: 100%; }
      .nav-play-responsibly .ceso .najaq h6 {
        font-size: 3.5rem;
        font-family: 'Roboto-Bold';
        border: 0; }
      .nav-play-responsibly .ceso .najaq p {
        font-size: 1rem;
        line-height: 17px; }

.about-casino-bloke {
  padding: 30px 15px 15px 15px;
  color: #24315e; }
  .about-casino-bloke .sub-title {
    font-size: 1.125rem; }
  .about-casino-bloke img {
    float: left;
    max-width: 365px; }
    @media (max-width: 768px) {
      .about-casino-bloke img {
        width: 100%;
        padding: 15px; } }
  .about-casino-bloke .text-with-blockquote {
    padding: 30px;
    margin: 0;
    font-style: italic;
    line-height: 30px; }
  .about-casino-bloke.privacy-policy h6 {
    color: #a8d1e7;
    font-family: "Roboto-Bold"; }
  .about-casino-bloke.privacy-policy h5 {
    font-family: "Roboto-Bold"; }
  .about-casino-bloke.terms-of-use p span {
    color: #24315e;
    font-family: "Roboto-Bold"; }
  @media (max-width: 991px) {
    .about-casino-bloke .text-with-quotation-marks {
      position: relative; }
      .about-casino-bloke .text-with-quotation-marks .blockquote-start img {
        position: absolute;
        width: 25px;
        top: 27px;
        left: 5px;
        z-index: 10; }
      .about-casino-bloke .text-with-quotation-marks .blockquote-end img {
        position: absolute;
        width: 25px;
        bottom: 22px;
        right: 5px;
        z-index: 10; } }
  @media (max-width: 768px) {
    .about-casino-bloke .text-with-quotation-marks {
      position: relative; }
      .about-casino-bloke .text-with-quotation-marks .blockquote-start img {
        position: absolute;
        width: 50px;
        top: 20px;
        left: 0px;
        z-index: 10; }
      .about-casino-bloke .text-with-quotation-marks .blockquote-end img {
        position: absolute;
        width: 50px;
        bottom: 22px;
        right: 0px;
        z-index: 10; } }

.boxes-our {
  color: #fff; }
  .boxes-our .boxes-our-box {
    padding: 60px; }
    .boxes-our .boxes-our-box p {
      font-size: 1.375rem;
      line-height: 29.7px; }
    .boxes-our .boxes-our-box img {
      margin-bottom: 20px; }

.review-process {
  overflow: hidden; }
  .review-process .review-process-bg-red {
    background: #ce4d4d; }
  .review-process img {
    padding: 30px 0; }
  .review-process p {
    font-size: 1.125rem;
    line-height: 29.7px;
    padding: 0 12px; }
  .review-process h4 {
    font-size: 1.5rem;
    color: #f7e9a0;
    padding: 10px; }
  .review-process .process {
    position: relative;
    min-height: 340px; }
    .review-process .process span {
      position: absolute;
      top: 26px;
      right: -30px; }
    .review-process .process:first-child h4 {
      position: relative; }
      .review-process .process:first-child h4:before {
        content: '';
        width: 100vw;
        height: 60px;
        background: #ce4d4d;
        position: absolute;
        right: 100%;
        top: 0;
        height: 100%; }
        @media (max-width: 991px) {
          .review-process .process:first-child h4:before {
            display: none; } }
    .review-process .process:nth-child(4) h4 {
      position: relative; }
      .review-process .process:nth-child(4) h4:before {
        width: 100vw;
        height: 60px;
        background: #ce4d4d;
        position: absolute;
        right: 100%;
        top: 0;
        height: 100%; }
        @media (max-width: 991px) {
          .review-process .process:nth-child(4) h4:before {
            display: none; } }
    .review-process .process:last-child h4 {
      position: relative; }
      .review-process .process:last-child h4:after {
        width: 100vw;
        height: 60px;
        background: #ce4d4d;
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%; }
        @media (max-width: 991px) {
          .review-process .process:last-child h4:after {
            display: none; } }
    .review-process .process:nth-child(3) h4 {
      position: relative; }
      .review-process .process:nth-child(3) h4:after {
        content: '';
        width: 100vw;
        height: 60px;
        background: #ce4d4d;
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%; }
        @media (max-width: 991px) {
          .review-process .process:nth-child(3) h4:after {
            display: none; } }
.responsible-gambling .ceso {
  border: none;
  color: #24315e; }
  .responsible-gambling .ceso .najaq {
    padding: 95px;
    background: #e6f6ff; }
    @media (max-width: 768px) {
      .responsible-gambling .ceso .najaq {
        padding: 15px; } }
    .responsible-gambling .ceso .najaq p {
      margin-bottom: 25px; }

.responsible-gambling .responsible-gambling-images div {
  background: #e6f6ff;
  height: 100px;
  align-items: center;
  justify-content: center; }
  .responsible-gambling .responsible-gambling-images div:hover {
    transition: 0.2s;
    -webkit-box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36);
    -moz-box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36);
    box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36); }

.responsible-gambling .responsible-gambling-images img {
  max-width: 285px; }

.casino-review-page-banner {
  background: #24315e;
  color: #fff;
  position: relative;
  z-index: 997; }
  @media (max-width: 575px) {
    .casino-review-page-banner.hipe-banner-fixed {
      z-index: 1000; } }
  .casino-review-page-banner .casino-rating p {
    font-size: 22px;
    font-weight: 'Roboto-Bold'; }
  .casino-review-page-banner .casino-rating h5 small {
    font-size: 22px;
    font-weight: 'Roboto-Bold'; }
  .casino-review-page-banner .rounded-image {
    width: 162px;
    transition: all .5s; }
  .casino-review-page-banner .players-from {
    display: none; }
    .casino-review-page-banner .players-from p {
      font-size: 13px; }
  .casino-review-page-banner .players-from-mobile {
    display: none; }
  .casino-review-page-banner .welcome-bonus {
    background: #19254f;
    height: 100%;
    border: 4px dashed #3b4877; }
    .casino-review-page-banner .welcome-bonus h3 {
      font-family: 'Roboto-Regular';
      transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      transition: all .7s; }
      .casino-review-page-banner .welcome-bonus h3 span {
        color: #f76d6d;
        font-family: 'Roboto-Bold'; }
    .casino-review-page-banner .welcome-bonus h2 {
      transition: .7s; }
  .casino-review-page-banner button {
    width: 100%;
    height: 45px;
    line-height: 1.2; }
  .casino-review-page-banner p {
    font-size: 14px;
    float: left; }
    .casino-review-page-banner p span {
      color: #c6e0ee; }
  .casino-review-page-banner.hipe-banner-fixed {
    position: fixed;
    top: 0px; }
    @media (max-width: 991px) {
      .casino-review-page-banner.hipe-banner-fixed {
        padding-bottom: 0 !important; } }
    .casino-review-page-banner.hipe-banner-fixed h2 {
      font-size: 1.5rem;
      margin-top: 0 !important;
      margin-bottom: 0;
      transition: .7s; }
    .casino-review-page-banner.hipe-banner-fixed h3 {
      transform: scale(0.7); }
    .casino-review-page-banner.hipe-banner-fixed .parizap {
      width: 90px; }
    .casino-review-page-banner.hipe-banner-fixed button {
      width: 100%;
      height: 35px;
      transition: .7s; }
    @media (max-width: 575px) {
      .casino-review-page-banner.hipe-banner-fixed .casino-single-info {
        display: none; }
      .casino-review-page-banner.hipe-banner-fixed .players-from {
        display: none; }
      .casino-review-page-banner.hipe-banner-fixed .casino-rating {
        display: none !important; }
      .casino-review-page-banner.hipe-banner-fixed .players-from-mobile {
        display: block; } }
    @media (min-width: 768px) {
      .casino-review-page-banner.hipe-banner-fixed .casino-single-info {
        display: none; }
      .casino-review-page-banner.hipe-banner-fixed .rounded-image {
        height: 100px;
        width: auto; }
      .casino-review-page-banner.hipe-banner-fixed .players-from {
        display: flex; }
      .casino-review-page-banner.hipe-banner-fixed .casino-title {
        display: none; } }
    @media (max-width: 767px) {
      .casino-review-page-banner.hipe-banner-fixed .is-mobile {
        display: none; }
      .casino-review-page-banner.hipe-banner-fixed .no-p-lr-sm {
        padding-left: 0;
        padding-right: 0; }
      .casino-review-page-banner.hipe-banner-fixed .rounded-image {
        width: 100%; }
      .casino-review-page-banner.hipe-banner-fixed .show-on-fixed-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important; }
      .casino-review-page-banner.hipe-banner-fixed .show-on-fixed-4 {
        flex: 0 0 33.33333% !important;
        max-width: 33.33333% !important; }
      .casino-review-page-banner.hipe-banner-fixed .show-on-fixed-8 {
        flex: 0 0 66.6666% !important;
        max-width: 66.6666% !important; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .casino-review-page-banner.hipe-banner-fixed .rounded-image {
        width: 100px;
        margin-top: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .casino-review-page-banner.hipe-banner-fixed .is-tablet {
        display: none; } }
  @media (max-width: 1199px) {
    .casino-review-page-banner .gamble-resp {
      display: none; } }
  @media screen and (max-width: 1024px) and (min-width: 991px) {
    .casino-review-page-banner .rounded-image {
      width: 100%;
      margin-top: 20px; } }
  @media (max-width: 991px) {
    .casino-review-page-banner .rounded-image {
      width: 100%; } }
  @media (max-width: 767px) {
    .casino-review-page-banner .rounded-image {
      width: 80px; } }

#live-casino {
  background: #a8d1e7;
  color: #24315e; }
  #live-casino h4 {
    background: #fff;
    padding: 7px 15px;
    text-transform: uppercase; }
  #live-casino .overall ul li {
    background: #fff;
    height: 36px;
    margin-bottom: 1px; }
    #live-casino .overall ul li p {
      background: #24315e;
      color: #fff;
      padding-left: 15px;
      text-transform: uppercase;
      font-size: 20px;
      padding: 3px; }
      #live-casino .overall ul li p span {
        color: #dcf3ff; }
  #live-casino .pros-and-cons .pros {
    background: #fff;
    padding: 11px; }
    #live-casino .pros-and-cons .pros ul li {
      font-size: 1.125rem; }
      #live-casino .pros-and-cons .pros ul li i {
        color: #75d546;
        margin-right: 10px; }
  #live-casino .pros-and-cons .cons {
    background: #fff;
    padding: 11px; }
    #live-casino .pros-and-cons .cons ul li {
      font-size: 1.125rem; }
      #live-casino .pros-and-cons .cons ul li i {
        color: #f76d6d;
        margin-right: 10px; }
  #live-casino .target-markets {
    display: flex;
    flex-direction: column;
    background: #fff; }
    #live-casino .target-markets .target-markets-flags {
      background: #fff; }
    #live-casino .target-markets img {
      margin-bottom: 20px;
      margin-right: 9px; }
    @media screen and (max-width: 1100px) and (min-width: 992px) {
      #live-casino .target-markets {
        max-width: 32%; }
        #live-casino .target-markets img {
          width: 17%;
          margin: 4px; } }
    @media (max-width: 991px) {
      #live-casino .target-markets {
        background: transparent;
        margin: 5px; }
        #live-casino .target-markets .target-markets-flags {
          padding-bottom: 15px;
          padding-top: 15px; }
        #live-casino .target-markets img {
          width: 8%;
          margin: 4px; } }

.mr-green-casino-review-section {
  padding: 30px 15px; }
  .mr-green-casino-review-section .table-responsive {
    overflow: hidden; }
  .mr-green-casino-review-section table {
    color: #24315e; }
    .mr-green-casino-review-section table th, .mr-green-casino-review-section table td {
      border: none;
      font-size: 1.25rem; }
      .mr-green-casino-review-section table th a, .mr-green-casino-review-section table td a {
        color: #24315e;
        text-decoration: none;
        text-transform: none;
        padding: 5px 15px;
        cursor: pointer;
        margin: 0 10px 5px 0px; }
        .mr-green-casino-review-section table th a:hover, .mr-green-casino-review-section table td a:hover {
          background: #c6e0ee; }
        .mr-green-casino-review-section table th a img, .mr-green-casino-review-section table td a img {
          margin-right: 5px; }
    .mr-green-casino-review-section table td {
      font-size: 1.125rem; }
    .mr-green-casino-review-section table th {
      font-family: 'Roboto-Bold';
      width: 265px;
      padding-left: 0;
      font-weight: normal; }
    .mr-green-casino-review-section table .light-blue-darker {
      border-radius: 5px;
      cursor: pointer; }
  .mr-green-casino-review-section .bonus-spins {
    padding: 25px;
    background: #dcf3ff;
    border: 4px dashed #c6e0ee;
    color: #24315e; }
    @media (max-width: 768px) {
      .mr-green-casino-review-section .bonus-spins img {
        position: relative;
        margin-bottom: 15px; } }
    .mr-green-casino-review-section .bonus-spins h1 {
      font-family: 'Roboto-Regular';
      position: relative; }
      .mr-green-casino-review-section .bonus-spins h1 span {
        font-family: 'Roboto-Bold';
        color: #f76d6d; }
        @media (max-width: 768px) {
          .mr-green-casino-review-section .bonus-spins h1 span {
            font-size: 2rem; } }
    .mr-green-casino-review-section .bonus-spins p {
      font-size: 14px; }
  .mr-green-casino-review-section .software-and-games .software-and-games-box {
    background: #dcf3ff;
    position: relative;
    padding-top: 10px;
    height: 100%; }
    .mr-green-casino-review-section .software-and-games .software-and-games-box p {
      font-size: 16px;
      font-family: 'Roboto-Bold';
      color: #24315e; }
    .mr-green-casino-review-section .software-and-games .software-and-games-box i {
      position: absolute;
      width: 15px;
      height: 15px;
      top: 5px;
      left: 5px;
      color: #5062ac; }
    .mr-green-casino-review-section .software-and-games .software-and-games-box span {
      background: #5062ac;
      color: #fff;
      padding: 0 5px;
      position: absolute;
      top: 0;
      right: 0; }
  .mr-green-casino-review-section .software-and-games .remove {
    opacity: 0.5; }
  .mr-green-casino-review-section .nav-tabs {
    background: #edf9ff;
    border-bottom: none;
    border-color: transparent;
    border-radius: 0; }
    .mr-green-casino-review-section .nav-tabs .nav-link:hover {
      border-color: transparent;
      border-bottom: none; }
    .mr-green-casino-review-section .nav-tabs .nav-link.sufano {
      border: none;
      background: #dcf3ff;
      border-radius: 0; }
      .mr-green-casino-review-section .nav-tabs .nav-link.sufano:hover {
        border: none; }
  .mr-green-casino-review-section #overview-tab {
    width: 50%; }
    .mr-green-casino-review-section #overview-tab h2 {
      display: flex;
      align-items: center; }
    @media (max-width: 768px) {
      .mr-green-casino-review-section #overview-tab {
        width: 50%; }
        .mr-green-casino-review-section #overview-tab h2 {
          font-size: 25px; } }
    @media (max-width: 490px) {
      .mr-green-casino-review-section #overview-tab h2 {
        font-size: 18px; }
        .mr-green-casino-review-section #overview-tab h2 img {
          width: 25px; } }
    @media (max-width: 365px) {
      .mr-green-casino-review-section #overview-tab h2 {
        font-size: 14px; }
        .mr-green-casino-review-section #overview-tab h2 img {
          width: 25px; } }
  .mr-green-casino-review-section #restricted-tab {
    display: flex;
    align-items: center;
    width: 50%; }
    @media (max-width: 768px) {
      .mr-green-casino-review-section #restricted-tab {
        width: 50%; }
        .mr-green-casino-review-section #restricted-tab h2 {
          font-size: 25px; } }
    @media (max-width: 490px) {
      .mr-green-casino-review-section #restricted-tab h2 {
        font-size: 18px; } }
    @media (max-width: 365px) {
      .mr-green-casino-review-section #restricted-tab h2 {
        font-size: 14px; } }
  .mr-green-casino-review-section #nav-restricted p {
    font-size: 1.125rem; }
    .mr-green-casino-review-section #nav-restricted p span {
      font-size: 1.25rem;
      font-family: 'Roboto-Bold'; }

.section-light-header {
  background: #edf9ff;
  display: flex;
  align-items: center; }
  .section-light-header .section-light-header-right {
    background: #dcf3ff; }
    .section-light-header .section-light-header-right h2 {
      font-family: 'Roboto-Regular'; }

.live-casino-tab-section .ceso {
  border: 0;
  border-radius: 0; }
  .live-casino-tab-section .ceso img {
    border: 0; }
  .live-casino-tab-section .ceso .zoxuneh {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.live-casino-tab-section .ceso-footer {
  background: #24315e;
  color: #fff;
  border-radius: 0; }

.live-casinos-section {
  display: flex;
  flex-wrap: initial;
  min-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 80px; }
  .live-casinos-section #live-casino-game-tab {
    min-width: 1000px; }
    .live-casinos-section #live-casino-game-tab .nav-item .nav-link {
      border-radius: 0; }
      .live-casinos-section #live-casino-game-tab .nav-item .nav-link.sufano {
        background-color: transparent;
        border-bottom: 4px solid #24315e;
        position: relative; }
        .live-casinos-section #live-casino-game-tab .nav-item .nav-link.sufano:after {
          content: '';
          width: 10px;
          height: 10px;
          bottom: -1px;
          left: calc(50% - 5px);
          position: absolute;
          border-style: solid;
          border-width: 0 5px 6px 5px;
          border-color: transparent transparent #24315e transparent; }

::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  background-color: #ddd;
  /* or add it to the track */ }

::-webkit-scrollbar-thumb {
  width: 60px;
  background: #24315e;
  border-radius: 3px; }

.mobile-casino {
  padding: 15px; }
  .mobile-casino .mobile-casino-devices-support .devices-support-header {
    background: #dcf3ff;
    margin-right: 3px;
    padding: 11px; }
  .mobile-casino .mobile-casino-devices-support .devices-support {
    background: #edf9ff;
    margin-top: 3px;
    margin-right: 3px;
    padding: 15px;
    min-height: 113px;
    display: flex;
    align-items: center; }
    .mobile-casino .mobile-casino-devices-support .devices-support p {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      margin-right: 10px;
      margin-bottom: 0;
      font-size: 1rem; }
      .mobile-casino .mobile-casino-devices-support .devices-support p img {
        width: 55px; }
      @media (max-width: 500px) {
        .mobile-casino .mobile-casino-devices-support .devices-support p {
          font-size: 0.875rem; }
          .mobile-casino .mobile-casino-devices-support .devices-support p img {
            width: 40px; } }
      @media (max-width: 400px) {
        .mobile-casino .mobile-casino-devices-support .devices-support p {
          font-size: 0.75rem; }
          .mobile-casino .mobile-casino-devices-support .devices-support p img {
            width: 35px; } }

.banking-casino-rewiews table {
  color: #24315e;
  border: 2px solid #dcf3ff; }
  .banking-casino-rewiews table tr {
    border: 2px solid #dcf3ff; }
    .banking-casino-rewiews table tr td {
      border: 2px solid #dcf3ff;
      vertical-align: middle; }
      .banking-casino-rewiews table tr td i {
        width: 20px;
        overflow: hidden;
        border-radius: 3px;
        font-size: 20px;
        display: flex;
        margin-left: auto; }
      .banking-casino-rewiews table tr td .fa-check-square {
        color: #f76d6d; }
      .banking-casino-rewiews table tr td .fa-window-close {
        color: #c6e0ee;
        width: 18px;
        margin-right: 2px; }
    .banking-casino-rewiews table tr img {
      max-height: 40px; }
  .banking-casino-rewiews table thead {
    background: #dcf3ff;
    border: 0; }
    .banking-casino-rewiews table thead tr th {
      border-bottom: 0;
      border-right: 2px solid #fff;
      font-size: 24px;
      text-transform: uppercase;
      font-family: 'Roboto-Bold'; }
      .banking-casino-rewiews table thead tr th:last-child {
        border: none; }
      @media (max-width: 768px) {
        .banking-casino-rewiews table thead tr th {
          font-size: 14px; } }

@media (max-width: 768px) {
  .banking-casino-rewiews .table-bordered tbody tr th {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none; } }

@media (max-width: 767px) {
  .casino-overview-table table tbody tr {
    display: flex;
    flex-direction: column; }
    .casino-overview-table table tbody tr th {
      padding-bottom: 0; }
    .casino-overview-table table tbody tr td {
      padding-left: 0;
      padding-top: 0; } }

.customer-support .customer-support-table {
  height: 230px; }
  .customer-support .customer-support-table table {
    margin-bottom: 0;
    padding-bottom: 0;
    height: 100%; }
    .customer-support .customer-support-table table tr {
      font-size: 1.125rem;
      color: #24315e;
      background: #edf9ff;
      border: 2px solid #fff; }
      .customer-support .customer-support-table table tr th {
        padding-left: 15px;
        vertical-align: middle; }
      .customer-support .customer-support-table table tr td {
        display: flex;
        align-items: center;
        height: 35px;
        vertical-align: middle;
        background: #e6f6ff;
        border: none; }
        .customer-support .customer-support-table table tr td i {
          width: 20px;
          overflow: hidden;
          border-radius: 3px;
          font-size: 20px; }
        .customer-support .customer-support-table table tr td .fa-check-square {
          color: #f76d6d; }
        .customer-support .customer-support-table table tr td .fa-window-close {
          color: #c6e0ee;
          width: 18px;
          margin-right: 2px; }
        .customer-support .customer-support-table table tr td a {
          color: #24315e;
          text-decoration: underline; }

.customer-support .ceso {
  border: none;
  margin-top: 2px; }
  .customer-support .ceso .ceso-footer {
    color: #fff; }
    .customer-support .ceso .ceso-footer h4 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .customer-support .ceso .ceso-footer h4 i {
          font-size: 1.5rem; } }
  .customer-support .ceso img {
    height: 167px; }
    @media (max-width: 768px) {
      .customer-support .ceso img {
        height: auto; } }
  .customer-support .ceso.have-support {
    display: none; }
  .customer-support .ceso.sufano {
    display: block; }

.casino-news .ceso {
  border: none; }
  .casino-news .ceso .ceso-footer {
    font-family: 'Roboto-Bold';
    background: #dcf3ff;
    border-top: none; }
    .casino-news .ceso .ceso-footer h6 {
      color: #5e6fb1; }
    .casino-news .ceso .ceso-footer p {
      font-size: 1.125rem; }

.similar-casinos {
  background: #a8d1e7;
  padding-top: 35px;
  padding-bottom: 60px; }
  .similar-casinos .ceso {
    font-family: 'Roboto-Bold'; }
    .similar-casinos .ceso .ceso-header {
      background: #fff;
      color: #24315e; }
    .similar-casinos .ceso .najaq img {
      border-radius: 50%;
      margin-bottom: 15px;
      max-width: 117px; }
    .similar-casinos .ceso .najaq .ryti {
      color: #f76d6d; }
    .similar-casinos .ceso .najaq .kytam {
      color: #24315e;
      font-size: 1.625rem;
      line-height: 30px; }
    .similar-casinos .ceso .najaq small {
      color: #24315e;
      font-family: 'Roboto-Regular'; }
    .similar-casinos .ceso button {
      width: 100%; }

.payout-rates-of-casino-games .payout-rates-game {
  display: flex;
  align-items: center; }
  .payout-rates-of-casino-games .payout-rates-game h4 {
    color: #24315e;
    font-family: 'Roboto-Regular';
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 12px; }
    .payout-rates-of-casino-games .payout-rates-game h4:before {
      content: '';
      width: 8px;
      height: 8px;
      background: #f76d6d;
      display: block;
      position: absolute;
      border-radius: 4px;
      left: 0px;
      top: calc(50% - 4px); }

.payout-rates-of-casino-games .payout-rates-statistic {
  border-left: 10px solid #24315e;
  height: 53px;
  padding: 8px 0 8px 0; }
  .payout-rates-of-casino-games .payout-rates-statistic:before {
    content: '';
    width: 8px;
    height: 4px;
    background: #24315e;
    display: block;
    position: absolute;
    left: -18px;
    top: calc(50% - 2px); }
  .payout-rates-of-casino-games .payout-rates-statistic .payout-rates-statistic-content {
    background: #e6f6ff;
    height: 100%;
    position: relative; }
    .payout-rates-of-casino-games .payout-rates-statistic .payout-rates-statistic-content p {
      padding-left: 20px; }
    .payout-rates-of-casino-games .payout-rates-statistic .payout-rates-statistic-content .percent-box {
      background: #5062ac;
      position: absolute;
      top: 0;
      height: 100%; }
      .payout-rates-of-casino-games .payout-rates-statistic .payout-rates-statistic-content .percent-box.percent-box-max {
        width: 250px; }
        @media (max-width: 430px) {
          .payout-rates-of-casino-games .payout-rates-statistic .payout-rates-statistic-content .percent-box.percent-box-max {
            width: 125px; } }
    .payout-rates-of-casino-games .payout-rates-statistic .payout-rates-statistic-content.no-data {
      background: #b5d5e6; }

.payout-rates-of-casino-games .lyfup:last-child .payout-rates-statistic {
  position: relative; }
  .payout-rates-of-casino-games .lyfup:last-child .payout-rates-statistic:after {
    content: '';
    width: calc(100% + 10px);
    height: 15px;
    border-bottom: 10px solid #24315e;
    border-left: 10px solid #23315e;
    position: absolute;
    bottom: -15px;
    left: -10px; }

.payout-rates-of-casino-games .payout-rates-statistic-border-number .payout-rates-statistic-border-number-percent {
  width: 20%;
  text-align: right; }
  @media (max-width: 768px) {
    .payout-rates-of-casino-games .payout-rates-statistic-border-number .payout-rates-statistic-border-number-percent {
      width: 20%; }
      .payout-rates-of-casino-games .payout-rates-statistic-border-number .payout-rates-statistic-border-number-percent p {
        right: 17px; }
        .payout-rates-of-casino-games .payout-rates-statistic-border-number .payout-rates-statistic-border-number-percent p:after {
          right: 10px !important; } }
  .payout-rates-of-casino-games .payout-rates-statistic-border-number .payout-rates-statistic-border-number-percent p {
    position: relative;
    padding-top: 20px;
    margin-right: -15px; }
    .payout-rates-of-casino-games .payout-rates-statistic-border-number .payout-rates-statistic-border-number-percent p:after {
      position: absolute;
      content: '';
      display: block;
      width: 3px;
      height: 15px;
      background: #24315e;
      right: 15px;
      top: 10px; }

.cb-404-page-banner {
  color: #fff;
  padding-top: 120px; }
  .cb-404-page-banner h3 {
    color: #fff; }
  .cb-404-page-banner h2 span {
    color: #f7e9a0;
    font-size: 2.125rem; }
  .cb-404-page-banner p {
    margin-top: 14px; }
    @media (max-width: 768px) {
      .cb-404-page-banner p {
        width: 100%;
        display: flex; } }
  .cb-404-page-banner ul {
    height: 85px; }
    .cb-404-page-banner ul li a {
      float: left;
      color: #f7e9a0;
      font-size: 1.875rem;
      margin-right: 32px;
      border-bottom: 1px solid #f7e9a0;
      text-decoration: none; }
      .cb-404-page-banner ul li a:hover {
        color: #ffc107; }
  .cb-404-page-banner form .form-control {
    width: 80%;
    max-width: 400px;
    height: 52px;
    border: none;
    border-radius: 0; }
    @media (max-width: 768px) {
      .cb-404-page-banner form .form-control {
        width: 75%; } }
  .cb-404-page-banner form button {
    background: #ba3232;
    margin-left: 15px;
    width: 52px;
    height: 52px;
    border: none;
    color: #f7e9a0; }
    .cb-404-page-banner form button i {
      font-size: 30px;
      padding-top: 5px; }

.casino-reviews-main-page-banner {
  color: #24315e;
  padding: 20px; }
  .casino-reviews-main-page-banner a {
    font-size: 1.25rem;
    font-family: 'Roboto-Bold';
    color: #24315e;
    text-decoration: none;
    position: relative; }
    .casino-reviews-main-page-banner a i {
      font-size: 35px;
      color: #f7e9a0;
      margin-left: 15px;
      position: absolute;
      top: -8px; }
    .casino-reviews-main-page-banner a:hover {
      cursor: pointer;
      text-decoration: underline !important; }
  .casino-reviews-main-page-banner .banner-offers {
    width: 100%; }
    .casino-reviews-main-page-banner .banner-offers .banner-offers-header {
      background: #ce4d4d;
      color: #fff; }
    .casino-reviews-main-page-banner .banner-offers .banner-offers-body {
      background: #f76d6d;
      padding: 22px 16px 2px 22px; }
      .casino-reviews-main-page-banner .banner-offers .banner-offers-body ul {
        position: relative;
        background: #ce4d4d;
        border-radius: 5px;
        padding: 35px 25px 35px 42px; }
        .casino-reviews-main-page-banner .banner-offers .banner-offers-body ul li {
          font-size: 1.2rem;
          color: #fff;
          position: relative; }
          .casino-reviews-main-page-banner .banner-offers .banner-offers-body ul li:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #f7e9a0;
            display: inline-block;
            position: absolute;
            left: -18px;
            top: 9px; }
        .casino-reviews-main-page-banner .banner-offers .banner-offers-body ul img {
          position: absolute;
          top: -15px;
          left: -55px;
          width: 135px; }
      .casino-reviews-main-page-banner .banner-offers .banner-offers-body p {
        font-size: 1rem;
        color: #fff;
        padding-top: 6px; }
      .casino-reviews-main-page-banner .banner-offers .banner-offers-body .cb-logo {
        padding: 8px; }

#license-jurisdictions, #casino-listing, #casino-listing2 {
  padding-bottom: 0; }
  #license-jurisdictions h2 img, #casino-listing h2 img, #casino-listing2 h2 img {
    width: 35px;
    height: 35px;
    margin-top: -8px;
    margin-left: 50px; }
  #license-jurisdictions a, #casino-listing a, #casino-listing2 a {
    font-family: 'Roboto-Bold';
    float: right;
    margin-left: 5px;
    margin-right: 5px; }
    #license-jurisdictions a i, #casino-listing a i, #casino-listing2 a i {
      color: #fff;
      margin-left: 10px; }
  #license-jurisdictions .kygu-light-red, #casino-listing .kygu-light-red, #casino-listing2 .kygu-light-red {
    width: fit-content;
    width: -moz-fit-content;
    border-radius: 25px; }
  #license-jurisdictions .similar-casinos, #casino-listing .similar-casinos, #casino-listing2 .similar-casinos {
    background: transparent;
    padding-bottom: 0;
    padding-top: 0; }
  #license-jurisdictions #owl-demo .jibafe, #casino-listing #owl-demo .jibafe, #casino-listing2 #owl-demo .jibafe {
    margin: 10px;
    color: #FFF;
    border-radius: 3px;
    text-align: center; }
  #license-jurisdictions #owl-demo .owl-prev, #casino-listing #owl-demo .owl-prev, #casino-listing2 #owl-demo .owl-prev {
    width: 60px;
    left: -20px;
    top: 50%;
    position: absolute;
    color: transparent; }
    #license-jurisdictions #owl-demo .owl-prev:after, #casino-listing #owl-demo .owl-prev:after, #casino-listing2 #owl-demo .owl-prev:after {
      position: absolute;
      content: '\f137';
      width: 32px;
      height: 32px;
      left: 0;
      border: none;
      color: #fff;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      transform: rotate(0deg);
      font-size: 30px; }
    @media (max-width: 768px) {
      #license-jurisdictions #owl-demo .owl-prev, #casino-listing #owl-demo .owl-prev, #casino-listing2 #owl-demo .owl-prev {
        left: -7px; }
        #license-jurisdictions #owl-demo .owl-prev:after, #casino-listing #owl-demo .owl-prev:after, #casino-listing2 #owl-demo .owl-prev:after {
          left: 0; } }
  #license-jurisdictions #owl-demo .owl-next, #casino-listing #owl-demo .owl-next, #casino-listing2 #owl-demo .owl-next {
    width: 60px;
    right: -50px;
    top: 50%;
    position: absolute;
    color: transparent; }
    #license-jurisdictions #owl-demo .owl-next:after, #casino-listing #owl-demo .owl-next:after, #casino-listing2 #owl-demo .owl-next:after {
      position: absolute;
      content: '\f138';
      width: 32px;
      height: 32px;
      right: -20px;
      border: none;
      color: #fff;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      transform: rotate(0deg);
      font-size: 30px; }
    @media (max-width: 768px) {
      #license-jurisdictions #owl-demo .owl-next, #casino-listing #owl-demo .owl-next, #casino-listing2 #owl-demo .owl-next {
        width: auto;
        right: -25px; }
        #license-jurisdictions #owl-demo .owl-next:after, #casino-listing #owl-demo .owl-next:after, #casino-listing2 #owl-demo .owl-next:after {
          right: 0; } }
  @media (max-width: 768px) {
    #license-jurisdictions .owl-pagination, #casino-listing .owl-pagination, #casino-listing2 .owl-pagination {
      position: absolute; } }

#casino-listing a {
  font-size: 1.5rem; }

#casino-listing small a {
  font-size: unset;
  float: unset;
  font-family: unset;
  margin-right: 0;
  margin-left: 0; }

#casino-listing .ceso-footer.cont-buttons a {
  float: unset;
  margin-right: 0;
  margin-left: 0;
  color: white;
  width: 100%;
  font-size: 1rem; }

#casino-listing .ceso-footer.cont-buttons a.review-button {
  display: block;
  color: #24315e; }
  #casino-listing .ceso-footer.cont-buttons a.review-button:hover {
    color: white; }

#casino-listing .cont-fliping-card.sufano .ceso-footer.cont-buttons .review-button {
  display: none; }

.our-pick-of-top-casino {
  background: #24315e;
  color: #fff; }
  @media (max-width: 1199px) {
    .our-pick-of-top-casino .nav {
      flex-wrap: nowrap;
      display: flex;
      flex-direction: row !important;
      min-width: 100%;
      overflow-x: auto;
      width: 100%;
      white-space: nowrap; }
      .our-pick-of-top-casino .nav.scroll-menu {
        flex-wrap: inherit !important; }
        .our-pick-of-top-casino .nav.scroll-menu .nav-item {
          font-size: 1.2rem !important;
          width: fit-content !important;
          min-width: fit-content !important;
          -moz-min-width: fit-content !important; }
      .our-pick-of-top-casino .nav .nav-item:last-child {
        margin-right: -30px !important; } }
  .our-pick-of-top-casino .tab-nav-section .nav-tabs .nav-item {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 6px solid transparent;
    min-width: fit-content;
    -moz-min-width: fit-content; }
    @media (max-width: 768px) {
      .our-pick-of-top-casino .tab-nav-section .nav-tabs .nav-item {
        min-width: fit-content;
        -moz-min-width: auto; } }
    .our-pick-of-top-casino .tab-nav-section .nav-tabs .nav-item:hover {
      background-color: unset;
      color: #24315e;
      cursor: pointer; }
      .our-pick-of-top-casino .tab-nav-section .nav-tabs .nav-item:hover span:before {
        content: '';
        width: 80%;
        height: 6px;
        background: #24315e;
        display: block;
        position: absolute;
        bottom: -6px;
        left: 10%; }
    @media (min-width: 1200px) {
      .our-pick-of-top-casino .tab-nav-section .nav-tabs .nav-item {
        height: 75px; }
        .our-pick-of-top-casino .tab-nav-section .nav-tabs .nav-item:hover {
          background-color: #d1e9f5;
          color: #24315e;
          cursor: pointer; }
          .our-pick-of-top-casino .tab-nav-section .nav-tabs .nav-item:hover span:before {
            content: '';
            width: 80%;
            height: 6px;
            background: #24315e;
            display: block;
            position: absolute;
            bottom: -6px;
            left: 10%; } }
    .our-pick-of-top-casino .tab-nav-section .nav-tabs .nav-item.sufano {
      background-color: #d1e9f5;
      border-bottom: 6px solid #24315e; }
  .our-pick-of-top-casino .tab-nav-section .search-form-tab {
    position: relative;
    width: 35px; }
    @media (max-width: 768px) {
      .our-pick-of-top-casino .tab-nav-section .search-form-tab {
        display: flex;
        justify-content: flex-end;
        width: 100%; }
        .our-pick-of-top-casino .tab-nav-section .search-form-tab .input-body.sufano {
          width: 100%;
          right: 0px;
          left: auto;
          top: 58px; } }
    .our-pick-of-top-casino .tab-nav-section .search-form-tab .tab-search {
      display: flex;
      align-items: center;
      text-decoration: none;
      position: relative;
      border-radius: 50%; }
      .our-pick-of-top-casino .tab-nav-section .search-form-tab .tab-search i {
        width: 35px;
        background: #f76d6d;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        color: #fff; }
    .our-pick-of-top-casino .tab-nav-section .search-form-tab button {
      background: none;
      border: none; }
    .our-pick-of-top-casino .tab-nav-section .search-form-tab .input-body {
      display: none;
      background: #dcf3ff;
      position: absolute;
      bottom: -62px;
      left: -250px;
      z-index: 999;
      width: 300px;
      padding: 12px; }
      .our-pick-of-top-casino .tab-nav-section .search-form-tab .input-body i {
        color: #24315e;
        font-size: 35px; }
      .our-pick-of-top-casino .tab-nav-section .search-form-tab .input-body input {
        width: 90%;
        border: none;
        border-radius: 0; }
      .our-pick-of-top-casino .tab-nav-section .search-form-tab .input-body.sufano {
        display: flex; }
  .our-pick-of-top-casino #container-with-filter {
    padding-bottom: 0; }
    .our-pick-of-top-casino #container-with-filter ul {
      margin: 22px 0; }
      .our-pick-of-top-casino #container-with-filter ul li {
        text-transform: uppercase;
        font-size: 1.125rem;
        float: left;
        margin-right: 10px;
        margin-bottom: 4px; }
        .our-pick-of-top-casino #container-with-filter ul li span {
          background: #374785;
          padding: 10px;
          font-size: 1rem;
          font-family: Roboto-Regular; }
    .our-pick-of-top-casino #container-with-filter .naseqa:first-child {
      margin-top: 33px; }
    .our-pick-of-top-casino #container-with-filter .naseqa ul {
      margin: 10px; }
      .our-pick-of-top-casino #container-with-filter .naseqa ul li {
        font-size: 10px; }
    .our-pick-of-top-casino #container-with-filter .naseqa button {
      height: 45px;
      margin-top: 0px; }
      @media (max-width: 768px) {
        .our-pick-of-top-casino #container-with-filter .naseqa button {
          height: auto;
          font-size: 1.2857rem;
          font-family: 'Roboto-Bold';
          justify-content: center;
          align-items: center; }
          .our-pick-of-top-casino #container-with-filter .naseqa button i {
            color: #f76d6d; }
          .our-pick-of-top-casino #container-with-filter .naseqa button:hover i {
            color: #ce4d4d; } }
    .our-pick-of-top-casino #container-with-filter .naseqa .runokal {
      margin-bottom: 10px; }
    .our-pick-of-top-casino #container-with-filter h5 {
      font-size: 18px; }
    .our-pick-of-top-casino #container-with-filter .filters p {
      font-size: 1.125rem;
      text-transform: uppercase;
      font-family: 'Roboto-Bold';
      color: #24315e;
      margin-bottom: 6px; }
    .our-pick-of-top-casino #container-with-filter .filters .accordion button i {
      transform: rotate(180deg); }
    .our-pick-of-top-casino #container-with-filter .filters .accordion button.collapsed i {
      transform: rotate(0deg); }
    .our-pick-of-top-casino #container-with-filter .filters .accordion .ceso {
      border: 0; }
      .our-pick-of-top-casino #container-with-filter .filters .accordion .ceso .ceso-header {
        text-decoration: none;
        padding: 0;
        height: 40px;
        font-size: 1.125rem;
        background: #edf9ff;
        border: none;
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
        color: #24315e;
        font-family: 'Roboto-Bold';
        border-bottom: 2px solid #a8d1e7; }
        .our-pick-of-top-casino #container-with-filter .filters .accordion .ceso .ceso-header h2 {
          padding: 0; }
      .our-pick-of-top-casino #container-with-filter .filters .accordion .ceso .najaq {
        background: #edf9ff;
        color: #24315e;
        font-family: 'Roboto-Regular';
        font-size: 1.125rem;
        text-transform: uppercase; }
        .our-pick-of-top-casino #container-with-filter .filters .accordion .ceso .najaq label {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 0; }
          .our-pick-of-top-casino #container-with-filter .filters .accordion .ceso .najaq label input[type=checkbox] {
            position: relative; }
            .our-pick-of-top-casino #container-with-filter .filters .accordion .ceso .najaq label input[type=checkbox]:before {
              content: '';
              width: 18px;
              height: 18px;
              background: #a8d1e7;
              display: block;
              position: absolute;
              border-radius: 5px;
              top: -2px; }
          .our-pick-of-top-casino #container-with-filter .filters .accordion .ceso .najaq label input[type=checkbox]:checked:before {
            content: '\f00c';
            width: 18px;
            height: 18px;
            background: #f76d6d;
            color: #fff;
            display: block;
            position: absolute;
            border-radius: 5px;
            top: -2px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 14px;
            padding-left: 2px; }
    .our-pick-of-top-casino #container-with-filter .sufano-filters {
      display: flex; }
      .our-pick-of-top-casino #container-with-filter .sufano-filters p {
        width: fit-content;
        width: -moz-fit-content;
        float: left;
        padding-bottom: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        margin-right: 15px;
        font-size: 1.125rem; }
      .our-pick-of-top-casino #container-with-filter .sufano-filters ul li {
        background: #f76d6d;
        padding: 5px;
        text-transform: uppercase;
        font-size: 0.875rem; }
      .our-pick-of-top-casino #container-with-filter .sufano-filters .show-filters-btn {
        margin-left: auto;
        display: none; }
        .our-pick-of-top-casino #container-with-filter .sufano-filters .show-filters-btn.show-btn-filter {
          display: flex;
          align-items: center; }
        @media (max-width: 991px) {
          .our-pick-of-top-casino #container-with-filter .sufano-filters .show-filters-btn {
            margin-left: 0; } }
      .our-pick-of-top-casino #container-with-filter .sufano-filters .filters-sidebar-btn {
        color: #f76d6d;
        padding: 5px 15px;
        font-family: 'Roboto-Bold';
        cursor: pointer;
        border: 1px solid #ccc; }
        .our-pick-of-top-casino #container-with-filter .sufano-filters .filters-sidebar-btn img {
          margin-right: 15px; }
        .our-pick-of-top-casino #container-with-filter .sufano-filters .filters-sidebar-btn:hover {
          background: #f76d6d;
          color: #fff; }
    .our-pick-of-top-casino #container-with-filter .my-country-filter p input {
      position: relative;
      margin-right: 15px; }
    .our-pick-of-top-casino #container-with-filter .my-country-filter p input[type=checkbox]:checked:after {
      display: block; }
    .our-pick-of-top-casino #container-with-filter .my-country-filter span {
      width: 20px;
      height: 20px;
      background: #fff;
      position: absolute;
      left: 13px;
      top: 12px;
      border-radius: 2px; }
      .our-pick-of-top-casino #container-with-filter .my-country-filter span i {
        display: none;
        font-size: 26px;
        color: #f76d6d;
        top: -3px;
        position: absolute; }
      .our-pick-of-top-casino #container-with-filter .my-country-filter span.sufano i {
        display: block; }
    .our-pick-of-top-casino #container-with-filter .filters-pay li {
      padding: 5px;
      background: #465484;
      cursor: pointer; }
      .our-pick-of-top-casino #container-with-filter .filters-pay li.sufano {
        background: #5e6fb1;
        padding: 5px;
        cursor: pointer; }
  .our-pick-of-top-casino #why-casino-bloke .rysy .ceso .najaq .rujum ul li {
    font-size: 12px; }
  .our-pick-of-top-casino #pills-morebtns-tab.sufano i {
    transform: rotate(90deg); }
  .our-pick-of-top-casino #pills-morebtns-tab i {
    color: #f76d6d; }
  .our-pick-of-top-casino #pills-more-btns {
    background: #fff; }
    .our-pick-of-top-casino #pills-more-btns ul li {
      float: left;
      padding: 0.85rem 1rem;
      border-bottom: 4px solid transparent;
      height: 75px; }
      .our-pick-of-top-casino #pills-more-btns ul li a {
        color: #24315e;
        font-size: 1.5rem;
        font-family: 'Roboto-Bold';
        text-transform: uppercase;
        display: flex;
        align-items: center;
        text-decoration: none; }
        .our-pick-of-top-casino #pills-more-btns ul li a img {
          margin-right: 15px; }
      .our-pick-of-top-casino #pills-more-btns ul li:hover {
        border-bottom: 4px solid #a8d1e7; }
  .our-pick-of-top-casino .zyxuvo.sufano {
    min-height: 600px; }
  .our-pick-of-top-casino li.clear-all {
    background-color: #ce4d4d !important; }

.how-we-rate {
  color: #24315e; }
  .how-we-rate h3 {
    text-transform: uppercase;
    font-size: 1.875rem;
    font-family: 'Roboto-Regular'; }
  .how-we-rate .how-our-rating-system-works {
    padding-bottom: 15px;
    margin-top: 20px; }
    .how-we-rate .how-our-rating-system-works h1 {
      text-transform: uppercase; }
    .how-we-rate .how-our-rating-system-works .lyfup p {
      background: #edf9ff;
      padding: 15px;
      font-size: 1.125rem;
      color: #24315e; }
      .how-we-rate .how-our-rating-system-works .lyfup p a {
        color: #24315e;
        text-transform: uppercase;
        font-family: 'Roboto-Bold'; }
    @media (max-width: 991px) {
      .how-we-rate .how-our-rating-system-works .lyfup {
        margin-bottom: 10px; } }
    @media (max-width: 768px) {
      .how-we-rate .how-our-rating-system-works img {
        width: 50%; } }
    @media (max-width: 991px) {
      .how-we-rate .how-our-rating-system-works .zoxuneh {
        max-width: 125px;
        margin-bottom: 15px; } }
  .how-we-rate .what-do-we-compare-in-online-casinos h4 {
    text-transform: uppercase;
    color: #a8d1e7; }
  .how-we-rate .what-do-we-compare-in-online-casinos p {
    font-size: 1.125rem; }
  .how-we-rate .what-do-we-compare-in-online-casinos .tooltip .tooltip-inner {
    background-color: #5062ac;
    font-size: 12px;
    border-radius: 0;
    max-width: 100%; }
  .how-we-rate .what-do-we-compare-in-online-casinos .tooltip .arrow::before {
    border-top-color: #5062ac; }
  .how-we-rate .what-do-we-compare-in-online-casinos img {
    width: 82px;
    min-width: 82px;
    max-height: 82px;
    border-radius: 50%; }

.vs-section {
  padding-top: 25px;
  padding-bottom: 30px;
  color: #fff; }
  @media (max-width: 768px) {
    .vs-section {
      position: relative; } }
  .vs-section .center-badge {
    position: absolute;
    border: none;
    left: calc(50% - 33.5px);
    z-index: 99; }
    @media (max-width: 768px) {
      .vs-section .center-badge {
        position: relative;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .vs-section .center-badge {
        position: absolute; } }
  .vs-section h2 {
    font-size: 2.25rem;
    text-transform: uppercase;
    font-family: 'Roboto-Regular'; }
  .vs-section ul {
    padding-left: 15px; }
    .vs-section ul li {
      position: relative;
      font-size: 1.125rem; }
      .vs-section ul li span {
        font-family: 'Roboto-Bold'; }
      .vs-section ul li:before {
        content: '';
        width: 5px;
        height: 5px;
        background: #f7e9a0;
        display: block;
        position: absolute;
        left: -12px;
        top: 9px;
        border-radius: 50%; }
  .vs-section .bg-dark-red {
    height: 100%; }
  .vs-section p {
    font-size: 1.125rem; }
    .vs-section p span {
      color: #f7e9a0; }

.casino-based-on-country-or-region {
  background-color: #4f62ab;
  color: #fff;
  margin-top: -1px; }
  .casino-based-on-country-or-region h2 {
    font-family: 'Roboto-Regular';
    text-transform: uppercase; }
  .casino-based-on-country-or-region p {
    font-size: 1.25rem;
    line-height: 29.7px; }
  .casino-based-on-country-or-region ul {
    padding-left: 25px; }
    .casino-based-on-country-or-region ul li {
      position: relative;
      line-height: 29.7px;
      font-size: 1.25rem; }
      .casino-based-on-country-or-region ul li:before {
        content: '';
        width: 8px;
        height: 8px;
        background: #f7e9a0;
        display: block;
        position: absolute;
        left: -22px;
        top: 9px;
        border-radius: 50%; }
  .casino-based-on-country-or-region .blue-bkg {
    border: 1px solid #4f62ab;
    padding: 16px 0 8px 0px; }
    .casino-based-on-country-or-region .blue-bkg:hover {
      background: #2c3969; }
  .casino-based-on-country-or-region.blacklist {
    background-image: none;
    background-color: #5062ac; }
    .casino-based-on-country-or-region.blacklist .casino-based-on-country-or-region-box h6 {
      font-size: 1.1125rem; }
    .casino-based-on-country-or-region.blacklist .casino-based-on-country-or-region-box p {
      font-size: 1rem;
      line-height: 20px; }
    .casino-based-on-country-or-region.blacklist .casino-based-on-country-or-region-box button {
      width: 200px; }

.online-casino-faq {
  color: #24315e; }
  .online-casino-faq h2 {
    font-family: 'Roboto-Bold';
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .online-casino-faq h2 {
        font-size: 1.8rem; } }
  .online-casino-faq h3 {
    font-size: 2.25rem;
    font-family: 'Roboto-Regular';
    color: #4f62ab; }
  .online-casino-faq h4 {
    font-family: 'Roboto-Regular';
    color: #4f62ab;
    text-transform: uppercase;
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .online-casino-faq h4 {
        font-size: 1.4rem; } }
  .online-casino-faq .accordion h2 {
    font-size: 1.5rem;
    background: #f76d6d;
    padding: 12px;
    color: #fff; }
  .online-casino-faq .accordion .ceso {
    border: 2px solid #edf9ff; }
    .online-casino-faq .accordion .ceso .ceso-header {
      background: #edf9ff;
      border-bottom: none;
      max-height: 47px; }
      .online-casino-faq .accordion .ceso .ceso-header h3 {
        font-size: 1.125rem;
        border: none;
        border-bottom: 2px solid #edf9ff;
        padding-bottom: 10px; }
        .online-casino-faq .accordion .ceso .ceso-header h3 i {
          transform: rotate(-180deg);
          transition: 0.5s; }
      .online-casino-faq .accordion .ceso .ceso-header.collapsed {
        background: #fff; }
        .online-casino-faq .accordion .ceso .ceso-header.collapsed h3 {
          padding-bottom: 0px;
          border-bottom: 2px solid transparent; }
          .online-casino-faq .accordion .ceso .ceso-header.collapsed h3 i {
            transform: rotate(0deg);
            transition: 0.5s; }
        .online-casino-faq .accordion .ceso .ceso-header.collapsed:hover {
          background: #edf9ff; }
      .online-casino-faq .accordion .ceso .ceso-header.show h3 {
        padding-bottom: 0px;
        border-bottom: 2px solid transparent; }
        .online-casino-faq .accordion .ceso .ceso-header.show h3 i {
          transform: rotate(0deg);
          transition: 0.5s; }
    .online-casino-faq .accordion .ceso .najaq p {
      font-size: 1.125rem; }

.related-pages {
  color: #24315e;
  padding-bottom: 50px; }
  .related-pages h2 {
    font-size: 2.25rem;
    margin-bottom: 50px; }
  .related-pages .related-pages-box {
    text-align: center;
    position: relative;
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    background: #fff;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 40px; }
    @media (max-width: 768px) {
      .related-pages .related-pages-box {
        width: 100%;
        margin-bottom: 60px; } }
    .related-pages .related-pages-box h4 {
      text-transform: uppercase; }
    .related-pages .related-pages-box p {
      font-size: 1.125rem; }
    .related-pages .related-pages-box img {
      width: 81px;
      height: 81px;
      border-radius: 50%;
      position: absolute;
      top: -42px;
      left: calc(50% - 35px); }
    .related-pages .related-pages-box a {
      color: #374992;
      text-decoration: none; }
      .related-pages .related-pages-box a:hover {
        color: #24315e; }

.casino-software-main-banner {
  color: #24315e;
  padding: 20px; }
  .casino-software-main-banner a {
    font-size: 1.25rem;
    font-family: 'Roboto-Bold';
    color: #24315e;
    text-decoration: none;
    position: relative; }
    .casino-software-main-banner a i {
      font-size: 35px;
      color: #f7e9a0;
      margin-left: 15px;
      position: absolute;
      top: -8px; }
    .casino-software-main-banner a:hover {
      text-decoration: underline !important; }
  .casino-software-main-banner .banner-offers {
    width: 100%;
    border-bottom: 5px solid #ba3232; }
    .casino-software-main-banner .banner-offers .banner-offers-header {
      background: #ce4d4d;
      color: #fff; }
    .casino-software-main-banner .banner-offers .banner-offers-body {
      background: #f76d6d;
      padding: 22px 16px 2px 22px; }
      .casino-software-main-banner .banner-offers .banner-offers-body ul {
        position: relative;
        background: #ce4d4d;
        border-radius: 5px 5px 5px 5px;
        padding: 15px 25px 15px 35px; }
        .casino-software-main-banner .banner-offers .banner-offers-body ul li {
          font-size: 1.2rem;
          color: #fff;
          position: relative; }
          .casino-software-main-banner .banner-offers .banner-offers-body ul li:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #f7e9a0;
            display: inline-block;
            position: absolute;
            left: -18px;
            top: 9px; }
        .casino-software-main-banner .banner-offers .banner-offers-body ul img {
          position: absolute;
          top: -15px;
          left: -55px;
          width: 135px; }
      .casino-software-main-banner .banner-offers .banner-offers-body p {
        font-size: 1rem;
        color: #fff;
        padding-top: 6px; }
      .casino-software-main-banner .banner-offers .banner-offers-body .cb-logo {
        padding: 8px; }

.list-of-casino-software-providers {
  color: #24315e;
  background: #a8d1e7; }
  .list-of-casino-software-providers .horisontal-box-banking p:last-child {
    line-height: 20px;
    margin-top: -7px; }
  .list-of-casino-software-providers .fujexa .rysy .ganazo {
    min-width: 298px; }
  .list-of-casino-software-providers .software-providers-filters {
    width: 100%;
    background: #24315e;
    color: #fff; }
    .list-of-casino-software-providers .software-providers-filters .sort-buttons button {
      font-size: 1.125rem;
      border: 0;
      text-transform: uppercase;
      color: white;
      background: transparent; }
      .list-of-casino-software-providers .software-providers-filters .sort-buttons button.mixitup-control-active {
        color: #f76d6d; }
    .list-of-casino-software-providers .software-providers-filters .ceso {
      background: #a8d1e7;
      border: none; }
      .list-of-casino-software-providers .software-providers-filters .ceso .ceso-header {
        margin-left: auto;
        width: fit-content;
        width: -moz-fit-content;
        background: #24315e;
        padding: 5px; }
        .list-of-casino-software-providers .software-providers-filters .ceso .ceso-header button {
          color: #fff;
          display: flex;
          align-items: center;
          text-decoration: none; }
          .list-of-casino-software-providers .software-providers-filters .ceso .ceso-header button img {
            margin-right: 15px; }
          .list-of-casino-software-providers .software-providers-filters .ceso .ceso-header button i {
            color: #f76d6d;
            margin-left: 15px;
            transform: rotate(-90deg); }
          .list-of-casino-software-providers .software-providers-filters .ceso .ceso-header button.collapsed i {
            transform: rotate(90deg); }
      .list-of-casino-software-providers .software-providers-filters .ceso .najaq {
        background: #24315e; }
        .list-of-casino-software-providers .software-providers-filters .ceso .najaq p span {
          background: #f76d6d;
          padding: 5px;
          text-transform: uppercase;
          font-size: 0.875rem; }
        .list-of-casino-software-providers .software-providers-filters .ceso .najaq ul li {
          margin-right: 15px;
          font-size: 1.125rem;
          cursor: pointer; }
          .list-of-casino-software-providers .software-providers-filters .ceso .najaq ul li.sufano {
            color: #f76d6d; }
        .list-of-casino-software-providers .software-providers-filters .ceso .najaq .clear-all {
          float: left;
          background: #ce4d4d;
          padding: 4px 7px;
          text-transform: uppercase;
          font-size: 0.875rem;
          margin-right: 10px;
          color: #fff;
          text-decoration: none; }
          .list-of-casino-software-providers .software-providers-filters .ceso .najaq .clear-all i {
            margin-left: 7px; }
    .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso {
      background: #24315e; }
      .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .ceso-header, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .ceso-header {
        width: 100%; }
        .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .ceso-header p, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .ceso-header p {
          width: fit-content;
          width: -moz-fit-content;
          float: left; }
        .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .ceso-header ul li, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .ceso-header ul li {
          float: left; }
          .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .ceso-header ul li a, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .ceso-header ul li a {
            background: #f76d6d;
            padding: 7px 7px;
            text-transform: uppercase;
            font-size: 0.875rem;
            color: #fff;
            font-family: 'Roboto-Regular'; }
            .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .ceso-header ul li a i, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .ceso-header ul li a i {
              margin-left: 10px; }
            .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .ceso-header ul li a:hover, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .ceso-header ul li a:hover {
              background: #ce4d4d;
              text-decoration: none; }
        .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .ceso-header h2 button, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .ceso-header h2 button {
          position: absolute;
          right: 15px; }
      .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .najaq ol, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .najaq ol {
        padding-left: 0;
        margin-bottom: 7px; }
        .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .najaq ol li, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .najaq ol li {
          font-family: 'Roboto-Bold';
          float: left;
          list-style: none;
          margin-bottom: 15px; }
          .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .najaq ol li a, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .najaq ol li a {
            background: #a8d1e7;
            color: #24315e;
            padding: 8px 12px;
            text-transform: uppercase;
            font-size: 0.875rem;
            margin-right: 10px;
            text-decoration: none; }
            .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .najaq ol li a:hover, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .najaq ol li a:hover {
              background: #c6e0ee; }
      .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .top-button-style button, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .top-button-style button {
        font-family: 'Roboto-Bold';
        background: #c6e0ee;
        color: #24315e;
        padding: 3px 12px;
        text-transform: uppercase;
        font-size: 0.875rem;
        margin-right: 10px;
        text-decoration: none;
        border: 0; }
        .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .top-button-style button.mixitup-control-active, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .top-button-style button.mixitup-control-active {
          background: #76b4d5; }
      .list-of-casino-software-providers .software-providers-filters #filter-in-accordion .ceso .software-active-filter button, .list-of-casino-software-providers .software-providers-filters #filterTwo-in-accordion .ceso .software-active-filter button {
        background: #f76d6d;
        padding: 7px 7px;
        text-transform: uppercase;
        font-size: 0.875rem;
        color: #fff;
        border: 0;
        margin-right: 10px;
        margin-bottom: 10px; }

.no-bg-change {
  background: unset; }

.biggest-online-casino-software-developers {
  color: #24315e; }
  @media (max-width: 991px) {
    .biggest-online-casino-software-developers .zoxuneh {
      width: 50%;
      margin-top: 15px;
      margin-bottom: 15px; } }
  .biggest-online-casino-software-developers h2 {
    text-transform: uppercase; }
  .biggest-online-casino-software-developers .table-casinos-header {
    background: #24315e;
    color: #fff; }
    .biggest-online-casino-software-developers .table-casinos-header h3 {
      width: 100%;
      text-transform: uppercase;
      font-family: 'Roboto-Regular';
      text-align: center;
      padding-top: 10px; }
  .biggest-online-casino-software-developers .top-casinos-header {
    height: 34px;
    background: #d1e9f5;
    color: #24315e;
    font-family: 'Roboto-Bold'; }
    .biggest-online-casino-software-developers .top-casinos-header p {
      font-size: 1rem;
      text-align: center;
      padding-top: 5px; }
  .biggest-online-casino-software-developers .top-casinos {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 5px; }
    .biggest-online-casino-software-developers .top-casinos p {
      font-size: 1.125rem;
      text-align: center;
      margin-bottom: 0; }
    .biggest-online-casino-software-developers .top-casinos .best-place-to-play {
      position: relative; }
      .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso {
        border: none;
        border-radius: 5px; }
        .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .ceso-header {
          background: #d1e9f5;
          border: none;
          height: 55px;
          padding: 10px;
          padding-right: 15px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          z-index: 1; }
          .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .ceso-header:hover {
            background: #a8d1e7;
            cursor: pointer; }
          .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .ceso-header img {
            margin-right: 15px; }
          .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .ceso-header p {
            font-size: 1.5rem; }
            @media screen and (max-width: 1200px) and (min-width: 991px) {
              .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .ceso-header p {
                font-size: 1.1rem; } }
        .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso.show .ceso-header i {
          transform: rotate(90deg); }
        .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .dropdown-menu {
          background: #d1e9f5;
          padding: 0;
          z-index: 99;
          width: 100%;
          border: none;
          border-top: 1px solid #c6e0ee;
          border-radius: 0;
          margin-top: 0; }
          .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .dropdown-menu .dropdown-item {
            padding: 0;
            padding: 3px 10px;
            font-size: 1.5rem; }
            @media screen and (max-width: 1200px) and (min-width: 991px) {
              .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .dropdown-menu .dropdown-item {
                font-size: 1.1rem; } }
            .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .dropdown-menu .dropdown-item img {
              margin-right: 15px; }
            .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .dropdown-menu .dropdown-item i {
              float: right;
              margin-top: 14px;
              margin-right: 5px;
              display: none;
              font-size: 18px; }
            .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .dropdown-menu .dropdown-item:hover {
              background: #a8d1e7; }
              .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso .dropdown-menu .dropdown-item:hover i {
                display: block;
                color: #f76d6d; }
      .biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown-toggle:after {
        display: none; }
    .biggest-online-casino-software-developers .top-casinos .first-field p {
      margin: 0 auto;
      width: 45px;
      height: 45px;
      border-radius: 30px;
      line-height: 46px;
      font-size: 24px;
      font-family: 'Roboto-Bold';
      color: #fff;
      background: #5062ac; }
    .biggest-online-casino-software-developers .top-casinos .first-field.first p {
      background: #66e331; }
    .biggest-online-casino-software-developers .top-casinos .first-field.second p {
      background: #b8e413; }
    .biggest-online-casino-software-developers .top-casinos .first-field.third p {
      background: #ff9417; }
    .biggest-online-casino-software-developers .top-casinos .first-field.fourth p {
      background: #ff6204; }
    .biggest-online-casino-software-developers .top-casinos .first-field.fifth p {
      background: #ed2001; }
    .biggest-online-casino-software-developers .top-casinos h4.rating-casono-90 {
      color: #81d955; }

.game-supplies-in-diferent-countries {
  color: #24315e; }
  .game-supplies-in-diferent-countries h2 {
    text-transform: uppercase; }
  .game-supplies-in-diferent-countries h3 {
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    color: #5e6fb1; }
  .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs h2 {
    font-family: 'Roboto-Regular'; }
  .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .nav-tabs {
    display: flex;
    flex-wrap: initial;
    min-width: 100%;
    overflow-x: auto;
    overflow-y: hidden; }
  .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs ::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: #ddd;
    /* or add it to the track */ }
  .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs ::-webkit-scrollbar-thumb {
    width: 60px;
    background: #24315e;
    border-radius: 3px; }
  .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .nav-tabs .nav-item {
    background: #b0cfe0;
    display: flex;
    flex-direction: column;
    width: 14%;
    margin-right: 0.28%;
    padding: 10px;
    text-align: center;
    color: #5e6fb1; }
    @media (max-width: 991px) {
      .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .nav-tabs .nav-item {
        font-size: 10px;
        text-align: center;
        justify-content: center;
        width: fit-content;
        width: -moz-fit-content;
        padding: 5px 40px 10px 40px; } }
    .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .nav-tabs .nav-item:last-child {
      margin-right: 0;
      width: 14.28%; }
      @media (max-width: 768px) {
        .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .nav-tabs .nav-item:last-child {
          padding-right: 20px;
          width: fit-content;
          width: -moz-fit-content; } }
    .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .nav-tabs .nav-item img {
      width: 40px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .nav-tabs .nav-item img {
          width: 30px; } }
    .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .nav-tabs .nav-item.sufano {
      border: none;
      background: #d1e9f5;
      color: #24315e; }
  .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .tab-content .tab-pane {
    background: #d1e9f5;
    padding: 22px; }
    .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .tab-content .tab-pane p {
      line-height: 29.7px;
      align-items: center;
      margin-bottom: 10px;
      position: relative; }
      .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .tab-content .tab-pane p span {
        position: absolute;
        min-width: 20px;
        height: 20px;
        background-size: cover;
        display: inline-block;
        margin-left: -25px;
        margin-top: 5px; }
  .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .tab-content a {
    width: 600px; }
    @media (max-width: 768px) {
      .game-supplies-in-diferent-countries .game-supplies-in-diferent-countries-tabs .tab-content a {
        width: fit-content;
        width: -moz-fit-content; } }
  .game-supplies-in-diferent-countries .game-supplies-tabs .nav-tabs {
    display: flex;
    flex-wrap: initial;
    min-width: 100%;
    overflow-x: auto;
    overflow-y: hidden; }
  .game-supplies-in-diferent-countries .game-supplies-tabs ::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: #ddd;
    /* or add it to the track */ }
  .game-supplies-in-diferent-countries .game-supplies-tabs ::-webkit-scrollbar-thumb {
    width: 60px;
    background: #24315e;
    border-radius: 3px; }
  .game-supplies-in-diferent-countries .game-supplies-tabs .nav-tabs .nav-item {
    background: #b0cfe0;
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-right: 0.34%;
    padding: 10px;
    text-align: center;
    color: #5e6fb1; }
    @media (min-width: 767px) and (max-width: 991px) {
      .game-supplies-in-diferent-countries .game-supplies-tabs .nav-tabs .nav-item {
        width: 25% !important;
        font-size: 10px;
        text-align: center;
        justify-content: center;
        width: fit-content;
        width: -moz-fit-content;
        padding: 5px 40px 10px 40px; } }
    @media (max-width: 767px) {
      .game-supplies-in-diferent-countries .game-supplies-tabs .nav-tabs .nav-item {
        font-size: 10px;
        text-align: center;
        justify-content: center;
        width: fit-content;
        width: -moz-fit-content;
        padding: 5px 40px 10px 40px; } }
    .game-supplies-in-diferent-countries .game-supplies-tabs .nav-tabs .nav-item:last-child {
      margin-right: 0;
      width: 24%; }
      @media (max-width: 768px) {
        .game-supplies-in-diferent-countries .game-supplies-tabs .nav-tabs .nav-item:last-child {
          padding-right: 20px;
          width: fit-content;
          width: -moz-fit-content; } }
    .game-supplies-in-diferent-countries .game-supplies-tabs .nav-tabs .nav-item img {
      margin: 0 auto; }
      @media (max-width: 991px) {
        .game-supplies-in-diferent-countries .game-supplies-tabs .nav-tabs .nav-item img {
          width: 100px; } }
      @media (max-width: 768px) {
        .game-supplies-in-diferent-countries .game-supplies-tabs .nav-tabs .nav-item img {
          width: 100px; } }
    .game-supplies-in-diferent-countries .game-supplies-tabs .nav-tabs .nav-item.sufano {
      border: none;
      background: #d1e9f5;
      color: #24315e; }
  .game-supplies-in-diferent-countries .game-supplies-tabs .tab-content .tab-pane {
    background: #d1e9f5;
    padding: 22px; }
    .game-supplies-in-diferent-countries .game-supplies-tabs .tab-content .tab-pane p {
      line-height: 29.7px;
      align-items: center;
      margin-bottom: 10px;
      position: relative;
      padding-left: 25px; }
      .game-supplies-in-diferent-countries .game-supplies-tabs .tab-content .tab-pane p span {
        position: absolute;
        min-width: 20px;
        height: 20px;
        background-size: cover;
        display: inline-block;
        margin-left: -25px;
        margin-top: 5px; }
    .game-supplies-in-diferent-countries .game-supplies-tabs .tab-content .tab-pane h2 {
      padding-left: 25px; }
    @media (max-width: 768px) {
      .game-supplies-in-diferent-countries .game-supplies-tabs .tab-content .tab-pane p {
        padding-left: unset; }
      .game-supplies-in-diferent-countries .game-supplies-tabs .tab-content .tab-pane h2 {
        padding-left: unset; }
      .game-supplies-in-diferent-countries .game-supplies-tabs .tab-content .tab-pane.main-software-input ul {
        padding-inline-start: unset; } }
  .game-supplies-in-diferent-countries .game-supplies-tabs .tab-content .kygu {
    width: 400px; }
    @media (max-width: 768px) {
      .game-supplies-in-diferent-countries .game-supplies-tabs .tab-content .kygu {
        width: fit-content;
        width: -moz-fit-content;
        margin-bottom: 10px; } }

.choosing-the-best-online-casino-developer {
  color: #fff;
  background: #f76d6d;
  font-family: 'Roboto-Regular'; }
  .choosing-the-best-online-casino-developer h2 {
    text-transform: uppercase; }
  .choosing-the-best-online-casino-developer h3 {
    text-transform: uppercase;
    color: #f7e9a0;
    font-family: 'Roboto-Regular'; }
  .choosing-the-best-online-casino-developer p {
    line-height: 29.7px;
    font-family: 'Roboto-Regular'; }
  .choosing-the-best-online-casino-developer .dark-red-box {
    background: #ce4d4d;
    padding: 15px; }
    .choosing-the-best-online-casino-developer .dark-red-box p {
      font-family: 'Roboto-Regular';
      color: #fff;
      margin-bottom: 10px;
      position: relative;
      padding-left: 30px; }
      .choosing-the-best-online-casino-developer .dark-red-box p:before {
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 3px; }
      .choosing-the-best-online-casino-developer .dark-red-box p a {
        color: #f7e9a0;
        text-decoration: underline;
        font-family: 'Roboto-Bold';
        width: fit-content;
        width: -moz-fit-content;
        min-width: -moz-fit-content; }
        .choosing-the-best-online-casino-developer .dark-red-box p a:hover {
          text-decoration: none;
          color: #ffc107; }
    .choosing-the-best-online-casino-developer .dark-red-box h3 {
      text-align: center; }
  .choosing-the-best-online-casino-developer.jipexy img {
    width: 80%; }

.related-pages-software-main-page {
  background: #e6f6ff;
  color: #24315e; }
  .related-pages-software-main-page .w-20-percent h3 {
    font-size: 1.75rem; }
  @media (max-width: 768px) {
    .related-pages-software-main-page .w-20-percent {
      width: 50%; }
      .related-pages-software-main-page .w-20-percent h3 {
        font-size: 1.25rem; } }
  @media screen and (max-width: 991px) and (min-width: 767px) {
    .related-pages-software-main-page .w-20-percent h3 {
      font-size: 1.05rem; } }
  @media screen and (max-width: 1200px) and (min-width: 991px) {
    .related-pages-software-main-page .w-20-percent h3 {
      font-size: 1.5rem; } }
  .related-pages-software-main-page a {
    text-decoration: none; }
  .related-pages-software-main-page .related-pages-box {
    background: #fff;
    border-top: 5px solid #f76d6d;
    margin-left: 9px;
    margin-right: 9px; }
    .related-pages-software-main-page .related-pages-box img {
      margin: 13px; }
    .related-pages-software-main-page .related-pages-box h3 {
      background: #5062ac;
      color: #fff;
      text-transform: uppercase;
      font-family: 'Roboto-Regular'; }
      @media screen and (max-width: 1200px) and (min-width: 767px) {
        .related-pages-software-main-page .related-pages-box h3 {
          font-size: 1.5rem; } }
    .related-pages-software-main-page .related-pages-box:hover {
      border-top: 5px solid #5062ac;
      transform: scale(1.07);
      box-shadow: 0px 4px 0px 0px #c0d0de; }
      .related-pages-software-main-page .related-pages-box:hover:after {
        position: absolute;
        content: '';
        border-style: solid;
        border-width: 8px 9px 0 9px;
        border-color: #5063ac transparent transparent transparent;
        top: -1px;
        left: calc(50% - 9px); }
      .related-pages-software-main-page .related-pages-box:hover h3 {
        background: #f76d6d;
        position: relative; }
        .related-pages-software-main-page .related-pages-box:hover h3:after {
          position: absolute;
          content: '';
          border-style: solid;
          border-width: 0 9px 8px 9px;
          border-color: transparent transparent #f76d6d transparent;
          top: -7px;
          left: calc(50% - 9px); }

.faq-banner {
  background: #f76d6d;
  color: #fff; }
  .faq-banner h2 {
    color: #f7e9a0; }
  .faq-banner a {
    position: relative;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
    font-family: Roboto-Bold;
    cursor: pointer; }
    .faq-banner a:hover {
      text-decoration: underline !important; }
    .faq-banner a i {
      font-size: 35px;
      color: #f7e9a0;
      margin-left: 15px;
      position: absolute;
      top: -8px; }
  .faq-banner p {
    font-size: 1.25rem; }

.faq-help-center {
  color: #24315e; }
  .faq-help-center h3 {
    font-family: 'Roboto-Regular'; }
  .faq-help-center .nav-help-centar {
    background: #a8d1e7; }
    .faq-help-center .nav-help-centar .question-boxes {
      color: #24315e; }
      @media (max-width: 768px) {
        .faq-help-center .nav-help-centar .question-boxes {
          margin-bottom: 0; } }
      .faq-help-center .nav-help-centar .question-boxes .question-box {
        height: 145px;
        background: #fff;
        padding: 10px; }
        @media (max-width: 768px) {
          .faq-help-center .nav-help-centar .question-boxes .question-box {
            height: 160px;
            padding: 15px 8px !important; } }
        .faq-help-center .nav-help-centar .question-boxes .question-box h3 {
          color: #f76d6d; }
          @media (max-width: 768px) {
            .faq-help-center .nav-help-centar .question-boxes .question-box h3 {
              font-size: 1.5rem; } }
        .faq-help-center .nav-help-centar .question-boxes .question-box i {
          color: #f76d6d;
          position: absolute;
          right: 15px; }
        .faq-help-center .nav-help-centar .question-boxes .question-box p {
          font-size: 1.25rem; }
        .faq-help-center .nav-help-centar .question-boxes .question-box img {
          width: 80px;
          height: 80px;
          border-radius: 50%; }
        .faq-help-center .nav-help-centar .question-boxes .question-box:hover {
          background: #e6f6ff; }
      .faq-help-center .nav-help-centar .question-boxes a {
        text-decoration: none;
        text-transform: none;
        color: #24315e; }

.frequently-asked-questions {
  color: #24315e; }
  .frequently-asked-questions h4 {
    color: #5062ac;
    font-family: 'Roboto-Regular'; }
  .frequently-asked-questions form {
    width: 100%;
    position: relative; }
    @media (max-width: 575px) {
      .frequently-asked-questions form button {
        top: 5px; } }
    .frequently-asked-questions form .form-control {
      width: 100%;
      background: #e6f6ff;
      border: none;
      height: 56px;
      border-radius: 20px; }
      .frequently-asked-questions form .form-control::placeholder {
        color: #a8d1e7; }
    .frequently-asked-questions form button {
      position: absolute;
      right: 10px;
      border: none;
      width: 60px; }
      .frequently-asked-questions form button:hover {
        background: transparent; }

@media (max-width: 575px) {
  .frequently-questions-tab .faq-title-mobile {
    text-align: center; } }

.frequently-questions-tab .tab-nav-section .nav-tabs {
  display: flex;
  flex-wrap: inherit;
  min-width: 100%;
  padding-left: 25px;
  margin-right: 25px; }
  .frequently-questions-tab .tab-nav-section .nav-tabs .nav-item {
    min-width: fit-content;
    min-width: -moz-fit-content; }
    .frequently-questions-tab .tab-nav-section .nav-tabs .nav-item:hover {
      border-bottom: 6px solid #24315e; }
    @media (max-width: 768px) {
      .frequently-questions-tab .tab-nav-section .nav-tabs .nav-item {
        height: 76px;
        display: flex;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px; }
        .frequently-questions-tab .tab-nav-section .nav-tabs .nav-item:after {
          margin-top: 0px; }
        .frequently-questions-tab .tab-nav-section .nav-tabs .nav-item:hover {
          border-bottom: 6px solid #24315e;
          background-color: unset; }
        .frequently-questions-tab .tab-nav-section .nav-tabs .nav-item.nav-link.sufano {
          background-color: #d1e9f5; }
        .frequently-questions-tab .tab-nav-section .nav-tabs .nav-item.nav-link::after {
          top: 33px; } }
  .frequently-questions-tab .tab-nav-section .nav-tabs .nav-link::after {
    top: 30px; }

.frequently-questions-tab .sub-nav a {
  font-size: 1.125rem;
  position: relative;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #374785;
  text-decoration: none; }
  .frequently-questions-tab .sub-nav a:after {
    content: " ";
    width: 2px;
    height: 15px;
    background: #c6e0ee;
    display: block;
    position: absolute;
    top: 12px;
    right: -1px; }
  .frequently-questions-tab .sub-nav a:last-child:after {
    display: none; }

.frequently-questions-tab .ceso button {
  border: none; }
  .frequently-questions-tab .ceso button h3 {
    padding-bottom: 0;
    border-bottom: 0px !important; }
    .frequently-questions-tab .ceso button h3 i {
      height: fit-content;
      height: -moz-fit-content;
      margin-top: 4px; }
    .frequently-questions-tab .ceso button h3 p {
      white-space: nowrap;
      width: fit-content;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0;
      padding-bottom: 0; }

.frequently-questions-tab .test-range {
  width: 0%;
  background: #24315e;
  transition: 1s; }
  .frequently-questions-tab .test-range.width-first-percent {
    width: 14%;
    background: #24315e;
    transition: 1s; }
  .frequently-questions-tab .test-range.width-second-percent {
    width: 25%;
    background: #24315e;
    transition: 1s; }
  .frequently-questions-tab .test-range.width-third-percent {
    width: 39%;
    background: #24315e;
    transition: 1s; }
  .frequently-questions-tab .test-range.width-four-percent {
    width: 53%;
    background: #24315e;
    transition: 1s; }

.cb-game-reviews-main-banner {
  color: #24315e;
  padding: 20px; }
  .cb-game-reviews-main-banner a {
    font-size: 1.25rem;
    font-family: 'Roboto-Bold';
    color: #24315e;
    text-decoration: none;
    position: relative; }
    .cb-game-reviews-main-banner a:hover {
      cursor: pointer;
      text-decoration: underline !important; }
    .cb-game-reviews-main-banner a i {
      font-size: 40px;
      color: #f7e9a0;
      margin-left: 15px;
      position: absolute;
      top: -10px; }
  .cb-game-reviews-main-banner .banner-offers {
    width: 100%;
    border-bottom: 5px solid #ba3232; }
    .cb-game-reviews-main-banner .banner-offers .banner-offers-header {
      background: #ce4d4d;
      color: #fff; }
    .cb-game-reviews-main-banner .banner-offers .banner-offers-body {
      background: #f76d6d;
      padding: 22px 16px 2px 22px; }
      .cb-game-reviews-main-banner .banner-offers .banner-offers-body ul {
        position: relative;
        background: #ce4d4d;
        border-radius: 5px 5px 5px 5px;
        padding: 15px 25px 15px 35px; }
        .cb-game-reviews-main-banner .banner-offers .banner-offers-body ul li {
          font-size: 1.2rem;
          color: #fff;
          position: relative; }
          .cb-game-reviews-main-banner .banner-offers .banner-offers-body ul li:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #f7e9a0;
            display: inline-block;
            position: absolute;
            left: -18px;
            top: 9px; }
        .cb-game-reviews-main-banner .banner-offers .banner-offers-body ul img {
          position: absolute;
          top: -15px;
          left: -55px;
          width: 135px; }
      .cb-game-reviews-main-banner .banner-offers .banner-offers-body p {
        font-size: 1rem;
        color: #fff;
        padding-top: 6px; }
      .cb-game-reviews-main-banner .banner-offers .banner-offers-body .cb-logo {
        padding: 8px; }

.filter-by-letter .nav-pills {
  min-height: 40px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding-left: 15px; }
  .filter-by-letter .nav-pills .nav-item {
    margin-bottom: 0 !important;
    text-align: center; }
    .filter-by-letter .nav-pills .nav-item .nav-link {
      font-size: 1rem;
      padding: 0;
      position: relative;
      padding-right: 16px;
      height: auto;
      border: none;
      color: #24315e; }
      .filter-by-letter .nav-pills .nav-item .nav-link:after {
        content: '';
        width: 2px;
        height: 12px;
        display: block;
        right: 0;
        top: 5px;
        position: absolute;
        background: #a8d1e7; }
        @media (max-width: 992px) {
          .filter-by-letter .nav-pills .nav-item .nav-link:after {
            right: 7px; } }
      .filter-by-letter .nav-pills .nav-item .nav-link.sufano {
        border: none;
        color: #f76d6d;
        background: transparent; }
      .filter-by-letter .nav-pills .nav-item .nav-link:hover {
        border: none; }

.filter-by-letter .tab-content {
  border-radius: 5px; }
  .filter-by-letter .tab-content .tab-pane {
    padding: 15px 15px 5px 15px;
    background: #fff;
    border-radius: 5px; }
    .filter-by-letter .tab-content .tab-pane img {
      width: 100%; }
    .filter-by-letter .tab-content .tab-pane p {
      color: #24315e;
      font-size: 1rem;
      margin-bottom: 0;
      margin-top: 5px; }
    .filter-by-letter .tab-content .tab-pane h3 {
      color: #24315e;
      background: #a8d1e7;
      width: 36px;
      text-align: center;
      border-radius: 5px;
      margin-top: 25px;
      margin-bottom: 25px; }
      @media (max-width: 768px) {
        .filter-by-letter .tab-content .tab-pane h3 {
          width: 100%; } }

@media (max-width: 768px) {
  .filter-by-letter .w-20-percent {
    width: 100%; } }

.online-casinos-games-played-for-real-money {
  color: #24315e;
  font-family: 'Roboto-Regular'; }
  .online-casinos-games-played-for-real-money h3 {
    font-family: 'Roboto-Regular';
    margin-bottom: 0;
    padding-bottom: 0; }
  .online-casinos-games-played-for-real-money .list-online-casinos-games-box {
    background: #fff; }
    .online-casinos-games-played-for-real-money .list-online-casinos-games-box ul {
      width: fit-content;
      width: -moz-fit-content;
      margin: 0 2rem; }
      @media (max-width: 768px) {
        .online-casinos-games-played-for-real-money .list-online-casinos-games-box ul {
          margin-left: 40px; } }
      .online-casinos-games-played-for-real-money .list-online-casinos-games-box ul li a {
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        color: #24315e;
        white-space: nowrap; }
        .online-casinos-games-played-for-real-money .list-online-casinos-games-box ul li a:before {
          content: '';
          width: 20px;
          height: 20px;
          display: inline-block;
          margin-right: 12px; }
        .online-casinos-games-played-for-real-money .list-online-casinos-games-box ul li a:hover {
          color: #5e6fb1; }
      .online-casinos-games-played-for-real-money .list-online-casinos-games-box ul li p {
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        color: #24315e;
        white-space: nowrap;
        margin-top: 0px;
        margin-bottom: 0px; }
        .online-casinos-games-played-for-real-money .list-online-casinos-games-box ul li p:before {
          content: '';
          width: 20px;
          height: 20px;
          display: inline-block;
          margin-right: 12px; }

.most-activities-in-remote-casinos h2 {
  color: #fff; }

.most-activities-in-remote-casinos h3 {
  color: #f7e9a0;
  text-transform: uppercase; }

.most-activities-in-remote-casinos img {
  max-width: 225px; }

.most-activities-in-remote-casinos p {
  color: #fff; }
  .most-activities-in-remote-casinos p span {
    color: #f7e9a0; }
  .most-activities-in-remote-casinos p a {
    color: #f7e9a0; }

.most-activities-in-remote-casinos ul li a {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #f7e9a0; }
  .most-activities-in-remote-casinos ul li a:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 12px; }

.playing-casino-games-on-mobiles-and-tablets {
  background: #a8d1e7;
  color: #24315e; }
  .playing-casino-games-on-mobiles-and-tablets h3 {
    font-family: 'Roboto-Regular'; }
  .playing-casino-games-on-mobiles-and-tablets ul li {
    margin-bottom: 10px;
    font-size: 1.25rem; }
    .playing-casino-games-on-mobiles-and-tablets ul li span {
      display: inline-block;
      background-size: cover;
      width: 35px;
      height: 35px;
      margin-right: 15px;
      color: #fff;
      font-size: 24px;
      text-align: center;
      font-family: 'Roboto-Bold'; }

.guide-banner {
  background: #f76d6d;
  color: #fff; }
  .guide-banner h2 {
    color: #f7e9a0; }
  .guide-banner a {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-size: 1.25rem;
    font-family: Roboto-Bold; }
    .guide-banner a i {
      color: #f7e9a0;
      font-size: 35px;
      margin-left: 15px;
      position: absolute;
      top: -8px; }
    .guide-banner a:hover {
      text-decoration: underline; }
  .guide-banner p {
    font-size: 1.25rem; }

.casino-guides-and-know-how {
  color: #24315e; }
  .casino-guides-and-know-how .casino-guides-box {
    background: #e6f6ff;
    padding: 20px;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .casino-guides-and-know-how .casino-guides-box ul {
        margin-top: 2rem !important; } }
    .casino-guides-and-know-how .casino-guides-box ul li {
      position: relative;
      font-size: 1rem;
      padding-left: 15px;
      text-decoration: underline;
      font-family: 'Roboto-Bold'; }
      .casino-guides-and-know-how .casino-guides-box ul li:before {
        content: '';
        width: 3px;
        height: 3px;
        background: #f76d6d;
        display: inline-block;
        margin-right: 15px;
        position: absolute;
        top: 10px;
        left: 0;
        border-radius: 50%; }
      .casino-guides-and-know-how .casino-guides-box ul li a {
        color: #24315e; }
        .casino-guides-and-know-how .casino-guides-box ul li a:hover {
          color: #5e6fb1; }
    .casino-guides-and-know-how .casino-guides-box h3 {
      color: #5062ac; }
    .casino-guides-and-know-how .casino-guides-box img {
      position: absolute;
      top: 10px;
      right: 27px;
      width: 78px; }
      @media (max-width: 768px) {
        .casino-guides-and-know-how .casino-guides-box img {
          width: 55px; } }

.how-to-play-casinos-safe-online h2 {
  color: #fff; }

.how-to-play-casinos-safe-online .casinos-safe-box {
  background: #fff;
  border: 5px dotted #a8d1e7;
  padding: 25px;
  position: relative;
  color: #24315e; }
  .how-to-play-casinos-safe-online .casinos-safe-box p:first-child {
    width: 80%; }
  .how-to-play-casinos-safe-online .casinos-safe-box img {
    position: absolute;
    top: 10px;
    right: 15px; }
    @media (max-width: 768px) {
      .how-to-play-casinos-safe-online .casinos-safe-box img {
        width: 55px; } }
  .how-to-play-casinos-safe-online .casinos-safe-box ul li {
    position: relative;
    padding-left: 25px;
    font-size: 24px;
    font-family: 'Roboto-Bold'; }
    .how-to-play-casinos-safe-online .casinos-safe-box ul li:before {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 5px;
      left: 0;
      background: red;
      position: absolute;
      display: inline-block;
      top: 12px; }

@media (max-width: 768px) {
  .featured-games-slide .owl-prev {
    left: -25px !important; } }

@media (max-width: 768px) {
  .featured-games-slide .owl-next {
    right: -25px !important; } }

.featured-games-slide h5 {
  font-size: 1.25rem !important; }

.featured-games-slide .powa {
  min-height: 310px;
  -moz-height: 310px; }
  .featured-games-slide .powa .rujum {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .featured-games-slide .powa .rujum .najaq {
      height: fit-content;
      -moz-height: fit-content;
      display: flex;
      flex-direction: column;
      align-items: center; }
  .featured-games-slide .powa .najaq-info {
    display: none; }
  .featured-games-slide .powa a.kygu-success,
  .featured-games-slide .powa button {
    margin-top: auto; }
  .featured-games-slide .powa.sufano .rujum {
    display: none; }
  .featured-games-slide .powa.sufano .najaq-info {
    display: flex; }

.featured-games-slide #owl-demo .jibafe {
  height: fit-content; }
  @media (min-width: 768px) {
    .featured-games-slide #owl-demo .jibafe {
      min-height: 331px;
      -moz-height: 331px; } }
  @media (min-width: 768px) {
    .featured-games-slide #owl-demo .jibafe {
      max-height: 441px;
      -moz-max-height: 441px; } }

.list-of-top-5-casinos h2 img {
  width: 40px;
  margin-right: 15px; }

.list-of-top-5-casinos .country-casinos li {
  font-size: 20px; }

.list-of-top-5-casinos .naseqa {
  position: relative; }
  .list-of-top-5-casinos .naseqa .casino-number {
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: #f76d6d;
    color: #fff;
    text-align: center;
    position: absolute;
    font-size: 1.875rem;
    z-index: 99;
    line-height: 35px; }

.list-of-top-5-casinos .list-of-top-5-casinos-card-round ul li {
  font-size: 16px !important; }

.list-of-top-5-casinos .list-of-top-5-casinos-card-round.wyfef .ganazo {
  min-width: 291px; }

.list-of-top-5-casinos .important-info {
  background: #84bbd8;
  color: #24315e; }
  .list-of-top-5-casinos .important-info img {
    width: auto;
    margin-right: 13px;
    margin-top: -5px; }

.list-of-top-5-casinos .number-flag-shape {
  position: absolute;
  right: 24%; }
  .list-of-top-5-casinos .number-flag-shape .number-flag {
    width: 28px;
    height: 38px;
    box-sizing: content-box;
    position: relative;
    background: #f76d6d;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 73%;
    padding-left: 1px; }
  .list-of-top-5-casinos .number-flag-shape .number-flag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent; }

.best-online-casinos-around-the-world {
  color: #24315e; }
  .best-online-casinos-around-the-world h3 {
    color: #465484;
    font-size: 2.25rem;
    font-family: 'Roboto-Regular'; }
  .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-head {
    border-top: 2px solid #e6f6ff; }
    .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-head h3 {
      color: #f76d6d;
      text-transform: uppercase;
      font-size: 1.875rem;
      position: relative;
      width: fit-content;
      width: -moz-fit-content;
      margin: 0 auto;
      text-align: center; }
      .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-head h3:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #24315e;
        position: absolute;
        top: 16px;
        left: -15px; }
      .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-head h3:after {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #24315e;
        position: absolute;
        top: 16px;
        right: -15px; }
  .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-left {
    background: #e6f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px; }
    @media (max-width: 991px) {
      .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-left {
        padding: 10px; } }
    .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-left img {
      width: 100%; }
      @media (max-width: 991px) {
        .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-left img {
          width: 167px; } }
  .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-right {
    display: flex;
    align-items: center; }
    .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-right img {
      border-radius: 15px;
      margin-bottom: 0; }
    .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-right h1 {
      font-size: 2.5rem;
      color: #f76d6d;
      font-family: 'Roboto-Regular';
      line-height: 25px; }
    .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-right button {
      width: 100%;
      height: 40px; }
    .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-right .br-t {
      border-top: 2px solid #e6f6ff; }
    .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-right p {
      font-size: 1.125rem; }
    .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-right .ganazo {
      padding-top: 16px; }
    .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-right .cont {
      margin-bottom: 0.5rem; }
    .best-online-casinos-around-the-world .best-online-casinos-country-card .best-online-casinos-country-card-body .casinos-country-card-body-right .cont:last-child {
      margin-bottom: 0; }

.casino-sites-in-different-categories .the-best {
  background: #84bbd8;
  position: relative; }
  .casino-sites-in-different-categories .the-best .lyfup img {
    background-color: #ddd;
    height: 100%;
    min-height: 265px;
    max-height: 265px;
    width: 100%; }
  .casino-sites-in-different-categories .the-best .lyfup .title-image {
    background: #24315e;
    color: #fff;
    position: absolute;
    z-index: 9;
    width: calc(100% - 16px);
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0 5px 0; }
    @media (max-width: 768px) {
      .casino-sites-in-different-categories .the-best .lyfup .title-image {
        width: calc(100% - 14px); } }
  .casino-sites-in-different-categories .the-best .lyfup .title-image-top {
    top: 0; }
  .casino-sites-in-different-categories .the-best .lyfup .title-image-bottom {
    bottom: 8px; }
    @media (max-width: 768px) {
      .casino-sites-in-different-categories .the-best .lyfup .title-image-bottom {
        bottom: 7px; } }

.casino-sites-in-different-categories .bonus-offers {
  position: relative;
  padding: 15px; }
  .casino-sites-in-different-categories .bonus-offers img {
    position: absolute;
    top: -65px;
    right: 15px; }
    @media (max-width: 1200px) {
      .casino-sites-in-different-categories .bonus-offers img {
        position: static; } }
  .casino-sites-in-different-categories .bonus-offers .nav-item .blue-border-btn.sufano {
    background: #84bbd8;
    color: #fff; }
  @media (max-width: 768px) {
    .casino-sites-in-different-categories .bonus-offers .nav-item .blue-border-btn {
      font-size: 10px;
      width: 100%;
      margin: 4px; } }
  @media (max-width: 768px) {
    .casino-sites-in-different-categories .bonus-offers .nav-item {
      width: 48%;
      margin-right: 2%; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .casino-sites-in-different-categories .bonus-offers .nav-item .blue-border-btn {
      font-size: 0.8125rem !important; } }

.about-best-casino {
  background: #84bbd8;
  border-top: 5px dashed #fff; }
  .about-best-casino .about-best-casino-header {
    background: #f77544;
    position: relative; }
    .about-best-casino .about-best-casino-header .header-badge {
      position: absolute;
      right: 20px;
      top: 20px; }
      @media (max-width: 767px) {
        .about-best-casino .about-best-casino-header .header-badge {
          position: absolute;
          right: calc(50% - 30px);
          top: -30px;
          width: 60px; } }
  @media (max-width: 768px) {
    .about-best-casino h2 {
      margin-bottom: 40px; } }
  .about-best-casino .about-best-casino-content {
    color: #24315e; }
    .about-best-casino .about-best-casino-content .bg-dark-blue p, .about-best-casino .about-best-casino-content .bkg-blue-info p {
      max-width: 225px;
      padding: 15px; }
      @media (max-width: 768px) {
        .about-best-casino .about-best-casino-content .bg-dark-blue p, .about-best-casino .about-best-casino-content .bkg-blue-info p {
          max-width: 155px; } }
    .about-best-casino .about-best-casino-content .bg-dark-blue .bg-white p, .about-best-casino .about-best-casino-content .bkg-blue-info .bg-white p {
      max-width: 100%;
      padding: 0;
      font-family: 'Roboto-Regular';
      color: #24315e; }
    .about-best-casino .about-best-casino-content .about-best-casino-content-left {
      display: flex;
      flex-direction: column;
      text-transform: uppercase;
      font-family: 'Roboto-Bold'; }
      .about-best-casino .about-best-casino-content .about-best-casino-content-left table td {
        padding-top: 0.7rem;
        padding-bottom: 0; }
      @media (max-width: 768px) {
        .about-best-casino .about-best-casino-content .about-best-casino-content-left p {
          font-size: 0.875rem; } }
      .about-best-casino .about-best-casino-content .about-best-casino-content-left .bg-white {
        display: flex;
        align-items: center;
        width: 59%;
        min-width: 59%;
        padding-left: 15px;
        flex-wrap: wrap; }
        .about-best-casino .about-best-casino-content .about-best-casino-content-left .bg-white a {
          color: #5062ac;
          text-decoration: underline;
          font-size: 20px;
          text-transform: none;
          font-family: 'Roboto-Regular'; }
          @media (max-width: 768px) {
            .about-best-casino .about-best-casino-content .about-best-casino-content-left .bg-white a {
              font-size: 16px; } }
          .about-best-casino .about-best-casino-content .about-best-casino-content-left .bg-white a:hover {
            text-decoration: none; }
      .about-best-casino .about-best-casino-content .about-best-casino-content-left .casino-games-btns a {
        border: 1px solid #84bbd8;
        text-decoration: none;
        padding: 0px 10px;
        margin: 5px 5px 5px 0px;
        border-radius: 25px;
        text-transform: uppercase;
        color: #24315e; }
        .about-best-casino .about-best-casino-content .about-best-casino-content-left .casino-games-btns a:hover {
          background: #84bbd8;
          color: #fff; }
        @media (max-width: 768px) {
          .about-best-casino .about-best-casino-content .about-best-casino-content-left .casino-games-btns a {
            font-size: 0.875rem;
            line-height: 19px; } }
      @media (max-width: 768px) {
        .about-best-casino .about-best-casino-content .about-best-casino-content-left .casino-games-btns span {
          font-size: 0.875rem !important; } }
      .about-best-casino .about-best-casino-content .about-best-casino-content-left .about-best-casino-languages p {
        padding-right: 5px;
        margin-bottom: 0; }
    .about-best-casino .about-best-casino-content .about-best-casino-content-right p {
      margin-bottom: 30px;
      font-size: 1.28rem; }
    .about-best-casino .about-best-casino-content .about-best-casino-content-right button {
      width: 100%;
      height: 50px;
      margin-top: auto; }

.red-content-with-blockquote {
  border-top: 2px solid #ee6666;
  padding-top: 100px; }
  .red-content-with-blockquote .bg-dark-red {
    position: relative;
    padding: 80px 40px 20px 40px;
    font-style: italic;
    font-family: 'Roboto-Bold'; }
    .red-content-with-blockquote .bg-dark-red img {
      position: absolute;
      top: -71px;
      left: calc(50% - 71px); }
    .red-content-with-blockquote .bg-dark-red a {
      width: fit-content;
      max-width: fit-content;
      width: 100%;
      max-width: -moz-fit-content;
      padding: 5px 35px;
      font-style: normal; }
  @media (max-width: 991px) {
    .red-content-with-blockquote {
      position: relative; }
      .red-content-with-blockquote .blockquote-start img {
        position: absolute;
        width: 30px;
        top: 0px;
        left: -30px;
        z-index: 10; }
      .red-content-with-blockquote .blockquote-end img {
        position: absolute;
        width: 30px;
        bottom: 10px;
        right: -30px;
        left: auto;
        top: auto;
        z-index: 10; } }

.your_opinion_matters h3 {
  color: #24315e;
  text-transform: uppercase; }
  .your_opinion_matters h3 span {
    color: #f76d6d; }
    @media (max-width: 768px) {
      .your_opinion_matters h3 span {
        display: block;
        margin-top: 15px; } }

.your_opinion_matters h4 {
  color: #24315e; }

.your_opinion_matters h5 {
  color: #f76d6d;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-family: 'Roboto-Bold'; }
  .your_opinion_matters h5 span {
    color: #24315e; }
    @media (max-width: 768px) {
      .your_opinion_matters h5 span {
        font-size: 1.875rem; } }

.your_opinion_matters .your_opinion_matters-box {
  background: #fff;
  border: 9px solid #92a5f2; }
  .your_opinion_matters .your_opinion_matters-box p {
    font-size: 1.125rem;
    color: #5062ac; }
  .your_opinion_matters .your_opinion_matters-box .rate-box p {
    font-size: 1.125rem; }
  .your_opinion_matters .your_opinion_matters-box .rate-box input {
    width: 162px; }
  .your_opinion_matters .your_opinion_matters-box .rate-box button {
    width: 168px;
    height: 50px; }
  .your_opinion_matters .your_opinion_matters-box .rate-box input[type=range] {
    height: 41px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 160px;
    background: none; }
  .your_opinion_matters .your_opinion_matters-box .rate-box input[type=range]:focus {
    outline: none; }
  .your_opinion_matters .your_opinion_matters-box .rate-box input[type=range]::-webkit-slider-runnable-track {
    width: 160px;
    height: 7px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #a4b4f5;
    border-radius: 5px;
    border: none; }
  .your_opinion_matters .your_opinion_matters-box .rate-box input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000;
    border: 1px solid #000000;
    height: 33px;
    width: 8px;
    border-radius: 6px;
    background: #121212;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13.5px; }
  @media screen and (max-width: 1200px) and (min-width: 991px) {
    .your_opinion_matters .your_opinion_matters-box .form-control-range {
      width: 100%; }
    .your_opinion_matters .your_opinion_matters-box h5 {
      width: 100%; }
    .your_opinion_matters .your_opinion_matters-box button {
      width: 100% !important; } }

.your_opinion_matters #ratePageSliderResult.weke {
  color: #f76d6d !important; }

.blacklist-banner {
  color: #24315e;
  padding-top: 80px; }
  .blacklist-banner h2 {
    color: #f76d6d; }
  .blacklist-banner a {
    color: #24315e;
    font-family: 'Roboto-Bold';
    font-size: 1.25rem;
    position: relative; }
    .blacklist-banner a i {
      font-size: 2rem;
      color: #ce4d4d;
      margin-left: 15px;
      position: absolute; }
    .blacklist-banner a:hover {
      text-decoration: underline; }

.list-of-blacklisted-and-rogue-online-casinos {
  color: #24315e; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .list-of-blacklisted-and-rogue-online-casinos .black-list-casino-header img {
      width: 80px; } }
  .list-of-blacklisted-and-rogue-online-casinos .small-date {
    max-width: 165px;
    margin-left: auto; }
    @media (max-width: 768px) {
      .list-of-blacklisted-and-rogue-online-casinos .small-date {
        margin-left: 0;
        padding: 0px; } }
    .list-of-blacklisted-and-rogue-online-casinos .small-date small {
      line-height: 15px; }
      @media (max-width: 768px) {
        .list-of-blacklisted-and-rogue-online-casinos .small-date small {
          padding: 0px; } }
  .list-of-blacklisted-and-rogue-online-casinos .light-blue-bg {
    background: #edf9ff; }
    .list-of-blacklisted-and-rogue-online-casinos .light-blue-bg h4 {
      font-size: 1.5rem; }
      @media (max-width: 768px) {
        .list-of-blacklisted-and-rogue-online-casinos .light-blue-bg h4 {
          font-size: 1.25rem; } }
    .list-of-blacklisted-and-rogue-online-casinos .light-blue-bg .bg-white {
      padding: 15px;
      width: 65%;
      font-size: 1.2rem; }
    .list-of-blacklisted-and-rogue-online-casinos .light-blue-bg img.alert-sing {
      right: 0;
      top: calc(50% - 25px);
      position: absolute; }
      @media (max-width: 768px) {
        .list-of-blacklisted-and-rogue-online-casinos .light-blue-bg img.alert-sing {
          margin-left: calc(50% - 25px);
          position: relative; } }
  .list-of-blacklisted-and-rogue-online-casinos .light-blue-darker {
    background: #dcf3ff; }
    .list-of-blacklisted-and-rogue-online-casinos .light-blue-darker h4 {
      font-size: 1.5rem; }
      @media (max-width: 768px) {
        .list-of-blacklisted-and-rogue-online-casinos .light-blue-darker h4 {
          font-size: 1.25rem; } }
    .list-of-blacklisted-and-rogue-online-casinos .light-blue-darker .bg-white {
      padding: 15px;
      width: 65%;
      font-size: 1.2rem; }
    .list-of-blacklisted-and-rogue-online-casinos .light-blue-darker img.alert-sing {
      right: 0;
      top: calc(50% - 25px);
      position: absolute; }
      @media (max-width: 768px) {
        .list-of-blacklisted-and-rogue-online-casinos .light-blue-darker img.alert-sing {
          margin-left: calc(50% - 25px);
          position: relative; } }
  .list-of-blacklisted-and-rogue-online-casinos .border-top-dashed {
    border-top: 6px dashed #fff; }
  .list-of-blacklisted-and-rogue-online-casinos .border-bot-dashed {
    border-bottom: 6px dashed #fff; }
  .list-of-blacklisted-and-rogue-online-casinos .blacklisted-casinos h2 img {
    margin-right: 15px;
    width: 82px;
    height: 82px;
    border-radius: 50%; }
    .list-of-blacklisted-and-rogue-online-casinos .blacklisted-casinos h2 img.no-border {
      width: auto;
      height: auto;
      border-radius: 0; }
  .list-of-blacklisted-and-rogue-online-casinos .blacklisted-casinos ul li {
    font-size: 1,25rem;
    font-size: 1.25rem;
    font-family: 'Roboto-Bold'; }
    .list-of-blacklisted-and-rogue-online-casinos .blacklisted-casinos ul li span {
      width: 6px;
      height: 6px;
      background: #f76d6d;
      display: inline-block;
      border-radius: 50%;
      margin-right: 10px; }
  .list-of-blacklisted-and-rogue-online-casinos small {
    line-height: 10px; }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .black-list-casino-header img {
    width: 80px; } }

.most-reputable-safe-online-gambling-jurisdictions {
  color: #24315e; }
  .most-reputable-safe-online-gambling-jurisdictions .light-blue-bg {
    background: #edf9ff; }
    .most-reputable-safe-online-gambling-jurisdictions .light-blue-bg h4 {
      font-size: 1.5rem; }
      @media (max-width: 991px) {
        .most-reputable-safe-online-gambling-jurisdictions .light-blue-bg h4 {
          font-size: 1.25rem; } }
      @media (max-width: 425px) {
        .most-reputable-safe-online-gambling-jurisdictions .light-blue-bg h4 {
          font-size: 1rem; } }
    .most-reputable-safe-online-gambling-jurisdictions .light-blue-bg .bg-white {
      padding: 15px;
      width: 65%;
      font-size: 1.2rem; }
      @media (max-width: 991px) {
        .most-reputable-safe-online-gambling-jurisdictions .light-blue-bg .bg-white {
          width: 68%; }
          .most-reputable-safe-online-gambling-jurisdictions .light-blue-bg .bg-white a {
            font-size: 18px; } }
    .most-reputable-safe-online-gambling-jurisdictions .light-blue-bg img {
      right: 0;
      top: calc(50% - 25px); }
  .most-reputable-safe-online-gambling-jurisdictions .light-blue-darker {
    background: #dcf3ff; }
    .most-reputable-safe-online-gambling-jurisdictions .light-blue-darker h4 {
      font-size: 1.5rem;
      color: #24315e; }
      @media (max-width: 768px) {
        .most-reputable-safe-online-gambling-jurisdictions .light-blue-darker h4 {
          font-size: 1.25rem; } }
    .most-reputable-safe-online-gambling-jurisdictions .light-blue-darker .bg-white {
      padding: 15px;
      width: 65%;
      font-size: 1.2rem;
      color: #24315e; }
    .most-reputable-safe-online-gambling-jurisdictions .light-blue-darker img {
      right: 0;
      top: calc(50% - 25px); }
  .most-reputable-safe-online-gambling-jurisdictions .blacklisted-casinos .dashed-border {
    border-bottom: 2px dashed #a8d1e7; }
  .most-reputable-safe-online-gambling-jurisdictions .blacklisted-casinos h2 img {
    margin-right: 15px; }
  .most-reputable-safe-online-gambling-jurisdictions .blacklisted-casinos ul li {
    font-size: 1.25rem;
    font-size: 1.25rem;
    font-family: 'Roboto-Bold'; }
    @media (max-width: 768px) {
      .most-reputable-safe-online-gambling-jurisdictions .blacklisted-casinos ul li {
        font-size: 1.2rem; } }
    .most-reputable-safe-online-gambling-jurisdictions .blacklisted-casinos ul li span {
      width: 6px;
      height: 6px;
      background: #f76d6d;
      display: inline-block;
      border-radius: 50%;
      margin-right: 10px; }
  @media (max-width: 991px) {
    .most-reputable-safe-online-gambling-jurisdictions .blacklisted-casinos .bet365-btn p {
      font-size: 14px;
      margin-bottom: 0;
      padding-top: 8px; }
    .most-reputable-safe-online-gambling-jurisdictions .blacklisted-casinos .bet365-btn .ceso-header img {
      width: 30px; }
    .most-reputable-safe-online-gambling-jurisdictions .blacklisted-casinos .bet365-btn .dropdown-item {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 14px; }
      .most-reputable-safe-online-gambling-jurisdictions .blacklisted-casinos .bet365-btn .dropdown-item img {
        width: 30px; } }
  .most-reputable-safe-online-gambling-jurisdictions span.position-absolute {
    background: #f76d6d;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 52px;
    font-size: 2.25rem;
    text-align: center; }
    @media (max-width: 768px) {
      .most-reputable-safe-online-gambling-jurisdictions span.position-absolute {
        width: 30px;
        height: 30px;
        font-size: 1.5rem; } }
  @media (max-width: 768px) {
    .most-reputable-safe-online-gambling-jurisdictions span {
      top: -20px;
      left: 0; } }
  .most-reputable-safe-online-gambling-jurisdictions .cb-red-badge {
    position: absolute;
    z-index: 99;
    left: calc(50% - 35px);
    top: calc(50% - 25px); }
  .most-reputable-safe-online-gambling-jurisdictions .image-title {
    position: absolute;
    background: #24315e;
    width: calc(100% - 30px);
    bottom: 0px;
    left: 15px;
    color: #fff;
    text-align: center;
    font-style: 1rem;
    text-transform: uppercase;
    padding: 5px 0; }

.report-casino {
  padding: 85px 0;
  color: #24315e; }
  .report-casino h1 {
    font-size: 4.68rem;
    text-transform: uppercase; }
  .report-casino h3 {
    font-family: 'Roboto-Regular';
    max-width: 820px;
    margin-bottom: 0; }
  .report-casino a {
    border: 3px solid #24315e;
    width: 170px;
    height: 73px;
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #24315e;
    font-family: 'Roboto-Bold';
    text-decoration: none;
    transition: .3s; }
    .report-casino a:hover {
      background: #24315e;
      color: #fff; }
    @media (max-width: 768px) {
      .report-casino a {
        height: 50px; } }
  .report-casino .white-border-line {
    width: 30px;
    height: 15px;
    background: #fff;
    margin: 30px 0; }

.blog-main-header {
  top: 0; }

.blog-main-breadcrumb {
  padding-top: 80px; }

#nav-offers h2, #nav-slot-casinos h2, #nav-explained h2 {
  display: flex;
  align-items: center; }
  #nav-offers h2 img, #nav-slot-casinos h2 img, #nav-explained h2 img {
    width: 40px;
    margin-right: 15px; }

#nav-offers p, #nav-slot-casinos p, #nav-explained p {
  font-size: 1.25rem; }

#nav-offers .country-casinos, #nav-slot-casinos .country-casinos, #nav-explained .country-casinos {
  font-size: 1.25rem; }

#nav-offers #filters-in-tab, #nav-slot-casinos #filters-in-tab, #nav-explained #filters-in-tab {
  padding: 10px 0 30px 0;
  color: #fff; }
  #nav-offers #filters-in-tab ul, #nav-slot-casinos #filters-in-tab ul, #nav-explained #filters-in-tab ul {
    margin: 22px 0; }
    #nav-offers #filters-in-tab ul li, #nav-slot-casinos #filters-in-tab ul li, #nav-explained #filters-in-tab ul li {
      text-transform: uppercase;
      font-size: 1.125rem;
      float: left;
      margin-right: 10px;
      margin-bottom: 4px;
      cursor: pointer; }
      #nav-offers #filters-in-tab ul li span, #nav-slot-casinos #filters-in-tab ul li span, #nav-explained #filters-in-tab ul li span {
        background: #374785;
        padding: 10px; }
  #nav-offers #filters-in-tab .naseqa:first-child, #nav-slot-casinos #filters-in-tab .naseqa:first-child, #nav-explained #filters-in-tab .naseqa:first-child {
    margin-top: 33px; }
  #nav-offers #filters-in-tab .naseqa ul, #nav-slot-casinos #filters-in-tab .naseqa ul, #nav-explained #filters-in-tab .naseqa ul {
    margin: 10px; }
    #nav-offers #filters-in-tab .naseqa ul li, #nav-slot-casinos #filters-in-tab .naseqa ul li, #nav-explained #filters-in-tab .naseqa ul li {
      font-size: 10px; }
  #nav-offers #filters-in-tab .naseqa button, #nav-slot-casinos #filters-in-tab .naseqa button, #nav-explained #filters-in-tab .naseqa button {
    height: 45px;
    margin-top: 0px; }
    @media (max-width: 768px) {
      #nav-offers #filters-in-tab .naseqa button, #nav-slot-casinos #filters-in-tab .naseqa button, #nav-explained #filters-in-tab .naseqa button {
        height: auto;
        font-size: 1.2857rem;
        font-family: 'Roboto-Bold';
        justify-content: center;
        align-items: center; }
        #nav-offers #filters-in-tab .naseqa button i, #nav-slot-casinos #filters-in-tab .naseqa button i, #nav-explained #filters-in-tab .naseqa button i {
          color: #f76d6d; }
        #nav-offers #filters-in-tab .naseqa button:hover i, #nav-slot-casinos #filters-in-tab .naseqa button:hover i, #nav-explained #filters-in-tab .naseqa button:hover i {
          color: #ce4d4d; } }
  #nav-offers #filters-in-tab .naseqa .runokal, #nav-slot-casinos #filters-in-tab .naseqa .runokal, #nav-explained #filters-in-tab .naseqa .runokal {
    margin-bottom: 10px; }
  #nav-offers #filters-in-tab h5, #nav-slot-casinos #filters-in-tab h5, #nav-explained #filters-in-tab h5 {
    font-size: 18px; }
  #nav-offers #filters-in-tab .filters p, #nav-slot-casinos #filters-in-tab .filters p, #nav-explained #filters-in-tab .filters p {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    color: #24315e;
    margin-bottom: 6px; }
  #nav-offers #filters-in-tab .filters .accordion .ceso, #nav-slot-casinos #filters-in-tab .filters .accordion .ceso, #nav-explained #filters-in-tab .filters .accordion .ceso {
    border: 0; }
    #nav-offers #filters-in-tab .filters .accordion .ceso .ceso-header, #nav-slot-casinos #filters-in-tab .filters .accordion .ceso .ceso-header, #nav-explained #filters-in-tab .filters .accordion .ceso .ceso-header {
      text-decoration: none;
      padding: 0;
      height: 40px;
      font-size: 1.125rem;
      background: #edf9ff;
      border: none;
      border-radius: 0;
      padding-left: 15px;
      padding-right: 15px;
      color: #24315e;
      font-family: 'Roboto-Bold';
      border-bottom: 2px solid #a8d1e7; }
      #nav-offers #filters-in-tab .filters .accordion .ceso .ceso-header h2, #nav-slot-casinos #filters-in-tab .filters .accordion .ceso .ceso-header h2, #nav-explained #filters-in-tab .filters .accordion .ceso .ceso-header h2 {
        padding: 0; }
    #nav-offers #filters-in-tab .filters .accordion .ceso .najaq, #nav-slot-casinos #filters-in-tab .filters .accordion .ceso .najaq, #nav-explained #filters-in-tab .filters .accordion .ceso .najaq {
      background: #edf9ff;
      color: #24315e;
      font-family: 'Roboto-Regular';
      font-size: 1.125rem;
      text-transform: uppercase; }
      #nav-offers #filters-in-tab .filters .accordion .ceso .najaq label, #nav-slot-casinos #filters-in-tab .filters .accordion .ceso .najaq label, #nav-explained #filters-in-tab .filters .accordion .ceso .najaq label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0; }
        #nav-offers #filters-in-tab .filters .accordion .ceso .najaq label input[type=checkbox], #nav-slot-casinos #filters-in-tab .filters .accordion .ceso .najaq label input[type=checkbox], #nav-explained #filters-in-tab .filters .accordion .ceso .najaq label input[type=checkbox] {
          position: relative; }
          #nav-offers #filters-in-tab .filters .accordion .ceso .najaq label input[type=checkbox]:before, #nav-slot-casinos #filters-in-tab .filters .accordion .ceso .najaq label input[type=checkbox]:before, #nav-explained #filters-in-tab .filters .accordion .ceso .najaq label input[type=checkbox]:before {
            content: '';
            width: 18px;
            height: 18px;
            background: #a8d1e7;
            display: block;
            position: absolute;
            border-radius: 5px;
            top: -2px; }
        #nav-offers #filters-in-tab .filters .accordion .ceso .najaq label input[type=checkbox]:checked:before, #nav-slot-casinos #filters-in-tab .filters .accordion .ceso .najaq label input[type=checkbox]:checked:before, #nav-explained #filters-in-tab .filters .accordion .ceso .najaq label input[type=checkbox]:checked:before {
          content: '\f00c';
          width: 18px;
          height: 18px;
          background: #f76d6d;
          color: #fff;
          display: block;
          position: absolute;
          border-radius: 5px;
          top: -2px;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 14px;
          padding-left: 2px; }
  #nav-offers #filters-in-tab .sufano-filters, #nav-slot-casinos #filters-in-tab .sufano-filters, #nav-explained #filters-in-tab .sufano-filters {
    display: flex; }
    #nav-offers #filters-in-tab .sufano-filters p, #nav-slot-casinos #filters-in-tab .sufano-filters p, #nav-explained #filters-in-tab .sufano-filters p {
      width: fit-content;
      width: -moz-fit-content;
      float: left;
      padding-bottom: 0;
      margin-bottom: 0;
      text-transform: uppercase;
      margin-right: 15px;
      font-size: 1.125rem; }
    #nav-offers #filters-in-tab .sufano-filters ul li, #nav-slot-casinos #filters-in-tab .sufano-filters ul li, #nav-explained #filters-in-tab .sufano-filters ul li {
      background: #f76d6d;
      padding: 5px;
      text-transform: uppercase;
      font-size: 0.875rem; }
      #nav-offers #filters-in-tab .sufano-filters ul li.clear-all, #nav-slot-casinos #filters-in-tab .sufano-filters ul li.clear-all, #nav-explained #filters-in-tab .sufano-filters ul li.clear-all {
        background: #ce4d4d; }
    #nav-offers #filters-in-tab .sufano-filters .clear-all, #nav-slot-casinos #filters-in-tab .sufano-filters .clear-all, #nav-explained #filters-in-tab .sufano-filters .clear-all {
      background: #ce4d4d; }
    #nav-offers #filters-in-tab .sufano-filters .show-filters-btn, #nav-slot-casinos #filters-in-tab .sufano-filters .show-filters-btn, #nav-explained #filters-in-tab .sufano-filters .show-filters-btn {
      margin-left: auto;
      display: none; }
      #nav-offers #filters-in-tab .sufano-filters .show-filters-btn.show-btn-filter, #nav-slot-casinos #filters-in-tab .sufano-filters .show-filters-btn.show-btn-filter, #nav-explained #filters-in-tab .sufano-filters .show-filters-btn.show-btn-filter {
        display: flex;
        align-items: center; }
        @media (max-width: 991px) {
          #nav-offers #filters-in-tab .sufano-filters .show-filters-btn.show-btn-filter, #nav-slot-casinos #filters-in-tab .sufano-filters .show-filters-btn.show-btn-filter, #nav-explained #filters-in-tab .sufano-filters .show-filters-btn.show-btn-filter {
            display: flex;
            align-items: center; } }
      @media (max-width: 991px) {
        #nav-offers #filters-in-tab .sufano-filters .show-filters-btn, #nav-slot-casinos #filters-in-tab .sufano-filters .show-filters-btn, #nav-explained #filters-in-tab .sufano-filters .show-filters-btn {
          margin-left: 0; } }
    #nav-offers #filters-in-tab .sufano-filters .filters-sidebar-btn, #nav-slot-casinos #filters-in-tab .sufano-filters .filters-sidebar-btn, #nav-explained #filters-in-tab .sufano-filters .filters-sidebar-btn {
      color: #f76d6d;
      padding: 5px 15px;
      font-family: 'Roboto-Bold';
      cursor: pointer;
      border: 1px solid #ccc; }
      #nav-offers #filters-in-tab .sufano-filters .filters-sidebar-btn img, #nav-slot-casinos #filters-in-tab .sufano-filters .filters-sidebar-btn img, #nav-explained #filters-in-tab .sufano-filters .filters-sidebar-btn img {
        margin-right: 15px; }
      #nav-offers #filters-in-tab .sufano-filters .filters-sidebar-btn:hover, #nav-slot-casinos #filters-in-tab .sufano-filters .filters-sidebar-btn:hover, #nav-explained #filters-in-tab .sufano-filters .filters-sidebar-btn:hover {
        background: #f76d6d;
        color: #fff; }
  #nav-offers #filters-in-tab .my-country-filter, #nav-slot-casinos #filters-in-tab .my-country-filter, #nav-explained #filters-in-tab .my-country-filter {
    background: #24315e;
    width: 90%; }
    #nav-offers #filters-in-tab .my-country-filter p input, #nav-slot-casinos #filters-in-tab .my-country-filter p input, #nav-explained #filters-in-tab .my-country-filter p input {
      position: relative;
      margin-right: 15px; }
    #nav-offers #filters-in-tab .my-country-filter p input[type=checkbox]:checked:after, #nav-slot-casinos #filters-in-tab .my-country-filter p input[type=checkbox]:checked:after, #nav-explained #filters-in-tab .my-country-filter p input[type=checkbox]:checked:after {
      display: block; }
    #nav-offers #filters-in-tab .my-country-filter span, #nav-slot-casinos #filters-in-tab .my-country-filter span, #nav-explained #filters-in-tab .my-country-filter span {
      width: 20px;
      height: 20px;
      background: #fff;
      position: absolute;
      left: 13px;
      top: 12px;
      border-radius: 2px; }
      @media (max-width: 600px) {
        #nav-offers #filters-in-tab .my-country-filter span, #nav-slot-casinos #filters-in-tab .my-country-filter span, #nav-explained #filters-in-tab .my-country-filter span {
          top: 10px; } }
      #nav-offers #filters-in-tab .my-country-filter span i, #nav-slot-casinos #filters-in-tab .my-country-filter span i, #nav-explained #filters-in-tab .my-country-filter span i {
        display: none;
        font-size: 26px;
        color: #f76d6d;
        top: -3px;
        position: absolute; }
      #nav-offers #filters-in-tab .my-country-filter span.sufano i, #nav-slot-casinos #filters-in-tab .my-country-filter span.sufano i, #nav-explained #filters-in-tab .my-country-filter span.sufano i {
        display: block; }
  #nav-offers #filters-in-tab .filters-pay li, #nav-slot-casinos #filters-in-tab .filters-pay li, #nav-explained #filters-in-tab .filters-pay li {
    padding: 5px;
    background: #465484;
    cursor: pointer; }
    #nav-offers #filters-in-tab .filters-pay li.sufano, #nav-slot-casinos #filters-in-tab .filters-pay li.sufano, #nav-explained #filters-in-tab .filters-pay li.sufano {
      background: #5e6fb1;
      padding: 5px;
      cursor: pointer; }

#nav-offers .matc-bonus, #nav-slot-casinos .matc-bonus, #nav-explained .matc-bonus {
  background: #e6f6ff;
  border: 2px dashed #c6e0ee; }
  #nav-offers .matc-bonus h3, #nav-slot-casinos .matc-bonus h3, #nav-explained .matc-bonus h3 {
    color: #f76d6d; }
  #nav-offers .matc-bonus small, #nav-slot-casinos .matc-bonus small, #nav-explained .matc-bonus small {
    color: #24315e;
    font-family: 'Roboto-Bold'; }

#nav-offers #why-casino-bloke .ceso, #nav-slot-casinos #why-casino-bloke .ceso, #nav-explained #why-casino-bloke .ceso {
  width: 100%; }
  #nav-offers #why-casino-bloke .ceso.sufano .najaq, #nav-slot-casinos #why-casino-bloke .ceso.sufano .najaq, #nav-explained #why-casino-bloke .ceso.sufano .najaq {
    background: #edf9ff;
    padding: 15px; }

#nav-offers #why-casino-bloke .rujum h6, #nav-slot-casinos #why-casino-bloke .rujum h6, #nav-explained #why-casino-bloke .rujum h6 {
  font-family: 'Roboto-Bold'; }

#nav-offers #why-casino-bloke .rujum p, #nav-slot-casinos #why-casino-bloke .rujum p, #nav-explained #why-casino-bloke .rujum p {
  font-size: 10px;
  line-height: 15px; }

#nav-offers #why-casino-bloke .najaq-info p, #nav-slot-casinos #why-casino-bloke .najaq-info p, #nav-explained #why-casino-bloke .najaq-info p {
  font-size: 1.125rem;
  line-height: 10px; }
  #nav-offers #why-casino-bloke .najaq-info p span, #nav-slot-casinos #why-casino-bloke .najaq-info p span, #nav-explained #why-casino-bloke .najaq-info p span {
    font-family: 'Roboto-Bold'; }

.specific-payment-mmethods {
  color: #24315e; }
  .specific-payment-mmethods .bg-white {
    border: 2px dashed #a8d1e7;
    padding: 5px 60px; }
    .specific-payment-mmethods .bg-white h4 {
      font-size: 25px;
      color: #f76d6d;
      margin-bottom: 0;
      text-transform: uppercase;
      line-height: 25px; }
  .specific-payment-mmethods button {
    height: 50px; }

.including_crypto .bg-white {
  border: 2px dashed #a8d1e7; }
  @media (max-width: 768px) {
    .including_crypto .bg-white {
      padding: 15px; } }
  .including_crypto .bg-white h4 {
    color: #f76d6d;
    font-size: 1.5rem;
    line-height: 20px; }
  .including_crypto .bg-white ul li {
    position: relative; }
    .including_crypto .bg-white ul li:before {
      content: '';
      width: 4px;
      height: 4px;
      background: #f76d6d;
      display: inline-block;
      position: absolute;
      left: -10px;
      top: 10px; }

.including_crypto .title-image-bottom {
  background: #24315e;
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    .including_crypto .title-image-bottom {
      width: 100%; } }

.good-vs-bad .gray-dark {
  background: #d3e8f4; }
  .good-vs-bad .gray-dark > div {
    border-right: 3px solid #eef9ff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff; }
    .good-vs-bad .gray-dark > div:last-child {
      border-right: none; }
    @media (max-width: 768px) {
      .good-vs-bad .gray-dark > div {
        border-right: 0;
        text-align: center; } }

.good-vs-bad .gray-light {
  background: #eef9ff; }
  .good-vs-bad .gray-light > div {
    border-right: 3px solid #d3e8f4; }
    .good-vs-bad .gray-light > div:last-child {
      border-right: none; }
    @media (max-width: 768px) {
      .good-vs-bad .gray-light > div {
        border-right: 0;
        border-top: 3px solid #d3e8f4;
        border-bottom: 3px solid #d3e8f4; } }

.good-vs-bad h3 {
  background: #24315e;
  color: #fff;
  font-family: 'Roboto-Regular'; }

.good-vs-bad .list-of-casinos {
  text-transform: uppercase;
  color: #24315e; }
  .good-vs-bad .list-of-casinos .list-of-casinos-header {
    background: #d3e8f4;
    font-family: 'Roboto-Bold';
    text-align: center;
    border: none;
    font-size: 1.125rem; }
    @media (max-width: 991px) {
      .good-vs-bad .list-of-casinos .list-of-casinos-header {
        font-size: 0.75rem; } }
  .good-vs-bad .list-of-casinos .list-of-casinos-body > div {
    text-align: center;
    font-size: 1.375rem;
    min-height: 130px; }
    .good-vs-bad .list-of-casinos .list-of-casinos-body > div p {
      line-height: 20px;
      margin-bottom: 0; }
    .good-vs-bad .list-of-casinos .list-of-casinos-body > div small {
      font-size: 0.75rem; }
    .good-vs-bad .list-of-casinos .list-of-casinos-body > div div img {
      margin-top: -6px;
      margin-left: -40px; }
    .good-vs-bad .list-of-casinos .list-of-casinos-body > div div p {
      font-size: 3rem;
      color: #f76d6d;
      font-family: 'Roboto-Bold';
      position: relative;
      width: fit-content;
      width: -moz-fit-content;
      margin: 0; }
      .good-vs-bad .list-of-casinos .list-of-casinos-body > div div p span {
        font-size: 1.375rem;
        color: #24315e;
        position: absolute;
        right: -30px;
        bottom: -5px; }
  @media (max-width: 768px) {
    .good-vs-bad .list-of-casinos .list-of-casinos-body p {
      width: 100%;
      font-size: 0.875rem; }
    .good-vs-bad .list-of-casinos .list-of-casinos-body button {
      font-size: 0.875rem; }
    .good-vs-bad .list-of-casinos .list-of-casinos-body a img {
      width: 80px; } }

.casino-bonus-calculator {
  background: #fff;
  border-top: 9px solid #a8d1e7;
  color: #24315e; }
  .casino-bonus-calculator p {
    font-size: 1.25rem;
    position: relative; }
    .casino-bonus-calculator p i {
      position: absolute;
      right: 0;
      top: 5px; }
  .casino-bonus-calculator h3 i {
    position: static; }
  .casino-bonus-calculator .select-value .dropdown-img i {
    position: absolute;
    top: 0;
    right: 20px;
    border-left: 2px solid #a8d1e7;
    height: 100%;
    width: 35px;
    color: #a8d1e7;
    display: flex;
    align-items: center;
    justify-content: center; }
  .casino-bonus-calculator .select-value .input-img {
    z-index: 99; }
    .casino-bonus-calculator .select-value .input-img i {
      position: absolute;
      top: 2px;
      right: 19px;
      border-left: 2px solid #a8d1e7;
      height: 93%;
      width: 35px;
      color: #a8d1e7;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff; }
  .casino-bonus-calculator .select-value .bootstrap-select {
    width: 100% !important;
    position: relative;
    margin-right: 15px; }
    .casino-bonus-calculator .select-value .bootstrap-select button {
      height: 65px;
      border-radius: none;
      border: 2px solid #a8d1e7;
      background: transparent;
      border-radius: 0;
      font-family: 'Roboto-Regular';
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .casino-bonus-calculator .select-value .bootstrap-select button:focus {
        outline: none !important;
        box-shadow: none; }
      .casino-bonus-calculator .select-value .bootstrap-select button .filter-option {
        display: flex;
        align-items: center;
        height: 60px;
        width: auto; }
    .casino-bonus-calculator .select-value .bootstrap-select .dropdown-menu {
      border: 1px solid #a8d1e7;
      border-top: 0;
      background: #fff;
      padding: 0;
      border-radius: 0;
      margin-top: 0;
      width: auto; }
      .casino-bonus-calculator .select-value .bootstrap-select .dropdown-menu a {
        color: #24315e;
        text-transform: uppercase;
        font-size: 1rem;
        border-bottom: none; }
        .casino-bonus-calculator .select-value .bootstrap-select .dropdown-menu a.sufano {
          background: #edf9ff; }
        .casino-bonus-calculator .select-value .bootstrap-select .dropdown-menu a:active {
          background: #edf9ff; }
  .casino-bonus-calculator .select-value label {
    display: block;
    width: fit-content;
    width: -moz-fit-content; }
  .casino-bonus-calculator .select-value input {
    height: 65px;
    border: 2px solid #a8d1e7;
    font-size: 1.5rem;
    margin-right: 15px;
    width: 100%;
    padding-left: 15px; }
  .casino-bonus-calculator .select-value input[type="number"]::-webkit-outer-spin-button,
  .casino-bonus-calculator .select-value input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .casino-bonus-calculator .select-value .runokal {
    color: #fff;
    height: 65px;
    padding: 5px 56px;
    border-radius: 31px;
    font-size: 1.5rem;
    position: relative; }
    .casino-bonus-calculator .select-value .runokal i {
      margin-right: 5px;
      color: #fff;
      left: 35px;
      top: 20px;
      right: auto; }
      @media (max-width: 576px) {
        .casino-bonus-calculator .select-value .runokal i {
          top: 25px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .casino-bonus-calculator .select-value .runokal {
        padding: 5px 47px; }
        .casino-bonus-calculator .select-value .runokal i {
          left: 25px; } }
  .casino-bonus-calculator .pay-boxes p {
    font-size: 1.4rem; }
  .casino-bonus-calculator .pay-boxes h2 {
    font-size: 3.73rem;
    margin-bottom: 0; }
  .casino-bonus-calculator #depositAmount {
    position: relative; }
  .casino-bonus-calculator .qty {
    width: 40px;
    height: 25px;
    text-align: left;
    padding-left: 15px; }
  .casino-bonus-calculator i {
    position: absolute;
    right: 17px;
    color: #a8d1e7; }
  .casino-bonus-calculator .qtyplus {
    top: 2px;
    background: #fff;
    width: 35px;
    height: 31px;
    padding-top: 13px;
    border-left: 2px solid #a8d1e7;
    text-align: center;
    cursor: pointer; }
  .casino-bonus-calculator .qtyminus {
    padding-top: 5px;
    bottom: 2px;
    background: #fff;
    width: 35px;
    height: 31px;
    text-align: center;
    border-left: 2px solid #a8d1e7; }
  .casino-bonus-calculator .multiple {
    display: flex;
    align-items: center;
    height: 65px;
    margin-left: 13px; }
    .casino-bonus-calculator .multiple p {
      padding: 0;
      margin: 0; }

.cb-casino-reviews-single-banner {
  color: #24315e;
  padding: 20px; }
  .cb-casino-reviews-single-banner a {
    font-size: 1.25rem;
    font-family: 'Roboto-Bold';
    color: #24315e;
    text-decoration: none;
    position: relative; }
    .cb-casino-reviews-single-banner a i {
      font-size: 35px;
      color: #f76d6d;
      margin-left: 15px;
      position: absolute;
      top: -8px; }
    .cb-casino-reviews-single-banner a:hover {
      cursor: pointer;
      text-decoration: underline !important; }
  .cb-casino-reviews-single-banner .banner-offers {
    width: 100%;
    border-bottom: 5px solid #ba3232; }
    .cb-casino-reviews-single-banner .banner-offers .banner-offers-header {
      background: #ce4d4d;
      color: #fff; }
    .cb-casino-reviews-single-banner .banner-offers .banner-offers-body {
      background: #f76d6d;
      padding: 22px 16px 2px 22px; }
      .cb-casino-reviews-single-banner .banner-offers .banner-offers-body ul {
        position: relative;
        background: #ce4d4d;
        border-radius: 5px 5px 5px 5px;
        padding: 15px 25px 15px 35px; }
        .cb-casino-reviews-single-banner .banner-offers .banner-offers-body ul li {
          font-size: 1.2rem;
          color: #fff;
          position: relative; }
          .cb-casino-reviews-single-banner .banner-offers .banner-offers-body ul li:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #f7e9a0;
            display: inline-block;
            position: absolute;
            left: -18px;
            top: 9px; }
        .cb-casino-reviews-single-banner .banner-offers .banner-offers-body ul img {
          position: absolute;
          top: -15px;
          left: -55px;
          width: 135px; }
      .cb-casino-reviews-single-banner .banner-offers .banner-offers-body p {
        font-size: 1rem;
        color: #fff;
        padding-top: 6px; }
      .cb-casino-reviews-single-banner .banner-offers .banner-offers-body .cb-logo {
        padding: 8px; }
        
.best-new-video-slots {
  overflow: hidden; }
  .best-new-video-slots .xypym .col-md-2:first-child p:nth-child(1n+0):before {
    content: '';
    width: 100vw;
    height: 60px;
    display: block;
    left: -100vw;
    position: absolute;
    background: #d3e8f4; }
    @media only screen and (max-width: 768px) {
      .best-new-video-slots .xypym .col-md-2:first-child p:nth-child(1n+0):before {
        display: none; } }
  .best-new-video-slots .xypym .col-md-2:first-child p:nth-child(2n+0):before {
    content: '';
    width: 100vw;
    height: 60px;
    display: block;
    left: -100vw;
    position: absolute;
    background: #eef9ff; }
    @media only screen and (max-width: 768px) {
      .best-new-video-slots .xypym .col-md-2:first-child p:nth-child(2n+0):before {
        display: none; } }
  .best-new-video-slots .xypym .col-md-2:last-child p:nth-child(1n+0):before {
    content: '';
    width: 100vw;
    height: 60px;
    display: block;
    right: -100vw;
    position: absolute;
    background: #d3e8f4; }
    @media only screen and (max-width: 768px) {
      .best-new-video-slots .xypym .col-md-2:last-child p:nth-child(1n+0):before {
        display: none; } }
  .best-new-video-slots .xypym .col-md-2:last-child p:nth-child(2n+0):before {
    content: '';
    width: 100vw;
    height: 60px;
    display: block;
    right: -100vw;
    position: absolute;
    background: #eef9ff; }
    @media only screen and (max-width: 768px) {
      .best-new-video-slots .xypym .col-md-2:last-child p:nth-child(2n+0):before {
        display: none; } }
  .best-new-video-slots .best-new-video-slots-table .bold-title p {
    font-family: 'Roboto-Bold'; }
  .best-new-video-slots .best-new-video-slots-table p {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-family: 'Roboto-Regular'; }
    .best-new-video-slots .best-new-video-slots-table p a {
      color: #5062ac;
      line-height: 22px;
      text-decoration: underline; }
      .best-new-video-slots .best-new-video-slots-table p a:hover {
        text-decoration: none; }
  .best-new-video-slots .best-new-video-slots-table .lyfup > div p {
    margin-bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media (max-width: 1024px) {
      .best-new-video-slots .best-new-video-slots-table .lyfup > div p {
        font-size: 0.875rem; } }
    .best-new-video-slots .best-new-video-slots-table .lyfup > div p img {
      margin-bottom: 0; }
    .best-new-video-slots .best-new-video-slots-table .lyfup > div p:nth-child(1n+0) {
      background: #d3e8f4; }
    .best-new-video-slots .best-new-video-slots-table .lyfup > div p:nth-child(2n+0) {
      background: #eef9ff; }
    .best-new-video-slots .best-new-video-slots-table .lyfup > div p.best-new-video-slots-table-head {
      height: 145px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      margin-top: 15px; }
      .best-new-video-slots .best-new-video-slots-table .lyfup > div p.best-new-video-slots-table-head span {
        font-size: 14px;
        display: block;
        width: 100%;
        position: absolute;
        bottom: 10px;
        left: 0; }
      .best-new-video-slots .best-new-video-slots-table .lyfup > div p.best-new-video-slots-table-head:first-child:before {
        content: '';
        height: 145px;
        display: block;
        background: #d3e8f4; }
        @media only screen and (max-width: 768px) {
          .best-new-video-slots .best-new-video-slots-table .lyfup > div p.best-new-video-slots-table-head:first-child:before {
            display: none; } }
      @media (max-width: 1024px) {
        .best-new-video-slots .best-new-video-slots-table .lyfup > div p.best-new-video-slots-table-head img {
          width: 220px;
          margin-top: -25px; } }

.top-shighest-paying-casinos {
  background: #eef9ff; }
  @media only screen and (max-width: 991px) {
    .top-shighest-paying-casinos > .paxoze {
      max-width: 100%; } }
  .top-shighest-paying-casinos h2 {
    display: block; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-header {
    background: #d3e8f4;
    font-family: 'Roboto-Bold';
    padding: 5px 0; }
    @media only screen and (max-width: 768px) {
      .top-shighest-paying-casinos .top-shighest-paying-casinos-header {
        display: none; } }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table h2 {
    background: #24315e;
    color: #fff;
    text-align: center;
    font-family: 'Roboto-Regular'; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table .casino-img-logo a {
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0; }
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table .casino-img-logo a:hover {
      border: none;
      background: transparent; }
  @media only screen and (max-width: 1024px) {
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table .casino-img-logo .casino-img-logo {
      width: 90%; } }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table img {
    border-radius: 15px; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table a {
    border: 2px solid #84bbd8;
    color: #24315e;
    padding: 2px 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    margin: 3px; }
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table a:hover {
      background: #84bbd8;
      text-decoration: none;
      color: #fff; }
    @media only screen and (max-width: 991px) {
      .top-shighest-paying-casinos .top-shighest-paying-casinos-table a {
        font-size: 0.8rem; } }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table h5 {
    color: #f76d6d;
    font-family: 'Roboto-Bold';
    margin-bottom: 0; }
    @media only screen and (max-width: 991px) {
      .top-shighest-paying-casinos .top-shighest-paying-casinos-table h5 {
        margin: 15px auto;
        font-size: 1rem; } }
    @media only screen and (max-width: 767px) {
      .top-shighest-paying-casinos .top-shighest-paying-casinos-table h5 span {
        display: inline-block; } }
    @media only screen and (min-width: 768px) {
      .top-shighest-paying-casinos .top-shighest-paying-casinos-table h5 span {
        display: none; } }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table small {
    font-family: 'Roboto-Regular'; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table button {
    width: 100%;
    height: 50px; }
    @media only screen and (max-width: 991px) {
      .top-shighest-paying-casinos .top-shighest-paying-casinos-table button {
        font-size: 0.8rem; } }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table p {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    font-family: 'Roboto-Bold';
    line-height: 50px; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table .first {
    background: #66e331; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table .second {
    background: #b8e413; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table .third {
    background: #ff9417; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table .fourth {
    background: #ff6204; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table .fifth {
    background: #ed2001; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table .most-popular-slots img {
    margin-right: 10px;
    margin-left: 10px; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table .most-popular-slots p {
    font-size: 1.125rem;
    line-height: 15px;
    margin: 0;
    height: auto;
    color: #24315e;
    width: 80px;
    display: block; }
    @media only screen and (max-width: 600px) {
      .top-shighest-paying-casinos .top-shighest-paying-casinos-table .most-popular-slots p {
        display: none; } }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table .most-popular-slots a {
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0; }
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table .most-popular-slots a:hover {
      border: none;
      background: transparent; }
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table .most-popular-slots a p {
      display: none; }
      @media only screen and (max-width: 600px) {
        .top-shighest-paying-casinos .top-shighest-paying-casinos-table .most-popular-slots a p {
          display: block;
          font-size: 1rem;
          height: 45px; } }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table h1 {
    color: #f76d6d;
    position: relative;
    margin: 0; }
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table h1 span {
      color: #24315e;
      font-size: 1.25rem;
      margin-bottom: 10px; }
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table h1 img {
      width: 35px;
      margin-bottom: 10px; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table h3 {
    color: #75d546;
    margin-bottom: 0;
    font-size: 1.5rem; }
  .top-shighest-paying-casinos .top-shighest-paying-casinos-table h4 {
    color: #f76d6d;
    margin-bottom: 0;
    font-size: 1.5rem; }
  @media only screen and (max-width: 1200px) {
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table.top-vidoe-slots-casino .casino-img-logo a img {
      width: 100%;
      margin-left: -30px; } }
  @media only screen and (max-width: 1024px) {
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table.top-vidoe-slots-casino .casino-img-logo a img {
      width: 100%;
      margin-left: -30px; } }
  @media only screen and (max-width: 991px) {
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table.top-vidoe-slots-casino h5 {
      text-transform: uppercase;
      color: #24315e;
      margin-bottom: 5px; }
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table.top-vidoe-slots-casino h4 {
      font-size: 1.2rem; }
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table.top-vidoe-slots-casino .casino-img-logo a img {
      width: 100%;
      margin-left: 0px; }
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table.top-vidoe-slots-casino a img {
      width: 75%;
      margin-left: 0px; } }
  @media only screen and (max-width: 768px) {
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table.top-vidoe-slots-casino .casino-img-logo {
      width: 50%;
      margin: 0 auto; }
    .top-shighest-paying-casinos .top-shighest-paying-casinos-table.top-vidoe-slots-casino a img {
      margin: 10px; } }
  .top-shighest-paying-casinos .table-hide-section {
    display: none !important; }
    @media only screen and (max-width: 1025px) {
      .top-shighest-paying-casinos .table-hide-section {
        display: flex; } }

.guide-to-how-to-play-for-real-money {
  color: #24315e;
  position: relative; }
  .guide-to-how-to-play-for-real-money button.sufano {
    background: #84bbd8;
    color: #fff; }
  .guide-to-how-to-play-for-real-money .register-steps {
    background: #eef9ff;
    position: relative; }
    .guide-to-how-to-play-for-real-money .register-steps .step-number {
      position: absolute;
      right: 15px;
      top: -90px;
      color: #84bbd8; }
      @media only screen and (max-width: 767px) {
        .guide-to-how-to-play-for-real-money .register-steps .step-number {
          display: none; } }
      .guide-to-how-to-play-for-real-money .register-steps .step-number span {
        font-size: 3.125rem; }
    .guide-to-how-to-play-for-real-money .register-steps a {
      border: 1px solid #84bbd8;
      color: #84bbd8;
      font-family: 'Roboto-Bold';
      font-size: 0.875rem;
      text-transform: uppercase;
      padding: 8px 20px;
      border-radius: 15px;
      background: #fff;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 5px; }
      .guide-to-how-to-play-for-real-money .register-steps a:hover {
        background: #84bbd8;
        color: #fff; }
    .guide-to-how-to-play-for-real-money .register-steps h1 {
      margin: 0 auto;
      width: 60px;
      height: 60px;
      background-size: cover;
      text-align: center;
      line-height: 65px;
      color: #fff;
      position: relative;
      font-size: 2.5rem; }
      .guide-to-how-to-play-for-real-money .register-steps h1.blue-badge {
        color: #24315e; }
      .guide-to-how-to-play-for-real-money .register-steps h1 span {
        font-size: 2.5rem; }
        .guide-to-how-to-play-for-real-money .register-steps h1 span.first:after {
          content: '';
          height: 7px;
          width: 9vw;
          background: #f76d6d;
          display: block;
          position: absolute;
          top: 27px;
          right: -10vw;
          border-radius: 15px; }
        .guide-to-how-to-play-for-real-money .register-steps h1 span.second:after {
          content: '';
          height: 7px;
          width: 9vw;
          background: #84bbd8;
          display: block;
          position: absolute;
          top: 27px;
          right: -10vw;
          border-radius: 15px; }
    @media only screen and (max-width: 767px) {
      .guide-to-how-to-play-for-real-money .register-steps img {
        width: 60%;
        margin: 0 auto;
        padding-bottom: 30px; } }
  @media only screen and (max-width: 400px) {
    .guide-to-how-to-play-for-real-money .nav .blue-border-btn {
      font-size: 11px !important; } }

.casino-software-single-banner {
  color: #24315e;
  padding: 20px; }
  .casino-software-single-banner a {
    font-size: 1.25rem;
    font-family: 'Roboto-Bold';
    color: #24315e;
    text-decoration: none;
    position: relative; }
    .casino-software-single-banner a i {
      position: absolute;
      font-size: 35px;
      color: #f7e9a0;
      margin-left: 15px;
      top: -8px; }
    .casino-software-single-banner a:hover {
      text-decoration: underline !important; }
  .casino-software-single-banner .banner-offers {
    width: 100%;
    border-bottom: 5px solid #ba3232; }
    .casino-software-single-banner .banner-offers .banner-offers-header {
      background: #ce4d4d;
      color: #fff; }
    .casino-software-single-banner .banner-offers .banner-offers-body {
      background: #f76d6d;
      padding: 22px 16px 2px 22px; }
      .casino-software-single-banner .banner-offers .banner-offers-body ul {
        position: relative;
        background: #ce4d4d;
        border-radius: 5px 5px 5px 5px;
        padding: 15px 25px 15px 35px; }
        .casino-software-single-banner .banner-offers .banner-offers-body ul li {
          font-size: 1.25rem;
          color: #fff;
          position: relative; }
          .casino-software-single-banner .banner-offers .banner-offers-body ul li:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #f7e9a0;
            display: inline-block;
            position: absolute;
            left: -18px;
            top: 10px; }
        .casino-software-single-banner .banner-offers .banner-offers-body ul img {
          position: absolute;
          top: -15px;
          left: -55px;
          width: 135px; }
      .casino-software-single-banner .banner-offers .banner-offers-body p {
        font-size: 1rem;
        color: #fff;
        padding-top: 6px; }
      .casino-software-single-banner .banner-offers .banner-offers-body .cb-logo {
        padding: 8px; }
  .casino-software-single-banner .bg-dark-red {
    border-radius: 5px; }

.casino-information-and-ratings .casino-information-details {
  color: #24315e;
  font-family: 'Roboto-Bold'; }
  @media (max-width: 768px) {
    .casino-information-and-ratings .casino-information-details p {
      font-size: 1rem; } }
  .casino-information-and-ratings .casino-information-details .description {
    background: #edf9ff;
    min-height: 67px;
    display: flex;
    align-items: center; }
    .casino-information-and-ratings .casino-information-details .description p {
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 1.25rem; }
  .casino-information-and-ratings .casino-information-details .value {
    color: #24315e;
    border: 3px solid #edf9ff;
    min-height: 67px;
    align-items: center;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Roboto-Regular'; }
    .casino-information-and-ratings .casino-information-details .value span {
      border: 2px solid #d1e9f500;
      border-radius: 10px;
      margin: 3px;
      font-size: 1.125rem;
      padding: 0px 10px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .casino-information-and-ratings .casino-information-details .value span {
          padding: 0px; } }
      @media (max-width: 556px) {
        .casino-information-and-ratings .casino-information-details .value span {
          padding: 0px 5px; } }
    .casino-information-and-ratings .casino-information-details .value p {
      margin-bottom: 0;
      font-size: 1.125rem; }
    .casino-information-and-ratings .casino-information-details .value a {
      text-decoration: none;
      color: #24315e;
      text-transform: uppercase;
      padding: 0px 10px;
      font-family: 'Roboto-Regular';
      font-size: 1.125rem; }
    .casino-information-and-ratings .casino-information-details .value .valiue-width-border {
      border: 2px solid #d1e9f5;
      border-radius: 10px;
      margin: 3px;
      font-size: 1.125rem;
      white-space: nowrap; }
      .casino-information-and-ratings .casino-information-details .value .valiue-width-border:hover {
        background: #d1e9f5; }
    .casino-information-and-ratings .casino-information-details .value ul li {
      margin: 10px;
      width: fit-content;
      width: -moz-fit-content; }
      .casino-information-and-ratings .casino-information-details .value ul li a {
        padding: 3px 10px; }
        .casino-information-and-ratings .casino-information-details .value ul li a:hover {
          background: #a8d1e7; }
    .casino-information-and-ratings .casino-information-details .value .bet365-btn ul li {
      width: auto;
      margin: 0; }
      .casino-information-and-ratings .casino-information-details .value .bet365-btn ul li a {
        padding: 5px 15px;
        text-decoration: none; }
        .casino-information-and-ratings .casino-information-details .value .bet365-btn ul li a:hover {
          background: #a8d1e7; }
    @media (max-width: 767px) {
      .casino-information-and-ratings .casino-information-details .value .bet365-btn .ceso .ceso-header {
        padding: 0.75rem 2rem 0.75rem 0rem; }
      .casino-information-and-ratings .casino-information-details .value .bet365-btn .ceso .ceso-header i {
        top: 21px; }
      .casino-information-and-ratings .casino-information-details .value .bet365-btn ul li a {
        padding: 5px 8px; } }
  .casino-information-and-ratings .casino-information-details a {
    text-transform: none;
    color: #5062ac;
    text-decoration: underline; }
  .casino-information-and-ratings .casino-information-details .link {
    color: #24315e;
    border: 3px solid #edf9ff;
    min-height: 67px;
    align-items: center;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Roboto-Regular'; }
    .casino-information-and-ratings .casino-information-details .link p {
      margin-bottom: 0;
      font-size: 1.125rem; }
    .casino-information-and-ratings .casino-information-details .link a {
      text-decoration: underline;
      color: #24315e;
      text-transform: uppercase;
      padding: 0;
      font-family: 'Roboto-Regular';
      font-size: 1.125rem; }
    .casino-information-and-ratings .casino-information-details .link a:hover {
      text-decoration: none; }

.casino-information-and-ratings .casino-information-and-ratings-table h3 {
  background: #24315e;
  color: #fff;
  text-align: center; }

.casino-information-and-ratings .casino-information-and-ratings-table .green-rating-box {
  background: #84ea53;
  border: 7px solid #6cbc45;
  display: flex;
  flex-direction: column;
  max-width: 565px;
  margin: 0 auto;
  box-shadow: 0px 0px 0px 14px #7dd850; }
  .casino-information-and-ratings .casino-information-and-ratings-table .green-rating-box p {
    color: #fff;
    font-size: 3.25rem;
    text-align: center;
    margin: 0;
    line-height: 0.7;
    font-weight: bold; }
    .casino-information-and-ratings .casino-information-and-ratings-table .green-rating-box p span {
      color: #6cbc45; }
  .casino-information-and-ratings .casino-information-and-ratings-table .green-rating-box h1 {
    color: #6cbc45;
    margin-bottom: 5px; }

.casino-information-and-ratings .casino-information-and-ratings-table .light-green-rating-box {
  background: #b8e413;
  border: 7px solid #6c860b;
  display: flex;
  flex-direction: column;
  max-width: 565px;
  margin: 0 auto;
  box-shadow: 0px 0px 0px 14px #92b50f; }
  .casino-information-and-ratings .casino-information-and-ratings-table .light-green-rating-box p {
    color: #fff;
    font-size: 3.25rem;
    text-align: center;
    margin: 0;
    line-height: 0.7;
    font-weight: bold; }
    .casino-information-and-ratings .casino-information-and-ratings-table .light-green-rating-box p span {
      color: #6c860b; }
  .casino-information-and-ratings .casino-information-and-ratings-table .light-green-rating-box h1 {
    color: #6c860b;
    margin-bottom: 5px; }

.casino-information-and-ratings .casino-information-and-ratings-table .light-orange-rating-box {
  background: #ffc107;
  border: 7px solid #a07800;
  display: flex;
  flex-direction: column;
  max-width: 565px;
  margin: 0 auto;
  box-shadow: 0px 0px 0px 14px #d39e00; }
  .casino-information-and-ratings .casino-information-and-ratings-table .light-orange-rating-box p {
    color: #fff;
    font-size: 3.25rem;
    text-align: center;
    margin: 0;
    line-height: 0.7;
    font-weight: bold; }
    .casino-information-and-ratings .casino-information-and-ratings-table .light-orange-rating-box p span {
      color: #a07800; }
  .casino-information-and-ratings .casino-information-and-ratings-table .light-orange-rating-box h1 {
    color: #a07800;
    margin-bottom: 5px; }

.casino-information-and-ratings .casino-information-and-ratings-table .orange-rating-box {
  background: #ff9417;
  border: 7px solid #b05f00;
  display: flex;
  flex-direction: column;
  max-width: 565px;
  margin: 0 auto;
  box-shadow: 0px 0px 0px 14px #e37a00; }
  .casino-information-and-ratings .casino-information-and-ratings-table .orange-rating-box p {
    color: #fff;
    font-size: 3.25rem;
    text-align: center;
    margin: 0;
    line-height: 0.7;
    font-weight: bold; }
    .casino-information-and-ratings .casino-information-and-ratings-table .orange-rating-box p span {
      color: #b05f00; }
  .casino-information-and-ratings .casino-information-and-ratings-table .orange-rating-box h1 {
    color: #b05f00;
    margin-bottom: 5px; }

.casino-information-and-ratings .casino-information-and-ratings-table .redd-rating-box {
  background: #ff6204;
  border: 7px solid #9d3b00;
  display: flex;
  flex-direction: column;
  max-width: 565px;
  margin: 0 auto;
  box-shadow: 0px 0px 0px 14px #d04e00; }
  .casino-information-and-ratings .casino-information-and-ratings-table .redd-rating-box p {
    color: #fff;
    font-size: 3.25rem;
    text-align: center;
    margin: 0;
    line-height: 0.7;
    font-weight: bold; }
    .casino-information-and-ratings .casino-information-and-ratings-table .redd-rating-box p span {
      color: #9d3b00; }
  .casino-information-and-ratings .casino-information-and-ratings-table .redd-rating-box h1 {
    color: #9d3b00;
    margin-bottom: 5px; }

.casino-information-and-ratings .casino-information-and-ratings-table p {
  text-transform: uppercase;
  color: #24315e;
  font-size: 1.4rem; }
  .casino-information-and-ratings .casino-information-and-ratings-table p span {
    font-family: 'Roboto-Bold'; }
  @media (max-width: 767px) {
    .casino-information-and-ratings .casino-information-and-ratings-table p {
      font-size: 1rem; } }

.casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line {
  background: #a8d1e7;
  width: 80%;
  height: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media (max-width: 767px) {
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line {
      margin: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line {
      margin: 15px 15px 15px -15px; } }
  .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line span {
    width: 90%;
    position: absolute;
    top: 0;
    height: 10px;
    left: 0;
    border-radius: 5px; }
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line span.ratings-table-line-color-1 {
      background: #66e331; }
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line span.ratings-table-line-color-2 {
      background: #b8e413; }
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line span.ratings-table-line-color-3 {
      background: #ffc107; }
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line span.ratings-table-line-color-4 {
      background: #ff9417; }
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line span.ratings-table-line-color-5 {
      background: #ff6204; }
  .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line .product-quality {
    position: absolute;
    right: -37px;
    font-family: 'Roboto-Bold'; }
  .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line p {
    margin-bottom: 0;
    color: #a8d1e7; }
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line p.green-dark {
      color: #66e331; }
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line p.green-light {
      color: #b8e413; }
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line p.yellow-light {
      color: #ffc107; }
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line p.orange-light {
      color: #ff9417; }
    .casino-information-and-ratings .casino-information-and-ratings-table .ratings-table-line p.orange-dark {
      color: #ff6204; }

.red-tiger-gaming-slots-rtp {
  color: #24315e; }
  .red-tiger-gaming-slots-rtp p {
    font-size: 1.375rem; }
  .red-tiger-gaming-slots-rtp h2 {
    text-transform: uppercase; }
  .red-tiger-gaming-slots-rtp table {
    color: #24315e; }
    .red-tiger-gaming-slots-rtp table thead tr th {
      text-align: center;
      font-family: 'Roboto-Bold';
      border-bottom: 0;
      font-size: 1.25rem; }
      .red-tiger-gaming-slots-rtp table thead tr th:first-child {
        text-align: left;
        vertical-align: top; }
        @media (max-width: 767px) {
          .red-tiger-gaming-slots-rtp table thead tr th:first-child {
            text-align: center;
            vertical-align: bottom; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .red-tiger-gaming-slots-rtp table thead tr th:first-child {
            text-align: center;
            vertical-align: bottom;
            padding-right: 80px; }
            .red-tiger-gaming-slots-rtp table thead tr th:first-child a {
              display: block; } }
      .red-tiger-gaming-slots-rtp table thead tr th img {
        margin-top: -3px; }
      @media (max-width: 767px) {
        .red-tiger-gaming-slots-rtp table thead tr th {
          text-align: center;
          vertical-align: bottom; }
          .red-tiger-gaming-slots-rtp table thead tr th a {
            display: block; } }
    .red-tiger-gaming-slots-rtp table tbody tr:nth-child(even) {
      background: #e6f6ff; }
    .red-tiger-gaming-slots-rtp table tbody tr td {
      text-align: center; }
      .red-tiger-gaming-slots-rtp table tbody tr td:last-child {
        color: #f76d6d;
        font-family: 'Roboto-Bold'; }
    .red-tiger-gaming-slots-rtp table tbody tr th a {
      color: #5062ac;
      text-decoration: underline; }
      .red-tiger-gaming-slots-rtp table tbody tr th a:hover {
        color: #24315e; }
  .red-tiger-gaming-slots-rtp .pagination {
    margin-bottom: 15px; }
    .red-tiger-gaming-slots-rtp .pagination li a {
      color: #24315e;
      font-size: 1.375rem; }
    .red-tiger-gaming-slots-rtp .pagination li.sufano a {
      background: #24315e;
      border-color: #24315e;
      padding: 8px 12px;
      min-width: 39px;
      text-align: center; }
  .red-tiger-gaming-slots-rtp .red-tiger-gaming-slots {
    margin-top: 100px; }
    .red-tiger-gaming-slots-rtp .red-tiger-gaming-slots .head-round-img {
      position: relative;
      left: calc(50% - 72px);
      top: -72px;
      margin-bottom: -60px;
      width: fit-content;
      width: -moz-fit-content; }
      .red-tiger-gaming-slots-rtp .red-tiger-gaming-slots .head-round-img img {
        padding: 0; }
    .red-tiger-gaming-slots-rtp .red-tiger-gaming-slots img {
      padding: 9px; }
    .red-tiger-gaming-slots-rtp .red-tiger-gaming-slots p {
      font-size: 1rem;
      text-transform: uppercase;
      text-align: center;
      margin: 0;
      color: #24315e; }
      .red-tiger-gaming-slots-rtp .red-tiger-gaming-slots p img {
        margin-top: -5px; }
  @media (max-width: 768px) {
    .red-tiger-gaming-slots-rtp .progressive-jackpot-games-cards .bet365-btn {
      max-width: 100%; } }
  .red-tiger-gaming-slots-rtp .progressive-jackpot-games-cards .bet365-btn .ceso .ceso-header i {
    top: 20px; }
  .red-tiger-gaming-slots-rtp .progressive-jackpot-games-cards .bet365-btn .ceso .dropdown-item {
    position: relative; }
  .red-tiger-gaming-slots-rtp .gaming-history {
    margin-top: 100px;
    text-align: center;
    position: relative;
    padding-top: 90px; }
    .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-head-img img {
      position: absolute;
      top: -72px;
      left: calc(50% - 72px); }
    .red-tiger-gaming-slots-rtp .gaming-history p {
      font-size: 1.5rem;
      color: #fff; }
    .red-tiger-gaming-slots-rtp .gaming-history h3 {
      color: #f7e9a0; }
    .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-top {
      text-align: left;
      text-transform: uppercase;
      border-bottom: 6px solid #f7e9a0;
      position: relative; }
      .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-top:after {
        content: '';
        width: 22px;
        height: 22px;
        background: #f7e9a0;
        display: block;
        position: absolute;
        right: -30px;
        bottom: -13px;
        border-radius: 50%; }
        @media (max-width: 768px) {
          .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-top:after {
            right: 0; } }
      .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-top:before {
        content: '';
        width: 22px;
        height: 22px;
        background: #f7e9a0;
        display: block;
        position: absolute;
        left: -8px;
        bottom: -13px;
        border-radius: 50%; }
        @media (max-width: 768px) {
          .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-top:before {
            left: 13px; } }
      .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-top div {
        position: relative;
        border-left: 6px solid #f7e9a0; }
        .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-top div p {
          font-size: 1rem;
          color: #fff; }
        .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-top div span {
          position: absolute;
          top: -25px;
          left: -6px;
          color: #f7e9a0; }
          @media (max-width: 768px) {
            .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-top div span {
              top: -15px;
              left: auto; } }
    .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-bot {
      text-transform: uppercase; }
      .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-bot div {
        border-right: 6px solid #f7e9a0;
        position: relative; }
        .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-bot div p {
          font-size: 1rem;
          color: #fff;
          padding-top: 15px;
          margin-bottom: 0;
          height: 100%;
          text-align: left;
          float: right;
          display: flex;
          align-items: flex-end; }
        .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-bot div span {
          position: absolute;
          bottom: -25px;
          right: -6px;
          color: #f7e9a0; }
          @media (max-width: 768px) {
            .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-graph-bot div span {
              top: 0;
              right: 17px; } }
    .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-footer {
      margin-top: 20px; }
      .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-footer p {
        font-size: 1rem;
        text-transform: uppercase; }
        .red-tiger-gaming-slots-rtp .gaming-history .gaming-history-footer p img {
          margin-top: -5px;
          margin-left: 12px; }

html, body {
  font-family: 'Roboto-Regular', sans-serif;
  /* ProximaNova-Regular */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden; }

h1, h2, h3, h4 {
  font-family: 'Roboto-Bold'; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

img {
  max-width: 100%;
  height: auto; }

p {
  font-size: 1.25rem; }

button:focus {
  outline: none; }

h3 {
  font-size: 1.875rem; }

.body-no-scroll {
  position: fixed;
  height: 100vh !important;
  overflow: visible; }

.mibazu {
  width: 100px;
  height: 50px;
  padding-top: 50px;
  z-index: -6;
  display: block;
  position: absolute;
  margin-top: -50px; }

.mibazu-home {
  width: 100px;
  height: 50px;
  padding-top: 50px;
  z-index: -6;
  display: block;
  position: absolute;
  margin-top: -50px; }

.casino-fixed-banner-scroll {
  height: 300px;
  padding-top: 300px;
  z-index: -6;
  display: block;
  position: absolute;
  margin-top: -420px; }

.body-transparent-bkg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 998;
  position: fixed;
  display: none; }
  .body-transparent-bkg.sufano {
    display: block; }

.mobile-body-bkg {
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 998;
  position: fixed;
  display: none; }
  .mobile-body-bkg.sufano {
    display: block; }

.w-20-percent {
  width: 20%; }

.title-blue-bkg {
  background: #24315e;
  color: #fff;
  padding: 6px 0;
  margin-bottom: 30px; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.width-fit-content {
  width: fit-content;
  width: -moz-fit-content; }

.full-width-btn {
  max-width: 100%;
  width: 100%; }

.weke {
  color: #d39812; }

.color-yellow {
  color: #f7e9a0; }

.bg-red {
  background: #f76d6d; }

.bkg-red {
  background: #ee6666; }

.bg-purple {
  background: #5062ac; }

.bg-purple-darking {
  background: #3a4a8c; }

.bkg-blue {
  background: #24315e; }

.light-blue-bg-blacklist {
  background: #edf9ff; }

.bg-dark-red {
  background: #ce4d4d; }

.siqume {
  color: #24315e; }

.bg-blue {
  background: #e6f6ff; }

.blue-bkg {
  background: #374992; }

.bkg-blue-info {
  background: #84bbd8; }

.light-blue-darker {
  background: #dcf3ff; }

.bg-dark-purple-box {
  background: #374785; }

.bg-darker-purple-box {
  background: #314078; }

.bg-white {
  background: #fff; }

.color-white {
  color: #fff !important; }

.bg-purple {
  background: #4f62ab; }

.bg-light-purple {
  background: #edf1ff; }

.bg-dark-blue {
  background: #a8d1e7; }

.bg-light-blue {
  background: #d1e9f5; }

.kygu-letter-spacing-1 {
  letter-spacing: 1px; }

.kygu.sufano, .kygu:focus {
  outline: none;
  box-shadow: none; }

.rounded-image {
  border-radius: 50%; }

.tooltip.show {
  opacity: 1; }

.tooltip .tooltip-inner {
  background-color: #f76d6d; }

.tooltip .arrow::before {
  border-top-color: #f76d6d; }

.img-mobile {
  display: none;
  height: auto; }

.img-desktop {
  display: block; }

.img-mobile-small {
  display: none;
  height: auto; }

.info-icon-i.info-circle {
  background: #a8d1e7;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: initial; }

@media only screen and (max-width: 768px) {
  .img-mobile {
    display: block; }
  .img-desktop {
    display: none; }
  .img-mobile-small {
    display: none; } }

@media (max-width: 375px) {
  .img-desktop {
    display: none; }
  .img-mobile {
    display: none; }
  .img-mobile-small {
    display: block; } }

@media only screen and (max-width: 600px) {
  * {
    font-size: 14px; }
  a, a > strong {
    font-size: 17px; }
  .ticur ul li a {
    font-size: 12px; } }

.img-force-land {
  display: block; }
  @media (max-width: 576px) {
    .img-force-land {
      display: none; } }

.rotate-screen {
  display: none; }
  @media (max-width: 576px) {
    .rotate-screen {
      display: block; } }

.modal-dialog {
  max-width: 100%; }

.modal-backdrop {
  opacity: 0.8 !important; }

.sec-nav .nav.nav-tabs a {
  margin-right: 0 !important;
  margin-left: 0 !important; }

@media (min-width: 1200px) {
  .sec-nav {
    height: 75px;
    transition: all 1s;
    overflow: hidden; }
    .sec-nav a {
      height: 75px; }
  .sec-nav-arrow {
    color: red;
    height: 75px;
    padding-top: 27px; }
  .sec-nav-arrow .down {
    transform: rotate(0deg);
    transition: 0.5s; }
  .sec-nav-arrow.sufano .down {
    transform: rotate(-180deg); }
  .modal-dialog {
    max-width: 1200px; } }

.squared-43 {
  widows: 43px;
  height: 43px; }

.choose-casino-item {
  padding: 0.75rem 1rem !important; }

.yellow-badge {
  height: 20px;
  padding-right: 5px; }

.search-icon-fix {
  top: 22px !important;
  right: 10px !important; }

@media (max-width: 768px) {
  .search-icon-fix {
    top: -8px !important;
    padding-top: unset; }
  .search-form-tab .input-body.sufano {
    width: 610px;
    left: -636px; } }

@media (max-width: 440px) {
  .search-form-tab .input-body.sufano {
    width: 80%;
    top: 10px;
    left: 20px; }

.w-90 {
  width: 90% !important; }

.filter-fix {
  width: 350px;
  top: 0;
  z-index: 11;
  transition: all 1s;
  left: -350px;
  position: absolute;
  padding: 1rem;
  box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36); }

.filter-fix.sufano {
  left: 0; }

.show-filters-btn.sufano {
  display: none; }

.filter-buttons {
  width: 100%; }

@media (max-width: 575px) {
  .filter-item-red {
    margin-bottom: 20px; } }

.biggest-online-casino-software-developers .top-casinos .best-place-to-play .dropdown .ceso.show .ceso-header i {
  transform: rotate(180deg); }

.font-size-1r, .dropdown-li-a {
  font-size: 1rem !important; }

.dropdown-li-a {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

@media (min-width: 992px) and (max-width: 1999px) {
  .mr-lg-fix {
    margin-right: 3px !important; } }

.ceso-software-height .ceso.sufano .ceso-header {
  min-height: 62px !important; }

.no-x-overflow {
  overflow-x: unset !important; }

.no-y-overflow {
  overflow-y: unset; }

.lightblue-bg {
  background-color: #edf9ff; }

@media (max-width: 768px) {
  .bonus-fix {
    overflow-x: unset !important; }
    .bonus-fix .nav-item.nav-link {
      padding: 0;
      padding-top: 19px;
      padding-bottom: 5px; } }

@media (max-width: 575px) {
  .jump-menu-fix {
    white-space: normal !important;
    overflow-x: hidden !important;
    flex-wrap: wrap !important; }
    .jump-menu-fix .nav-item {
      min-width: unset !important; } }

@media (min-width: 576px) and (max-width: 991px) {
  .jump-menu-fix {
    white-space: nowrap !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    height: 76px; }
    .jump-menu-fix .nav-item.nav-link {
      padding: 5px 15px 0 15px; }
      .jump-menu-fix .nav-item.nav-link:after {
        top: 14px; }
      .jump-menu-fix .nav-item.nav-link:hover {
        background-color: transparent; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .jump-menu-fix {
    margin-left: 0 !important; } }

@media (min-width: 1200px) {
  .jump-menu-fix .nav-item:hover {
    background-color: #d1e9f5 !important; }
  .jump-menu-fix .nav-item:hover span:before {
    content: '\25bc' !important;
    width: unset !important;
    height: 6px !important;
    background: unset !important;
    display: block !important;
    position: absolute;
    bottom: 20px !important;
    left: 45% !important; } }

@media (max-width: 1199px) {
  .jump-menu-fix .nav-item:hover span:before {
    content: unset !important; } }

.cursor-pointer {
  cursor: pointer; }

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.single-casino-container {
  display: flex; }

.games-single-button {
  color: unset !important;
  text-decoration: none !important; }

.f-125 p {
  font-size: 1.25rem !important; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 33.3333%;
    float: left;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (max-width: 575px) {
  .img-align-fix {
    padding-left: 0 !important; } }

.tutahi {
  display: flex;
  align-items: center; }

.tutahi-2 {
  color: #f76d6d !important; }
  .tutahi-2:hover {
    color: #000 !important; }

.tutahi-3 {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0 !important;
  height: 50px !important; }

.tutahi-4 {
  display: flex;
  align-items: center;
  margin: 30px 0 25px 0; }

.tutahi-5 {
  width: calc(100% - 30px);
  justify-content: center;
  margin-top: 18px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 14px;
  color: white !important;
  font-size: 1rem !important; }

.tutahi-6 {
  color: white !important;
  font-size: 1rem !important;
  width: 100%;
  justify-content: center;
  margin-top: 18px; }

@media (max-width: 767px) {
  .tutahi-10 {
    float: unset !important; } }

.white_banner h6 {
  text-align: center !important;
  margin: 1rem 0 !important; }
  @media (min-width: 992px) {
    .white_banner h6 {
      text-align: left !important; } }

.bonus_container .bonus_title p {
  text-align: center !important; }
  @media (min-width: 992px) {
    .bonus_container .bonus_title p {
      text-align: left !important; } }

.bonus_container .bonus_title strong {
  font-family: "Roboto-Bold"; }
  @media (max-width: 600px) {
    .bonus_container .bonus_title strong {
      font-size: 1.5rem !important; } }

.bonus_container .bonus_tc small p {
  font-size: 100%;
  line-height: 15px;
  margin-bottom: 0; }
  .bonus_container .bonus_tc small p strong {
    font-family: "Roboto-Bold"; }
    @media (max-width: 600px) {
      .bonus_container .bonus_tc small p strong {
        font-size: 100%; } }

.admin-input h2 {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0; }

.admin-input img {
  padding-right: 20px; }

.template-input h2 {
  text-align: center; }

.template-input ol {
  text-align: left;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  counter-reset: item; }

.template-input ol > li {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  list-style-type: none;
  counter-increment: item; }

.template-input ol > li:before {
  display: inline-block;
  margin-top: 0;
  font-size: 1.25rem;
  padding-right: 0.5rem;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
  font-family: Roboto-Bold;
  font-size: 1.25rem; }

.casinos-safe-box ul {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.pagination-box {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
  margin: 1.5rem 0; }
  .pagination-box .hipe-numbers {
    min-width: 40px;
    text-align: center;
    color: #24315e;
    border: 2px solid #e6f6ff;
    font-size: 1.4rem;
    font-family: 'Roboto-Bold';
    display: inline-block;
    padding: 0 10px;
    margin: 0 2px; }
    .pagination-box .hipe-numbers.current {
      background-color: #edf9ff; }
  .pagination-box a:hover {
    background: #24315e;
    color: #fff;
    text-decoration: none; }

.bonus-card-tc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  max-height: 125px; }

.dropdown-fix {
  padding: 0.75rem 0.5rem !important; }

.dropdown-fix1 {
  padding: 0.25rem 0.5rem !important; }

.title-fix h2 {
  color: #f76d6d; }

.title-fix2 h1 {
  color: #fff; }

.title-fix2 h2 {
  color: #f7e9a0; }

.title-fix2 p {
  font-size: 1.25rem; }

.tutahi-7 {
  border: none !important;
  background: #f76d6d !important;
  color: #fff !important;
  height: 50px !important;
  width: auto !important;
  border-radius: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  .tutahi-7:hover {
    background-color: #b63232 !important;
    border-color: #ac2f2f !important; }

#top-form-filter .t-buttons {
  margin-top: 22px; }

#top-form-filter fieldset button {
  padding: 5px;
  background: #465484;
  text-transform: uppercase;
  font-size: 1.125rem;
  float: left;
  margin-right: 10px;
  margin-bottom: 4px;
  color: #fff;
  border: 0; }
  #top-form-filter fieldset button.mixitup-control-active {
    background: #5e6fb1; }

#top-form-filter .sufano-filters .sufano-filter-items {
  margin: 22px 0; }

#top-form-filter .sufano-filters button {
  margin-right: 10px;
  background: #f76d6d;
  padding: 5px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: white;
  border: 0;
  margin-top: 5px;
  margin-bottom: 5px; }

#top-form-filter .sufano-filters .top-reset-filters {
  background: #ce4d4d;
  padding: 5px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: white;
  border-radius: 0;
  font-family: Roboto-Regular; }

#game-table_wrapper .paginate_button.last {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  background-color: #edf9ff !important;
  border-color: #dee2e6;
  color: #a7d1e7 !important;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-left: 0 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0; }
  #game-table_wrapper .paginate_button.last:hover {
    background: #e9ecef !important;
    color: #a7d1e7 !important; }
  #game-table_wrapper .paginate_button.last.disabled {
    background-color: #edf9ff !important; }

#game-table_wrapper .paginate_button.next {
  background-color: #edf9ff !important;
  border-color: #dee2e6;
  color: #a7d1e7 !important;
  border-radius: 0; }
  #game-table_wrapper .paginate_button.next:hover {
    background: #e9ecef !important;
    color: #a7d1e7 !important; }
  #game-table_wrapper .paginate_button.next.disabled {
    background-color: #edf9ff !important; }

#game-table_wrapper .paginate_button.current {
  background: #24315e;
  border-color: #24315e;
  text-align: center;
  color: white !important; }
  #game-table_wrapper .paginate_button.current:hover {
    background: #24315e;
    color: white !important; }

#game-table_wrapper .paginate_button {
  border: 1px solid #dee2e6 !important;
  margin-right: 0 !important;
  margin-left: 0 !important; }
  #game-table_wrapper .paginate_button:hover {
    background: #e9ecef;
    color: black !important; }

#game-table_wrapper .paginate_button.previous {
  background-color: #edf9ff !important;
  border-color: #dee2e6;
  color: #a7d1e7 !important;
  border-radius: 0; }
  #game-table_wrapper .paginate_button.previous:hover {
    background: #e9ecef !important;
    color: #a7d1e7 !important; }
  #game-table_wrapper .paginate_button.previous.disabled {
    background-color: #edf9ff !important; }

#game-table_wrapper .paginate_button.first {
  background-color: #edf9ff !important;
  border-color: #dee2e6;
  color: #a7d1e7 !important;
  border-radius: 0; }
  #game-table_wrapper .paginate_button.first:hover {
    background: #e9ecef !important;
    color: #a7d1e7 !important; }
  #game-table_wrapper .paginate_button.first.disabled {
    background-color: #edf9ff !important; }

.main-software-input p {
  margin-top: 20px;
  margin-bottom: 20px !important; }

.lenuxal {
  display: flex; }

.guide-banner-hover:hover {
  text-decoration: underline !important; }

.site-search h3 {
  font-size: 1rem; }

.site-search a {
  color: #24315e; }

.site-search p {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 13px; }
  .site-search p img {
    width: 42px; }
  .site-search p .date-blog {
    width: 13px;
    margin-left: auto;
    margin-right: 5px; }

.site-search .ceso-img {
  overflow: hidden; }

.site-search .ceso:hover .ceso-img a img {
  transition: 1s;
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

.site-search.casinos .ceso {
  color: #24315e;
  margin-top: 70px;
  position: relative;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36);
  -moz-box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36);
  box-shadow: 0px 5px 13px -2px rgba(117, 117, 117, 0.36); }
  .site-search.casinos .ceso h5 {
    font-family: 'Roboto-Bold'; }
    .site-search.casinos .ceso h5 small {
      font-size: 12px; }
  .site-search.casinos .ceso .ceso-header {
    padding: 10px 15px 0;
    background: #fff;
    border-bottom: 2px solid #86bdda; }
    .site-search.casinos .ceso .ceso-header img {
      width: 116px;
      border-radius: 50%;
      top: -58px;
      left: calc(50% - 58px);
      position: absolute;
      border: 5px solid #fff; }
    .site-search.casinos .ceso .ceso-header .info-circle {
      cursor: pointer;
      display: none; }
      .site-search.casinos .ceso .ceso-header .info-circle.fa-info-circle {
        display: block; }
    .site-search.casinos .ceso .ceso-header i {
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: 22px;
      color: #a8d1e7; }
    .site-search.casinos .ceso .ceso-header .ryti {
      color: #24315e;
      text-align: center; }
      @media only screen and (max-width: 1199px) and (min-width: 991px) {
        .site-search.casinos .ceso .ceso-header .ryti {
          font-size: 17px; } }
    .site-search.casinos .ceso .ceso-header .rating {
      width: 45px; }
      .site-search.casinos .ceso .ceso-header .rating:before {
        width: 45px; }
  .site-search.casinos .ceso .najaq {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff; }
    .site-search.casinos .ceso .najaq ul {
      margin-left: 15px; }
      .site-search.casinos .ceso .najaq ul li:before {
        content: "\2022";
        color: red;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
    .site-search.casinos .ceso .najaq button {
      width: 100%;
      justify-content: center;
      margin-top: 18px; }
    .site-search.casinos .ceso .najaq .ceso-button button {
      margin-top: 0;
      height: 50px;
      margin-bottom: 5px; }
    .site-search.casinos .ceso .najaq ol {
      padding-left: 0;
      text-align: center; }
      .site-search.casinos .ceso .najaq ol li {
        list-style: none;
        border-bottom: 1px solid #a8d1e7; }
        .site-search.casinos .ceso .najaq ol li span {
          font-family: 'Roboto-Bold'; }
  .site-search.casinos .ceso .rujum {
    display: block; }
    .site-search.casinos .ceso .rujum .bonus-card-tc {
      align-items: unset; }
    .site-search.casinos .ceso .rujum .weke {
      font-family: 'Roboto-Bold'; }
  .site-search.casinos .ceso .najaq-info {
    display: none; }
    .site-search.casinos .ceso .najaq-info h6 {
      font-size: 1rem;
      font-family: "Roboto-Bold"; }
    .site-search.casinos .ceso .najaq-info p {
      font-size: 10px; }
  .site-search.casinos .ceso.sufano .info-circle.fa-times-circle,
  .site-search.casinos .ceso.sufano .najaq-info {
    display: block; }
    .site-search.casinos .ceso.sufano .info-circle.fa-times-circle h5,
    .site-search.casinos .ceso.sufano .najaq-info h5 {
      color: #f76d6d;
      font-family: 'Roboto-Regular';
      font-size: 1.6rem; }
  .site-search.casinos .ceso.sufano .ceso-header-casino-games {
    height: 50px;
    border-bottom: none; }
    .site-search.casinos .ceso.sufano .ceso-header-casino-games small {
      display: none !important; }
    .site-search.casinos .ceso.sufano .ceso-header-casino-games .casino-rating {
      display: none !important; }
    .site-search.casinos .ceso.sufano .ceso-header-casino-games .ryti-casino-games {
      display: none; }
  .site-search.casinos .ceso.sufano .rujum,
  .site-search.casinos .ceso.sufano .info-circle.fa-info-circle {
    display: none; }
  .site-search.casinos .ceso .ceso-footer {
    background: #fff;
    border-top: 0; }
    .site-search.casinos .ceso .ceso-footer button {
      width: 100%;
      justify-content: center; }

.list-paginacion {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
  margin: 1.5rem 0; }
  .list-paginacion .hipe-numbers {
    min-width: 40px;
    text-align: center;
    color: #24315e;
    border: 2px solid #e6f6ff;
    font-size: 1.4rem;
    font-family: 'Roboto-Bold';
    display: inline-block;
    padding: 0 10px;
    margin: 0 2px; }
    .list-paginacion .hipe-numbers.current {
      background-color: #edf9ff; }
  .list-paginacion a {
    transition: all .3s; }
    .list-paginacion a:hover {
      background: #24315e;
      color: #fff;
      text-decoration: none; }

.hipe-header-more-text {
  display: none; }

.temp-single-casino img {
  max-width: 50%;
  padding-right: 1rem;
  padding-bottom: 1rem;
  height: auto;
  float: left; }
  @media (max-width: 992px) {
    .temp-single-casino img {
      max-width: 100%; } }

.game-image-fix {
  position: unset !important;
  align-items: start !important; }
  .game-image-fix a img {
    width: 100% !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    margin-top: 15px !important; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .game-image-fix {
      align-items: start !important; }
      .game-image-fix a img {
        height: 65px !important;
        margin-top: 15px !important; }
      .game-image-fix a span {
        max-height: 44px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important; } }

#market-more-cont {
  display: none; }

.red-section-market {
  background: #f76d6d !important;
  padding: 30px 0 30px 0; }
  .red-section-market h2 {
    color: #fff; }
  .red-section-market p {
    font-size: 1.25rem;
    color: #fff; }
  .red-section-market h4 {
    color: #f7e9a0; }
  .red-section-market a:hover h4 {
    text-decoration: underline solid #f7e9a0; }
  .red-section-market a:hover p {
    text-decoration: underline solid #f76d6d; }

.fix-title-font1 h2 {
  font-family: 'Roboto-Bold'; }

.jq-stars {
  display: inline-block; }

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana; }

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer; }

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%; }

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round; }

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888); }

.market-banner-img {
  position: relative;
  display: inline; }

.market-flag-img {
  position: absolute;
  left: 1%;
  top: 28%;
  width: 30%;
  border-radius: 50%;
  border: 7px solid white; }
  @media (max-width: 767px) {
    .market-flag-img {
      top: 25%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .market-flag-img {
      border: 5px solid white; } }

@media (min-width: 1200px) {
  .align-fix {
    margin-left: -25px;
    margin-right: -25px; } }

@media (min-width: 1200px) {
  .owl-align-fix {
    max-width: 1210px;
    width: 1210px; } }

.ceso-footer.cont-buttons a {
  float: unset;
  margin-right: 0;
  margin-left: 0;
  color: white !important;
  width: 100%;
  font-size: 1rem !important; }

.ceso-footer.cont-buttons a.review-button {
  display: block;
  color: #24315e !important; }
  .ceso-footer.cont-buttons a.review-button:hover {
    color: white !important; }

.deposit-desc ul {
  font-size: 1.25rem !important;
  margin-bottom: 1rem; }

@media (max-width: 600px) {
  .deposit-desc ul {
    font-size: 1.25rem !important;
    margin-bottom: 1rem; }
  .deposit-desc ul li {
    font-size: 1.25rem !important; } }

.user-input-global strong {
  font-family: Roboto-Bold; }

.user-input-global ol {
  list-style-type: none;
  padding-inline-start: 0px; }

.user-input-global ol li:before {
  content: counter(step-counter);
  display: inline-block;
  color: white;
  text-align: center;
  width: 24px;
  margin-right: 15px;
  padding-left: 4px;
  padding-top: 1px;
  font-family: 'Roboto-Bold'; }

.user-input-global ul {
  list-style-type: none;
  padding-inline-start: 0px;
  margin-bottom: 10px; }

.user-input-global ul li:before {
  display: inline-block;
  color: white;
  text-align: center;
  width: 24px;
  margin-right: 15px;
  padding-left: 4px;
  padding-top: 1px; }

@media (max-width: 600px) {
  .user-input-global ul li {
    line-height: 31px; } }

.user-input-global-red-bkg strong {
  font-family: Roboto-Bold; }

.user-input-global-red-bkg ol {
  list-style-type: none;
  padding-inline-start: 0px; }

.user-input-global-red-bkg ol li:before {
  content: counter(step-counter);
  display: inline-block;
  color: white;
  text-align: center;
  width: 24px;
  margin-right: 15px;
  padding-left: 4px;
  padding-top: 1px;
  font-family: 'Roboto-Bold'; }

.user-input-global-red-bkg ul {
  list-style-type: none;
  padding-inline-start: 0px;
  margin-bottom: 10px; }

.user-input-global-red-bkg ul li:before {
  display: inline-block;
  color: white;
  text-align: center;
  width: 24px;
  margin-right: 15px;
  padding-left: 4px;
  padding-top: 1px; }

@media (max-width: 600px) {
  .user-input-global-red-bkg ul li {
    line-height: 31px; } }

.dark-blue-block {
  display: flex;
  align-items: center;
  justify-content: center; }
  .dark-blue-block p {
    margin: 0.5rem 0; }
    .dark-blue-block p a {
      color: #24315e; }

.top-description p:last-child {
  margin-bottom: 0 !important; }

.calculator-fix {
  font-size: 1.25rem !important; }

.after-terms p:last-child {
  margin-bottom: 0; }

.list-view-software a {
  font-size: 1rem !important; }

.software-title {
  border: unset !important; }
  .software-title:hover {
    background-color: unset !important; }

a.table-game-link {
  border: 2px solid #d1e9f5;
  border-radius: 10px;
  margin: 3px;
  font-size: 1.125rem;
  text-decoration: none;
  color: #24315e;
  text-transform: uppercase;
  padding: 0px 10px;
  display: inline-block; }
  a.table-game-link:hover {
    background-color: #d1e9f5; }

.cuse p:last-child {
  margin-bottom: 0; }

.spinner-cont {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5); }

.spinner {
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 50%; }

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin-right: 1px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.jump-menu-fix.casinos-jump-menu .nav-item.nav-link {
  padding: 1.35rem 1.26rem; }

.hiddenByShowMore {
  display: none; }

.jump-menu-fix .nav-item.nav-link:last-child:after {
  display: none; }

.game-title {
  font-size: 1.125rem !important;
  line-height: 15px !important;
  margin: 0 !important;
  height: auto !important;
  color: #24315e !important;
  width: 80px !important; }
  .game-title:hover {
    text-decoration: underline !important; }

.game-expanded-details .game-details ul li {
  font-family: Roboto-Bold;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between; }
  .game-expanded-details .game-details ul li span {
    padding-left: 10px;
    color: #f76d6d; }
  .game-expanded-details .game-details ul li:before {
    content: unset; }

@media (max-width: 992px) {
  .image-fix {
    width: 100% !important; } }

.title-fix-bold h1, .title-fix-bold h2, .title-fix-bold h3, .title-fix-bold h4, .title-fix-bold h5, .title-fix-bold h6 {
  font-family: "Roboto-Bold" !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .title-h5-fix {
    font-size: 1.1rem; } }

.custom-more a {
  font-size: 1.25rem;
  font-family: 'Roboto-Bold';
  color: #24315e;
  text-decoration: underline;
  position: relative;
  cursor: pointer; }
  .custom-more a:hover {
    text-decoration: underline !important; }
  .custom-more a i {
    font-size: 40px;
    color: #f7e9a0;
    margin-left: 15px;
    position: absolute;
    top: -10px; }

.owl-dots {
  display: none !important; }

.casino-details-new {
  margin-bottom: 1rem; }
  .casino-details-new .title-new {
    font-family: 'Roboto-Bold';
    color: #24315e;
    font-size: 18px;
    padding-top: 6px;
    min-height: 37px; }
  .casino-details-new .content-new {
    text-align: end;
    padding-top: 6px; }
    @media (max-width: 576px) {
      .casino-details-new .content-new {
        text-align: center; } }
  .casino-details-new .software-title {
    display: inline-flex; }
  .casino-details-new .list-view-software-new {
    border: 2px solid #d1e9f5;
    padding: 2px;
    border-radius: 5px;
    margin: 2.5px;
    display: inline-flex; }
    .casino-details-new .list-view-software-new a {
      color: #24315e;
      text-decoration: none;
      font-size: 1rem !important; }
      .casino-details-new .list-view-software-new a:hover {
        background: #d1e9f5; }

.link-fix p {
  display: block; }

.news-category-btn {
  border: 2px solid #f76d6c !important;
  border-radius: 2rem;
  padding: 0.1rem 0.55rem !important;
  align-items: center;
  background-color: #f76d6c;
  width: max-content; }
  .news-category-btn i {
    color: #FFF !important; }
  .news-category-btn:hover {
    border: 2px solid #FFF;
    background-color: #FFF;
    color: #f76d6c !important; }
    .news-category-btn:hover i {
      color: #f76d6c !important; }

.news-category-btn {
  border: 2px solid #f76d6c !important;
  border-radius: 2rem;
  padding: 0.1rem 0.55rem !important;
  align-items: center;
  background-color: #f76d6c;
  width: max-content; }
  .news-category-btn i {
    color: #FFF !important; }
  .news-category-btn:hover {
    border: 2px solid #FFF;
    background-color: #FFF;
    color: #f76d6c !important; }
    .news-category-btn:hover i {
      color: #f76d6c !important; }

.articles-category-btn {
  border: 2px solid #f76d6c !important;
  border-radius: 2rem;
  padding: 0.1rem 0.55rem !important;
  align-items: center;
  background-color: #f76d6c;
  width: max-content; }
  .articles-category-btn i {
    color: #FFF !important; }
  .articles-category-btn:hover {
    border: 2px solid #FFF;
    background-color: #FFF;
    color: #f76d6c !important; }
    .articles-category-btn:hover i {
      color: #f76d6c !important; }

.strategy-category-btn {
  border: 2px solid #46ba94 !important;
  border-radius: 2rem;
  padding: 0.1rem 0.55rem !important;
  align-items: center;
  background-color: #46ba94;
  width: max-content; }
  .strategy-category-btn i {
    color: #FFF !important; }
  .strategy-category-btn:hover {
    border: 2px solid #FFF !important;
    background-color: #FFF !important;
    color: #46ba94 !important; }
    .strategy-category-btn:hover i {
      color: #46ba94 !important; }

.promotions-category-btn {
  border: 2px solid #3976ae !important;
  border-radius: 2rem;
  padding: 0.1rem 0.55rem !important;
  align-items: center;
  background-color: #3976ae;
  width: max-content; }
  .promotions-category-btn i {
    color: #FFF !important; }
  .promotions-category-btn:hover {
    border: 2px solid #FFF !important;
    background-color: #FFF !important;
    color: #3976ae !important; }
    .promotions-category-btn:hover i {
      color: #3976ae !important; }

.worldwide-casinos h2 {
  background-color: #f76d6c;
  color: #FFF; }

.worldwide-casinos i {
  color: #f76d6c;
  background-color: transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.7rem; }

.worldwide-casinos .circle {
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.worldwide-casinos .bonus-listings {
  padding: 0.2rem 0.5rem;
  border: 3px solid #f76d6c;
  border-radius: 2rem;
  font-size: 1.25rem; }
  .worldwide-casinos .bonus-listings img {
    width: 32px;
    height: 32px;
    border-radius: 50%; }
  .worldwide-casinos .bonus-listings:hover {
    text-decoration: none;
    background-color: #f76d6c;
    color: #FFF; }
    .worldwide-casinos .bonus-listings:hover .circle {
      width: 36px;
      height: 36px;
      background: #FFF;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .worldwide-casinos .bonus-listings:hover i {
      color: #f76d6c;
      background-color: #FFF;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 30px; }

.worldwide-casinos h2 {
  background-color: #f76d6c;
  color: #FFF; }

.worldwide-casinos i {
  color: #f76d6c;
  background-color: transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.7rem; }

.worldwide-casinos .circle {
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.worldwide-casinos .casino-listings {
  padding: 0.2rem 0.3rem;
  border: 3px solid #f76d6c;
  border-radius: 2rem;
  font-size: 1.25rem; }
  .worldwide-casinos .casino-listings img {
    width: 32px;
    height: 32px;
    border-radius: 50%; }
  .worldwide-casinos .casino-listings:hover {
    text-decoration: none;
    background-color: #f76d6c;
    color: #FFF; }
    .worldwide-casinos .casino-listings:hover .circle {
      width: 36px;
      height: 36px;
      background: #FFF;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .worldwide-casinos .casino-listings:hover i {
      color: #f76d6c;
      background-color: #FFF;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 30px; }

.progressive-jackpot-games-cards .owl-stage-outer {
  overflow-x: hidden;
  height: 412px;
  overflow-y: visible; }

.dropdown-fix2 ul li a {
  padding: 0.4rem 0.6rem !important; }

.dropdown-fix2 ul li a img {
  width: 37px !important;
  height: 37px !important; }

.dropdown-fix2 .bet365-btn .ceso.show .arrow-up2 {
  transform: rotate(270deg) !important; }

.dropdown-fix2 .bet365-btn .ceso.show .arrow-up3 {
  top: unset !important; }

.font-link-fix a {
  font-size: 1.25rem; }

.worldwide-casinos a .circle-bonus {
  box-shadow: 0 0 0 2pt transparent !important;
  border-radius: 50%;
  background-color: transparent !important; }

.worldwide-casinos a:hover .circle-bonus img {
  filter: brightness(4); }

@media only screen and (max-width: 576px) {
  .tibad-scroll {
    white-space: nowrap;
    overflow-x: scroll;
    flex-wrap: unset;
    overflow-y: hidden; } }

.min-h-509 {
  min-height: 509px; }
  @media (max-width: 568px) {
    .min-h-509 {
      min-height: unset; } }

.privacy-btn2 {
  background-color: #ce4d4d !important; }

.banner-more-text {
  cursor: pointer; }

.user-input-global .banner-more-text {
  font-size: 1.25rem;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
  color: #24315e;
  text-decoration: none;
  position: relative; }
  .user-input-global .banner-more-text:hover {
    text-decoration: underline !important; }
  .user-input-global .banner-more-text i {
    font-size: 40px;
    color: #f7e9a0;
    margin-left: 15px;
    position: absolute;
    top: -10px; }

@media (max-width: 991px) {
  .news-header {
    background-color: #f58869; } }

@media (min-width: 992px) {
  .news-header {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 200px; } }

@media (max-width: 991px) {
  .articles-header {
    background-color: #f58869; } }

@media (min-width: 992px) {
  .articles-header {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 200px; } }

@media (max-width: 991px) {
  .strategy-header {
    background-color: #7ad399; } }

@media (min-width: 992px) {
  .strategy-header {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 200px; } }

@media (max-width: 991px) {
  .promotions-header {
    background-color: #6793ca; } }

@media (min-width: 992px) {
  .promotions-header {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 200px; } }

@media (max-width: 768px) {
  #casino-listing2 #owl-demo .owl-next, #casino-listing2 #casino-listing2 #owl-demo .owl-next {
    right: -15px !important; }
  #casino-listing2 #owl-demo .owl-prev, #casino-listing2 #casino-listing2 #owl-demo .owl-prev {
    left: -11px !important; } }

.najaq-casino-bonus-terms a {
  font-size: unset !important; }

.bonus-card-tc a {
  font-size: unset !important; }
