@charset "UTF-8";
/*!
 * Bootstrap Utilities v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

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

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      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;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      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: -ms-grid !important;
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          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;
}

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

.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-semibold {
  font-weight: 600 !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-color-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-bg-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 {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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;
  }
  .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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-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: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Saltos de Bootstrap */
.float-right {
  float: right;
}

.relative {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a:focus, a:hover, input:focus {
  text-decoration: underline;
}

.gap {
  display: block;
  position: relative;
  clear: both;
}

.gap:after {
  clear: both;
  content: "";
  display: table;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media all and (max-width: 767px) {
  .row.no-gutters.gutter-mvl > [class^=col-],
  .row.no-gutters.gutter-mvl > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media all and (min-width: 576px) {
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

*, *:hover, *:focus, *:active {
  outline: none !important;
  outline-style: none !important;
}

.white {
  color: white !important;
}

.img100 {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.black {
  color: black !important;
}

.oculto {
  display: none;
}

.visible {
  display: block !important;
}

.clear {
  display: block;
  float: none;
  clear: both;
}

.mayus {
  text-transform: uppercase;
}

.texto-centrado {
  text-align: center !important;
}

.no-padding {
  padding: 0;
}

@media all and (min-width: 576px) {
  .no-padding-left {
    padding-left: 0;
  }
}

@media all and (min-width: 576px) {
  .no-padding-right {
    padding-right: 0;
  }
}

@media all and (min-width: 576px) and (max-width: 767px) {
  .npl-sm {
    padding-left: 0;
  }
}

@media all and (max-width: 575px) {
  .npl-xs {
    padding-left: 0;
  }
}

@media all and (min-width: 576px) and (max-width: 767px) {
  .npr-sm {
    padding-right: 0;
  }
}

@media all and (max-width: 991px) {
  .npr-xs {
    padding-right: 0;
  }
}

.texto-peque {
  font-size: 0.5rem;
  font-size: 0.7rem;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left;
}

/*.circle($size: auto) {
    border-radius: 50%;
    height: $size;
    width: $size;
    line-height: $size;
    display: inline-block;
    text-align: center;
}*/
/* NO MORE TABLES */
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td .btn {
    margin-bottom: 5px;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
  Label the data
  */
  #no-more-tables td:before {
    content: attr(data-title);
  }
}
.bg-azuloscuro {
  background-color: #002b52 !important;
}

.text-amarillo {
  color: #fde34a !important;
}

.text-azul {
  color: #002b52 !important;
}

/*##############################################################################
################################################################################
#################################   FONTS  ###################################
################################################################################
##############################################################################*/
@font-face {
  font-family: "Morganite";
  src: url("/assets/fonts/Morganite-Bold.eot");
  src: url("/assets/fonts/Morganite-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Morganite-Bold.woff2") format("woff2"), url("/assets/fonts/Morganite-Bold.woff") format("woff"), url("/assets/fonts/Morganite-Bold.ttf") format("truetype"), url("/assets/fonts/Morganite-Bold.svg#Morganite-Bold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Morganite";
  src: url("/assets/fonts/Morganite-Medium.eot");
  src: url("/assets/fonts/Morganite-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Morganite-Medium.woff2") format("woff2"), url("/assets/fonts/Morganite-Medium.woff") format("woff"), url("/assets/fonts/Morganite-Medium.ttf") format("truetype"), url("/assets/fonts/Morganite-Medium.svg#Morganite-Medium") format("svg");
  font-weight: 500;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: white;
}
body p, body li {
  line-height: 1.3;
  margin-bottom: 20px;
}
body b, body strong {
  font-weight: 900;
}
body a {
  text-decoration: none;
  color: #fde34a;
}
body a:hover {
  text-decoration: underline;
  color: #fde34a;
}
body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body ul.list {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 20px;
}
body h1, body h2, body h3, body h4 {
  font-family: "Morganite";
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
body h1.lato, body h2.lato, body h3.lato, body h4.lato {
  letter-spacing: normal;
  font-family: "Lato" !important;
  font-weight: 900;
}
body h1, body h2 {
  font-size: 60px;
  letter-spacing: 4px;
  line-height: 1.1;
}
body h1.lato, body h2.lato {
  font-size: 22px;
  margin-bottom: 20px;
}
body h3 {
  font-size: 46px;
  letter-spacing: 3.5px;
}
body h3.lato {
  font-size: 22px;
  margin-bottom: 20px;
}
body h4 {
  font-size: 40px;
  margin-top: 20px;
  letter-spacing: 2.5px;
}
body h4.lato {
  font-size: 20px;
}
body .text-sm {
  font-size: 18px;
}
body .alert {
  font-size: 16px;
  padding-bottom: 0;
}
body .alert p, body .alert li {
  font-size: 16px;
}
body .alert ul {
  margin-bottom: 20px;
}
body .alert ul li {
  margin-bottom: 0px;
}
@media all and (max-width: 1399px) {
  body {
    font-size: 18px;
  }
  body h1, body h2 {
    font-size: 56px;
  }
  body h1.lato, body h2.lato {
    font-size: 20px;
  }
  body h3 {
    font-size: 46px;
  }
  body h3.lato {
    font-size: 20px;
  }
}
@media all and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
  body h1, body h2 {
    font-size: 50px;
    letter-spacing: 4px;
  }
  body h1.lato, body h2.lato {
    font-size: 18px;
  }
  body h3 {
    font-size: 46px;
  }
  body h3.lato {
    font-size: 18px;
  }
  body h4 {
    font-size: 36px;
    letter-spacing: 2px;
  }
  body h4.lato {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  body h1, body h2 {
    font-size: 42px;
    letter-spacing: 3px;
  }
  body h1.lato, body h2.lato {
    font-size: 20px;
  }
  body h3 {
    font-size: 42px;
    letter-spacing: 3px;
  }
  body h3.lato {
    font-size: 20px;
  }
  body h4 {
    font-size: 32px;
    letter-spacing: 2px;
  }
  body h4.lato {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  body h1, body h2 {
    font-size: 38px;
    letter-spacing: 2.5px;
  }
  body h3 {
    font-size: 38px;
    letter-spacing: 2.5px;
  }
}
@media all and (max-width: 575px) {
  body h1, body h2 {
    font-size: 36px;
    letter-spacing: 2.5px;
  }
  body h3 {
    font-size: 32px;
    letter-spacing: 2px;
  }
}

/* BOTONES */
.btn {
  text-decoration: none;
  font-size: 20px;
  border: none;
  border-radius: 0;
  padding: 3px 30px 5px;
  border: 1px solid #002b52 !important;
  background-color: #002b52 !important;
  color: white !important;
}
.btn:hover {
  background-color: white !important;
  color: #002b52 !important;
  text-decoration: none;
}

.btn-sm {
  font-size: 16px !important;
  padding: 3px 15px 5px;
}

.btn-lg {
  font-size: 24px;
  padding: 10px 40px 10px;
}

.btn-amarillo {
  background-color: #fde34a !important;
  color: #002b52 !important;
  border: 2px solid #fde34a !important;
}
.btn-amarillo:hover {
  background-color: white !important;
  color: #002b52 !important;
}

.btn-blanco {
  background-color: white !important;
  color: #002b52 !important;
  border: 1px solid white !important;
}
.btn-blanco:hover {
  background-color: #002b52 !important;
  color: white !important;
}

.btn-img:hover img {
  -webkit-transform: scale(95%, 95%);
          transform: scale(95%, 95%);
}
@media all and (max-width: 1399px) {
  .btn-img img {
    height: 65px;
  }
}
@media all and (max-width: 1199px) {
  .btn-img img {
    height: 60px;
  }
}
@media all and (max-width: 991px) {
  .btn-img img {
    height: 55px;
  }
}
@media all and (max-width: 767px) {
  .btn-img img {
    height: 50px;
  }
}

@media all and (max-width: 991px) {
  .btn {
    font-size: 17px;
  }
}
@media all and (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1000px;
  }
}

@media all and (min-width: 1200px) {
  .container.container-1000 {
    max-width: 1060px;
  }
}

main {
  padding-bottom: 100px;
  background-image: url("../images/comun/background4.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #0b2031;
  background-size: 100%;
  padding-top: 120px;
}
@media all and (max-width: 1399px) {
  main {
    padding-top: 110px;
  }
}
@media all and (max-width: 1199px) {
  main {
    padding-top: 110px;
  }
}
@media all and (max-width: 991px) {
  main {
    padding-top: 90px;
  }
}
.inner-header {
  margin-bottom: 50px;
  text-align: center;
}
.inner-header h1, .inner-header .h1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1199px) {
  .inner-header {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .inner-header {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .inner-header {
    margin-bottom: 20px;
  }
}

.box-amarilla .box-amarilla-top {
  background-image: url("../images/comun/bg-box-amarilla-top.png");
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 102%;
}
.box-amarilla .box-amarilla-top.box-amarilla-top-md {
  height: 85px;
}
.box-amarilla .box-amarilla-top.box-amarilla-top-sm {
  height: 43px;
}
.box-amarilla .box-amarilla-mid {
  background-image: url("../images/comun/bg-box-amarilla-mid.png");
  background-size: 100%;
  padding: 0 40px 20px;
  color: #002b52;
}
.box-amarilla .box-amarilla-mid p, .box-amarilla .box-amarilla-mid li, .box-amarilla .box-amarilla-mid h2, .box-amarilla .box-amarilla-mid a, .box-amarilla .box-amarilla-mid h2, .box-amarilla .box-amarilla-mid h3, .box-amarilla .box-amarilla-mid h4, .box-amarilla .box-amarilla-mid label {
  color: #002b52;
}
.box-amarilla .box-amarilla-mid .bases {
  text-decoration: underline;
}
.box-amarilla .box-amarilla-bottom {
  background-image: url("../images/comun/bg-box-amarilla-bottom.png");
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.box-amarilla .box-amarilla-bottom-plana {
  background-image: url("../images/comun/bg-box-amarilla-bottom-plana.png");
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
@media all and (max-width: 1199px) {
  .box-amarilla .box-amarilla-mid {
    padding: 0 35px 20px;
  }
}
@media all and (max-width: 991px) {
  .box-amarilla .box-amarilla-top {
    height: 80px;
  }
  .box-amarilla .box-amarilla-mid {
    padding: 0 30px 15px;
  }
}
@media all and (max-width: 767px) {
  .box-amarilla .box-amarilla-top {
    height: 60px;
  }
  .box-amarilla .box-amarilla-mid {
    padding: 0 20px 15px;
  }
}
@media all and (max-width: 767px) {
  .box-amarilla .box-amarilla-top {
    height: 40px;
  }
}

.box-transparente .box-transparente-top {
  background-image: url("../images/comun/bg-box-transparente-top.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 120px;
  position: relative;
}
.box-transparente .box-transparente-top img {
  position: absolute;
  right: 40px;
  top: 20px;
}
.box-transparente .box-transparente-top-plana {
  background-image: url("../images/comun/bg-box-transparente-top-plana.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 80px;
  position: relative;
}
.box-transparente .box-transparente-top-plana.alt {
  background-image: url("../images/comun/bg-box-transparente-azul-top-plana.png");
}
.box-transparente .box-transparente-mid {
  background-image: url("../images/comun/bg-box-transparente-middle.png");
  background-size: 100%;
  padding: 0 30px 20px;
  /*h2{
      margin-top: 0;
      font-size: 24px;
      font-weight: 900;
  }*/
}
.box-transparente .box-transparente-mid p:last-child {
  margin-bottom: 0;
}
.box-transparente .box-transparente-mid.alt {
  background-image: url("../images/comun/bg-box-transparente-azul-middle.png");
}
.box-transparente .box-transparente-bottom {
  background-image: url("../images/comun/bg-box-transparente-bottom.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 40px;
  background-position: center top;
}
.box-transparente .box-transparente-bottom.alt {
  background-image: url("../images/comun/bg-box-transparente-azul-bottom.png");
}
@media all and (max-width: 1399px) {
  .box-transparente .box-transparente-top {
    height: 100px;
  }
  .box-transparente .box-transparente-top img {
    position: absolute;
    right: 40px;
    top: 15px;
    width: 70px;
    max-width: 60px;
  }
  .box-transparente .box-transparente-mid {
    padding: 0 20px 20px;
  }
}
@media all and (max-width: 1199px) {
  .box-transparente .box-transparente-top {
    height: 110px;
  }
  .box-transparente .box-transparente-top img {
    position: absolute;
    right: 37px;
    top: 30px;
    width: 60px;
  }
}
@media all and (max-width: 991px) {
  .box-transparente .box-transparente-top img {
    position: absolute;
    right: 45px;
    top: 20px;
    width: 60px;
  }
  .box-transparente .box-transparente-mid {
    padding: 0 20px 10px;
  }
}

/* TEXTOS LEGALES */
.legal {
  color: #002b52;
}
.legal main {
  background-image: none;
  background-color: white;
}
.legal h1, .legal h2, .legal h3, .legal h4 {
  font-family: "Lato";
  font-weight: 900;
  color: #002b52;
  letter-spacing: normal;
}
.legal h1 {
  font-size: 40px;
  text-transform: uppercase;
}
.legal h2 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.legal h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.legal p, .legal li {
  color: #7A7A7A;
}
.legal a {
  color: #002b52;
}
.legal .contenido-faqs {
  margin-bottom: 50px;
}
.legal ul {
  padding-left: 40px;
  list-style-type: disc;
}
@media all and (max-width: 1199px) {
  .legal h1 {
    font-size: 32px;
  }
  .legal h2 {
    font-size: 22px;
  }
  .legal h3 {
    font-size: 18px;
  }
  .legal .contenido-faqs {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .legal h1 {
    font-size: 28px;
  }
  .legal h2 {
    font-size: 20px;
  }
  .legal h3 {
    font-size: 17px;
  }
  .legal .contenido-faqs {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .legal h1 {
    font-size: 24px;
  }
  .legal h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .legal .contenido-faqs {
    margin-bottom: 20px;
  }
}

/* MOdales */
.modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  border-radius: 10px;
}

.modal-header {
  text-align: center;
}
.modal-header .tit-modal {
  max-width: 428px;
}

.modal-body {
  background-color: white;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 600px;
  font-size: 18px;
  color: #002b52;
  padding: 30px;
  border-radius: 10px 10px 0 0;
}
.modal-body h2 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 30px;
}

.modal-footer {
  border: 0px;
}

/* BOTÓN VOLVER ARRIBA */
#btnTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 1000; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #fde34a; /* Set a background color */
  color: #002b52; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 14px; /* Increase font size */
  width: 50px;
  height: 40px;
  border: 2px solid white;
}
#btnTop i {
  color: #002b52;
  font-size: 20px;
}

#btnTop:hover, #btnTop:focus {
  background-color: white; /* Add a dark-grey background on hover */
  color: #fde34a;
  border-color: #fde34a;
  text-decoration: underline !important;
}

#btnTop:hover {
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
@media all and (max-width: 1399px) {
  header {
    height: 75px;
  }
}
@media all and (max-width: 1199px) {
  header {
    height: 60px;
  }
}
@media all and (max-width: 991px) {
  header {
    height: 50px;
  }
}
@media all and (max-width: 767px) {
  header {
    height: 40px;
  }
}
header ul.menu-sup {
  padding-left: 0;
  height: 100px;
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header ul.menu-sup > li {
  margin-bottom: 0;
}
header ul.menu-sup > li > a {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  color: #002b52;
  font-size: 20px;
  position: relative;
  text-align: center;
}
header ul.menu-sup > li > a.nav-item:hover, header ul.menu-sup > li > a.nav-item.active, header ul.menu-sup > li > a.nav-item:focus {
  text-decoration: none;
}
header ul.menu-sup > li > a.nav-item:hover:after, header ul.menu-sup > li > a.nav-item.active:after, header ul.menu-sup > li > a.nav-item:focus:after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #fde34a;
}
@media all and (max-width: 1700px) {
  header ul.menu-sup > li > a {
    font-size: 18px;
  }
}
@media all and (max-width: 1600px) {
  header ul.menu-sup > li > a {
    font-size: 17px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media all and (max-width: 1500px) {
  header ul.menu-sup > li > a {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media all and (max-width: 1399px) {
  header ul.menu-sup > li > a {
    font-size: 14px;
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media all and (max-width: 1199px) {
  header ul.menu-sup > li > a {
    font-size: 14px;
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media all and (max-width: 991px) {
  header ul.menu-sup > li > a {
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
    max-width: 100px;
    text-align: center;
    line-height: 1.1;
  }
}
header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-left .logo {
  padding-top: 30px;
  padding-left: 30px;
  margin-right: 25px;
}
header .header-left .logo a {
  display: block;
  height: 60px;
}
header .header-left .logo a img {
  width: 140px;
}
@media all and (max-width: 1399px) {
  header .header-left .logo {
    margin-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
  }
  header .header-left .logo a img {
    width: 120px;
  }
}
@media all and (max-width: 1199px) {
  header .header-left .logo {
    margin-right: 5px;
    padding-left: 5px;
  }
  header .header-left .logo a img {
    width: 85px;
  }
}
@media all and (max-width: 991px) {
  header .header-left .logo {
    padding-left: 5px;
  }
  header .header-left .logo a img {
    width: 75px;
  }
}
@media all and (max-width: 767px) {
  header .header-left .logo {
    padding-top: 20px;
    z-index: 10000;
  }
  header .header-left .logo a img {
    width: 80px;
  }
}
header .header-right {
  padding-right: 30px;
}
header .header-right ul li a.btn-privada {
  text-transform: uppercase;
  background-color: #fde34a;
  border-radius: 5px;
  padding: 5px 40px;
  margin-right: 20px;
}
header .header-right ul li a.btn-privada:hover, header .header-right ul li a.btn-privada.active, header .header-right ul li a.btn-privada:focus {
  background-color: #002b52;
  color: #fde34a;
  text-decoration: none;
}
header .header-right ul li a.btn-privada:hover:after, header .header-right ul li a.btn-privada.active:after, header .header-right ul li a.btn-privada:focus:after {
  display: none;
}
header .header-right ul li.selector-idioma {
  background-color: white !important;
  color: #002b52 !important;
}
header .header-right ul li.selector-idioma:hover, header .header-right ul li.selector-idioma.active, header .header-right ul li.selector-idioma:focus {
  text-decoration: none;
  color: azuloscuro !important;
}
header .header-right ul li.selector-idioma a {
  margin-right: 0;
  font-size: 16px;
}
@media all and (max-width: 991px) {
  header .header-right ul li.selector-idioma a {
    font-size: 14px;
  }
}
header .header-right ul.dropdown-menu {
  padding: 0;
  min-width: auto;
  border-radius: 0;
}
header .header-right ul.dropdown-menu li {
  margin-bottom: 0;
  margin-top: 0;
}
header .header-right ul.dropdown-menu li a {
  margin: 0;
  font-size: 16px;
}
header .header-right ul.dropdown-menu li a:hover {
  background-color: #fde34a;
}
@media all and (max-width: 1399px) {
  header .header-right {
    padding-right: 20px;
  }
  header .header-right ul li a.btn-privada {
    padding: 5px 30px;
  }
}
@media all and (max-width: 1199px) {
  header .header-right {
    padding-right: 10px;
  }
  header .header-right ul li a.btn-privada {
    padding: 5px 25px;
  }
}
@media all and (max-width: 991px) {
  header .header-right {
    padding-right: 5px;
  }
  header .header-right ul li a.btn-privada {
    padding: 5px 20px;
  }
}
@media all and (max-width: 767px) {
  header .menu-escritorio {
    display: none;
  }
}
header .list-idiomas {
  padding: 5px;
  list-style: none !important;
}
header .list-idiomas a {
  color: #002b52;
  margin-top: 5px;
  margin-left: 0 !important;
  background-color: white;
}
header .list-idiomas a:hover {
  text-decoration: none;
}
header nav#menu-movil {
  position: absolute;
  width: 100%;
  border: none;
  background-color: transparent;
  top: 0;
  right: 0;
  z-index: 100;
  min-height: auto;
}
@media all and (min-width: 768px) {
  header nav#menu-movil {
    display: none;
  }
}
header nav#menu-movil .navbar-header {
  background-color: transparent;
  height: 0;
}
header nav#menu-movil .navbar-header button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
header nav#menu-movil .navbar-header button span.icon-bar {
  background-color: #002b52;
  height: 3px;
}
header nav#menu-movil .navbar-collapse {
  margin-top: 40px;
  background-color: white;
  padding: 20px 20px 40px;
  -webkit-box-shadow: 0 0.625rem 0.3125rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.625rem 0.3125rem 0 rgba(0, 0, 0, 0.3);
}
header nav#menu-movil .navbar-collapse .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
header nav#menu-movil .navbar-collapse .navbar-nav li {
  display: block;
  margin-bottom: 0 !important;
}
header nav#menu-movil .navbar-collapse .navbar-nav li a {
  color: #002b52;
  font-size: 18px;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}
header nav#menu-movil .navbar-collapse .navbar-nav li a:hover::after, header nav#menu-movil .navbar-collapse .navbar-nav li a:focus::after, header nav#menu-movil .navbar-collapse .navbar-nav li a .active::after {
  content: "";
  position: absolute;
  z-index: 100;
  left: 0px;
  right: 0px;
  bottom: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #fde34a;
}
header nav#menu-movil .navbar-collapse .navbar-nav li:last-child a {
  text-transform: uppercase;
  background-color: #fde34a;
  border-radius: 5px;
  padding: 5px 40px;
  margin-right: 0;
}
header nav#menu-movil .navbar-collapse .navbar-nav li:last-child a:hover, header nav#menu-movil .navbar-collapse .navbar-nav li:last-child a.active, header nav#menu-movil .navbar-collapse .navbar-nav li:last-child a:focus {
  background-color: #002b52;
  color: #fde34a;
  text-decoration: none;
}
header nav#menu-movil .navbar-collapse .navbar-nav li:last-child a:hover:after, header nav#menu-movil .navbar-collapse .navbar-nav li:last-child a.active:after, header nav#menu-movil .navbar-collapse .navbar-nav li:last-child a:focus:after {
  display: none;
}
header nav#menu-movil .navbar-collapse .idiomas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
header nav#menu-movil .navbar-collapse .idiomas a {
  margin: 0 10px;
  color: #002b52;
  text-decoration: none;
}
header nav#menu-movil .navbar-collapse .idiomas a:hover {
  text-decoration: underline;
}

form .form-control, form .form-select {
  margin-bottom: 15px;
}
form .checkbox-cont {
  margin-top: 30px;
  padding: 0px 15px;
  font-size: 12px;
}
form .form-check-label {
  font-size: 14px;
}
form input.form-control, form select.form-select, form textarea.form-control {
  border-radius: 0;
  border: 1px solid #FF9B36;
}
form input.form-control:focus, form select.form-select:focus, form textarea.form-control:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #002b52;
}
form label {
  font-size: 18px;
}
form .label-multinivel {
  font-size: 14px;
  font-weight: bold;
  margin-top: -10px;
}
form .nota-multinivel {
  display: none;
  font-size: 13px;
  border: 1px solid #fd7e14;
  padding: 10px;
}
form .cont-multinivel {
  margin-top: -15px;
  margin-bottom: 10px;
}
form .has-error > label {
  color: red;
}
form .has-error > input, form .has-error > select {
  border: 2px solid red;
}

/*##############################################################################
################################################################################
#################################   !!FOOTER  ###################################
################################################################################
##############################################################################*/
footer #footer-top {
  background-color: #fde34a;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer #footer-top .menu-pie {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer #footer-top .menu-pie li {
  margin: 0px 20px;
}
footer #footer-top .menu-pie li a {
  color: #002b52;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  footer #footer-top .menu-pie {
    display: block;
    padding: 0px;
  }
  footer #footer-top .menu-pie li {
    margin-bottom: 15px;
  }
}
footer #footer-mid {
  padding-top: 20px;
}
footer #footer-mid .logos-pie {
  margin: 0;
  margin-top: -20px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footer-mid .logos-pie li {
  margin-bottom: 0;
  width: 40%;
}
footer #footer-mid .logos-pie li:nth-child(2) {
  width: 20%;
}
footer #footer-mid .logos-pie li:nth-child(3) {
  margin-top: -20px;
}
@media all and (max-width: 1199px) {
  footer #footer-mid .logos-pie {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 40px;
  }
  footer #footer-mid .logos-pie li:nth-child(2) {
    width: 18%;
  }
  footer #footer-mid .logos-pie li:nth-child(3) {
    margin-top: -30px;
  }
}
@media all and (max-width: 991px) {
  footer #footer-mid .logos-pie {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  footer #footer-mid .logos-pie li:nth-child(3) {
    margin-top: 0px;
  }
}
@media all and (max-width: 991px) {
  footer #footer-mid .logos-pie {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 0px;
  }
  footer #footer-mid .logos-pie li {
    width: 100%;
    max-width: 300px;
  }
  footer #footer-mid .logos-pie li:first-child, footer #footer-mid .logos-pie li:nth-child(2) {
    width: 48%;
    margin-bottom: 30px;
  }
  footer #footer-mid .logos-pie li:first-child img, footer #footer-mid .logos-pie li:nth-child(2) img {
    max-height: 70px;
  }
  footer #footer-mid .logos-pie li:nth-child(2) {
    text-align: right !important;
  }
}
footer #footer-bottom {
  background-color: #002b52;
  padding-top: 25px;
  padding-bottom: 10px;
}
footer #footer-bottom p {
  color: white;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  footer #footer-bottom p {
    font-size: 13px;
  }
}

