.container,
.container-fluid,
.container-d {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 771px) {
  .container-d, .container {
    max-width: 1340px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.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.3333333333%;
}

.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.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 6.25%;
}

.col-2 {
  flex: 0 0 auto;
  width: 12.5%;
}

.col-3 {
  flex: 0 0 auto;
  width: 18.75%;
}

.col-4 {
  flex: 0 0 auto;
  width: 25%;
}

.col-5 {
  flex: 0 0 auto;
  width: 31.25%;
}

.col-6 {
  flex: 0 0 auto;
  width: 37.5%;
}

.col-7 {
  flex: 0 0 auto;
  width: 43.75%;
}

.col-8 {
  flex: 0 0 auto;
  width: 50%;
}

.col-9 {
  flex: 0 0 auto;
  width: 56.25%;
}

.col-10 {
  flex: 0 0 auto;
  width: 62.5%;
}

.col-11 {
  flex: 0 0 auto;
  width: 68.75%;
}

.col-12 {
  flex: 0 0 auto;
  width: 75%;
}

.col-13 {
  flex: 0 0 auto;
  width: 81.25%;
}

.col-14 {
  flex: 0 0 auto;
  width: 87.5%;
}

.col-15 {
  flex: 0 0 auto;
  width: 93.75%;
}

.col-16 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 6.25%;
}

.offset-2 {
  margin-left: 12.5%;
}

.offset-3 {
  margin-left: 18.75%;
}

.offset-4 {
  margin-left: 25%;
}

.offset-5 {
  margin-left: 31.25%;
}

.offset-6 {
  margin-left: 37.5%;
}

.offset-7 {
  margin-left: 43.75%;
}

.offset-8 {
  margin-left: 50%;
}

.offset-9 {
  margin-left: 56.25%;
}

.offset-10 {
  margin-left: 62.5%;
}

.offset-11 {
  margin-left: 68.75%;
}

.offset-12 {
  margin-left: 75%;
}

.offset-13 {
  margin-left: 81.25%;
}

.offset-14 {
  margin-left: 87.5%;
}

