.fade {
    transition: opacity .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 .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff80;
    z-index: 10;
    text-align: center
}

.loader svg {
    display: block;
    margin: 20% auto 0;
    animation: spiner 2s infinite linear
}

.loader span {
    font-family: source-sans-pro, sans-serif;
    line-height: normal;
    font-weight: 400;
    font-size: 1rem
}

@keyframes spiner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.section-loader {
    position: relative;
    min-height: 300px
}

.section-loader .loader {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center
}

.section-loader .loader svg {
    margin: 0
}

.section-loader-h-auto {
    min-height: auto
}

.section-loader-active .loader {
    display: flex
}

@media (prefers-color-scheme: dark) {
    .loader svg foreignObject div {
        background: conic-gradient(from 90deg, #83cef6 0deg, #83cef6 212.689deg, rgba(131, 206, 246, 0) 315.816deg, rgba(131, 206, 246, 0) 360deg) !important
    }
}

@media (prefers-color-scheme: light) {
    .loader svg foreignObject div {
        background: conic-gradient(from 90deg, #0071d1 0deg, #0071d1 212.689deg, rgba(131, 206, 246, 0) 315.816deg, rgba(131, 206, 246, 0) 360deg) !important
    }
}

div.MuiChip-root {
    font-size: 14px;
    padding: 2px 8px;
    text-align: center;
    border-radius: 4px;
    font-weight: 600;
    height: 24px;
    background-color: #f2f7f9;
    color: #000
}

div.MuiChip-root .MuiChip-label {
    padding: 0;
    line-height: normal;
    font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif
}

div.MuiChip-root .MuiChip-label>span {
    display: flex;
    align-items: center;
    justify-content: center
}

div.MuiChip-root.Chip_label.Chip_label-promocion {
    color: #006100 !important;
    background-color: #f0f7ef
}

div.MuiChip-root.Chip_label.Chip_label-nuevo {
    color: #960747 !important;
    background-color: #f2e4ea
}

div.MuiChip-root.Chip_label.Chip_label-recomendado,
div.MuiChip-root.Chip_label.Chip_label-exclusivo {
    color: #fff !important;
    background-color: #c71585
}

div.MuiChip-root.Chip_label.Chip_label-paquete_activo {
    color: #0a3d7e !important;
    background-color: #e0f1ff
}

div.MuiChip-root.Chip_label.Chip_label-proximamente {
    color: #5e3b96 !important;
    background-color: #fff
}

div.MuiChip-root.Chip_label.Chip_label-preventa {
    color: #1c42b4 !important;
    background-color: #e9ecf7
}

div.MuiChip-root.Chip_benefit span {
    white-space: normal;
    padding: .125rem .75rem;
    text-align: left
}

div.MuiChip-root.Chip_benefit .benefits_container,
div.MuiChip-root.Chip_benefit .benefits_container_card {
    display: flex;
    gap: 8px !important
}

div.MuiChip-root.Chip_benefit .text-chip {
    font-weight: 600;
    font-size: "13px";
    font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif
}

div.MuiChip-root.Chip_benefit.Chip_benefit-01 {
    color: #006100;
    background-color: #f0f7ef
}

div.MuiChip-root.Chip_benefit.Chip_benefit-02 {
    color: #960747;
    background-color: #f2e4ea
}

div.MuiChip-root.Chip_benefit.Chip_benefit-03,
div.MuiChip-root.Chip_benefit.Chip_benefit-04 {
    color: #fff;
    background-color: #c71585
}

div.MuiChip-root.Chip_benefit.Chip_benefit-05 {
    color: #0a3d7e;
    background-color: #e0f1ff
}

div.MuiChip-root.Chip_benefit.Chip_benefit-06 {
    color: #5e3b96;
    background-color: #fff
}

div.MuiChip-root.Chip_benefit.Chip_benefit-07 {
    color: #1c42b4;
    background-color: #e9ecf7
}

.form-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

@media (max-width: 768px) {
    .form-container {
        grid-template-columns: repeat(1, 1fr)
    }
}

.main-content {
    max-width: 1024px !important;
    max-width: 100%;
    margin: auto auto 0 !important;
    padding: 8px 8px 0 !important
}

@media screen and (min-width: 432px) {
    .main-content {
        padding: 16px 16px 0 !important
    }
}

@media screen and (min-width: 768px) {
    .main-content {
        padding: 16px 24px 0 !important;
        margin: 0 auto !important
    }
}

iframe {
    width: 100%;
    height: 850px;
    border: none;
    overflow: hidden
}

body>iframe {
    width: 0px;
    height: 0px
}

@media screen and (min-width: 432px) {
    iframe {
        height: 785px
    }

    body>iframe {
        height: 0px
    }
}

@media screen and (min-width: 768px) {
    iframe {
        height: 747px
    }

    body>iframe {
        height: 0px
    }
}

@media screen and (min-width: 1024px) {
    iframe {
        height: 540px
    }

    body>iframe {
        height: 0px
    }
}

@font-face {
    font-family: AMX;
    src: url(/fonts/AMX-Regular_App.cb947e98.eot);
    src: url(/fonts/AMX-Regular_App.cb947e98.eot) format("embedded-opentype"), url(/fonts/AMX-Regular_App.28002cc9.ttf) format("truetype"), url(/fonts/AMX-Regular_App.218bdda6.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: AMX;
    src: url(/fonts/AMX-Medium_App.f0a401c3.eot);
    src: url(/fonts/AMX-Medium_App.f0a401c3.eot) format("embedded-opentype"), url(/fonts/AMX-Medium_App.fce3e73d.ttf) format("truetype"), url(/fonts/AMX-Medium_App.8cc5a239.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

/*!
 * Bootstrap Reboot v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: green;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #d32222;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 0, 128, 0;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 211, 34, 34;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 34, 34, 34;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "AMX", "source-sans-pro", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #222;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #d0d0d0;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0071d1;
    --bs-link-hover-color: #005aa7;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
*:before,
*:after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: #d0d0d0;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    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 + .9vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 600
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: none
}

a:hover {
    color: var(--bs-link-hover-color)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]: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: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-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-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

/*!
 * Bootstrap Utilities v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(0, 128, 0, var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(211, 34, 34, var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: #0d6efd !important
}

.link-primary:hover,
.link-primary:focus {
    color: #0a58ca !important
}

.link-secondary {
    color: #6c757d !important
}

.link-secondary:hover,
.link-secondary:focus {
    color: #565e64 !important
}

.link-success {
    color: green !important
}

.link-success:hover,
.link-success:focus {
    color: #060 !important
}

.link-info {
    color: #0dcaf0 !important
}

.link-info:hover,
.link-info:focus {
    color: #3dd5f3 !important
}

.link-warning {
    color: #ffc107 !important
}

.link-warning:hover,
.link-warning:focus {
    color: #ffcd39 !important
}

.link-danger {
    color: #d32222 !important
}

.link-danger:hover,
.link-danger:focus {
    color: #a91b1b !important
}

.link-light {
    color: #f8f9fa !important
}

.link-light:hover,
.link-light:focus {
    color: #f9fafb !important
}

.link-dark {
    color: #212529 !important
}

.link-dark:hover,
.link-dark:focus {
    color: #1a1e21 !important
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem #00000026 !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem #00000013 !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem #0000002d !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translate(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-1 {
    --bs-border-width: 1px
}

.border-2 {
    --bs-border-width: 2px
}

.border-3 {
    --bs-border-width: 3px
}

.border-4 {
    --bs-border-width: 4px
}

.border-5 {
    --bs-border-width: 5px
}

.border-opacity-10 {
    --bs-border-opacity: .1
}

.border-opacity-25 {
    --bs-border-opacity: .25
}

.border-opacity-50 {
    --bs-border-opacity: .5
}

.border-opacity-75 {
    --bs-border-opacity: .75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    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
}

.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: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.m-6 {
    margin: 3rem !important
}

.m-7 {
    margin: 4rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.mx-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 2rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mt-7 {
    margin-top: 4rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 2rem !important
}

.me-6 {
    margin-right: 3rem !important
}

.me-7 {
    margin-right: 4rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 2rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.mb-7 {
    margin-bottom: 4rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 2rem !important
}

.ms-6 {
    margin-left: 3rem !important
}

.ms-7 {
    margin-left: 4rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.p-6 {
    padding: 3rem !important
}

.p-7 {
    padding: 4rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.px-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 2rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pt-7 {
    padding-top: 4rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 2rem !important
}

.pe-6 {
    padding-right: 3rem !important
}

.pe-7 {
    padding-right: 4rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 2rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pb-7 {
    padding-bottom: 4rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 2rem !important
}

.ps-6 {
    padding-left: 3rem !important
}

.ps-7 {
    padding-left: 4rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 2rem !important
}

.gap-6 {
    gap: 3rem !important
}

.gap-7 {
    gap: 4rem !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 + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .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,
.fw-semibold {
    font-weight: 600 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: #00000080 !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: #ffffff80 !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: 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: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 2rem !important
    }

    .m-sm-6 {
        margin: 3rem !important
    }

    .m-sm-7 {
        margin: 4rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .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: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-sm-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-sm-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 2rem !important
    }

    .mt-sm-6 {
        margin-top: 3rem !important
    }

    .mt-sm-7 {
        margin-top: 4rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 2rem !important
    }

    .me-sm-6 {
        margin-right: 3rem !important
    }

    .me-sm-7 {
        margin-right: 4rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 2rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important
    }

    .mb-sm-7 {
        margin-bottom: 4rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 2rem !important
    }

    .ms-sm-6 {
        margin-left: 3rem !important
    }

    .ms-sm-7 {
        margin-left: 4rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 2rem !important
    }

    .p-sm-6 {
        padding: 3rem !important
    }

    .p-sm-7 {
        padding: 4rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .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: 2rem !important;
        padding-left: 2rem !important
    }

    .px-sm-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-sm-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-sm-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-sm-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 2rem !important
    }

    .pt-sm-6 {
        padding-top: 3rem !important
    }

    .pt-sm-7 {
        padding-top: 4rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 2rem !important
    }

    .pe-sm-6 {
        padding-right: 3rem !important
    }

    .pe-sm-7 {
        padding-right: 4rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 2rem !important
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important
    }

    .pb-sm-7 {
        padding-bottom: 4rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 2rem !important
    }

    .ps-sm-6 {
        padding-left: 3rem !important
    }

    .ps-sm-7 {
        padding-left: 4rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 2rem !important
    }

    .gap-sm-6 {
        gap: 3rem !important
    }

    .gap-sm-7 {
        gap: 4rem !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
    }

    .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: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 2rem !important
    }

    .m-md-6 {
        margin: 3rem !important
    }

    .m-md-7 {
        margin: 4rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .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: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-md-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-md-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 2rem !important
    }

    .mt-md-6 {
        margin-top: 3rem !important
    }

    .mt-md-7 {
        margin-top: 4rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 2rem !important
    }

    .me-md-6 {
        margin-right: 3rem !important
    }

    .me-md-7 {
        margin-right: 4rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 2rem !important
    }

    .mb-md-6 {
        margin-bottom: 3rem !important
    }

    .mb-md-7 {
        margin-bottom: 4rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 2rem !important
    }

    .ms-md-6 {
        margin-left: 3rem !important
    }

    .ms-md-7 {
        margin-left: 4rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 2rem !important
    }

    .p-md-6 {
        padding: 3rem !important
    }

    .p-md-7 {
        padding: 4rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .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: 2rem !important;
        padding-left: 2rem !important
    }

    .px-md-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-md-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-md-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-md-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 2rem !important
    }

    .pt-md-6 {
        padding-top: 3rem !important
    }

    .pt-md-7 {
        padding-top: 4rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 2rem !important
    }

    .pe-md-6 {
        padding-right: 3rem !important
    }

    .pe-md-7 {
        padding-right: 4rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 2rem !important
    }

    .pb-md-6 {
        padding-bottom: 3rem !important
    }

    .pb-md-7 {
        padding-bottom: 4rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 2rem !important
    }

    .ps-md-6 {
        padding-left: 3rem !important
    }

    .ps-md-7 {
        padding-left: 4rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 2rem !important
    }

    .gap-md-6 {
        gap: 3rem !important
    }

    .gap-md-7 {
        gap: 4rem !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
    }

    .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: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2rem !important
    }

    .m-lg-6 {
        margin: 3rem !important
    }

    .m-lg-7 {
        margin: 4rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .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: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-lg-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-lg-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 2rem !important
    }

    .mt-lg-6 {
        margin-top: 3rem !important
    }

    .mt-lg-7 {
        margin-top: 4rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 2rem !important
    }

    .me-lg-6 {
        margin-right: 3rem !important
    }

    .me-lg-7 {
        margin-right: 4rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 2rem !important
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important
    }

    .mb-lg-7 {
        margin-bottom: 4rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 2rem !important
    }

    .ms-lg-6 {
        margin-left: 3rem !important
    }

    .ms-lg-7 {
        margin-left: 4rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2rem !important
    }

    .p-lg-6 {
        padding: 3rem !important
    }

    .p-lg-7 {
        padding: 4rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .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: 2rem !important;
        padding-left: 2rem !important
    }

    .px-lg-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-lg-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-lg-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-lg-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 2rem !important
    }

    .pt-lg-6 {
        padding-top: 3rem !important
    }

    .pt-lg-7 {
        padding-top: 4rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 2rem !important
    }

    .pe-lg-6 {
        padding-right: 3rem !important
    }

    .pe-lg-7 {
        padding-right: 4rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 2rem !important
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important
    }

    .pb-lg-7 {
        padding-bottom: 4rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 2rem !important
    }

    .ps-lg-6 {
        padding-left: 3rem !important
    }

    .ps-lg-7 {
        padding-left: 4rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 2rem !important
    }

    .gap-lg-6 {
        gap: 3rem !important
    }

    .gap-lg-7 {
        gap: 4rem !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
    }

    .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: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 2rem !important
    }

    .m-xl-6 {
        margin: 3rem !important
    }

    .m-xl-7 {
        margin: 4rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .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: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-xl-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-xl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 2rem !important
    }

    .mt-xl-6 {
        margin-top: 3rem !important
    }

    .mt-xl-7 {
        margin-top: 4rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 2rem !important
    }

    .me-xl-6 {
        margin-right: 3rem !important
    }

    .me-xl-7 {
        margin-right: 4rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xl-7 {
        margin-bottom: 4rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 2rem !important
    }

    .ms-xl-6 {
        margin-left: 3rem !important
    }

    .ms-xl-7 {
        margin-left: 4rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 2rem !important
    }

    .p-xl-6 {
        padding: 3rem !important
    }

    .p-xl-7 {
        padding: 4rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .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: 2rem !important;
        padding-left: 2rem !important
    }

    .px-xl-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xl-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-xl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xl-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 2rem !important
    }

    .pt-xl-6 {
        padding-top: 3rem !important
    }

    .pt-xl-7 {
        padding-top: 4rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 2rem !important
    }

    .pe-xl-6 {
        padding-right: 3rem !important
    }

    .pe-xl-7 {
        padding-right: 4rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xl-7 {
        padding-bottom: 4rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 2rem !important
    }

    .ps-xl-6 {
        padding-left: 3rem !important
    }

    .ps-xl-7 {
        padding-left: 4rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 2rem !important
    }

    .gap-xl-6 {
        gap: 3rem !important
    }

    .gap-xl-7 {
        gap: 4rem !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
    }

    .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: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 2rem !important
    }

    .m-xxl-6 {
        margin: 3rem !important
    }

    .m-xxl-7 {
        margin: 4rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .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: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-xxl-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-xxl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 2rem !important
    }

    .mt-xxl-6 {
        margin-top: 3rem !important
    }

    .mt-xxl-7 {
        margin-top: 4rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 2rem !important
    }

    .me-xxl-6 {
        margin-right: 3rem !important
    }

    .me-xxl-7 {
        margin-right: 4rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 4rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 2rem !important
    }

    .ms-xxl-6 {
        margin-left: 3rem !important
    }

    .ms-xxl-7 {
        margin-left: 4rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 2rem !important
    }

    .p-xxl-6 {
        padding: 3rem !important
    }

    .p-xxl-7 {
        padding: 4rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .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: 2rem !important;
        padding-left: 2rem !important
    }

    .px-xxl-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xxl-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-xxl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xxl-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 2rem !important
    }

    .pt-xxl-6 {
        padding-top: 3rem !important
    }

    .pt-xxl-7 {
        padding-top: 4rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 2rem !important
    }

    .pe-xxl-6 {
        padding-right: 3rem !important
    }

    .pe-xxl-7 {
        padding-right: 4rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xxl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-7 {
        padding-bottom: 4rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 2rem !important
    }

    .ps-xxl-6 {
        padding-left: 3rem !important
    }

    .ps-xxl-7 {
        padding-left: 4rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 2rem !important
    }

    .gap-xxl-6 {
        gap: 3rem !important
    }

    .gap-xxl-7 {
        gap: 4rem !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
    }
}

/*!
 * Bootstrap Grid v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: green;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #d32222;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 0, 128, 0;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 211, 34, 34;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 34, 34, 34;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "AMX", "source-sans-pro", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #222;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #d0d0d0;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0071d1;
    --bs-link-hover-color: #005aa7;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 990px
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1040px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: .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: 2rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 2rem
}

.g-6,
.gx-6 {
    --bs-gutter-x: 3rem
}

.g-6,
.gy-6 {
    --bs-gutter-y: 3rem
}

.g-7,
.gx-7 {
    --bs-gutter-x: 4rem
}

.g-7,
.gy-7 {
    --bs-gutter-y: 4rem
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .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.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .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: .25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .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: 2rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 2rem
    }

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 3rem
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 3rem
    }

    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 4rem
    }

    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 4rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 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.3333333333%
    }

    .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.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .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: .25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .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: 2rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 2rem
    }

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 3rem
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 3rem
    }

    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 4rem
    }

    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 4rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 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.3333333333%
    }

    .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.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .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: .25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .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: 2rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 2rem
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 3rem
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 3rem
    }

    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 4rem
    }

    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 4rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .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: .25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .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: 2rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 2rem
    }

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 3rem
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 3rem
    }

    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 4rem
    }

    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 4rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 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.3333333333%
    }

    .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.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .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: .25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .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: 2rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 2rem
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 4rem
    }

    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 4rem
    }
}

.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
}

.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
}

.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: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.m-6 {
    margin: 3rem !important
}

.m-7 {
    margin: 4rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.mx-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 2rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mt-7 {
    margin-top: 4rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 2rem !important
}

.me-6 {
    margin-right: 3rem !important
}

.me-7 {
    margin-right: 4rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 2rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.mb-7 {
    margin-bottom: 4rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 2rem !important
}

.ms-6 {
    margin-left: 3rem !important
}

.ms-7 {
    margin-left: 4rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.p-6 {
    padding: 3rem !important
}

.p-7 {
    padding: 4rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.px-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 2rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pt-7 {
    padding-top: 4rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 2rem !important
}

.pe-6 {
    padding-right: 3rem !important
}

.pe-7 {
    padding-right: 4rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 2rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pb-7 {
    padding-bottom: 4rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 2rem !important
}

.ps-6 {
    padding-left: 3rem !important
}

.ps-7 {
    padding-left: 4rem !important
}

@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: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 2rem !important
    }

    .m-sm-6 {
        margin: 3rem !important
    }

    .m-sm-7 {
        margin: 4rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .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: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-sm-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-sm-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 2rem !important
    }

    .mt-sm-6 {
        margin-top: 3rem !important
    }

    .mt-sm-7 {
        margin-top: 4rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 2rem !important
    }

    .me-sm-6 {
        margin-right: 3rem !important
    }

    .me-sm-7 {
        margin-right: 4rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 2rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important
    }

    .mb-sm-7 {
        margin-bottom: 4rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 2rem !important
    }

    .ms-sm-6 {
        margin-left: 3rem !important
    }

    .ms-sm-7 {
        margin-left: 4rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 2rem !important
    }

    .p-sm-6 {
        padding: 3rem !important
    }

    .p-sm-7 {
        padding: 4rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .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: 2rem !important;
        padding-left: 2rem !important
    }

    .px-sm-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-sm-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-sm-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-sm-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 2rem !important
    }

    .pt-sm-6 {
        padding-top: 3rem !important
    }

    .pt-sm-7 {
        padding-top: 4rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 2rem !important
    }

    .pe-sm-6 {
        padding-right: 3rem !important
    }

    .pe-sm-7 {
        padding-right: 4rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 2rem !important
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important
    }

    .pb-sm-7 {
        padding-bottom: 4rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 2rem !important
    }

    .ps-sm-6 {
        padding-left: 3rem !important
    }

    .ps-sm-7 {
        padding-left: 4rem !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: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 2rem !important
    }

    .m-md-6 {
        margin: 3rem !important
    }

    .m-md-7 {
        margin: 4rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .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: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-md-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-md-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 2rem !important
    }

    .mt-md-6 {
        margin-top: 3rem !important
    }

    .mt-md-7 {
        margin-top: 4rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 2rem !important
    }

    .me-md-6 {
        margin-right: 3rem !important
    }

    .me-md-7 {
        margin-right: 4rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 2rem !important
    }

    .mb-md-6 {
        margin-bottom: 3rem !important
    }

    .mb-md-7 {
        margin-bottom: 4rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 2rem !important
    }

    .ms-md-6 {
        margin-left: 3rem !important
    }

    .ms-md-7 {
        margin-left: 4rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 2rem !important
    }

    .p-md-6 {
        padding: 3rem !important
    }

    .p-md-7 {
        padding: 4rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .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: 2rem !important;
        padding-left: 2rem !important
    }

    .px-md-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-md-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-md-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-md-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 2rem !important
    }

    .pt-md-6 {
        padding-top: 3rem !important
    }

    .pt-md-7 {
        padding-top: 4rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 2rem !important
    }

    .pe-md-6 {
        padding-right: 3rem !important
    }

    .pe-md-7 {
        padding-right: 4rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 2rem !important
    }

    .pb-md-6 {
        padding-bottom: 3rem !important
    }

    .pb-md-7 {
        padding-bottom: 4rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 2rem !important
    }

    .ps-md-6 {
        padding-left: 3rem !important
    }

    .ps-md-7 {
        padding-left: 4rem !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: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2rem !important
    }

    .m-lg-6 {
        margin: 3rem !important
    }

    .m-lg-7 {
        margin: 4rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .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: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-lg-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-lg-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 2rem !important
    }

    .mt-lg-6 {
        margin-top: 3rem !important
    }

    .mt-lg-7 {
        margin-top: 4rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 2rem !important
    }

    .me-lg-6 {
        margin-right: 3rem !important
    }

    .me-lg-7 {
        margin-right: 4rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 2rem !important
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important
    }

    .mb-lg-7 {
        margin-bottom: 4rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 2rem !important
    }

    .ms-lg-6 {
        margin-left: 3rem !important
    }

    .ms-lg-7 {
        margin-left: 4rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2rem !important
    }

    .p-lg-6 {
        padding: 3rem !important
    }

    .p-lg-7 {
        padding: 4rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .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: 2rem !important;
        padding-left: 2rem !important
    }

    .px-lg-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-lg-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-lg-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-lg-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 2rem !important
    }

    .pt-lg-6 {
        padding-top: 3rem !important
    }

    .pt-lg-7 {
        padding-top: 4rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 2rem !important
    }

    .pe-lg-6 {
        padding-right: 3rem !important
    }

    .pe-lg-7 {
        padding-right: 4rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 2rem !important
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important
    }

    .pb-lg-7 {
        padding-bottom: 4rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 2rem !important
    }

    .ps-lg-6 {
        padding-left: 3rem !important
    }

    .ps-lg-7 {
        padding-left: 4rem !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: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 2rem !important
    }

    .m-xl-6 {
        margin: 3rem !important
    }

    .m-xl-7 {
        margin: 4rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .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: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-xl-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-xl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 2rem !important
    }

    .mt-xl-6 {
        margin-top: 3rem !important
    }

    .mt-xl-7 {
        margin-top: 4rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 2rem !important
    }

    .me-xl-6 {
        margin-right: 3rem !important
    }

    .me-xl-7 {
        margin-right: 4rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xl-7 {
        margin-bottom: 4rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 2rem !important
    }

    .ms-xl-6 {
        margin-left: 3rem !important
    }

    .ms-xl-7 {
        margin-left: 4rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 2rem !important
    }

    .p-xl-6 {
        padding: 3rem !important
    }

    .p-xl-7 {
        padding: 4rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .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: 2rem !important;
        padding-left: 2rem !important
    }

    .px-xl-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xl-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-xl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xl-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 2rem !important
    }

    .pt-xl-6 {
        padding-top: 3rem !important
    }

    .pt-xl-7 {
        padding-top: 4rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 2rem !important
    }

    .pe-xl-6 {
        padding-right: 3rem !important
    }

    .pe-xl-7 {
        padding-right: 4rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xl-7 {
        padding-bottom: 4rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 2rem !important
    }

    .ps-xl-6 {
        padding-left: 3rem !important
    }

    .ps-xl-7 {
        padding-left: 4rem !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: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 2rem !important
    }

    .m-xxl-6 {
        margin: 3rem !important
    }

    .m-xxl-7 {
        margin: 4rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .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: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-xxl-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-xxl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 2rem !important
    }

    .mt-xxl-6 {
        margin-top: 3rem !important
    }

    .mt-xxl-7 {
        margin-top: 4rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 2rem !important
    }

    .me-xxl-6 {
        margin-right: 3rem !important
    }

    .me-xxl-7 {
        margin-right: 4rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 4rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 2rem !important
    }

    .ms-xxl-6 {
        margin-left: 3rem !important
    }

    .ms-xxl-7 {
        margin-left: 4rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 2rem !important
    }

    .p-xxl-6 {
        padding: 3rem !important
    }

    .p-xxl-7 {
        padding: 4rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .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: 2rem !important;
        padding-left: 2rem !important
    }

    .px-xxl-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xxl-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-xxl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xxl-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 2rem !important
    }

    .pt-xxl-6 {
        padding-top: 3rem !important
    }

    .pt-xxl-7 {
        padding-top: 4rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 2rem !important
    }

    .pe-xxl-6 {
        padding-right: 3rem !important
    }

    .pe-xxl-7 {
        padding-right: 4rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xxl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-7 {
        padding-bottom: 4rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 2rem !important
    }

    .ps-xxl-6 {
        padding-left: 3rem !important
    }

    .ps-xxl-7 {
        padding-left: 4rem !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
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-24 {
    font-size: 24px !important
}

.text-pink,
.text-pink:hover {
    color: #c71585
}

.text-gray,
.text-gray:hover {
    color: #757575
}

.text-gray-dark,
.text-gray-dark:hover {
    color: #222
}

.text-blue,
.text-blue:hover {
    color: #0071d1
}

.text-blue-medium,
.text-blue-medium:hover {
    color: #0754b9
}

.text-blue-dark,
.text-blue-dark:hover {
    color: #0a3d7e
}

.text-amount-total,
.text-amount-total:hover {
    color: #0071d1
}

.text-blue-dark-secondary,
.text-blue-dark-secondary:hover,
.text-accent,
.text-accent:hover {
    color: #00529b
}

.text-brand,
.text-brand:hover {
    color: #002f87
}

.text-muted-secondary,
.text-muted-secondary:hover {
    color: #757575
}

.loader-background-color {
    background-color: #ffffff80 !important
}

.bg-blue-lg {
    background: #f2f7f9
}

.bg-blue-medium {
    background: #eff8ff
}

.bg-gray-light {
    background: #fdfdfd
}

.bg-gray-medium {
    background: #f8f8f8
}

.bg-gray-lg {
    background: #f5f5f5
}

@media (max-width: 992px) {
    .bg-gray-lg {
        background: initial
    }
}

.secondary-text {
    color: #757575
}

.tertiary-text {
    color: #595959
}

.fontTelcelRegular {
    font-family: telcelregular, Source Sans Pro, sans-serif
}

.fontTelcelLight {
    font-family: telcellight, Source Sans Pro, sans-serif
}

hr {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    opacity: 1;
    margin: 8px 0 16px
}

hr.divider-status {
    margin: 8px 0 16px;
    border-color: #d0d0d0 !important
}

.ol-marker-bold li::marker {
    font-weight: 600
}

.ol-latin {
    list-style: lower-latin
}

.icon-claro-pay {
    width: 95px
}

.icon-play-store,
.icon-app-store {
    width: 108px
}

.d-grid-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

.d-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px
}

.d-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px
}

.gap-small {
    grid-gap: 10px
}

.table {
    width: 100%
}

.table td,
.table th {
    padding: 8px
}

.table-lg td,
.table-lg th {
    padding: 24px
}

.table-border td {
    border-top: solid 1px #d0d0d0
}

.table-border tr:last-child td {
    border-bottom: solid 1px #d0d0d0
}

.table-sandbox {
    width: 100%
}

.table-sandbox th {
    font-weight: 700;
    border-bottom: solid 1px #ccc;
    padding: 8px
}

.table-sandbox tbody td {
    padding: 8px
}

.table-sandbox tbody tr:nth-child(odd) td {
    background-color: #f8f9fa
}

.table-sandbox tbody tr:nth-child(even) td {
    background-color: #fff
}

.table-sandbox .tr-selected td {
    background: #eff8ff !important
}

.img-theme-filter {
    filter: none
}

.order-summary-main-btn {
    color: #0a3d7e !important
}

.btn-secondary {
    background-color: #f2f7f9 !important
}

.main-text-color {
    color: #222 !important
}

.last-child-m-0 p:last-child {
    margin-bottom: 0
}

.wrap-text {
    white-space: normal !important
}

.ctm-accordion .accordion-button:not(.collapsed) {
    background-color: #f2f7fa;
    border: solid 1px #f2f7fa;
    color: #f2f7fa
}

.ctm-accordion .accordion-button.collapsed:focus {
    border-color: #dee2e6
}

.ctm-accordion .accordion-item {
    margin-bottom: 16px;
    border-radius: .375rem;
    border: none
}

.ctm-accordion .accordion-button {
    border: solid 1px #dee2e6;
    border-radius: .375rem
}

.ctm-accordion .accordion-button:focus {
    box-shadow: none
}

.ctm-accordion .accordion-button .header-info {
    width: calc(100% - 20px)
}

.ctm-accordion .info-extra {
    display: none
}

.ctm-accordion .accordion-button:not(.collapsed) .hide-on-open {
    display: none
}

.header-sandbox {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-sandbox .logo-sandbox {
    margin: 0;
    font-size: 24px;
    font-family: telcelregular
}

.header-sandbox .logo-sandbox span {
    font-family: telcellight
}

.header-sandbox ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0
}

.header-sandbox ul li {
    margin-left: 12px
}

.header-sandbox ul li a {
    opacity: .8
}

.header-sandbox ul li .active {
    font-weight: 700;
    opacity: 1
}

a {
    font-weight: 600
}

.text-hover-underline:hover {
    text-decoration: underline
}

.stepper {
    color: #00529b;
    font-size: 13px;
    font-weight: 600;
    background-color: #f8f8f8;
    padding: 6px 16px;
    border-radius: 4px
}

.btn {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 200px;
    padding: 8px 16px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    background-color: #d0d0d0;
    border: solid 1px #d0d0d0;
    color: #595959;
    pointer-events: none;
    opacity: 1;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #7b1fa2;
    border-color: #7b1fa2
}

.btn-primary:hover {
    color: #fff;
    background: #8835ab;
    border-color: #8835ab
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background: #8835ab;
    border-color: #8835ab
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #8f41b0;
    border-color: #8f41b0
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-info {
    color: #fff;
    background-color: #00529b;
    border-color: #00529b
}

.btn-info:hover {
    color: #fff;
    background: #1a63a5;
    border-color: #1a63a5
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background: #1a63a5;
    border-color: #1a63a5
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #266caa;
    border-color: #266caa
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-secondary {
    color: #fff;
    background-color: #1470d1;
    border-color: #1470d1
}

.btn-secondary:hover {
    color: #fff;
    background: #2c7ed6;
    border-color: #2c7ed6
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background: #2c7ed6;
    border-color: #2c7ed6
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #3785d8;
    border-color: #3785d8
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-danger {
    color: #fff;
    background-color: #d32222;
    border-color: #d32222
}

.btn-danger:hover {
    color: #fff;
    background: #d73838;
    border-color: #d73838
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background: #d73838;
    border-color: #d73838
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #da4343;
    border-color: #da4343
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-warning {
    color: #000;
    background-color: #ebab07;
    border-color: #ebab07
}

.btn-warning:hover {
    color: #000;
    background: #edb320;
    border-color: #edb320
}

.btn-warning:focus,
.btn-warning.focus {
    color: #000;
    background: #edb320;
    border-color: #edb320
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
    color: #000;
    background-color: #eeb82c;
    border-color: #eeb82c
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-success {
    color: #fff;
    background-color: green;
    border-color: green
}

.btn-success:hover {
    color: #fff;
    background: #1a8d1a;
    border-color: #1a8d1a
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background: #1a8d1a;
    border-color: #1a8d1a
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #269326;
    border-color: #269326
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-outline-primary {
    color: #7b1fa2;
    border-color: #7b1fa2;
    background: #fff
}

.btn-outline-primary:hover {
    color: #7b1fa2;
    border-color: #7b1fa2;
    background-color: #f2e9f6
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #7B1FA2, #222, #7B1FA2;
    border-color: #7b1fa2;
    background-color: #f2e9f6
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-outline-info {
    color: #00529b;
    border-color: #00529b;
    background: #fff
}

.btn-outline-info:hover {
    color: #00529b;
    border-color: #00529b;
    background-color: #e6eef5
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: none
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
    color: #00529b, #222, #00529b;
    border-color: #00529b;
    background-color: #e6eef5
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-outline-secondary {
    color: #1470d1;
    border-color: #1470d1;
    background: #fff
}

.btn-outline-secondary:hover {
    color: #1470d1;
    border-color: #1470d1;
    background-color: #e8f1fa
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: none
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #1470d1, #222, #1470d1;
    border-color: #1470d1;
    background-color: #e8f1fa
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-outline-danger {
    color: #d32222;
    border-color: #d32222;
    background: #fff
}

.btn-outline-danger:hover {
    color: #d32222;
    border-color: #d32222;
    background-color: #fbe9e9
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: none
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #D32222, #222, #D32222;
    border-color: #d32222;
    background-color: #fbe9e9
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-outline-warning {
    color: #000;
    border-color: #ebab07;
    background: #fff
}

.btn-outline-warning:hover {
    color: #000;
    border-color: #ebab07;
    background-color: #fdf7e6
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: none
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #EBAB07, #222, #EBAB07;
    border-color: #ebab07;
    background-color: #fdf7e6
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-outline-success {
    color: #fff;
    border-color: green;
    background: #fff
}

.btn-outline-success:hover {
    color: #fff;
    border-color: green;
    background-color: #e6f2e6
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: none
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
    color: #008000, #222, #008000;
    border-color: green;
    background-color: #e6f2e6
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-link {
    font-weight: 600;
    color: #0071d1;
    padding: 0;
    display: inline;
    border-radius: 0
}

.btn-link:hover {
    text-decoration: underline;
    color: #0071d1
}

.btn-text {
    font-weight: 400;
    font-size: 13.5px;
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    min-height: 45px;
    text-align: left;
    color: inherit;
    padding: 0;
    margin: 0;
    display: inline;
    border-radius: 0
}

.btn-link-dark,
.btn-link-dark:hover {
    color: #0a3d7e
}

.reverse-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    align-items: center
}

.reverse-buttons .button-reversed {
    margin-top: 0rem !important
}

@media screen and (min-width: 0) {
    .reverse-buttons .button-reversed {
        margin-top: 0rem !important;
        margin-bottom: 1rem !important
    }
}

@media screen and (min-width: 280px) {
    .reverse-buttons .button-reversed {
        margin-top: 0rem !important;
        margin-bottom: 1rem !important
    }
}

@media screen and (min-width: 432px) {
    .reverse-buttons .button-reversed {
        margin-top: 0rem !important;
        margin-bottom: 1rem !important
    }
}

@media screen and (min-width: 768px) {
    .reverse-buttons .button-reversed {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important
    }
}

@media screen and (min-width: 1024px) {
    .reverse-buttons .button-reversed {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important
    }
}

.mid-button {
    min-width: 180px;
    max-width: fit-content;
    padding: "8px 16px"
}

@media screen and (min-width: 768px) {
    .mid-button {
        min-width: 248px
    }
}

.btn-selectable {
    display: inline-flex;
    border: solid 1px #bac9d8;
    box-shadow: 0 2px 4px #0000001a;
    border-radius: 4px;
    background: #fff
}

.btn-selectable:hover {
    border: solid 1px #0071d1;
    background-color: #1f92c80d
}

.btn-selectable button {
    padding: 15px 8px;
    background: transparent;
    border: none;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #595959
}

.btn-selectable button:disabled {
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #9b9b9b
}

.btn-selectable.text-start button {
    justify-content: flex-start;
    text-align: left
}

.btn-selectable-selected {
    background: #DEEDF8;
    border-color: #0071d1;
    color: #0071d1;
    font-size: 20px !important;
    font-family: telcelregular;
    font-weight: 600 !important
}

.btn-selectable-selected .btn-selectable-desc,
.btn-selectable-selected .btn-selectable-icon-left,
.btn-selectable-selected .btn-selectable-icon-right {
    color: #0071d1
}

.btn-selectable-selected:hover {
    background: #DEEDF8;
    border-color: #0071d1;
    color: #0071d1
}

.btn-selectable-selected:hover .btn-selectable-desc,
.btn-selectable-selected:hover .btn-selectable-icon-left,
.btn-selectable-selected:hover .btn-selectable-icon-right,
.btn-selectable-selected button {
    color: #0071d1
}

.contenedor-botones {
    max-width: 50% !important
}

@media screen and (min-width: 0) {
    .contenedor-botones {
        max-width: 50% !important
    }
}

@media screen and (min-width: 280px) {
    .contenedor-botones {
        max-width: 33.33% !important
    }
}

@media screen and (min-width: 432px) {
    .contenedor-botones {
        max-width: 24.5% !important
    }
}

@media screen and (min-width: 768px) {
    .contenedor-botones {
        max-width: 17.5% !important
    }
}

.btn-selectable-new-ux {
    border-radius: 16px;
    font-size: 20px !important;
    font-family: telcelregular;
    font-weight: 600 !important;
    width: 88px;
    height: 48px;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px -5px #333;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.btn-selectable-new-ux button {
    padding: 8px;
    border-radius: 16px;
    width: 100%
}

.btn-selectable-disabled {
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #595959
}

.btn-selectable-disabled:hover {
    border-color: #f0f0f0
}

.btn-selectable-body span {
    display: block
}

.btn-sm {
    font-size: 14px
}

.btn-selectable-icon-left,
.btn-selectable-icon-right {
    color: #0071d1
}

.btn-selectable-icon-left {
    margin-right: 4px
}

.btn-selectable-icon-right {
    margin-left: auto;
    align-self: center;
    padding-right: 8px
}

.btn-selectable-desc {
    color: #6d6d6d
}

.form-field {
    position: relative;
    padding-top: .7rem
}

.form-field:hover:not(.form-field-danger):not(.form-field-disabled) .form-field-input,
.form-field:hover:not(.form-field-danger):not(.form-field-disabled) .form-field-buttons,
.form-field:hover:not(.form-field-danger):not(.form-field-disabled) .form-field-icon {
    border-color: #0071d1;
    transition: all .2s ease-out
}

.form-field-no-hover:hover:not(.form-field-danger):not(.form-field-disabled) .form-field-input,
.form-field-no-hover:hover:not(.form-field-danger):not(.form-field-disabled) .form-field-buttons,
.form-field-no-hover:hover:not(.form-field-danger):not(.form-field-disabled) .form-field-icon {
    border-color: #757575 !important
}

.form-field-no-hover .form-field-container:hover:enabled .form-field-input,
.form-field-no-hover .form-field-container:focus:enabled .form-field-input {
    border-color: #757575 !important;
    background-color: #fff
}

.form-field-no-hover .form-field-container:hover:enabled .form-field-buttons .form-field-action,
.form-field-no-hover .form-field-container:focus:enabled .form-field-buttons .form-field-action {
    color: inherit !important
}

.form-field-no-hover .form-field-container:hover:enabled .form-field-buttons .form-field-icon,
.form-field-no-hover .form-field-container:focus:enabled .form-field-buttons .form-field-icon {
    color: inherit !important
}

.form-field-container {
    border: solid 1px #757575;
    background: #fff;
    border-radius: 20px;
    display: flex;
    position: relative;
    transition: all .2s ease-out;
    width: 100%;
    justify-content: space-between
}

.form-field-container .form-field-icon {
    border: solid 1px #757575;
    display: flex;
    align-items: center;
    order: 1
}

.form-field-container .form-field-icon img {
    width: 24px;
    margin-left: 10px;
    margin-right: -2px
}

.form-field-container .form-field-icon svg {
    width: 24px;
    margin-left: 10px;
    margin-right: -2px
}

.form-field-container .form-field-icon-open {
    border: none
}

.form-field-container .form-field-input {
    width: 100%;
    display: flex;
    order: 2
}

.form-field-container .form-field-input label {
    background: #fff;
    border-radius: 20px;
    font-size: .875rem;
    font-weight: 800;
    left: 10px;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    top: -.8rem
}

.form-field-container .form-field-input select,
.form-field-container .form-field-input input,
.form-field-container .form-field-input .form-field-text {
    border: none;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1;
    padding: 8.5px 2px 8.5px 12px;
    flex: 1 0 0%;
    width: 100%
}

.form-field-container .form-field-input select:focus,
.form-field-container .form-field-input input:focus,
.form-field-container .form-field-input .form-field-text:focus {
    outline: none;
    background-color: #fff
}

.form-field-container .form-field-input select:focus-within,
.form-field-container .form-field-input input:focus-within,
.form-field-container .form-field-input .form-field-text:focus-within {
    background-color: #fff
}

.form-field-container .form-field-input select.force-background,
.form-field-container .form-field-input input.force-background,
.form-field-container .form-field-input .form-field-text.force-background {
    background-color: #fff
}

.form-field-container .form-field-input select::placeholder,
.form-field-container .form-field-input input::placeholder,
.form-field-container .form-field-input .form-field-text::placeholder {
    color: #777
}

.form-field-container .form-field-input .disabled {
    background-color: #f8f8f8 !important;
    border-radius: 20px 0 0 20px/20px 0px 0px 20px;
    color: #757575
}

.form-field-container .form-field-input .form-field-text {
    display: flex;
    align-items: center
}

.form-field-container .form-field-buttons {
    border-radius: 0 4px 4px 0;
    position: relative;
    display: flex;
    align-items: center;
    order: 3
}

.form-field-container .form-field-buttons button:not(.popover-info):not(.form-field-action) {
    background: transparent;
    border: none
}

.form-field-container .form-field-buttons .form-field-action {
    background: transparent;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 8px 16px;
    transition: all .2s ease-out;
    width: 100%;
    white-space: nowrap
}

.form-field-container .form-field-buttons .form-field-action:focus {
    outline: none
}

.form-field-container .form-field-buttons .form-field-arrow {
    color: #0071d1
}

.form-field-container:hover:enabled:not(.form-field-danger):not(.form-field-disabled),
.form-field-container:focus:enabled:not(.form-field-danger):not(.form-field-disabled) {
    box-shadow: 10px 10px red
}

.form-field-container:hover:enabled:not(.form-field-danger):not(.form-field-disabled) .form-field-input,
.form-field-container:focus:enabled:not(.form-field-danger):not(.form-field-disabled) .form-field-input {
    border-color: #0071d1
}

.form-field-container:hover:enabled:not(.form-field-danger):not(.form-field-disabled) .form-field-buttons .form-field-action,
.form-field-container:focus:enabled:not(.form-field-danger):not(.form-field-disabled) .form-field-buttons .form-field-action {
    color: #0071d1;
    transition: all .2s ease-out
}

.form-field-container:hover:enabled:not(.form-field-danger):not(.form-field-disabled) .form-field-buttons .form-field-icon,
.form-field-container:focus:enabled:not(.form-field-danger):not(.form-field-disabled) .form-field-buttons .form-field-icon {
    color: #0071d1;
}

.form-field:not(.form-field-disabled):not(.form-field-danger) .form-field-container .form-field-input:focus-within {
    border-color: #0071d1;
    background-color: #fff;
    transition: all .2s ease-out
}

#phoneNumber__input:focus ~ .form-field-container-phone {
    border-color: #0071d1 !important;
}

.form-field:not(.form-field-disabled):not(.form-field-danger) .form-field-container .form-field-input:focus-within label {
    color: #0071d1;
    background-color: #fff;
    transition: all .2s ease-out
}

.form-field:not(.form-field-disabled):not(.form-field-danger) .form-field-container .form-field-input:focus-within~div {
    border-color: #0071d1;
    transition: all .2s ease-out
}

.form-field:not(.form-field-disabled):not(.form-field-danger) .form-field-container .form-field-input:focus-within~div label {
    color: #0071d1;
    transition: all .2s ease-out
}

.form-field-simple .form-field-input {
    border-radius: 20px
}

.form-field-with-icon .form-field-input {
    border-radius: 0 20px 20px 0;
    border-left: 0
}

.form-field-with-icon .form-field-icon {
    border-radius: 20px 0 0 20px;
    border-right: none
}

.form-field-buttons .form-field-input {
    border-radius: 20px 0 0 20px;
    border-right: 0
}

.form-field-buttons .form-field-buttons {
    border-radius: 0 20px 20px 0;
    border-left: 0
}

.form-field-with-icon.form-field-buttons .form-field-input {
    border-radius: 0;
    border-left: 0;
    border-right: 0
}

.form-field-errors {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    font-size: 13px;
    color: #d32222
}

.text-placeholder {
    color: #777 !important
}

.form-field-focus .form-field-buttons,
.form-field-focus .form-field-input,
.form-field-focus .form-field-icon {
    border-color: #0071d1
}

.form-field-focus .form-field-input:focus-within {
    border-color: #0071d1;
    background-color: #fff
}

.form-field-focus .form-field-input:focus-within label {
    color: #0071d1
}

.form-field-focus .form-field-input:focus-within~div {
    border-color: #0071d1;
    background-color: #fff
}

.form-field-focus .form-field-input:focus-within~div label {
    color: #0071d1
}

.form-field-focus .form-field-input label {
    color: #0071d1
}

.form-field-focus .form-field-input.disabled-select label {
    color: inherit !important
}

.form-field-focus .form-field-buttons .form-field-clear,
.form-field-focus .form-field-buttons .form-field-action {
    background: transparent;
    color: #0071d1
}

.form-field-focus .form-field-buttons .form-field-arrow {
    color: #0071d1
}

.form-field-focus .form-field-buttons .form-field-disabled {
    background: #f8f8f8 !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #757575
}

.form-field-focus .form-field-buttons .form-field-icon,
.form-field-focus .form-field-buttons .form-field-arrow {
    color: #0071d1
}

.form-field-focus:hover .form-field-input,
.form-field-focus:hover .form-field-buttons,
.form-field-focus:hover .form-field-icon {
    border-color: #0071d1
}

.form-field-focus:hover .form-field-buttons .form-field-action,
.form-field-focus:hover .form-field-buttons .form-field-icon {
    color: #0071d1
}

.form-field-danger .form-field-buttons,
.form-field-danger .form-field-input,
.form-field-danger .form-field-icon {
    border-color: #d32222
}

.form-field-arrow.active path {
    fill: #0071d1 !important;
}

.form-field-danger .form-field-input:focus-within {
    border-color: #d32222;
    background-color: #fff0
}

.form-field-danger .form-field-input:focus-within label {
    color: #d32222
}

.form-field-danger .form-field-input:focus-within~div {
    
}

.form-field-danger .form-field-input:focus-within~div label {
    color: #d32222
}



.form-field-danger .form-field-input label {
    color: #d32222
}

.form-field-danger .form-field-input.disabled-select label {
    color: inherit !important
}

.form-field-danger .form-field-buttons .form-field-clear,
.form-field-danger .form-field-buttons .form-field-action {
    background: transparent;
    color: #d32222
}

.form-field-danger .form-field-buttons .form-field-arrow {
    color: #0071d1
}

.form-field-danger .form-field-buttons .form-field-disabled {
    background: #f8f8f8 !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #757575
}

.form-field-danger .form-field-buttons .form-field-icon,
.form-field-danger .form-field-buttons .form-field-arrow {
    color: #d32222
}

.form-field-danger:hover .form-field-input,
.form-field-danger:hover .form-field-buttons,
.form-field-danger:hover .form-field-icon {
    border-color: #d32222
}

.form-field-danger:hover .form-field-buttons .form-field-action,
.form-field-danger:hover .form-field-buttons .form-field-icon {
    color: #d32222
}

.form-field-disabled .form-field-buttons,
.form-field-disabled .form-field-input,
.form-field-disabled .form-field-icon {
    border-color: #d0d0d0
}

.form-field-disabled .form-field-input label {
    color: #595959
}

.form-field-disabled .form-field-input.disabled-select label {
    color: inherit !important
}

.form-field-disabled .form-field-buttons .form-field-clear,
.form-field-disabled .form-field-buttons .form-field-action {
    background: transparent;
    color: #d0d0d0
}

.form-field-disabled .form-field-buttons .form-field-arrow {
    color: #0071d1
}

.form-field-disabled .form-field-buttons .form-field-disabled {
    background: #f8f8f8 !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #757575
}

.form-field-disabled .form-field-buttons .form-field-icon,
.form-field-disabled .form-field-buttons .form-field-arrow {
    color: #d0d0d0
}

.form-field-disabled:hover .form-field-input,
.form-field-disabled:hover .form-field-buttons,
.form-field-disabled:hover .form-field-icon {
    border-color: #d0d0d0
}

.form-field-disabled:hover .form-field-buttons .form-field-action,
.form-field-disabled:hover .form-field-buttons .form-field-icon {
    color: #d0d0d0
}

.select-in-bg-light .form-field-container,
.select-in-bg-light .form-field-container .form-field-input label,
.select-in-bg-light .form-field-container .form-field-input .form-field-text {
    background: #acbfd4
}

.select-in-bg-light .form-field-container .form-field-input .form-field-text {
    color: #002045
}

.select-in-bg-light.form-field-success .form-field-container .form-field-buttons,
.select-in-bg-light.form-field-success .form-field-container .form-field-input,
.select-in-bg-light.form-field-success .form-field-container .form-field-icon {
    border-color: green
}

.select-in-bg-light.form-field-success .form-field-buttons .form-field-arrow,
.select-in-bg-light.form-field-success .form-field-input label {
    color: green
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset, 0 0 0 30px #fff inset, 0 0 0 30px #fff inset, 0 0 0 30px #fff inset !important
}

.form-field-input:focus-within input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit !important
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset, 0 0 0 30px #fff inset, 0 0 0 30px #fff inset, 0 0 0 30px #fff inset !important
}

.form-field-input:focus-within input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.form-icon-clear {
    color: #0071d1
}

.title-step {
    display: flex;
    font-size: 18px;
    color: #52789e;
    font-weight: 600;
    align-items: center;
    margin: 24px 0
}

.title-step-number {
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: #52789e;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    align-items: center;
    justify-content: center
}

.title-step.disabled {
    color: #979797
}

.title-step.disabled .title-step-number {
    color: #fff;
    background: #979797
}

.alert {
    display: table;
    border: none;
    border-left: solid 6px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    color: inherit
}

.alert .alert_icon,
.alert .alert_content,
.alert .alert_action {
    display: table-cell;
    vertical-align: middle
}

.alert .alert_action,
.alert .alert_icon {
    width: 5px
}

.alert .alert_icon {
    padding: 6px 0 6px 16px;
    font-size: 1.5rem
}

.alert .alert_icon span,
.alert .alert_icon i,
.alert .alert_icon b {
    font-size: 1.5rem
}

.alert .alert_icon span {
    display: flex
}

.alert .alert_content {
    padding: 14px
}

.alert .alert_content p {
    margin-top: 0;
    font-size: .875rem
}

.alert .alert_content p:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 1100px) {
    .alert .alert_content.max-w-75 p {
        width: 75%
    }
}

.alert .alert_action {
    border-radius: 0 8px 8px 0
}

.alert .alert_action button,
.alert .alert_action a {
    border: none;
    font-weight: 600;
    padding: 14px;
    background: transparent;
    font-size: 1rem
}

.alert.alert-no-border {
    border-left: none
}

.alert.alert-minimal {
    border-width: 1px;
    border-style: solid;
    border-radius: 0
}

.alert.alert-flat-style {
    border-left: none;
    background-color: transparent
}

.alert.alert-centered {
    display: block;
    text-align: center
}

.alert.alert-centered .alert_icon,
.alert.alert-centered .alert_content {
    display: block;
    width: 100%
}

.alert.alert-centered .alert_icon {
    padding: 0;
    margin: 0
}

.alert.alert-centered .alert_icon span {
    justify-content: center
}

.alert.alert-centered .alert_content {
    padding: 0
}

.alert-footer {
    border-radius: 0 0 8px 8px;
    padding: 8px;
    margin-top: 2px
}

.alert-footer button,
.alert-footer a {
    display: inline-block;
    padding: 0;
    background: transparent;
    border: none
}

.alert-footer button:focus,
.alert-footer a:focus {
    outline: none
}

.alert-flat-title {
    font-size: 20px !important
}

@media (max-width: 768px) {
    .alert-flat-title {
        font-size: 18px !important
    }
}

.alert-success {
    background: #eff7ef;
    border-color: green
}

.alert-success:before {
    background: #008000
}

.alert-success.no-border {
    border-radius: 0;
    border: none
}

.alert-success.no-border:before {
    content: none
}

.alert-success .alert_icon span,
.alert-success .alert_icon i,
.alert-success .alert_icon b {
    color: green
}

.alert-success .alert_action {
    background-color: #eff7ef
}

.alert-success .alert_action a,
.alert-success .alert_action button {
    color: green
}

.alert-success .alert-button {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 33%;
    padding: 0 1rem
}

.alert-info {
    background: #f2f7f9;
    border-color: #00529b
}

.alert-info:before {
    background: #00529b
}

.alert-info.no-border {
    border-radius: 0;
    border: none
}

.alert-info.no-border:before {
    content: none
}

.alert-info .alert_icon span,
.alert-info .alert_icon i,
.alert-info .alert_icon b {
    color: #00529b
}

.alert-info .alert_action {
    background-color: #f2f7f9
}

.alert-info .alert_action a,
.alert-info .alert_action button {
    color: #00529b
}

.alert-info .alert-button {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 33%;
    padding: 0 1rem
}

.alert-warning {
    background: #fdf6e6;
    border-color: #ebab07
}

.alert-warning:before {
    background: #ebab07
}

.alert-warning.no-border {
    border-radius: 0;
    border: none
}

.alert-warning.no-border:before {
    content: none
}

.alert-warning .alert_icon span,
.alert-warning .alert_icon i,
.alert-warning .alert_icon b {
    color: #ebab07
}

.alert-warning .alert_action {
    background-color: #fdf6e6
}

.alert-warning .alert_action a,
.alert-warning .alert_action button {
    color: #ebab07
}

.alert-warning .alert-button {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 33%;
    padding: 0 1rem
}

.alert-danger {
    background: #fdf2f2;
    border-color: #d32222
}

.alert-danger:before {
    background: #d32222
}

.alert-danger.no-border {
    border-radius: 0;
    border: none
}

.alert-danger.no-border:before {
    content: none
}

.alert-danger .alert_icon span,
.alert-danger .alert_icon i,
.alert-danger .alert_icon b {
    color: #d32222
}

.alert-danger .alert_action {
    background-color: #fdf2f2
}

.alert-danger .alert_action a,
.alert-danger .alert_action button {
    color: #d32222
}

.alert-danger .alert-button {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 33%;
    padding: 0 1rem
}

.alert-flat-success {
    background: #eff7ef;
    border-color: #eff7ef;
    color: green;
    border-radius: 8px
}

.alert-flat-success .alert_content {
    padding: 23px 24px
}

@media (max-width: 768px) {
    .alert-flat-success .alert_content {
        padding: 16px 8px
    }
}

.alert-flat-success:before {
    display: none
}

.alert-flat-success .alert_icon {
    padding: 6px 0 6px 16px
}

.alert-flat-success .alert_icon span,
.alert-flat-success .alert_icon i,
.alert-flat-success .alert_icon b {
    color: green
}

@media (max-width: 768px) {
    .alert-flat-success .alert_icon {
        padding: 6px 0 6px 10px
    }
}

.alert-flat-info {
    background: #f2f7f9;
    border-color: #f2f7f9;
    color: #00529b;
    border-radius: 8px
}

.alert-flat-info .alert_content {
    padding: 23px 24px
}

@media (max-width: 768px) {
    .alert-flat-info .alert_content {
        padding: 16px 8px
    }
}

.alert-flat-info:before {
    display: none
}

.alert-flat-info .alert_icon {
    padding: 6px 0 6px 16px
}

.alert-flat-info .alert_icon span,
.alert-flat-info .alert_icon i,
.alert-flat-info .alert_icon b {
    color: #00529b
}

@media (max-width: 768px) {
    .alert-flat-info .alert_icon {
        padding: 6px 0 6px 10px
    }
}

.alert-flat-warning {
    background: #fdf6e6;
    border-color: #fdf6e6;
    color: #ebab07;
    border-radius: 8px
}

.alert-flat-warning .alert_content {
    padding: 23px 24px
}

@media (max-width: 768px) {
    .alert-flat-warning .alert_content {
        padding: 16px 8px
    }
}

.alert-flat-warning:before {
    display: none
}

.alert-flat-warning .alert_icon {
    padding: 6px 0 6px 16px
}

.alert-flat-warning .alert_icon span,
.alert-flat-warning .alert_icon i,
.alert-flat-warning .alert_icon b {
    color: #ebab07
}

@media (max-width: 768px) {
    .alert-flat-warning .alert_icon {
        padding: 6px 0 6px 10px
    }
}

.alert-flat-danger {
    background: #fdf2f2;
    border-color: #fdf2f2;
    color: #d32222;
    border-radius: 8px
}

.alert-flat-danger .alert_content {
    padding: 23px 24px
}

@media (max-width: 768px) {
    .alert-flat-danger .alert_content {
        padding: 16px 8px
    }
}

.alert-flat-danger:before {
    display: none
}

.alert-flat-danger .alert_icon {
    padding: 6px 0 6px 16px
}

.alert-flat-danger .alert_icon span,
.alert-flat-danger .alert_icon i,
.alert-flat-danger .alert_icon b {
    color: #d32222
}

@media (max-width: 768px) {
    .alert-flat-danger .alert_icon {
        padding: 6px 0 6px 10px
    }
}

.success-step {
    display: flex;
    align-items: flex-start;
    border-bottom: solid 1px transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px
}

.success-step.secondary-step {
    margin-top: 4px
}

.success-step p {
    margin-bottom: 2px;
    font-size: 14px
}

.success-step button {
    font-size: 14px !important
}

.success-step>div {
    width: 100%
}

.success-step-title {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: space-between
}

.success-step-icon {
    color: green
}

label.checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    position: relative
}

label.checkbox.disabled {
    cursor: default
}

label.checkbox.disabled input[type=checkbox] {
    cursor: default;
    pointer-events: none
}

label.checkbox.disabled .checkbox-checkmark {
    border-color: #595959
}

label.checkbox.disabled .checkbox-icon img {
    filter: grayscale(100%)
}

label.checkbox.disabled .checkbox-label {
    color: #595959
}

label.checkbox input[type=checkbox] {
    position: absolute;
    width: 1px;
    padding: 0;
    height: 1px;
    opacity: 0;
    z-index: -1;
    left: 10px;
    top: 10px
}

label.checkbox .checkbox-checkmark {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 18px;
    width: 18px;
    min-width: 18px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #0071d1;
    margin-right: 8px;
    box-sizing: border-box
}

label.checkbox .checkbox-checkmark:after {
    content: "";
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: .33em;
    height: .55em;
    border: solid #fff;
    border-width: 0 .11em .11em 0;
    transform: translate(-50%, -60%) rotate(45deg);
    transform-origin: center
}

label.checkbox .checkbox-icon img {
    width: 24px;
    margin-right: 8px;
    display: block
}

label.checkbox input:checked~.checkbox-checkmark {
    background-color: #0071d1;
    border-color: #0071d1
}

label.checkbox input:focus~.checkbox-checkmark {
    border-color: #0071d1
}

label.checkbox input:checked~.checkbox-checkmark:after {
    display: block
}

.icon {
    fill: #00529b
}

.icon.-disabled {
    fill: #595959
}

.label-color {
    color: #00529b
}

.label-color-disabled {
    color: #595959
}

.fieldset {
    display: contents !important
}

.radioOptionBlock.MuiFormControlLabel-root {
    padding-left: 2px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: AMX, source-sans-pro, sans-serif !important
}

.radioOptionBlock.MuiFormControlLabel-root .MuiRadio-root {
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 0
}

.radioOptionBlock.MuiFormControlLabel-root .MuiRadio-root svg {
    width: 24px;
    height: 24px
}

.radioOptionBlock.MuiFormControlLabel-root .MuiRadio-root:not(.Mui-disabled) svg {
    fill: #0071d1
}

.radioOptionBlock.MuiFormControlLabel-root .MuiRadio-root.Mui-disabled svg {
    fill: #595959 !important
}

.radioOptionBlock.MuiFormControlLabel-root .MuiRadio-root.Mui-checked:not(.Mui-disabled) svg {
    fill: #0071d1
}

.radioOptionBlock.MuiFormControlLabel-root .radioOptionBlock--label .radioOptionBlock--cont_title {
    display: flex;
    align-items: center;
    justify-content: left;
    min-height: 32px;
    font-family: AMX, source-sans-pro, sans-serif !important
}

.radioOptionBlock.MuiFormControlLabel-root .radioOptionBlock--label .radioOptionBlock--cont_title svg {
    fill: #00529b
}

.radioOptionBlock.MuiFormControlLabel-root .radioOptionBlock--label .radioOptionBlock--cont_title.disabled svg,
.radioOptionBlock.MuiFormControlLabel-root .radioOptionBlock--label .radioOptionBlock--cont_title .disabled svg {
    fill: #595959 !important
}

.radioOptionBlock.MuiFormControlLabel-root .radioOptionBlock--label .radioOptionBlock--cont_title p {
    margin-bottom: 0;
    font-family: AMX, source-sans-pro, sans-serif !important
}

.radioOptionBlock.MuiFormControlLabel-root .radioOptionBlock--label .radioOptionBlock--cont_title .radioOptionBlock--text_title {
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
    padding-left: 16px;
    padding-right: 16px;
    color: #00529b;
    font-family: AMX, source-sans-pro, sans-serif !important
}

.radioOptionBlock.MuiFormControlLabel-root .radioOptionBlock--label .radioOptionBlock--cont_title .radioOptionBlock-icon svg {
    fill: #00529b
}

.radioOptionBlock.MuiFormControlLabel-root .radioOptionBlock--label .radioOptionBlock--cont_title .radioOptionBlock-tooltip {
    margin-left: 8px
}

.radioOptionBlock.MuiFormControlLabel-root .radioOptionBlock--label .radioOptionBlock--cont_title .radio-label {
    font-family: AMX, source-sans-pro, sans-serif !important
}

.radioOptionBlock.MuiFormControlLabel-root .radioOptionBlock--label .radioOptionBlock--text_subtitle {
    font-size: 14px;
    margin-bottom: 0
}

.radioOptionBlock.MuiFormControlLabel-root.disabled .radioOptionBlock--cont_title svg {
    fill: #595959 !important
}

.radioOptionBlock.MuiFormControlLabel-root.disabled .radio-label {
    color: #595959 !important
}

:root {
    --MT-radiocheck-color-primary: #fff;
    --MT-radiocheck-color-secondary: #0071d1;
    --MT-radiocheck-color-disabled: #595959;
    --MT-radiocheck-label-color: #00529B;
    --MT-radiocheck-label-color-disabled: #595959;
    --MT-radiocheck-checkmark-color: #0071d1
}

.MuiRadio-root,
.MuiRadio-root.Mui-checked {
    color: var(--MT-radiocheck-color-secondary) !important
}

.MuiRadio-root.Mui-disabled,
.MuiRadio-root.Mui-disabled.Mui-checked {
    color: var(--MT-radiocheck-color-disabled) !important
}

.MuiRadio-root svg {
    fill: currentColor
}

.MuiFormControlLabel-root.Mui-disabled .MuiFormControlLabel-label {
    color: var(--MT-radiocheck-label-color-disabled) !important
}

.tooltip {
    pointer-events: visible;
    cursor: pointer;
    background-image: url(https://paymentservice.telcel.com/payments/assets/icon-help-fill.74af540a.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    border-radius: 16px
}

.popover-info svg {
    fill: #0071d1
}

.MuiTooltip-popper {
    padding: 0 !important;
    font-family: AMX, source-sans-pro, sans-serif !important;
    max-width: calc(100vw - 16px) !important;
    width: auto !important;
    will-change: transform;
    contain: layout
}

.MuiTooltip-popper[data-popper-placement*=bottom],
.MuiTooltip-popper[data-popper-placement*=top] {
    max-width: calc(100vw - 32px) !important
}

.MuiTooltip-popper[data-popper-reference-hidden] {
    opacity: 0;
    pointer-events: none
}

.MuiTooltip-popper .MuiTooltip-tooltip {
    padding: 16px;
    background: #fff;
    color: #222;
    border: 1px solid #fff;
    border-radius: 8px;
    max-width: 440px;
    position: relative;
    font-size: 14px;
    font-family: AMX, source-sans-pro, sans-serif !important;
    box-sizing: border-box;
    box-shadow: 0 3px 14px #00224d33;
    width: auto;
    word-wrap: break-word;
    overflow-wrap: break-word
}

@media screen and (min-width: 280px) {
    .MuiTooltip-popper .MuiTooltip-tooltip {
        max-width: min(300px, 100vw - 32px)
    }
}

.MuiTooltip-popper .MuiTooltip-tooltip * {
    font-family: AMX, source-sans-pro, sans-serif !important
}

.MuiTooltip-popper .MuiTooltip-tooltip svg {
    fill: #0071d1
}

.MuiTooltip-popper .MuiTooltip-tooltip .MuiTooltip-arrow {
    width: 24px !important;
    margin-top: -10px !important;
    overflow: visible
}

.MuiTooltip-popper .MuiTooltip-tooltip .MuiTooltip-arrow:before {
    transform-origin: unset !important;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: transparent !important;
    transform: none !important
}

.MuiTooltip-popper .MuiTooltip-tooltip .MuiTooltip-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 10px 11px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 1px !important
}

.MuiTooltip-popper[data-popper-placement=top-start] .MuiTooltip-arrow:before,
.MuiTooltip-popper[data-popper-placement=top-end] .MuiTooltip-arrow:before {
    transform: rotate(180deg) !important;
    bottom: -1px !important
}

.MuiTooltip-popper[data-popper-placement=top-start] .MuiTooltip-arrow:after,
.MuiTooltip-popper[data-popper-placement=top-end] .MuiTooltip-arrow:after {
    transform: rotate(180deg) !important;
    bottom: 2px !important
}

body:has(.MuiTooltip-popper[data-popper-placement*=bottom]) {
    overflow-x: hidden !important
}

body:has(.MuiTooltip-popper[data-popper-placement*=top]) {
    overflow-x: hidden !important
}

.callout {
    padding: 24px 32px;
    background: #ccc;
    border-top: solid 1px #333;
    margin-bottom: 16px
}

.callout-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.callout-body {
    color: inherit
}

.callout-icon img {
    width: 24px;
    margin-right: 8px
}

.callout-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600
}

.callout-title p,
.callout-title h2,
.callout-title h2,
.callout-title h4,
.callout-title h5,
.callout-title span {
    margin-bottom: inherit;
    font-size: inherit;
    font-weight: inherit
}

.callout-success {
    background: #eff7ef;
    border-color: green
}

.callout-success .callout-title {
    color: green
}

.callout-info {
    background: #f2f7f9;
    border-color: #00529b
}

.callout-info .callout-title {
    color: #00529b
}

.callout-warning {
    background: #fdf6e6;
    border-color: #ebab07
}

.callout-warning .callout-title {
    color: #ebab07
}

.callout-danger {
    background: #fdf2f2;
    border-color: #d32222
}

.callout-danger .callout-title {
    color: #d32222
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: .5rem;
    --bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-modal-inner-border-radius: calc(.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .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% - var(--bs-modal-margin) * 2)
}

.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% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-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,
.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@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,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@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,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@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,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@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,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@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,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.modal-btn-close-wrapper {
    text-align: right
}

.modal-btn-close {
    color: #0071d1;
    padding: 0;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    background: transparent;
    border: none
}

.modal-btn-close svg {
    margin-left: 4px
}

.modal-lg--packages {
    width: auto;
    max-width: 1296px
}

.modal-offer {
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 9px #00000080
}

.modal-offer .modal-body {
    padding: 16px 32px;
    background-color: #fff
}

@media (max-width: 992px) {
    .modal-offer .modal-body {
        padding: 16px
    }
}

.ctm-modal .modal-footer {
    background-color: #f2f7f9;
    border-top: none;
    padding: 16px;
    border-radius: 0 0 24px 24px
}

.ctm-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0
}

.ctm-modal .modal-body {
    padding: 32px 32px 16px
}

.ctm-modal .modal-content {
    border-radius: 24px;
    border: none;
    background-color: #fff
}

.ctm-modal-sm .modal-dialog {
    max-width: 530px
}

.ctm-modal-sm .modal-footer {
    text-align: center
}

.ctm-modal-sm .modal-footer button {
    width: calc(50% - 8px);
    margin: 0
}

.ctm-modal-sm .modal-footer button:last-child {
    margin-left: 16px
}

.ctm-modal-material .modal-footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ctm-modal-material .modal-footer button {
    min-width: 248px;
    margin: 0
}

@media (max-width: 576px) {
    .ctm-modal-material .modal-footer button {
        min-width: 180px
    }
}

.ctm-modal-info .ctm-modal-icon {
    background-color: #00529b;
    color: #00529b
}

.ctm-modal-danger .ctm-modal-icon {
    background-color: #d32222;
    color: #d32222
}

.ctm-modal-warning .ctm-modal-icon {
    background-color: #ebab07;
    color: #ebab07
}

.ctm-modal-success .ctm-modal-icon {
    background-color: green;
    color: green
}

.card-grid {
    border: solid 2px #d8d8d8;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px
}

@media (max-width: 992px) {
    .card-grid {
        display: block
    }
}

.card-grid-header {
    border-bottom: solid 1px #d8d8d8;
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 52px;
    align-items: center
}

@media (max-width: 992px) {
    .card-grid-header {
        flex-wrap: wrap
    }
}

.card-grid-title {
    font-family: telcel-obscura, Source Sans Pro, sans-serif;
    font-size: 18px;
    color: #00529b;
    padding-left: 20px
}

@media (max-width: 992px) {
    .card-grid-title {
        width: 60%;
        padding: 8px 10px
    }
}

.card-grid-info {
    text-align: center
}

.card-grid-info-price {
    font-family: telcel-obscura, Source Sans Pro, sans-serif;
    font-size: 18px;
    color: #c71585;
    display: block
}

.card-grid-info-badge {
    font-size: 13px;
    background-color: #00838f1a;
    color: #00838f;
    width: 100%;
    display: block;
    margin-bottom: 4px
}

@media (max-width: 992px) {
    .card-grid-desc {
        border-top: solid 1px #d8d8d8;
        order: 3;
        width: 100%;
        padding: 8px 10px
    }
}

.card-grid-body {
    display: flex
}

@media (max-width: 992px) {
    .card-grid-body .card-grid-item:nth-child(n+4) {
        display: none
    }
}

.card-grid-item {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 23px 56px 22px 56px 62px;
    font-size: 14px;
    text-align: center
}

@media (max-width: 992px) {
    .card-grid-item {
        text-align: left;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 60% 40%
    }
}

.card-grid-cell {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 992px) {
    .card-grid-cell {
        display: block
    }

    .card-grid-cell br {
        display: none
    }
}

.card-grid-cell-1 {
    grid-row: 1;
    color: green;
    background: rgba(0, 128, 0, .1);
    font-size: 13px
}

@media (max-width: 992px) {
    .card-grid-cell-1 {
        grid-column: span 2;
        text-align: center
    }
}

.card-grid-cell-2 {
    grid-row: 2;
    align-items: flex-start;
    padding-top: 8px
}

@media (max-width: 992px) {
    .card-grid-cell-2 {
        padding: 8px 10px 0
    }
}

.card-grid-cell-3 {
    grid-row: 3;
    color: #52789e
}

@media (max-width: 992px) {
    .card-grid-cell-3 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 10px
    }
}

.card-grid-cell-3 span {
    display: block;
    width: 18px;
    margin: 0 2px
}

.card-grid-cell-4 {
    grid-row: 4;
    color: #6b6b6b
}

@media (max-width: 992px) {
    .card-grid-cell-4 {
        padding: 0 10px 32px
    }
}

.card-grid-cell-5 {
    grid-row: 5;
    color: #52789e;
    font-size: 14px;
    font-weight: 600
}

@media (max-width: 992px) {
    .card-grid-cell-5 {
        grid-column-start: 2;
        grid-row-start: 2;
        grid-row-end: 5;
        border-left: solid 1px #d8d8d8;
        padding: 8px 10px 0
    }
}

.toggle-items {
    display: none;
    color: #0071d1;
    background: #fff;
    border: none;
    border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    width: 100%;
    font-size: 15px
}

@media (max-width: 992px) {
    .show-items .card-grid-body .card-grid-item:nth-child(n+4) {
        display: grid
    }

    .toggle-items {
        display: block
    }
}

.card-grid-6-cols .card-grid-body {
    width: 83.33333333%
}

@media (max-width: 992px) {
    .card-grid-6-cols .card-grid-body {
        display: block;
        width: 100%
    }
}

.card-grid-6-cols .card-grid-footer {
    width: 16.66666667%
}

@media (max-width: 992px) {
    .card-grid-6-cols .card-grid-footer {
        width: 100%
    }

    .card-grid-6-cols .card-grid-footer>div {
        padding: 10px 15px
    }

    .card-grid-6-cols .card-grid-footer>div button {
        width: 100%
    }
}

.card-grid-6-cols .card-grid-item {
    width: 20%
}

@media (max-width: 992px) {
    .card-grid-6-cols .card-grid-item {
        width: 100%
    }
}

.card-grid-6-cols .card-grid-info {
    width: 16.66666667%
}

@media (max-width: 992px) {
    .card-grid-6-cols .card-grid-info {
        width: 40%
    }
}

.card-grid-5-cols .card-grid-body {
    width: 80%
}

@media (max-width: 992px) {
    .card-grid-5-cols .card-grid-body {
        display: block;
        width: 100%
    }
}

.card-grid-5-cols .card-grid-footer {
    width: 20%
}

@media (max-width: 992px) {
    .card-grid-5-cols .card-grid-footer {
        width: 100%
    }
}

.card-grid-5-cols .card-grid-item {
    width: 25%
}

@media (max-width: 992px) {
    .card-grid-5-cols .card-grid-item {
        width: 100%
    }
}

.card-grid-5-cols .card-grid-info {
    width: 20%
}

@media (max-width: 992px) {
    .card-grid-5-cols .card-grid-info {
        width: 40%
    }
}

.card-grid-4-cols .card-grid-body {
    width: 75%
}

@media (max-width: 992px) {
    .card-grid-4-cols .card-grid-body {
        display: block;
        width: 100%
    }
}

.card-grid-4-cols .card-grid-footer {
    width: 25%
}

@media (max-width: 992px) {
    .card-grid-4-cols .card-grid-footer {
        width: 100%
    }
}

.card-grid-4-cols .card-grid-item {
    width: 33.333333%
}

@media (max-width: 992px) {
    .card-grid-4-cols .card-grid-item {
        width: 100%
    }
}

.card-grid-4-cols .card-grid-info {
    width: 25%
}

@media (max-width: 992px) {
    .card-grid-4-cols .card-grid-info {
        width: 40%
    }
}

.claro-promo {
    display: inline-flex;
    align-items: flex-end
}

.claro-promo span {
    line-height: .8;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 700
}

@media (max-width: 992px) {

    .claro-promo,
    .claro-promo img,
    .claro-promo span {
        display: block
    }

    .claro-promo span {
        line-height: 1.4;
        margin-left: 0;
        margin-top: 2px
    }
}

.recomendado .card-grid-title {
    color: #00838f
}

.recomendado .card-grid-header {
    position: relative
}

@media (max-width: 992px) {
    .recomendado .card-grid-header {
        align-items: flex-start
    }
}

.recomendado .card-grid-header:after {
    content: "";
    display: block;
    width: 4px;
    height: calc(100% + 1px);
    position: absolute;
    background: #00838f;
    left: 0;
    top: 0;
    border-top-left-radius: 2px
}

.recomendado .card-grid-body {
    position: relative
}

.recomendado .card-grid-body:after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    background: #00838f;
    left: 0;
    top: 0;
    border-bottom-left-radius: 2px
}

@media (max-width: 992px) {
    .recomendado .card-grid-body:after {
        border-bottom-left-radius: 0
    }
}

.card-sku {
    margin: 16px 0
}

.card-sku div:first-child {
    border-radius: 4px 4px 0 0
}

.card-sku div:last-child {
    border-radius: 0 0 4px 4px
}

.card-sku .card-sku-header {
    background: #315675;
    color: #fff;
    padding: 4px;
    text-align: center;
    font-weight: 600
}

.card-sku .card-sku-badge {
    background: #1c838f;
    color: #fff;
    padding: 4px;
    text-align: center;
    font-weight: 600
}

.card-sku .card-sku-body {
    background: #fff;
    color: #002045;
    text-align: center;
    padding: 8px 16px 16px
}

.card-sku .card-sku-button {
    background: #0488d1;
    color: #fff;
    display: block;
    width: 100%;
    padding: 6px 12px;
    text-align: center;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0
}

.card-sku .card-sku-link {
    color: #002045;
    font-weight: 600
}

.card {
    border: 1px solid #e3e3e3;
    border-radius: 10px
}

.card-body {
    padding: 1.25rem
}

.card-body p {
    margin-bottom: .5rem
}

.card-body p:last-child {
    margin-bottom: 0
}

.card-header {
    border-bottom: 1px solid #e3e3e3;
    padding: .75rem 1rem
}

.card-footer {
    border-top: 1px solid #e3e3e3;
    padding: 1.25rem
}

.fade {
    transition: opacity .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 .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.accordion {
    --bs-accordion-color: #222;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: .375rem;
    --bs-accordion-inner-border-radius: calc(.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #222;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.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,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

.stepper-wrapper {
    font-weight: 600;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    font-size: 15px
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    color: #ccc
}

@media (max-width: 768px) {
    .stepper-item {
        font-size: 12px
    }
}

.stepper-item:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 12px;
    left: -50%;
    z-index: 2
}

.stepper-item:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 12px;
    left: 50%;
    z-index: 2
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    color: #fff;
    font-size: 16px
}

.stepper-item.active {
    color: #52789e
}

.stepper-item.active .step-counter {
    background: #52789e
}

.stepper-item.completed .step-counter {
    background-color: #222
}

.stepper-item.completed {
    color: #222
}

.stepper-item.completed:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #222;
    width: 100%;
    top: 12px;
    left: 50%;
    z-index: 3
}

.stepper-item:first-child:before {
    content: none
}

.stepper-item:last-child:after {
    content: none
}

.select {
    position: relative
}

.select .form-field-text:not(.disabled).text-placeholder {
    color: #000 !important
}

.select:focus:not(:has(.form-field-disabled)) .form-field-container {
    background-color: #fff
}

.select:focus:not(:has(.form-field-disabled)) .form-field-container .form-field-input,
.select:focus:not(:has(.form-field-disabled)) .form-field-container .form-field-buttons,
.select:focus:not(:has(.form-field-disabled)) .form-field-container .form-field-icon {
    border-color: #0071d1;
    background-color: #fff
}

.select:focus:not(:has(.form-field-disabled)) .form-field-container .form-field-input label {
    color: #0071d1
}

.select:focus:not(:has(.form-field-disabled)) .form-field-container .form-field-input label.force-background {
    background-color: #fff
}

.select.select-open .form-field-container {
    border: solid 1px #0071d1;
    background-color: #fff;
    border-radius: 20px 20px 0 0 !important;
    border-bottom: solid 1px #757575
}

.select.select-open .form-field-input,
.select.select-open .form-field-buttons {
    border: none
}

.select.select-open label {
    color: #0071d1 !important
}

.select.select-open .force-background {
    background-color: #fff
}

.select.form-field-disabled .form-field-container .form-field-buttons {
    background-color: #f8f8f8 !important
}

.select .form-field-container:hover .form-field-text:not(.disabled) {
    cursor: pointer
}

.select-open .select-options {
    display: block
}

.select-options {
    background: #fff;
    border: solid 1px #0071d1;
    border-radius: 0 0 20px 20px;
    border-top: 0px !important;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 1000;
    overflow: auto;
    max-height: 247px
}

.select-options .select-option {
    display: block;
    padding: 8px 16px;
    width: 100%;
    color: #222;
    background: #fff;
    border: none;
    text-align: left
}

.select-options .select-option.placeholder {
    color: #0071d1;
    opacity: .4
}

.select-options .select-option-disabled {
    color: gray;
    cursor: not-allowed
}

.select-options .select-option-interactive:hover,
.select-options .select-option-interactive.selected {
    color: #0071d1
}

.select-options .select-option-interactive:focus,
.select-options .select-option-interactive.selected {
    color: #0071d1
}

.select-options .select-option-interactive:last-child {
    border-bottom: none
}

.tycos {
    background: #e4edf5;
    padding: 16px;
    border-radius: 8px;
    margin: 16px 0;
    line-height: normal;
    text-align: start
}

.tycos .tycos-header {
    display: flex;
    justify-content: flex-end
}

.tycos .tycos-body {
    height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    overflow-x: auto
}

.tycos .tycos-body::-webkit-scrollbar {
    width: 6px;
    margin-right: 2px
}

.tycos .tycos-body::-webkit-scrollbar-track {
    background: url("/images/amigosinlimite/scroll-track.0a206a4a.svg") repeat;
    width: 1px
}

.tycos .tycos-body::-webkit-scrollbar-thumb {
    background: #2C72CA
}

.tycos .tycos-title,
.tycos .tycos-sub-title {
    margin-top: 16px;
    color: #222
}

.tycos .paragraph {
    margin-top: 8px;
    margin-bottom: 0
}

.tycos .sub-title {
    margin-top: 16px;
    margin-bottom: 0
}

.tycos .tycos-text {
    font-size: .875rem;
    color: #222;
    line-height: normal;
    font-weight: 400
}

.tycos .tycos-close {
    display: inline-flex;
    align-items: center;
    color: #0071d1
}

.tycos .tycos-close:hover {
    text-decoration: underline
}

.tycos .tycos-close svg {
    margin-left: 5px
}

.MuiCard-root.CardPackages {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FFF;
    color: #000;
    border-radius: 16px;
    overflow: visible;
    padding: 0;
    box-shadow: none !important
}

.MuiCard-root.CardPackages * {
    font-family: AMX, source-sans-pro, sans-serif !important;
    box-sizing: inherit
}

.MuiCard-root.CardPackages>div {
    padding: 0
}

.MuiCard-root.CardPackages .CardPackages_content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_header {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    background-color: #cbdffc;
    border-radius: 16px 16px 0 0;
    gap: 28px;
    border: 1.2px solid #d0d0d0;
    border-bottom: none;
    margin-bottom: 0
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_header-chip {
    position: absolute;
    top: -19px;
    height: auto;
    display: flex;
    z-index: 2
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_header-chip .Chip_label {
    border-radius: 4px 4px 0 0;
    padding: 2px 20px;
    font-size: .812rem;
    font-weight: 600;
    height: auto;
    width: fit-content
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_header-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    margin: 0;
    width: 100%
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_header-title p {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #00529b;
    line-height: 1.2
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_header-title .CardPackages_header-title_img {
    margin-left: 8px;
    min-width: 24px;
    flex-shrink: 0
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_header-title .CardPackages_header-title_img img {
    width: 24px;
    height: 24px
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
    border-radius: 0 0 16px 16px;
    background-color: #fff;
    flex-grow: 1;
    border-left: 1.2px solid #d0d0d0;
    border-right: 1.2px solid #d0d0d0;
    border-bottom: 1.2px solid #d0d0d0
}

@media screen and (min-width: 280px) {
    .MuiCard-root.CardPackages .CardPackages_content .CardPackages_details {
        padding: 16px
    }
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info {
    display: flex;
    justify-content: space-between
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-data {
    width: fit-content;
    max-width: 130px;
    text-align: start
}

@media screen and (min-width: 280px) {
    .MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-data {
        margin-right: 8px
    }
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-data__value {
    font-size: 18px;
    color: #00529b;
    font-weight: 600;
    margin: 0;
    line-height: 32px
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-data__label {
    font-size: 14px;
    line-height: 1.5;
    color: #222
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-validity {
    text-align: center;
    max-width: 50%
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-validity__value {
    font-size: 18px;
    color: #595959;
    font-weight: 600;
    margin: 0;
    line-height: 29.8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-validity__label {
    font-size: 14px;
    line-height: 1.5;
    color: #222
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_actions-price {
    width: fit-content;
    max-width: 90px;
    text-align: end;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px
}

@media screen and (min-width: 280px) {
    .MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_actions-price {
        margin-left: 8px
    }
}

@media screen and (min-width: 432px) {
    .MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_actions-price {
        font-size: 28px
    }
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-internet_cont {
    display: none
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_social-networks-container {
    width: 100%;
    padding: 4px 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #f8f8f8;
    border-radius: 12px;
    margin-top: 16px;
    margin-bottom: 16px
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_social-networks-container .networks-data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_social-networks-container .networks-data .networks-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: normal;
    color: #222;
    margin: 0
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_social-networks-container .networks-data .networks-text .title {
    font-size: .875rem;
    font-weight: 400
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_social-networks-container .networks-data .networks-text .subtitle {
    font-size: .875rem;
    font-weight: 600;
    text-transform: capitalize
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_social-networks-container .networks-data .networks-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_social-networks-container .networks-data.second-row {
    border-top: 1px solid #d0d0d0;
    padding-top: 10px
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-internet {
    display: flex;
    flex-direction: column
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-internet span {
    font-size: 14px
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-include {
    margin-top: 8px;
    display: grid
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-include p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #0a3d7e
}

.MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-include>div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.MuiCard-root.CardPackages .CardPackages_actions {
    display: flex;
    flex-direction: column;
    color: #222;
    border-radius: 0 0 16px 16px;
    border-top: none
}

.MuiCard-root.CardPackages .CardPackages_actions .buttons_section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    gap: 8px
}

.MuiCard-root.CardPackages .CardPackages_actions .footer_section {
    display: flex;
    margin-left: 0;
    flex-direction: row;
    width: 100%;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1.2px solid #d0d0d0
}

.MuiCard-root.CardPackages .CardPackages_actions .details_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .75rem
}

@media screen and (min-width: 432px) {
    .MuiCard-root.CardPackages .CardPackages_actions .details_container {
        max-width: 200px !important
    }
}

.MuiCard-root.CardPackages .CardPackages_actions .CardPackages_details-include_card>div {
    gap: .5rem;
    display: flex;
    flex-wrap: wrap
}

.MuiCard-root.CardPackages .CardPackages_actions .CardPackages_details-include_card .Chip_benefit {
    border-radius: 8px;
    padding: .125rem .75rem;
    background-color: #e4eef0;
    font-weight: 600;
    color: #00575f;
    font-size: .813rem;
    margin-bottom: 0
}

.MuiCard-root.CardPackages .CardPackages_actions .CardPackages_details-include_card .show-more-benefits {
    border-radius: .5rem;
    padding: 4px;
    border-width: 0px;
    font-size: .813rem;
    color: #0071d1;
    background-color: #e4edf5
}

.MuiCard-root.CardPackages .CardPackages_actions .btn--link {
    font-size: 14px;
    text-align: left;
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    min-height: auto;
    color: #0071d1;
    max-width: 185px !important
}

.MuiCard-root.CardPackages .CardPackages_actions .btn--primary,
.MuiCard-root.CardPackages .CardPackages_actions .btn-primary {
    margin: 0;
    width: 100%;
    border-radius: 24px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    max-width: 120px !important
}

@media screen and (min-width: 432px) {
    .MuiCard-root.CardPackages {
        max-width: 488px
    }

    .MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-data__value {
        font-size: 28px
    }

    .MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-data__label {
        font-size: 16px
    }

    .MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-validity__value {
        font-size: 28px;
        margin-bottom: 4px
    }

    .MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-validity__label {
        font-size: 16px
    }

    .MuiCard-root.CardPackages .CardPackages_content .CardPackages_details .CardPackages_details-main-info .CardPackages_details-saving__value {
        font-size: 28px
    }

    .MuiCard-root.CardPackages .CardPackages_actions .btn--link {
        max-width: 205px !important
    }
}

@media screen and (min-width: 768px) {
    .MuiCard-root.CardPackages {
        max-width: 504px
    }
}

.force-lg .MuiCard-root.CardPackages {
    max-width: 504px
}

.bill-cashback {
    background-color: #ececec;
    border-radius: 4px;
    padding: 4px 8px;
    gap: 4px;
    display: flex;
    width: fit-content;
    align-items: center;
    height: 24px;
    margin-bottom: 4px;
    margin-top: 12px
}

.bill-cashback.icon-cashback {
    transform: scale(.7)
}

.bill-cashback p {
    font-weight: 400;
    font-size: .812rem;
    padding-left: 13px;
    padding-right: 13px;
    line-height: normal;
    margin-bottom: 0;
    color: #222
}

.CardViewMore {
    position: relative;
    padding-bottom: 0;
    background-color: #e8ecf8;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-shadow: 0 4px 12px #00000029;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .1607843137);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .1607843137);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    color: #000
}

.CardViewMore .CardViewMore-bg {
    margin: 0;
    width: auto;
    height: 202px
}

.CardViewMore .btn-primary {
    margin-left: 0;
    max-width: 240px;
    border-radius: 200px;
    width: 100%;
    padding: 7px 16px
}

.CardViewMore .CardViewMore-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 224px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 8px;
    text-align: center
}

.CardViewMore .CardViewMore-content .CardViewMore-content_text-title {
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: 600
}

.CardViewMore .CardViewMore-content .CardViewMore-content_text-info {
    font-weight: 400;
    font-size: 16px
}

.CardViewMore.CardPackages {
    width: 224px
}

@media screen and (min-width: 432px) {
    .CardViewMore .CardViewMore-content {
        padding: 16px
    }

    .CardViewMore.CardPackages {
        width: 248px
    }
}

@media screen and (min-width: 768px) {
    .CardViewMore.CardPackages {
        width: 320px
    }
}

.error-message {
    background-color: #dbe6fa;
    padding: 24px 16px;
    height: auto
}

.error-message.venta-cruzada {
    background-color: #f2f7f9;
    border-radius: 16px
}

.error-message.linea-suspendida {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px 16px 10px
}

.error-message--errorLoad {
    max-width: 343px;
    margin: 0 auto
}

.error-message--errorLoad-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.error-message--errorLoad-subtitle {
    margin-bottom: 16px
}

.error-message--errorLoad-img {
    height: 160px;
    width: auto;
    display: block;
    margin: 0 auto 16px
}

.error-message--errorLoad .btn-error-load {
    color: #0071d1;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    width: fit-content
}

.error-message--allActive {
    max-width: 343px;
    margin: 0 auto;
    position: relative
}

.error-message--allActive:before {
    content: "";
    width: 100%;
    background-color: #00529b;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 100px
}

.error-message--allActive:after {
    content: "";
    width: 100%;
    background-color: #00529b;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 94px
}

.error-message--allActive-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px
}

.error-message--allActive-img {
    height: 262px;
    width: auto;
    display: block;
    margin: 16px auto 0;
    position: relative;
    z-index: 1
}

.error-message--allActive .btn-all-active {
    border-color: #7b1fa2;
    color: #7b1fa2;
    border-radius: 200px;
    max-width: 240px;
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 0 auto
}

.error-message--errorVentaCruzada {
    max-width: 343px;
    margin: 0 auto
}

.error-message--errorVentaCruzada-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0a3d7e
}

.error-message--errorVentaCruzada-subtitle {
    font-size: 16px;
    color: #757575;
    margin-bottom: 16px
}

.error-message--errorVentaCruzada-img {
    height: 160px;
    width: auto;
    display: block;
    margin: 0 auto 16px
}

.error-message--errorVentaCruzada .btn-error-load {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 16px !important
}

.error-message--errorLineaSuspendida {
    max-width: 420px;
    margin: 0 auto;
    position: relative
}

.error-message--errorLineaSuspendida:before {
    content: "";
    width: 100%;
    background-color: #ebab07;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 150px
}

.error-message--errorLineaSuspendida:after {
    content: "";
    width: 100%;
    background-color: #ebab07;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 144px
}

.error-message--errorLineaSuspendida-title {
    font-size: 18px;
    margin-bottom: 24px
}

.error-message--errorLineaSuspendida-img {
    height: 262px;
    width: auto;
    display: block;
    margin: 16px auto 24px;
    position: relative;
    z-index: 1
}

.error-message--errorLineaSuspendida .btn-all-active {
    display: flex;
    margin: 0 auto
}

.error-message--errorLineaSuspendida .btn-error-load {
    max-width: none;
    width: 100%
}

@media screen and (min-width: 768px) {
    .error-message--errorLoad {
        min-height: 263px;
        height: auto;
        max-width: 644px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
        padding-right: 224px
    }

    .error-message--errorLoad-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px
    }

    .error-message--errorLoad-img {
        position: absolute;
        width: 200px;
        height: auto;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0
    }

    .error-message--errorLoad .btn-error-load {
        margin: 0
    }

    .error-message--allActive {
        min-height: 263px;
        height: auto;
        max-width: 921px
    }

    .error-message--allActive:before {
        bottom: 109px
    }

    .error-message--allActive:after {
        bottom: 103px
    }

    .error-message--allActive-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
        padding-top: 50px;
        max-width: 450px
    }

    .error-message--allActive-img {
        position: absolute;
        height: 220px;
        left: 474px;
        margin: 0;
        top: 18px
    }

    .error-message--allActive .btn-all-active {
        margin: 0
    }

    .error-message--errorVentaCruzada {
        height: 263px;
        max-width: 644px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
        padding-right: 224px
    }

    .error-message--errorVentaCruzada-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px
    }

    .error-message--errorVentaCruzada-subtitle {
        margin-bottom: 24px;
        padding-right: 20px
    }

    .error-message--errorVentaCruzada-img {
        position: absolute;
        width: 274.24px;
        height: auto;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0
    }

    .error-message--errorVentaCruzada .btn-error-load {
        margin: 0;
        font-size: 16px
    }

    .error-message--errorLineaSuspendida {
        height: 263px;
        max-width: 921px
    }

    .error-message--errorLineaSuspendida:before {
        bottom: 109px
    }

    .error-message--errorLineaSuspendida:after {
        bottom: 103px
    }

    .error-message--errorLineaSuspendida-title {
        font-size: 20px;
        margin-bottom: 16px;
        padding-top: 10px;
        max-width: 450px
    }

    .error-message--errorLineaSuspendida-img {
        position: absolute;
        height: 230px;
        left: 435px;
        margin: 0;
        top: 0px
    }

    .error-message--errorLineaSuspendida .btn-all-active {
        margin: 0
    }

    .error-message--errorLineaSuspendida .btn-error-load {
        max-width: 240px
    }
}

.rd-Error {
    background-color: #f0f5ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 16px
}

.rd-Error .horizontal-container {
    padding: 24px
}

@media screen and (min-width: 768px) {
    .rd-Error .horizontal-container {
        padding: 40px;
        width: 70%;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
}

.rd-Error.horizontal {
    flex-direction: column;
    justify-content: flex-start
}

@media screen and (min-width: 768px) {
    .rd-Error.horizontal {
        flex-direction: row;
        justify-content: space-around;
        gap: unset
    }
}

.rd-Error.transparentBG {
    background-color: transparent
}

.rd-Error__title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.125rem;
    text-align: center;
    line-height: normal
}

@media screen and (min-width: 768px) {
    .rd-Error__title {
        text-align: left
    }
}

.rd-Error__desc {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    line-height: normal
}

@media screen and (min-width: 768px) {
    .rd-Error__desc {
        text-align: left
    }
}

.rd-Error__desc.horizontal {
    padding-top: 8px
}

.order-summary-container {
    background: transparent;
    border-radius: 16px;
    padding: 16px 0;
    box-shadow: none;
    border: 1px solid #d0d0d0;
    max-width: 608px;
    margin: 0 auto
}

.max-width-608 {
    margin: 0 auto;
    max-width: 608px
}

.order-summary-single-column {
    display: flex;
    flex-direction: column;
    gap: 0
}

.order-summary-section {
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    position: relative
}

.order-summary-section:first-child {
    padding-bottom: 16px
}

.order-summary-section:first-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #d0d0d0
}

.order-summary-section:last-child {
    margin-top: 0;
    padding-top: 16px
}

.order-summary-two-columns {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media screen and (min-width: 768px) {
    .order-summary-two-columns {
        flex-direction: row;
        gap: 32px
    }
}

.order-summary-column {
    flex: 1
}

.order-summary-column .order-summary-section {
    background: #fafbfc;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #d0d0d0;
    position: relative
}

.order-summary-column .order-summary-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #e30613;
    border-radius: 4px 0 0 4px
}

.order-summary-item {
    display: grid;
    grid-template-columns: minmax(140px, 45%) 1fr;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 20px
}

.order-summary-item:last-child {
    margin-bottom: 0
}

.order-label {
    font-family: AMX, sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 176px;
    padding-left: 32px;
    line-height: 1.5;
    padding-right: 0;
    justify-self: end
}

.order-value {
    font-family: AMX, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    word-break: break-word;
    line-height: 1.5;
    padding-right: 8px
}

.order-value.with-payment-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px
}

.order-value.masked-card {
    letter-spacing: 1px;
    color: #1a73e8;
    font-weight: 600
}

.order-value.phone-number,
.order-value.folio-number {
    font-weight: 600;
    letter-spacing: .5px
}

@media (max-width: 640px) {
    .order-summary-container {
        max-width: 100%;
        margin: 0;
        padding: 16px 10px
    }

    .order-summary-item {
        grid-template-columns: minmax(130px, 42%) 1fr;
        gap: 10px
    }

    .order-label {
        padding-left: 0;
        width: 115px
    }
}

@media (max-width: 480px) {
    .order-summary-container {
        padding: 12px 8px
    }

    .order-summary-item {
        grid-template-columns: minmax(110px, 38%) 1fr;
        gap: 0px
    }

    .order-label {
        padding-left: 0;
        width: 90px;
        font-size: 14px;
        justify-self: center
    }

    .order-value {
        font-size: 14px
    }
}

.MuiModal-root.modal-show-details .MuiBackdrop-root {
    background-color: #040000cc
}

.verDetalles {
    box-sizing: unset;
    padding: 16px;
    background-color: #fff;
    position: absolute;
    overflow: auto;
    border-radius: 24px
}

.verDetalles.darkness {
    background-color: #fff
}

@media screen and (min-width: 0) {
    .verDetalles {
        width: 87%
    }
}

@media screen and (min-width: 280px) {
    .verDetalles {
        width: 86%
    }
}

@media screen and (min-width: 432px) {
    .verDetalles {
        width: 330px
    }
}

@media screen and (min-width: 768px) {
    .verDetalles {
        width: 408px
    }
}

@media screen and (min-width: 1024px) {
    .verDetalles {
        position: absolute;
        width: 408px
    }
}

.verDetalles::-webkit-scrollbar {
    display: none
}

.verDetalles p {
    margin: 0;
    padding-bottom: 4px
}

.verDetalles .align-close {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    text-decoration: none;
    font-size: 16px !important;
    margin-right: 0
}

.verDetalles .align-close:hover {
    text-decoration: underline
}

.verDetalles .verDetalles--title {
    font-weight: 600;
    font-size: 20px;
    color: #00529b;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border: 0px solid #d0d0d0;
    border-bottom-width: 1px
}

.verDetalles .verDetalles--title p {
    margin: 0
}

.verDetalles .verDetalles--text {
    overflow: auto;
    max-height: 40dvh;
    overflow-x: auto
}

.verDetalles .verDetalles--text::-webkit-scrollbar {
    width: 6px;
    margin-right: 2px
}

.verDetalles .verDetalles--text::-webkit-scrollbar-track {
    background: url("/images/amigosinlimite/scroll-track.0a206a4a.svg") repeat;
    width: 1px
}

.verDetalles .verDetalles--text::-webkit-scrollbar-thumb {
    background: #2C72CA
}

.verDetalles .verDetalles--text.customDvh {
    max-height: 40dvh !important
}

.verDetalles .verDetalles--text .modal-alignRow {
    display: flex;
    flex-direction: row;
    align-items: center
}

.verDetalles .verDetalles--text .details-body-container {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.verDetalles .verDetalles--text .modal-attribute {
    display: flex;
    flex-direction: row;
    color: #222
}

.verDetalles .verDetalles--text .modal-hint {
    font-size: .875rem;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    color: #595959
}

.verDetalles .verDetalles--text .modal-key {
    width: 135px;
    min-width: 135px;
    font-size: 16px
}

.verDetalles .verDetalles--text .roaming-html * {
    font-size: 16px !important
}

.verDetalles .verDetalles--text .modal-button {
    margin-top: 8px;
    align-self: center;
    width: 60%
}

.verDetalles .verDetalles--text .modal-value {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 62%;
    font-size: 16px;
    font-weight: 600
}

.verDetalles .verDetalles--text .prime-benefit-banner {
    background-color: #e4edf5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 8px;
    border-radius: 16px
}

.verDetalles .verDetalles--text .prime-benefit-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%
}

.verDetalles .verDetalles--text .prime-benefit-title {
    font-size: 14px;
    font-weight: 600;
    color: #222
}

.verDetalles .verDetalles--text .prime-benefit-description {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 1.4
}

.MuiModal-root.modal-show-details .MuiBackdrop-root {
    background-color: #0009 !important
}

.popover-modal-info {
    font-weight: 800;
    font-size: 14px;
    max-width: 300px
}

.how_to_buy {
    box-sizing: unset;
    padding: 16px 16px 5px;
    background-color: #fff;
    position: absolute;
    overflow: auto;
    border-radius: 24px
}

@media screen and (min-width: 0) {
    .how_to_buy {
        width: 80%
    }
}

@media screen and (min-width: 280px) {
    .how_to_buy {
        width: 80%
    }
}

@media screen and (min-width: 432px) {
    .how_to_buy {
        width: 330px
    }
}

@media screen and (min-width: 768px) {
    .how_to_buy {
        width: 408px
    }
}

@media screen and (min-width: 1024px) {
    .how_to_buy {
        position: absolute;
        width: 408px
    }
}

.how_to_buy::-webkit-scrollbar {
    display: none
}

.how_to_buy p {
    margin: 0;
    padding-bottom: 0
}

.how_to_buy .align-close {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    text-decoration: none;
    font-size: 16px !important;
    margin-right: 0
}

.how_to_buy .align-close:hover {
    text-decoration: underline
}

.how_to_buy .how_to_buy--modal-title {
    font-weight: 600;
    font-size: 20px;
    color: #00529b;
    text-align: center;
    padding: 8px 0
}

.how_to_buy .how_to_buy--modal-title p {
    margin: 0
}

.how_to_buy .how_to_buy--option {
    text-align: center;
    margin-bottom: 24px
}

.how_to_buy .how_to_buy--option+.how_to_buy--option {
    border-top: 1px solid #D0D0D0
}

.how_to_buy .how_to_buy--title {
    font-weight: 600;
    font-size: 16px;
    color: #222;
    text-align: left;
    padding: 12px 0
}

.how_to_buy .how_to_buy--title p {
    margin: 0
}

.how_to_buy .how_to_buy--text {
    font-size: 16px;
    text-align: left
}

.how_to_buy .how_to_buy--text .tooltip-mitelcel {
    display: ruby;
    vertical-align: text-bottom;
    margin-left: 4px
}

.how_to_buy .how_to_buy--text.link {
    font-weight: 600;
    color: #0071d1
}

.how_to_buy .how_to_buy-btn {
    margin: 24px 0 0;
    max-width: 240px;
    min-width: 100%
}

@media screen and (min-width: 768px) {
    .how_to_buy .how_to_buy-btn {
        min-width: auto;
        min-width: 220px;
        margin: 14px auto 0 !important;
        position: relative;
        left: 0;
        right: 0
    }
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 16px;
    padding: 16px 1px 0;
    width: 100%;
    margin: 0 auto !important;
    max-width: 100%
}

.packages-grid__item {
    display: flex;
    justify-content: center;
    width: 100%
}

@media screen and (min-width: 768px) {
    .packages-grid {
        grid-template-columns: repeat(2, calc(50% - 8px));
        padding: 12px 20px 0;
        max-width: 1024px
    }

    .packages-grid__item {
        max-width: none
    }
}

@media screen and (min-width: 1024px) {
    .packages-grid {
        padding: 12px 0 0
    }
}

.offer-width {
    max-width: 488px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .offer-width {
        max-width: 1024px
    }
}

.offer-padding {
    padding: 16px 1px 0;
    justify-self: center;
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .offer-padding {
        padding: 12px 20px 0
    }
}

@media screen and (min-width: 1024px) {
    .offer-padding {
        padding: 12px 0 0
    }
}

.rd-CashBackBanner__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1204px;
    margin: 0 auto;
    gap: 4px
}

.rd-CashBackBanner__container.margin-bottom {
    margin-bottom: 16px
}

@media screen and (min-width: 432px) {
    .rd-CashBackBanner__container {
        padding: 0% 8px
    }
}

.rd-CashBackBanner__text {
    font-weight: 400;
    font-size: .812rem;
    padding-left: 13px;
    padding-right: 13px;
    line-height: normal;
    color: #757575
}

@media screen and (min-width: 432px) {
    .rd-CashBackBanner__text {
        font-weight: 400;
        font-size: 1rem;
        padding-left: 16px;
        padding-right: 16px;
        line-height: normal
    }
}

.rd-CashBackBanner__card {
    background-color: #fff;
    border: 1.5px solid #CBDFFC;.form-field-container
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    overflow: hidden
}

.rd-CashBackBanner__card-content {
    display: flex;
    gap: 16px
}

.rd-CashBackBanner__card-content svg {
    width: 74px
}

.rd-CashBackBanner__card-content-text {
    max-width: calc(100% - 106px);
    display: flex;
    flex-direction: column;
    gap: 4px
}

.RechargeAmount__container {
    display: flex;
    row-gap: 16px;
    column-gap: 16px;
    flex-wrap: wrap;
    margin: 0 auto
}

.RechargeAmount__btn {
    padding: 16px;
    border-radius: 16px;
    max-width: 116px;
    width: 100%;
    font-size: 23px;
    color: #757575;
    line-height: normal;
    font-family: AMX, Helvetica Neue, Helvetica, Arial, sans-serif;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease
}

.RechargeAmount__btn--active {
    color: #0071d1;
    border: 1px solid #0071d1;
    background-color: #f2f7f9
}

.politica__view {
    display: none;
}