/* MOdal video */
#modal-video .modal-body {
  padding: 0;
  border-radius: 0;
  border: 2px solid #fde34a;
  overflow: hidden;
  max-height: none;
  background-color: transparent;
}

.cont-slider {
  margin: 0 auto 60px;
  max-width: 100%;
}
@media all and (max-width: 1399px) {
  .cont-slider {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1199px) {
  .cont-slider {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .cont-slider {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .cont-slider {
    margin-bottom: 20px;
  }
}

#home #home-intro {
  margin-bottom: 100px;
}
#home #home-intro h2 {
  margin-bottom: 40px;
}
#home #home-intro h2 img {
  margin: auto;
}
#home #home-intro .bloques-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
#home #home-intro .bloques-intro .container-bloque {
  width: 32%;
  max-width: 300px;
}
#home #home-intro .bloques-intro .container-bloque.center {
  max-width: 400px;
}
#home #home-intro .bloques-intro .container-bloque .bloque-intro {
  min-height: 580px;
  margin-bottom: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#home #home-intro .bloques-intro .container-bloque .bloque-intro img {
  height: 115px;
  display: block;
}
#home #home-intro .bloques-intro .container-bloque .bloque-intro.bg-bottom-left {
  background-image: url("../images/home/bg-bottom-left.png");
}
#home #home-intro .bloques-intro .container-bloque .bloque-intro.bg-bottom-center {
  background-image: url("../images/home/bg-bottom-center.png");
}
#home #home-intro .bloques-intro .container-bloque .bloque-intro.bg-bottom-center h2 {
  margin-left: -15px;
}
#home #home-intro .bloques-intro .container-bloque .bloque-intro.bg-bottom-right {
  background-image: url("../images/home/bg-bottom-right.png");
}
@media all and (max-width: 1399px) {
  #home #home-intro .bloques-intro .container-bloque .bloque-intro {
    min-height: 470px;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro img {
    height: 100px;
    display: block;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro.bg-bottom-center h2 {
    margin-left: -25px;
  }
}
@media all and (max-width: 1199px) {
  #home #home-intro h2 {
    margin-bottom: 30px;
  }
  #home #home-intro .bloques-intro .container-bloque {
    width: 31%;
    max-width: 250px;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro {
    min-height: 420px;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro img {
    height: 80px;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro.bg-bottom-center h2 {
    margin-left: -25px;
  }
}
@media all and (max-width: 991px) {
  #home #home-intro {
    margin-bottom: 60px;
  }
  #home #home-intro h2 {
    margin-bottom: 20px;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro {
    min-height: 450px;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro img {
    height: 65px;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro h2 img {
    margin: auto;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro.bg-bottom-center h2 {
    margin-left: 0;
  }
  #home #home-intro .bloques-intro .container-bloque .btn-img img {
    height: 60px;
  }
}
@media all and (max-width: 767px) {
  #home #home-intro {
    margin-bottom: 0px;
  }
  #home #home-intro .bloques-intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home #home-intro .bloques-intro .container-bloque {
    width: 100%;
    max-width: 400px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    background-image: url("../images/home/bg-bottom-center.png");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro {
    background-image: none !important;
    min-height: auto;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro p {
    text-align: center;
  }
  #home #home-intro .bloques-intro .container-bloque .bloque-intro img {
    height: 70px;
  }
  #home #home-intro .bloques-intro .container-bloque .btn-img img {
    height: 50px;
  }
}
#home #home-premios h2 img {
  height: 115px;
}
#home #home-premios .bloques-premios {
  padding-top: 20px;
  margin: auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home #home-premios .bloques-premios .bloque-premios {
  width: 280px;
  min-height: 650px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#home #home-premios .bloques-premios .bloque-premios .container-images {
  margin-bottom: 10px;
  text-align: center;
}
#home #home-premios .bloques-premios .bloque-premios h3 {
  background-color: #fde34a;
  padding: 13px 10px 11px;
  color: #002b52;
  font-size: 34px;
  text-align: center;
  line-height: 0.9;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#home #home-premios .bloques-premios .bloque-premios.bg-left {
  padding-bottom: 25px;
  background-image: url("../images/home/bg-premios-left.png");
  background-position: left bottom;
}
#home #home-premios .bloques-premios .bloque-premios.bg-center {
  padding-bottom: 25px;
  background-image: url("../images/home/bg-premios-center.png");
  background-position: center bottom;
}
#home #home-premios .bloques-premios .bloque-premios.bg-center h2 {
  margin-left: -65px;
}
#home #home-premios .bloques-premios .bloque-premios.bg-right {
  padding-bottom: 25px;
  background-image: url("../images/home/bg-premios-right.png");
  background-position: right bottom;
}
@media all and (max-width: 1399px) {
  #home #home-premios h2 img {
    height: 100px;
  }
  #home #home-premios .bloques-premios .bloque-premios {
    min-height: 560px;
  }
  #home #home-premios .bloques-premios .bloque-premios .container-images img {
    max-width: 150px;
  }
}
@media all and (max-width: 1199px) {
  #home #home-premios h2 img {
    height: 80px;
  }
  #home #home-premios .bloques-premios .bloque-premios {
    min-height: 550px;
  }
  #home #home-premios .bloques-premios .bloque-premios h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 991px) {
  #home #home-premios h2 img {
    height: 65px;
  }
  #home #home-premios .bloques-premios .bloque-premios {
    min-height: 510px;
    width: 32%;
  }
  #home #home-premios .bloques-premios .bloque-premios h3 {
    font-size: 28px;
  }
  #home #home-premios .bloques-premios .bloque-premios img {
    width: 150px;
  }
}
@media all and (max-width: 767px) {
  #home #home-premios .bloques-premios {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home #home-premios .bloques-premios .bloque-premios {
    min-height: auto;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    background-image: none !important;
    background-position: center bottom;
  }
  #home #home-premios .bloques-premios .bloque-premios h3 {
    font-size: 28px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #home #home-premios .bloques-premios .bloque-premios img {
    width: 150px;
  }
}

