@charset "UTF-8";

*,
::after,
::before {
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

  .h1,
  h1 {
    font-size: 2.5rem
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

  .h2,
  h2 {
    font-size: 2rem
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

  .h3,
  h3 {
    font-size: 1.75rem
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

  .h4,
  h4 {
    font-size: 1.5rem
  }
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ol,
ul {
  padding-left: 2rem
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

b,
strong {
  font-weight: bolder
}

.mark,
mark {
  padding: .1875em;
}

a {
  text-decoration: underline
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col {
  flex: 1 0 0%
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.33333333%
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-3 {
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%
}

.col-6 {
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%
}

.col-9 {
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: .65
}

.btn {

  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

/* // .collapse:not(.show) {
//   display: none
// } */

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none
  }
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  display: none;
  margin: 0;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
}


.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0
}


.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto
}

@media (min-width:576px) {
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:1400px) {
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-toggle::after {
  vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropstart .dropdown-toggle::after {
  display: none
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0
}

.dropdown-divider {
  height: 0;
  overflow: hidden;
  opacity: 1
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  margin-bottom: 0;
  font-size: .875rem;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none
  }
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link.disabled,
.nav-link:disabled {
  pointer-events: none;
  cursor: default
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  text-decoration: none;
  white-space: nowrap
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .dropdown-menu {
  position: static
}

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  line-height: 1;
  background-color: transparent;
}

@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none
  }
}

.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%
}


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;

}

@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none
  }
}

.accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
}

.accordion-header {
  margin-bottom: 0
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

.accordion-flush>.accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.accordion-flush>.accordion-item:first-child {
  border-top: 0
}

.accordion-flush>.accordion-item:last-child {
  border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 0
}

.accordion-flush>.accordion-item>.accordion-collapse {
  border-radius: 0
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  position: relative;
  display: block;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none
  }
}


.page-link:focus {
  z-index: 3;
  outline: 0;
}

.active>.page-link,
.page-link.active {
  z-index: 3;
}

.disabled>.page-link,
.page-link.disabled {
  pointer-events: none;
}