.offset-15 {
  margin-left: 93.75%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 771px) {
  .col-d {
    flex: 1 0 0%;
  }
  .row-cols-d-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-d-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-d-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-d-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-d-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-d-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-d-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-d-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-d-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-d-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-d-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-d-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-d-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-d-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-d-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-d-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-d-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-d-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-d-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-d-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-d-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-d-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-d-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-d-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-d-0 {
    margin-left: 0;
  }
  .offset-d-1 {
    margin-left: 6.25%;
  }
  .offset-d-2 {
    margin-left: 12.5%;
  }
  .offset-d-3 {
    margin-left: 18.75%;
  }
  .offset-d-4 {
    margin-left: 25%;
  }
  .offset-d-5 {
    margin-left: 31.25%;
  }
  .offset-d-6 {
    margin-left: 37.5%;
  }
  .offset-d-7 {
    margin-left: 43.75%;
  }
  .offset-d-8 {
    margin-left: 50%;
  }
  .offset-d-9 {
    margin-left: 56.25%;
  }
  .offset-d-10 {
    margin-left: 62.5%;
  }
  .offset-d-11 {
    margin-left: 68.75%;
  }
  .offset-d-12 {
    margin-left: 75%;
  }
  .offset-d-13 {
    margin-left: 81.25%;
  }
  .offset-d-14 {
    margin-left: 87.5%;
  }
  .offset-d-15 {
    margin-left: 93.75%;
  }
  .g-d-0,
  .gx-d-0 {
    --bs-gutter-x: 0;
  }
  .g-d-0,
  .gy-d-0 {
    --bs-gutter-y: 0;
  }
  .g-d-1,
  .gx-d-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-d-1,
  .gy-d-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-d-2,
  .gx-d-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-d-2,
  .gy-d-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-d-3,
  .gx-d-3 {
    --bs-gutter-x: 1rem;
  }
  .g-d-3,
  .gy-d-3 {
    --bs-gutter-y: 1rem;
  }
  .g-d-4,
  .gx-d-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-d-4,
  .gy-d-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-d-5,
  .gx-d-5 {
    --bs-gutter-x: 3rem;
  }
  .g-d-5,
  .gy-d-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1350px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 6.25%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 18.75%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 31.25%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 43.75%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 56.25%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 68.75%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 81.25%;
  }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 93.75%;
  }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 6.25%;
  }
  .offset-xl-2 {
    margin-left: 12.5%;
  }
  .offset-xl-3 {
    margin-left: 18.75%;
  }
  .offset-xl-4 {
    margin-left: 25%;
  }
  .offset-xl-5 {
    margin-left: 31.25%;
  }
  .offset-xl-6 {
    margin-left: 37.5%;
  }
  .offset-xl-7 {
    margin-left: 43.75%;
  }
  .offset-xl-8 {
    margin-left: 50%;
  }
  .offset-xl-9 {
    margin-left: 56.25%;
  }
  .offset-xl-10 {
    margin-left: 62.5%;
  }
  .offset-xl-11 {
    margin-left: 68.75%;
  }
  .offset-xl-12 {
    margin-left: 75%;
  }
  .offset-xl-13 {
    margin-left: 81.25%;
  }
  .offset-xl-14 {
    margin-left: 87.5%;
  }
  .offset-xl-15 {
    margin-left: 93.75%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
/*!
 * Bootstrap Utilities v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(4.0784313725%, 34.5098039216%, 79.3725490196%);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(33.8823529412%, 36.7058823529%, 39.2156862745%);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(7.8431372549%, 42.3529411765%, 26.3529411765%);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(24.0784313725%, 83.3725490196%, 95.2941176471%);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(100%, 80.5490196078%, 22.1960784314%);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(69.0196078431%, 16.6274509804%, 21.6470588235%);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(97.8039215686%, 98.1176470588%, 98.431372549%);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(10.3529411765%, 11.6078431373%, 12.862745098%);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 771px) {
  .sticky-d-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1350px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !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-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.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: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.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: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.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: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.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: 0.25rem !important;
}

.me-2 {
  margin-right: 0.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: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.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: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.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: 0.25rem !important;
}

.p-2 {
  padding: 0.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: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.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: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.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: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.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: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.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: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.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: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 771px) {
  .float-d-start {
    float: left !important;
  }
  .float-d-end {
    float: right !important;
  }
  .float-d-none {
    float: none !important;
  }
  .d-d-inline {
    display: inline !important;
  }
  .d-d-inline-block {
    display: inline-block !important;
  }
  .d-d-block {
    display: block !important;
  }
  .d-d-grid {
    display: grid !important;
  }
  .d-d-table {
    display: table !important;
  }
  .d-d-table-row {
    display: table-row !important;
  }
  .d-d-table-cell {
    display: table-cell !important;
  }
  .d-d-flex {
    display: flex !important;
  }
  .d-d-inline-flex {
    display: inline-flex !important;
  }
  .d-d-none {
    display: none !important;
  }
  .flex-d-fill {
    flex: 1 1 auto !important;
  }
  .flex-d-row {
    flex-direction: row !important;
  }
  .flex-d-column {
    flex-direction: column !important;
  }
  .flex-d-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-d-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-d-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-d-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-d-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-d-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-d-wrap {
    flex-wrap: wrap !important;
  }
  .flex-d-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-d-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-d-0 {
    gap: 0 !important;
  }
  .gap-d-1 {
    gap: 0.25rem !important;
  }
  .gap-d-2 {
    gap: 0.5rem !important;
  }
  .gap-d-3 {
    gap: 1rem !important;
  }
  .gap-d-4 {
    gap: 1.5rem !important;
  }
  .gap-d-5 {
    gap: 3rem !important;
  }
  .justify-content-d-start {
    justify-content: flex-start !important;
  }
  .justify-content-d-end {
    justify-content: flex-end !important;
  }
  .justify-content-d-center {
    justify-content: center !important;
  }
  .justify-content-d-between {
    justify-content: space-between !important;
  }
  .justify-content-d-around {
    justify-content: space-around !important;
  }
  .justify-content-d-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-d-start {
    align-items: flex-start !important;
  }
  .align-items-d-end {
    align-items: flex-end !important;
  }
  .align-items-d-center {
    align-items: center !important;
  }
  .align-items-d-baseline {
    align-items: baseline !important;
  }
  .align-items-d-stretch {
    align-items: stretch !important;
  }
  .align-content-d-start {
    align-content: flex-start !important;
  }
  .align-content-d-end {
    align-content: flex-end !important;
  }
  .align-content-d-center {
    align-content: center !important;
  }
  .align-content-d-between {
    align-content: space-between !important;
  }
  .align-content-d-around {
    align-content: space-around !important;
  }
  .align-content-d-stretch {
    align-content: stretch !important;
  }
  .align-self-d-auto {
    align-self: auto !important;
  }
  .align-self-d-start {
    align-self: flex-start !important;
  }
  .align-self-d-end {
    align-self: flex-end !important;
  }
  .align-self-d-center {
    align-self: center !important;
  }
  .align-self-d-baseline {
    align-self: baseline !important;
  }
  .align-self-d-stretch {
    align-self: stretch !important;
  }
  .order-d-first {
    order: -1 !important;
  }
  .order-d-0 {
    order: 0 !important;
  }
  .order-d-1 {
    order: 1 !important;
  }
  .order-d-2 {
    order: 2 !important;
  }
  .order-d-3 {
    order: 3 !important;
  }
  .order-d-4 {
    order: 4 !important;
  }
  .order-d-5 {
    order: 5 !important;
  }
  .order-d-last {
    order: 6 !important;
  }
  .m-d-0 {
    margin: 0 !important;
  }
  .m-d-1 {
    margin: 0.25rem !important;
  }
  .m-d-2 {
    margin: 0.5rem !important;
  }
  .m-d-3 {
    margin: 1rem !important;
  }
  .m-d-4 {
    margin: 1.5rem !important;
  }
  .m-d-5 {
    margin: 3rem !important;
  }
  .m-d-auto {
    margin: auto !important;
  }
  .mx-d-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-d-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-d-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-d-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-d-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-d-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-d-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-d-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-d-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-d-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-d-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-d-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-d-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-d-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-d-0 {
    margin-top: 0 !important;
  }
  .mt-d-1 {
    margin-top: 0.25rem !important;
  }
  .mt-d-2 {
    margin-top: 0.5rem !important;
  }
  .mt-d-3 {
    margin-top: 1rem !important;
  }
  .mt-d-4 {
    margin-top: 1.5rem !important;
  }
  .mt-d-5 {
    margin-top: 3rem !important;
  }
  .mt-d-auto {
    margin-top: auto !important;
  }
  .me-d-0 {
    margin-right: 0 !important;
  }
  .me-d-1 {
    margin-right: 0.25rem !important;
  }
  .me-d-2 {
    margin-right: 0.5rem !important;
  }
  .me-d-3 {
    margin-right: 1rem !important;
  }
  .me-d-4 {
    margin-right: 1.5rem !important;
  }
  .me-d-5 {
    margin-right: 3rem !important;
  }
  .me-d-auto {
    margin-right: auto !important;
  }
  .mb-d-0 {
    margin-bottom: 0 !important;
  }
  .mb-d-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-d-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-d-3 {
    margin-bottom: 1rem !important;
  }
  .mb-d-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-d-5 {
    margin-bottom: 3rem !important;
  }
  .mb-d-auto {
    margin-bottom: auto !important;
  }
  .ms-d-0 {
    margin-left: 0 !important;
  }
  .ms-d-1 {
    margin-left: 0.25rem !important;
  }
  .ms-d-2 {
    margin-left: 0.5rem !important;
  }
  .ms-d-3 {
    margin-left: 1rem !important;
  }
  .ms-d-4 {
    margin-left: 1.5rem !important;
  }
  .ms-d-5 {
    margin-left: 3rem !important;
  }
  .ms-d-auto {
    margin-left: auto !important;
  }
  .p-d-0 {
    padding: 0 !important;
  }
  .p-d-1 {
    padding: 0.25rem !important;
  }
  .p-d-2 {
    padding: 0.5rem !important;
  }
  .p-d-3 {
    padding: 1rem !important;
  }
  .p-d-4 {
    padding: 1.5rem !important;
  }
  .p-d-5 {
    padding: 3rem !important;
  }
  .px-d-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-d-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-d-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-d-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-d-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-d-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-d-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-d-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-d-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-d-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-d-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-d-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-d-0 {
    padding-top: 0 !important;
  }
  .pt-d-1 {
    padding-top: 0.25rem !important;
  }
  .pt-d-2 {
    padding-top: 0.5rem !important;
  }
  .pt-d-3 {
    padding-top: 1rem !important;
  }
  .pt-d-4 {
    padding-top: 1.5rem !important;
  }
  .pt-d-5 {
    padding-top: 3rem !important;
  }
  .pe-d-0 {
    padding-right: 0 !important;
  }
  .pe-d-1 {
    padding-right: 0.25rem !important;
  }
  .pe-d-2 {
    padding-right: 0.5rem !important;
  }
  .pe-d-3 {
    padding-right: 1rem !important;
  }
  .pe-d-4 {
    padding-right: 1.5rem !important;
  }
  .pe-d-5 {
    padding-right: 3rem !important;
  }
  .pb-d-0 {
    padding-bottom: 0 !important;
  }
  .pb-d-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-d-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-d-3 {
    padding-bottom: 1rem !important;
  }
  .pb-d-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-d-5 {
    padding-bottom: 3rem !important;
  }
  .ps-d-0 {
    padding-left: 0 !important;
  }
  .ps-d-1 {
    padding-left: 0.25rem !important;
  }
  .ps-d-2 {
    padding-left: 0.5rem !important;
  }
  .ps-d-3 {
    padding-left: 1rem !important;
  }
  .ps-d-4 {
    padding-left: 1.5rem !important;
  }
  .ps-d-5 {
    padding-left: 3rem !important;
  }
  .text-d-start {
    text-align: left !important;
  }
  .text-d-end {
    text-align: right !important;
  }
  .text-d-center {
    text-align: center !important;
  }
}
@media (min-width: 1350px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body, html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 29px;
  color: #080705;
  font-family: "Raleway", serif;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

body * {
  box-sizing: border-box;
}

.layout-content {
  flex: 1 0 auto;
}

.layout-footer {
  flex-shrink: 0;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0.5em 0;
}

ul {
  padding-left: 40px;
}

.menuMobile {
  color: #080705;
  padding: 40px 0 20px;
}

.menuMobile-button {
  background: url("./images/hamburger.svg") center center no-repeat;
  width: 44px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 25px;
}

.menuMobile-bg {
  background: url("./images/ornament2.svg") repeat-x;
  height: 22px;
  position: absolute;
  left: 2px;
  right: 2px;
  display: none;
}
.menuMobile-bg--top {
  top: 11px;
}
.menuMobile-bg--bottom {
  bottom: 0;
}

.menuMobile--expanded {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
}
.menuMobile--expanded .menuMobile-bg {
  display: block;
}
.menuMobile--expanded .menuMobile-body {
  display: block;
}
.menuMobile--expanded .menuMobile-button {
  background: #FFFFFF url("./images/hamburger_active.svg") center center no-repeat;
}

.menuMobile-body {
  display: none;
  padding: 0 22px;
}

.menuMobile-inner {
  display: none;
  flex-direction: column;
  align-items: center;
  line-height: 32px;
  padding-bottom: 16px;
  margin-top: -4px;
}

.menuMobile-item {
  border-top: 1px solid #F18521;
}
.menuMobile-item:first-child {
  border-top: transparent;
}

.menuMobile-item--expanded .menuMobile-inner {
  display: flex;
}
.menuMobile-item--expanded .menuMobile-itemTitle:after {
  transform: rotate(0);
}

.menuMobile-itemTitle {
  text-transform: uppercase;
  font-family: "Cinzel Decorative", serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 16px 0;
}
.menuMobile-itemTitle:after {
  content: "";
  position: absolute;
  background: url("./images/arrow.svg") center center no-repeat;
  width: 9px;
  height: 9px;
  right: 0;
  top: 50%;
  margin-top: -4.5px;
  margin-right: 16px;
  transform: rotate(-90deg);
}

.menuMobile-delimiter {
  width: 100%;
  padding-bottom: 13px;
}

@font-face {
  font-family: "Cinzel Decorative";
  src: url("./fonts/CinzelDecorative-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Cinzel Decorative";
  src: url("./fonts/CinzelDecorative-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Raleway";
  src: url("./fonts/Raleway-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Raleway";
  src: url("./fonts/Raleway-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: optional;
}
.link, .faq-item .faq-answer a, .glance-value a, .article a, .cite .cite-link {
  color: #080705;
  text-decoration: none;
  font-weight: bold;
}
.link--showAll span {
  font-weight: normal;
}

.menuDesktop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menuDesktop-item {
  position: relative;
  margin-right: 30px;
}
.menuDesktop-item:last-child {
  margin-right: 0;
}

.menuDesktop-inner {
  padding: 17px 33px 33px 33px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  display: none;
  flex-direction: column;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
  z-index: 1;
  text-align: center;
  background: #ffffff;
}
.menuDesktop-inner a {
  border-bottom: 1px solid rgba(241, 133, 33, 0.5);
  display: block;
  width: 100%;
}
.menuDesktop-inner a:last-child {
  border-bottom: transparent;
}

.menuDesktop-innerTitle, .menuDesktop-itemTitle {
  font-family: "Cinzel Decorative", serif;
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #080705;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.menuDesktop-innerTitle:after, .menuDesktop-itemTitle:after {
  content: "";
  background: url(./images/arrow.svg) center center no-repeat;
  width: 9px;
  height: 9px;
  margin-top: 4px;
  margin-left: 5px;
}
.menuDesktop-innerTitle:hover, .menuDesktop-itemTitle:hover {
  cursor: pointer;
}

.menuDesktop-itemTitle:hover {
  color: #FFE941;
}
.menuDesktop-itemTitle:hover:after {
  background: url(./images/arrow_hover.svg) center center no-repeat;
}

.menuDesktop-innerMenu {
  margin: 44px -5px 0;
}

.menuDesktop-item--expanded .menuDesktop-inner {
  display: flex;
}
.menuDesktop-item--expanded .menuDesktop-bg {
  display: block;
}
.menuDesktop-item--expanded .menuDesktop-itemTitle:hover {
  color: #080705;
}
.menuDesktop-item--expanded .menuDesktop-itemTitle:hover:after {
  background: url(./images/arrow.svg) center center no-repeat;
}

.menuDesktop-bg {
  background: url(./images/ornament2.svg) repeat-x;
  height: 22px;
  position: absolute;
  left: 2px;
  right: 2px;
  display: none;
}
.menuDesktop-bg--top {
  top: 52px;
}
.menuDesktop-bg--bottom {
  bottom: 0;
}

header {
  background: #F18521 url("./images/ornament.svg") repeat-x;
  padding-top: 20px;
  padding-bottom: 0;
}

.header-body {
  position: relative;
  height: 75px;
  display: flex;
  align-items: center;
  padding-right: 44px;
}
@media (min-width: 771px) {
  .header-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header-logo {
  display: block;
  z-index: 101;
}
.header-logo img {
  max-width: 100%;
  height: auto;
}

.header-menuMobile {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}
.header-menuMobile--expanded {
  z-index: 101;
}

.header-menuDesktop {
  display: none;
  flex-grow: 1;
  margin-right: 33px;
}

@media (min-width: 1036px) {
  .header-menuDesktop {
    display: block;
  }
  .header-menuMobile {
    display: none;
  }
  .header-body {
    padding-right: 0;
  }
}
.footer {
  background: #0D2033 url("./images/ornament.svg") repeat-x;
  padding-bottom: 100px;
  padding-top: 21px;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 771px) {
  .footer {
    text-align: left;
  }
}

.footer-content {
  background: #F18521;
  padding-top: 29px;
  padding-bottom: 22px;
}

.footer-copyright {
  color: #FFFFFF;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 37px;
}

.footer-logo {
  grid-area: logo;
  display: block;
  line-height: 0;
}
.footer-logo img {
  max-width: 100%;
  height: auto;
}

.footer-social {
  grid-area: social;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-socialItem {
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-socialItem:last-child {
  margin-right: 0;
}

.footer-mail {
  grid-area: mail;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-link {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.footer-link--mail {
  font-size: 1.188rem;
  line-height: 2.438rem;
  position: relative;
  padding-left: 35px;
}
.footer-link--mail:after {
  content: "";
  position: absolute;
  background: url("./images/mail.svg") right center no-repeat;
  width: 19px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-6px);
}

.footer-menu {
  grid-area: menu;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-more {
  grid-area: more;
}

.footer-text {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-text--big {
  grid-area: big-text;
}

.footer-download {
  grid-area: download;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-download .footer-downloadItem {
  margin-right: 12px;
}
.footer-download .footer-downloadItem:last-child {
  margin-right: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(7, auto);
  gap: 25px 0;
  grid-template-areas: "logo" "social" "mail" "menu" "more" "download" "big-text";
}
@media (min-width: 771px) {
  .footer-grid {
    grid-template-columns: auto auto auto;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "logo menu menu" "more download download" "mail social social" "big-text big-text big-text";
    gap: 25px 25px;
  }
  .footer-grid .footer-social {
    max-width: 230px;
  }
  .footer-grid .footer-social, .footer-grid .footer-download, .footer-grid .footer-menu, .footer-grid .footer-mail {
    justify-content: flex-start;
  }
  .footer-grid .footer-mail, .footer-grid .footer-more, .footer-grid .footer-menu, .footer-grid .footer-download, .footer-grid .footer-text--big, .footer-grid .footer-social {
    margin-left: 25px;
  }
}
@media (min-width: 1000px) {
  .footer-grid {
    grid-template-columns: auto auto auto auto;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "logo menu menu menu" "more more more more" "mail download download social" "big-text big-text big-text big-text";
  }
}

.social {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.social--tw {
  background: url("./images/twitter.svg") center center no-repeat;
}
.social--fb {
  background: url("./images/facebook.svg") center center no-repeat;
}
.social--yt {
  background: url("./images/youtube.svg") center center no-repeat;
}
.social--cite {
  background: url("./images/cite1.svg") center center no-repeat;
}
.social--classroom * {
  opacity: 0;
}
.social--classroom {
  background: url("./images/classroom2.svg") center center no-repeat;
}
.social--reddit {
  background: url("./images/reddit2.svg") center center no-repeat;
}
.social--listen {
  background: url("./images/listen2.svg") center center no-repeat;
}
.social--print {
  background: url("./images/print2.svg") center center no-repeat;
}

.download {
  display: block;
  line-height: 0;
}
.download img {
  max-width: 100%;
  height: auto;
}

.page {
  padding: 8px 0;
}

.page-search {
  margin-top: 35px;
}

.page-breadcrumbs {
  text-align: center;
}

.title, .article h2, .article h3, .title--mythSubtitle, .title--myth {
  font-family: "Cinzel Decorative", serif;
  color: #080705;
  font-weight: bold;
}
.title--1, .title--myth {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.title--2, .article h2, .title--mythSubtitle {
  font-size: 1.75rem;
  line-height: 2.313rem;
}
.title--3 {
  font-size: 1.625rem;
  line-height: 2.188rem;
}
.title--center, .title--mythSubtitle, .title--myth {
  text-align: center;
}
.title--stamp, .article h2, .title--myth {
  position: relative;
  padding-top: 30px;
}
.title--stamp:before, .article h2:before, .title--myth:before {
  content: "";
  display: block;
  background: url("./images/ornament5.png") center center no-repeat;
  width: 100%;
  height: 172px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
}

.title--mythSubtitle {
  color: #F18521;
}

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ornament:before, .ornament:after {
  content: "";
  display: block;
  background: url("./images/ornament4_small.png");
  width: 28px;
  height: 23px;
  flex-shrink: 0;
}
@media (min-width: 771px) {
  .ornament:before, .ornament:after {
    background: url("./images/ornament4.png");
    width: 126px;
    height: 29px;
    flex-shrink: 1;
  }
}
.ornament:before {
  margin-right: 14px;
}
@media (min-width: 771px) {
  .ornament:before {
    margin-right: 35px;
  }
}
.ornament:after {
  transform: rotate(180deg);
  margin-left: 14px;
}
@media (min-width: 771px) {
  .ornament:after {
    margin-left: 35px;
  }
}

.center {
  display: flex;
  justify-content: center;
}
.center .underline {
  align-items: center;
}

.color-primary {
  color: #F18521;
}

.text {
  font-size: 18px;
  line-height: 24px;
}

.homepage-linksList {
  margin-top: 12px;
  text-align: center;
}

.homepage-welcomeTo {
  color: #F18521;
  font-size: 0.875rem;
  line-height: 1.188rem;
  font-family: "Cinzel Decorative", serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  padding-bottom: 3px;
  text-align: center;
}
@media (min-width: 771px) {
  .homepage-welcomeTo {
    text-align: left;
  }
}

.homepage-underline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 771px) {
  .homepage-underline {
    align-items: flex-start;
  }
}
.homepage-underline:after {
  content: "";
  display: block;
  width: 110px;
  padding-bottom: 8px;
  border-bottom: 2px solid #F18521;
}

.homepage-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 771px) {
  .homepage-intro {
    flex-direction: row;
    align-items: flex-start;
  }
}

.homepage-image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  background: url("./images/greek.png") center center no-repeat;
  width: 295px;
  height: 276px;
  border: 10px solid #ffffff;
  margin-bottom: 5px;
  background-size: cover;
}
@media (min-width: 771px) {
  .homepage-image {
    margin-right: 40px;
    flex-shrink: 0;
    width: 212px;
    height: 230px;
  }
}

.homepage-delimiter {
  margin: 20px 0;
}

.delimiter {
  position: relative;
  width: 100%;
  height: 11px;
}
.delimiter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 1px;
  background: #F18521;
  width: 100%;
}
.delimiter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF url("./images/ornament3.png") no-repeat top center;
  width: 152px;
  height: 11px;
}

.ad {
  margin: 10px auto;
}

.searchForm {
  max-width: 650px;
  margin: 0 auto;
}

button.gsc-search-button-v2,
button.gsc-search-button-v2:hover,
button.gsc-search-button-v2:focus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #080705;
  padding: 9px 27px;
  background-color: #080705;
  margin-left: 10px;
}

button.gsc-search-button-v2 svg {
  fill: #F18521;
}

td.gsib_a {
  padding: 2px 9px 2px 9px;
}

.searchForm .gsc-input-box {
  padding-top: 1px;
  padding-bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sideMenu {
  text-align: center;
}
.sideMenu .link {
  line-height: 2rem;
}
.sideMenu .sideMenu-item {
  padding: 0 18px;
  border-bottom: 1px solid rgba(241, 133, 33, 0.5);
}
.sideMenu .sideMenu-item:last-child {
  border-bottom: transparent;
}

.breadcrumbs {
  font-size: 1.125rem;
}

.share {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.share .share-item {
  width: 38px;
  height: 38px;
  display: block;
  margin-right: 5px;
  cursor: pointer;
}
.share .share-item:last-child {
  margin-right: 0;
}
.share .share-item--fb {
  background: url("./images/share_fb.svg") center center no-repeat;
}
.share .share-item--tw {
  background: url("./images/share_tw.svg") center center no-repeat;
}
.share .share-item--yt {
  background: url("./images/share_yt.svg") center center no-repeat;
}
.share .share-item--cite {
  background: url("./images/cite.svg") center center no-repeat;
}
.share .share-item--classroom * {
  opacity: 0;
}
.share .share-item--classroom {
  background: url("./images/classroom.svg") center center no-repeat;
}
.share .share-item--reddit {
  background: url("./images/reddit.svg") center center no-repeat;
}
.share .share-item--listen {
  background: url("./images/listen.svg") center center no-repeat;
}
.share .share-item--print {
  background: url("./images/print.svg") center center no-repeat;
  appearance: none;
  border: none;
  padding: 0;
  font: inherit;
}

.parent-share {
  margin-top: 20px;
}

.cardsList-item {
  margin: 25px auto 0 auto;
  max-width: 250px;
}

.mythCard {
  display: block;
}
.mythCard .mythCard-delimiter {
  margin: 13px auto 0 auto;
}
.mythCard .mythCard-title {
  margin-top: 4px;
  font-family: "Cinzel Decorative", serif;
  font-weight: bold;
  text-align: center;
  color: #080705;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 771px) {
  .mythCard .mythCard-title {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}

.cite .cite-header {
  position: relative;
  background-color: #F18521;
}
.cite .cite-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 38px;
  background: url("./images/pattern.png") repeat-x;
}
.cite .cite-header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 38px;
  background: url("./images/pattern.png") repeat-x;
  transform: rotate(180deg);
}
.cite .cite-headerContent {
  padding: 20px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media (min-width: 771px) {
  .cite .cite-headerContent {
    background: url("./images/www.svg") no-repeat 20px center;
    background-size: auto 190px;
    padding: 35px 56px 35px 235px;
  }
}
.cite .cite-body {
  padding: 30px 30px 15px;
  background: #f6f6f6;
  word-break: break-word;
  color: #666666;
}
.cite .cite-use {
  color: #000000;
}
@media (min-width: 771px) {
  .cite--info .cite-headerContent {
    background: url("./images/info.svg") no-repeat 20px center;
    background-size: auto 265px;
    padding-left: 300px;
  }
}
.cite--info a {
  color: #ffffff;
}
.cite .cite-link {
  cursor: pointer;
}

.article {
  font-size: 1.125rem;
}
.article h2 {
  text-align: center;
}
.article h3 {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #F18521;
}
.article h3:before {
  content: "";
  background: url("./images/ornament4_small.png");
  width: 28px;
  height: 23px;
  margin-right: 25px;
}
@media (min-width: 771px) {
  .article h3:before {
    background: url("./images/ornament4.png");
    width: 126px;
    height: 29px;
    margin-right: 35px;
  }
}
.article h3:after {
  content: "";
  background: url("./images/ornament4_small.png");
  width: 28px;
  height: 23px;
  margin-left: 25px;
  transform: rotate(180deg);
}
@media (min-width: 771px) {
  .article h3:after {
    background: url("./images/ornament4.png");
    width: 126px;
    height: 29px;
    margin-left: 35px;
  }
}

.child-share {
  margin-top: 10px;
}

.child-faq {
  margin-top: 10px;
  margin-bottom: 10px;
}
.child-faq .child-faqTitle {
  margin-bottom: 20px;
}

.child-delimiter {
  margin-top: 30px;
}

.child-topMythCard {
  max-width: 250px;
  margin: 0 auto 10px;
}
.child-topMythCard .delimiter {
  margin: 13px auto 0;
}

.child-seeAlso {
  margin-top: 20px;
}

.child-title {
  margin-bottom: 10px;
}

.child-infobox {
  margin-bottom: 10px;
}

.sidebar {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  padding: 0 22px 0 22px;
}
.sidebar .sidebar-delimiter {
  background: url("./images/ornament2.svg") repeat-x;
  height: 22px;
  margin: 0 -20px 20px -20px;
}
.sidebar:before, .sidebar:after {
  background: url("./images/ornament2.svg") repeat-x;
  height: 22px;
  margin: 0 -20px 20px -20px;
  display: block;
  content: "";
}

.sidebar-section {
  margin-bottom: 20px;
}

.glance {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
}

.glance-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.glance-header:before {
  content: "";
  background: url("./images/ornament4_small.png") center center no-repeat;
  width: 28px;
  height: 23px;
}
.glance-header:after {
  content: "";
  background: url("./images/ornament4_small.png") center center no-repeat;
  transform: rotate(180deg);
  width: 28px;
  height: 23px;
}

.glance-title {
  font-weight: bold;
  font-family: "Cinzel Decorative", serif;
  background: #F18521;
  color: #FFFFFF;
  flex-grow: 1;
  padding: 3px 0;
}

.glance-value {
  padding: 11px 0;
}
.faq-item {
  border: 1px solid #080705;
  padding: 0 25px 0;
  margin-bottom: 20px;
  text-align: left;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item .faq-question {
  cursor: pointer;
  padding: 20px 0;
  font-family: "Cinzel Decorative", serif;
  color: #F18521;
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item .faq-question:after {
  content: "";
  background: url("./images/arrow2.svg") center center no-repeat;
  width: 17px;
  height: 10px;
  transform: rotate(-90deg);
}
.faq-item .faq-answer {
  padding-right: 15px;
  padding-bottom: 20px;
  font-size: 1.125rem;
  display: none;
}
.faq-item--expanded .faq-question:after {
  transform: rotate(0);
}
.faq-item--expanded .faq-answer {
  display: block;
}

.mythAvatar .mythAvatar-body {
  margin: 0 auto;
  height: 0;
  padding-bottom: 100%;
  border: 2px solid #F18521;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.mythAvatar .mythAvatar-body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 6px solid #FFFFFF;
  border-radius: 50%;
}
.mythAvatar .mythAvatar-body img {
  object-fit: cover;
  object-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.mythAvatar .mythAvatar-body:after {
  content: "";
  background: url("./images/palm.svg") center bottom no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.oko-adhesion .adhesion-close-button {
  padding: 0;
  width: 25px;
  height: 25px;
}

.citeAction {
  max-width: 650px;
}
.citeAction .citeAction-output {
  display: none;
  border: 1px solid #D5D5D5;
  padding: 15px;
  word-break: break-word;
}
.citeAction .citeAction-output--active {
  display: block;
}
.citeAction .citeAction-select {
  width: 100%;
  margin-bottom: 16px;
  font-size: 1rem;
  padding: 10px 15px;
  border-radius: 5px;
  background: #ffffff;
}
.citeAction .citeAction-title {
  text-transform: uppercase;
}
.citeAction .citeAction-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
}
.citeAction .citeAction-title {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 16px;
}
.citeAction .citeAction-titleIcon {
  margin-right: 10px;
}

.listen-close, .popup-close {
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  top: 19px;
  right: 19px;
}
.listen-close:before, .popup-close:before, .listen-close:after, .popup-close:after {
  position: absolute;
  content: "";
  height: 25.4558441227px;
  width: 2px;
  background-color: #707070;
}
.listen-close:before, .popup-close:before {
  left: -1px;
  top: 0;
  transform-origin: top center;
  transform: rotate(-45deg);
}
.listen-close:after, .popup-close:after {
  right: -1px;
  top: 0;
  transform-origin: top center;
  transform: rotate(45deg);
}

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(8, 7, 5, 0.3);
  z-index: 100000;
  overflow-y: auto;
}
.popup--active {
  display: block;
}

.popup-body {
  max-width: 770px;
  margin: 0 auto;
  min-height: 100%;
  display: flex;
  align-items: center;
}

.popup-content {
  background: #FFFFFF;
  padding: 20px 30px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 771px) {
  .popup-content {
    padding: 40px 60px;
  }
}

.button {
  background: #F18521;
  color: #ffffff;
  border-radius: 23px;
  font-size: 1.125rem;
  padding: 13px 25px;
  display: inline-block;
  cursor: pointer;
}

.button--copy {
  position: relative;
  padding-left: 60px;
}
.button--copy:before {
  content: "";
  background: url("./images/copy.svg");
  width: 21.276px;
  height: 21.388px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.youtube {
  max-width: 560px;
  max-height: 315px;
  margin: 0 auto;
}

.listen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  padding: 25px 0;
  color: #080705;
  transform: translateY(-100%);
  transition: transform 0.5s;
  border-bottom: 3px solid #F18521;
}
.listen--active {
  transform: translateY(0);
}

.listen-body {
  position: relative;
}

.listen-playerPanel {
  display: flex;
  align-items: flex-end;
}

.listen-play {
  background: #F18521 url("./images/play.svg") no-repeat center center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.listen-play:hover {
  background-image: url("./images/play2.svg");
}
.listen-play--play {
  background-image: url("./images/pause.svg");
}
.listen-play--play:hover {
  background-image: url("./images/pause2.svg");
}

.listen-track {
  margin-left: 30px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.listen-rewind {
  width: 23px;
  height: 23px;
  margin-right: 8px;
  cursor: pointer;
}
.listen-rewind:hover svg .a {
  fill: #F18521;
}

.listen-volume {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.listen-volume .listen-volumeWrapper {
  display: none;
  align-items: center;
  padding: 4px 0;
}
.listen-volume:hover .listen-volumeWrapper {
  display: flex;
}

.listen-mute {
  width: 23px;
  height: 23px;
  margin-right: 4px;
}
.listen-mute .listen-muteIcon {
  display: none;
}
.listen-mute:hover svg .a {
  fill: #F18521;
}
.listen-mute--active .listen-volumeIcon {
  display: none;
}
.listen-mute--active .listen-muteIcon {
  display: block;
}

.listen-soundLine {
  width: 80px;
  height: 2px;
  background: #DDD;
}
.listen-soundLine .listen-soundBar {
  background: #F18521;
  height: 2px;
  position: relative;
}
.listen-soundLine .listen-soundBar:after {
  content: "";
  position: absolute;
  display: block;
  right: -3px;
  top: -2px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #F18521;
}

.listen-progress {
  margin-left: 20px;
  flex-grow: 1;
  position: relative;
  top: -14px;
}

.listen-time {
  font-size: 1.125rem;
  margin-left: 14px;
  min-width: 110px;
  text-align: center;
}

.listen-currentTime {
  font-weight: bold;
}

.listen-speed {
  width: 30px;
  height: 30px;
  background: #F18521;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  margin-left: 14px;
  cursor: pointer;
}

.listen-controls {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.listen-playLine {
  height: 8px;
  border-radius: 3px;
  background: #FCE7D2;
  cursor: pointer;
}
.listen-playLine .listen-progressBar {
  width: 0;
  height: 8px;
  border-radius: 3px;
  background: #F18521;
}

.listen-speedPanel {
  display: none;
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.listen-speedPanel--active {
  display: block;
}
.listen-speedPanel .listen-speedPanelTitle {
  text-align: center;
}
.listen-speedPanel .listen-speedList {
  display: flex;
  justify-content: center;
}
.listen-speedPanel .listen-speedOption {
  margin: 0 6px;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #F18521;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  cursor: pointer;
}

.listen-trackName {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 770.98px) {
  .listen-trackName {
    display: none;
  }
  .listen-progress {
    display: none;
  }
  .listen-duration {
    display: none;
  }
}
.pbs__player {
  z-index: 2147483646 !important;
}

@media print {
  .header,
  .layout-footer,
  .menuMobile,
  .menuDesktop,
  .page-breadcrumbs,
  .parent-share,
  .child-share,
  .ad,
  .page-search,
  .searchForm,
  .delimiter,
  .homepage-delimiter,
  .child-delimiter,
  .sidebar-delimiter,
  .listen,
  .popup,
  .child-topMythCard,
  .child-infobox,
  .youtube,
  .sideMenu,
  .mythCard,
  button,
  .share,
  .footer-download {
    display: none !important;
  }
  body,
  html {
    font-family: "Times New Roman", Times, serif;
    color: #000;
    background: #fff;
  }
  .article h2,
  .article h3 {
    font-weight: bold;
  }
  .article h2:before, .article h2:after,
  .article h3:before,
  .article h3:after {
    display: none;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
  .glance {
    border-collapse: collapse;
  }
  .glance th,
  .glance td {
    border: 1px solid #999;
  }
}