#el-juego section.el-juego-top .box-transparente .box-transparente-mid {
  min-height: 880px;
}
@media all and (max-width: 1399px) {
  #el-juego section.el-juego-top .box-transparente .box-transparente-mid {
    min-height: 810px;
  }
}
@media all and (max-width: 1199px) {
  #el-juego section.el-juego-top .box-transparente .box-transparente-mid {
    min-height: 720px;
  }
}
@media all and (max-width: 991px) {
  #el-juego section.el-juego-top .box-transparente {
    margin-left: auto;
    margin-right: auto;
  }
  #el-juego section.el-juego-top .box-transparente .box-transparente-mid {
    min-height: 620px;
  }
  #el-juego section.el-juego-top .box-transparente .box-transparente-mid.no-min {
    min-height: auto;
  }
}
@media all and (max-width: 767px) {
  #el-juego section.el-juego-top .box-transparente {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  #el-juego section.el-juego-top .box-transparente .box-transparente-mid {
    min-height: auto;
  }
}
#el-juego section.como-jugar .box-amarilla {
  margin-top: 60px;
}
#el-juego section.como-jugar .box-amarilla .box-amarilla-mid .col-12 img {
  margin-top: -40px;
}
@media all and (max-width: 991px) {
  #el-juego section.como-jugar .box-amarilla .box-amarilla-mid .col-12 img {
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
  }
}
#el-juego section.ranking .box-amarilla .box-amarilla-mid .col-12 img {
  margin-top: -40px;
}

