@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
}


/* loading.css */
.loaderbg {
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
}

.loading {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #189a73;
}

.loading span {
  display: inline-block;
  margin: 0 -0.05em;
}

/* code #3 */
.loading03 span {
  margin: 0 0.075em;
  animation: loading03 0.7s infinite alternate;
}

.loading03 span:nth-child(2) {
  animation-delay: 0.1s;
}

.loading03 span:nth-child(3) {
  animation-delay: 0.2s;
}

.loading03 span:nth-child(4) {
  animation-delay: 0.3s;
}

.loading03 span:nth-child(5) {
  animation-delay: 0.4s;
}

.loading03 span:nth-child(6) {
  animation-delay: 0.5s;
}

.loading03 span:nth-child(7) {
  animation-delay: 0.6s;
}

.loading03 span:nth-child(8) {
  animation-delay: 0.7s;
}

@keyframes loading03 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

/* color.less  */
* {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 100, 300, 500;
}

a {
  text-decoration: none;
}

h4.text-sec-title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 0;
}

.bg-pink {
  background-color: #f5a6b7;
  border-radius: 10px;
}

.bg-main,
body {
  background-color: #061023;
}

.bg-blue {
  background-color: #7bc1eb;
}

.bg-gray {
  background-color: #273c4c;
}

.text-white {
  color: #fff;
}

.text-star {
  color: #fea250;
}

.text-pink {
  color: #f5a6b7;
}

.text-black {
  color: #000;
}

.text-gray {
  color: #747474;
}

div.social a {
  text-decoration: none;
}

.float-left {
  float: left;
}

header {
  border-bottom: 1px solid#f5a6b7;
}

ul.navbar-nav li,
ul.navbar-nav .border-pink {
  display: flex;
  align-items: center;
  margin: 0 1rem;
}

ul.navbar-nav li a,
ul.navbar-nav .border-pink a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

ul.navbar-nav li a:hover,
ul.navbar-nav .border-pink a:hover {
  color: #747474;
}

ul.navbar-nav .social {
  display: flex;
  align-items: center;
}

@media (max-width: 475px) {

  ul.navbar-nav li,
  ul.navbar-nav .border-pink {
    background-color: #061023;
    border: 1px solid #f5a6b7;
    border-radius: 10px;
    padding: 0 2rem;
    margin-top: 2px;
  }

  ul.navbar-nav .social {
    flex-direction: column-reverse;
  }

  ul.navbar-nav .social div.btn-pink>a {
    background-color: #f5a6b7;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
  }

  ul.navbar-nav .social div.btn-pink>a img {
    display: none;
  }

  .navbar-collapse {
    position: absolute;
    background: transparent;
    top: 80%;
    right: 0%;
  }
}

@media (min-width: 476px) {
  ul.navbar-nav .social {
    flex-direction: row;
  }

  ul.navbar-nav .social .btn-pink {
    background-color: #f5a6b7;
    padding: 0.5rem 1.5rem;
    border-radius: 15px;
  }

  ul.navbar-nav .social .btn-pink a {
    color: #fff;
  }

  ul.navbar-nav .social .btn-pink a:hover {
    color: #747474;
  }

  .collapse.navbar-collapse {
    justify-content: end;
  }

  .w-15-50 {
    width: 15%;
  }

  .w-25-50,
  .w-25-75,
  .w-25-100 {
    width: 24%;
  }

  .w-50-25,
  .w-50-75,
  .w-50-100 {
    width: 50%;
  }

  .w-75-50,
  .w-75-25,
  .w-75-100 {
    width: 75%;
  }

  .w-100-50,
  .w-100-25,
  .w-100-75 {
    width: 100%;
  }

  .w-40-100 {
    width: 35%;
  }

  .flex-col-row {
    flex-direction: row;
  }

  .hr-right-bottom {
    background: #f5a6b7;
    height: 50px;
    width: 5px;
    opacity: 1;
  }

  .ipl-h2-font {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
  }
}

