@import url(https://fonts.googleapis.com/css2?family=Akatab:wght@400;500;600;700;800;900&display=swap);
/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
body {
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    Liberation Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
code,
kbd,
pre,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.row > * {
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    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;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    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;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    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;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    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: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    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;
  }
}
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: initial;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014\A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: initial;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: initial;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
  background-position: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: initial;
  -webkit-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition:
    opacity 0.1s ease-in-out,
    transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image:
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position:
    right 0.75rem center,
    center right 2.25rem;
  background-size:
    16px 12px,
    calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image:
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position:
    right 0.75rem center,
    center right 2.25rem;
  background-size:
    16px 12px,
    calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: initial;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: initial;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: initial;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: initial;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: initial;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: initial;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: initial;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: initial;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: initial;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-toggle:after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropstart .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: initial;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: initial;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: initial;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: initial;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.55);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: initial;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.5rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.accordion-button:after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  border-color: #dee2e6;
}
.page-link:focus,
.page-link:hover {
  color: #0a58ca;
  background-color: #e9ecef;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: initial;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  height: 1rem;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}
.progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: initial;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content.modal-preguntas-identificacion {
  max-width: 850px;
  width: 95%;
  margin: auto;
  padding: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-content.modal-preguntas-identificacion .security-questions-modal {
  width: 100%;
  max-width: none;
}
.modal-content.modal-preguntas-identificacion
  .security-questions-modal
  .pfd-form-grid {
  width: 100%;
  display: flex;
  justify-content: center;
}
.modal-content.modal-preguntas-identificacion
  .security-questions-modal
  .pfd-form-col {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 16px;
  gap: 16px;
  padding: 0;
  margin: 0;
  align-items: start;
}
.modal-content.modal-preguntas-identificacion
  .security-questions-modal
  .security-question-row {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  gap: 6px;
  width: 100%;
}
.modal-content.modal-preguntas-identificacion
  .security-questions-modal
  .pfd-label {
  font-size: 0.95rem;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .modal-content.modal-preguntas-identificacion
    .security-questions-modal
    .pfd-form-col {
    grid-template-columns: 1fr;
    grid-gap: 12px;
    gap: 12px;
  }
  .modal-content.modal-preguntas-identificacion
    .security-questions-modal
    .pfd-label {
    font-size: 0.9rem;
  }
  .modal-content.modal-preguntas-identificacion
    .security-questions-modal
    .pfd-input {
    font-size: 0.9rem;
    padding: 9px 10px;
  }
}
.modal-content.modal-preguntas-identificacion .preguntas-container-update-data {
  padding: 0;
}
.modal-content.modal-preguntas-identificacion .pfd-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem;
  gap: 2.5rem;
  width: 100%;
  padding: 2rem 0;
}
.modal-content.modal-preguntas-identificacion .pfd-form-col {
  display: contents;
}
.modal-content.modal-preguntas-identificacion .security-question-row {
  display: flex;
  flex-direction: column;
}
.modal-content.modal-preguntas-identificacion .security-warning {
  padding: 1rem 1.5rem;
}
.modal-content.modal-preguntas-identificacion .security-warning,
.security-warning-mobile {
  background-color: #ffe5e5;
  color: #b00020;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0.5rem 0;
  text-align: center;
  box-shadow: inset 0 0 0 1px #f5c2c2;
}
.security-warning-mobile {
  padding: 0.7rem 1rem;
}
.modal-content {
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.security-questions-modal.full-screen-mobile {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.security-questions-modal.full-screen-mobile .sc-message {
  font-size: 18.3px;
  color: #666;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 18px;
}
.security-questions-modal.full-screen-mobile .sc-message span {
  font-weight: 700;
  color: #0056b3;
}
.security-questions-modal.full-screen-mobile .sc-code-label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.security-questions-modal.full-screen-mobile .sc-code-inputs {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
.security-questions-modal.full-screen-mobile .sc-otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
}
.security-questions-modal.full-screen-mobile .sc-otp-input:focus {
  border-color: #0056b3;
  box-shadow: 0 0 0 2px rgba(0, 86, 179, 0.2);
}
.security-questions-modal.full-screen-mobile .sc-otp-error {
  color: #d9534f;
  font-size: 14px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
  text-align: center;
}
.security-questions-modal.full-screen-mobile .sc-resend-link {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}
.security-questions-modal.full-screen-mobile .sc-actions {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  justify-content: center;
}
.security-questions-modal.full-screen-mobile .sc-btn-primary,
.security-questions-modal.full-screen-mobile .sc-btn-secundary {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  width: 45%;
}
.security-questions-modal.full-screen-mobile .sc-btn-secundary {
  background-color: #ccc;
  color: #333;
}
.security-questions-modal.full-screen-mobile .sc-btn-primary {
  background-color: #d9534f;
  color: #fff;
}
.security-questions-modal.full-screen-mobile
  .sc-btn-primary:not(.disabled):hover {
  background-color: #c9302c;
}
.security-questions-modal.full-screen-mobile
  .sc-btn-secundary:not(.disabled):hover {
  background-color: #bbb;
}
.security-questions-modal.full-screen-mobile .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 010 .708L5.707 8l5.647 5.646a.5.5 0 01-.708.708l-6-6a.5.5 0 010-.708l6-6a.5.5 0 01.708 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.708z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: initial;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom,
.offcanvas-top {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
}
.offcanvas-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.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.85714%;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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;
}
.align-baseline {
  vertical-align: initial !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;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}
.gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}
.gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}
.gap-3 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}
.gap-4 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}
.gap-5 {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body,
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: initial !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-top-left-radius: 0.25rem !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: 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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }
  .gap-sm-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }
  .gap-sm-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    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;
  }
  .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: 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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }
  .gap-md-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }
  .gap-md-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    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;
  }
  .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: 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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }
  .gap-lg-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }
  .gap-lg-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    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;
  }
  .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: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }
  .gap-xl-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }
  .gap-xl-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 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: 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: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }
  .gap-xxl-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    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;
  }
  .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: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: dripicons-v2;
  src: url(/static/media/dripicons-v2.7e12564e.eot);
  src:
    url(/static/media/dripicons-v2.7e12564e.eot?#iefix)
      format("embedded-opentype"),
    url(/static/media/dripicons-v2.11fc83ae.woff) format("woff"),
    url(/static/media/dripicons-v2.cf09c981.ttf) format("truetype"),
    url(/static/media/dripicons-v2.83598443.svg#dripicons-v2) format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
}
[class*=" dripicons-"]:before,
[class^="dripicons-"]:before,
[data-icon]:before {
  font-family: dripicons-v2 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dripicons-alarm:before {
  content: "a";
}
.dripicons-align-center:before {
  content: "b";
}
.dripicons-align-justify:before {
  content: "c";
}
.dripicons-align-left:before {
  content: "d";
}
.dripicons-align-right:before {
  content: "e";
}
.dripicons-anchor:before {
  content: "f";
}
.dripicons-archive:before {
  content: "g";
}
.dripicons-arrow-down:before {
  content: "h";
}
.dripicons-arrow-left:before {
  content: "i";
}
.dripicons-arrow-right:before {
  content: "j";
}
.dripicons-arrow-thin-down:before {
  content: "k";
}
.dripicons-arrow-thin-left:before {
  content: "l";
}
.dripicons-arrow-thin-right:before {
  content: "m";
}
.dripicons-arrow-thin-up:before {
  content: "n";
}
.dripicons-arrow-up:before {
  content: "o";
}
.dripicons-article:before {
  content: "p";
}
.dripicons-backspace:before {
  content: "q";
}
.dripicons-basket:before {
  content: "r";
}
.dripicons-basketball:before {
  content: "s";
}
.dripicons-battery-empty:before {
  content: "t";
}
.dripicons-battery-full:before {
  content: "u";
}
.dripicons-battery-low:before {
  content: "v";
}
.dripicons-battery-medium:before {
  content: "w";
}
.dripicons-bell:before {
  content: "x";
}
.dripicons-blog:before {
  content: "y";
}
.dripicons-bluetooth:before {
  content: "z";
}
.dripicons-bold:before {
  content: "A";
}
.dripicons-bookmark:before {
  content: "B";
}
.dripicons-bookmarks:before {
  content: "C";
}
.dripicons-box:before {
  content: "D";
}
.dripicons-briefcase:before {
  content: "E";
}
.dripicons-brightness-low:before {
  content: "F";
}
.dripicons-brightness-max:before {
  content: "G";
}
.dripicons-brightness-medium:before {
  content: "H";
}
.dripicons-broadcast:before {
  content: "I";
}
.dripicons-browser:before {
  content: "J";
}
.dripicons-browser-upload:before {
  content: "K";
}
.dripicons-brush:before {
  content: "L";
}
.dripicons-calendar:before {
  content: "M";
}
.dripicons-camcorder:before {
  content: "N";
}
.dripicons-camera:before {
  content: "O";
}
.dripicons-card:before {
  content: "P";
}
.dripicons-cart:before {
  content: "Q";
}
.dripicons-checklist:before {
  content: "R";
}
.dripicons-checkmark:before {
  content: "S";
}
.dripicons-chevron-down:before {
  content: "T";
}
.dripicons-chevron-left:before {
  content: "U";
}
.dripicons-chevron-right:before {
  content: "V";
}
.dripicons-chevron-up:before {
  content: "W";
}
.dripicons-clipboard:before {
  content: "X";
}
.dripicons-clock:before {
  content: "Y";
}
.dripicons-clockwise:before {
  content: "Z";
}
.dripicons-cloud:before {
  content: "0";
}
.dripicons-cloud-download:before {
  content: "1";
}
.dripicons-cloud-upload:before {
  content: "2";
}
.dripicons-code:before {
  content: "3";
}
.dripicons-contract:before {
  content: "4";
}
.dripicons-contract-2:before {
  content: "5";
}
.dripicons-conversation:before {
  content: "6";
}
.dripicons-copy:before {
  content: "7";
}
.dripicons-crop:before {
  content: "8";
}
.dripicons-cross:before {
  content: "9";
}
.dripicons-crosshair:before {
  content: "!";
}
.dripicons-cutlery:before {
  content: '"';
}
.dripicons-device-desktop:before {
  content: "#";
}
.dripicons-device-mobile:before {
  content: "$";
}
.dripicons-device-tablet:before {
  content: "%";
}
.dripicons-direction:before {
  content: "&";
}
.dripicons-disc:before {
  content: "'";
}
.dripicons-document:before {
  content: "(";
}
.dripicons-document-delete:before {
  content: ")";
}
.dripicons-document-edit:before {
  content: "*";
}
.dripicons-document-new:before {
  content: "+";
}
.dripicons-document-remove:before {
  content: ",";
}
.dripicons-dot:before {
  content: "-";
}
.dripicons-dots-2:before {
  content: ".";
}
.dripicons-dots-3:before {
  content: "/";
}
.dripicons-download:before {
  content: ":";
}
.dripicons-duplicate:before {
  content: ";";
}
.dripicons-enter:before {
  content: "<";
}
.dripicons-exit:before {
  content: "=";
}
.dripicons-expand:before {
  content: ">";
}
.dripicons-expand-2:before {
  content: "?";
}
.dripicons-experiment:before {
  content: "@";
}
.dripicons-export:before {
  content: "[";
}
.dripicons-feed:before {
  content: "]";
}
.dripicons-flag:before {
  content: "^";
}
.dripicons-flashlight:before {
  content: "_";
}
.dripicons-folder:before {
  content: "`";
}
.dripicons-folder-open:before {
  content: "{";
}
.dripicons-forward:before {
  content: "|";
}
.dripicons-gaming:before {
  content: "}";
}
.dripicons-gear:before {
  content: "~";
}
.dripicons-graduation:before {
  content: "\\";
}
.dripicons-graph-bar:before {
  content: "\E000";
}
.dripicons-graph-line:before {
  content: "\E001";
}
.dripicons-graph-pie:before {
  content: "\E002";
}
.dripicons-headset:before {
  content: "\E003";
}
.dripicons-heart:before {
  content: "\E004";
}
.dripicons-help:before {
  content: "\E005";
}
.dripicons-home:before {
  content: "\E006";
}
.dripicons-hourglass:before {
  content: "\E007";
}
.dripicons-inbox:before {
  content: "\E008";
}
.dripicons-information:before {
  content: "\E009";
}
.dripicons-italic:before {
  content: "\E00A";
}
.dripicons-jewel:before {
  content: "\E00B";
}
.dripicons-lifting:before {
  content: "\E00C";
}
.dripicons-lightbulb:before {
  content: "\E00D";
}
.dripicons-link:before {
  content: "\E00E";
}
.dripicons-link-broken:before {
  content: "\E00F";
}
.dripicons-list:before {
  content: "\E010";
}
.dripicons-loading:before {
  content: "\E011";
}
.dripicons-location:before {
  content: "\E012";
}
.dripicons-lock:before {
  content: "\E013";
}
.dripicons-lock-open:before {
  content: "\E014";
}
.dripicons-mail:before {
  content: "\E015";
}
.dripicons-map:before {
  content: "\E016";
}
.dripicons-media-loop:before {
  content: "\E017";
}
.dripicons-media-next:before {
  content: "\E018";
}
.dripicons-media-pause:before {
  content: "\E019";
}
.dripicons-media-play:before {
  content: "\E01A";
}
.dripicons-media-previous:before {
  content: "\E01B";
}
.dripicons-media-record:before {
  content: "\E01C";
}
.dripicons-media-shuffle:before {
  content: "\E01D";
}
.dripicons-media-stop:before {
  content: "\E01E";
}
.dripicons-medical:before {
  content: "\E01F";
}
.dripicons-menu:before {
  content: "\E020";
}
.dripicons-message:before {
  content: "\E021";
}
.dripicons-meter:before {
  content: "\E022";
}
.dripicons-microphone:before {
  content: "\E023";
}
.dripicons-minus:before {
  content: "\E024";
}
.dripicons-monitor:before {
  content: "\E025";
}
.dripicons-move:before {
  content: "\E026";
}
.dripicons-music:before {
  content: "\E027";
}
.dripicons-network-1:before {
  content: "\E028";
}
.dripicons-network-2:before {
  content: "\E029";
}
.dripicons-network-3:before {
  content: "\E02A";
}
.dripicons-network-4:before {
  content: "\E02B";
}
.dripicons-network-5:before {
  content: "\E02C";
}
.dripicons-pamphlet:before {
  content: "\E02D";
}
.dripicons-paperclip:before {
  content: "\E02E";
}
.dripicons-pencil:before {
  content: "\E02F";
}
.dripicons-phone:before {
  content: "\E030";
}
.dripicons-photo:before {
  content: "\E031";
}
.dripicons-photo-group:before {
  content: "\E032";
}
.dripicons-pill:before {
  content: "\E033";
}
.dripicons-pin:before {
  content: "\E034";
}
.dripicons-plus:before {
  content: "\E035";
}
.dripicons-power:before {
  content: "\E036";
}
.dripicons-preview:before {
  content: "\E037";
}
.dripicons-print:before {
  content: "\E038";
}
.dripicons-pulse:before {
  content: "\E039";
}
.dripicons-question:before {
  content: "\E03A";
}
.dripicons-reply:before {
  content: "\E03B";
}
.dripicons-reply-all:before {
  content: "\E03C";
}
.dripicons-return:before {
  content: "\E03D";
}
.dripicons-retweet:before {
  content: "\E03E";
}
.dripicons-rocket:before {
  content: "\E03F";
}
.dripicons-scale:before {
  content: "\E040";
}
.dripicons-search:before {
  content: "\E041";
}
.dripicons-shopping-bag:before {
  content: "\E042";
}
.dripicons-skip:before {
  content: "\E043";
}
.dripicons-stack:before {
  content: "\E044";
}
.dripicons-star:before {
  content: "\E045";
}
.dripicons-stopwatch:before {
  content: "\E046";
}
.dripicons-store:before {
  content: "\E047";
}
.dripicons-suitcase:before {
  content: "\E048";
}
.dripicons-swap:before {
  content: "\E049";
}
.dripicons-tag:before {
  content: "\E04A";
}
.dripicons-tag-delete:before {
  content: "\E04B";
}
.dripicons-tags:before {
  content: "\E04C";
}
.dripicons-thumbs-down:before {
  content: "\E04D";
}
.dripicons-thumbs-up:before {
  content: "\E04E";
}
.dripicons-ticket:before {
  content: "\E04F";
}
.dripicons-time-reverse:before {
  content: "\E050";
}
.dripicons-to-do:before {
  content: "\E051";
}
.dripicons-toggles:before {
  content: "\E052";
}
.dripicons-trash:before {
  content: "\E053";
}
.dripicons-trophy:before {
  content: "\E054";
}
.dripicons-upload:before {
  content: "\E055";
}
.dripicons-user:before {
  content: "\E056";
}
.dripicons-user-group:before {
  content: "\E057";
}
.dripicons-user-id:before {
  content: "\E058";
}
.dripicons-vibrate:before {
  content: "\E059";
}
.dripicons-view-apps:before {
  content: "\E05A";
}
.dripicons-view-list:before {
  content: "\E05B";
}
.dripicons-view-list-large:before {
  content: "\E05C";
}
.dripicons-view-thumb:before {
  content: "\E05D";
}
.dripicons-volume-full:before {
  content: "\E05E";
}
.dripicons-volume-low:before {
  content: "\E05F";
}
.dripicons-volume-medium:before {
  content: "\E060";
}
.dripicons-volume-off:before {
  content: "\E061";
}
.dripicons-wallet:before {
  content: "\E062";
}
.dripicons-warning:before {
  content: "\E063";
}
.dripicons-web:before {
  content: "\E064";
}
.dripicons-weight:before {
  content: "\E065";
}
.dripicons-wifi:before {
  content: "\E066";
}
.dripicons-wrong:before {
  content: "\E067";
}
.dripicons-zoom-in:before {
  content: "\E068";
}
.dripicons-zoom-out:before {
  content: "\E069";
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Quicksand, sans-serif;
  color: #2d2d2d;
  font-weight: 400;
}
.navbarv2-container {
  width: 100vw;
  justify-content: center;
}
.navbarv2,
.navbarv2-container {
  background-color: #ffea00;
  display: flex;
  align-items: center;
  position: fixed;
  font-size: 16px;
  font-weight: 700;
  height: 66px;
  color: #fff;
  font-family: Akatab, sans-serif;
  z-index: 150;
  border-bottom: 4px solid #d41d1e;
  top: 0;
}
.navbarv2 {
  width: 85%;
  justify-content: space-between;
}
.navbarv2-logo {
  margin-top: 40px;
  width: 75px;
  height: 75px;
  background-color: initial;
  z-index: 100;
}
.navbarv2-login {
  display: flex;
  position: relative;
  width: -webkit-max-content;
  width: max-content;
}
.navbarv2-menuItems {
  display: flex;
}
.navbarv2-menuItems .mainLink {
  font-family: Akatab;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  color: #062147;
  border: none;
  border-radius: 24px;
  padding: 8px 16px;
  margin: 8px;
  background: #fffefa;
  transition: all 0.3s ease-in-out;
}
.navbarv2-menuItems .mainLinkHover {
  background-color: #ffea00;
  transition: all 0.3s ease-in-out;
  color: #062147;
}
.navbarv2-hamburger {
  display: none;
  border: none;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0 !important;
  background-color: initial;
  z-index: 1000;
}
.navbarv2-menuItems a:hover {
  color: #fff;
}
.containerStyle {
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 66px;
  height: calc(100vh - 66px);
  width: 320px;
  background: #fff;
  border-bottom-left-radius: 24px;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
}
.open {
  transform: translateX(0);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
.overlay.active {
  opacity: 1;
  pointer-events: all;
}
.closed {
  box-shadow: none;
  transform: translateX(100%);
}
.headerStyle {
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 24px;
  align-items: center;
  padding: 16px;
  width: 320px;
  max-width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  height: 66px;
  max-width: 420px;
  background-color: #ffea00;
  box-shadow: none !important;
  transition: box-shadow 0.7s ease-in-out;
  transition: transform 0.3s ease-in-out;
  z-index: 2000;
  color: #062147;
}
.navbarv2-dropdown {
  position: relative;
}
.navbarv2-dropdown-content {
  position: absolute;
  top: 61px;
  left: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateX(-60%);
  background: #fff;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  width: -webkit-max-content;
  width: max-content;
  max-width: 100vw;
  z-index: 1000;
  padding: 20px 30px 10px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  display: flex;
  flex-direction: row;
  grid-gap: 30px;
  gap: 30px;
}
.navbarv2-dropdown-link {
  background: #fff;
  padding: 8px 16px;
  width: 293px;
  text-decoration: none;
  color: #062147;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  border-radius: 24px;
}
.navbarv2-dropdown-links {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
}
.navbarv2-dropdown-title {
  color: #0d499d;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
.navbarv2-dropdown-link:hover {
  background-color: #ffea00;
  color: #fff;
}
.headerStyle p {
  color: #062147;
  font-weight: 700;
  margin-top: 18px;
  margin-right: 53px;
  font-size: 23px;
  font-family: Akatab, sans-serif;
}
.mobile-logo {
  margin-top: 47px;
  margin-left: 5px;
  width: 75px;
  height: 75px;
  background-color: initial;
}
.closeButtonStyle {
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}
.logoStyle {
  height: 40px;
}
.sectionTitleStyle {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #0d499d;
  margin-top: 20px;
  padding: 0 16px;
  margin-left: 16px;
}
.menu-mobile {
  margin-top: 22px;
}
.menuItemStyle {
  color: #4d4d4d;
  background-color: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-width: 290px;
  height: 32px;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 24px;
  margin: 8px 16px;
  text-decoration: none;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  border: none;
}
.icon-arrow {
  margin-left: 10px;
}
.mainLink {
  font-family: Akatab;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 8px 16px;
  margin: 8px;
  background-color: #820d0e;
  transition: all 0.3s ease-in-out;
}
.curved-button {
  position: relative;
  display: inline-block;
  margin-bottom: -12px;
  margin-right: 8px;
}
.corniza {
  padding: 8px 16px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fffefa;
  text-decoration: none;
  grid-gap: 8px;
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.curved-button .corniza {
  position: relative;
  background-color: #da0e1f;
  height: 50px;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  cursor: pointer;
  z-index: 2;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.curved-button .corniza:after,
.curved-button .corniza:before,
.curved-button:after,
.curved-button:before {
  content: "";
  position: absolute;
  bottom: 0;
}
.curved-button:before {
  left: -25px;
}
.curved-button:after,
.curved-button:before {
  background: #da0e1f;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.curved-button:after {
  right: -25px;
}
.curved-button .corniza:before {
  left: -50px;
}
.curved-button .corniza:after,
.curved-button .corniza:before {
  background: #ffea00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 3;
}
.curved-button .corniza:after {
  right: -50px;
}
@media screen and (max-width: 1024px) {
  .navbarv2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbarv2-logo {
    margin-top: 40px;
    width: 72px;
    height: 72px;
  }
  .navbarv2-menuItems {
    display: none;
  }
  .navbarv2-login {
    display: flex;
    position: relative;
    width: -webkit-max-content;
    width: max-content;
  }
  .navbarv2-login-v2 {
    display: flex;
  }
  .corniza {
    position: relative;
    margin-top: 5px;
  }
  .navbarv2,
  .navbarv2-container {
    border-bottom-right-radius: 24px;
  }
  .navbarv2-hamburger {
    display: block;
    padding: 0;
    margin-right: -8px;
    margin-top: 8px;
  }
}
.nav-container {
  position: fixed;
  top: 0;
  width: 100%;
  margin-bottom: 1em;
  z-index: 150;
}
.nav-flex {
  background-color: #ffe600;
  width: 100%;
  padding: 0 1em;
}
.nav-flex-container {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 0 10em;
}
.full-fill {
  height: 77px;
}
.nav-flex-logo {
  width: 7em;
  height: 7em;
  border-radius: 50%;
}
.nav-iniciar-sesion {
  display: flex;
  justify-content: center;
}
.nav-logo-sesion {
  width: 5em;
  height: 5em;
  border-radius: 50%;
}
.align-vertical {
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nav-texto-sesion {
  padding-left: 1em;
}
.nav-texto-sesion p {
  color: red;
  font-size: 600;
}
.nav-flex-container-menu {
  display: flex;
  height: auto;
  background-color: #fff;
  width: 100%;
  padding: 1em;
}
.nav-flex-menu {
  padding-left: 1.2em;
}
.nav-flex-menu button {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 1.5em;
}
.checkbtn {
  font-size: 1em;
  color: #fff;
  float: left;
}
#checkbox,
.checkbtn {
  display: none;
}
.nav-flex-submenu {
  display: flex;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.95);
  position: absolute;
  z-index: 100;
  margin-left: -1em;
  opacity: 0;
  visibility: hidden;
}
.nav-flex-box {
  margin: 0;
  padding: 3em;
}
.nav-flex-box ul {
  padding: 0;
  margin: 0;
  align-items: center;
}
.nav-flex-menu button:hover + .nav-flex-submenu {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.nav-flex-submenu:hover {
  opacity: 1;
  visibility: visible;
}
.nav-flex-submenu ul li {
  list-style: none;
  padding: 0.3em 0;
}
.nav-flex-submenu h3 {
  color: red;
  font-weight: 700;
}
.nav-flex-submenu ul li a {
  text-decoration: none;
  color: #2d2d2d;
  font-weight: 700;
  font-size: 1em;
}
.nav-flex-submenu ul li a:hover {
  cursor: pointer;
  color: red;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .navbarv2 {
    width: 100%;
  }
  .curved-button {
    margin-bottom: -11px;
  }
}
@media (max-width: 750px) {
  .nav-flex-container {
    padding: 0 2em;
  }
  .nav-flex-submenu {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .full-fill {
    height: 2em;
  }
  .hide {
    display: none;
  }
  .checkbtn {
    background: none;
    color: inherit;
    border: none;
    padding: 0 1em;
    cursor: pointer;
    outline: inherit;
    margin: 0;
    display: block;
    font-family: Quicksand, sans-serif;
    font-size: 2em;
  }
  .nav-iniciar-sesion {
    position: absolute;
    z-index: 120;
    margin-top: 7.5em;
    padding-left: 5%;
  }
  .nav-flex-container {
    padding: 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .nav-flex-main {
    flex-direction: row;
    justify-content: space-between;
  }
  .nav-flex-responsive {
    padding-top: 4em;
    border: 1px solid #d4d4d4;
    background-color: hsla(0, 0%, 100%, 0.7);
    padding-bottom: 2em;
  }
  .nav-flex-container-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: hsla(0, 0%, 100%, 0.7);
    z-index: 100;
  }
  .nav-flex-menu button {
    margin-left: 1em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 1em;
    font-size: 2.1em;
    border-bottom: 2px solid red;
  }
  .nav-flex-box {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-flex-box button {
    margin: 0.1em 0;
    align-items: center;
    padding: 0 1em;
  }
  .nav-flex-options {
    position: inherit;
    margin: 0.5em 0 0;
    padding: 0.5em;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border: none;
    background-color: transparent;
    display: none;
  }
  .nav-flex-options ul li {
    text-align: center;
    margin-left: -1em;
    padding: 0;
  }
  .nav-flex-submenu {
    pointer-events: all;
    position: inherit;
    z-index: -100;
    margin: 0.5em 0 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border: none;
    background-color: transparent;
    display: none;
    align-items: center;
  }
  .show-submenu {
    display: flex;
  }
  .nav-flex-submenu ul {
    padding: 0.2em 0;
  }
  .nav-flex-submenu ul h3 {
    text-align: center;
    border-bottom: 2px solid red;
    font-size: 1.8em;
    margin: 0.2em 2em;
  }
  .nav-flex-submenu ul li {
    text-align: left;
    padding: 1em 0;
  }
  .nav-flex-submenu ul li a {
    padding: 0;
    border: none;
    font-size: 1.5em;
  }
}
.container-aliados {
  margin: 2em 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aliados-title {
  font-size: 0.9em;
  width: 10%;
}
.aliados-container-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aliados-logo {
  width: 7.5em;
  margin: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aliados-logo .ck-content {
  margin: 0;
  align-items: center;
}
@media (max-width: 605px) {
  .aliados-title {
    display: none;
  }
  .aliados-logo {
    width: 5em;
  }
}
.container-landing {
  width: auto;
  margin: 3em;
}
.container-landing,
.landing-item {
  display: flex;
  justify-content: center;
}
.landing-item {
  width: 15em;
  margin: 0 0.5em;
  align-items: center;
}
@media (max-width: 420px) {
  .landing-item {
    width: 14em;
  }
}
.footer-background {
  background-color: #ffe600;
}
.footer-background,
.footer-gray {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 0.5em;
}
.footer-gray {
  background-color: #e9e9e9;
}
.footer-white {
  position: relative;
  background-color: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 0.5em;
}
.footer-container {
  margin: 3% 14% 1%;
  display: flex;
  flex-direction: column;
}
.footer-section-main {
  display: flex;
  justify-content: space-between;
}
.footer-item-main {
  width: auto;
  height: auto;
}
.footer-section {
  margin: 2em 3em;
  justify-content: center;
}
.footer-social-share .socialShare li {
  display: inline-block;
  margin: 0 5px;
}
.footer-social-share .socialShare li a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXsAAABeCAYAAADCKLQ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NjFBRTc3QUQwOEIxMUU4ODM5N0E5Nzg1OEZGREM4MSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NjFBRTc3OUQwOEIxMUU4ODM5N0E5Nzg1OEZGREM4MSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzc5NkQxREUyNzIwNjgxMThDMTREQUM3M0IxQzU0REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjc3RjExNzQwNzIwNjgxMTgwODNFQjgzQzYyQkQ3QzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7uGuVXAAAUGUlEQVR42uydC3AURRrHv91NFvImJLwJFSIQDhEOlaC85BDFQz1FRa9OPc+zTgXP07L0Tsq3dSo+6/DO55We6FnlIyUK+MADBEXBoCIPUQKGaIBEJIToJoE8dq+/mV5Y9pF9Tff0zHz/qq82m92dmf5t7396erq/ds2pbAIFlcvieBZjWAxnUcpiMIsiHl4WeSzaWfhYHOSPGHtY1LLYwWIzi6/4/5XR3srFoLBszR61es4SYm+SMi58k9ibxV4h0KfzmMyBexL4HH4BvXnEUhf/AtayWMnDByRiT+yJvYPYu0xs2RewOI/FJSxmcIgyhGfmFSxeZfEWi2YHtuwdy16Blr2j2Zvcsnc2exP2OZ7FPBZzWOSYsH/8gmfxaGHxOosnWWxwQGuG2BN7Yu9Q9m6J+zqbxYcsqlj8wSTo4crhx1LFj+0cm1Z2Yk/sib3D2csw+zNZfMpiGYspClcMPLal/Es40yaVndgTe2JP7IWb/TAWb7BYzqLCYpd8eMyLeRmsKGJP7Ik9sRdu9ngfYD7od6NnW7h1cD4vw3xQZ9QSsSf2xJ7YK2H2I1h8wuJ+Flk2uBzM4mX5hJdNZRF7Yk/sib0Us7+cxRf8ksRuGs/Ldrmix0fsiT2xJ/bCzR4vNx5n8SKocbdblHJ4Gf+l0OUtsSf2xJ7YSzF7nD78NovrwTm6jpc53+TjIPbEntgTeylm35fFR2Cf4VrJCMv8IWdghog9sSf2xF6K2Q9isYbFWHCuxnIGgyTvl9gTe2JP7KWYfR/Q8zyMBNJIzqKPpP0Re2JP7Il9SuyTNfsCgh4TfoHg/RB7Yk/sSSmzT8bsMZkPzk4bQ6wjNIazEZVFj9gTe2JPSot9Mma/gMV0YhxTyOZhQdsm9sSe2JPSYp+o2eM03huJbVxdz1kZKWJP7Ik9KW32iZh9KYvnWbiIa1y5OKtSg7ZH7Ik9sScZwj4jgddfYVFITBMWssIVaSax6ExjO8Te4uxdOUPANWgKQGa28uACzbsgsHsF1Xsb1/t4Zo+XCBOIZdLC9Kp/YfFYmpdnyrIfPjgfZkwshfFjSyA7ywuDB/SKeM/u+oPQ2tau/f3kf6vgs69/dAZ7by9wj7oC3GXTrFVrx10FXRufS8f0bV/vrew53Zk9Dty/hximrLv52XZPCp9Vlv3Jv+gD8y6rgBFl8SfyhZ4ACnK9jmHvOfV2cBUdZ70am9kTPBXXQVeHDwI/rKd6bzPP6a7P/lHQ81CQUlMeZ5iKlGR/+dkj4R93npOQ0TuVvXvo+dY0+tCT1YlXU723oefEMnsc0nMJsUtbyPD0JD+jJPu5F4+Bay47ldjHkWvAidavtVmF4CocTfXeZp4TqxvnfjuUusDrgvJCz5Hn9S1+qPP5ZR8GspyQ5PuV0vnTyuDS2SdZsQrIZ6/ozVh/zWqAjtaoxxv13oI31/H13sKKyj6a2Z8DFr5Bggb/66FeOGWIFwbmeyJeb2rzw+b6Dliy43C3xo/bGZTjhm1NXekeUgVnuiyB9yrJ/o8Xn2zV6mB59kYo0Pgt+L9cGPtqpKBERNcTsVes3kfrxrlFxN5Lct3iS9gvAx6akQcXjM6KavSowiw3nFbWA+6bngdXju4Z9Tjx//88Kx9yvYYN8705wffdolqtwX763oWWXh/CsuxtIGKvEPvwlv0pLKaKaG2jub6+tQ2W1rQLKdm5ZV64fFzil9A9M9kVQHlPKM52w9uslT+mbwaMKM6A0f0ztddrGjuh6odOow7vNN5y+bSb9whhn64mjCuxeqW3LHsbyFz2w4YBnH46wOTJ+vO8PP1/0dS3L0CfNJN4/vgjwL590V9raACor9f//vlngFWrACorpbIPN/urRex16uBMzVznsBb3t01dRnSNpGX0oRpf4tUiVIc6AvDAJy1GY7gmTqW/WsVfa/lx/RJ6X9uhDlhbVQP7Gn1Qvasx4vVN1fvNLIYl2dtE8tmfxnzujjt0o5cpPFnEOmEcf/yxz+fO1U8Ojz0GsGCBFPahZo9LXl0sYo8jizOOtKZvnZJraAsfu13wJGKU0OgXfOSD5vaA9nxUoceokxOyxVwfP0V5TRj7dIQTp7J6ZsZ9H06e+vM978D+5sOqGo7l2NtIctlfdBHAokUA2erPWtZODA88ADBjhh6C2Yd2pGMyHSGds0XZ7mO6T7AVjq1xI/TbUT21bRoh7Lp54YtWOI4Z/C0V2fDMrHzon2PYvQZkOzvGa8LYp6MhAxIb8vzKkk0qG70l2dtI8thjF41VjD5UeAWCpi+YvTvsLCBE0W6WouGjoRakcRMUPxveBZOOyooy4NoJOdqx4XbXf98Oq3Z3GH2mTeb/ltDajXuscJi2ZJ+IXNm9tTw9UV/D/D3sdVuwv+su6xl9UFddJZx9sBsHB9XOELW3A21+GJgZafhoqMOKM+C5z1tTuhmK9wJEaUNdO/xn6yHDz+GctS/kf0LZy5DirXpbs09IWYXgmbnQ/uxnzrTud4RdOrfeKqL//gj7YMseZ6/1EFUO7AePJRwKefPkXK2Vn+zwzOJsMcM5391+CB6uahWx6R4QObtNKHsSsXcEe7wp26ePtSmF38Q1mH3QLc8QWYa65vg3OLGV/+jM/JRM30i9tLFVRIs+VOGtmTPIC6TJuuzbmvTJUdvf0aNmtfac2HONtMEStePGCWUf7MaZKLIMH9S2axOZElFwKOTWhg5Y+53hfeZxJWoeQIgmhT2fCCRZshx7zeC/qYydhRLTKZeeDe7yc7SslcTewsrJEcoezR73MFZkGXDoIo50wRugiQonN2FcOwE046/e3wk1B7tgO9tWcFikRTVm4EWzc/ZWLm6RwZ50LHvOXH32HYfAv/VV8O96s/v3tR8Ef/XL4K99Gzwn3wSu/ic4k/1YG/yMSkuFskf3xfR2HtHleHFTG9w9PbXspUHjDxWePAoN7rPHbUoQssZf5HpZ7EkWY8+MvmvtfRBo2pr4Z5jpd31yJ7jHzwd3SYXz2OcZnBkZb5See66ofnRT2GfIat1g6x77w1Od6RquZK4SFG3lrFehZfn8fWfHfA1XoEp3G6j9B1rgr4+uJvYJqqtqYXJGHyL/hgfAlf2Iqjn1lWd/RLW17JTEzknXXANw/fXyTB9vNK9ZI4Q9OqbwWrFgWi68v/Pwkf5wowzfwhrOH03/RRqxEEn8bewj9omaNd54TX2VKP1kse7vkDHzKRX78JVmH1XPPKOHLNPHG81izH449oMMFc0LJ1XhZKXXLuwFk4Z4tTTDKmr7/k5Zuyrlj0PBAcKWvUJSmr1/26L0N4L9+DWrVCyeOPYDBog3fWzpX3utntPGeipFsx8iei97fzo69BK7X3BsvZKm1CrtJBRMJTkEHKB9+30qHY6y7AMNWzSjNmRbtctVrAri2PfvL6+ljxkysU/fWqZfgt04wudKf1nfYYk+9m8NzsbZjXqHPdpaO787oNLhSGff9fGDEV0z0W6kBvZvN+7E0fK9NjYfZ8+GqvONyDQ1ntOk9fHbp97Pn68H5rTBVAfqT+jqjU3sItF7eXdXe7ezaFUQHt82eWZfFPZoa/3colQ6BSXYu7Ijdx9oNnaSVKA18iTr6neK49kbbvrY0n/qKYDWVpWPtAjN3it6Lzgu/oMatfOnbGmQOnnLG/Zoa5mcy97R7BWTfdk3NwO0tCjNHvtWcmXsCVMQlBdnKNud8/leqWafG/ZoaymWKM1R7BWT/dhbpxtHbhIaXP0p9GatKsIuHNlpGZyi6pp9BCGaOiIv+V0FxvabR0tdHGj6htgbIRyKiUsQYqZKiyRgw2a2T9aZFrtzbvzfz3DduKyEc+XI0Kd17bJ36Qt5NLWVc9dj78d8bcTQIrh09klpbaPZ165anVeCfaC5LiK1gau4nJ0dDTJ6zF8fdnMWZ+YaNdrH6vU+LZOXOcnKQPZo9tJ/jU9sbIMlOw5rq0yd0D/TsJWmUhUei2S1hz2appUb9iixDaexD+zfAlA+61iDRvP39jLEkF2lkbndA407iL3qJt/YKIw9duM0ymSG6YuvHN0TZpR6tXHtOxs7TR2pg4uU1PmkT/JqDHskOYy9NhSzIzKVtnvUFelvHDNhlk2P3Gf9F8Q+WWH6gvXsu3r6aTmt+cpKYeyxZS91EDQa66/Kepjemg/qlW2HzNjtgbBHkgPZ+xs2R4y1d5dNY6b8aVopEzyn3h6ZKgGzaO5ZbV/2DQ3GmjFmoFyxQl8f1ib1Hlv2dbL3+s72Q0qUHlekMqFVDyHM64DkWPaBbS9HN+uKG8BVODqlbeJkrWgTpLT0Ceb214tlX19v7Pbwxqt9jF5jjmZfI701vf2wrHTCMYX5ed6oNm1IYC1/rAGSY9njLFdcdSpCrFXumXwbuIeen/jGvL3AM/He6OmN25rAv+N1Yq+6vvpKKHs0e1PWNjN7GObCdS1mLoISvFP2LdVwZ7P3f/VvCPy0N6rhu8ddoacy6G7WK/bPj7hUy3IZa+GSri+eVaFVL5b97t1Us+Owxz77TWbs2cxhmG9sbZOZGiGatvDHTVQHiX3Xh7eBZ+p94MofGPEadsl4Jv1NX4O29cDR/DmZ2eAqKImb08a/cVHaKZMtwb62lmp2HPbYssdVEkxzPhyG+chan7b0oAzh6BvsRjLzt81iM//bVPYOlJrscZUpZvhRW/hBZRVqxu4un6VH2bSEjD7usoZ2YY/ZKK2ujRuFskezbwn5EkxR1Q+dcO/HLfCnpc2a8a8RlEcHu42e/bLN7K90M19/FlRg7zBt5szVYx80/EYDejhwWcOqJ1QyejnsxfZ5i5e449fYB9MlfKxCWbFrJzfTBRNKjM+ThEZ/1xqfCouVfxznOcmp7NHw19wM/q2VUcfgJyJ/XRV0Lp8Lgd0rnMd+6VLr1kzMjY858gWyD5q96TWjol+Gtnwhrmhl9Bh87LpRxOhRK8OerwASsQ817OqXNcPW+tu769oJacmjyXctv0Fbg1aRm7Hy2WO6YWuuIiVyMtUR9hkhT7DvROqd0gKvC6YOztSWKhSVDRPH0mPGTUV0OEolN4W9A2Ut9ri0IHbDYHh7gatwpJ4oLfPo+s2B5l3s4rwh5cXJbcl+3jyARYsAsi20zvXKlfpxC2YfdFgfhz/LyL2MKvRArvfYVnq/HDcUZ7uFpzvW+uc/azV71E20M2z4Gn1C2JNsxJ4ZP46oUWhUjbrssYWMrfs77lB/UhSOIMIby+K6b45hH+q2rxkNfk+LH64engXjS+StVYB5dnCGrskjbmLptW7+T2ZP7Im9EVqzRo9hw3TDHzsWIC9Pf234cIDcbhJu4qpT6aQsjnWT1cf8dgefZoBzAt57Tz9GiexDzX4xiydY5Bi1F+wjf7iqFUq2HdIyXIo0fTR5XA0LZ8Uq0jcfLhyBEGt4hOHsScTe8ex37tSD2GsKXbzkp27OwGkJ88+g6ePQSpzQZOTMWRyf/9LGVvj9kmatb15Row+eYZtjvCaMPUkB9pm5xJ7qvenswzvNn2Vxpag9oxFj9woGpjr+Zd8MGFmcAYMKPDAw35NQ6x1PFHXNXfD1j53w+b5Olc0dorCN9/qVVD/tx949cjYECoaqSQZn4hYdR/XeAfU+3OzxDtBaFpNFHwW29ut87bC05ug6Bjg6p7wwuunjxCsL6yPOtjtJY+8wyWUfbbnB/IFRUyEorXYf1Xub1ftow2EeNAs8ttItbuqx9FCC73uQKr212eMCIbESkllGmIfHmOGcVO8VqvfRFhx/GxvSxMowVXGmiYjYW5w9jo03JOWBidKyZFK9t129j2b22Al+G/EyTLdxpgk1DIm99dl3rfs7+GtWW48Wz6lj0Hh+qveK1ftYs5pwxtUSFr8hbmlpKSQ/LZzYW509zn79ciEEdiwG16Apx8x6VVU4G9fAfDpU7xWs9645lU2xPjQM9PzTPYlfSsIcDWPg6IINR7S3cnG8zxJ7QexRq+csIfYmsc+48E1ibxJ7dzcfxNkI9xC/lHVvLOgJiNgTe2JPMpS9O86HH2XxGTFMWp+zeCTNbRB7Yk/sSYaxj2f2uHzUpXB00QFSfCGr33F26YjYE3tiTzKMvTuBDVWzmEs8E9Y8zswIEXtiT+xJhrB3J7ixl0BPWETqXsjoRYO3SeyJPbEnpc3encRGb2KxitjG1CrOSISIPbEn9qS02Cdj9pjE5gLQh0aRjtUWzqZd0PaJPbEn9qS02LuT3AGmy8TlX6qJ9RFtZzEDYqdxNUrEntgTe1LK7N0p7AhX9J3OYhsx1xhgRdwnaX/EntgTe2KfEnt3ijvcw2IKi3UOhr6OM9gjeb/EntgTe2KftNxp7PgAv5RY5kDoy3jZD5i0f2JP7Ik9sZdm9ihcqWE2i4WQeIY7KwvL+Dgvc6vJx0LsiT2xJ/bSzB6Fq43cCPqd4YM2hn6Ql/EGXmYVROyJPbEn9tLMPihMZ3ci2HMRgs942d5U9PiIPbEn9sRemtmjdrGYBHry/DYbAG/jZZnIy6ayiD2xJ/bEXprZBy+x7gc9r/JSC0NfxsuAZemwyDETe2JP7Im9NLMPCnNT46ozM1lssBBwPNazWJzLy2BFEXtiT+yJvTSzD+p9FhN4QT5SGDge23n8WJeDPUTsiT2xJ/bSzB4V4JcoU1lUsHgB1MhX3cKPpYIf2xKw33AuYk/siT2x73YNWtEq4Ge1S0CfLOCVtF9MHIQL8r4G+p3uZtkFT2ANWmIvUHHWoCX2AhVnDVpib1OzD1Uu6Pke8AvA6cCjWXgM2nYXi638kgmBr2ThM7OwCpi9Y9krYPaOZm+y2TubvSLgEcRbPIJfBMLHO9PDWQxlMYhFEY8eLHJCLosOs2jkgXkjcMgSLry7mUP3AYnYE3uSg9n/X4ABABUvYJaolD9VAAAAAElFTkSuQmCC)
    no-repeat 0 0;
  background-size: 189px 47px;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  align-self: center;
  width: 48px;
  height: 48px;
}
.footer-social-share .socialShare li a:hover {
  opacity: 0.6;
}
.footer-social-share .socialShare li a.twitterIcon {
  background-position: 1px 0;
}
.footer-social-share .socialShare li a.facebookIcon {
  background-position: -47px 0;
}
.footer-social-share .socialShare li a.instagramIcon {
  background-position: -94.3px 0;
}
.footer-social-share .socialShare li a.youtubeIcon {
  background-position: -142px 0;
}
@media (max-width: 750px) {
  .footer-container {
    margin: 3% 8% 1%;
  }
}
@media (max-width: 420px) {
  .footer-container {
    margin: 3% 8% 1%;
  }
  .footer-section,
  .footer-section-main {
    flex-direction: column;
  }
  .footer-section {
    margin: 2em;
  }
}
.home-footer {
  width: 100vw;
  min-height: 270px;
  height: -webkit-max-content;
  height: max-content;
  background: #ffea00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  bottom: 0;
}
.footer-content,
.home-footer {
  display: flex;
  padding: 0;
  margin: 0;
}
.footer-content {
  width: 85%;
  flex-direction: row;
  justify-content: space-between;
  color: #062147;
}
.footer-section {
  display: flex;
  height: -webkit-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: max-content;
  grid-gap: 8px;
  gap: 8px;
  position: relative;
  flex-direction: column;
  margin: 0 !important;
  margin-top: 1rem;
  padding-left: 15px;
  border-left: 1px solid #062147;
}
.footer-section ul {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section ul li {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
.footer-section ul li span,
.footer-section ul li span a {
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #062147 !important;
}
.closed {
  display: none !important;
}
.icon-container-footer {
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
  flex-direction: row;
  grid-gap: 10px;
  gap: 10px;
}
.footer-title {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #062147;
  letter-spacing: 0;
  cursor: pointer;
}
.app-container {
  flex-direction: row;
  height: -webkit-max-content;
  height: max-content;
  grid-gap: 10px;
  gap: 10px;
}
.app-container,
.footer-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-icon-container {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #062147;
}
.socials-container {
  flex-direction: column;
  height: -webkit-max-content;
  height: max-content;
  width: 100%;
  margin-top: -90px;
  margin-bottom: 30px;
  z-index: 99;
}
.socials-container,
.socials-content {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
}
.socials-content {
  flex-direction: row;
}
.socials-header .title {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  color: #062147;
}
.dropdown-icon {
  display: none;
}
.normal_link {
  text-decoration: none;
}
.normal_link,
.underline_link {
  color: #062147;
  font-family: Akatab;
}
.normal_link:hover,
.underline_link:hover {
  color: rgba(6, 33, 71, 0.7372549019607844);
}
.contact-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.contact-item .icon-contact-footer {
  display: none;
}
@media screen and (max-width: 1000px) {
  .dropdown-icon {
    display: inline-block;
  }
  .footer-content {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 20px;
    gap: 20px;
    width: 90%;
  }
  .home-footer {
    border-top-right-radius: 24px;
    justify-content: flex-start;
    padding-top: 30px;
    height: -webkit-max-content;
    height: max-content;
    min-height: -webkit-max-content;
    min-height: max-content;
  }
  .footer-title {
    font-family: Akatab;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #062147;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .socials-container {
    margin-top: -80px;
  }
  .footer-section {
    border: none;
    padding-left: 0;
    width: 100%;
  }
  .footer-section ul {
    grid-gap: 16px;
    gap: 16px;
  }
  .app-container {
    order: 1;
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .contact-container {
    order: 2;
  }
  .politicas-container {
    padding-bottom: 20px;
    order: 3;
  }
  .contact-item .icon-contact-footer {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #062147;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
.login-main-container {
  width: 100vw;
  margin: 0;
  box-sizing: border-box;
  flex-direction: column;
  background-color: #f2f2f2;
  padding: 50px 0;
}
.login-content,
.login-main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.login-content {
  width: 85%;
  height: -webkit-max-content;
  height: max-content;
  padding: 36px;
  grid-gap: 200px;
  gap: 200px;
}
.login-card-container {
  grid-gap: 24px;
  gap: 24px;
}
.login-card,
.login-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-card {
  width: 469px;
  height: 434px;
  max-width: 100vw;
  min-height: -webkit-max-content;
  min-height: max-content;
  background-color: #fff;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  border-radius: 32px;
  padding: 48px 24px;
}
.login-card.dialog {
  box-shadow: none;
  padding: 15px 0;
}
.message-login {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  width: 473px;
  height: auto;
  border-radius: 8px;
  grid-gap: 10px;
  gap: 10px;
  opacity: 0.8;
  padding: 8px;
  background-color: #e5f3ff;
  color: #062147;
}
.login-card-title,
.message-login {
  font-family: Akatab;
  letter-spacing: 0;
  text-align: center;
}
.login-card-title {
  font-weight: 800;
  font-size: 23px;
  line-height: 112%;
  color: #0d499d;
}
.login-input span {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #062147;
}
.login-card form {
  max-width: 100%;
  width: 100%;
  height: -webkit-max-content;
  height: max-content;
  min-height: -webkit-max-content;
  min-height: max-content;
  align-items: center;
  justify-content: center;
}
.login-card form,
.login-input {
  display: flex;
  flex-direction: column;
}
.login-input {
  grid-gap: 4px;
  gap: 4px;
  width: 98%;
  max-width: 98%;
  margin-top: 32px;
}
.login-input .form-control-login {
  width: 100%;
  height: 40px;
  padding: 8px 24px;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #4d4d4d;
}
.form-control-login:focus {
  box-shadow: 0 0 3px 1px rgba(0, 128, 255, 0.5019607843137255);
  border: none;
  outline: none;
}
.login-input .form-control-login.error {
  border: none;
  box-shadow: 0 0 3px 1px rgba(166, 4, 14, 0.5019607843137255);
}
.form-control-login::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #b3b3b3;
}
.form-control-login::placeholder,
.login-submit-btn {
  font-family: Akatab;
  line-height: 100%;
  letter-spacing: 0;
}
.login-submit-btn {
  width: 421px;
  height: 40px;
  max-width: 98%;
  justify-content: space-between;
  padding: 8px 24px;
  background: #b21213;
  border: none;
  color: #fff;
  border-radius: 24px;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.login-submit-btn.disabled {
  background: #b3b3b3;
}
.login-submit-btn:hover {
  background-color: #820d0e;
}
.login-submit-btn.disabled:hover {
  background: #b3b3b3;
}
.login-register-lnk {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #b21213;
  text-decoration: none;
}
.button-container {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  grid-gap: 16px;
  gap: 16px;
}
.lnk-recuperar-clave {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  color: #2228ff;
  margin-top: 4px;
}
.lnk-recuperar-clave:hover {
  color: rgba(34, 41, 255, 0.8156862745098039);
}
.alternative-logins {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
  flex-direction: column;
}
.alternative-logins button {
  width: 421px;
  height: 32px;
  padding: 8px 16px;
  border-radius: 24px;
  background-color: #fff;
  border: none;
  color: #b21213;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.alternative-logins button,
.login-img-text h2 {
  font-family: Akatab;
  font-weight: 700;
  letter-spacing: 0;
}
.login-img-text h2 {
  font-size: 40px;
  line-height: 140%;
  color: #062147;
}
.login-img-text p {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #4d4d4d;
  max-width: 350px;
}
.login-img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-img-text {
  margin-bottom: -170px;
  margin-left: -170px;
  max-width: 471px;
  z-index: 100;
}
.circle-container {
  width: 470px;
  height: 473px;
  background: radial-gradient(circle, #ffef5a, gold);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.cutout-image {
  width: 100%;
  height: 100%;
}
.input-wrapper {
  width: 100%;
  position: relative;
}
.input-wrapper input {
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}
.input-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  background: transparent;
}
.icon-login {
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .login-content {
    flex-direction: column-reverse;
    height: -webkit-max-content;
    height: max-content;
    width: 100vw;
    grid-gap: 0;
    gap: 0;
  }
  .circle-container {
    width: 194px;
    height: 194px;
  }
  .login-img-text {
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .login-img-text h2 {
    width: 100%;
    max-width: 100%;
    font-weight: 800;
    font-size: 23px;
    line-height: 112%;
    letter-spacing: 0;
  }
  .login-img-text p {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .login-img-container {
    margin-bottom: -100px;
  }
  .login-card {
    max-width: 93vw;
    height: 447px;
  }
  .login-input {
    margin-top: 20px;
  }
  .login-card-title {
    font-family: Akatab;
    font-weight: 800;
    font-size: 23px;
    line-height: 112%;
    letter-spacing: 0;
    text-align: center;
    margin-top: 80px;
  }
  .login-card-title.title-modal {
    margin-top: 0;
  }
  .login-card.dialog {
    height: -webkit-max-content;
    height: max-content;
  }
  .login-card-container {
    width: 100vw;
  }
  .alternative-logins {
    width: 100%;
    margin-bottom: 30px;
  }
  .alternative-logins button {
    max-width: 93%;
  }
}
.carrusel_container {
  font-family: Akatab, sans-serif;
  width: 100vw;
  height: 58vh;
  width: 100%;
  transition: height 0.5s ease-in-out;
}
.carrusel_container,
.item-cr {
  overflow: hidden;
  position: relative;
}
.item-cr {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.item-cr img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
.text-container-cr {
  position: absolute;
  left: 0;
  color: #fff;
  padding: 0;
  z-index: 10;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease-out,
    visibility 0.5s ease-out,
    transform 0.5s ease-out;
}
.text-container-cr.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.text-container-cr .title {
  font-size: 2.5vw;
  margin-bottom: 10px;
  line-height: 1.2;
}
.text-container-cr .description {
  font-size: 1.2vw;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .text-container-cr {
    left: 0;
    right: 15%;
    bottom: 34%;
  }
  .text-container-cr .title {
    font-size: 5vw;
    margin-bottom: 5px;
  }
  .text-container-cr .description {
    font-size: 3vw;
    line-height: 1.3;
  }
  .arrow {
    display: none;
  }
  .indicators-container {
    bottom: 10px;
  }
}
.arrow-left-cr {
  left: 10px;
}
.arrow-right-cr {
  right: 10px;
}
.indicators-container {
  z-index: 10;
}
.indicator,
.indicator-selected {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.5);
  cursor: pointer;
}
.indicator-selected {
  background-color: #fff;
}
.items_container_cr {
  display: flex;
  height: 100%;
}
.item-cr {
  width: 100vw;
  height: 100%;
}
.text-container-cr {
  color: #000;
  padding-left: 8%;
  max-width: 31%;
}
.text-container-cr .title {
  font-weight: 800;
  font-size: 48px;
}
.text-container-cr .description,
.text-container-cr .title {
  font-family: Akatab, sans-serif;
  line-height: 140%;
  margin-bottom: 0.5rem;
}
.text-container-cr .description {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0;
  color: #555;
}
.arrow-left-cr {
  left: 20px;
}
.arrow-left-cr,
.arrow-right-cr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffea00;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.arrow-right-cr {
  right: 20px;
}
.indicators-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  grid-gap: 10px;
  gap: 10px;
}
.indicator {
  width: 8px;
  background-color: #b3b3b3;
}
.indicator,
.indicator-selected {
  height: 8px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.indicator-selected {
  width: 32px;
  background-color: #b21213;
}
.card-carousel-main-container {
  width: 100%;
  height: -webkit-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.maintitle-container-cards {
  width: 85%;
}
.card-carousel {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: "touch";
}
.card-carousel::-webkit-scrollbar {
  display: none;
}
.card-carousel__container {
  display: flex;
  width: 100%;
  flex-direction: row;
  grid-gap: 16px;
  gap: 16px;
  padding: 0 320px;
  justify-content: center;
  align-items: center;
}
.card-carousel__card {
  flex: 0 0 auto;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  padding: 16px;
  width: 220px;
  height: -webkit-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  cursor: pointer;
}
.card-carousel__header {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.card-carousel__icon {
  font-size: 1.5rem;
}
.card-carousel__title {
  font-weight: 600;
  font-size: 19px;
  vertical-align: middle;
  color: #333;
}
.card-carousel__content,
.card-carousel__title {
  margin: 0;
  font-family: Akatab;
  line-height: 140%;
  letter-spacing: 0;
}
.card-carousel__content {
  color: #555;
  font-weight: 400;
  font-size: 16px;
}
.card-carousel__maintitle {
  color: #062147;
  font-family: Akatab;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 0;
  padding: 2rem 0 2rem 15px;
}
.card-carousel__maintitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 33px;
  background-color: #ffea00;
  border-radius: 12px;
}
.benefits-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100vw;
  height: -webkit-max-content;
  height: max-content;
  min-height: 530px;
  background: linear-gradient(269.87deg, #fff 49.51%, #ffdd04 99.88%);
  padding: 40px 320px;
}
.benefits-section__card {
  width: 368px;
  max-width: calc(100vw - 32px);
  height: auto;
  grid-gap: 24px;
  gap: 24px;
  padding: 32px 32px 32px 24px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 4px 4px 16px 2px rgba(136, 138, 151, 0.3215686274509804);
  margin-top: -90px;
}
.benefits-section__card--title {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
  line-height: 112%;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}
.benefits-section__card--title--red {
  color: #b21213;
}
.benefits-section__card--content {
  font-family: Akatab;
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0;
  color: #555;
  list-style: none;
  padding-left: 0;
}
.benefits-section__card--content li {
  display: flex;
  align-items: flex-start;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 8px;
}
.benefits-section__card--image {
  width: 216px;
  height: 216px;
  left: 304px;
  background-color: #062147;
  border-radius: 177.5px;
}
.benefits-section__card--content--icon {
  padding-right: 1px;
}
.benefits-section__card--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.benefits-section__steps--container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
  height: 100%;
  width: -webkit-max-content;
  width: max-content;
  margin-left: 25px;
  max-width: calc(100vw - 36px);
  grid-gap: 20px;
  gap: 20px;
}
.benefits-section__toggle-container {
  background: #ffeb00;
  border-radius: 100px;
  display: flex;
  position: relative;
  width: 320px;
  height: 45px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
}
.benefits-section__toggle-indicator {
  position: absolute;
  top: 5px;
  width: 145px;
  height: 35px;
  border-radius: 100px;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  background: #fff;
  transition: left 0.3s ease;
}
.benefits-section__toggle-indicator.first {
  left: 5px !important;
}
.benefits-section__toggle-indicator.second {
  left: calc(100% - 150px) !important;
}
.benefits-section__toggle-option {
  flex: 1 1;
  z-index: 1;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  color: #4d4d4d;
}
.benefits-section__toggle-title {
  font-family: Akatab;
  font-weight: 700;
  font-size: 28px;
  line-height: 117%;
  letter-spacing: 0;
  color: #062147;
  align-self: flex-start;
  position: relative;
  padding-left: 15px;
}
.benefits-section__toggle-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 33px;
  background-color: #062147;
  border-radius: 12px;
}
.benefits-section__toggle-button {
  background: #b21213;
  width: 241px;
  height: 40px;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 24px;
  padding: 11px 24px 8px;
  border: none;
  color: #fff;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 30px;
  text-decoration: none;
}
.benefits-section__toggle-button:hover {
  background: #b21213;
  color: #fff;
}
.benefits-section__toggle-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  grid-gap: 16px;
  gap: 16px;
  align-self: flex-start;
}
.benefits-section__toggle-card {
  flex: 0 0 auto;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  padding: 16px 24px 16px 16px;
  width: -webkit-max-content;
  width: max-content;
  min-height: 110px;
  height: -webkit-max-content;
  height: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
}
.benefits-section__toggle-card-content {
  width: 145px;
  height: -webkit-max-content;
  height: max-content;
}
.benefits-section-card-content__order {
  display: none;
}
.benefits-section-card-content__text {
  display: flex;
  flex-wrap: wrap;
}
.benefits-section-card-content__text,
.benefits-section-card-content__text p {
  color: #062147;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  margin: 0;
}
.benefits-section-card-content__text p a {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-decoration: underline;
  color: #0d499d !important;
  text-decoration-thickness: 0;
}
.card-carousel__maintitle.benefits {
  display: none;
}
.benefits-section__card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 8px;
  padding: 12px;
  background: #ffea00;
}
.faq-collapsible__container {
  width: 100%;
}
.faq-collapsible__container-edit {
  width: 40%;
}
.faq-collapsible__panel {
  margin: 20px 0;
}
.faq-collapsible__panel__button {
  background-color: #fff;
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0;
  color: #333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.content.active {
  max-height: -webkit-max-content;
  max-height: max-content;
  margin-top: 16px;
}
.content {
  display: inline-block;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  border: none;
  line-height: 140%;
  margin: 0;
}
.content,
.faq-collapsible__panel__button .content p {
  color: #4d4d4d;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
}
.faq-collapsible__panel__button .content p {
  line-height: 155%;
}
.faq-collapsible__panel__button .content a {
  color: #0d499d !important;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
.faqhome {
  width: 100vw;
  height: -webkit-max-content;
  height: max-content;
  justify-content: center;
  align-items: center;
  background: hsla(0, 0%, 92.2%, 0.6980392156862745);
  padding: 60px 0 100px;
}
.faqhome,
.faqhome-content {
  display: flex;
  flex-direction: column;
}
.faqhome-content {
  width: 85%;
}
.faqhome .maintitle {
  align-self: flex-start;
  color: #062147;
  position: relative;
  padding-left: 15px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 28px;
  line-height: 117%;
  letter-spacing: 0;
}
.faqhome .maintitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 33px;
  background-color: #ffea00;
  border-radius: 12px;
}
.faq-more-questions {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #0d499d;
  text-decoration: none;
  align-self: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.faq-more-questions .icon {
  margin-left: 10px;
}
.faq-content-divisor {
  border-bottom: 2px dotted #e0e0e0;
  width: 110%;
  margin-bottom: 10px;
}
.faq-collapsible-tags {
  max-width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 8px;
  gap: 8px;
}
.faq-collapsible-tag {
  width: 70px;
  min-width: -webkit-max-content;
  min-width: max-content;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: -webkit-max-content;
  min-height: max-content;
  background: #d6ebff;
  border-radius: 16px;
  padding: 4px 16px;
  color: #062147;
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  cursor: default;
}
.faq-collapsible-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.faq-collapsible-icon {
  width: 40px;
  height: 40px;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 24px;
  padding: 9px 29px 0 13px;
  background: #ffea00;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  margin-right: -39px;
  position: relative;
  margin-top: -40px;
}
.faq-more-questions:hover {
  color: #0d499d;
}
.edit-cards-container {
  width: 100%;
  height: -webkit-max-content;
  height: max-content;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-edit-cards {
  width: 50%;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
.table-edit-cards {
  width: 65%;
}
.form-edit-cards-buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
}
.form-edit-cards-buttons button {
  width: 30%;
}
.card-edit {
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.card-edit-button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 13px;
  background: #a00;
  border: #a00;
}
.card-edit-icon-selector {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
}
.card-carousel__icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ffea00;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 8px;
}
.edit-tag-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  padding: 1rem 1rem 1rem 0;
  grid-gap: 10px;
  gap: 10px;
}
.tag-close-icon {
  cursor: pointer;
  margin-left: 10px;
}
.punto-fisico-container {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.punto-fisico-container.logged {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  border-radius: 16px;
}
.pf-content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}
.pf-filters {
  display: flex;
  grid-gap: 2rem;
  gap: 2rem;
  margin-bottom: 2rem;
}
.pf-filter-group {
  display: flex;
  flex-direction: column;
}
.pf-filter-group label {
  margin-bottom: 4px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  background: #062147;
}
.pf-filter-group select {
  width: 364px;
  height: 40px;
  max-width: 95vw;
  justify-content: space-between;
  padding: 8px 24px;
  opacity: 1;
  border-radius: 8px;
  border: 1px solid #4d4d4d;
}
.pf-store-cards {
  display: grid;
  width: 70vw;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
  gap: 20px;
}
.pf-store-card {
  width: 239px;
  height: 128px;
  min-height: -webkit-max-content;
  min-height: max-content;
  opacity: 1;
  grid-gap: 16px;
  gap: 16px;
  border-radius: 8px;
  padding: 16px 16px 8px;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  background-color: #fff;
}
.pf-store-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pf-store-status {
  background-color: #e5ffe7;
  color: #009d07;
}
.pf-store-closed,
.pf-store-status {
  border-radius: 16px;
  padding: 4px 16px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}
.pf-store-closed {
  background-color: #ffebec;
  color: #ed0008;
}
.pf-store-map,
.pf-store-map:hover {
  font-style: Bold;
  color: #0d499d;
  text-decoration: none;
}
.pf-store-map,
.pf-store-map:hover,
.pf-store-name {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.pf-store-name {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  text-overflow: ellipsis;
  color: #4d4d4d;
}
.pf-store-icon,
.pf-store-name {
  align-items: center;
  justify-content: center;
}
.pf-store-icon {
  width: 18px;
  height: 18px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  color: #fff;
}
.pf-store-icon.k {
  background-color: #007bff;
}
.pf-store-icon.a {
  background-color: #e74c3c;
}
.pf-store-address,
.pf-store-city {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  max-width: 100%;
  text-overflow: ellipsis;
}
.pf-store-address,
.pf-store-city,
.pf-store-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
.pf-container {
  display: flex;
  flex-direction: row;
  grid-gap: 1rem;
  gap: 1rem;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100vw;
  margin-bottom: 24px;
}
.pf-select {
  position: relative;
  width: 364px;
}
.pf-custom-select {
  width: 364px;
  max-width: 95vw;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #4d4d4d;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' class='bi bi-chevron-down'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 01.708 0L8 11.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  transition: border-color 0.2s;
}
.pf-select.open .pf-custom-select {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.pf-filter-wrapper {
  position: relative;
}
.pf-filter-wrapper label {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #062147;
}
.pf-filter-toggle {
  width: 364px;
  padding: 8px 24px;
  border-radius: 6px;
  border: 1px solid #4d4d4d;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
}
.pf-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 364px;
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 95vw;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 10;
}
.pf-dropdown-menu.hs,
.pf-filter-toggle.hs {
  width: 100%;
  max-width: 488px;
}
.pf-dropdown-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 16px;
  height: 39px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  user-select: none;
  grid-gap: 8px;
  gap: 8px;
}
.pf-dropdown-option.active {
  background-color: #d6ebff;
}
.pf-option-label {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  color: #4d4d4d;
}
.pf-checkbox-input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.pf-custom-checkbox {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #b21213;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
}
.pf-checkbox-input:checked ~ .pf-custom-checkbox {
  background-color: #b21213;
  border-color: #b21213;
}
.pf-custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.pf-checkbox-input:checked ~ .pf-custom-checkbox:after {
  display: block;
}
.pf-btn-efecty {
  width: 361px;
  max-width: 95vw;
  height: 40px;
  text-decoration: none;
  background: #fff;
  border: 1.5px solid #b21213;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  padding: 8px 24px;
  border-radius: 24px;
  color: #b21213;
  margin-top: 48px;
  text-align: center;
}
.pf-btn-efecty:hover {
  color: #b21213;
}
.pf-no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
.pf-no-results h1 {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
  line-height: 112.00000000000001%;
  color: #b3b3b3;
}
.pf-no-results p {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #b3b3b3;
  text-align: center;
}
.faq-general-title {
  width: 1162px;
  max-width: 95vw;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, #d6ebff, rgba(214, 235, 255, 0));
  margin-bottom: 30px;
}
.faq-general-title h1 {
  font-family: Akatab;
  font-weight: 700;
  font-size: 28px;
  line-height: 117%;
  letter-spacing: 0;
  text-align: center;
  color: #062147;
}
.faq-main-container {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 8rem;
}
.faq-title-container {
  width: 1162px;
  max-width: 95vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.faq-main-title {
  margin-bottom: 2rem;
  position: relative;
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 117%;
  color: #062147;
  padding-left: 16px;
}
.faq-main-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 33px;
  background-color: #ffea00;
  border-radius: 12px;
}
.faq-filters-container {
  width: 1162px;
  max-width: 95vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 30px;
}
.faq-tag-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.faq-tag-filter label {
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  color: #062147;
}
.faq-tag-filter select {
  width: 356px;
  max-width: 100%;
  height: 40px;
  justify-content: space-between;
  opacity: 1;
  border-radius: 8px;
  padding: 8px 24px;
  border: 1px solid #4d4d4d;
}
.faq-main-collapsible__container {
  display: flex;
  width: 100vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 2rem;
  gap: 2rem;
}
.faq-main-tag-section {
  width: 1162px;
  max-width: 95vw;
  height: -webkit-max-content;
  height: max-content;
  grid-gap: 8px;
  gap: 8px;
  opacity: 1;
  border-radius: 16px;
  border-bottom-width: 2px;
  padding: 24px;
  background-color: #fff;
}
.faq-main-tag-title {
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom-style: dashed;
  margin-bottom: 1rem;
  color: #06c;
  position: relative;
  padding-left: 1.2rem;
}
.faq-main-tag-title:before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #06c;
  font-size: 1.4rem;
  top: 0;
}
.faq-main-collapsible__panel {
  border-bottom: 1px dashed #b3b3b3;
  padding: 0.8rem 0;
}
.faq-main-collapsible__panel__button {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0;
}
.faq-main-collapsible-title {
  margin-top: 16px;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4d4d4d;
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  line-height: 100%;
}
.faq-main-collapsible-icon {
  font-size: 1.1rem;
  margin-left: 0.5rem;
  color: #999;
}
.faq-main-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.faq-main-content p {
  font-weight: 400;
  line-height: 155%;
  color: #4d4d4d;
}
.faq-main-content a,
.faq-main-content p {
  font-family: Akatab;
  font-size: 16px;
  letter-spacing: 0;
}
.faq-main-content a {
  color: #0d499d !important;
  font-weight: 700;
  line-height: 100%;
}
.faq-main-content.active {
  max-height: 500px;
  opacity: 1;
  margin-top: 1rem;
}
.faq-main-content-divisor {
  border-top: 1px dashed #ddd;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1576px) {
  .table-edit-cards {
    width: 90%;
  }
}
@media screen and (max-width: 1374px) {
  .benefits-section {
    padding: 40px 44px;
  }
}
@media screen and (max-width: 1024px) {
  .pf-dropdown-option {
    padding: 16px 0;
  }
  .edit-cards-container {
    flex-direction: column;
    padding: 0;
  }
  .form-edit-cards,
  .table-edit-cards {
    width: 100%;
  }
  .arrow {
    display: none;
  }
  .carrusel_container {
    height: 32vh;
  }
  .text-container-cr {
    max-width: 60%;
  }
  .text-container-cr .title {
    font-size: 23px;
  }
  .text-container-cr .description {
    font-size: 16px;
  }
  .card-carousel__container {
    padding: 0 16px;
  }
  .card-carousel__maintitle {
    font-size: 19px;
    margin-left: 16px;
  }
  .card-carousel__maintitle.benefits,
  .maintitle {
    font-size: 19px;
  }
  .maintitle {
    margin-left: -7px;
  }
  .maintitle-container-cards {
    width: 100%;
  }
  .card-carousel__container {
    width: -webkit-max-content;
    width: max-content;
    justify-content: flex-start;
    align-items: center;
  }
  .benefits-section {
    width: 100vw;
    margin-top: 70px;
    flex-direction: column;
    padding: 40px 16px;
    background: linear-gradient(180deg, #f7d500, #fff 63.5%);
  }
  .benefits-section__card--container {
    margin-top: -100px;
  }
  .benefits-section__card {
    width: 400px;
    max-width: 80%;
  }
  .benefits-section__steps--container {
    align-items: center;
    justify-content: center;
    padding-top: 0;
    height: auto;
    margin-left: 0;
    width: 100vw;
  }
  .benefits-section__toggle-title {
    display: none;
    margin-top: 16px;
  }
  .benefits-section__toggle-cards {
    margin-top: 16px;
    margin-bottom: 16px;
    flex-direction: column;
  }
  .benefits-section__toggle-card {
    background: none;
    box-shadow: none;
    border: none;
    width: 100%;
  }
  .card-carousel__maintitle.benefits {
    display: block;
    align-self: flex-start;
    margin-left: -4px;
  }
  .benefits-section-card-content__order {
    display: block;
    font-family: Akatab;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #062147;
    margin-bottom: 8px;
  }
  .benefits-section__card-icon {
    width: 78px;
    height: 78px;
  }
  .faqhome-content {
    width: 80%;
  }
  .faq-more-questions {
    font-family: Akatab;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
  }
  .benefits-section__card-icon {
    padding: 26px;
  }
  .faqhome .maintitle {
    font-weight: 600;
    font-family: Akatab;
    font-size: 19px;
    line-height: 14%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .pf-store-cards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    grid-gap: 1rem;
    gap: 1rem;
    width: 95vw;
    padding-bottom: 1rem;
    scrollbar-width: thin;
  }
  .pf-store-card {
    flex: 0 0 239px;
  }
}
.faq-search-wrapper {
  position: relative;
  width: 508px;
  max-width: 95vw;
}
.faq-search-input {
  width: 100%;
  max-width: 95vw;
  padding-right: 40px;
  padding-left: 12px;
  height: 40px;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
}
.faq-search-wrapper .faq-input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.pf-filter-dialog {
  width: 100%;
  margin-top: 20px;
}
.pf-filter-dialog-options {
  max-height: 50vw;
  padding-right: 8px;
  overflow-y: scroll;
}
.pf-mobile-apply-button {
  width: 100%;
  margin-top: 10px;
  padding: 8px 16px;
  background: #b21213;
  border: none;
  border-radius: 24px;
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #fff;
}
.pf-mobile-filter {
  width: 95vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pf-mobile-filter span {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #062147;
}
.pf-mobile-filter-button-icon {
  margin-left: 4px;
}
.pf-mobile-filter-button {
  background-color: none;
  border: none;
  color: #062147;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
}
.pf-selected-tags {
  display: grid;
  width: 700px;
  max-width: 95vw;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 24px;
}
.pf-chip {
  border-bottom: 1px solid #0d499d;
  background-color: #fff;
  border-radius: 20px;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  color: #0d499d;
}
.pf-chipClose {
  margin-top: -2px;
  margin-left: 8px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pf-selected-tags {
    display: flex;
    width: 95vw;
    overflow-x: auto;
    grid-gap: 8px;
    gap: 8px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .pf-selected-tags::-webkit-scrollbar {
    display: none;
  }
  .pf-chip {
    flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .pf-store-cards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    grid-gap: 1rem;
    gap: 1rem;
    width: 95vw;
    padding-bottom: 1rem;
    scrollbar-width: thin;
  }
  .faq-main-container {
    margin-top: 3rem;
  }
  .pf-store-card {
    flex: 0 0 239px;
  }
  .pf-container {
    flex-direction: column;
    max-width: 95vw;
  }
  .pf-dropdown-menu,
  .pf-filter-toggle,
  .pf-filter-wrapper {
    max-width: 100%;
  }
  .faq-general-title h1 {
    font-family: Akatab;
    font-weight: 800;
    font-size: 23px;
    line-height: 112%;
    text-align: center;
    color: #062147;
  }
  .faq-main-title {
    display: none;
  }
}
.float {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 5%;
  right: 36px;
  background-color: initial;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.my-float {
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .float {
    bottom: 8%;
    right: 20px;
  }
}
.flex-container {
  display: flex;
  margin-bottom: 1em;
  justify-content: center;
}
.flex-item {
  width: auto;
  margin: 0 4px;
  height: 2em;
  text-align: center;
}
.flex-item:hover {
  cursor: pointer;
}
.tab-container {
  margin-top: 15px;
}
.tab-body {
  width: 100%;
  border-top: 2px solid #ffe600;
  padding: 10px;
}
.non-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0 1em;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  margin: 0;
}
.item-selected {
  color: #f50a0a;
  border-bottom: 2px solid #f50a0a;
}
.flex-container-mobile {
  display: none;
}
@media (max-width: 768px) {
  .item-selected {
    height: 50px;
  }
}
@media (max-width: 420px) {
  .flex-container {
    display: none;
  }
  .flex-container-mobile {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0.5em;
    border: 2px solid #c9c4c4;
    border-radius: 10px;
    padding: 2em 1em 3em;
    color: 2px solid #c9c4c4;
  }
  .flex-container-mobile a {
    text-align: center;
  }
  .button-container-mobile {
    padding: 0.5em;
    margin: 0 3em;
    border-bottom: 2px solid #c9c4c4;
    color: #c9c4c4;
    font-size: 18px;
  }
  .flex-button-selected {
    color: #f50a0a;
  }
  .tab-body {
    padding-top: 8em;
  }
}
.generar-otp-input {
  width: 473px;
  height: 40px;
  padding: 8px 24px;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #4d4d4d;
  max-width: 90vw;
  font-weight: 400;
  color: #4d4d4d;
}
.generar-otp-input,
.label-otp-input {
  font-family: Akatab;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
}
.label-otp-input {
  font-weight: 700;
  color: #062147;
}
.otp-form {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.otp-form,
.otp-input-container {
  display: flex;
  flex-direction: column;
}
.otp-input-container {
  grid-gap: 10px;
  gap: 10px;
  margin: 10px;
}
.btn-simular-cuota-otp {
  max-width: 90vw;
  width: 361px;
  height: 40px;
  justify-content: space-between;
  padding: 8px 24px;
  border-radius: 24px;
  background: #fff;
  border: 1.5px solid #b21213;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #b21213;
  margin-top: 20px;
}
.otp-generator-header {
  width: 100%;
  display: flex;
  max-width: 98%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.otp-generator-header h1 {
  font-weight: 800;
  font-size: 23px;
  line-height: 112.00000000000001%;
  color: #0d499d;
}
.otp-generator-header h1,
.otp-generator-header p {
  font-family: Akatab;
  letter-spacing: 0;
  text-align: center;
}
.otp-generator-header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #062147;
}
.otp-cupo-disponible {
  width: 473px;
  height: auto;
  max-width: 90vw;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 8px;
  padding: 8px;
  flex-direction: column;
  margin-bottom: 20px;
}
.otp-cupo-disponible,
.otp-cupo-disponible .cupo-container {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.otp-cupo-disponible .cupo-container {
  width: 98%;
  max-width: 100%;
  flex-direction: row;
  margin-bottom: 10px;
}
.otp-cupo-disponible .cupo-container span {
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0;
  color: #062147;
}
.otp-cupo-disponible .cupo-container .cupo {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: right;
  color: #0d499d;
}
.container-simulation-result {
  width: 473px;
  min-width: -webkit-max-content;
  min-width: max-content;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 8px;
  padding: 8px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  margin: 20px;
  height: auto;
  max-width: 90vw;
}
.cuota-mensual-container,
.total-pagar-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-width: 90vw;
  flex-wrap: wrap;
}
.cuota-mensual-container span {
  font-weight: 800;
  color: #062147;
}
.cuota-mensual-container .value,
.cuota-mensual-container span {
  font-family: Akatab;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0;
}
.cuota-mensual-container .value {
  font-weight: 600;
  text-align: right;
  color: #0d499d;
  margin-left: 8px;
}
.total-pagar-container span {
  font-weight: 400;
}
.total-pagar-container .value,
.total-pagar-container span {
  font-family: Akatab;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0;
  color: #062147;
}
.total-pagar-container .value {
  font-weight: 600;
  text-align: right;
}
.generar-otp-btn {
  width: 473px;
  height: 40px;
  max-width: 90vw;
  justify-content: space-between;
  padding: 8px 24px;
  border-radius: 24px;
  background: #b21213;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  border: none;
}
.tooltip-container-icon {
  margin-left: 5px;
  cursor: pointer;
}
.tooltip-container {
  width: 98%;
  max-width: 98%;
  font-size: 16px;
}
.cuota-tooltip-container,
.tooltip-container {
  height: auto;
  justify-content: space-between;
  border-radius: 8px;
  padding: 16px;
  background: #e5f3ff;
  font-family: Akatab;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #062147;
}
.cuota-tooltip-container {
  width: 355px;
  max-width: 90vw;
  font-size: 14px;
  text-align: justify;
  margin: 10px 0 20px;
}
.cuota-tooltip-container a {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: justify;
  vertical-align: middle;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  color: #2228ff;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
.breadcrumbContainer {
  width: 100vw;
  padding: 30px;
  justify-content: center;
}
.breadcrumbContainer,
.breadcrumbContainer nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f5f5f5;
}
.breadcrumbContainer nav {
  width: 85%;
  margin-left: 200px;
  justify-content: flex-start;
  grid-gap: 10px;
  gap: 10px;
}
.brc-url {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #0d499d;
  text-decoration: none;
}
.brc-url.last {
  color: #062147;
}
.layout-wrapper {
  flex-direction: column;
  min-height: 100vh;
}
.layout-body,
.layout-wrapper {
  background-color: #f5f5f5;
  display: flex;
}
.layout-body {
  flex: 1 1;
  overflow: hidden;
  margin-top: 66px;
  margin-bottom: 80px;
}
.layout-sidebar {
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.layout-content {
  flex: 1 1;
  padding-top: 24px;
  background-color: #f5f5f5;
  overflow-y: auto;
}
.layout-footer {
  height: 40px;
  background-color: #ffd600;
  justify-content: center;
}
.layout-footer,
.submenuv2 {
  display: flex;
  align-items: center;
}
.submenuv2 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  padding: 32px;
  margin-top: 50px;
}
.sidebar-item {
  background: #fff;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  width: 194px;
  min-width: -webkit-max-content;
  min-width: max-content;
  height: 48px;
  opacity: 1;
  border-radius: 24px;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  text-decoration: none;
}
.sidebar-item.space {
  margin-top: 100px;
}
.sidebar-item.active {
  background: #b21213;
  text-decoration: none;
}
.sidebar-icon {
  width: 48px;
  height: 48px;
  grid-gap: 8px;
  gap: 8px;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b21213;
}
.sidebar-item-label {
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #062147;
}
.sidebar-item.active .sidebar-item-label {
  color: #fff;
}
.dropdown-menu-logout {
  position: absolute;
  top: 55px;
  right: 0;
  width: 100%;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.dropdown-item-logout {
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
}
.dropdown-itemm-logout:hover {
  background-color: #f0f0f0;
}
.recuperar_clave_main {
  width: 100vw;
  flex-direction: column;
  padding-bottom: 60px;
}
.recaptcha-container,
.recuperar_clave_main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recaptcha-container {
  width: 100%;
}
.icp-title {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.hs-main-container {
  width: 95%;
  max-width: 95vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border-radius: 16px;
}
.hs-title {
  font-family: Akatab;
  font-weight: 700;
  font-size: 28px;
  color: #0d499d;
}
.hs-description {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #062147;
  text-align: center;
}
.hs-toggle-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  gap: 16px;
  margin: 16px 0;
}
.hs-toggle {
  width: 210px;
  max-width: 95vw;
  padding: 8px 32px;
  border-radius: 24px;
  border: none;
  border-bottom: 1px solid #062147;
  background-color: #fff;
}
.hs-toggle,
.hs-toggle.active {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.hs-toggle.active {
  border: none;
  background-color: #e5f3ff;
}
.hs-table-container {
  width: 100%;
  max-width: 95vw;
}
.hs-first-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.hs-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.hs-table,
.hs-table thead th {
  height: -webkit-max-content;
  height: max-content;
}
.hs-table thead th {
  background-color: #f5f5f5;
  padding: 4px 24px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
}
.hs-table tbody td,
.hs-table thead th {
  font-family: Akatab;
  text-align: center;
  color: #4d4d4d;
}
.hs-table tbody td {
  padding: 10px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
}
.hs-result-container {
  width: 95%;
  max-width: 95vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border-radius: 16px;
  margin-top: 36px;
}
.hs-result-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.hs-result-header h2 {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
  color: #062147;
}
.hs-pdf-download {
  width: -webkit-max-content;
  width: max-content;
  border-radius: 24px;
  padding: 8px 32px;
  background: #fff;
  border: 1px solid #b21213;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #b21213;
  margin-right: 24px;
}
.hs-second-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hs-filter-form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
.hs-date-inputs {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
}
.hs-date-input,
.hs-filter-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hs-date-input label,
.hs-filter-input label {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.hs-date-input {
  width: 50%;
}
.hs-date-input input {
  max-width: 100%;
}
.hs-date-input input,
.hs-filter-input input,
.hs-filter-input select {
  width: 100%;
  border-radius: 8px;
  height: 40px;
  padding: 8px 24px;
  border: 1px solid #4d4d4d;
}
.hs-filter-input input,
.hs-filter-input select {
  font-family: Akatab;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #4d4d4d;
}
.hs-filter-input input::placeholder,
.hs-filter-input select::placeholder {
  color: #b3b3b3;
}
.hs-filter-input select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234D4D4D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 14px;
  padding-right: 44px;
}
.sh-form-btn-clean,
.sh-form-btn-filter {
  width: 100%;
  border-radius: 24px;
  padding: 8px 24px;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  border: none;
}
.sh-form-btn-clean {
  color: #b21213;
  border: 2px solid #b21213;
  background: #fff;
}
.sh-form-btn-filter {
  color: #fff;
  background: #b21213;
}
.sh-form-btn-clean:disabled,
.sh-form-btn-filter:disabled {
  background-color: #b3b3b3;
}
.hs-value {
  color: #ed0008 !important;
}
.hs-pagination-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ebebeb;
  margin: 8px;
}
.hs-detail-modal,
.hs-pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs-detail-modal {
  width: 100%;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 16px;
}
.hs-detail-normal,
.hs-detail-value {
  width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hs-detail-normal .title {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
}
.hs-detail-normal .value {
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  color: #4d4d4d;
}
.hs-detail-value .title,
.hs-detail-value .value {
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  color: #4d4d4d;
}
.hs-title-mobile {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
  text-align: center;
  color: #0d499d;
}
.hs-description-mobile {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #062147;
}
.hs-approved-value {
  color: #009d07 !important;
}
.hs-main-container-mobile {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 24px;
}
.cards-download-button {
  width: 100%;
  padding: 8px 16px;
  border-radius: 24px;
  border: 1.5px solid #b21213;
  background: #fff;
  color: #b21213;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
}
.hs-toggle-first-tab {
  width: 95vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.hs-toggle-first-tab span {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #062147;
}
.hs-mobile-cards-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 95vw;
  grid-gap: 16px;
  gap: 16px;
  margin-top: 20px;
}
.hs-mobile-card {
  width: 361px;
  max-width: 95vw;
  padding: 16px;
  min-width: -webkit-max-content;
  min-width: max-content;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #f5f5f5;
}
.hs-card-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}
.hs-card-header-status {
  border-radius: 16px;
  padding: 4px 16px;
  background: #ffebec;
  color: #ed0008;
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
}
.hs-card-header-status.approved {
  background: #e5ffe7;
  color: #009d07;
}
.hs-detail-status {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  margin-top: 16px;
  padding: 8px 16px;
  justify-content: space-between;
  background: #ffebec;
  color: #ed0008;
}
.hs-detail-status.approved {
  background: #e5ffe7;
  color: #009d07;
}
.hs-detail-status.pending {
  background: #fff2eb;
  color: #d04a00;
}
.hs-detail-status .title {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #062147;
}
.hs-detail-status .value {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
}
.hs-card-header-column {
  font-weight: 400;
}
.hs-card-header-column,
.hs-card-row {
  font-family: Akatab;
  font-size: 14px;
  color: #4d4d4d;
}
.hs-card-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
.hs-card-title {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
}
.hs-card-title-value {
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  color: #4d4d4d;
}
.hs-filter-mobile {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
}
.hs-filter-mobile span {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  color: #0d499d;
}
.hs-card-value {
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  color: #4d4d4d;
}
.td-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 410px;
  max-width: 90vw;
}
.td-title {
  font-family: Akatab;
  font-size: 33px;
  font-weight: 700;
  color: #062147;
}
.td-content {
  font-family: Akatab;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 36px;
}
.td-state {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tds-title {
  font-weight: 400;
}
.tds-title,
.tds-value {
  font-family: Akatab;
  font-size: 16px;
  color: #4d4d4d;
}
.tds-value {
  font-weight: 700;
}
.tds-value.fail {
  color: #ed0008;
}
.td-see-details {
  flex-direction: row;
  justify-content: space-between;
  background: none;
  border: none;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #0d499d;
  width: 100%;
  margin-top: 36px;
}
.td-icon,
.td-see-details {
  display: flex;
  align-items: center;
}
.td-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #009d07;
  justify-content: center;
  margin-bottom: 16px;
}
.td-icon.errorms {
  background: #ed0008;
}
.td-icon.pendingIcon {
  background: #d04a00;
}
.doc-main {
  width: 100%;
  grid-gap: 24px;
  gap: 24px;
}
.doc-header,
.doc-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.doc-header {
  width: 95%;
  text-align: center;
  padding: 32px;
  border-radius: 16px;
  background-color: #fff;
}
.doc-header h1 {
  font-family: Akatab;
  font-weight: 700;
  font-size: 28px;
  color: #0d499d;
}
.doc-header p {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #062147;
}
.doc-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  align-items: stretch;
  grid-auto-rows: 1fr;
  width: 95%;
  margin: 0 auto;
}
.doc-card,
.doc-cards {
  box-sizing: border-box;
}
.doc-card {
  width: 100%;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.doc-card-header h6 {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #0d499d;
}
.doc-card-header p {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
}
.doc-card-actions {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.docca-form {
  display: flex;
  flex-direction: column;
}
.docca-form label {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.docca-form select {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  padding: 8px 30px 8px 16px;
  border-radius: 8px;
  height: 40px;
  width: 228px;
}
.doc-select-black {
  color: #4d4d4d;
}
.doc-select-gray {
  color: #b3b3b3;
}
.docca-form select option {
  color: #4d4d4d;
}
.docca-form.single {
  visibility: hidden;
}
.docca-form .custom-select-btn {
  border: 1px solid #b3b3b3 !important;
  background: #fff !important;
  border-radius: 8px !important;
  height: 40px !important;
  width: 228px;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: #b3b3b3 !important;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 14px !important;
  padding: 8px 30px 8px 16px !important;
}
.custom-select-btn:after {
  display: none !important;
}
.docca-form .custom-select-btn:disabled {
  background-color: #f2f2f2 !important;
  cursor: not-allowed !important;
}
.docca-form .dropdown-menu {
  border-radius: 8px !important;
  border: 1px solid #b3b3b3 !important;
}
.doc-card-actions .docca-btn {
  width: 228px;
  height: 40px;
  border-radius: 24px;
  border: none;
  background: #b21213;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
}
.docca-btn:disabled {
  background: #b3b3b3;
}
.security-questions-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35vw;
}
.security-questions-modal h6 {
  font-family: Akatab;
  font-weight: 700;
  font-size: 28px;
  color: #0d499d;
  text-align: center;
}
.security-questions-modal p {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #062147;
}
.security-question-modal_btn {
  margin-top: 16px;
  width: 100%;
  border: none;
  height: 48px;
  border-radius: 24px;
  background-color: #b21213;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  color: #fff;
}
.security-question-modal_btn_omit {
  background-color: #fff;
  color: #b21213;
}
.security-question-modal_btn_disabled {
  color: #797878;
}
@media (max-width: 600px) {
  .security-questions-modal {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0.75rem;
    width: 100vw;
  }
}
.doc-select-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
}
.doc-select-method h6 {
  font-family: Akatab;
  font-weight: 700;
  font-size: 28px;
  color: #0d499d;
  text-align: center;
}
.doc-select-method p {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #062147;
}
.docsm-method {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.docsm-method span {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #4d4d4d;
}
.docsm-method input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #b21213;
  border-radius: 4px;
}
.docsm-method input[type="checkbox"]:checked {
  background-color: #b21213;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8 0C10.464 0 10.164 0.132 9.948 0.348L4.8 5.508L2.052 2.748C1.836 2.532 1.536 2.4 1.2 2.4C0.54 2.4 0 2.94 0 3.6C0 3.936 0.132 4.236 0.348 4.452L3.948 8.052C4.164 8.268 4.464 8.4 4.8 8.4C5.136 8.4 5.436 8.268 5.652 8.052L11.652 2.052C11.868 1.836 12 1.536 12 1.2C12 0.54 11.46 0 10.8 0Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
}
.docsm-btn {
  margin-top: 16px;
  width: 100%;
  border: none;
  height: 48px;
  border-radius: 24px;
  background-color: #b21213;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  color: #fff;
}
.tdsecundarymodal {
  width: 410px;
  max-width: 90vw;
}
.docsm-btn:disabled {
  background: #b3b3b3;
}
.docsm-form-container {
  width: 90vw;
  margin: 16px 0;
}
.docsm-form-container .docca-form,
.docsm-form-container .docca-form .dropdown,
.docsm-form-container .docca-form select {
  width: 100%;
}
.dv-icon-modal {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5f3ff;
}
.preguntas-container {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
}
.preguntas-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.preguntas-desc {
  color: #555;
  font-size: 14px;
  margin-bottom: 20px;
}
.pregunta-column label,
.respuesta-column label {
  display: block;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #062147;
  margin-bottom: 5px;
}
.pregunta-column select,
.respuesta-column input {
  width: 100%;
  margin: 0 !important;
}
.preguntas-actions {
  text-align: center;
  margin-top: 30px;
}
.sc-btn-primary {
  background: #b21213;
  width: 166px;
  max-width: 98%;
  height: 48px;
  border-radius: 24px;
  padding: 8px 32px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 23px;
}
.sc-btn-secondary {
  color: #b21213;
  background: #fff;
}
.sc-btn-primary:disabled {
  background-color: #b3b3b3;
}
.pregunta-column select,
.respuesta-column input {
  width: 100% !important;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
  max-width: 100%;
  display: block;
}
.preguntas-grid {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
.pregunta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  gap: 15px;
  width: 100%;
}
.modal-general {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
  width: 40vh;
}
.modal-general p {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
}
.modal-general span {
  font-family: Akatab;
  font-weight: 600;
  font-size: 38px;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.modal-general-icon svg {
  width: 50px !important;
  height: 50px !important;
}
@media (max-width: 768px) {
  .pregunta-row {
    grid-template-columns: 1fr;
    grid-gap: 12px;
    gap: 12px;
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
  }
  .preguntas-container {
    width: 90vw;
  }
  .preguntas-grid {
    max-width: 90vw;
  }
  .pregunta-column,
  .respuesta-column {
    width: 100%;
  }
  .preguntas-container {
    padding: 15px;
    max-width: 100%;
    overflow-x: hidden;
  }
  .preguntas-desc,
  .preguntas-title {
    display: none;
  }
}
@media (max-width: 1332px) {
  .doc-card-actions,
  .docca-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 8px;
    gap: 8px;
  }
}
@media (max-width: 1024px) {
  .doc-cards {
    grid-gap: 0.75rem;
    gap: 0.75rem;
    padding: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .doc-cards {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0.75rem;
  }
  .doc-select-method p {
    display: none;
  }
  .docsm-method span {
    font-family: Akatab;
    font-weight: 600;
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 4px;
  }
  .docca-form .custom-select-btn {
    width: 100%;
    max-width: none;
  }
  .doc-select-method {
    margin-top: 16px;
  }
  .doc-main {
    grid-gap: 0;
    gap: 0;
  }
  .doc-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #f5f5f5;
  }
  .doc-header h1 {
    font-weight: 800;
    font-size: 23px;
  }
  .doc-header h1,
  .doc-header p {
    font-family: Akatab;
    color: #062147;
  }
  .doc-header p {
    font-weight: 400;
    font-size: 14px;
  }
  .doc-card {
    width: min(520px, 100%);
  }
  .doc-card-actions {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sm-btns-container,
  .submenuv2 {
    display: none;
  }
  .hs-filter-form {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }
  .hs-date-inputs {
    display: flex;
    flex-direction: row;
    grid-gap: 8px;
    gap: 8px;
    width: 100%;
  }
  .hs-date-input {
    max-width: 50%;
    flex: 1 1;
  }
  .hs-date-input input {
    width: 100%;
  }
  .hs-filter-input input,
  .sh-form-btn-clean,
  .sh-form-btn-filter {
    width: 93%;
    max-width: 93%;
  }
  .hs-filter-input input,
  .hs-filter-input select {
    width: 93%;
  }
  .hs-date-inputs {
    width: 91%;
  }
  .white-mobile {
    background-color: #fff;
  }
}
@media screen and (max-width: 800px) {
  .cuota-mensual-container span {
    font-size: 17px;
    font-weight: 700;
  }
  .total-pagar-container span {
    font-size: 17px;
    font-weight: 400;
  }
  .cuota-mensual-container .value,
  .total-pagar-container .value {
    font-size: 17px;
  }
  .cupo-container span,
  .otp-generator-header h1 {
    font-size: 19px;
  }
}
.perfil-main-container {
  width: 98%;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
}
.perfil-main-container,
.pfd-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pfd-header {
  text-align: center;
}
.pfd-header h1 {
  font-weight: 700;
  font-size: 28px;
  color: #0d499d;
}
.pfd-header h1,
.pfd-header p {
  font-family: Akatab;
  text-align: center;
}
.pfd-header p {
  font-weight: 400;
  font-size: 16px;
  color: #062147;
}
.pfd-info,
.pfdi-data {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 36px;
  gap: 36px;
}
.pfd-info {
  margin-top: 16px;
}
.pfdi-data {
  height: 56px;
  padding: 8px 80px;
  background: #f5f5f5;
  grid-gap: 40px;
  gap: 40px;
  border-radius: 8px;
}
.pfdid-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  gap: 16px;
}
.pfdid-item .title {
  color: #0d499d;
}
.pfdid-item .title,
.pfdid-item .value {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
}
.pfdid-item .value {
  color: #4d4d4d;
}
.pfd-form {
  width: 100%;
  margin: 24px auto;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.pfd-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}
.pfd-form-col {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}
.pfd-label {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.pfd-input,
.pfd-select {
  padding: 8px 24px;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  font-size: 14px;
  outline: none;
  height: 40px;
  box-sizing: border-box;
  color: #4d4d4d;
}
.pfd-input,
.pfd-input::placeholder,
.pfd-select {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
}
.pfd-input::placeholder {
  color: #b3b3b3;
}
.pfd-select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
}
.pfd-input:focus,
.pfd-select:focus {
  border-color: rgba(0, 128, 255, 0.5019607843137255);
  box-shadow: 0 0 3px 1px rgba(0, 128, 255, 0.5019607843137255);
}
.pfd-form-row {
  width: 100%;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pfd-checkbox-label {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  font-weight: 600;
  -webkit-user-select: none;
  user-select: none;
}
.pfd-checkbox-label,
.pfd-checkbox-label a {
  font-family: Akatab;
  font-size: 19px;
  color: #4d4d4d;
}
.pfd-checkbox-label a {
  font-weight: 800;
  text-decoration: underline;
}
.pfd-checkbox-label input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #b21213;
  border-radius: 4px;
}
.pfd-checkbox-label input[type="checkbox"]:checked {
  background-color: #b21213;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8 0C10.464 0 10.164 0.132 9.948 0.348L4.8 5.508L2.052 2.748C1.836 2.532 1.536 2.4 1.2 2.4C0.54 2.4 0 2.94 0 3.6C0 3.936 0.132 4.236 0.348 4.452L3.948 8.052C4.164 8.268 4.464 8.4 4.8 8.4C5.136 8.4 5.436 8.268 5.652 8.052L11.652 2.052C11.868 1.836 12 1.536 12 1.2C12 0.54 11.46 0 10.8 0Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
}
.pfd-btn-save {
  width: -webkit-max-content;
  width: max-content;
  padding: 0 24px;
  height: 40px;
  border-radius: 24px;
  border: none;
  background: #b21213;
  color: #fff;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
}
.pfd-btn-save:disabled {
  background: #b3b3b3;
}
.pfd-terms-row {
  margin-top: 36px;
}
.pfd-btn-row {
  margin-top: 22px;
  margin-bottom: 0;
}
.pfd-btn-save-mobile {
  width: 98%;
  padding: 0 24px;
  height: 48px;
  border-radius: 24px;
  border: none;
  background: #b21213;
  color: #fff;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  margin: 0 3px;
}
.pfd-btn-save-mobile:disabled {
  background: #b3b3b3;
}
.pfdm-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 16px;
}
.pfdm-header h2 {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
  color: #0d499d;
}
.pfdm-header p {
  font-size: 14px;
  color: #062147;
}
.pfdm-header p,
.ppffm-datos-label {
  font-family: Akatab;
  font-weight: 400;
}
.ppffm-datos-label {
  font-size: 16px;
  color: #4d4d4d;
}
.pffm-datos {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin: 20px 0;
  grid-gap: 8px;
  gap: 8px;
}
.pffm-datos input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #b21213;
  border-radius: 4px;
  margin-bottom: -4px;
}
.pffm-datos input[type="checkbox"]:checked {
  background-color: #b21213;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8 0C10.464 0 10.164 0.132 9.948 0.348L4.8 5.508L2.052 2.748C1.836 2.532 1.536 2.4 1.2 2.4C0.54 2.4 0 2.94 0 3.6C0 3.936 0.132 4.236 0.348 4.452L3.948 8.052C4.164 8.268 4.464 8.4 4.8 8.4C5.136 8.4 5.436 8.268 5.652 8.052L11.652 2.052C11.868 1.836 12 1.536 12 1.2C12 0.54 11.46 0 10.8 0Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
}
.ppffm-datos-label {
  width: 85%;
}
.ppffm-datos-label a {
  font-family: Akatab;
  font-weight: 600;
  font-size: 16px;
  color: #4d4d4d;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
.pffm-data-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 36px 24px 24px;
  grid-gap: 24px;
  gap: 24px;
}
.pffm-item {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.pffm-item .title {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #062147;
}
.pffm-item .value {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #4d4d4d;
}
@media (max-width: 1024px) {
  .perfil-main-container {
    width: 100vw;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 10px;
  }
  .pfd-form {
    width: 100%;
    padding: 16px;
    margin: 12px;
    border-radius: 8px;
  }
  .pfd-form-grid {
    grid-template-columns: 1fr;
  }
  .pfd-form-col {
    grid-gap: 10px;
    gap: 10px;
  }
  .pfd-input,
  .pfd-select {
    width: 100%;
    font-size: 16px;
    padding: 8px 24px;
  }
  .pfd-btn-save {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border-radius: 8px;
  }
  .pfd-form-col-mobile {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    gap: 12px;
  }
  .mobile-terms {
    margin-top: 6px;
  }
  .pfd-info {
    width: 98%;
  }
  .pfd-info,
  .pfdi-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pfdi-data {
    width: 100%;
    height: -webkit-max-content;
    height: max-content;
    grid-gap: 8px;
    gap: 8px;
    padding: 16px 24px;
  }
  .pfdid-item {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .pfd-form-row {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    gap: 10px;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
  }
  .pfd-btn-save-mobile {
    width: 100%;
    margin: 0;
    &:first-child {
      margin-top: 0;
    }
  }
}
.pa-main-container {
  padding: 0;
  width: 100vw;
  max-width: 100%;
}
.pa-main-container,
.pago-agil-container {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pago-agil-container {
  width: 100%;
  height: auto;
  padding: 0 0 60px;
  background-color: #f5f5f5;
}
.pa-inicio-container {
  width: 87vw;
  max-width: 100vw;
  height: auto;
  grid-gap: 16px;
  gap: 16px;
  border-radius: 16px;
  padding: 0 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pa-inicio-container.logged {
  padding-right: 4rem;
}
.pa-form-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
}
.pa-title {
  width: 100%;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, #d6ebff, rgba(214, 235, 255, 0));
}
.pa-title h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 117%;
}
.pa-title h1,
.pa-title p {
  font-family: Akatab;
  letter-spacing: 0;
  text-align: center;
  color: #062147;
}
.pa-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.pa-inicio-img {
  width: 113px;
  height: 113px;
  bottom: -25px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffef5a, gold);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.pa-inicio-form {
  height: auto;
  border-radius: 8px;
  padding: 24px 16px;
  background: #fff;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  flex-direction: column;
  max-width: 100vw;
}
.pa-inicio-form,
.pa-inicio-form-main {
  width: 100%;
  grid-gap: 16px;
  gap: 16px;
  display: flex;
}
.pa-inicio-form-main {
  flex-wrap: wrap;
  flex-direction: row;
}
.pa-inicio-form .input-container {
  max-width: 100%;
}
.pa-inicio-form-main .input-container .error {
  box-shadow: 0 0 3px 1px rgba(166, 4, 14, 0.5019607843137255);
  border: none;
}
.pa-inicio-form .label {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #062147;
  display: block;
}
.pa-inicio-container input {
  width: 517px;
  display: block;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #b3b3b3;
  margin-top: 10px;
  max-width: 100%;
}
.btn-pa-inicio,
.pa-inicio-container input {
  height: 40px;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px 24px;
}
.btn-pa-inicio {
  width: 207px;
  border-radius: 24px;
  border: none;
  background: #b21213;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  align-self: flex-end;
}
.btn-pa-inicio.disabled {
  background: #b3b3b3;
}
.pa-consult-error {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
  color: #ed0008;
  margin: 0;
}
.pa-pagos {
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  background-color: rgba(6, 33, 71, 0.17647058823529413);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  padding: 24px 16px;
  border-radius: 8px;
}
.pagos__label {
  font-weight: 700;
  color: #062147;
}
.pagos__input-doc,
.pagos__label {
  font-family: Akatab;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
}
.pagos__input-doc {
  width: 517px;
  height: 40px;
  border-radius: 8px;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px 24px;
  background: #fff;
  border: 1px solid #4d4d4d;
  font-weight: 400;
  max-width: 100%;
  color: #4d4d4d;
}
.pagos__icon-button {
  position: absolute;
  right: 19px;
  top: 19px;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}
.pagos__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.pagos__buscador {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-items: center;
  grid-gap: 8px;
  gap: 8px;
}
.pagos__boton-cambiar {
  width: 207px;
  height: 40px;
  border-radius: 24px;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px 24px;
  background: #fff;
  border: 1.5px solid #b21213;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #b21213;
}
.pagos__boton-cambiar.disabled {
  border: 1.5px solid #b3b3b3;
  background: #ebebeb;
  color: #4d4d4d;
}
.pagos__resumen {
  background-color: #fff2eb;
  width: 100%;
  height: -webkit-max-content;
  height: max-content;
  margin-top: 24px;
  padding: 24px 32px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  grid-gap: 24px;
  gap: 24px;
}
.pagos__resumen.logged {
  background: #fff;
  border: 2px solid #fff2eb;
}
.pagos__resumen-header.logged {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  margin-bottom: 4px;
}
.pagos-pendientes-container {
  width: 322px;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
}
.pagos__resumen-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagos__totales {
  width: 100%;
}
.pagos__total-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.pagos__titulo {
  line-height: 112%;
  letter-spacing: 0;
  color: #d04a00;
}
.pagos__titulo,
.pagos__titulo.logged {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
}
.pagos__titulo.logged {
  color: #062147;
  margin: 0;
  padding: 0;
}
.pagos__total-label {
  font-weight: 400;
}
.pagos__total-label,
.pagos__total-valor {
  font-family: Akatab;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0;
  color: #062147;
}
.pagos__total-valor {
  font-weight: 800;
  text-align: right;
}
.pagos__boton-pagar {
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #b21213;
  width: 100%;
  height: 32px;
  border-radius: 24px;
  padding: 8px 24px;
  border: none;
}
.cards-pagos-pendientes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  grid-gap: 24px;
  gap: 24px;
}
.btn-see-details {
  background: #fff;
  border: none;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #b21213;
  padding: 8px 20px;
  border-radius: 24px;
  text-decoration: none;
  margin-top: 10px;
  width: 100%;
  height: 32px;
  min-height: -webkit-max-content;
  min-height: max-content;
}
.cuota-cards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  grid-gap: 8px;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.cuota-card {
  height: -webkit-max-content;
  height: max-content;
  border-radius: 8px;
  padding: 16px;
  grid-gap: 16px;
  gap: 16px;
  background: #fff;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  cursor: pointer;
  width: -webkit-max-content;
  width: max-content;
  min-width: 373px;
  max-width: 95vw;
}
.cuota__header {
  width: 100%;
  grid-gap: 16px;
  gap: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cuota__header.open {
  background-color: #ffebec;
  padding: 8px 16px;
  border-radius: 8px;
}
.cuota__header.success.open {
  background-color: #e5ffe7;
  padding: 8px 16px;
  border-radius: 8px;
}
.cuota__factura {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #062147;
}
.icon-dropdown-ic {
  width: 32px;
  height: 32px;
  border-radius: 24px;
  margin-left: 10px;
  padding: 8px;
  background: #f5f5f5;
}
.icon-dropdown-ic.open {
  background-color: initial;
  padding: 0;
}
.cuota__factura-select span,
.cuota__factura span {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #062147;
}
.cuota__factura-select {
  display: flex;
  flex-direction: column;
  padding: 10px;
  grid-gap: 4px;
  gap: 4px;
}
.cuota__factura-value {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #062147;
}
.cuota__factura-icon {
  margin-right: 10px;
}
.cuota__estado {
  padding: 4px 16px;
  border-radius: 16px;
  background: #ffebec;
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #ed0008;
}
.cuota__estado.success {
  background-color: #e5ffe7;
  color: #009d07;
}
.cuota__data {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cuota__etiqueta-valor {
  font-weight: 800;
  font-size: 19px;
}
.cuota__etiqueta,
.cuota__etiqueta-valor {
  font-family: Akatab;
  line-height: 140%;
  letter-spacing: 0;
  color: #4d4d4d;
}
.cuota__etiqueta {
  font-weight: 400;
  font-size: 14px;
}
.cuota__monto {
  font-weight: 800;
  font-size: 19px;
}
.cuota__monto,
.cuota__value {
  font-family: Akatab;
  line-height: 140%;
  letter-spacing: 0;
  text-align: right;
  color: #4d4d4d;
}
.cuota__value {
  font-weight: 700;
  font-size: 14px;
}
.all-invoice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
  margin: 36px 0;
  width: -webkit-max-content;
  width: max-content;
  max-width: 1400px;
}
.invoices-container-content.logged .all-invoice {
  width: 100%;
}
.pending-invoices-logged .pagos__resumen {
  width: 1164px;
  max-width: 86vw;
}
.invoices-container {
  width: 100%;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 50px;
}
.invoices-container,
.pending-invoices-logged {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pending-invoices-logged {
  height: -webkit-max-content;
  height: max-content;
  margin: 0;
  padding: 0;
  width: 95%;
}
.invoices-container-content {
  width: -webkit-max-content;
  width: max-content;
}
.invoices-container-content,
.invoices-container-content.logged {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.invoices-container-content.logged {
  width: 1165px;
  max-width: 95%;
}
.invoice-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
}
.invoices-container-content.logged .invoice-content-title {
  width: 100%;
  padding-left: 0;
}
.invoice-content-title .maintitle {
  font-family: Akatab;
  font-weight: 700;
  font-size: 28px;
  line-height: 117%;
  letter-spacing: 0;
  position: relative;
  color: #062147;
  padding-left: 15px;
  margin: 0;
}
.invoices-container-content.logged .invoice-content-title .maintitle {
  padding-left: 0;
}
.invoice-content-title button {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  color: #0d499d;
  background: none;
  border: none;
}
.invoices-container-content .maintitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 33px;
  background-color: #ffea00;
  border-radius: 12px;
}
.invoices-container-content.logged .invoice-content-title .maintitle:before {
  display: none;
}
.pagos__buscador--container {
  width: 100%;
  flex-direction: column;
}
.invoice-detail-dialog,
.pagos__buscador--container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.invoice-detail-dialog {
  max-width: 90vw;
  margin-top: 30px;
  width: -webkit-max-content;
  width: max-content;
}
.invoice-detail-dialog-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  grid-gap: 50px;
  gap: 50px;
}
.pagos__boton-pagar-mobile {
  display: none;
}
.invoice-card-select-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-height: 420px;
  overflow-y: auto;
  grid-gap: 16px;
  gap: 16px;
  padding: 16px 0;
}
.order-by {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-by span {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #062147;
}
.order-by select {
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  color: #4d4d4d;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  width: 100%;
  margin-top: 8px;
}
.order-by select:focus {
  border: none;
  outline: none;
  box-shadow: 0 0 3px 1px rgba(0, 128, 255, 0.5019607843137255);
}
.pei-description {
  color: #4d4d4d;
  padding: 0;
  margin: 0;
}
.pei-description,
.pei-description a {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.pei-description a {
  color: #0d499d;
  text-decoration: underline;
}
.invoice-card-select {
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  min-width: 360px;
  width: -webkit-max-content;
  width: max-content;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  height: -webkit-max-content;
  height: max-content;
  grid-gap: 8px;
  gap: 8px;
}
.invoice-card-select-arrow {
  padding: 0 16px;
}
.invoice-card-select.fail {
  background-color: #ffebec;
  box-shadow: none;
}
.invoice-card-select.success {
  background-color: #e5ffe7;
  box-shadow: none;
}
.invoices-table,
.table-pa-wrapper {
  height: -webkit-max-content;
  height: max-content;
}
.table-pa-wrapper {
  width: 538px;
  max-width: 100%;
  overflow-y: auto;
  border-radius: 8px;
  border: 2px solid #f5f5f5;
}
.table-pa {
  width: 100%;
  height: -webkit-max-content;
  height: max-content;
  border: none;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  border-collapse: initial;
  border-spacing: 0;
  overflow: hidden;
  background-color: #fff;
}
.table-pa thead th {
  background-color: #f5f5f5;
  font-size: 14px;
  height: -webkit-max-content;
  height: max-content;
  padding: 8px 12px 8px 16px;
}
.table-pa tbody td,
.table-pa thead th {
  font-family: Akatab;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #4d4d4d;
}
.table-pa tbody td {
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.table-pa thead th {
  box-sizing: border-box;
}
.table-pa tbody tr.vencida td {
  color: #ed0008;
  font-weight: 700;
}
.valor-cuota {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.valor-cuota-vencida {
  color: red;
  font-weight: 700;
}
.pay-all-vl-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
input[type="checkbox"].check-input {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 2px solid #b21213;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  margin-left: 8px;
}
input[type="checkbox"].check-input:disabled {
  border: 1.5px solid #b3b3b3;
  background: #ebebeb;
}
input[type="checkbox"].check-input:checked {
  border-color: #b21213;
  background-color: #b21213;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8 0C10.464 0 10.164 0.132 9.948 0.348L4.8 5.508L2.052 2.748C1.836 2.532 1.536 2.4 1.2 2.4C0.54 2.4 0 2.94 0 3.6C0 3.936 0.132 4.236 0.348 4.452L3.948 8.052C4.164 8.268 4.464 8.4 4.8 8.4C5.136 8.4 5.436 8.268 5.652 8.052L11.652 2.052C11.868 1.836 12 1.536 12 1.2C12 0.54 11.46 0 10.8 0Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
}
.table-pa-pagination {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.pay-all-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
  padding: 8px 16px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
}
.pay-all-container p {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #4d4d4d;
  margin: 0;
  padding: 0;
}
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
  padding: 16px;
}
.pagination-dot {
  cursor: pointer;
  background-color: #e0e0e0;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  transition: all 0.2s ease-in;
}
.pagination-dot.active {
  width: 32px;
  height: 8px;
  transition: all 0.2s ease-in;
  border-radius: 12px;
  background-color: #b21213;
}
.btn-payi-paginator {
  cursor: pointer;
  width: -webkit-max-content;
  width: max-content;
  margin-left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-all-value {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: right;
  color: #4d4d4d;
}
.btn-pay-container {
  width: 100%;
}
.right-invoice-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: -webkit-max-content;
  height: max-content;
}
.btn-pay {
  width: 100%;
  height: 48px;
  border: none;
  background-color: #b21213;
  padding: 8px 24px;
  border-radius: 24px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.btn-pay:disabled {
  background: #b3b3b3;
}
.carrusel-main-containr-pa {
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
}
.carousel-container-pa {
  width: 83vw;
  overflow: hidden;
  margin-bottom: 24px;
}
.carousel-track-pa {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel-img-pa {
  width: 83vw;
  height: auto;
  flex-shrink: 0;
  cursor: pointer;
}
.carrusel-button {
  background: #ffea00;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 24px;
  padding: 8px 16px;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
}
.pay-invoice-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: -webkit-max-content;
  height: max-content;
  grid-gap: 8px;
  gap: 8px;
}
.btn-pay-invoice {
  width: 257px;
  height: 32px;
  min-width: -webkit-max-content;
  min-width: max-content;
  min-height: -webkit-max-content;
  min-height: max-content;
  border-radius: 24px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #b21213;
  color: #b21213;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
.payDifferentValue-container {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
  margin-top: 24px;
}
.payDifferentValue_header {
  max-width: 337px;
  width: 85vw;
  height: 40px;
  border-radius: 8px;
  padding: 8px 16px;
  grid-gap: 8px;
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #ffebec;
  margin-top: 8px;
}
.payDifferentValue-btn {
  max-width: 337px;
  width: 85vw;
  height: 48px;
  border-radius: 24px;
  padding: 8px 24px;
  background: #b21213;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  border: none;
}
.pd-input-group {
  margin: 8px 0;
}
.pd-input-group,
.pd-input-group-desktop {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
}
.pd-input-group-desktop {
  width: 100%;
  margin: 16px 0 32px;
}
.pd-input-group-desktop .label {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.payd-input-desktop {
  height: 40px;
  border-radius: 8px;
  padding: 8px 24px;
  grid-gap: 8px;
  gap: 8px;
  background: #fff;
  border: 1px solid #b3b3b3;
}
.payd-input-desktop::placeholder {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #b3b3b3;
}
.input-with-icon {
  position: relative;
  width: 100%;
}
.input-with-icon .payd-input-desktop {
  width: 100%;
  padding-right: 40px;
}
.input-with-icon .pdv-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.pdv-icon-btn {
  border: none;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
  padding: 0;
  margin: 0;
  background: none;
}
.pd-input-group .label {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #062147;
}
.pd-input-group .payd-input {
  max-width: 337px;
  width: 85vw;
  height: 40px;
  border-radius: 8px;
  padding: 8px 24px;
  grid-gap: 8px;
  gap: 8px;
  background: #fff;
  border: 1px solid #b3b3b3;
}
.payDifferentDescription {
  max-width: 337px;
  width: 85vw;
  height: -webkit-max-content;
  height: max-content;
  border-radius: 8px;
  grid-gap: 10px;
  gap: 10px;
  opacity: 0.8;
  padding: 8px;
  background: #f5f5f5;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  color: #062147;
  margin: 24px 0;
}
.payDifferentDescription-link,
.payDifferentDescription-link:hover,
.payDifferentDescription-link:visited {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  color: #0d499d;
}
.fixed-bottom-bar {
  position: fixed;
  bottom: 0;
  height: 88px;
  opacity: 1;
  padding: 16px 24px;
  width: 100vw;
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 16px 2px rgba(136, 138, 151, 0.3215686274509804);
}
.fixed-bottom-bar .pay-button {
  width: 95vw;
  height: 48px;
  grid-gap: 8px;
  gap: 8px;
  opacity: 1;
  border-radius: 24px;
  padding: 8px 24px;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #b21213;
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 23px;
  line-height: 100%;
  text-align: center;
}
.fixed-bottom-bar .pay-button:disabled {
  background: #b3b3b3;
}
.filter-pa-container {
  width: 85vw;
  margin-top: 16px;
}
.radio-option-filter {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  color: #4d4d4d;
}
.radio-option-filter input[type="radio"] {
  border: 1.5px solid #b21213;
  border-radius: 50%;
}
.radio-option-filter input[type="radio"],
.radio-option-filter input[type="radio"]:checked {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.radio-option-filter input[type="radio"]:checked {
  border: 5px solid #b21213;
  border-radius: 50%;
}
.filter-pa-btn {
  width: 100%;
  height: 48px;
  border: none;
  width: 337;
  border-radius: 24px;
  padding: 8px 24px;
  background: #b21213;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  color: #fff;
  margin-top: 16px;
}
.pa-goback {
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .pa-inicio-container.logged {
    padding-right: 0;
  }
  .payDifferentDescription,
  .payDifferentValue-btn,
  .payDifferentValue_header,
  .pd-input-group .payd-input {
    max-width: none;
  }
  .cuota-card {
    width: 95vw;
    max-width: 100vw;
  }
  .cuota__header.open .cuota__estado {
    padding: 0;
  }
}
.multiple-payments {
  max-width: 95vw;
  width: 373px;
  height: 130.19px;
  min-height: -webkit-max-content;
  min-height: max-content;
  justify-content: space-between;
  opacity: 1;
  border-radius: 8px;
  padding: 16px;
  background: #e5f3ff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
  flex-direction: column;
}
.multiple-payments-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
}
.multiple-payments-content,
.multiple-payments-title {
  font-family: Akatab;
  line-height: 100%;
  color: #062147;
  margin: 0;
  padding: 0;
}
.multiple-payments-content {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.sm-btns-container-mobile {
  width: 90%;
  height: 76px;
  background-color: #fff;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px;
  display: flex;
  position: relative;
  flex-direction: row;
  border-radius: 8px;
}
.sm-btn-main-mobile {
  width: 100vw;
  margin-top: 36px;
}
.sm-btn-main-mobile,
.sm-btn-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-btn-mobile {
  width: 100%;
  flex-direction: column;
  text-align: center;
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #062147;
  grid-gap: 8px;
  gap: 8px;
  text-decoration: none;
  margin-top: -40px;
}
.sm-btn-icon-mobile {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #b21213;
  padding: 0;
}
.pay-act-container,
.sm-btn-icon-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-act-container {
  width: 100%;
  flex-direction: column;
  margin-top: 32px;
}
.pay-act-container p {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #4d4d4d;
}
.pa-terms-conditions {
  width: 1165px;
  max-width: 90%;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
  margin-top: 24px;
}
.pa-terms-conditions,
.pa-terms-conditions a {
  font-family: Akatab;
  font-size: 16px;
  vertical-align: middle;
  color: #062147;
}
.pa-terms-conditions a {
  font-weight: 700;
}
.vp-modal-container {
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}
.vp-modal-container,
.vp-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vp-modal-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #e5f3ff;
}
.vp-modal-title {
  font-family: Akatab;
  font-weight: 700;
  font-size: 28px;
  line-height: 117%;
  text-align: center;
  color: #0d499d;
}
.vp-modal-buttons {
  width: 372px;
  max-width: 95vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
}
.vp-modal-btn-modificar {
  background: #fff;
  color: #b21213;
}
.vp-modal-btn-modificar,
.vp-modal-btn-pagar {
  width: 100%;
  padding: 8px 24px;
  border: none;
  border-radius: 24px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  text-align: center;
}
.vp-modal-btn-pagar {
  background: #b21213;
  color: #fff;
}
.vp-terms-conditions {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #062147;
  max-width: 95vw;
  width: 372px;
}
.vp-terms-conditions a,
.vp-terms-conditions a:hover {
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #0d499d;
  text-decoration: underline;
}
.vp-modal-total {
  width: 372px;
  max-width: 95vw;
  padding: 15px;
  border-radius: 8px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vp-modal-label {
  font-weight: 600;
}
.vp-modal-label,
.vp-modal-value {
  color: #4d4d4d;
  font-family: Akatab;
  font-size: 19px;
  line-height: 100%;
  vertical-align: middle;
}
.vp-modal-value {
  font-weight: 800;
}
.vp-modal-invoices {
  width: 372px;
  max-width: 95vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vp-modal-in-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 4px 16px;
  border-radius: 8px;
  background: #fff2eb;
}
.vp-modal-hd-value {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.vp-modal-in-content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 16px;
  column-gap: 16px;
  align-items: start;
  width: 100%;
  padding: 3px 16px;
  border-radius: 8px;
}
.vp-modal-col-credit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vp-modal-col-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.vp-modal-ct-label,
.vp-modal-ct-value {
  font-weight: 700;
  margin-bottom: 0.25rem;
  line-height: 1.25;
}
.vp-modal-ct-interes-label,
.vp-modal-ct-interes-value {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.25rem;
  line-height: 1.2;
  margin-left: 10px;
}
.vp-modal-ct-label {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.vp-modal-value-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  grid-gap: 2px;
  gap: 2px;
  min-width: 120px;
}
.vp-modal-ct-value {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #4d4d4d;
}
.vp-modal-mora-text {
  font-family: Akatab;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  white-space: nowrap;
  padding-left: 4px;
}
.pagos__totales.logged {
  display: flex;
  flex-direction: row;
}
.pagos__total-item.logged {
  display: flex;
  flex-direction: column;
}
.pagos__total-label.logged {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #062147;
}
.pagos__total-valor.logged {
  font-family: Akatab;
  font-weight: 700;
  font-size: 33px;
  color: #062147;
}
.pagos__totales.logged .pagos__total-item {
  flex: 1 1;
  text-align: center;
  position: relative;
}
.pagos__totales.logged .pagos__total-item:first-child:after {
  content: "";
  position: absolute;
  top: 10%;
  right: -7px;
  height: 90%;
  width: 2px;
  background-color: #d04a00;
}
@media screen and (max-width: 1162px) {
  .pagos__resumen {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .pending-invoices-logged {
    height: -webkit-max-content;
    height: max-content;
    margin: 0;
    width: -webkit-max-content;
    width: max-content;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
  }
  .multiple-payments {
    display: none;
  }
  .table-pa-wrapper {
    width: 100%;
    border: none;
    margin-top: 16px;
  }
  .pagos__icon-button {
    display: block;
  }
  .btn-pay-invoice {
    width: 100%;
    height: 32px;
    min-width: -webkit-max-content;
    min-width: max-content;
    min-height: -webkit-max-content;
    min-height: max-content;
    border-radius: 24px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #b21213;
    color: #b21213;
    font-family: Akatab;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin-top: 32px;
  }
  .breadcrumbContainer,
  .pa-inicio-img {
    display: none;
  }
  .pa-inicio-container {
    width: 95vw;
    margin-top: 24px;
    padding: 0;
  }
  .pa-title {
    padding: 21px;
  }
  .pa-title h1 {
    font-family: Akatab;
    font-weight: 800;
    font-size: 23px;
    line-height: 112.00000000000001%;
    text-align: center;
  }
  .pago-agil-container {
    padding-bottom: 0;
  }
  .pa-title p {
    font-family: Akatab;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }
  .all-invoice {
    width: -webkit-max-content;
    width: max-content;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
    grid-gap: 8px;
    gap: 8px;
    margin: 36px 0;
    max-width: 1200px;
  }
  .pa-inicio-form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .btn-pa-inicio {
    margin-top: 16px;
    width: 100%;
  }
  .pa-title {
    border-radius: 8px;
  }
  .pagos__resumen {
    grid-gap: 16px;
    gap: 16px;
    flex-direction: column;
  }
  .pagos__buscador {
    flex-direction: column;
    width: 100%;
  }
  .pagos__input-container {
    max-width: 100%;
  }
  .pagos-pendientes-container {
    max-width: 100%;
    grid-gap: 8px;
    gap: 8px;
  }
  .pei-description {
    display: inline-block;
  }
  .invoice-content-title {
    width: 95vw;
  }
  .invoice-content-title .maintitle {
    font-family: Akatab;
    font-weight: 600;
    font-size: 19px;
    line-height: 140%;
    color: #062147;
    padding-left: 0;
  }
  .invoice-content-title button {
    font-family: Akatab;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-decoration: underline;
  }
  .invoice-content-title .maintitle:before,
  .pagos__boton-cambiar {
    display: none;
  }
  .cuota-card.open {
    padding: 8px;
  }
  .cuota-cards-container {
    display: none;
  }
  .cards-pagos-pendientes {
    width: 100%;
  }
  .pay-all-container {
    background-color: #fff;
    border: none;
    margin: 0;
  }
  .pay-invoice-actions.mobile .btn-pay-invoice {
    margin-top: 8px;
  }
  .pay-invoice-actions.mobilev2 {
    flex-direction: column;
    grid-gap: 32px;
    gap: 32px;
  }
  .btn-pay-invoice {
    margin-top: 0;
  }
  .btn-pay-invoice.different {
    border: none;
    padding: 0;
    height: -webkit-max-content;
    height: max-content;
    margin-top: 16px;
  }
  .pagos__boton-pagar-mobile {
    display: inline-block;
    font-family: Akatab;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: #b21213;
    width: 100%;
    height: 32px;
    border-radius: 24px;
    padding: 8px 24px;
    border: none;
    order: 3;
  }
  .btn-payi-paginator {
    width: 32px;
    height: 32px;
    opacity: 1;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebebeb;
  }
  .pagos__titulo {
    font-size: 23px;
  }
  .cuota__factura {
    font-size: 13px;
    color: #062147;
  }
  .cuota__estado {
    font-size: 13px;
  }
  .pa-terms-conditions {
    width: 361px;
    max-width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 8px;
    padding: 8px;
    background: #e5f3ff;
    text-align: center;
    margin-bottom: 24px;
    font-family: Akatab;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    height: 54px;
    min-height: -webkit-max-content;
    min-height: max-content;
  }
  .pa-terms-conditions a {
    font-family: Akatab;
    font-weight: 700;
    font-size: 14px;
  }
  .pa-terms-conditions.hidde-mobile {
    display: none;
  }
  .pagos__resumen.logged {
    padding: 16px 8px;
  }
  .pagos__total-label.logged {
    font-family: Akatab;
    font-weight: 400;
    font-size: 16px;
    color: #062147;
  }
  .pagos__total-valor.logged {
    font-family: Akatab;
    font-weight: 700;
    font-size: 23px;
    color: #062147;
  }
  .pagos__resumen-header.logged {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 16px;
    gap: 16px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .cuota-card {
    min-width: -webkit-max-content;
    min-width: max-content;
  }
  .cuota__estado,
  .cuota__estado.success {
    background: none;
    padding: 0;
  }
  .cuota__header {
    grid-gap: 0;
    gap: 0;
  }
  .pagos__resumen {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 345x) {
  .sm-btn-mobile {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Akatab;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #062147;
    grid-gap: 8px;
    gap: 8px;
    text-decoration: none;
    margin-top: -40px;
  }
}
@media (max-width: 1300px) {
  .all-invoice {
    width: -webkit-max-content;
    width: max-content;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1480px) {
  .invoices-container-content.logged .all-invoice {
    width: -webkit-max-content;
    width: max-content;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .all-invoice,
  .invoices-container-content.logged .all-invoice {
    width: -webkit-max-content;
    width: max-content;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 794px) {
  .all-invoice,
  .invoices-container-content.logged .all-invoice {
    width: -webkit-max-content;
    width: max-content;
    grid-template-columns: 1fr;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
}
.modal-backdrop,
.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #fff;
  box-shadow: 4px 4px 16px 2px rgba(136, 138, 151, 0.3215686274509804);
  border-radius: 24px;
  padding: 2rem;
  font-family:
    Segoe UI,
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
  font-weight: 700;
  width: -webkit-max-content;
  width: max-content;
  max-width: 90%;
  max-height: 98%;
  overflow-y: auto;
  animation: slideUp 0.3s ease-out;
  position: relative;
}
.modal-close {
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.custommodal-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custommodal-title {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0;
  color: #062147;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  gap: 16px;
}
.custommodal-title .icon {
  cursor: pointer;
}
.banks-dialog {
  align-items: center;
  grid-gap: 24px;
  gap: 24px;
  max-width: 100vw;
}
.banks-dialog,
.banks-dialog .bk-input-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banks-dialog .bk-input-group {
  align-items: flex-start;
  grid-gap: 8px;
  gap: 8px;
  max-width: 100%;
}
.bk-input-group .label {
  font-size: 16px;
  color: #062147;
}
.bk-input-group .label,
.btn-banks-pay {
  font-family: Akatab;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}
.btn-banks-pay {
  width: 372px;
  height: 48px;
  max-width: 100%;
  border-radius: 24px;
  padding: 8px 24px;
  background: #b21213;
  border: none;
  font-size: 23px;
  text-align: center;
  color: #fff;
}
.btn-banks-pay.disabled {
  background: #b3b3b3;
}
.banks-select {
  background: #fff;
  border: 1px solid #b3b3b3;
  padding: 8px 24px;
  border-radius: 8px;
  width: 332px;
  height: 40px;
  max-width: 100%;
}
.bk-to-pay {
  max-width: 100%;
  width: 372px;
  display: flex;
  flex-direction: ROW;
  align-items: center;
  justify-content: space-between;
  background: #f2f2f2;
  padding: 16px;
}
.bk-to-pay-label {
  font-weight: 600;
  line-height: 100%;
}
.bk-to-pay-label,
.bk-to-pay-value {
  font-family: Akatab;
  font-size: 19px;
  letter-spacing: 0;
  color: #4d4d4d;
}
.bk-to-pay-value {
  font-weight: 800;
  line-height: 140%;
}
.custom-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.message-dialog-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 393px;
  max-width: 90vw;
  grid-gap: 16px;
  gap: 16px;
}
.md-title {
  font-weight: 700;
  font-size: 33px;
  color: #062147;
}
.md-message,
.md-title {
  font-family: Akatab;
  line-height: 140%;
}
.md-message {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #4d4d4d;
}
.mds-btn {
  color: #b21213;
  background: none;
  font-weight: 600;
  font-size: 19px;
}
.md-btn,
.mds-btn {
  width: 100%;
  border: none;
  font-family: Akatab;
  line-height: 100%;
}
.md-btn {
  padding: 8px 24px;
  background: #b21213;
  font-weight: 700;
  font-size: 23px;
  color: #fff;
}
.md-btn,
.md-icon {
  height: 48px;
  opacity: 1;
  border-radius: 24px;
}
.md-icon {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed0008;
}
.md-icon.successms {
  background: #009d07;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .modal-content {
    width: 100vw;
    min-width: 100vw;
    border-radius: 16px 16px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    animation: slideFromBottom 0.3s ease-out;
  }
  .bk-to-pay,
  .btn-banks-pay {
    width: 332px;
  }
  @keyframes slideFromBottom {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
.mp-first-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 8px;
  grid-gap: 36px;
  gap: 36px;
}
.mp-left {
  max-width: 298px;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(180deg, #d6ebff, rgba(214, 235, 255, 0));
}
.mp-left-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 4px;
  gap: 4px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.mp-left-list {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  margin-top: 16px;
}
.mp-left-list-item {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  color: #062147;
}
.mp-rigth-title {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #062147;
}
.mp-rigth {
  display: flex;
  flex-direction: column;
}
.mp-invoice-data {
  flex-direction: row;
  align-items: flex-start;
  grid-gap: 8px;
  gap: 8px;
}
.mp-inv-data-item,
.mp-invoice-data {
  display: flex;
  justify-content: center;
}
.mp-inv-data-item {
  background: #f5f5f5;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  min-width: 123px;
  padding: 8px;
}
.mp-inv-item-title {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #4d4d4d;
}
.mp-inv-item-value {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
}
.mp-rigth-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 64px;
  grid-gap: 8px;
  gap: 8px;
}
.mp-rigth-input-container {
  display: flex;
  flex-direction: column;
}
.mp-rigth-input-container label {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.mp-rigth-input {
  background: #fff;
  padding: 8px 24px;
  width: 324px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
}
.mp-rigth-input::placeholder {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #b3b3b3;
}
.mp-rigth-input.error {
  box-shadow: 0 0 3px 1px rgba(166, 4, 14, 0.5019607843137255);
}
.mp-rigth-form-btn {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  border-radius: 24px;
  padding: 8px;
  width: 324px;
  height: 40px;
  color: #fff;
  border: none;
  background: #b21213;
}
.mp-rigth-form-btn:disabled {
  background: #b3b3b3;
}
.mp-rigth-form-error {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  color: #ed0008;
  margin-top: 4px;
}
.mp-second-container {
  flex-direction: row;
  justify-content: center;
  padding: 8px;
  grid-gap: 36px;
  gap: 36px;
}
.mp-second-container,
.mps-left {
  display: flex;
  align-items: flex-start;
}
.mps-left {
  flex-direction: column;
  justify-content: flex-start;
}
.mps-left-title {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.mps-condiciones-actuales {
  width: 282px;
  background: #f5f5f5;
  padding: 16px 8px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.mps-ca-valor,
.mps-ca-valorcuota {
  width: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0;
}
.mps-ca-valor.separation {
  margin-top: 16px;
}
.mps-ca-valor .title {
  font-weight: 400;
}
.mps-ca-valor .title,
.mps-ca-valor .value {
  font-family: Akatab;
  font-size: 14px;
  color: #4d4d4d;
}
.mps-ca-valor .value {
  font-weight: 700;
}
.mps-ca-valorcuota .title,
.mps-ca-valorcuota .value {
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  color: #4d4d4d;
}
.mp-left-form,
.mp-left-input-container {
  display: flex;
  flex-direction: column;
}
.mp-left-input-container label {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.mp-left-input-container input {
  width: 282px;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
  background: #f2f2f2;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  padding: 8px 24px;
}
.mp-left-form-btn {
  width: 282px;
  height: 40px;
  border-radius: 24px;
  border: 1.5px solid #b21213;
  color: #b21213;
  background-color: #fff;
  margin-top: 24px;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
}
.mps-rigth {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mps-rigth-title {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #062147;
}
.mps-invoice-data {
  flex-direction: row;
}
.mps-invoice-data,
.new-invoice-conditions {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
}
.mps-inv-data-item,
.new-invoice-conditions {
  flex-direction: column;
}
.mps-inv-data-item {
  background: #e5f3ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 123px;
  padding: 8px;
}
.mps-inv-item-title {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.mps-inv-item-value {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  color: #062147;
}
.mps-tabla-cuotas {
  --radius: 8px;
  --bg-head: #f5f5f5;
  --border: #e5e7eb;
  --text-muted: #4d4d4d;
  --text: #4d4d4d;
  margin-top: 16px;
  font-family: Akatab;
  color: var(--text);
  width: 649px;
}
.mps-table-title {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
  margin-bottom: 16px;
}
.mps-tabla-cuotas table {
  border-collapse: initial;
  border-spacing: 0;
}
.mps-tabla-cuotas thead th {
  background: var(--bg-head);
  color: var(--text-muted);
  font-weight: 400;
  text-align: left;
  font-family: Akatab;
  padding: 12px 16px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
.mps-tabla-cuotas thead th:first-child {
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.mps-tabla-cuotas thead th:last-child {
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  text-align: right;
}
.mps-tabla-cuotas tbody td {
  font-family: Akatab;
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid var(--border);
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}
.mps-tabla-cuotas tbody tr:last-child td {
  border-bottom: none;
}
.mps-tabla-cuotas tbody td:last-child {
  text-align: right;
}
.estado {
  font-weight: 700;
}
.estado--pagada {
  color: inherit;
}
.estado:not(.estado--pagada) {
  font-weight: 400;
}
.mpt-container {
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}
.mpt-container,
.mpt-container .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mpt-container .form-group {
  flex-direction: row;
  grid-gap: 8px;
  gap: 8px;
}
.mpt-container .form-group input {
  width: 20px;
  height: 20px;
  margin: 0;
}
.mpt-container .form-group input:checked {
  background-color: #b21213;
  border: #b21213;
}
.mpt-container .form-group .form-check-label {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #4d4d4d;
  margin: 0;
  padding: 0;
}
.mpt-container .form-group .form-check-label a {
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  color: #4d4d4d;
  text-decoration: underline;
}
.mp-min-value {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #062147;
  width: 649px;
  background: #ffebec;
  border-radius: 8px;
  padding: 16px;
}
.mpt-container.mobile {
  grid-gap: 0;
  gap: 0;
}
.mpt-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5f3ff;
}
.mpt-title {
  font-weight: 700;
  font-size: 28px;
  color: #0d499d;
}
.mpt-description,
.mpt-title {
  font-family: Akatab;
  text-align: center;
}
.mpt-description {
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
}
.mpt-container.mobile .mpt-description {
  max-width: 100%;
}
.mpt-confirmar-modificacion {
  width: 308px;
  height: 48px;
  border-radius: 24px;
  border: none;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  color: #fff;
  text-align: center;
  background: #b21213;
}
.mpt-confirmar-modificacion:disabled {
  background: #b3b3b3;
}
.mpf-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
  gap: 24px;
  justify-content: center;
}
.mpf-message {
  font-weight: 400;
  max-width: 60%;
}
.mpf-message,
.mpf-message span {
  font-family: Akatab;
  font-size: 16px;
  text-align: center;
  color: #062147;
}
.mpf-message span {
  font-weight: 700;
}
.mpf-code-inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 24px;
  gap: 24px;
}
.mpf-otp-input {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #b3b3b3;
  font-family: Akatab, system-ui, sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #4d4d4d;
  text-align: center;
  line-height: 48px;
  padding: 0;
}
.mpf-code-label {
  font-size: 16px;
  vertical-align: middle;
  color: #062147;
  margin-bottom: 8px;
}
.mpf-code-label,
.mpf-title {
  font-family: Akatab;
  font-weight: 700;
}
.mpf-title {
  font-size: 28px;
  text-align: center;
  color: #0d499d;
}
.mpf-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
}
.mpf-btn-secundary {
  text-align: center;
  color: #b21213;
  background: #fff;
}
.mpf-btn-primary,
.mpf-btn-secundary {
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  border: none;
}
.mpf-btn-primary {
  width: 149px;
  height: 48px;
  background: #b21213;
  color: #fff;
  border-radius: 24px;
}
.mpf-btn-secundary:disabled {
  color: #b3b3b3;
}
.mps-btn {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background: #b21213;
  color: #fff;
  border: none;
  font-weight: 700;
  text-align: center;
  margin-top: 36px;
}
.mpf-otp-error,
.mps-btn {
  font-family: Akatab;
  font-size: 14px;
}
.mpf-otp-error {
  color: #b21213;
}
.mpf-btn-primary:disabled {
  background: #b3b3b3;
}
.mpf-resend-link {
  font-family: Akatab;
  font-size: 14px;
  color: #00e;
  cursor: pointer;
  margin-bottom: 24px;
  margin-top: 8px;
}
.mpf-resend-link:hover {
  text-decoration: underline;
}
.mfq-first-container {
  width: 100vw;
  margin-top: 20px;
}
.mfq-first-container,
.mfq-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mfq-title {
  width: 80%;
}
.mfq-title h1 {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
  color: #0d499d;
}
.mfq-title p {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  color: #062147;
}
.mfq-section {
  width: 100%;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
}
.mfq-section-title {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #062147;
  padding-left: 16px;
}
.mfq-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  gap: 12px;
}
.mfq-needtoknow {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px 0;
  justify-content: center;
}
.mfq-needtoknow-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 93%;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(180deg, #d6ebff, rgba(214, 235, 255, 0));
}
.mfq-needtoknow-header h2 {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
  text-align: left;
}
.mfq-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
}
.mfq-card,
.mfq-card-unavailable {
  padding: 16px;
  max-width: 95vw;
  width: 361px;
}
.mfq-card-unavailable {
  background: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
}
.mfq-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.mfq-card-icon,
.mfq-card-icon-unavailable {
  background-color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfq-card-icon {
  background-color: #f5f5f5;
}
.mfq-invoice {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #062147;
}
.mfq-hidesection {
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
}
.mfq-hidesection,
.mfq-row {
  width: 100%;
  display: flex;
  align-items: center;
}
.mfq-row {
  justify-content: space-between;
}
.mfq-label {
  font-weight: 400;
}
.mfq-amount,
.mfq-label {
  font-family: Akatab;
  font-size: 14px;
  color: #4d4d4d;
}
.mfq-amount {
  font-weight: 700;
}
.mfq-row.quota-value .mfq-amount,
.mfq-row.quota-value .mfq-label {
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  color: #4d4d4d;
}
.mfq-no-invoices {
  margin-top: 24px;
}
.mfq-no-invoices h1 {
  font-weight: 800;
  font-size: 23px;
}
.mfq-no-invoices h1,
.mfq-no-invoices p {
  font-family: Akatab;
  text-align: center;
  color: #b3b3b3;
}
.mfq-no-invoices p {
  font-weight: 400;
  font-size: 16px;
}
.mfq-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 24px;
}
.mfq-input label {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
  margin-bottom: 4px;
}
.mfq-input input {
  width: 100%;
  border-radius: 8px;
  padding: 8px 16px;
  border: 1px solid #4d4d4d;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
}
.mfq-input input::placeholder {
  color: #b3b3b3;
}
.mfqf-btn {
  width: 100%;
  margin-top: 32px;
  height: 40px;
  border-radius: 24px;
  border: none;
  background: #b21213;
  color: #fff;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
}
.mfqf-btn:disabled {
  background: #b3b3b3;
}
.mpf-container-mobile {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.mpf-container-mobile .mpf-title {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
  text-align: center;
  color: #062147;
}
.mpf-container-mobile .mpf-message {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #4d4d4d;
  max-width: 95%;
  margin-top: 32px;
}
.mpf-container-mobile .mpf-message span {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #4d4d4d;
}
.mpf-container-mobile .mpf-code-section {
  width: -webkit-max-content;
  width: max-content;
  max-width: 95vw;
  margin-top: 32px;
}
.mpf-container-mobile .mpf-code-inputs {
  grid-gap: 12px;
  gap: 12px;
}
.mpf-container-mobile .mpf-otp-input {
  width: 48px;
  height: 48px;
}
.mpf-container-mobile .mpf-actions {
  flex-direction: column;
  margin-top: 32px;
}
.mpf-container-mobile .mpf-actions .mpf-btn-primary {
  width: 95vw;
  max-width: 95vw;
}
.mfq-second-container {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.mfqs-title {
  font-weight: 800;
  font-size: 23px;
}
.mfqs-description,
.mfqs-title {
  font-family: Akatab;
  text-align: center;
  color: #062147;
}
.mfqs-description {
  font-weight: 400;
  font-size: 16px;
  max-width: 95%;
}
.mfqs-subtitle {
  align-self: flex-start;
  margin-left: 16px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
  margin-top: 16px;
}
.mfqs-data-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mfqs-data {
  width: 90%;
  padding: 16px 8px;
  border-radius: 8px;
  background-color: #f5f5f5;
  max-width: 361px;
  margin-top: 4px;
}
.mfqs-data.new {
  background: #e5f3ff;
}
.mfqs-data-value {
  font-weight: 400;
}
.mfqs-data-title,
.mfqs-data-value {
  font-family: Akatab;
  font-size: 14px;
  color: #4d4d4d;
}
.mfqs-data-title {
  font-weight: 700;
}
.mfqs-data-item.bold .mfqs-data-title,
.mfqs-data-item.bold .mfqs-data-value {
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  color: #4d4d4d;
}
.mfqs-form {
  width: 90vw;
  max-width: 361px;
}
.mfqs-btn {
  width: 100%;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #b21213;
  background: #fff;
  border: 1.5px solid #b21213;
  height: 40px;
  border-radius: 24px;
  margin: 24px 0 12px;
}
.mps-tabla-cuotas {
  width: min(649px, 90vw);
  margin: 16px auto 0;
  box-sizing: border-box;
  overflow-x: auto;
}
.mps-tabla-cuotas table {
  width: 100%;
  table-layout: fixed;
}
.mfq-btnconfirmar {
  width: 100vw;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  box-shadow: 4px 4px 16px 2px rgba(136, 138, 151, 0.3215686274509804);
  padding: 16px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  z-index: 1000;
}
.mfq-btnconfirmar button {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background: #b21213;
  border: none;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  color: #fff;
}
.mfq-input-helper {
  font-family: Akatab;
  font-weight: 400;
  margin-top: 8px;
  font-size: 14px;
  color: #ed0008;
}
.mfq-section-header h2 {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #0d499d;
}
.mfq-section-header p {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  color: #062147;
  margin-top: 8px;
  margin-bottom: 32px;
}
.mps-tabla-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
}
.mps-tabla-header span {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #062147;
}
.mps-tabla-header .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .mps-tabla-cuotas thead th {
    text-align: center;
    white-space: normal;
    word-break: break-word;
    padding: 8px 12px;
  }
  .mps-tabla-cuotas tbody td {
    text-align: center;
    padding: 6px 3px;
    font-size: 14px;
  }
}
@media (max-width: 345px) {
  .mpf-container-mobile .mpf-code-inputs {
    grid-gap: 8px;
    gap: 8px;
  }
}
@media (min-width: 640px) {
  .mfq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .mfq-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gradient_background {
  background: url(/static/media/fondo_consulta.588c3244.jpg) no-repeat top;
}
.consulta_texto_cedula {
  font-size: medium;
}
.consulta_container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.consulta_slider {
  border-top: none !important;
  width: 50% !important;
}
.consulta_linea_atencion {
  color: #176286;
  font-weight: 700;
  font-size: larger;
}
.consulta_texto_informativo {
  margin-top: 1.5rem;
  color: #cbcbcb;
}
.consulta_container_client {
  border-radius: 1rem;
  margin: 3rem;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consulta_container_client_content {
  width: 70%;
  margin: 0 !important;
  background: #fff 0 0 no-repeat padding-box;
}
.consulta_form {
  min-height: 150px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.carrusel-mobile {
  display: none;
}
@media (max-width: 1400px) {
  .consulta_container_client_content {
    width: 80%;
    margin-bottom: 3rem !important;
  }
  .consulta_slider {
    width: 60% !important;
  }
  .consulta_container_client {
    margin: 3rem 0 0;
  }
}
@media (max-width: 580px) {
  .carrusel-mobile {
    display: contents;
  }
}
@media (max-width: 1200px) {
  .consulta_container {
    flex-direction: column;
    justify-content: space-between;
  }
  .consulta_container_client,
  .consulta_slider {
    width: 100%;
  }
  .carrusel-pc {
    display: none;
  }
}
.consulta_boton {
  background-color: #00527a !important;
  border: none;
}
.consulta_boton:disabled {
  background-color: grey !important;
}
.consulta_icono_ws {
  color: #00ad3a;
  background-color: #00ad3a;
  border-radius: 10px;
  padding: 4px;
}
body,
html {
  font-family: Quicksand, sans-serif;
  color: #2d2d2d;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #020202;
  font-weight: 500;
}
a {
  color: red;
  transition: all 0.5s ease;
}
a:active,
a:focus,
a:hover {
  color: rgba(255, 0, 0, 0.7);
}
.hero-section {
  background-size: cover;
  border-top: 5px solid red;
  width: 100%;
  padding: 0;
}
.hero-section .image-carousel {
  height: 150px;
}
@media (min-width: 576px) {
  .hero-section .image-carousel {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .hero-section .image-carousel {
    min-height: 500px;
  }
}
.hero-section .image-carousel-big {
  aspect-ratio: 1.24/1.09;
}
.hero-section .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 100px;
}
.hero-section .logoAlkomprarLog {
  margin: 20px 0 15px;
}
@media (min-width: 400px) {
  .hero-section .logoAlkomprarLog {
    margin: 30px 0 20px;
  }
}
@media (min-width: 576px) {
  .hero-section .logoAlkomprarLog {
    margin: 40px 0 25px;
  }
}
@media (min-width: 650px) {
  .hero-section .logoAlkomprarLog {
    margin: 40px 0 30px;
  }
}
@media (min-width: 768px) {
  .hero-section .logoAlkomprarLog {
    margin: 55px 0 35px;
  }
}
@media (min-width: 992px) {
  .hero-section .logoAlkomprarLog {
    margin: 70px 0 40px;
  }
}
.hero-section h1 {
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .hero-section h1 {
    font-size: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.btn-top {
  border-radius: 0 0 6px 6px;
  text-transform: uppercase;
  padding: 0.8rem 0.7rem 1rem;
}
.content-section {
  background-color: #f2f2f2;
  padding: 20px 0;
}
.landing-white-panel {
  background-color: #fff;
  border-radius: 3px;
  padding: 60px 20px 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin: 2rem 0;
  border-top: 3px solid red;
  position: relative;
  height: 90%;
}
.landing-white-panel .icon {
  background-color: #fff;
  font-size: 55px;
  position: absolute;
  color: red;
  top: -25px;
  left: 41%;
  padding: 9px;
  line-height: 47px;
  border-radius: 100px;
}
.landing-white-panel h2 {
  font-size: 22px;
}
.button-install {
  top: 210px;
  left: 272px;
  width: 140px;
  height: 41px;
  background: #ea2e0c 0 0 no-repeat padding-box;
  border: none;
  border-radius: 20px;
  opacity: 1;
  margin-right: 0;
  box-shadow: 0 3px 8px rgba(236, 156, 8, 0.24);
  color: #f5f5f5;
  margin-top: 0.4em;
}
.font-arial {
  font-family: Arial, Regular;
}
.gradient-bk {
  background: url(/static/media/gradient-bk.b6b22ed8.png) no-repeat top;
  background-size: cover;
  border-top: 5px solid red;
  width: 100%;
  padding: 30px 0 0;
  margin-bottom: 1.5rem !important;
}
@media (min-width: 576px) {
  .gradient-bk {
    padding: 65px 0 0;
  }
}
@media (min-width: 768px) {
  .gradient-bk {
    padding: 100px 0 0;
  }
}
.header-unlogued {
  text-align: right;
}
@media (max-width: 575px) {
  .header-unlogued {
    padding-bottom: 5px;
    text-align: left;
  }
}
.header-unlogued .alkomprar-logo {
  width: 80%;
}
@media (min-width: 576px) {
  .header-unlogued .alkomprar-logo {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .header-unlogued .alkomprar-logo {
    width: 60%;
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .header-unlogued .alkomprar-logo {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .header-unlogued .alkomprar-logo {
    width: 40%;
  }
}
.HeaderPublic {
  justify-content: center !important;
}
.HeaderPublic .alkomprar-logo {
  margin-bottom: 10px;
  align-self: center;
}
.titleDocumentPDF {
  font-weight: 700;
  position: relative;
  align-self: center;
  left: 270px;
}
.serialDocumentPDF {
  position: relative;
  align-self: right;
  left: 650px;
}
.dateCertificate_Renta {
  position: relative;
  align-self: left;
  left: 0;
}
.Red_Certificate_Renta {
  position: relative;
  align-self: left;
  left: 245px;
  color: red;
}
.idea_Certificate_Renta {
  left: 30px;
}
.idea_Certificate_Renta,
.paragraph_Certificate_Renta {
  position: relative;
  align-self: left;
  text-align: justify;
}
.logoAlkomprar .Payment_Plan {
  background: url(/static/media/logo-alkomprar.4ea36d02.png) no-repeat top;
  background-size: 240px 40px;
  width: 650px;
  height: 86px;
}
.logoAlkomprar .Payment_Plan,
.logoAlkomprarCertificates {
  right: 800px;
  display: inline-block;
  align-self: right;
  position: relative;
  left: 30px;
  top: 10px;
}
.logoAlkomprarCertificates {
  background: url(/static/media/logo-alkomprar.4ea36d02.png) no-repeat top;
  background-size: 100% 50%;
  width: 300px;
  height: 46px;
}
.logoCorbetaCertificates {
  background: url(/static/media/imagen_corbeta.e80de687.png) no-repeat top;
  background-size: 160px 106px;
  width: 150px;
  height: 106px;
  right: 800px;
  display: inline-block;
  align-self: right;
}
.logoAlkomprarLog {
  background-size: 100% 100%;
  width: 262px;
  height: 46px;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  align-self: center;
}
.navbar .logoCredito20Min {
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .navbar .logoCredito20Min {
    max-width: 90px;
    max-height: 90px;
  }
}
.btn {
  padding: 0.5rem 2.5rem;
  font-weight: 500;
}
.btn-primary {
  background-color: red;
  border-color: red;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.2);
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  border-color: rgba(255, 0, 0, 0.6);
  background-color: rgba(255, 0, 0, 0.7);
  outline-style: none;
  box-shadow: none;
}
.whitePanel {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 4rem;
}
.whitePanel h1 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.whitePanel .form-group {
  position: relative;
  margin-bottom: 1.7rem;
}
.whitePanel .form-group .icon {
  font-size: 24px;
  position: absolute;
  left: 3px;
  top: 3px;
  color: #020202;
  z-index: 2;
}
.whitePanel .form-group .icon-right {
  font-size: 18px;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #020202;
  z-index: 2;
}
.whitePanel .form-control {
  border-radius: 0;
  font-family: Quicksand, sans-serif;
  border: 0;
  border-bottom: 2px solid #ebebeb;
  color: #2d2d2d;
}
.whitePanel .form-control:focus {
  outline-style: none;
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 2px solid #2d2d2d;
}
.whitePanel .form-control::-webkit-input-placeholder {
  color: #2d2d2d;
}
.whitePanel .form-control::-moz-placeholder {
  color: #2d2d2d;
}
.whitePanel .form-control:-ms-input-placeholder {
  color: #2d2d2d;
}
.whitePanel .form-control:-moz-placeholder {
  color: #2d2d2d;
}
.login .form-control {
  padding: 0.375rem 2.3rem;
}
.register {
  background: #fff;
}
@media (min-width: 768px) {
  .register {
    background: #fff url(/static/media/right-image-register.31eefcd0.png)
      no-repeat 100% 100%;
    background-size: 54% 100%;
    min-height: 434px;
  }
}
.register .form-control {
  padding: 0.375rem 2.3rem;
}
.register .form-check-label {
  font-size: 0.8rem;
}
footer {
  border-top: 3px solid #ebebeb;
  background-color: #fff;
  width: 100%;
  padding: 5px 0;
}
@media (min-width: 576px) {
  footer {
    padding: 15px 0 10px;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 25px 0 10px;
  }
}
footer p {
  font-size: 0.8rem;
  margin: 0.2rem 0;
}
@media (min-width: 576px) {
  footer p {
    margin: 0.3rem 0;
  }
}
@media (min-width: 768px) {
  footer p {
    margin: 0.7rem 0;
  }
}
footer h5 {
  text-transform: capitalize !important;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
}
footer .logoCredito20Min {
  max-height: 80px;
}
@media (min-width: 768px) {
  footer .logoCredito20Min {
    max-height: 100px;
  }
}
@media (min-width: 1024px) {
  footer .logoCredito20Min {
    max-height: 114px;
  }
}
footer .socialShare {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 380px) and (max-width: 479px) {
  footer .socialShare {
    width: 70%;
  }
}
footer .socialShare li {
  display: inline-block;
  margin: 0 5px;
}
footer .socialShare li a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXsAAABeCAYAAADCKLQ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NjFBRTc3QUQwOEIxMUU4ODM5N0E5Nzg1OEZGREM4MSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NjFBRTc3OUQwOEIxMUU4ODM5N0E5Nzg1OEZGREM4MSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzc5NkQxREUyNzIwNjgxMThDMTREQUM3M0IxQzU0REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjc3RjExNzQwNzIwNjgxMTgwODNFQjgzQzYyQkQ3QzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7uGuVXAAAUGUlEQVR42uydC3AURRrHv91NFvImJLwJFSIQDhEOlaC85BDFQz1FRa9OPc+zTgXP07L0Tsq3dSo+6/DO55We6FnlIyUK+MADBEXBoCIPUQKGaIBEJIToJoE8dq+/mV5Y9pF9Tff0zHz/qq82m92dmf5t7396erq/ds2pbAIFlcvieBZjWAxnUcpiMIsiHl4WeSzaWfhYHOSPGHtY1LLYwWIzi6/4/5XR3srFoLBszR61es4SYm+SMi58k9ibxV4h0KfzmMyBexL4HH4BvXnEUhf/AtayWMnDByRiT+yJvYPYu0xs2RewOI/FJSxmcIgyhGfmFSxeZfEWi2YHtuwdy16Blr2j2Zvcsnc2exP2OZ7FPBZzWOSYsH/8gmfxaGHxOosnWWxwQGuG2BN7Yu9Q9m6J+zqbxYcsqlj8wSTo4crhx1LFj+0cm1Z2Yk/sib3D2csw+zNZfMpiGYspClcMPLal/Es40yaVndgTe2JP7IWb/TAWb7BYzqLCYpd8eMyLeRmsKGJP7Ik9sRdu9ngfYD7od6NnW7h1cD4vw3xQZ9QSsSf2xJ7YK2H2I1h8wuJ+Flk2uBzM4mX5hJdNZRF7Yk/sib0Us7+cxRf8ksRuGs/Ldrmix0fsiT2xJ/bCzR4vNx5n8SKocbdblHJ4Gf+l0OUtsSf2xJ7YSzF7nD78NovrwTm6jpc53+TjIPbEntgTeylm35fFR2Cf4VrJCMv8IWdghog9sSf2xF6K2Q9isYbFWHCuxnIGgyTvl9gTe2JP7KWYfR/Q8zyMBNJIzqKPpP0Re2JP7Il9SuyTNfsCgh4TfoHg/RB7Yk/sSSmzT8bsMZkPzk4bQ6wjNIazEZVFj9gTe2JPSot9Mma/gMV0YhxTyOZhQdsm9sSe2JPSYp+o2eM03huJbVxdz1kZKWJP7Ik9KW32iZh9KYvnWbiIa1y5OKtSg7ZH7Ik9sScZwj4jgddfYVFITBMWssIVaSax6ExjO8Te4uxdOUPANWgKQGa28uACzbsgsHsF1Xsb1/t4Zo+XCBOIZdLC9Kp/YfFYmpdnyrIfPjgfZkwshfFjSyA7ywuDB/SKeM/u+oPQ2tau/f3kf6vgs69/dAZ7by9wj7oC3GXTrFVrx10FXRufS8f0bV/vrew53Zk9Dty/hximrLv52XZPCp9Vlv3Jv+gD8y6rgBFl8SfyhZ4ACnK9jmHvOfV2cBUdZ70am9kTPBXXQVeHDwI/rKd6bzPP6a7P/lHQ81CQUlMeZ5iKlGR/+dkj4R93npOQ0TuVvXvo+dY0+tCT1YlXU723oefEMnsc0nMJsUtbyPD0JD+jJPu5F4+Bay47ldjHkWvAidavtVmF4CocTfXeZp4TqxvnfjuUusDrgvJCz5Hn9S1+qPP5ZR8GspyQ5PuV0vnTyuDS2SdZsQrIZ6/ozVh/zWqAjtaoxxv13oI31/H13sKKyj6a2Z8DFr5Bggb/66FeOGWIFwbmeyJeb2rzw+b6Dliy43C3xo/bGZTjhm1NXekeUgVnuiyB9yrJ/o8Xn2zV6mB59kYo0Pgt+L9cGPtqpKBERNcTsVes3kfrxrlFxN5Lct3iS9gvAx6akQcXjM6KavSowiw3nFbWA+6bngdXju4Z9Tjx//88Kx9yvYYN8705wffdolqtwX763oWWXh/CsuxtIGKvEPvwlv0pLKaKaG2jub6+tQ2W1rQLKdm5ZV64fFzil9A9M9kVQHlPKM52w9uslT+mbwaMKM6A0f0ztddrGjuh6odOow7vNN5y+bSb9whhn64mjCuxeqW3LHsbyFz2w4YBnH46wOTJ+vO8PP1/0dS3L0CfNJN4/vgjwL590V9raACor9f//vlngFWrACorpbIPN/urRex16uBMzVznsBb3t01dRnSNpGX0oRpf4tUiVIc6AvDAJy1GY7gmTqW/WsVfa/lx/RJ6X9uhDlhbVQP7Gn1Qvasx4vVN1fvNLIYl2dtE8tmfxnzujjt0o5cpPFnEOmEcf/yxz+fO1U8Ojz0GsGCBFPahZo9LXl0sYo8jizOOtKZvnZJraAsfu13wJGKU0OgXfOSD5vaA9nxUoceokxOyxVwfP0V5TRj7dIQTp7J6ZsZ9H06e+vM978D+5sOqGo7l2NtIctlfdBHAokUA2erPWtZODA88ADBjhh6C2Yd2pGMyHSGds0XZ7mO6T7AVjq1xI/TbUT21bRoh7Lp54YtWOI4Z/C0V2fDMrHzon2PYvQZkOzvGa8LYp6MhAxIb8vzKkk0qG70l2dtI8thjF41VjD5UeAWCpi+YvTvsLCBE0W6WouGjoRakcRMUPxveBZOOyooy4NoJOdqx4XbXf98Oq3Z3GH2mTeb/ltDajXuscJi2ZJ+IXNm9tTw9UV/D/D3sdVuwv+su6xl9UFddJZx9sBsHB9XOELW3A21+GJgZafhoqMOKM+C5z1tTuhmK9wJEaUNdO/xn6yHDz+GctS/kf0LZy5DirXpbs09IWYXgmbnQ/uxnzrTud4RdOrfeKqL//gj7YMseZ6/1EFUO7AePJRwKefPkXK2Vn+zwzOJsMcM5391+CB6uahWx6R4QObtNKHsSsXcEe7wp26ePtSmF38Q1mH3QLc8QWYa65vg3OLGV/+jM/JRM30i9tLFVRIs+VOGtmTPIC6TJuuzbmvTJUdvf0aNmtfac2HONtMEStePGCWUf7MaZKLIMH9S2axOZElFwKOTWhg5Y+53hfeZxJWoeQIgmhT2fCCRZshx7zeC/qYydhRLTKZeeDe7yc7SslcTewsrJEcoezR73MFZkGXDoIo50wRugiQonN2FcOwE046/e3wk1B7tgO9tWcFikRTVm4EWzc/ZWLm6RwZ50LHvOXH32HYfAv/VV8O96s/v3tR8Ef/XL4K99Gzwn3wSu/ic4k/1YG/yMSkuFskf3xfR2HtHleHFTG9w9PbXspUHjDxWePAoN7rPHbUoQssZf5HpZ7EkWY8+MvmvtfRBo2pr4Z5jpd31yJ7jHzwd3SYXz2OcZnBkZb5See66ofnRT2GfIat1g6x77w1Od6RquZK4SFG3lrFehZfn8fWfHfA1XoEp3G6j9B1rgr4+uJvYJqqtqYXJGHyL/hgfAlf2Iqjn1lWd/RLW17JTEzknXXANw/fXyTB9vNK9ZI4Q9OqbwWrFgWi68v/Pwkf5wowzfwhrOH03/RRqxEEn8bewj9omaNd54TX2VKP1kse7vkDHzKRX78JVmH1XPPKOHLNPHG81izH449oMMFc0LJ1XhZKXXLuwFk4Z4tTTDKmr7/k5Zuyrlj0PBAcKWvUJSmr1/26L0N4L9+DWrVCyeOPYDBog3fWzpX3utntPGeipFsx8iei97fzo69BK7X3BsvZKm1CrtJBRMJTkEHKB9+30qHY6y7AMNWzSjNmRbtctVrAri2PfvL6+ljxkysU/fWqZfgt04wudKf1nfYYk+9m8NzsbZjXqHPdpaO787oNLhSGff9fGDEV0z0W6kBvZvN+7E0fK9NjYfZ8+GqvONyDQ1ntOk9fHbp97Pn68H5rTBVAfqT+jqjU3sItF7eXdXe7ezaFUQHt82eWZfFPZoa/3colQ6BSXYu7Ijdx9oNnaSVKA18iTr6neK49kbbvrY0n/qKYDWVpWPtAjN3it6Lzgu/oMatfOnbGmQOnnLG/Zoa5mcy97R7BWTfdk3NwO0tCjNHvtWcmXsCVMQlBdnKNud8/leqWafG/ZoaymWKM1R7BWT/dhbpxtHbhIaXP0p9GatKsIuHNlpGZyi6pp9BCGaOiIv+V0FxvabR0tdHGj6htgbIRyKiUsQYqZKiyRgw2a2T9aZFrtzbvzfz3DduKyEc+XI0Kd17bJ36Qt5NLWVc9dj78d8bcTQIrh09klpbaPZ165anVeCfaC5LiK1gau4nJ0dDTJ6zF8fdnMWZ+YaNdrH6vU+LZOXOcnKQPZo9tJ/jU9sbIMlOw5rq0yd0D/TsJWmUhUei2S1hz2appUb9iixDaexD+zfAlA+61iDRvP39jLEkF2lkbndA407iL3qJt/YKIw9duM0ymSG6YuvHN0TZpR6tXHtOxs7TR2pg4uU1PmkT/JqDHskOYy9NhSzIzKVtnvUFelvHDNhlk2P3Gf9F8Q+WWH6gvXsu3r6aTmt+cpKYeyxZS91EDQa66/Kepjemg/qlW2HzNjtgbBHkgPZ+xs2R4y1d5dNY6b8aVopEzyn3h6ZKgGzaO5ZbV/2DQ3GmjFmoFyxQl8f1ib1Hlv2dbL3+s72Q0qUHlekMqFVDyHM64DkWPaBbS9HN+uKG8BVODqlbeJkrWgTpLT0Ceb214tlX19v7Pbwxqt9jF5jjmZfI701vf2wrHTCMYX5ed6oNm1IYC1/rAGSY9njLFdcdSpCrFXumXwbuIeen/jGvL3AM/He6OmN25rAv+N1Yq+6vvpKKHs0e1PWNjN7GObCdS1mLoISvFP2LdVwZ7P3f/VvCPy0N6rhu8ddoacy6G7WK/bPj7hUy3IZa+GSri+eVaFVL5b97t1Us+Owxz77TWbs2cxhmG9sbZOZGiGatvDHTVQHiX3Xh7eBZ+p94MofGPEadsl4Jv1NX4O29cDR/DmZ2eAqKImb08a/cVHaKZMtwb62lmp2HPbYssdVEkxzPhyG+chan7b0oAzh6BvsRjLzt81iM//bVPYOlJrscZUpZvhRW/hBZRVqxu4un6VH2bSEjD7usoZ2YY/ZKK2ujRuFskezbwn5EkxR1Q+dcO/HLfCnpc2a8a8RlEcHu42e/bLN7K90M19/FlRg7zBt5szVYx80/EYDejhwWcOqJ1QyejnsxfZ5i5e449fYB9MlfKxCWbFrJzfTBRNKjM+ThEZ/1xqfCouVfxznOcmp7NHw19wM/q2VUcfgJyJ/XRV0Lp8Lgd0rnMd+6VLr1kzMjY858gWyD5q96TWjol+Gtnwhrmhl9Bh87LpRxOhRK8OerwASsQ817OqXNcPW+tu769oJacmjyXctv0Fbg1aRm7Hy2WO6YWuuIiVyMtUR9hkhT7DvROqd0gKvC6YOztSWKhSVDRPH0mPGTUV0OEolN4W9A2Ut9ri0IHbDYHh7gatwpJ4oLfPo+s2B5l3s4rwh5cXJbcl+3jyARYsAsi20zvXKlfpxC2YfdFgfhz/LyL2MKvRArvfYVnq/HDcUZ7uFpzvW+uc/azV71E20M2z4Gn1C2JNsxJ4ZP46oUWhUjbrssYWMrfs77lB/UhSOIMIby+K6b45hH+q2rxkNfk+LH64engXjS+StVYB5dnCGrskjbmLptW7+T2ZP7Im9EVqzRo9hw3TDHzsWIC9Pf234cIDcbhJu4qpT6aQsjnWT1cf8dgefZoBzAt57Tz9GiexDzX4xiydY5Bi1F+wjf7iqFUq2HdIyXIo0fTR5XA0LZ8Uq0jcfLhyBEGt4hOHsScTe8ex37tSD2GsKXbzkp27OwGkJ88+g6ePQSpzQZOTMWRyf/9LGVvj9kmatb15Row+eYZtjvCaMPUkB9pm5xJ7qvenswzvNn2Vxpag9oxFj9woGpjr+Zd8MGFmcAYMKPDAw35NQ6x1PFHXNXfD1j53w+b5Olc0dorCN9/qVVD/tx949cjYECoaqSQZn4hYdR/XeAfU+3OzxDtBaFpNFHwW29ut87bC05ug6Bjg6p7wwuunjxCsL6yPOtjtJY+8wyWUfbbnB/IFRUyEorXYf1Xub1ftow2EeNAs8ttItbuqx9FCC73uQKr212eMCIbESkllGmIfHmOGcVO8VqvfRFhx/GxvSxMowVXGmiYjYW5w9jo03JOWBidKyZFK9t129j2b22Al+G/EyTLdxpgk1DIm99dl3rfs7+GtWW48Wz6lj0Hh+qveK1ftYs5pwxtUSFr8hbmlpKSQ/LZzYW509zn79ciEEdiwG16Apx8x6VVU4G9fAfDpU7xWs9645lU2xPjQM9PzTPYlfSsIcDWPg6IINR7S3cnG8zxJ7QexRq+csIfYmsc+48E1ibxJ7dzcfxNkI9xC/lHVvLOgJiNgTe2JPMpS9O86HH2XxGTFMWp+zeCTNbRB7Yk/sSYaxj2f2uHzUpXB00QFSfCGr33F26YjYE3tiTzKMvTuBDVWzmEs8E9Y8zswIEXtiT+xJhrB3J7ixl0BPWETqXsjoRYO3SeyJPbEnpc3encRGb2KxitjG1CrOSISIPbEn9qS02Cdj9pjE5gLQh0aRjtUWzqZd0PaJPbEn9qS02LuT3AGmy8TlX6qJ9RFtZzEDYqdxNUrEntgTe1LK7N0p7AhX9J3OYhsx1xhgRdwnaX/EntgTe2KfEnt3ijvcw2IKi3UOhr6OM9gjeb/EntgTe2KftNxp7PgAv5RY5kDoy3jZD5i0f2JP7Ik9sZdm9ihcqWE2i4WQeIY7KwvL+Dgvc6vJx0LsiT2xJ/bSzB6Fq43cCPqd4YM2hn6Ql/EGXmYVROyJPbEn9tLMPihMZ3ci2HMRgs942d5U9PiIPbEn9sRemtmjdrGYBHry/DYbAG/jZZnIy6ayiD2xJ/bEXprZBy+x7gc9r/JSC0NfxsuAZemwyDETe2JP7Im9NLMPCnNT46ozM1lssBBwPNazWJzLy2BFEXtiT+yJvTSzD+p9FhN4QT5SGDge23n8WJeDPUTsiT2xJ/bSzB4V4JcoU1lUsHgB1MhX3cKPpYIf2xKw33AuYk/siT2x73YNWtEq4Ge1S0CfLOCVtF9MHIQL8r4G+p3uZtkFT2ANWmIvUHHWoCX2AhVnDVpib1OzD1Uu6Pke8AvA6cCjWXgM2nYXi638kgmBr2ThM7OwCpi9Y9krYPaOZm+y2TubvSLgEcRbPIJfBMLHO9PDWQxlMYhFEY8eLHJCLosOs2jkgXkjcMgSLry7mUP3AYnYE3uSg9n/X4ABABUvYJaolD9VAAAAAElFTkSuQmCC)
    no-repeat 0 0;
  background-size: 189px 47px;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  align-self: center;
  width: 48px;
  height: 48px;
}
footer .socialShare li a:hover {
  opacity: 0.6;
}
footer .socialShare li a.twitterIcon {
  background-position: 1px 0;
}
footer .socialShare li a.facebookIcon {
  background-position: -47px 0;
}
footer .socialShare li a.instagramIcon {
  background-position: -94.3px 0;
}
footer .socialShare li a.youtubeIcon {
  background-position: -142px 0;
}
footer .ant-back-top {
  z-index: 55;
}
.mobileMenuButton {
  background: transparent;
  display: inline-block;
  font-size: 25px;
  color: #fff;
  outline-style: none;
  box-shadow: none;
  outline: none;
  border: 0;
  margin: 0;
  padding: 5px 8px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mobileMenuButton {
    display: none;
  }
}
#offCanvasMenu {
  border-top: 5px solid red;
  width: 100vw;
  height: 100vh;
  background-color: #7c7c7c;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
  overflow: scroll;
  z-index: 2000;
}
#offCanvasMenu.hide {
  transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
#offCanvasMenu.show {
  transform: translateZ(0);
  overflow: hidden;
  opacity: 1;
}
#offCanvasMenu h2 a {
  color: #333;
  margin-left: 15px;
  text-decoration: none;
}
#offCanvasMenu h2 a:hover {
  text-decoration: underline;
}
#offCanvasMenu .submenu li {
  width: 50%;
  float: left;
}
#offCanvasMenu .closeicon {
  font-size: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  color: #fff;
}
.sidebar {
  background-color: #d5ddec;
  position: fixed;
  width: 90px;
  height: 100vh;
  left: 0;
  top: 0;
  overflow-x: auto;
  overflow-y: auto;
  border-top: 5px solid red;
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    display: block;
  }
}
.submenu {
  margin: 0;
  padding: 0;
  text-align: center;
}
.submenu li {
  list-style: none;
}
.submenu li a {
  color: #272727;
  opacity: 0.8;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  display: block;
  padding: 11px 0 0;
  min-height: 90px;
  vertical-align: middle;
}
.submenu li a .icon {
  width: 100%;
  display: inline-block;
  font-size: 42px;
  margin-bottom: 15px;
}
.submenu li a b {
  display: inline-block;
  font-weight: 400;
}
.submenu li a:active,
.submenu li a:hover {
  background-color: #5c5c5c;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.submenu li.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.container-fluid,
.container-fluid-ak {
  background-color: #f2f2f2;
  padding: 0;
}
@media (min-width: 768px) {
  .container-fluid,
  .container-fluid-ak {
    padding: 0 0 0 90px;
  }
}
.container-fluid-ak > .row,
.container-fluid > .row {
  margin: 0;
}
.container-fluid-ak > .row > .col,
.container-fluid > .row > .col {
  padding: 0;
}
.private-wrapper {
  z-index: 50;
}
.private-wrapper h1 {
  font-size: 1.5rem;
  margin-bottom: 1.7rem;
  color: #020202;
  text-transform: uppercase;
  font-weight: 500;
}
.private-wrapper h1 .icon {
  font-size: 2rem;
  margin-right: 10px;
  vertical-align: middle;
}
.private-wrapper h2 {
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
  color: #020202;
  font-weight: 400;
}
.private-wrapper h2 strong {
  font-weight: 400;
}
.private-wrapper h3 {
  font-size: 1.4rem;
}
.private-wrapper h3,
.private-wrapper h4 {
  margin-bottom: 0.7rem;
  font-weight: 400;
  color: #020202;
}
.private-wrapper h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.private-wrapper h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #2d2d2d;
}
.private-wrapper .btn-primary {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
.private-wrapper .btn-sm {
  padding: 0.3rem 2rem;
  font-size: 0.8rem;
}
.private-wrapper .navbar {
  background: url(/static/media/header-gradient-bk.da28e696.png) no-repeat top;
  background-size: cover;
  padding: 7px 0 6px;
  min-height: 50px;
  min-width: 320px;
  left: 0;
  right: 0;
  top: 0;
  border-top: 5px solid red;
}
@media (min-width: 768px) {
  .private-wrapper .navbar {
    left: 90px;
  }
}
.private-wrapper .navbar .logo {
  background: url(/static/media/logo-alkomprar-header.fef0af18.png) no-repeat
    top;
  background-size: 196px 34px;
  width: 196px;
  height: 34px;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  align-self: center;
  margin: 0 0.2rem;
}
@media (min-width: 576px) {
  .private-wrapper .navbar .logo {
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .private-wrapper .navbar .logo {
    max-height: 60px;
  }
}
.private-wrapper .navbar .dropdown-menu {
  left: auto;
  right: 0;
}
.private-wrapper .navbar ul {
  margin: 0;
  padding: 0;
}
.private-wrapper .navbar ul li {
  list-style-type: none;
}
.private-wrapper .navbar .logoCredito20Min {
  display: none;
  max-width: 50px;
  max-height: 50px;
}
@media (min-width: 576px) {
  .private-wrapper .navbar .logoCredito20Min {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .private-wrapper .navbar .logoCredito20Min {
    max-width: 60px;
    max-height: 60px;
  }
}
.private-wrapper .nameAvatar {
  background-color: #4c4b4b;
  color: #fff;
  font-size: 15px;
  border-radius: 100px;
  padding: 10px;
}
@media (min-width: 576px) {
  .private-wrapper .nameAvatar {
    padding: 12px;
  }
}
.private-wrapper .wrapper {
  width: 100%;
  padding-top: 5.5rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.private-wrapper .panel,
.private-wrapper .sub-panel {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.private-wrapper .panel .date,
.private-wrapper .sub-panel .date {
  float: none;
  color: #06cf06;
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .private-wrapper .panel .date,
  .private-wrapper .sub-panel .date {
    float: right;
    margin: 0;
  }
}
.private-wrapper .facturas.sub-panel h5,
.private-wrapper .facturas.sub-panel p,
.private-wrapper .panel.facturas h5,
.private-wrapper .panel.facturas p {
  display: inline;
}
.private-wrapper .facturas.sub-panel p,
.private-wrapper .panel.facturas p {
  float: right;
}
@media (min-width: 576px) {
  .private-wrapper .facturas.sub-panel h5,
  .private-wrapper .facturas.sub-panel p,
  .private-wrapper .panel.facturas h5,
  .private-wrapper .panel.facturas p {
    display: block;
  }
  .private-wrapper .facturas.sub-panel p,
  .private-wrapper .panel.facturas p {
    float: none;
  }
}
.private-wrapper .sub-panel {
  padding: 10px !important;
  margin-bottom: 0.9rem !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) !important;
}
.private-wrapper .usuario .nameAvatar {
  background-color: #cdcdcd;
  color: #fff;
  display: inline;
  margin-right: 2%;
  font-size: 22px;
  padding: 24px;
}
.private-wrapper .usuario .content,
.private-wrapper .usuario .nameAvatar {
  display: inline-block;
  vertical-align: middle;
}
.private-wrapper .usuario .form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.private-wrapper .usuario h4 {
  margin-bottom: 2.7rem;
}
.private-wrapper .usuario ul {
  margin: 0 0 1rem;
  padding: 0;
}
.private-wrapper .usuario ul li {
  list-style: none;
  padding: 0;
  margin: 0.9rem 0;
  display: block;
}
.private-wrapper .usuario ul li .btn-sm {
  min-width: 200px;
}
.private-wrapper .table th {
  font-weight: 400;
  border-top: 0;
  font-size: 15px;
  color: #f60;
  text-transform: uppercase;
}
.private-wrapper .table-striped tbody tr:nth-of-type(odd) {
  background-color: #ebebeb;
}
.private-wrapper .table td,
.private-wrapper .table th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.private-wrapper form label {
  text-transform: uppercase;
}
.private-wrapper form .form-check {
  margin: 3rem 0 1rem;
}
.private-wrapper .form-group {
  margin: 0 0 2rem;
}
.private-wrapper .form-group label {
  text-transform: none;
}
.private-wrapper .form-control {
  height: calc(2.95rem + 2px);
  font-size: 1.4rem;
  background-color: #fafafa;
  border-color: #bcbcbc;
}
.private-wrapper .form-control:disabled,
.private-wrapper .form-control[readonly] {
  background-color: #c8c8c8;
  opacity: 1;
}
.private-wrapper .labelpay {
  margin: 0.9rem 0;
  text-transform: none;
}
.private-wrapper .payfield {
  margin: 0.6rem 0;
  font-size: 1.4rem;
}
.private-wrapper .copytext {
  margin: 1.6rem 0 1rem;
  padding: 0;
}
.private-wrapper .list-group-item {
  background-color: hsla(0, 0%, 100%, 0.7);
}
.private-wrapper .bg-puntos-temp {
  background: url(/static/media/temp-mapa.57a4bc6e.jpg) no-repeat top;
  background-size: cover;
  border: 10px solid #fff;
}
.settings-toggle-buttons {
  width: 12%;
}
.red-outlined-btn {
  border: 1px solid #820d0e;
  color: #820d0e;
  background-color: initial;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.red-outlined-btn:hover {
  border: 1px solid #b21213;
  color: #b21213;
}
@media (max-width: 768px) {
  .settings-toggle-buttons {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .settings-toggle-buttons {
    width: 35%;
  }
}
@media (min-width: 1130px) {
  .settings-toggle-buttons {
    width: 22%;
  }
}
@media (min-width: 1530px) {
  .settings-toggle-buttons {
    width: 25%;
  }
}
@media (min-width: 576px) {
  .container-fluid-ak {
    padding: 0 10% !important;
  }
}
.square {
  width: 100%;
  padding-bottom: 80%;
  background-size: cover;
  background-position: 50%;
  border-radius: 8px;
  position: relative;
  margin: 15px 0;
}
.title-info-module {
  text-align: right;
  background: #ff0;
  width: 100%;
  border-radius: 0 0 8px 8px;
  position: absolute;
  bottom: -3%;
  margin: 5px 0;
  font-size: 3vw;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 3vw solid transparent;
  border-right: 3vw solid transparent;
  border-bottom: 3vw solid #ff0;
  position: absolute;
  bottom: 3vw;
  left: 2vw;
}
.collapsed {
  cursor: pointer;
}
.ReCaptcha {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.btn-modal {
  padding: 0.375rem 0.75rem;
}
.submit {
  color: #fff !important;
  background: #000 !important;
}
.scroll {
  overflow-x: auto;
  overflow-y: auto;
}
.icons {
  height: 550px;
}
.customer {
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 24px;
  border: 0;
  overflow: hidden;
}
.bts {
  padding: 0;
  float: left;
  height: 30px;
  width: 39px;
  text-align: center;
  border-left-width: 1px;
}
.panel,
.private-wrapper .sub-panel {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.textRequiredValues {
  text-align: center;
  background-color: #f31c1c;
}
.vertical {
  height: 100%;
  width: 1px;
  border-left: 1px solid grey;
}
@media (min-width: 768px) {
  .vertical-md {
    width: 1px;
    border-left: 1px solid grey;
  }
}
.carrusel--center {
  align-self: center;
}
.carrusel--subtitle {
  color: #f31c1c;
}
.carrusel--icono-big {
  font-size: 5.85rem;
}
.hidden {
  display: none !important;
}
.textResponsive {
  font-size: 2vw;
}
.btn-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.min-width-historial {
  min-width: 100px;
}
.panel-title {
  font-size: 1.17rem;
  margin-bottom: 0;
}
.panel-title .text_collapse {
  color: #004581;
}
.no-padding {
  padding: 0;
}
.mobile-pse-logo {
  padding: 15px;
  margin: 0;
}
.mobile-pse-logo img {
  width: 15%;
  margin-right: 10px;
}
.input-group {
  margin-bottom: 5px;
}
.panel .btn,
.private-wrapper .sub-panel .btn {
  margin-top: 5px;
}
.focus-td {
  background: #f2f2f2;
}
.mobile-transaction-table {
  margin-bottom: 0 !important;
}
.private-wrapper .alkomprar-logo {
  width: 80%;
}
@media (min-width: 425px) {
  .private-wrapper .alkomprar-logo {
    width: 70%;
  }
}
@media (min-width: 576px) {
  .private-wrapper .alkomprar-logo {
    width: 60%;
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .private-wrapper .alkomprar-logo {
    width: 50%;
  }
}
.credito-logo {
  width: 30%;
}
@media (min-width: 425px) {
  .credito-logo {
    width: 35%;
  }
}
@media (min-width: 576px) {
  .credito-logo {
    width: 40%;
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .credito-logo {
    width: 45%;
  }
}
.adjust-btn {
  margin-right: 50px;
  margin-top: -35px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  line-height: 0;
  background-color: #d2ecf0;
}
.tr-animated {
  transition: height 0.35s ease !important;
}
.interest-mora {
  font-size: 120%;
}
.padding-price {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.bottom-btn-resumen {
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .bottom-btn-resumen {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .bottom-btn-resumen {
    width: 92%;
  }
}
@media (min-width: 1200px) {
  .bottom-btn-resumen {
    width: 95%;
  }
}
.table thead th {
  text-align: center !important;
  vertical-align: middle !important;
}
.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  background: transparent !important;
}
.table thead th.text-left-important {
  text-align: left !important;
  padding: 0.75rem;
}
.ant-btn-primary {
  background-color: red !important;
  border-color: red !important;
  color: #fff;
}
.ant-confirm-btns {
  width: 100%;
  display: flex;
}
.ant-confirm-btns .ant-btn {
  width: 100%;
  display: inline;
}
.carousel .control-next.control-arrow {
  right: 0 !important;
}
.carousel .control-next.control-arrow:before {
  border-left: 30px solid #fff !important;
}
.carousel .control-prev.control-arrow {
  left: 0 !important;
}
.carousel .control-prev.control-arrow:before {
  border-right: 30px solid #fff !important;
}
.ant-modal-body .whitePanel {
  background-color: unset;
  border-radius: unset;
  padding: unset;
  box-shadow: unset;
  margin-bottom: unset;
}
.image-complete {
  min-width: 100%;
}
@media (min-width: 1140px) {
  .image-complete {
    min-width: 1140px;
  }
}
.container-image-complete {
  margin-top: -1.5rem;
}
.ant-modal-title {
  margin-right: 30px !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: grey;
  border-color: grey;
}
.link_action {
  color: red !important;
  text-decoration: underline !important;
}
.ant-modal-close-x:before {
  margin-top: -10px;
}
.ant-modal-close-x:after {
  content: "cerrar";
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  font-weight: 400;
}
.text-14 {
  font-size: 14px !important;
}
.p_borderbotton--gray {
  display: inline-block;
  border-bottom: 3px solid #dcdcdc;
}
.icon-align-vertical {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -5px;
}
.fieldset {
  border-radius: 5px;
  width: -webkit-max-content;
  width: max-content;
  border: 1px solid #d4d4d5;
}
.legend-input {
  font-size: 12px;
}
.input-cupo {
  width: 15rem;
  border: none;
}
.input-cupo:focus {
  outline: none;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
@media (max-width: 780px) {
  .modal-container {
    right: -43%;
  }
}
.modal-content__custom {
  margin-left: 10% !important;
  width: 80% !important;
  border-radius: 1.3rem !important;
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}
.modal-content__header {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(1.3rem - 1px);
  border-top-right-radius: calc(1.3rem - 1px);
  overflow: hidden;
  margin: -0.3em -0.03em;
}
.modal-content__image {
  width: 100%;
  height: auto;
}
.modal-content__close {
  position: absolute;
  right: 0.5em;
  top: 0.4em;
  align-self: end;
}
.modal-text {
  text-align: center;
}
.modal-text__title {
  font-weight: 700;
  font-size: 1.6em;
}
.modal-text__content {
  font-size: 1.1em;
}
.modal-text__content span {
  font-weight: 700;
}
.input--read_only[readonly] {
  opacity: 0.4 !important;
}
@media (max-width: 767px) {
  html {
    font-size: 80% !important;
  }
  .ant-collapse,
  .private-wrapper .form-control,
  .private-wrapper .table th {
    font-size: inherit !important;
  }
  .invoices-content {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
  }
  .table th {
    padding: 0.6rem;
  }
  .table-mobile {
    margin-bottom: -15px;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
  }
  .input-table {
    width: auto;
    padding: 0;
  }
  .private-wrapper .table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
  }
  td,
  th,
  tr {
    border: none !important;
  }
  .input-group-text {
    background-color: #d2ecf0;
  }
  .text-filters {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .text-filters a {
    color: #004581;
  }
  .min-width-historial {
    min-width: 90px;
  }
  .custom-map {
    width: 95% !important;
  }
  .margin-codigos {
    margin-bottom: 10px;
  }
  .item-selected {
    height: 50px;
  }
}
@media (min-width: 768px) {
  body,
  html {
    font-size: 90% !important;
  }
  .ant-collapse,
  .private-wrapper .form-control,
  .private-wrapper .table th {
    font-size: inherit !important;
  }
  .table th {
    background-color: initial;
    padding: 0.4rem;
  }
  .table-mobile {
    margin-bottom: -15px;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
  }
  .input-table {
    width: auto;
    padding: 0;
  }
  td,
  th,
  tr {
    border: none !important;
  }
  .input-group-text {
    background-color: #d2ecf0;
  }
  .min-width-historial {
    min-width: 90px;
  }
  .margin-codigos {
    margin-bottom: 10px;
  }
  .item-selected {
    height: 50px;
  }
}
@media (max-width: 605px) {
  .aliados-title {
    display: none;
  }
  .aliados-logo {
    width: 5em;
    height: 5em;
  }
}
.tooltip-container {
  position: relative;
  display: inline-block;
}
.tooltip-button {
  padding: 10px;
  cursor: pointer;
}
.tooltip-text {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.sm-main-container {
  width: 100%;
  flex-direction: column;
  padding-top: 10px;
}
.sm-main-container,
.sm-main-container .sm-header-ct {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-main-container .sm-header-ct {
  width: 95%;
  max-width: 1164px;
  margin: 0 auto;
  box-sizing: border-box;
  flex-wrap: nowrap;
  grid-gap: 16px;
  gap: 16px;
}
.sm-main-container .sm-header-ct .card {
  height: 199px;
  background: #fff;
  border-radius: 8px;
  padding: 16px 32px;
  box-sizing: border-box;
  border: none;
}
.sm-main-container .sm-header-ct .card1 {
  flex: 1 1 auto;
  min-width: 300px;
  max-width: 797px;
  padding: 32px 24px 24px;
  display: flex;
  height: -webkit-max-content;
  height: max-content;
  flex-direction: column;
}
.sm-main-container .sm-header-ct .card1 h2 {
  font-family: Akatab;
  font-weight: 700;
  font-size: 28px;
  color: #062147;
  margin: 0 0 8px;
}
.sm-main-container .sm-header-ct .card1 .progress-bar-container {
  margin: 12px 0;
  order: 1;
}
.sm-main-container .sm-header-ct .card1 .progress-bar-container .progress-bar {
  background-color: #ebebeb;
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  padding: 2px;
}
.sm-main-container
  .sm-header-ct
  .card1
  .progress-bar-container
  .progress-bar
  .progress-fill {
  height: 100%;
  background-color: #0d499d;
  border-radius: 4px;
}
.sm-main-container .sm-header-ct .card1 .smh-values-container {
  display: flex;
  flex-direction: column;
  margin: 4px 0;
  grid-gap: 4px;
  gap: 4px;
  order: 2;
}
.sm-main-container .sm-header-ct .card1 .smh-values-container .smh-value {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: -webkit-max-content;
  height: max-content;
  margin: 0;
  padding: 0;
}
.sm-main-container
  .sm-header-ct
  .card1
  .smh-values-container
  .smh-value
  .title {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #4d4d4d;
  margin: 0;
  padding: 0;
}
.sm-main-container
  .sm-header-ct
  .card1
  .smh-values-container
  .smh-value
  .value {
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  color: #4d4d4d;
  margin: 0;
  padding: 0;
}
.sm-main-container .sm-header-ct .card2 {
  width: 351px;
  flex: 0 0 351px;
  background: #e5f3ff;
  box-shadow: 0 0 3px 1px rgba(0, 128, 255, 0.5019607843137255);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Akatab;
  padding: 0 16px;
  grid-gap: 8px;
  gap: 8px;
}
.sm-main-container .sm-header-ct .card2 h2,
.sm-main-container .sm-header-ct .card2 p {
  margin: 0;
}
.sm-main-container .sm-header-ct .card2 h2 {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
}
.sm-main-container .sm-header-ct .card2 p {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #062147;
}
@media (max-width: 1000px) {
  .sm-main-container .sm-header-ct .card1 {
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  .sm-main-container .smh-value .title {
    font-family: Akatab;
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
  }
  .sm-main-container .smh-value .value {
    font-family: Akatab;
    font-weight: 700;
    font-size: 16px;
    color: #4d4d4d;
  }
  .sm-main-container .sm-header-ct {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .sm-main-container .sm-header-ct .card1 {
    max-width: 90vw;
    width: 90vw;
    height: -webkit-max-content;
    height: max-content;
    min-height: -webkit-max-content;
    min-height: max-content;
  }
  .sm-main-container .sm-header-ct .card1 h2 {
    font-size: 19px;
    font-weight: 800;
  }
  .sm-main-container .sm-header-ct .card1 .progress-bar-container {
    order: 2;
  }
  .sm-main-container .sm-header-ct .card1 .smh-values-container {
    order: 1;
  }
}
@media (min-width: 640px) {
  .sm-main-container .sm-header-ct {
    flex-direction: row;
  }
}
.sm-btns-container {
  width: 95%;
  max-width: 1164px;
  background: #ebebeb;
  padding: 24px;
  border-radius: 45px;
  flex-direction: row;
  justify-content: flex-start;
  grid-gap: 24px;
  gap: 24px;
  margin: 20px 0 0;
}
.sm-btns-container .sms-btn-title {
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  color: #062147;
}
.sm-btns-container .sm-btn {
  height: -webkit-max-content;
  height: max-content;
  padding: 8px 24px 8px 8px;
  background-color: #fff;
}
.sm-no-invoices {
  width: 100%;
  margin-top: 24px;
  padding: 32px;
  border-radius: 8px;
  max-width: 1164px;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 128, 255, 0.5019607843137255);
  border: 3px solid #e5f3ff;
}
.sm-no-invoices h2 {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
  color: #062147;
  margin-bottom: 16px;
}
.sm-no-invoices h2 .smni-icon {
  margin-right: 16px;
}
.sm-no-invoices p {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
}
.sm-no-invoices p a {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #0d499d;
  text-decoration: underline;
  margin-left: 4px;
}
.sm-invoices-container,
.sm-no-invoices-container {
  width: 95%;
  max-width: 1164px;
}
.sm-invoices {
  width: 100%;
  margin-top: 24px;
  padding: 32px;
  border-radius: 8px;
  max-width: 1164px;
  background: #fff;
  border: 3px solid #e5ffe7;
  box-shadow: 0 0 3px 1px rgba(15, 171, 11, 0.5019607843137255);
}
.sm-invoices h2 {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
  color: #062147;
  margin-bottom: 16px;
}
.sm-invoices h2 .smni-icon {
  margin-right: 16px;
}
.sm-invoices .smi-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.sm-invoices .smi-content .left {
  width: 50%;
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  color: #062147;
}
.sm-invoices .smi-content .left a {
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
  color: #0d499d;
  text-decoration: underline;
}
.sm-invoices .smi-content .rigth {
  display: flex;
  flex-direction: row;
  width: 50%;
}
.sm-invoices .smi-content .rigth .rigth-item:first-child:after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 90%;
  width: 2px;
  background-color: #009d07;
}
.sm-invoices .smi-content .rigth .rigth-item {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  text-align: center;
  position: relative;
}
.sm-invoices .smi-content .rigth .rigth-item-label {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  color: #062147;
}
.sm-invoices .smi-content .rigth .rigth-item-value {
  font-family: Akatab;
  font-weight: 700;
  font-size: 33px;
  color: #062147;
}
@media (max-width: 1024px) {
  .sm-no-invoices-container {
    width: 90vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  .sm-no-invoices-container .sm-no-invoices {
    max-width: 86vw;
    padding: 16px;
  }
  .sm-no-invoices-container .sm-no-invoices h2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .sm-no-invoices-container .sm-no-invoices p,
  .sm-no-invoices-container .sm-no-invoices p a {
    font-size: 14px;
  }
  .sm-invoices-container {
    width: 90vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  .sm-invoices-container .sm-invoices {
    max-width: 86vw;
    padding: 16px;
  }
  .sm-invoices-container .sm-invoices h2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .sm-invoices-container .sm-invoices .smi-content {
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
  }
  .sm-invoices-container .sm-invoices .smi-content .left,
  .sm-invoices-container .sm-invoices .smi-content .rigth {
    width: 100%;
  }
  .sm-invoices-container .sm-invoices .smi-content .rigth .rigth-item-label {
    font-family: Akatab;
    font-weight: 400;
    font-size: 14px;
    color: #062147;
  }
  .sm-invoices-container .sm-invoices .smi-content .rigth .rigth-item-value {
    font-family: Akatab;
    font-weight: 700;
    font-size: 23px;
    color: #062147;
  }
  .sm-header-ct .card2 {
    display: none !important;
  }
  .sm-header-ct {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 639px) {
  .sm-main-container .sm-header-ct .card,
  .sm-main-container .sm-header-ct .card1 {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .sm-main-container .sm-header-ct .card1 h2 {
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 8px !important;
  }
  .sm-main-container
    .sm-header-ct
    .card1
    .smh-values-container
    .smh-value
    .title {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 !important;
  }
  .sm-main-container
    .sm-header-ct
    .card1
    .smh-values-container
    .smh-value
    .value {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 !important;
  }
  .sm-main-container .sm-header-ct .card1 {
    min-height: 120px;
  }
  .sm-main-container .sm-header-ct .card1 .progress-bar {
    height: 12px !important;
  }
}
.sm-btns-container {
  width: 100%;
  grid-gap: 16px;
  gap: 16px;
}
.sm-btns-container,
.sm-btns-container .sm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-btns-container .sm-btn {
  width: 212px;
  min-width: -webkit-max-content;
  min-width: max-content;
  height: 48px;
  flex-direction: row;
  grid-gap: 8px;
  gap: 8px;
  opacity: 1;
  border-radius: 32px;
  padding: 8px 24px 8px 12px;
  background: #fff;
  box-shadow: 2px 4px 8px 0 rgba(136, 138, 151, 0.23921568627450981);
  text-decoration: none;
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  color: #062147;
}
.sm-btns-container .sm-btn .sm-btn-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b21213;
  padding: 0;
}
.credit-summary-container {
  width: 100%;
}
.credit-summary,
.credit-summary-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.credit-summary {
  width: 95%;
  margin-top: 24px;
  grid-gap: 24px;
  gap: 24px;
}
.sm-cupo {
  width: 652px;
  min-height: 178px;
  height: -webkit-max-content;
  height: max-content;
  max-width: 90vw;
  opacity: 1;
  border-radius: 8px;
  padding: 32px 24px 24px;
  background-color: #fff;
}
.sm-cupo .sm-toggle-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -40px;
}
.sm-cupo .sm-toggle-container .sm-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d499d;
}
.sm-cupo .sm-cupo-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
  margin-bottom: 16px;
}
.sm-cupo .sm-cupo-header .values {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.sm-cupo .sm-cupo-header .credit-limit-amount,
.sm-cupo .sm-cupo-header .credit-limit-title {
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 117%;
  color: #062147;
}
.sm-cupo .user-name {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #062147;
}
.sm-cupo .progress-bar-container .progress-bar {
  border-radius: 4px;
}
.sm-cupo .sm-card-footer {
  display: flex;
  flex-direction: column;
}
.sm-cupo .sm-card-footer .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4d4d4d;
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  line-height: 140%;
}
.progress-bar-container.mobile-positioned,
.sm-cupo .sm-card-footer .progress-bar-container {
  display: none;
}
.sm-cupo .progress-bar-container {
  margin: 12px 0;
}
.sm-cupo .progress-bar-container .progress-bar {
  background-color: #ebebeb;
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  padding: 2px;
}
.sm-cupo .progress-bar-container .progress-bar .progress-fill {
  height: 100%;
  background-color: #0d499d;
  border-radius: 4px;
}
.sm-cupo-rigth {
  width: 412px;
  max-width: 90vw;
  min-height: 178px;
  height: -webkit-max-content;
  height: max-content;
  opacity: 1;
  border-radius: 8px;
  padding: 32px 24px 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sm-cupo-rigth .sm-pay-all-btn {
  width: 100%;
  border: 1px solid #b21213;
  background-color: #fff;
  padding: 8px 24px;
  color: #b21213;
  border-radius: 24px;
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  margin-top: 39px;
}
.sm-cupo-rigth .sm-cupo-mora,
.sm-cupo-rigth .sm-cupo-utilizado {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sm-cupo-rigth .sm-cupo-mora span,
.sm-cupo-rigth .sm-cupo-utilizado span {
  font-family: Akatab;
  line-height: 140%;
}
.sm-cupo-rigth .sm-cupo-utilizado span {
  font-weight: 800;
  font-size: 19px;
  color: #0d499d;
}
.sm-cupo-rigth .sm-cupo-mora span {
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
}
.pdt-container-mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  grid-gap: 8px;
  gap: 8px;
}
.pdt-container-mobile .cupo-value-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pdt-container-mobile .cupo-value-container .cupo-value-label {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #0d499d;
}
.pdt-container-mobile .cupo-value-container .cupo-value {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0d499d;
}
.pdt-container-mobile .intereses-value-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pdt-container-mobile .intereses-value-container .intereses-value-label {
  font-family: Akatab;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  color: #4d4d4d;
}
.pdt-container-mobile .intereses-value-container .intereses-value {
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  color: #4d4d4d;
}
.pdt-container-mobile .pdt-description {
  width: 100%;
  background: #e5f3ff;
  padding: 8px 16px;
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #062147;
  border-radius: 8px;
}
.pdt-container-mobile .sm-pay-all-btn {
  width: 100%;
  height: 32px;
  border-radius: 24px;
  padding: 8px 24px;
  border: 1px solid #b21213;
  background-color: #fff;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #b21213;
}
.mdp-container {
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  max-width: 100vw;
}
.mdp-container.mobile {
  margin-top: 0;
}
.mdp-container .mdp-title {
  width: 92vw;
  margin-bottom: 32px;
}
.mdp-container .mdp-title-header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mdp-container .mdp-title-header .back-icon {
  position: absolute;
  left: 0;
  margin-top: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.mdp-container .mdp-title h1 {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
  text-align: center;
  color: #0d499d;
}
.mdp-container .mdp-title p {
  width: 100%;
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #0d499d;
}
.mdp-container .mdp-tabs {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100vw;
}
.mdp-container .mdp-container-section,
.mdp-container .mdp-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mdp-container .mdp-container-section {
  width: 992px;
  max-width: 95vw;
}
.mdp-container .mdp-tab-selector {
  width: 100%;
  max-width: 95vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  gap: 16px;
  margin-bottom: 32px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}
.mdp-container .mdp-tab-selector span {
  border-radius: 24px;
  height: 32px;
  width: 200px;
  flex: 0 0 auto;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #062147;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 1px solid #062147;
}
.mdp-container .mdp-tab-selector .active {
  background: #e5f3ff;
  border: none;
}
.hs-estado.hs-estado-pagada,
.hs-estado.hs-estado-pendiente {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
}
.hs-estado.hs-estado-pendiente {
  color: #b3b3b3;
}
.hs-value-quota {
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  color: #4d4d4d;
}
.mdp-btn-plan-pagos {
  width: 100%;
  height: 32px;
  border-radius: 24px;
  border: none;
  color: #fff;
  background-color: #b21213;
  font-family: Akatab;
  font-weight: 700;
  font-size: 14px;
}
.cp-estado-pagada {
  color: #009d07;
}
.pr-status {
  color: #ed0008;
}
.pr-status.exitosa {
  color: #009d07;
}
.cuotas-pagadas-mb {
  width: 90vw;
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
}
.cp-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cp-section.cuota .title,
.cp-section.cuota .value {
  font-family: Akatab;
  font-weight: 800;
  font-size: 19px;
  color: #4d4d4d;
}
.cp-section .title {
  font-weight: 400;
}
.cp-section .title,
.cp-section .value {
  font-family: Akatab;
  font-size: 14px;
  color: #4d4d4d;
}
.cp-section .value {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sm-cupo-rigth {
    display: none;
  }
  .sm-cupo {
    height: -webkit-max-content;
    min-height: 125px;
    max-width: 90vw;
    width: 361px;
    height: max-content;
    border-radius: 8px;
    padding: 24px 16px;
  }
  .sm-cupo .sm-cupo-header {
    margin-bottom: 0;
  }
  .sm-cupo .sm-cupo-header .credit-limit-amount,
  .sm-cupo .sm-cupo-header .credit-limit-title {
    font-family: Akatab;
    font-weight: 800;
    font-style: Bold;
    font-size: 19px;
    line-height: 140%;
    color: #062147;
  }
  .sm-cupo .sm-card-footer .footer-row {
    color: #4d4d4d;
    font-family: Akatab;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
  }
  .sm-cupo .sm-card-footer .progress-bar-container.mobile-positioned {
    display: block;
    margin: 0;
  }
  .sm-cupo > .progress-bar-container {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .mdp-tabs {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mdp-tab-selector {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 780px) {
  .mdp-container .mdp-tabs {
    width: 100vw;
    max-width: 100vw;
  }
}
.cha-password-card {
  min-width: 772px;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100vw;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.cha-password-card .sc-mobile-title {
  display: none;
}
.cha-password-card .step-container {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 24px;
}
.cha-password-card .step-container .sc-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #062147;
}
.cha-password-card .step-container .sc-circle.active {
  background-color: #ff0;
  color: #000;
}
.cha-password-card .step-container .sc-circle.inactive {
  background-color: #b3b3b3;
  color: #fff;
}
.cha-password-card .step-container .sc-dashed-line {
  width: 60px;
  border-top: 2px dashed #b3b3b3;
}
.cha-password-card .sc-user-data-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  margin: 16px;
}
.cha-password-card .sc-user-data-container .sc-user-data {
  display: flex;
  flex-direction: row;
  grid-gap: 16px;
  gap: 16px;
  background: #f5f5f5;
  padding: 16px;
  border-radius: 8px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
.cha-password-card .sc-user-data-container .sc-user-data .sc-ud-value {
  font-weight: 400;
}
.cha-password-card .sc-user-data-container .sc-user-data .sc-ud-label {
  color: #0d499d;
}
.cha-password-card .sc-checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 16px;
  color: #430202;
}
.cha-password-card .sc-checkbox-container .sc-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid #b21213;
  background-color: #fff;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 4px;
  padding: 2px;
  margin-top: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.cha-password-card .sc-checkbox-container .sc-check-input:checked {
  background-color: #b21213;
  border-color: #b21213;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.8 0C10.464 0 10.164 0.132 9.948 0.348L4.8 5.508L2.052 2.748C1.836 2.532 1.536 2.4 1.2 2.4C0.54 2.4 0 2.94 0 3.6C0 3.936 0.132 4.236 0.348 4.452L3.948 8.052C4.164 8.268 4.464 8.4 4.8 8.4C5.136 8.4 5.436 8.268 5.652 8.052L11.652 2.052C11.868 1.836 12 1.536 12 1.2C12 0.54 11.46 0 10.8 0Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
}
.cha-password-card .sc-checkbox-container .sc-privacy-label {
  font-size: 16px;
  font-family: Akatab;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  color: #4d4d4d;
}
.cha-password-card .sc-checkbox-container .sc-privacy-label a {
  color: #4d4d4d;
  font-weight: 800;
  font-size: 19px;
  line-height: 100%;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}
.cha-password-card .sc-message {
  margin-bottom: 24px;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #4d4d4d;
  display: none;
}
.cha-password-card .sc-message span {
  font-weight: 700;
}
.cha-password-card .sc-message.hidde-phone {
  display: inline-block;
}
.cha-password-card .sc-actions {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  justify-content: center;
}
.cha-password-card .sc-actions button {
  padding: 10px 24px;
  border-radius: 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.cha-password-card .sc-actions .sc-btn-secundary {
  background: none;
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 23px;
  line-height: 100%;
  color: #b21213;
}
.cha-password-card .sc-actions .sc-btn-secundary:hover {
  transition: all 0.3s ease-in-out;
  color: rgba(178, 18, 18, 0.9372549019607843);
}
.cha-password-card .sc-actions .sc-btn-secundary:disabled {
  transition: all 0.3s ease-in-out;
  color: #b3b3b3;
}
.cha-password-card .sc-actions .sc-btn-primary {
  padding: 8px 32px;
  height: 48px;
  border-radius: 24px;
  color: #fff;
  background: #b21213;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
}
.cha-password-card .sc-actions .sc-btn-primary:hover {
  transition: all 0.3s ease-in-out;
  background: rgba(178, 18, 18, 0.9372549019607843);
}
.cha-password-card .sc-actions .sc-btn-primary:disabled {
  transition: all 0.3s ease-in-out;
  background-color: #b3b3b3;
}
.cha-password-card .sc-otp-error {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ed0008;
  margin: 4px 0 21px;
}
.cha-password-card .sc-code-section {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cha-password-card .sc-code-section .sc-code-label {
  font-weight: 700;
  color: #062147;
  margin-bottom: 12px;
  font-size: 16px;
}
.cha-password-card .sc-code-section .sc-code-inputs {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 8px;
}
.cha-password-card .sc-code-section .sc-code-inputs .sc-otp-input {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b3b3b3;
  border-radius: 12px;
  padding: 8px 8px 8px 15px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  vertical-align: middle;
  color: #4d4d4d;
  background: #fff;
}
.cha-password-card .sc-code-section .sc-code-inputs .sc-otp-input:focus {
  border: 1px solid #0073e5;
  box-shadow: 0 0 3px 1px rgba(0, 115, 229, 0.5019607843137255);
  outline: none;
}
.cha-password-card
  .sc-code-section
  .sc-code-inputs
  .sc-otp-input:not(:placeholder-shown) {
  border: 1px solid #4d4d4d;
}
.cha-password-card .sc-code-section .sc-resend-link {
  font-size: 14px;
  color: #00e;
  cursor: pointer;
  margin-bottom: 24px;
}
.cha-password-card .sc-code-section .sc-resend-link:hover {
  text-decoration: underline;
}
.sc-code-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sc-code-container .sc-code-label {
  font-weight: 700;
  color: #062147;
  margin-bottom: 12px;
  font-size: 16px;
  text-align: left;
  width: 100%;
}
.sc-code-container .sc-code-inputs {
  display: flex;
  justify-content: space-around;
  grid-gap: 22px;
  gap: 22px;
  margin-bottom: 10px;
}
.sc-code-container .sc-code-inputs .sc-otp-input {
  width: 56px;
  height: 56px;
  border: 1px solid #b3b3b3;
  border-radius: 12px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #4d4d4d;
  background: #fff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.sc-code-container .sc-code-inputs .sc-otp-input:focus {
  border-color: #0073e5;
  box-shadow: 0 0 4px 1px rgba(0, 115, 229, 0.5019607843137255);
  outline: none;
}
.sc-code-container .sc-code-inputs .sc-otp-input:not(:placeholder-shown) {
  border-color: #4d4d4d;
}
.sc-code-container .sc-code-inputs .sc-otp-input::placeholder {
  color: transparent;
}
.sc-code-container .sc-code-inputs .sc-otp-input:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.sc-code-container .sc-resend-link {
  font-size: 14px;
  color: #00e;
  margin-bottom: 24px;
}
.sc-code-container .fade-text {
  display: inline-block;
  opacity: 0;
  transform: translateY(5px);
  animation: fadeInUp 0.4s ease forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sc-requirements-container {
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  gap: 16px;
}
.sc-requirements-container .sc-protect-dta {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #4d4d4d;
  max-width: 93vw;
}
.sc-requirements-container .sc-requirements {
  background-color: #d6ebff;
  padding: 16px;
  border-radius: 8px;
  max-width: 95vw;
}
.sc-requirements-container .sc-rq-toggle {
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
}
.sc-requirements-container .sc-rq-toggle .sc-rq-label {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4d4d4d;
}
.sc-requirements-container .sc-rq-toggle .sc-rq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #e5f3ff;
}
.sc-requirements-container .sc-requirements-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
  gap: 16px;
}
.sc-requirements-container .sc-requirements-form .sc-fm-group {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100vw;
}
.sc-requirements-container .sc-requirements-form .sc-fm-group .sc-rq {
  width: 342px;
  max-width: 95vw;
  margin: 0;
}
.sc-requirements-container .sc-btn-password {
  margin-top: 16px;
  max-width: 95vw;
  width: 166px;
  height: 48px;
  min-height: -webkit-max-content;
  min-height: max-content;
  opacity: 1;
  padding: 8px 32px;
  border-radius: 24px;
  background: #b21213;
  border: none;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  color: #fff;
}
.sc-requirements-container .sc-btn-password:hover {
  transition: all 0.3s ease-in-out;
  background: rgba(178, 18, 18, 0.9372549019607843);
}
.sc-requirements-container .sc-btn-password:disabled {
  transition: all 0.3s ease-in-out;
  background-color: #b3b3b3;
}
.password-requirements {
  max-width: 87vw;
  background: #d6ebff;
  padding: 16px;
  border-radius: 8px;
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  color: #062147;
  margin-top: 16px;
}
.pa-no-invoices {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 64px;
  width: 1165px;
  max-width: 90%;
}
.pa-no-invoices .pa-no-invoices-title {
  font-family: Akatab;
  font-weight: 800;
  font-size: 23px;
  line-height: 112.00000000000001%;
  text-align: center;
  color: #b3b3b3;
}
.pa-no-invoices .pa-no-invoices-description {
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #b3b3b3;
  max-width: 70%;
}
.preguntas-container-update-data {
  background: #fff;
  border-radius: 12px;
  padding: 0 30px;
}
.update_data_user_model .step-container {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
  gap: 20px;
  padding-bottom: 2rem;
}
.update_data_user_model .step-container .sc-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #062147;
}
.update_data_user_model .step-container .sc-circle.active {
  background-color: #ff0;
  color: #000;
}
.update_data_user_model .step-container .sc-circle.inactive {
  background-color: #b3b3b3;
  color: #fff;
}
.update_data_user_model .step-container .sc-dashed-line {
  width: 60px;
  border-top: 2px dashed #b3b3b3;
}
.verificate_data_user_model {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 80px 20px;
}
.verificate_data_user_model .sc-message {
  margin-bottom: 24px;
  font-family: Akatab;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #4d4d4d;
  display: none;
}
.verificate_data_user_model .sc-message span {
  font-weight: 700;
}
.verificate_data_user_model .sc-message.hidde-phone {
  display: inline-block;
}
.verificate_data_user_model .sc-actions {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  justify-content: center;
}
.verificate_data_user_model .sc-actions button {
  padding: 10px 24px;
  border-radius: 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.verificate_data_user_model .sc-actions .sc-btn-secundary {
  background: none;
  font-family: Akatab;
  font-weight: 700;
  font-style: Bold;
  font-size: 23px;
  line-height: 100%;
  color: #b21213;
}
.verificate_data_user_model .sc-actions .sc-btn-secundary:hover {
  transition: all 0.3s ease-in-out;
  color: rgba(178, 18, 18, 0.9372549019607843);
}
.verificate_data_user_model .sc-actions .sc-btn-secundary:disabled {
  transition: all 0.3s ease-in-out;
  color: #b3b3b3;
}
.verificate_data_user_model .sc-actions .sc-btn-primary {
  padding: 8px 32px;
  height: 48px;
  border-radius: 24px;
  color: #fff;
  background: #b21213;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
}
.verificate_data_user_model .sc-actions .sc-btn-primary:hover {
  transition: all 0.3s ease-in-out;
  background: rgba(178, 18, 18, 0.9372549019607843);
}
.verificate_data_user_model .sc-actions .sc-btn-primary:disabled {
  transition: all 0.3s ease-in-out;
  background-color: #b3b3b3;
}
.verificate_data_user_model .sc-otp-error {
  font-family: Akatab;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ed0008;
  margin: 4px 0 21px;
}
.verificate_data_user_model .sc-code-section {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.verificate_data_user_model .sc-code-section .sc-code-label {
  font-weight: 700;
  color: #062147;
  margin-bottom: 12px;
  font-size: 16px;
}
.verificate_data_user_model .sc-code-section .sc-code-inputs {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 8px;
}
.verificate_data_user_model .sc-code-section .sc-code-inputs .sc-otp-input {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b3b3b3;
  border-radius: 12px;
  padding: 8px 8px 8px 15px;
  font-family: Akatab;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  vertical-align: middle;
  color: #4d4d4d;
  background: #fff;
}
.verificate_data_user_model
  .sc-code-section
  .sc-code-inputs
  .sc-otp-input:focus {
  border: 1px solid #0073e5;
  box-shadow: 0 0 3px 1px rgba(0, 115, 229, 0.5019607843137255);
  outline: none;
}
.verificate_data_user_model
  .sc-code-section
  .sc-code-inputs
  .sc-otp-input:not(:placeholder-shown) {
  border: 1px solid #4d4d4d;
}
.verificate_data_user_model .sc-code-section .sc-resend-link {
  font-size: 14px;
  color: #00e;
  cursor: pointer;
  margin-bottom: 24px;
}
.verificate_data_user_model .sc-code-section .sc-resend-link:hover {
  text-decoration: underline;
}
.step-container-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.step-container-mobile .sc-circle-mobile {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.step-container-mobile .sc-circle-mobile.active {
  background-color: #ff0;
  color: #000;
}
.step-container-mobile .sc-dashed-line-mobile {
  width: 50px;
  border-top: 2px dashed #b3b3b3;
  background: linear-gradient(90deg, #ddd 50%, transparent 0);
  background-size: 10px 2px;
  margin: 0 10px;
}
.step-container-mobile .sc-circle-mobile.inactive {
  background-color: #b3b3b3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pa-no-invoices {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 64px;
    width: 1165px;
    max-width: 100%;
  }
  .pa-no-invoices .pa-no-invoices-title {
    font-family: Akatab;
    font-weight: 800;
    font-size: 23px;
    line-height: 112.00000000000001%;
    text-align: center;
    color: #b3b3b3;
  }
  .pa-no-invoices .pa-no-invoices-description {
    font-family: Akatab;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #b3b3b3;
  }
  .pa-inicio-container.hidde-phone,
  .recuperar_clave_main {
    background-color: #fff;
  }
  .pa-title.hidde-phone {
    display: none;
  }
  .cha-password-card {
    height: -webkit-max-content;
    height: max-content;
    padding: 32px 24px;
    grid-gap: 16px;
    gap: 16px;
    border-radius: 0;
    box-shadow: none;
  }
  .cha-password-card .sc-mobile-title {
    font-family: Akatab;
    font-weight: 800;
    font-size: 23px;
    line-height: 112%;
    text-align: center;
    color: #0d499d;
    display: inline-block;
  }
  .cha-password-card .sc-message {
    max-width: 87vw;
    display: inline-block;
  }
  .cha-password-card .sc-message.hidde-phone {
    display: none;
  }
  .cha-password-card .sc-checkbox-container .sc-check-input {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }
  .cha-password-card .sc-checkbox-container .sc-privacy-label,
  .cha-password-card .sc-checkbox-container .sc-privacy-label a {
    font-family: Akatab;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
  .cha-password-card .sc-actions {
    flex-direction: column;
  }
  .cha-password-card .sc-user-data-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 16px;
    gap: 16px;
    margin: 16px;
  }
  .cha-password-card .sc-user-data-container .sc-user-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    background: #f5f5f5;
    padding: 16px;
    border-radius: 8px;
    width: 95vw;
    font-family: Akatab;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
  }
  .cha-password-card .sc-user-data-container .sc-user-data .sc-ud-value {
    font-weight: 400;
  }
  .cha-password-card .sc-user-data-container .sc-user-data .sc-ud-label {
    display: none;
    color: #0d499d;
  }
  .sc-requirements-container .sc-requirements-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 16px;
    gap: 16px;
  }
  .sc-requirements-container .sc-requirements-form .sc-fm-group {
    width: -webkit-max-content;
    width: max-content;
    max-width: 100vw;
  }
  .sc-requirements-container .sc-requirements-form .sc-fm-group .sc-rq {
    width: 342px;
    max-width: 76vw;
    margin: 0;
  }
  .verificate_data_user_model {
    padding: 10px 16px 0;
  }
  .verificate_data_user_model .sc-actions {
    flex-direction: column;
    align-items: center;
    grid-gap: 16px;
    gap: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
  .verificate_data_user_model .sc-actions .sc-btn-primary,
  .verificate_data_user_model .sc-actions .sc-btn-secundary {
    width: 93%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .verificate_data_user_model .sc-actions .sc-btn-primary,
  .verificate_data_user_model .sc-actions .sc-btn-secundary {
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 768px) {
  .verificate_data_user_model .sc-actions .sc-btn-primary {
    background: #b21213;
    color: #fff;
    height: 48px;
  }
  .verificate_data_user_model .sc-actions .sc-btn-primary:hover {
    background: rgba(178, 18, 18, 0.9372549019607843);
  }
  .verificate_data_user_model .sc-actions .sc-btn-primary:disabled {
    background-color: #b3b3b3;
  }
  .verificate_data_user_model .sc-actions .sc-btn-secundary {
    background: none;
    color: #b21213;
    font-size: 22px;
  }
  .verificate_data_user_model .sc-actions .sc-btn-secundary:hover {
    color: rgba(178, 18, 18, 0.9372549019607843);
  }
  .verificate_data_user_model .sc-actions .sc-btn-secundary:disabled {
    color: #b3b3b3;
  }
  .verificate_data_user_model .sc-code-inputs {
    grid-gap: 6px;
    gap: 6px;
  }
  .verificate_data_user_model .sc-code-inputs .sc-otp-input {
    width: 48px;
    height: 48px;
    font-size: 24px;
    padding: 0;
  }
  .verificate_data_user_model .sc-resend-link {
    margin: 8px 0 24px;
  }
}
/*# sourceMappingURL=main.19609455.chunk.css.map */