#que-es .accordion, #ganadores .accordion {
  background-color: transparent;
}
#que-es .accordion .accordion-item, #ganadores .accordion .accordion-item {
  background-color: transparent;
  border: none;
}
#que-es .accordion .accordion-item .accordion-header, #ganadores .accordion .accordion-item .accordion-header {
  border-bottom: 1px solid #002b52 !important;
}
#que-es .accordion .accordion-item .accordion-header .accordion-button, #ganadores .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-size: 24px;
  text-transform: uppercase;
  color: #002b52;
  font-weight: 900;
}
#que-es .accordion .accordion-item .accordion-header .accordion-button:focus, #ganadores .accordion .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#que-es .accordion .accordion-item .accordion-header .accordion-button::after, #ganadores .accordion .accordion-item .accordion-header .accordion-button::after {
  color: #002b52 !important;
}
#que-es .list-fichas, #ganadores .list-fichas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
#que-es .list-fichas li, #ganadores .list-fichas li {
  width: 90%;
}
#que-es .list-fichas li a, #ganadores .list-fichas li a {
  display: block;
  width: 100%;
  font-size: 28px;
  font-family: "Morganite";
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
#que-es .list-fichas li a span, #ganadores .list-fichas li a span {
  display: block;
  font-size: 18px;
  font-family: "Lato";
  letter-spacing: normal;
}
@media all and (max-width: 1399px) {
  #que-es .accordion .accordion-item .accordion-header .accordion-button, #ganadores .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 26px;
  }
}
@media all and (max-width: 1199px) {
  #que-es .accordion .accordion-item .accordion-header .accordion-button, #ganadores .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
  }
  #que-es .list-fichas li a span, #ganadores .list-fichas li a span {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  #que-es .accordion .accordion-item .accordion-header .accordion-button, #ganadores .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  #que-es .accordion .accordion-item .accordion-header .accordion-button, #ganadores .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
  #que-es .list-fichas, #ganadores .list-fichas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #que-es .list-fichas li, #ganadores .list-fichas li {
    width: 100%;
  }
}