@media (max-width: 475px) {
  .hr-right-bottom {
    background: #f5a6b7;
    height: 5px;
    width: 100%;
    opacity: 1;
  }

  .ipl-h2-font {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
  }

  .flex-col-row {
    flex-direction: column;
  }

  table.hot-table {
    margin-top: 1.5rem;
  }

  .text-date {
    font-size: 10px;
  }

  body {
    padding: 0 0.7rem;
  }

  .flex-wrap-m {
    flex-wrap: wrap;
  }

  .w-15-50,
  .w-25-50,
  .w-100-50 {
    width: 50%;
  }

  .w-50-25,
  .w-75-25,
  .w-100-25 {
    width: 25%;
  }

  .w-25-50,
  .w-75-50,
  .w-100-50 {
    width: 50%;
  }

  .w-25-75,
  .w-50-75,
  .w-100-75 {
    width: 75%;
  }

  .w-25-100,
  .w-50-100,
  .w-75-100,
  .w-40-100 {
    width: 100%;
  }
}

.goTop {
  position: fixed;
  right: 1%;
  bottom: 20%;
  transform: translateX(0);
  transition: transform 0.2s;
}

.goTop.hide {
  transform: translateX(200px);
}

.goTop .goTopBtn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.btn-pink {
  background-color: #f5a6b7;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem;
}

table.hot-table {
  position: relative;
}

table.hot-table tbody>tr {
  position: relative;
  transform: translateY(0);
  will-change: transform;
}

table.hot-table thead>tr>th {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #f5a6b7;
}

table.hot-table tbody>tr {
  transition: transform 0.3s ease-out;
}

table.hot-table tbody>tr:first-child {
  animation: move1 2s ease-in-out;
}

/* 對其他行也添加ease-in-out */
table.hot-table tbody>tr:nth-child(2) {
  animation: move2 2s ease-in-out 0.1s;
}

@media (max-width: 475px) {
  table.hot-table tbody>tr tr {
    line-height: 5rem !important;
  }

  table.hot-table tbody>tr td:first-child {
    line-height: 5rem;
  }

  table.hot-table tbody>tr td {
    line-height: 1.5rem;
  }
}

@media (min-width: 476px) {
  table.hot-table tbody>tr {
    line-height: 6rem;
  }

  table.hot-table tbody>tr br {
    display: none;
  }

  table.hot-table tbody>tr td>span.float-r {
    float: right;
  }
}

table.hot-table tbody>tr td>a.btn-pink {
  width: 60px;
  background-color: #f5a6b7;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0.5rem;
}

table.hot-table tbody>tr td>a.btn-pink:hover {
  color: #061023;
}

table.hot-table tbody>tr td>span:first-child {
  font-size: 20px;
  font-weight: 700;
}

table.hot-table tbody>tr:first-child {
  position: relative;
  animation-name: move1;
  animation-duration: 2s;
}

table.hot-table tbody>tr:nth-child(2) {
  position: relative;
  animation-name: move2;
  animation-duration: 2s;
}

table.hot-table tbody>tr:nth-child(3) {
  animation: move3 2s ease-in-out 0.2s;
}

table.hot-table tbody>tr:nth-child(4) {
  position: relative;
  animation-name: move4;
  animation-duration: 2s;
}

table.hot-table tbody>tr:nth-child(5) {
  position: relative;
  animation-name: move5;
  animation-duration: 2s;
}

table.hot-table tbody>tr:nth-child(6) {
  position: relative;
  animation-name: move6;
  animation-duration: 2s;
}

@keyframes move1 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(200px);
  }

  50% {
    transform: translateY(300px);
  }

  75% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes move2 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(100px);
  }

  50% {
    transform: translateY(200px);
  }

  75% {
    transform: translateY(200px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes move3 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-200px);
  }

  50% {
    transform: translateY(-100px);
  }

  75% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes move4 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(100px);
  }

  50% {
    transform: translateY(200px);
  }

  75% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes move5 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-100px);
  }

  50% {
    transform: translateY(-300px);
  }

  75% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes move6 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-100px);
  }

  75% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(0);
  }
}

#myTab {
  display: flex;
  justify-content: space-between;
}

#myTab li.nav-item {
  background-color: #273c4c;
  width: 20%;
  border-radius: 10px;
}

#myTab li.nav-item button {
  width: 100%;
  border-radius: 10px;
  color: #fff;
  padding: 0.5rem 0;
}

#myTab li.nav-item .active {
  background-color: #7bc1eb;
  border: 0 !important;
}