.badge {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.alert {
  position: relative;
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem
}

.progress,
.progress-stacked {
  display: flex;
  overflow: hidden;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-stacked>.progress {
  overflow: visible
}

.progress-stacked>.progress>.progress-bar {
  width: 100%
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section
}

.list-group-numbered>.list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section
}

.list-group-item-action {
  width: 100%;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item {
  position: relative;
  display: block;
  text-decoration: none;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  border: 0;
  border-radius: .375rem;
}

.btn-close:hover {
  text-decoration: none;
}

.btn-close:focus {
  outline: 0;
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000
}

.carousel-dark .carousel-caption {
  color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
  filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000
}

.focus-ring:focus {
  outline: 0;
}

.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.icon-link>.bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform
}

@media (prefers-reduced-motion:reduce) {
  .icon-link>.bi {
    transition: none
  }
}


.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

.d-none {
  display: 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
}

.min-vw-100 {
  min-width: 100vw !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.me-5 {
  margin-right: 3rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-5 {
  margin-left: 3rem !important
}

.ms-auto {
  margin-left: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pe-4 {
  padding-right: 1.5rem !important
}

.pe-5 {
  padding-right: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.ps-5 {
  padding-left: 3rem !important
}

.text-start {
  text-align: left !important
}

.text-end {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

/* style.less   */
h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5625rem;
}

h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5625rem;
}

body {
  background-color: #fff !important;
  color: #000;
}

header {
  background-color: #000;
}

a {
  text-decoration: none;
}

.bg-black {
  background-color: #000;
}

.text-black {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.bg-orange {
  background-color: #ffbd59;
}

.text-orange {
  color: #ffbd59;
}

.bg-yellow {
  background-color: #fcdf1c;
}

.text-yellow {
  color: #fcdf1c;
}

.bg-gray {
  background-color: #2b2b2b;
}

.bg-lightgray {
  background-color: #585858;
}

.text-gray {
  color: #2b2b2b;
}

.bg-lightgray {
  background-color: #585858;
}

.text-lightgray {
  color: #585858;
}

.bg-deepgray {
  background-color: #1c1c1c;
}

.text-deepgray {
  color: #1c1c1c;
}

.bg-red {
  background-color: #d22f27;
}

.text-red {
  color: #ee3944;
}

.bg-green {
  background-color: #189a73;
}

.text-green {
  color: #189a73;
}

.bg-blue {
  background-color: #255392;
}

.text-blue {
  color: #255392;
}

.pos-rel {
  position: relative;
}

.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

@media (min-width: 476px) {
  .align-items-end-center {
    align-items: end;
  }

  .flex-row-re {
    flex-direction: row;
  }

  .mobile {
    display: none;
  }

  .flex-row-col,
  .flex-row-col-re {
    flex-direction: row;
  }

  .flex-col-row {
    flex-direction: column;
  }

  .flex-re-row-col {
    flex-direction: row-reverse;
  }

  .w-15-50 {
    width: 15%;
  }

  .w-30-48 {
    width: 30%;
  }

  .w-25-50,
  .w-25-75,
  .w-25-100,
  .w-25-auto {
    width: 24%;
  }

  .w-30-100 {
    width: 30%;
  }

  .w-50-25,
  .w-50-75,
  .w-50-100 {
    width: 50%;
  }

  .w-75-50,
  .w-75-25,
  .w-75-100 {
    width: 75%;
  }

  .w-60-100 {
    width: 60%;
  }

  .w-100-50,
  .w-100-25,
  .w-100-75 {
    width: 100%;
  }

  .w-60-80 {
    width: 60%;
  }

  .w-48-100 {
    width: 48%;
  }

  .w-20-40 {
    width: 20%;
  }

  .w-90-100 {
    width: 95%;
  }

  .w-40-100 {
    width: 35%;
  }

  .text-left-center {
    text-align: start;
  }

  .text-right-center {
    text-align: end;
  }

  .text-center-left {
    text-align: center;
  }
}

@media (max-width: 475px) {
  .navbar-collapse {
    z-index: 9999;
    position: absolute;
    top: 100%;
    padding: 1rem;
    background: #000;
    right: 10%;
  }

  .align-items-end-center {
    align-items: center;
  }

  .flex-row-re {
    flex-direction: row-reverse;
  }

  main {
    overflow-x: hidden;
  }

  .web {
    display: none;
  }

  .text-center-mobile {
    text-align: center;
  }

  .flex-row-col,
  .flex-re-row-col {
    flex-direction: column;
  }

  .flex-col-row {
    flex-direction: row;
  }

  .flex-row-col-re {
    flex-direction: column-reverse;
  }

  .w-25-auto {
    width: auto;
  }

  .w-50-25,
  .w-75-25,
  .w-100-25 {
    width: 25%;
  }

  .w-20-40 {
    width: 40%;
  }

  .w-30-48 {
    width: 48%;
  }

  .w-25-50,
  .w-75-50,
  .w-100-50,
  .w-15-50,
  .w-25-50,
  .w-100-50 {
    width: 50%;
  }

  .w-25-75,
  .w-50-75,
  .w-100-75 {
    width: 75%;
  }

  .w-60-80 {
    width: 80%;
  }

  .w-25-100,
  .w-50-100,
  .w-75-100,
  .w-40-100,
  .w-48-100,
  .w-30-100,
  .w-60-100,
  .w-90-100 {
    width: 100%;
  }

  .text-left-center {
    text-align: center;
  }

  .text-right-center {
    text-align: center;
  }

  .text-center-left {
    text-align: start;
  }

  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
  }

  .breadcrumb .breadcrumb-item:last-child {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
  }
}

.text-right {
  text-align: end;
}

/*top*/
.goTop {
  position: fixed;
  right: 1%;
  bottom: 1%;
  transform: translateX(0);
  transition: transform 0.2s;
  z-index: 999999;
  opacity: 0.6;
}

.goTop:hover {
  opacity: 1;
}

.goTop.hide {
  transform: translateX(200px);
}

.goTop .goTopBtn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.tags>li+li::before {
  content: "、";
}

/* main css end */
.btn-red {
  background: #d22f27;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  padding: 0 1rem;
}

.btn-black {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  padding: 0 1rem;
}

.bg-top {
  background: url(../img/bg/cricket\ banner\ 1.webp);
  height: 35vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.text-ab {
  position: absolute;
  top: 100%;
  transform: translate(15%, -50%);
}

h4 {
  font-size: 1rem;
}

.line-height-5 {
  line-height: 25px;
}

@media (max-width: 475px) {
  .mx-0-auto {
    margin: auto;
  }

  .mx-3-1 {
    margin: 0 1rem;
  }

  .mx-5-1 {
    margin: 0 1rem;
  }

  .px-3-1 {
    padding: 0 0.5rem;
  }

  .p-4-1 {
    padding: 1rem;
  }

  .py-4-1 {
    padding: 2.5rem 1rem 2.5rem 0;
  }
}

@media (min-width: 476px) {
  .mx-0-auto {
    margin: 0;
  }

  .mx-3-1 {
    margin: 0 3rem;
  }

  .mx-5-1 {
    margin: 0 6rem;
  }

  .px-3-1 {
    padding: 0 3rem;
  }

  .p-4-1 {
    padding: 2rem;
  }

  .py-4-1 {
    padding: 2.5rem 1rem 2.5rem 0;
  }
}

.bg-deepgray.text-red.text-center {
  position: relative;
  margin-top: -2rem;
}

.content,
.content-ul>ul>li {
  border: 1.5px solid #d22f27;
  border-left: 0.5rem solid #d22f27;
  padding: 0 1rem;
}

.content-ul>ul>li {
  margin: 0.5rem 0 0.5rem -2rem;
  list-style: none;
}

.content-ul>ul>li>a {
  color: #000;
}

.part-one .bg-img {
  background-image: url(../img/card/Rectangle\ 19.webp);
  background-size: cover;
  height: 200px;
  width: 100%;
  background-position: center;
}

.part-two .bg-img {
  background-image: url(../img/card/phone.webp);
  background-size: cover;
  height: 200px;
  width: 100%;
  background-position: center;
}

.part-three .bg-img {
  background-image: url(../img/card/cricket.webp);
  background-size: cover;
  height: 200px;
  width: 100%;
  background-position: center;
}

.part-three .w-48-100 {
  margin: 0.5rem 0;
  color: #fff;
}

.part-three .w-48-100:nth-child(1) {
  background-image: url(../img/card/cropped-image-sexy-brunette-woman-summer-hat.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.part-three .w-48-100:nth-child(2) {
  background-image: url(../img/card/curly-woman-silver-dress-emotionally-posing-black-background-cheerful-lady-shiny-outfit-looks-happy-isolated-backdrop.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.part-three .w-48-100:nth-child(3) {
  background-image: url(../img/card/beautiful-blonde-woman-bright-make-up-red-stylish-dress-black-earrings-she-is-showing-fan-hundred-dollar-bills-posing-gray-studio-background-poker-casino-close-up-copy-space.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.part-three .w-48-100:nth-child(4) {
  background-image: url(../img/card/beautiful-girl-showing-red-manicure-nails-makeup-cosmetics-brunette-girl-with-long-shiny-curly-hair.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.part-four .bg-img {
  background-image: url(../img/card/dollor.webp);
  background-size: cover;
  height: 200px;
  width: 100%;
  background-position: center;
}

.part-four .bg-br-25 {
  background-color: #2b2b2b;
  border: 4px solid #fff;
  color: #fff;
  padding: 0.7rem 0;
  border-radius: 30px;
}

.part-five .bg-img {
  background-image: url(../img/card/hand\ money.webp);
  background-size: cover;
  height: 200px;
  width: 100%;
  background-position: center;
}

.part-five li {
  border-bottom: 1px solid #000;
  margin: 1rem 0 0 0;
  font-weight: 700;
  width: 100%;
}

.part-six .bg-img {
  background-image: url(../img/card/glod\ coin.webp);
  background-size: cover;
  height: 200px;
  width: 100%;
  background-position: center;
}

.part-six .tan-blac {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #000000 transparent transparent transparent;
}

.part-six .bg-lightgray {
  position: relative;
}

.part-six .bg-lightgray span:nth-child(3) {
  position: absolute;
  left: 100px;
  top: 10%;
}

.part-six .bg-lightgray span:nth-child(2) {
  position: absolute;
  left: 1%;
  top: 5%;
  font-weight: 700;
}

.part-seven .bg-img {
  background-image: url(../img/card/poker.webp);
  background-size: cover;
  height: 200px;
  width: 100%;
  background-position: center;
}

/* Table styles */
.part-seven .tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.part-seven .tg td {
  border-color: black;
  border-style: solid;
  border-width: 0px;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.part-seven .tg .tg-0x09 {
  background-color: #dadada;
  vertical-align: top;
}

.part-seven .tg .tg-mk6l {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
  font-weight: 600;
}

.part-seven tr {
  border-top: 5px solid #fff;
}

.part-seven tr>td:nth-child(1) {
  font-weight: 600;
  text-align: center;
}

.part-eight .bg-img {
  background-image: url(../img/card/grilqa.webp);
  background-size: cover;
  height: 200px;
  width: 100%;
  background-position: center;
}

.part-eight .qa>h4:nth-child(even) {
  background-color: #dadada;
  color: #000;
}

.part-eight .qa>h4:nth-child(odd) {
  background-color: #000;
  color: #fff;
}

.part-nine .bg-img {
  background-image: url(../img/card/web.webp), linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-size: cover;
  height: 150px;
  width: 100%;
  background-position: center;
}

.part-nine .border-red {
  border: 1px solid #d22f27;
}

.part-nine .border-red span {
  font-size: 1.25rem;
  font-weight: 700;
}

h4>a {
  color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding:0 8px;
  content: ">";
}

/*tableeeeee*/
.tg-4rtc {
  background: #d22f27;
  color: #000;
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
}

.tg-c3ow {
  font-size: 12px;
}

.bg-gray {
  background: #2b2b2b;
}

table.tbl>tbody>tr>td {
  padding: 0.5rem !important;
}

tr {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

table.tbl>tbody>tr:nth-child(odd) {
  background: #dadada;
  color: #000;
  text-align: center;
}

table.tbl>tbody>tr:nth-child(even) {
  background: #dadada;
  color: #000;
  text-align: center;
}

tbody.bg-no>tr {
  border: 0;
}

tbody.bg-no>tr {
  background: #ffffff00 !important;
}

.text-red {
  color: #d22f27;
}

table {
  font-size: 0.7rem;
}

.news-div {
  flex-wrap: wrap;
}

.post-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .news-div {
    flex-wrap: nowrap;
  }
}

@media (min-width: 679px) and (max-width: 1024px) {
  .navbar-div {
    display: flex;
    align-items: center;
  }

  .navbar .container-fluid {
    flex-wrap: nowrap;
  }

  .nav-list {
    gap: 0px;
    padding-left: 0;
  }

  .nav-list .nav-item {
    padding-left: 0.5rem 0 !important;
  }

  .nav-list a {
    padding: 5px 16px;
    width: -webkit-fill-available;
  }

  #articleImage {
    width: 100%;
    height: 235px;
  }
}

@media (max-width: 678px) {
  #articleImage {
    width: 100%;
    height: 235px;
  }

  .breadcrumb {
    flex-wrap: nowrap;
  }

  .breadcrumb .breadcrumb-item:nth-child(2),
  .breadcrumb .breadcrumb-item:nth-child(3) {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0056b3;
  }
}

.navbar {
  padding: 15px;
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: .25rem;
  position: absolute;
  right: 37%;
  top: 5%;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 10px;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-link {
  color: white;
  text-decoration: none;
  padding: 10px;
  display: block;
  cursor: pointer;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 150px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.dropdown-item {
  color: #212529;
  padding: 10px;
  text-decoration: none;
  display: block;
  background-color: transparent;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.nav-list a {
  text-decoration: none;
}

.show {
  display: block;
}

@media (max-width: 767px) {

  .navbar {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-toggle {
    display: block;
    position: relative;
    margin-left: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
  }

  .menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    transition: all 0.3s;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }

  .nav-list {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
    background-color: #262e37;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    border-top: 1px solid #444;
  }

  .nav-list.show {
    display: flex;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    display: block;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #444;
  }

  .nav-link:hover {
    background-color: #444;
  }

  .dropdown {
    display: none;
    flex-direction: column;
    padding: 0;
    background-color: #333;
  }

  .dropdown.show {
    display: flex;
    width: 100%;
  }

  .dropdown-item {
    padding: 10px 20px;
    color: white;
    text-decoration: none;
  }

  .dropdown-item:hover {
    background-color: #444;
  }

  .dropdown-toggle::after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid white;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}

.cs-link {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
  display: flex;
}

@media (max-width: 1024px) {
  #relatedNews img {
    width: 100%;
    height: auto;
  }
  .container{
    padding: 10px;
  }
}