#premios .box-transparente .box-transparente-mid {
  min-height: 1100px;
}
#premios .box-transparente .box-transparente-mid img {
  margin-top: -10px;
  margin-bottom: 20px;
}
@media all and (max-width: 1399px) {
  #premios .box-transparente .box-transparente-mid {
    min-height: 950px;
  }
  #premios .box-transparente .box-transparente-mid img {
    max-width: 150px;
  }
}
@media all and (max-width: 991px) {
  #premios .box-transparente .box-transparente-mid {
    min-height: 640px;
  }
}
@media all and (max-width: 767px) {
  #premios .box-transparente .box-transparente-mid {
    min-height: auto;
  }
}
#premios .row-ganadores .title-ganadores {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 68px;
  text-align: center;
}
@media all and (max-width: 991px) {
  #premios .row-ganadores .title-ganadores {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  #premios .row-ganadores .title-ganadores {
    font-size: 28px;
  }
}
@media all and (max-width: 991px) {
  #premios .row-ganadores .img-ganador {
    margin-top: 20px;
  }
}
#premios .row-ganadores p {
  margin-top: 20px;
}
#premios .row-ganadores .img-fluid {
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: brightness(50%);
          filter: brightness(50%); /* Oscurece la imagen */
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease; /* Transición suave */
}
#premios .row-ganadores .img-fluid:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%); /* Restaura el brillo original al hacer hover */
}