div.tab-content {
  background-color: #273c4c;
  border-radius: 10px;
}

@media (min-width: 476px) {
  div.tab-content {
    margin: 1rem 0;
    padding: 1rem 3rem;
  }

  div.tab-content .tab-pane.show.active>div>img {
    width: 22%;
    margin: 1rem 0;
  }
}

@media (max-width: 475px) {
  div.tab-content {
    margin: 0.5rem 0;
    padding: 1rem 0.3rem;
  }

  div.tab-content .tab-pane.show.active>div>img {
    width: 44%;
    margin: 0.5rem;
  }
}

.card-article {
  font-family: Montserrat;
  padding: 1rem;
  border-radius: 8px;
  margin: 1rem 0;
}

.card-article .text-gray {
  color: #747474;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 12%;
  text-align: center;
}

.card-article a.btn-blue {
  background-color: #7bc1eb;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 19px;
  text-decoration: none;
  padding: 0.5rem 0.3rem;
  border-radius: 5px;
  cursor: pointer;
}

.card-article a.btn-blue:hover {
  color: #061023;
  transition: all 1s;
}

#faq {
  background-color: #273c4c;
  border-radius: 10px;
  color: #fff;
}

@media (min-width: 476px) {
  #faq {
    margin: 1rem 0;
    padding: 1rem 3rem;
  }
}

@media (max-width: 475px) {
  #faq {
    margin: 0.5rem 0;
    padding: 1rem 0.3rem;
  }
}

#Q1,
#Q2,
#Q3,
#Q4 {
  margin: 1.2rem 0;
}

#Q1 p,
#Q2 p,
#Q3 p,
#Q4 p {
  margin-left: 2.5rem;
  font-size: 20px;
  font-weight: 700;
}

#Q1 div,
#Q2 div,
#Q3 div,
#Q4 div {
  position: relative;
  width: 90%;
}

#Q1 p:first-child,
#Q2 p:first-child,
#Q3 p:first-child,
#Q4 p:first-child {
  margin-left: 2.5rem;
  font-size: 16px;
  font-weight: 400;
}

#Q1 p.text-3-hide,
#Q2 p.text-3-hide,
#Q3 p.text-3-hide,
#Q4 p.text-3-hide {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (min-width: 476px) {

  #Q1 p,
  #Q2 p,
  #Q3 p,
  #Q4 p {
    width: 90%;
  }

  #Q1 div>a,
  #Q2 div>a,
  #Q3 div>a,
  #Q4 div>a {
    position: absolute;
    right: 0%;
    bottom: 0%;
    background-color: #273c4c;
    padding: 0.1rem 0.5rem;
    color: #fff;
  }
}

@media (max-width: 475px) {

  #Q1 div>a,
  #Q2 div>a,
  #Q3 div>a,
  #Q4 div>a {
    position: absolute;
    right: -3%;
    bottom: 0%;
    background-color: #273c4c;
    color: #fff;
  }
}

#Q1 div>a>span,
#Q2 div>a>span,
#Q3 div>a>span,
#Q4 div>a>span {
  text-decoration: underline;
}

.hr-pink {
  border-top: 2px #f5a6b7 solid;
  opacity: 1;
}

@media (min-width: 476px) {
  footer .bor-pink {
    border-left: 2px #f5a6b7 solid;
  }

  footer p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 475px) {
  footer .bor-pink {
    border-top: 2px #f5a6b7 solid;
  }

  footer p,
  footer a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
  }

  footer .img-m-75 {
    width: 75%;
  }
}

.breadcrumb {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.breadcrumb li>a {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.art-frist {
  background-color: #273c4c;
  border-radius: 30px;
}

@media (min-width: 476px) {
  .art-frist {
    padding: 2rem 5rem;
    margin: 1rem 0;
  }

  .art-frist .btn-blue {
    background-color: #7bc1eb;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 8px;
  }

  .art-frist .col-sm-6.col-12:nth-child(2) {
    padding: 2rem;
    color: #fff;
  }
}

@media (max-width: 475px) {
  .art-frist {
    padding: 1rem;
    margin: 1rem 0;
  }

  .art-frist .btn-blue {
    background-color: #7bc1eb;
    padding: 0.3rem 0.6rem;
    color: #fff;
    border-radius: 8px;
  }

  .art-frist .col-sm-6.col-12:nth-child(2) {
    padding: 1rem 0.2rem;
    color: #fff;
  }
}

.art-frist .btn-blue:hover {
  color: #061023;
  transition: all 1s;
  cursor: pointer;
}

#article p.text-date {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

#article h5.text-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}

#article p.p-article {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

#article .tags>li+li::before {
  content: "、";
}

#article .tags>li>a {
  color: #f2f2f2;
}

@media (min-width: 476px) {
  #article h5.text-title {
    width: 60%;
  }

  #article p.p-article {
    width: 80%;
  }
}

h5.text-black {
  margin-top: 0.5rem;
}

#article .col-sm-9 {
  padding-right: 40px;
}

.post-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  flex-wrap: wrap;
}

/*  nav  */
.navbar {
  padding: 15px;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: .25rem;
  position: absolute;
  right: 134px;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px 0;
  transition: 0.4s;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  padding-right: 2rem;
  align-items: center;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: white;
  text-decoration: none;
  padding: 10px;
  display: block;
  cursor: pointer;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
  color: white;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.collapse.navbar-collapse {
  z-index: 99;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}


/* 添加基礎 Bootstrap 類別 */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

* {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}

header {
  border-bottom: 1px solid #f5a6b7;
}

@media (min-width: 1025px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    width: 100%;
    gap: 0;
    margin-top: 10px;
    background-color: #1c1c1c;
    display: none;

  }

  .nav-list.show {
    display: flex;
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #1c1c1c;
    padding: 0.2rem 1rem;
    left: 0;
    width: 100%;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    border-top: 1px solid #444;
  }

  .navbar-div {
    display: flex;
    align-items: center;
  }

  .dropdown {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .dropdown-item {
    padding-left: 30px;
  }

  .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);
  }

  .navbar-collapse.show {
    display: block;
    transform: translateX(0);
  }
}

/* @media (max-width: 678px) {
  .navbar-div {
    display: flex;
  }

} */

/* @media (max-width: 475px) {
  .navbar-collapse {
    position: fixed;
    top: 15%;
    right: 0;
    width: 100%;
    background-color: #061023;
    padding: 1rem;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }

  ul.navbar-nav li,
  ul.navbar-nav .border-pink {
    margin: 0.5rem 0;
  }
}

@media (min-width: 476px) {
  .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }

  .navbar-nav {
    flex-direction: row;
  }
} */

.table.hot-table tbody>tr {
  transform: translateY(0);
  transition: transform 0.3s ease-out;
  will-change: transform;
}

#casino-tab-pane div,
#slots-tab-pane div,
#table-tab-pane div,
#fish-tab-pane div {
  gap: 15px;
}

.bg-white {
  background-color: #FFFFFF;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  color: #FFFFFF;
  content: "/";
  padding: 0 10px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 679px) and (max-width: 1024px) {
  #header .container-fluid {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .navbar-collapse {
    display: contents;
  }

  .nav-list {
    gap: 0px;
    padding: 0;
  }

  #articleImage {
    width: 100%;
    height: 235px;
  }

  .breadcrumb {
    flex-wrap: nowrap;
    padding-left: 0;
  }
}

@media (max-width: 678px) {
  #header .container-fluid {
    padding: 0;
  }

  #articleImage {
    width: 100%;
    height: 235px;
  }

  .breadcrumb {
    padding-left: 0;
    flex-wrap: nowrap;
  }

  .breadcrumb .breadcrumb-item:nth-child(2) {
    width: 40%;
  }

  .breadcrumb .font-hide {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
  }

  .card-article img {
    width: 321px;
    height: 179px;
  }
}

.avatar-btn {
  background-color: transparent;
  border: none;
}

#category {
  color: #FFFFFF;
  text-decoration: underline;
}

.see-more-box {
  overflow: hidden;
  height: 620px;
}

.btn-see-more {
  background-color: #f78ca2;
  color: #fff;
  border: none;
  padding: 10px 45px;
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-see-more:hover {
  background-color: #f36b88;
}

@media (max-width: 676px) {
  .see-more-wrapper {
    margin: 0;
  }
}