.registro #pasos .circles-container .circle-container {
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border-bottom: 2px solid white;
  position: relative;
}
.registro #pasos .circles-container .circle-container.active {
  border-bottom: 8px solid #fde34a;
}
.registro #pasos .circles-container .circle-container img {
  max-width: 74px;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
}
.registro #pasos .circles-container .circle-container:first-child .circle {
  margin-left: -42px;
}
.registro #pasos .circles-container .circle-container:last-child .circle {
  margin-right: -42px;
}
@media all and (max-width: 575px) {
  .registro #pasos .circles-container .circle-container {
    display: none;
  }
  .registro #pasos .circles-container .circle-container.active {
    display: block;
  }
}
.registro #pasos .paso-titles-container .paso-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .registro #pasos .paso-titles-container .paso-title {
    display: none;
  }
}
.registro #pasos .paso-titles-container .paso-title.active {
  font-weight: bold;
  display: block;
  color: #fde34a;
}
.registro #pasos .paso-titles-container .paso-text {
  font-size: 13px;
  padding-top: 21px;
}
@media all and (max-width: 991px) {
  .registro #pasos .paso-titles-container .paso-title {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .registro #pasos .paso-titles-container .paso-title {
    font-size: 15px;
  }
}
.registro .op-inscripcion .cont-form-centro {
  padding-right: 40px;
}
.registro .op-inscripcion .cont-form-centro #div-select-centros {
  display: none;
  clear: both;
}
.registro .op-inscripcion .cont-form-profesorado {
  padding-left: 40px;
  border-left: 1px solid #002b52;
}
@media all and (max-width: 991px) {
  .registro .op-inscripcion .cont-form-centro {
    padding-right: 15px;
  }
  .registro .op-inscripcion .cont-form-profesorado {
    padding-left: 15px;
  }
}
@media all and (max-width: 767px) {
  .registro .op-inscripcion .cont-form-centro {
    padding-right: 15px;
  }
  .registro .op-inscripcion .cont-form-profesorado {
    padding-left: 15px;
    border-left: none;
    margin-top: 20px;
  }
}

#participa .opciones {
  margin-bottom: 40px;
}
#participa .opciones ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding-left: 0;
}
#participa .opciones ul li {
  margin-bottom: 0;
  /*a{
      padding: 15px 30px;
      background-color: white;
      color: $azuloscuro;
      display: block;
      &:hover{
          text-decoration: none;
      }
      &.active, &:hover{
          background-color: $amarillo;
          color: $azuloscuro;
      }
  }*/
}
#participa .opciones ul li a {
  font-family: "Morganite";
  background-image: url("../images/inscribirse/btn-inscripcion-off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 350px;
  height: 60px;
  display: block;
  text-align: center;
  color: #002b52;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 10px;
}
#participa .opciones ul li a.active, #participa .opciones ul li a:hover {
  background-image: url("../images/inscribirse/btn-inscripcion-on.png");
  text-decoration: none;
}
@media all and (max-width: 991px) {
  #participa .opciones ul {
    gap: 30px;
  }
  #participa .opciones ul li a {
    width: 320px;
    padding-top: 7px;
    font-size: 34px;
  }
}
@media all and (max-width: 767px) {
  #participa .opciones ul {
    gap: 20px;
  }
  #participa .opciones ul li a {
    width: 250px;
    height: 52px;
    padding-top: 7px;
    font-size: 26px;
  }
}
@media all and (max-width: 575px) {
  #participa .opciones ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
  }
  #participa .opciones ul li a {
    width: 300px;
    padding-top: 10px;
    font-size: 32px;
  }
}
#participa .op-inscripcion {
  display: none;
}
#participa .op-inscripcion.visible {
  display: block;
}
@media all and (max-width: 575px) {
  #participa .opciones ul {
    gap: 15px;
  }
  #participa .opciones ul li a {
    padding: 10px;
  }
}

#login .box-amarilla {
  max-width: 500px;
  margin: auto;
}
#login .box-amarilla .box-amarilla-top {
  height: 40px;
}
#login .box-amarilla label {
  font-family: "Morganite";
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
#login .box-amarilla input[type=text], #login .box-amarilla input[type=password] {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  color: #002b52;
}
#login .box-amarilla a {
  text-decoration: underline;
}

.area-privada {
  /* DOCENTE Y AULAS*/
  /* JUEGO */
  /* RANKING */
}
.area-privada .menu-privada {
  margin-bottom: 40px;
}
.area-privada .menu-privada ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area-privada .menu-privada ul li a {
  background-image: url("../images/area-privada/bg-btn-ap-mid.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  color: #002b52;
  padding: 10px 0px;
  height: 51px;
  position: relative;
  margin: 0 35px;
  font-size: 16px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area-privada .menu-privada ul li a:before {
  background-image: url("../images/area-privada/bg-btn-ap-left.png");
  background-size: auto 100%;
  background-position: right center;
  height: 51px;
  width: 28px;
  content: "";
  position: absolute;
  left: -28px;
  top: 0;
}
.area-privada .menu-privada ul li a:after {
  background-image: url("../images/area-privada/bg-btn-ap-right.png");
  background-size: auto 100%;
  background-position: left center;
  height: 51px;
  width: 24px;
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
}
@media all and (max-width: 1399px) {
  .area-privada .menu-privada ul li a {
    font-size: 16px;
    padding: 10px 0;
  }
}
@media all and (max-width: 1199px) {
  .area-privada .menu-privada ul li a {
    font-size: 15px;
    padding: 10px 0;
  }
}
@media all and (max-width: 991px) {
  .area-privada .menu-privada ul li a {
    font-size: 14px;
    margin: 0 25px;
    padding: 10px 0;
    height: 40px;
  }
  .area-privada .menu-privada ul li a:after, .area-privada .menu-privada ul li a:before {
    height: 40px;
  }
  .area-privada .menu-privada ul li a:after {
    width: 18px;
    right: -18px;
  }
  .area-privada .menu-privada ul li a:before {
    width: 20px;
    left: -20px;
  }
}
.area-privada h1 {
  font-family: "Lato";
  letter-spacing: normal;
  font-size: 20px;
  text-align: center;
  color: #002b52;
  background-image: url("../images/area-privada/bg-h1-ap.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
}
.area-privada .sep-inner-header {
  margin-top: 20px;
  margin-bottom: 40px;
}
.area-privada .tabla-datos th {
  font-size: 16px;
}
.area-privada .tabla-datos td {
  padding: 10px 15px;
}
.area-privada #tabla-aulas {
  -webkit-box-shadow: 0px 0px 38px 0px #F88600;
          box-shadow: 0px 0px 38px 0px #F88600;
  border: 3px solid #FF9B36;
}
.area-privada #tabla-aulas tr {
  background-color: #002b52;
}
.area-privada #tabla-aulas tr td {
  color: white;
}
.area-privada #enlaces-juego {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.area-privada #enlaces-juego li {
  width: 280px;
  height: 200px;
  background-image: url("../images/area-privada/bg-aula.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 30px;
  color: white;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: -20px;
  font-size: 18px;
}
.area-privada #enlaces-juego li a.copiarenlace {
  color: #fde34a;
  font-size: 14px;
  text-decoration: underline;
}
.area-privada #lista-puntuacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area-privada #lista-puntuacion li {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 16px;
}
.area-privada #lista-puntuacion li .box-transparente-top-plana {
  height: 50px;
}
.area-privada #lista-puntuacion li .aula {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media all and (max-width: 991px) {
  .area-privada #lista-puntuacion li {
    width: 48%;
  }
}
@media all and (max-width: 767px) {
  .area-privada #lista-puntuacion li {
    width: 100%;
    max-width: 320px;
  }
}
.area-privada #tabla-puntos-alumnos .nav-item {
  margin-bottom: 0;
}
.area-privada #tabla-puntos-alumnos .nav-item .nav-link {
  border-radius: 0;
  border: 1px solid #002b52;
  font-weight: bold;
  font-size: 18px;
}
.area-privada #tabla-puntos-alumnos .nav-item .nav-link:hover, .area-privada #tabla-puntos-alumnos .nav-item .nav-link:focus {
  text-decoration: none;
}
.area-privada #tabla-puntos-alumnos .nav-item .nav-link.active {
  background-color: #002b52;
  color: #fde34a;
}
.area-privada #tabla-puntos-alumnos .tab-pane {
  padding: 20px;
  background-color: #002b52;
}
.area-privada #tabla-puntos-alumnos .tabla-datos {
  font-size: 16px;
  color: white !important;
}
.area-privada #tabla-puntos-alumnos .tabla-datos td, .area-privada #tabla-puntos-alumnos .tabla-datos th {
  text-align: center;
}

#acceso-juego main {
  padding-top: 30px;
  min-height: 100vh;
}
#acceso-juego .header {
  margin: 40px auto;
  text-align: center;
}
#acceso-juego .header img {
  width: 300px;
  margin: 0 auto;
}
#acceso-juego .form-acceso {
  max-width: 300px;
  margin: 0 auto;
}
#acceso-juego .form-acceso input[type=number] {
  font-family: "Morganite";
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 5px;
  text-align: center;
  max-width: 100px;
  margin: auto;
}

#pjuego main {
  padding-top: 30px;
}
#pjuego .header {
  margin-bottom: 20px;
  text-align: center;
}
#pjuego .header img {
  width: 150px;
  margin: 0 auto;
}
#pjuego .cont-errores-eventos {
  margin-bottom: 30px;
}
#pjuego .datos-alumno .box-amarilla {
  margin-bottom: 40px;
}
#pjuego .datos-alumno .box-amarilla .box-amarilla-mid {
  color: #002b52;
  padding: 0 30px 10px;
}
#pjuego .datos-alumno .box-amarilla .box-amarilla-mid .col-12 {
  margin-top: -30px;
}
#pjuego .datos-alumno .box-amarilla .box-amarilla-mid .title {
  font-family: "Morganite";
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.1;
}
#pjuego .datos-alumno .box-amarilla .box-amarilla-mid .value {
  text-align: center;
}
@media all and (max-width: 991px) {
  #pjuego .datos-alumno .box-amarilla .box-amarilla-mid .col-12 {
    margin-top: 0px;
  }
  #pjuego .datos-alumno .box-amarilla .box-amarilla-mid .value {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  #pjuego .datos-alumno {
    max-width: 400px;
    margin: auto;
  }
}
#pjuego #aventuras {
  margin-top: 30px;
  margin-bottom: 40px;
}
#pjuego #aventuras .box-transparente {
  max-width: 350px;
  margin: auto;
}
#pjuego #aventuras .box-transparente .box-transparente-mid {
  min-height: 805px;
}
@media all and (max-width: 767px) {
  #pjuego #aventuras .box-transparente .box-transparente-mid {
    min-height: auto;
  }
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura {
  text-align: center;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .tit-aventura {
  font-family: "Morganite";
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
  color: white;
  margin-bottom: 0px;
  margin-top: -10px;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura h2 {
  font-size: 22px;
  margin-bottom: 30px;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido {
  margin-top: 20px;
  border-radius: 14px;
  position: relative;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido p {
  font-size: 20px;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .status {
  width: 56px;
  height: 56px;
  position: absolute;
  left: -15px;
  top: -15px;
  background-size: 100%;
  z-index: 100;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .status.ok {
  background-image: url("../images/juego/ok.png");
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .status.fail {
  background-image: url("../images/juego/fail.png");
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .cont-imagen {
  position: relative;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .cont-imagen .candado {
  max-width: 40%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .cont-imagen .img-aventura.disabled {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  z-index: -1;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .datos {
  margin-top: 20px;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .datos .fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .datos .fila div {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .datos .fila div:first-child {
  color: #fde34a;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .datos .fila div:nth-child(2) {
  color: white;
}
@media all and (max-width: 991px) {
  #pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .datos .fila div {
    font-size: 14px;
  }
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .botones {
  margin-top: 10px;
  margin-bottom: 15px;
}
#pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .botones .btn {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
}
@media all and (max-width: 991px) {
  #pjuego #aventuras .box-transparente .box-transparente-mid .aventura .contenido .botones .btn {
    font-size: 16px;
  }
}
@media all and (max-width: 575px) {
  #pjuego #aventuras .box-transparente .box-transparente-mid .aventura {
    max-width: 380px;
    margin: auto;
    margin-bottom: 30px;
  }
}

#materiales .separador {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 100%;
}
#materiales .box-amarilla {
  background-color: #fde34a;
  border-radius: 10px;
  margin-top: 20px;
}
#materiales .box-amarilla .accordion-header {
  border-bottom: none !important;
}
#materiales .nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
#materiales .nav li {
  height: 100%;
}
#materiales .nav .btn-material .btn-top {
  background-image: url("../images/materiales/caja-top.png");
  width: 64px;
  height: 11px;
  background-size: cover;
  margin-bottom: -1px;
  display: block;
}
#materiales .nav .btn-material .btn-body {
  padding: 10px 20px;
  background-color: white;
}
#materiales .nav .btn-material .btn-body h3 {
  font-size: 40px;
  color: #002b52;
  margin: 0;
  font-weight: bold;
}
#materiales .nav .btn-material:hover .btn-top, #materiales .nav .btn-material.active .btn-top {
  background-image: url("../images/materiales/caja-top-hov.png");
}
#materiales .nav .btn-material:hover .btn-body, #materiales .nav .btn-material.active .btn-body {
  background-color: #fde34a;
}
@media all and (max-width: 991px) {
  #materiales .nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #materiales .nav li {
    width: 100%;
  }
}
#materiales .tab-content {
  margin-top: 40px;
}
#materiales .tab-content #obgetivo .cont-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#materiales .tab-content #obgetivo .cont-title h3 {
  font-family: "Lato";
  text-align: center;
  font-size: 22px;
  color: #fde34a;
  letter-spacing: normal;
  border-bottom: 1px solid #fde34a;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 40px;
}
#materiales .tab-content #obgetivo ul {
  list-style: disc;
  padding-left: 20px;
}
#materiales .accordion {
  background-color: transparent;
}
#materiales .accordion .accordion-item {
  background-color: #fde34a;
  border: none;
}
#materiales .accordion .accordion-item .accordion-header {
  padding-left: 10px;
  border-bottom: none !important;
}
#materiales .accordion .accordion-item .accordion-header sup {
  font-size: 12px;
  margin-right: 5px;
}
#materiales .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-size: 24px;
  text-transform: uppercase;
  color: #002b52;
  font-weight: 900;
}
#materiales .accordion .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#materiales .accordion .accordion-item .accordion-header .accordion-button::after {
  color: #002b52 !important;
}
#materiales .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#materiales .accordion .accordion-body {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
#materiales .accordion .accordion-body.cont-accordion .sub-title {
  text-decoration: underline;
  color: #002b52;
  font-size: 20px;
  margin-bottom: 20px;
}
#materiales .accordion .accordion-body.cont-accordion p, #materiales .accordion .accordion-body.cont-accordion li {
  color: #002b52;
}
#materiales .accordion .accordion-body.cont-accordion ul {
  margin-left: 10px;
  list-style: disc;
  padding-left: 20px;
}
#materiales .accordion .accordion-body .cont-fichas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#materiales .accordion .accordion-body .cont-fichas ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 875px;
  gap: 10px;
}
#materiales .accordion .accordion-body .cont-fichas ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
#materiales .accordion .accordion-body .cont-fichas ul li.left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#materiales .accordion .accordion-body .cont-fichas ul li.right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#materiales .accordion .accordion-body .cont-fichas ul li:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#materiales .accordion .accordion-body .cont-fichas ul li a {
  display: block;
  width: 100%;
  font-size: 28px;
  font-family: "Morganite";
  letter-spacing: 3px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  max-width: 280px;
  width: 100%;
  text-wrap: nowrap;
  font-size: 24px;
  border: 1px solid #002b52;
  border-radius: 5px;
  background: #002b52;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
#materiales .accordion .accordion-body .cont-fichas ul li a span {
  font-family: "Lato";
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
}
#materiales .accordion .accordion-body .cont-fichas ul li a:hover {
  background: #fff;
  color: #002b52;
}
@media all and (max-width: 991px) {
  #materiales .accordion .accordion-body .cont-fichas ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 10px);
            flex: 0 0 calc(100% - 10px);
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

#error-404 main {
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#error-404 main h1 {
  font-family: "Morganite";
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 10px;
}

/*##############################################################################
################################################################################
#################################   RANKING  ######################
################################################################################
##############################################################################*/
@media all and (max-width: 575px) {
  #ranking header .fondo {
    padding-top: 75px !important;
  }
}
#ranking .ranking {
  background-color: #fde34a;
}
#ranking .ranking .contenido {
  padding-top: 70px;
}
#ranking .ranking .contenido img.escuelas {
  max-width: 329px;
  position: absolute;
  top: 0px;
  left: 35%;
}
@media all and (max-width: 575px) {
  #ranking .ranking .contenido img.escuelas {
    max-width: 253px;
    left: 22%;
  }
}
#ranking .ranking .contenido img.aulas {
  max-width: 276px;
  position: absolute;
  top: 0px;
  left: 37%;
}
@media all and (max-width: 575px) {
  #ranking .ranking .contenido img.aulas {
    max-width: 253px;
    left: 22%;
  }
}
#ranking .ranking .contenido .ranking-escuelas, #ranking .ranking .contenido .ranking-aulas {
  background-color: white;
  border-radius: 8px;
  margin: 0px 0px 20px;
  color: #585858;
  background-image: url("/assets/images/comun/fondo-rasgado2.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
  text-align: center;
  padding: 40px 15px;
  margin-top: 30px;
}
@media all and (max-width: 575px) {
  #ranking .ranking .contenido .ranking-escuelas p, #ranking .ranking .contenido .ranking-aulas p {
    margin-top: 0px !important;
  }
}
#ranking .ranking .contenido .ranking-escuelas .dataTables_length, #ranking .ranking .contenido .ranking-aulas .dataTables_length {
  display: none;
}
#ranking .ranking .contenido .ranking-escuelas .dataTables_filter, #ranking .ranking .contenido .ranking-aulas .dataTables_filter {
  margin-bottom: 20px;
  float: right;
}
@media all and (max-width: 575px) {
  #ranking .ranking .contenido .ranking-escuelas tr, #ranking .ranking .contenido .ranking-aulas tr {
    font-size: 1.2rem;
  }
}
#ranking .ranking .contenido .ranking-escuelas tr.cabecera, #ranking .ranking .contenido .ranking-aulas tr.cabecera {
  background-color: #002b52;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#ranking .ranking .contenido .ranking-escuelas tr td, #ranking .ranking .contenido .ranking-aulas tr td {
  padding: 15px 0;
}
#ranking .ranking .contenido .ranking-escuelas tr td.azul, #ranking .ranking .contenido .ranking-aulas tr td.azul {
  color: #00b0a7;
  font-weight: bold;
  width: 50px;
}
#ranking .ranking .contenido .ranking-escuelas th, #ranking .ranking .contenido .ranking-aulas th {
  text-align: center;
  padding: 15px 0;
}
#ranking .ranking .contenido .ranking-escuelas tr.odd, #ranking .ranking .contenido .ranking-aulas tr.odd {
  background-color: #f9fbf2;
}
#ranking .ranking .contenido .dataTables_info {
  margin-top: 30px;
  float: left;
}
@media all and (max-width: 575px) {
  #ranking .ranking .contenido .dataTables_info {
    float: none;
    text-align: center;
  }
}
#ranking .ranking .contenido .dataTables_paginate {
  margin-top: 30px;
  float: right;
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  #ranking .ranking .contenido .dataTables_paginate {
    margin-top: 20px;
    float: none;
    display: -ms-inline-grid;
    display: inline-grid;
    margin: 0 auto;
  }
}
#ranking .ranking .contenido .dataTables_paginate a.paginate_button {
  background-color: white;
  border: 1px solid #fde34a;
  color: black;
  padding: 15px;
}
@media all and (max-width: 575px) {
  #ranking .ranking .contenido .dataTables_paginate a.paginate_button {
    margin: 30px 0px;
  }
}
#ranking .ranking .contenido .dataTables_paginate a.paginate_button.current, #ranking .ranking .contenido .dataTables_paginate a.paginate_button:hover {
  background: none;
  background-color: #fde34a;
  color: white !important;
  cursor: pointer;
}
#ranking .ranking .contenido .dataTables_paginate a.paginate_button.disabled {
  background-color: #ddd;
  border-color: #ddd;
}
#ranking .ranking .contenido .dataTables_paginate a.paginate_button.disabled:hover {
  background-color: #ddd;
  border-color: #ddd;
  color: #666 !important;
  text-decoration: none;
  cursor: default;
}

.fondo-popup {
  background-image: url("/assets/images/comun/fondo-popup.jpg");
  padding: 0px;
  margin: 0px;
  background-size: cover;
  background-position: center;
  border: 2px solid white;
}
.fondo-popup .titulo-home-popup {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .fondo-popup .titulo-home-popup {
    max-width: 100%;
  }
}
.fondo-popup .texto {
  margin: 20px auto;
}
.fondo-popup .texto-popup {
  font-size: 30px;
  font-family: "Lilly";
  color: white;
  text-align: center;
  padding: 0px 46px;
}
@media all and (max-width: 767px) {
  .fondo-popup .texto-popup {
    font-size: 14px;
  }
}
.fondo-popup .btn-mas {
  width: 100%;
  max-width: 250px;
  margin: 30px;
}
.fondo-popup .btn-amarillo:hover {
  background-color: #002b52;
}
.fondo-popup .boton-jugar {
  margin: 30px auto;
}
/*# sourceMappingURL=main.css.map */