﻿@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* $body-color: #111; */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-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: #8B384A;
    --bs-secondary: #F8F3E7;
    --bs-primary-rgb: 139, 56, 74;
    --bs-secondary-rgb: 248, 243, 231;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --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: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.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: #212529;
    --bs-body-bg: #ffffff;
}

*,
*::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);
}

.DeliciasP {
    font-size: 20px
}

form {
    height: 100%;
    min-height: 100%;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}
.DatosFM {
    display:none;
}

.DatosFMC {
    display: none;
}
.MenuNoVi {
    display: none !important;
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-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: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small, .small {
    font-size: 0.875em;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #8B384A;
    text-decoration: underline;
}

    a:hover {
        color: #6f2d3b;
    }

    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;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

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]::-webkit-calendar-picker-indicator {
    display: none;
}

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: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-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;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

    .blockquote > :last-child {
        margin-bottom: 0;
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "— ";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 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: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

.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 > * {
        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: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (max-width: 515px) {
    .MovilD > * {
        display: none
    }
    .ImgS {
        height: 87% !important;        
        
    }
    .registro {
        padding-top: 45% ;
    }

    .DeliciasP {
        font-size: 16px
    }
    .MenuNoVi {
        display: initial !important;
    }
}
@media (max-width: 515px) {
    .registro {
        padding-top: 45%;
    }

}

    @media (min-width: 576px) {
        .col-sm {
            flex: 1 0 0%;
        }

        .registro {
            padding-top: 45%;
        }

        .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: 0.25rem;
        }

        .g-sm-1,
        .gy-sm-1 {
            --bs-gutter-y: 0.25rem;
        }

        .g-sm-2,
        .gx-sm-2 {
            --bs-gutter-x: 0.5rem;
        }

        .g-sm-2,
        .gy-sm-2 {
            --bs-gutter-y: 0.5rem;
        }

        .g-sm-3,
        .gx-sm-3 {
            --bs-gutter-x: 1rem;
        }

        .g-sm-3,
        .gy-sm-3 {
            --bs-gutter-y: 1rem;
        }

        .g-sm-4,
        .gx-sm-4 {
            --bs-gutter-x: 1.5rem;
        }

        .g-sm-4,
        .gy-sm-4 {
            --bs-gutter-y: 1.5rem;
        }

        .g-sm-5,
        .gx-sm-5 {
            --bs-gutter-x: 3rem;
        }

        .g-sm-5,
        .gy-sm-5 {
            --bs-gutter-y: 3rem;
        }
    }

    @media (min-width: 768px) {
        .col-md {
            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: 0.25rem;
        }

        .g-md-1,
        .gy-md-1 {
            --bs-gutter-y: 0.25rem;
        }

        .g-md-2,
        .gx-md-2 {
            --bs-gutter-x: 0.5rem;
        }

        .g-md-2,
        .gy-md-2 {
            --bs-gutter-y: 0.5rem;
        }

        .g-md-3,
        .gx-md-3 {
            --bs-gutter-x: 1rem;
        }

        .g-md-3,
        .gy-md-3 {
            --bs-gutter-y: 1rem;
        }

        .g-md-4,
        .gx-md-4 {
            --bs-gutter-x: 1.5rem;
        }

        .g-md-4,
        .gy-md-4 {
            --bs-gutter-y: 1.5rem;
        }

        .g-md-5,
        .gx-md-5 {
            --bs-gutter-x: 3rem;
        }

        .g-md-5,
        .gy-md-5 {
            --bs-gutter-y: 3rem;
        }

	
        #myModalBannerApp {
            display: none !important;
        }
    }

    @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: 0.25rem;
        }

        .g-lg-1,
        .gy-lg-1 {
            --bs-gutter-y: 0.25rem;
        }

        .g-lg-2,
        .gx-lg-2 {
            --bs-gutter-x: 0.5rem;
        }

        .g-lg-2,
        .gy-lg-2 {
            --bs-gutter-y: 0.5rem;
        }

        .g-lg-3,
        .gx-lg-3 {
            --bs-gutter-x: 1rem;
        }

        .g-lg-3,
        .gy-lg-3 {
            --bs-gutter-y: 1rem;
        }

        .g-lg-4,
        .gx-lg-4 {
            --bs-gutter-x: 1.5rem;
        }

        .g-lg-4,
        .gy-lg-4 {
            --bs-gutter-y: 1.5rem;
        }

        .g-lg-5,
        .gx-lg-5 {
            --bs-gutter-x: 3rem;
        }

        .g-lg-5,
        .gy-lg-5 {
            --bs-gutter-y: 3rem;
        }
    }

    @media (min-width: 1200px) {
        .col-xl {
            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: 0.25rem;
        }

        .g-xl-1,
        .gy-xl-1 {
            --bs-gutter-y: 0.25rem;
        }

        .g-xl-2,
        .gx-xl-2 {
            --bs-gutter-x: 0.5rem;
        }

        .g-xl-2,
        .gy-xl-2 {
            --bs-gutter-y: 0.5rem;
        }

        .g-xl-3,
        .gx-xl-3 {
            --bs-gutter-x: 1rem;
        }

        .g-xl-3,
        .gy-xl-3 {
            --bs-gutter-y: 1rem;
        }

        .g-xl-4,
        .gx-xl-4 {
            --bs-gutter-x: 1.5rem;
        }

        .g-xl-4,
        .gy-xl-4 {
            --bs-gutter-y: 1.5rem;
        }

        .g-xl-5,
        .gx-xl-5 {
            --bs-gutter-x: 3rem;
        }

        .g-xl-5,
        .gy-xl-5 {
            --bs-gutter-y: 3rem;
        }
    }

    @media (min-width: 1400px) {
        .col-xxl {
            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: 0.25rem;
        }

        .g-xxl-1,
        .gy-xxl-1 {
            --bs-gutter-y: 0.25rem;
        }

        .g-xxl-2,
        .gx-xxl-2 {
            --bs-gutter-x: 0.5rem;
        }

        .g-xxl-2,
        .gy-xxl-2 {
            --bs-gutter-y: 0.5rem;
        }

        .g-xxl-3,
        .gx-xxl-3 {
            --bs-gutter-x: 1rem;
        }

        .g-xxl-3,
        .gy-xxl-3 {
            --bs-gutter-y: 1rem;
        }

        .g-xxl-4,
        .gx-xxl-4 {
            --bs-gutter-x: 1.5rem;
        }

        .g-xxl-4,
        .gy-xxl-4 {
            --bs-gutter-y: 1.5rem;
        }

        .g-xxl-5,
        .gx-xxl-5 {
            --bs-gutter-x: 3rem;
        }

        .g-xxl-5,
        .gy-xxl-5 {
            --bs-gutter-y: 3rem;
        }
    }

    .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

    .table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .table > tbody {
        vertical-align: inherit;
    }

    .table > thead {
        vertical-align: bottom;
    }

    .table > :not(:first-child) {
        border-top: 2px solid currentColor;
    }

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
        border-width: 0 1px;
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
    border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #e8d7db;
    --bs-table-striped-bg: #dcccd0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d1c2c5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d7c7cb;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #d1c2c5;
}

.table-secondary {
    --bs-table-bg: #fefdfa;
    --bs-table-striped-bg: #f1f0ee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5e4e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebeae7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e5e4e1;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

.form-control:focus {
    color: #212529;
    background-color: #ffffff;
    border-color: #c59ca5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(139, 56, 74, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

    .form-control-sm::file-selector-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: 0.5rem;
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: 0.5rem;
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

    .form-control-lg::file-selector-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem;
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem;
    }

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: 0.25rem;
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: 0.25rem;
    }

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #c59ca5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(139, 56, 74, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}

    .form-check-input[type=checkbox] {
        border-radius: 0.25em;
    }

    .form-check-input[type=radio] {
        border-radius: 50%;
    }

    .form-check-input:active {
        filter: brightness(90%);
    }

    .form-check-input:focus {
        border-color: #c59ca5;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(139, 56, 74, 0.25);
    }

    .form-check-input:checked {
        background-color: #8B384A;
        border-color: #8B384A;
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #8B384A;
        border-color: #8B384A;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            opacity: 0.5;
        }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23c59ca5'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

    .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
        pointer-events: none;
        filter: none;
        opacity: 0.65;
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

    .form-range:focus {
        outline: 0;
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(139, 56, 74, 0.25);
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(139, 56, 74, 0.25);
        }

    .form-range::-moz-focus-outer {
        border: 0;
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #8B384A;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #dcc3c9;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #8B384A;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #dcc3c9;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd;
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd;
    }

.form-floating {
    position: relative;
}

    .form-floating > .form-control,
    .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25;
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control {
    padding: 1rem 0.75rem;
}

    .form-floating > .form-control::placeholder {
        color: transparent;
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

    .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .form-floating > .form-select ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }

        .input-group > .form-control:focus,
        .input-group > .form-select:focus {
            z-index: 3;
        }

    .input-group .btn {
        position: relative;
        z-index: 2;
    }

        .input-group .btn:focus {
            z-index: 3;
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #198754;
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #198754;
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #198754;
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #198754;
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}

    .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
    .was-validated .input-group .form-select:valid:focus,
    .input-group .form-select.is-valid:focus {
        z-index: 3;
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #dc3545;
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #dc3545;
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}

    .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
    .was-validated .input-group .form-select:invalid:focus,
    .input-group .form-select.is-invalid:focus {
        z-index: 3;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(139, 56, 74, 0.25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #8B384A;
    border-color: #8B384A;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #76303f;
        border-color: #6f2d3b;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #76303f;
        border-color: #6f2d3b;
        box-shadow: 0 0 0 0.25rem rgba(156, 86, 101, 0.5);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #6f2d3b;
        border-color: #682a38;
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(156, 86, 101, 0.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #8B384A;
        border-color: #8B384A;
    }

.btn-secondary {
    color: #000;
    background-color: #F8F3E7;
    border-color: #F8F3E7;
}

    .btn-secondary:hover {
        color: #000;
        background-color: #f9f5eb;
        border-color: #f9f4e9;
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #000;
        background-color: #f9f5eb;
        border-color: #f9f4e9;
        box-shadow: 0 0 0 0.25rem rgba(211, 207, 196, 0.5);
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #000;
        background-color: #f9f5ec;
        border-color: #f9f4e9;
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(211, 207, 196, 0.5);
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #000;
        background-color: #F8F3E7;
        border-color: #F8F3E7;
    }

.btn-outline-primary {
    color: #8B384A;
    border-color: #8B384A;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #8B384A;
        border-color: #8B384A;
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(139, 56, 74, 0.5);
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: #8B384A;
        border-color: #8B384A;
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(139, 56, 74, 0.5);
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #8B384A;
        background-color: transparent;
    }

.btn-outline-secondary {
    color: #F8F3E7;
    border-color: #F8F3E7;
}

    .btn-outline-secondary:hover {
        color: #000;
        background-color: #F8F3E7;
        border-color: #F8F3E7;
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0.25rem rgba(248, 243, 231, 0.5);
    }

    .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
        color: #000;
        background-color: #F8F3E7;
        border-color: #F8F3E7;
    }

        .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(248, 243, 231, 0.5);
        }

    .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
        color: #F8F3E7;
        background-color: transparent;
    }

.btn-link {
    font-weight: 400;
    color: #8B384A;
    text-decoration: underline;
}

    .btn-link:hover {
        color: #6f2d3b;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: 0.125rem;
    }

.dropdown-menu-start {
    --bs-position: start;
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

.dropdown-menu-end {
    --bs-position: end;
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #1e2125;
        background-color: #e9ecef;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #8B384A;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6;
    }

        .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.15);
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #8B384A;
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd;
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0, 0, 0, 0.15);
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6;
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd;
    }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto;
    }

        .btn-group > .btn-check:checked + .btn,
        .btn-group > .btn-check:focus + .btn,
        .btn-group > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn-check:checked + .btn,
        .btn-group-vertical > .btn-check:focus + .btn,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px;
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
        .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn ~ .btn,
        .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #8B384A;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: #6f2d3b;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: none;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #ffffff;
            border-color: #dee2e6 #dee2e6 #ffffff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        /*background-color: #8B384A;*/
    }

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        width: 100%;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-sm,
    .navbar > .container-md,
    .navbar > .container-lg,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
    }

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .offcanvas-header {
            display: none;
        }

        .navbar-expand-sm .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-sm .offcanvas-top,
        .navbar-expand-sm .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-sm .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .offcanvas-header {
            display: none;
        }

        .navbar-expand-md .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-md .offcanvas-top,
        .navbar-expand-md .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-md .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .offcanvas-header {
            display: none;
        }

        .navbar-expand-lg .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-lg .offcanvas-top,
        .navbar-expand-lg .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .offcanvas-header {
            display: none;
        }

        .navbar-expand-xl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-xl .offcanvas-top,
        .navbar-expand-xl .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-xl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xxl .offcanvas-header {
            display: none;
        }

        .navbar-expand-xxl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            transition: none;
            transform: none;
        }

        .navbar-expand-xxl .offcanvas-top,
        .navbar-expand-xxl .offcanvas-bottom {
            height: auto;
            border-top: 0;
            border-bottom: 0;
        }

        .navbar-expand-xxl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .offcanvas-header {
        display: none;
    }

    .navbar-expand .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand .offcanvas-top,
    .navbar-expand .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-text a,
    .navbar-light .navbar-text a:hover,
    .navbar-light .navbar-text a:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

    .navbar-dark .navbar-text a,
    .navbar-dark .navbar-text a:hover,
    .navbar-dark .navbar-text a:focus {
        color: #fff;
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .card > .card-header + .list-group,
        .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #7d3243;
    background-color: #f3ebed;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237d3243'%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");
        transform: rotate(-180deg);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #c59ca5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(139, 56, 74, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .accordion-item:first-of-type {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: 0.5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #8B384A;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #6f2d3b;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #6f2d3b;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(139, 56, 74, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #8B384A;
    border-color: #8B384A;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem;
    }

.alert-primary {
    color: #53222c;
    background-color: #e8d7db;
    border-color: #dcc3c9;
}

    .alert-primary .alert-link {
        color: #421b23;
    }

.alert-secondary {
    color: #63615c;
    background-color: #fefdfa;
    border-color: #fdfbf8;
}

    .alert-secondary .alert-link {
        color: #4f4e4a;
    }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #8B384A;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

    .list-group-numbered > li::before {
        content: counters(section, ".") ". ";
        counter-increment: section;
    }

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #8B384A;
        border-color: #8B384A;
    }

    .list-group-item + .list-group-item {
        border-top-width: 0;
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px;
        }

.list-group-horizontal {
    flex-direction: row;
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px;
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

        .list-group-horizontal-xxl > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

.list-group-flush {
    border-radius: 0;
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px;
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0;
        }

.list-group-item-primary {
    color: #53222c;
    background-color: #e8d7db;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #53222c;
        background-color: #d1c2c5;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #53222c;
        border-color: #53222c;
    }

.list-group-item-secondary {
    color: #63615c;
    background-color: #fefdfa;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #63615c;
        background-color: #e5e4e1;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #63615c;
        border-color: #63615c;
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(139, 56, 74, 0.25);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        user-select: none;
        opacity: 0.25;
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .toast.showing {
        opacity: 0;
    }

    .toast:not(.show) {
        display: none;
    }

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

    .toast-container > :not(:last-child) {
        margin-bottom: 0.75rem;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

    .toast-header .btn-close {
        margin-right: -0.375rem;
        margin-left: 0.75rem;
    }

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer > * {
        margin: 0.25rem;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 767.98px) {

    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

    .modal-fullscreen-lg-down .modal-header {
            border-radius: 0;
        }

    .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }

    .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0;
        }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
        bottom: 0;
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
            top: -1px;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.4rem;
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
            right: -1px;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
        top: 0;
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
            left: -1px;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
        bottom: 0;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        bottom: 1px;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: #fff;
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
        left: 0;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        left: 1px;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: #fff;
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
        top: 0;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        top: 1px;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: #fff;
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
        right: 0;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        right: 1px;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: #fff;
    }

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    /* rtl:begin:ignore */
    .carousel-item-next:not(.carousel-item-start),
    .active.carousel-item-end {
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start {
        transform: translateX(-100%);
    }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-start,
    .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .offcanvas-backdrop.fade {
        opacity: 0;
    }

    .offcanvas-backdrop.show {
        opacity: 0.5;
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

    .offcanvas-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem;
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}

    .placeholder.btn::before {
        display: inline-block;
        content: "";
    }

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #8B384A;
}

    .link-primary:hover, .link-primary:focus {
        color: #6f2d3b;
    }

.link-secondary {
    color: #F8F3E7;
}

    .link-secondary:hover, .link-secondary:focus {
        color: #f9f5ec;
    }

.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: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #8B384A !important;
}

.border-secondary {
    border-color: #F8F3E7 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-autoG {
    margin-right: auto !important;
    margin-left: 28% !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small, .small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot");
    src: local("☺"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("../fonts/Montserrat-Light/Montserrat-Light.eot");
    src: local("☺"), url("../fonts/Montserrat-Light/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light/Montserrat-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot");
    src: local("☺"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot");
    src: local("☺"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot");
    src: local("☺"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot");
    src: local("☺"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold/fonts/Gotham-Bold.eot");
    src: local("☺"), url("../fonts/Gotham-Bold/fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold/fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold/fonts/Gotham-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book/fonts/Gotham-Book.eot");
    src: local("☺"), url("../fonts/Gotham-Book/fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book/fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book/fonts/Gotham-Book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium/fonts/Gotham-Medium.eot");
    src: local("☺"), url("../fonts/Gotham-Medium/fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium/fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium/fonts/Gotham-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Black";
    src: url("../fonts/Gotham-Black/fonts/Gotham-Black.eot");
    src: local("☺"), url("../fonts/Gotham-Black/fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black/fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black/fonts/Gotham-Black.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gothamRoundedBold";
    src: url("../fonts/gothamrnd-bold.eot");
    src: url("../fonts/gothamrnd-bold.eot") format("embedded-opentype"), url("../fonts/gothamrnd-bold.woff") format("woff"), url("../fonts/gothamrnd-bold.ttf") format("truetype"), url("../fonts/gothamrnd-bold.svg#GothamRoundedBold") format("svg");
}

@font-face {
    font-family: "gothamRoundedBook";
    src: url("../fonts/gothamrnd-book.eot");
    src: url("../fonts/gothamrnd-book.eot") format("embedded-opentype"), url("../fonts/gothamrnd-book.woff") format("woff"), url("../fonts/gothamrnd-book.ttf") format("truetype"), url("../fonts/gothamrnd-book.svg#GothamRoundedBook") format("svg");
}

@font-face {
    font-family: "gothamRoundedMedium";
    src: url("../fonts/gothamrnd-medium.eot");
    src: url("../fonts/gothamrnd-medium.eot") format("embedded-opentype"), url("../fonts/gothamrnd-medium.woff") format("woff"), url("../fonts/gothamrnd-medium.ttf") format("truetype"), url("../fonts/gothamrnd-medium.svg#GothamRoundedMedium") format("svg");
}

@font-face {
    font-family: "gothamRoundedLight";
    src: url("../fonts/gothamrnd-light.eot");
    src: url("../fonts/gothamrnd-light.eot") format("embedded-opentype"), url("../fonts/gothamrnd-light.woff") format("woff"), url("../fonts/gothamrnd-light.ttf") format("truetype"), url("../fonts/gothamrnd-light.svg#GothamRoundedLight") format("svg");
}
/* $primary: #F40000;
$secondary: #FFFDFB;
$contrast: #00d1d2;
$gold: #C29A69;
$gray: #F6F4F0; */
/* $primary: #F40000;
$secondary: #FFFDFB;
$contrast: #00d1d2;
$gold: #C29A69;
$gray: #F6F4F0; */
.d__block {
    display: block;
}

.d__inline {
    display: inline;
}

.d__run-in {
    display: run-in;
}

.d__flow {
    display: flow;
}

.d__flow-root {
    display: flow-root;
}

.d__table {
    display: table;
}

.d__flex {
    display: flex;
}

.d__grid {
    display: grid;
}

.d__ruby {
    display: ruby;
}

.d__subgrid {
    display: subgrid;
}

.d__contents {
    display: contents;
}

.d__none {
    display: none;
}

.d__inline-block {
    display: inline-block;
}

.d__inline-table {
    display: inline-table;
}

.d__inline-flex {
    display: inline-flex;
}

.d__inline-grid {
    display: inline-grid;
}

.d__initial {
    display: initial;
}

.d__unset {
    display: unset;
}

.align-items__flex-start {
    align-items: flex-start;
}

.align-items__flex-end {
    align-items: flex-end;
}

.align-items__center {
    align-items: center;
}

.align-items__baseline {
    align-items: baseline;
}

.align-items__stretch {
    align-items: stretch;
}

.justify-content__flex-start {
    justify-content: flex-start;
}

.justify-content__flex-end {
    justify-content: flex-end;
}

.justify-content__center {
    justify-content: center;
}

.justify-content__space-between {
    justify-content: space-between;
}

.justify-content__space-around {
    justify-content: space-around;
}

.justify-content__space-evenly {
    justify-content: space-evenly;
}

.w-0 {
    width: 0;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.w-25px {
    width: 25px;
}

.w-50px {
    width: 50px;
}

.w-75px {
    width: 75px;
}

.w-100px {
    width: 100px;
}

.w-175px {
    width: 175px;
}

.w-1em {
    width: 1em;
}

.w-2em {
    width: 2em;
}

.w-3em {
    width: 3em;
}

.w-25vh {
    width: 25vh;
}

.w-50vh {
    width: 50vh;
}

.w-75vh {
    width: 75vh;
}

.w-100vh {
    width: 100vh;
}

.w-25vmax {
    width: 25vmax;
}

.w-50vmax {
    width: 50vmax;
}

.w-75vmax {
    width: 75vmax;
}

.w-100vmax {
    width: 100vmax;
}

.h-0 {
    height: 0 !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-25px {
    height: 25px !important;
}

.h-50px {
    height: 50px !important;
}

.h-75px {
    height: 75px !important;
}

.h-100px {
    height: 100px !important;
}

.h-125px {
    height: 125px !important;
}

.h-130px {
    height: 130px !important;
}

.h-135px {
    height: 135px !important;
}

.h-145px {
    height: 145px !important;
}

.h-150px {
    height: 150px !important;
}

.h-155px {
    height: 155px !important;
}

.h-160px {
    height: 160px !important;
}

.h-165px {
    height: 165px !important;
}

.h-175px {
    height: 175px !important;
}

.h-200px {
    height: 200px !important;
}

.h-207px {
    height: 207px !important;
}

.h-210px {
    height: 210px !important;
}

.h-250px {
    height: 250px !important;
}

.h-1em {
    height: 1em !important;
}

.h-2em {
    height: 2em !important;
}

.h-3em {
    height: 3em !important;
}

.h-25vh {
    height: 25vh !important;
}

.h-50vh {
    height: 50vh !important;
}

.h-75vh {
    height: 75vh !important;
}

.h-100vh {
    height: 100vh !important;
}

.h-25vmax {
    height: 25vmax !important;
}

.h-50vmax {
    height: 50vmax !important;
}

.h-75vmax {
    height: 75vmax !important;
}

.h-100vmax {
    height: 100vmax !important;
}

.font-0 {
    font-size: 0 !important;
}

.font-25 {
    font-size: 25% !important;
}

.font-50 {
    font-size: 50% !important;
}

.font-75 {
    font-size: 75% !important;
}

.font-100 {
    font-size: 100% !important;
}

.font-5px {
    font-size: 5px !important;
}

.font-10px {
    font-size: 10px !important;
}

.font-14px {
    font-size: 14px !important;
}

.font-24px {
    font-size: 24px !important;
}

.font-25px {
    font-size: 25px !important;
}

.font-36px {
    font-size: 36px !important;
}

.font-40px {
    font-size: 40px !important;
}

.font-50px {
    font-size: 50px !important;
}

.font-75px {
    font-size: 75px !important;
}

.font-100px {
    font-size: 100px !important;
}

.font-125px {
    font-size: 125px !important;
}

.font-150px {
    font-size: 150px !important;
}

.font-175px {
    font-size: 175px !important;
}

.font-200px {
    font-size: 200px !important;
}

.font-1em {
    font-size: 1em !important;
}

.font-2em {
    font-size: 2em !important;
}

.font-3em {
    font-size: 3em !important;
}

.font-25vh {
    font-size: 25vh !important;
}

.font-50vh {
    font-size: 50vh !important;
}

.font-75vh {
    font-size: 75vh !important;
}

.font-100vh {
    font-size: 100vh !important;
}

.font-25vmax {
    font-size: 25vmax !important;
}

.font-50vmax {
    font-size: 50vmax !important;
}

.font-75vmax {
    font-size: 75vmax !important;
}

.font-100vmax {
    font-size: 100vmax !important;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.p-1px {
    padding: 1px !important;
}

.pl-1px {
    padding-left: 1px !important;
}

.pr-1px {
    padding-right: 1px !important;
}

.pt-1px {
    padding-top: 1px !important;
}

.pb-1px {
    padding-bottom: 1px !important;
}

.px-1px {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.py-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.p-2px {
    padding: 2px !important;
}

.pl-2px {
    padding-left: 2px !important;
}

.pr-2px {
    padding-right: 2px !important;
}

.pt-2px {
    padding-top: 2px !important;
}

.pb-2px {
    padding-bottom: 2px !important;
}

.px-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.p-3px {
    padding: 3px !important;
}

.pl-3px {
    padding-left: 3px !important;
}

.pr-3px {
    padding-right: 3px !important;
}

.pt-3px {
    padding-top: 3px !important;
}

.pb-3px {
    padding-bottom: 3px !important;
}

.px-3px {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.py-3px {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.p-4px {
    padding: 4px !important;
}

.pl-4px {
    padding-left: 4px !important;
}

.pr-4px {
    padding-right: 4px !important;
}

.pt-4px {
    padding-top: 4px !important;
}

.pb-4px {
    padding-bottom: 4px !important;
}

.px-4px {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.py-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.p-5px {
    padding: 5px !important;
}

.pl-5px {
    padding-left: 5px !important;
}

.pr-5px {
    padding-right: 5px !important;
}

.pt-5px {
    padding-top: 5px !important;
}

.pb-5px {
    padding-bottom: 5px !important;
}

.px-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.py-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-6px {
    padding: 6px !important;
}

.pl-6px {
    padding-left: 6px !important;
}

.pr-6px {
    padding-right: 6px !important;
}

.pt-6px {
    padding-top: 6px !important;
}

.pb-6px {
    padding-bottom: 6px !important;
}

.px-6px {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.py-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.p-7px {
    padding: 7px !important;
}

.pl-7px {
    padding-left: 7px !important;
}

.pr-7px {
    padding-right: 7px !important;
}

.pt-7px {
    padding-top: 7px !important;
}

.pb-7px {
    padding-bottom: 7px !important;
}

.px-7px {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.py-7px {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.p-8px {
    padding: 8px !important;
}

.pl-8px {
    padding-left: 8px !important;
}

.pr-8px {
    padding-right: 8px !important;
}

.pt-8px {
    padding-top: 8px !important;
}

.pb-8px {
    padding-bottom: 8px !important;
}

.px-8px {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.py-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.p-9px {
    padding: 9px !important;
}

.pl-9px {
    padding-left: 9px !important;
}

.pr-9px {
    padding-right: 9px !important;
}

.pt-9px {
    padding-top: 9px !important;
}

.pb-9px {
    padding-bottom: 9px !important;
}

.px-9px {
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.py-9px {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.p-10px {
    padding: 10px !important;
}

.pl-10px {
    padding-left: 10px !important;
}

.pr-10px {
    padding-right: 10px !important;
}

.pt-10px {
    padding-top: 10px !important;
}

.pb-10px {
    padding-bottom: 10px !important;
}

.px-10px {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-11px {
    padding: 11px !important;
}

.pl-11px {
    padding-left: 11px !important;
}

.pr-11px {
    padding-right: 11px !important;
}

.pt-11px {
    padding-top: 11px !important;
}

.pb-11px {
    padding-bottom: 11px !important;
}

.px-11px {
    padding-left: 11px !important;
    padding-right: 11px !important;
}

.py-11px {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.p-12px {
    padding: 12px !important;
}

.pl-12px {
    padding-left: 12px !important;
}

.pr-12px {
    padding-right: 12px !important;
}

.pt-12px {
    padding-top: 12px !important;
}

.pb-12px {
    padding-bottom: 12px !important;
}

.px-12px {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.py-12px {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.p-13px {
    padding: 13px !important;
}

.pl-13px {
    padding-left: 13px !important;
}

.pr-13px {
    padding-right: 13px !important;
}

.pt-13px {
    padding-top: 13px !important;
}

.pb-13px {
    padding-bottom: 13px !important;
}

.px-13px {
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.py-13px {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.p-14px {
    padding: 14px !important;
}

.pl-14px {
    padding-left: 14px !important;
}

.pr-14px {
    padding-right: 14px !important;
}

.pt-14px {
    padding-top: 14px !important;
}

.pb-14px {
    padding-bottom: 14px !important;
}

.px-14px {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.py-14px {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.p-15px {
    padding: 15px !important;
}

.pl-15px {
    padding-left: 15px !important;
}

.pr-15px {
    padding-right: 15px !important;
}

.pt-15px {
    padding-top: 15px !important;
}

.pb-15px {
    padding-bottom: 15px !important;
}

.px-15px {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.py-15px {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-16px {
    padding: 16px !important;
}

.pl-16px {
    padding-left: 16px !important;
}

.pr-16px {
    padding-right: 16px !important;
}

.pt-16px {
    padding-top: 16px !important;
}

.pb-16px {
    padding-bottom: 16px !important;
}

.px-16px {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.py-16px {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.p-17px {
    padding: 17px !important;
}

.pl-17px {
    padding-left: 17px !important;
}

.pr-17px {
    padding-right: 17px !important;
}

.pt-17px {
    padding-top: 17px !important;
}

.pb-17px {
    padding-bottom: 17px !important;
}

.px-17px {
    padding-left: 17px !important;
    padding-right: 17px !important;
}

.py-17px {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}

.p-18px {
    padding: 18px !important;
}

.pl-18px {
    padding-left: 18px !important;
}

.pr-18px {
    padding-right: 18px !important;
}

.pt-18px {
    padding-top: 18px !important;
}

.pb-18px {
    padding-bottom: 18px !important;
}

.px-18px {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.py-18px {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.p-19px {
    padding: 19px !important;
}

.pl-19px {
    padding-left: 19px !important;
}

.pr-19px {
    padding-right: 19px !important;
}

.pt-19px {
    padding-top: 19px !important;
}

.pb-19px {
    padding-bottom: 19px !important;
}

.px-19px {
    padding-left: 19px !important;
    padding-right: 19px !important;
}

.py-19px {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
}

.p-20px {
    padding: 20px !important;
}

.pl-20px {
    padding-left: 20px !important;
}

.pr-20px {
    padding-right: 20px !important;
}

.pt-20px {
    padding-top: 20px !important;
}

.pb-20px {
    padding-bottom: 20px !important;
}

.px-20px {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.py-20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.p-21px {
    padding: 21px !important;
}

.pl-21px {
    padding-left: 21px !important;
}

.pr-21px {
    padding-right: 21px !important;
}

.pt-21px {
    padding-top: 21px !important;
}

.pb-21px {
    padding-bottom: 21px !important;
}

.px-21px {
    padding-left: 21px !important;
    padding-right: 21px !important;
}

.py-21px {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
}

.p-22px {
    padding: 22px !important;
}

.pl-22px {
    padding-left: 22px !important;
}

.pr-22px {
    padding-right: 22px !important;
}

.pt-22px {
    padding-top: 22px !important;
}

.pb-22px {
    padding-bottom: 22px !important;
}

.px-22px {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.py-22px {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.p-23px {
    padding: 23px !important;
}

.pl-23px {
    padding-left: 23px !important;
}

.pr-23px {
    padding-right: 23px !important;
}

.pt-23px {
    padding-top: 23px !important;
}

.pb-23px {
    padding-bottom: 23px !important;
}

.px-23px {
    padding-left: 23px !important;
    padding-right: 23px !important;
}

.py-23px {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.p-24px {
    padding: 24px !important;
}

.pl-24px {
    padding-left: 24px !important;
}

.pr-24px {
    padding-right: 24px !important;
}

.pt-24px {
    padding-top: 24px !important;
}

.pb-24px {
    padding-bottom: 24px !important;
}

.px-24px {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.py-24px {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.p-25px {
    padding: 25px !important;
}

.pl-25px {
    padding-left: 25px !important;
}

.pr-25px {
    padding-right: 25px !important;
}

.pt-25px {
    padding-top: 25px !important;
}

.pb-25px {
    padding-bottom: 25px !important;
}

.px-25px {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.py-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.p-26px {
    padding: 26px !important;
}

.pl-26px {
    padding-left: 26px !important;
}

.pr-26px {
    padding-right: 26px !important;
}

.pt-26px {
    padding-top: 26px !important;
}

.pb-26px {
    padding-bottom: 26px !important;
}

.px-26px {
    padding-left: 26px !important;
    padding-right: 26px !important;
}

.py-26px {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}

.p-27px {
    padding: 27px !important;
}

.pl-27px {
    padding-left: 27px !important;
}

.pr-27px {
    padding-right: 27px !important;
}

.pt-27px {
    padding-top: 27px !important;
}

.pb-27px {
    padding-bottom: 27px !important;
}

.px-27px {
    padding-left: 27px !important;
    padding-right: 27px !important;
}

.py-27px {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
}

.p-28px {
    padding: 28px !important;
}

.pl-28px {
    padding-left: 28px !important;
}

.pr-28px {
    padding-right: 28px !important;
}

.pt-28px {
    padding-top: 28px !important;
}

.pb-28px {
    padding-bottom: 28px !important;
}

.px-28px {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.py-28px {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.p-29px {
    padding: 29px !important;
}

.pl-29px {
    padding-left: 29px !important;
}

.pr-29px {
    padding-right: 29px !important;
}

.pt-29px {
    padding-top: 29px !important;
}

.pb-29px {
    padding-bottom: 29px !important;
}

.px-29px {
    padding-left: 29px !important;
    padding-right: 29px !important;
}

.py-29px {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
}

.p-30px {
    padding: 30px !important;
}

.pl-30px {
    padding-left: 30px !important;
}

.pr-30px {
    padding-right: 30px !important;
}

.pt-30px {
    padding-top: 30px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}

.px-30px {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.py-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-31px {
    padding: 31px !important;
}

.pl-31px {
    padding-left: 31px !important;
}

.pr-31px {
    padding-right: 31px !important;
}

.pt-31px {
    padding-top: 31px !important;
}

.pb-31px {
    padding-bottom: 31px !important;
}

.px-31px {
    padding-left: 31px !important;
    padding-right: 31px !important;
}

.py-31px {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
}

.p-32px {
    padding: 32px !important;
}

.pl-32px {
    padding-left: 32px !important;
}

.pr-32px {
    padding-right: 32px !important;
}

.pt-32px {
    padding-top: 32px !important;
}

.pb-32px {
    padding-bottom: 32px !important;
}

.px-32px {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.py-32px {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.p-33px {
    padding: 33px !important;
}

.pl-33px {
    padding-left: 33px !important;
}

.pr-33px {
    padding-right: 33px !important;
}

.pt-33px {
    padding-top: 33px !important;
}

.pb-33px {
    padding-bottom: 33px !important;
}

.px-33px {
    padding-left: 33px !important;
    padding-right: 33px !important;
}

.py-33px {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
}

.p-34px {
    padding: 34px !important;
}

.pl-34px {
    padding-left: 34px !important;
}

.pr-34px {
    padding-right: 34px !important;
}

.pt-34px {
    padding-top: 34px !important;
}

.pb-34px {
    padding-bottom: 34px !important;
}

.px-34px {
    padding-left: 34px !important;
    padding-right: 34px !important;
}

.py-34px {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
}

.p-35px {
    padding: 35px !important;
}

.pl-35px {
    padding-left: 35px !important;
}

.pr-35px {
    padding-right: 35px !important;
}

.pt-35px {
    padding-top: 35px !important;
}

.pb-35px {
    padding-bottom: 35px !important;
}

.px-35px {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.py-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.p-36px {
    padding: 36px !important;
}

.pl-36px {
    padding-left: 36px !important;
}

.pr-36px {
    padding-right: 36px !important;
}

.pt-36px {
    padding-top: 36px !important;
}

.pb-36px {
    padding-bottom: 36px !important;
}

.px-36px {
    padding-left: 36px !important;
    padding-right: 36px !important;
}

.py-36px {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

.p-37px {
    padding: 37px !important;
}

.pl-37px {
    padding-left: 37px !important;
}

.pr-37px {
    padding-right: 37px !important;
}

.pt-37px {
    padding-top: 37px !important;
}

.pb-37px {
    padding-bottom: 37px !important;
}

.px-37px {
    padding-left: 37px !important;
    padding-right: 37px !important;
}

.py-37px {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
}

.p-38px {
    padding: 38px !important;
}

.pl-38px {
    padding-left: 38px !important;
}

.pr-38px {
    padding-right: 38px !important;
}

.pt-38px {
    padding-top: 38px !important;
}

.pb-38px {
    padding-bottom: 38px !important;
}

.px-38px {
    padding-left: 38px !important;
    padding-right: 38px !important;
}

.py-38px {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
}

.p-39px {
    padding: 39px !important;
}

.pl-39px {
    padding-left: 39px !important;
}

.pr-39px {
    padding-right: 39px !important;
}

.pt-39px {
    padding-top: 39px !important;
}

.pb-39px {
    padding-bottom: 39px !important;
}

.px-39px {
    padding-left: 39px !important;
    padding-right: 39px !important;
}

.py-39px {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
}

.p-40px {
    padding: 40px !important;
}

.pl-40px {
    padding-left: 40px !important;
}

.pr-40px {
    padding-right: 40px !important;
}

.pt-40px {
    padding-top: 40px !important;
}

.pb-40px {
    padding-bottom: 40px !important;
}

.px-40px {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.py-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.p-41px {
    padding: 41px !important;
}

.pl-41px {
    padding-left: 41px !important;
}

.pr-41px {
    padding-right: 41px !important;
}

.pt-41px {
    padding-top: 41px !important;
}

.pb-41px {
    padding-bottom: 41px !important;
}

.px-41px {
    padding-left: 41px !important;
    padding-right: 41px !important;
}

.py-41px {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
}

.p-42px {
    padding: 42px !important;
}

.pl-42px {
    padding-left: 42px !important;
}

.pr-42px {
    padding-right: 42px !important;
}

.pt-42px {
    padding-top: 42px !important;
}

.pb-42px {
    padding-bottom: 42px !important;
}

.px-42px {
    padding-left: 42px !important;
    padding-right: 42px !important;
}

.py-42px {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}

.p-43px {
    padding: 43px !important;
}

.pl-43px {
    padding-left: 43px !important;
}

.pr-43px {
    padding-right: 43px !important;
}

.pt-43px {
    padding-top: 43px !important;
}

.pb-43px {
    padding-bottom: 43px !important;
}

.px-43px {
    padding-left: 43px !important;
    padding-right: 43px !important;
}

.py-43px {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
}

.p-44px {
    padding: 44px !important;
}

.pl-44px {
    padding-left: 44px !important;
}

.pr-44px {
    padding-right: 44px !important;
}

.pt-44px {
    padding-top: 44px !important;
}

.pb-44px {
    padding-bottom: 44px !important;
}

.px-44px {
    padding-left: 44px !important;
    padding-right: 44px !important;
}

.py-44px {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}

.p-45px {
    padding: 45px !important;
}

.pl-45px {
    padding-left: 45px !important;
}

.pr-45px {
    padding-right: 45px !important;
}

.pt-45px {
    padding-top: 45px !important;
}

.pb-45px {
    padding-bottom: 45px !important;
}

.px-45px {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.py-45px {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.p-46px {
    padding: 46px !important;
}

.pl-46px {
    padding-left: 46px !important;
}

.pr-46px {
    padding-right: 46px !important;
}

.pt-46px {
    padding-top: 46px !important;
}

.pb-46px {
    padding-bottom: 46px !important;
}

.px-46px {
    padding-left: 46px !important;
    padding-right: 46px !important;
}

.py-46px {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
}

.p-47px {
    padding: 47px !important;
}

.pl-47px {
    padding-left: 47px !important;
}

.pr-47px {
    padding-right: 47px !important;
}

.pt-47px {
    padding-top: 47px !important;
}

.pb-47px {
    padding-bottom: 47px !important;
}

.px-47px {
    padding-left: 47px !important;
    padding-right: 47px !important;
}

.py-47px {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
}

.p-48px {
    padding: 48px !important;
}

.pl-48px {
    padding-left: 48px !important;
}

.pr-48px {
    padding-right: 48px !important;
}

.pt-48px {
    padding-top: 48px !important;
}

.pb-48px {
    padding-bottom: 48px !important;
}

.px-48px {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.py-48px {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.p-49px {
    padding: 49px !important;
}

.pl-49px {
    padding-left: 49px !important;
}

.pr-49px {
    padding-right: 49px !important;
}

.pt-49px {
    padding-top: 49px !important;
}

.pb-49px {
    padding-bottom: 49px !important;
}

.px-49px {
    padding-left: 49px !important;
    padding-right: 49px !important;
}

.py-49px {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
}

.p-50px {
    padding: 50px !important;
}

.pl-50px {
    padding-left: 50px !important;
}

.pr-50px {
    padding-right: 50px !important;
}

.pt-50px {
    padding-top: 50px !important;
}

.pb-50px {
    padding-bottom: 50px !important;
}

.px-50px {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.py-50px {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.p-51px {
    padding: 51px !important;
}

.pl-51px {
    padding-left: 51px !important;
}

.pr-51px {
    padding-right: 51px !important;
}

.pt-51px {
    padding-top: 51px !important;
}

.pb-51px {
    padding-bottom: 51px !important;
}

.px-51px {
    padding-left: 51px !important;
    padding-right: 51px !important;
}

.py-51px {
    padding-top: 51px !important;
    padding-bottom: 51px !important;
}

.p-52px {
    padding: 52px !important;
}

.pl-52px {
    padding-left: 52px !important;
}

.pr-52px {
    padding-right: 52px !important;
}

.pt-52px {
    padding-top: 52px !important;
}

.pb-52px {
    padding-bottom: 52px !important;
}

.px-52px {
    padding-left: 52px !important;
    padding-right: 52px !important;
}

.py-52px {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
}

.p-53px {
    padding: 53px !important;
}

.pl-53px {
    padding-left: 53px !important;
}

.pr-53px {
    padding-right: 53px !important;
}

.pt-53px {
    padding-top: 53px !important;
}

.pb-53px {
    padding-bottom: 53px !important;
}

.px-53px {
    padding-left: 53px !important;
    padding-right: 53px !important;
}

.py-53px {
    padding-top: 53px !important;
    padding-bottom: 53px !important;
}

.p-54px {
    padding: 54px !important;
}

.pl-54px {
    padding-left: 54px !important;
}

.pr-54px {
    padding-right: 54px !important;
}

.pt-54px {
    padding-top: 54px !important;
}

.pb-54px {
    padding-bottom: 54px !important;
}

.px-54px {
    padding-left: 54px !important;
    padding-right: 54px !important;
}

.py-54px {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

.p-55px {
    padding: 55px !important;
}

.pl-55px {
    padding-left: 55px !important;
}

.pr-55px {
    padding-right: 55px !important;
}

.pt-55px {
    padding-top: 55px !important;
}

.pb-55px {
    padding-bottom: 55px !important;
}

.px-55px {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.py-55px {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.p-56px {
    padding: 56px !important;
}

.pl-56px {
    padding-left: 56px !important;
}

.pr-56px {
    padding-right: 56px !important;
}

.pt-56px {
    padding-top: 56px !important;
}

.pb-56px {
    padding-bottom: 56px !important;
}

.px-56px {
    padding-left: 56px !important;
    padding-right: 56px !important;
}

.py-56px {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}

.p-57px {
    padding: 57px !important;
}

.pl-57px {
    padding-left: 57px !important;
}

.pr-57px {
    padding-right: 57px !important;
}

.pt-57px {
    padding-top: 57px !important;
}

.pb-57px {
    padding-bottom: 57px !important;
}

.px-57px {
    padding-left: 57px !important;
    padding-right: 57px !important;
}

.py-57px {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
}

.p-58px {
    padding: 58px !important;
}

.pl-58px {
    padding-left: 58px !important;
}

.pr-58px {
    padding-right: 58px !important;
}

.pt-58px {
    padding-top: 58px !important;
}

.pb-58px {
    padding-bottom: 58px !important;
}

.px-58px {
    padding-left: 58px !important;
    padding-right: 58px !important;
}

.py-58px {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
}

.p-59px {
    padding: 59px !important;
}

.pl-59px {
    padding-left: 59px !important;
}

.pr-59px {
    padding-right: 59px !important;
}

.pt-59px {
    padding-top: 59px !important;
}

.pb-59px {
    padding-bottom: 59px !important;
}

.px-59px {
    padding-left: 59px !important;
    padding-right: 59px !important;
}

.py-59px {
    padding-top: 59px !important;
    padding-bottom: 59px !important;
}

.p-60px {
    padding: 60px !important;
}

.pl-60px {
    padding-left: 60px !important;
}

.pr-60px {
    padding-right: 60px !important;
}

.pt-60px {
    padding-top: 60px !important;
}

.pb-60px {
    padding-bottom: 60px !important;
}

.px-60px {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.py-60px {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.p-61px {
    padding: 61px !important;
}

.pl-61px {
    padding-left: 61px !important;
}

.pr-61px {
    padding-right: 61px !important;
}

.pt-61px {
    padding-top: 61px !important;
}

.pb-61px {
    padding-bottom: 61px !important;
}

.px-61px {
    padding-left: 61px !important;
    padding-right: 61px !important;
}

.py-61px {
    padding-top: 61px !important;
    padding-bottom: 61px !important;
}

.p-62px {
    padding: 62px !important;
}

.pl-62px {
    padding-left: 62px !important;
}

.pr-62px {
    padding-right: 62px !important;
}

.pt-62px {
    padding-top: 62px !important;
}

.pb-62px {
    padding-bottom: 62px !important;
}

.px-62px {
    padding-left: 62px !important;
    padding-right: 62px !important;
}

.py-62px {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

.p-63px {
    padding: 63px !important;
}

.pl-63px {
    padding-left: 63px !important;
}

.pr-63px {
    padding-right: 63px !important;
}

.pt-63px {
    padding-top: 63px !important;
}

.pb-63px {
    padding-bottom: 63px !important;
}

.px-63px {
    padding-left: 63px !important;
    padding-right: 63px !important;
}

.py-63px {
    padding-top: 63px !important;
    padding-bottom: 63px !important;
}

.p-64px {
    padding: 64px !important;
}

.pl-64px {
    padding-left: 64px !important;
}

.pr-64px {
    padding-right: 64px !important;
}

.pt-64px {
    padding-top: 64px !important;
}

.pb-64px {
    padding-bottom: 64px !important;
}

.px-64px {
    padding-left: 64px !important;
    padding-right: 64px !important;
}

.py-64px {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.p-65px {
    padding: 65px !important;
}

.pl-65px {
    padding-left: 65px !important;
}

.pr-65px {
    padding-right: 65px !important;
}

.pt-65px {
    padding-top: 65px !important;
}

.pb-65px {
    padding-bottom: 65px !important;
}

.px-65px {
    padding-left: 65px !important;
    padding-right: 65px !important;
}

.py-65px {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.p-66px {
    padding: 66px !important;
}

.pl-66px {
    padding-left: 66px !important;
}

.pr-66px {
    padding-right: 66px !important;
}

.pt-66px {
    padding-top: 66px !important;
}

.pb-66px {
    padding-bottom: 66px !important;
}

.px-66px {
    padding-left: 66px !important;
    padding-right: 66px !important;
}

.py-66px {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
}

.p-67px {
    padding: 67px !important;
}

.pl-67px {
    padding-left: 67px !important;
}

.pr-67px {
    padding-right: 67px !important;
}

.pt-67px {
    padding-top: 67px !important;
}

.pb-67px {
    padding-bottom: 67px !important;
}

.px-67px {
    padding-left: 67px !important;
    padding-right: 67px !important;
}

.py-67px {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
}

.p-68px {
    padding: 68px !important;
}

.pl-68px {
    padding-left: 68px !important;
}

.pr-68px {
    padding-right: 68px !important;
}

.pt-68px {
    padding-top: 68px !important;
}

.pb-68px {
    padding-bottom: 68px !important;
}

.px-68px {
    padding-left: 68px !important;
    padding-right: 68px !important;
}

.py-68px {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
}

.p-69px {
    padding: 69px !important;
}

.pl-69px {
    padding-left: 69px !important;
}

.pr-69px {
    padding-right: 69px !important;
}

.pt-69px {
    padding-top: 69px !important;
}

.pb-69px {
    padding-bottom: 69px !important;
}

.px-69px {
    padding-left: 69px !important;
    padding-right: 69px !important;
}

.py-69px {
    padding-top: 69px !important;
    padding-bottom: 69px !important;
}

.p-70px {
    padding: 70px !important;
}

.pl-70px {
    padding-left: 70px !important;
}

.pr-70px {
    padding-right: 70px !important;
}

.pt-70px {
    padding-top: 70px !important;
}

.pb-70px {
    padding-bottom: 70px !important;
}

.px-70px {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.py-70px {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.p-71px {
    padding: 71px !important;
}

.pl-71px {
    padding-left: 71px !important;
}

.pr-71px {
    padding-right: 71px !important;
}

.pt-71px {
    padding-top: 71px !important;
}

.pb-71px {
    padding-bottom: 71px !important;
}

.px-71px {
    padding-left: 71px !important;
    padding-right: 71px !important;
}

.py-71px {
    padding-top: 71px !important;
    padding-bottom: 71px !important;
}

.p-72px {
    padding: 72px !important;
}

.pl-72px {
    padding-left: 72px !important;
}

.pr-72px {
    padding-right: 72px !important;
}

.pt-72px {
    padding-top: 72px !important;
}

.pb-72px {
    padding-bottom: 72px !important;
}

.px-72px {
    padding-left: 72px !important;
    padding-right: 72px !important;
}

.py-72px {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

.p-73px {
    padding: 73px !important;
}

.pl-73px {
    padding-left: 73px !important;
}

.pr-73px {
    padding-right: 73px !important;
}

.pt-73px {
    padding-top: 73px !important;
}

.pb-73px {
    padding-bottom: 73px !important;
}

.px-73px {
    padding-left: 73px !important;
    padding-right: 73px !important;
}

.py-73px {
    padding-top: 73px !important;
    padding-bottom: 73px !important;
}

.p-74px {
    padding: 74px !important;
}

.pl-74px {
    padding-left: 74px !important;
}

.pr-74px {
    padding-right: 74px !important;
}

.pt-74px {
    padding-top: 74px !important;
}

.pb-74px {
    padding-bottom: 74px !important;
}

.px-74px {
    padding-left: 74px !important;
    padding-right: 74px !important;
}

.py-74px {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
}

.p-75px {
    padding: 75px !important;
}

.pl-75px {
    padding-left: 75px !important;
}

.pr-75px {
    padding-right: 75px !important;
}

.pt-75px {
    padding-top: 75px !important;
}

.pb-75px {
    padding-bottom: 75px !important;
}

.px-75px {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.py-75px {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.p-76px {
    padding: 76px !important;
}

.pl-76px {
    padding-left: 76px !important;
}

.pr-76px {
    padding-right: 76px !important;
}

.pt-76px {
    padding-top: 76px !important;
}

.pb-76px {
    padding-bottom: 76px !important;
}

.px-76px {
    padding-left: 76px !important;
    padding-right: 76px !important;
}

.py-76px {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
}

.p-77px {
    padding: 77px !important;
}

.pl-77px {
    padding-left: 77px !important;
}

.pr-77px {
    padding-right: 77px !important;
}

.pt-77px {
    padding-top: 77px !important;
}

.pb-77px {
    padding-bottom: 77px !important;
}

.px-77px {
    padding-left: 77px !important;
    padding-right: 77px !important;
}

.py-77px {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
}

.p-78px {
    padding: 78px !important;
}

.pl-78px {
    padding-left: 78px !important;
}

.pr-78px {
    padding-right: 78px !important;
}

.pt-78px {
    padding-top: 78px !important;
}

.pb-78px {
    padding-bottom: 78px !important;
}

.px-78px {
    padding-left: 78px !important;
    padding-right: 78px !important;
}

.py-78px {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
}

.p-79px {
    padding: 79px !important;
}

.pl-79px {
    padding-left: 79px !important;
}

.pr-79px {
    padding-right: 79px !important;
}

.pt-79px {
    padding-top: 79px !important;
}

.pb-79px {
    padding-bottom: 79px !important;
}

.px-79px {
    padding-left: 79px !important;
    padding-right: 79px !important;
}

.py-79px {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
}

.p-80px {
    padding: 80px !important;
}

.pl-80px {
    padding-left: 80px !important;
}

.pr-80px {
    padding-right: 80px !important;
}

.pt-80px {
    padding-top: 80px !important;
}

.pb-80px {
    padding-bottom: 80px !important;
}

.px-80px {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.py-80px {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.p-81px {
    padding: 81px !important;
}

.pl-81px {
    padding-left: 81px !important;
}

.pr-81px {
    padding-right: 81px !important;
}

.pt-81px {
    padding-top: 81px !important;
}

.pb-81px {
    padding-bottom: 81px !important;
}

.px-81px {
    padding-left: 81px !important;
    padding-right: 81px !important;
}

.py-81px {
    padding-top: 81px !important;
    padding-bottom: 81px !important;
}

.p-82px {
    padding: 82px !important;
}

.pl-82px {
    padding-left: 82px !important;
}

.pr-82px {
    padding-right: 82px !important;
}

.pt-82px {
    padding-top: 82px !important;
}

.pb-82px {
    padding-bottom: 82px !important;
}

.px-82px {
    padding-left: 82px !important;
    padding-right: 82px !important;
}

.py-82px {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
}

.p-83px {
    padding: 83px !important;
}

.pl-83px {
    padding-left: 83px !important;
}

.pr-83px {
    padding-right: 83px !important;
}

.pt-83px {
    padding-top: 83px !important;
}

.pb-83px {
    padding-bottom: 83px !important;
}

.px-83px {
    padding-left: 83px !important;
    padding-right: 83px !important;
}

.py-83px {
    padding-top: 83px !important;
    padding-bottom: 83px !important;
}

.p-84px {
    padding: 84px !important;
}

.pl-84px {
    padding-left: 84px !important;
}

.pr-84px {
    padding-right: 84px !important;
}

.pt-84px {
    padding-top: 84px !important;
}

.pb-84px {
    padding-bottom: 84px !important;
}

.px-84px {
    padding-left: 84px !important;
    padding-right: 84px !important;
}

.py-84px {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}

.p-85px {
    padding: 85px !important;
}

.pl-85px {
    padding-left: 85px !important;
}

.pr-85px {
    padding-right: 85px !important;
}

.pt-85px {
    padding-top: 85px !important;
}

.pb-85px {
    padding-bottom: 85px !important;
}

.px-85px {
    padding-left: 85px !important;
    padding-right: 85px !important;
}

.py-85px {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}

.p-86px {
    padding: 86px !important;
}

.pl-86px {
    padding-left: 86px !important;
}

.pr-86px {
    padding-right: 86px !important;
}

.pt-86px {
    padding-top: 86px !important;
}

.pb-86px {
    padding-bottom: 86px !important;
}

.px-86px {
    padding-left: 86px !important;
    padding-right: 86px !important;
}

.py-86px {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
}

.p-87px {
    padding: 87px !important;
}

.pl-87px {
    padding-left: 87px !important;
}

.pr-87px {
    padding-right: 87px !important;
}

.pt-87px {
    padding-top: 87px !important;
}

.pb-87px {
    padding-bottom: 87px !important;
}

.px-87px {
    padding-left: 87px !important;
    padding-right: 87px !important;
}

.py-87px {
    padding-top: 87px !important;
    padding-bottom: 87px !important;
}

.p-88px {
    padding: 88px !important;
}

.pl-88px {
    padding-left: 88px !important;
}

.pr-88px {
    padding-right: 88px !important;
}

.pt-88px {
    padding-top: 88px !important;
}

.pb-88px {
    padding-bottom: 88px !important;
}

.px-88px {
    padding-left: 88px !important;
    padding-right: 88px !important;
}

.py-88px {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
}

.p-89px {
    padding: 89px !important;
}

.pl-89px {
    padding-left: 89px !important;
}

.pr-89px {
    padding-right: 89px !important;
}

.pt-89px {
    padding-top: 89px !important;
}

.pb-89px {
    padding-bottom: 89px !important;
}

.px-89px {
    padding-left: 89px !important;
    padding-right: 89px !important;
}

.py-89px {
    padding-top: 89px !important;
    padding-bottom: 89px !important;
}

.p-90px {
    padding: 90px !important;
}

.pl-90px {
    padding-left: 90px !important;
}

.pr-90px {
    padding-right: 90px !important;
}

.pt-90px {
    padding-top: 90px !important;
}

.pb-90px {
    padding-bottom: 90px !important;
}

.px-90px {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.py-90px {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.p-91px {
    padding: 91px !important;
}

.pl-91px {
    padding-left: 91px !important;
}

.pr-91px {
    padding-right: 91px !important;
}

.pt-91px {
    padding-top: 91px !important;
}

.pb-91px {
    padding-bottom: 91px !important;
}

.px-91px {
    padding-left: 91px !important;
    padding-right: 91px !important;
}

.py-91px {
    padding-top: 91px !important;
    padding-bottom: 91px !important;
}

.p-92px {
    padding: 92px !important;
}

.pl-92px {
    padding-left: 92px !important;
}

.pr-92px {
    padding-right: 92px !important;
}

.pt-92px {
    padding-top: 92px !important;
}

.pb-92px {
    padding-bottom: 92px !important;
}

.px-92px {
    padding-left: 92px !important;
    padding-right: 92px !important;
}

.py-92px {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

.p-93px {
    padding: 93px !important;
}

.pl-93px {
    padding-left: 93px !important;
}

.pr-93px {
    padding-right: 93px !important;
}

.pt-93px {
    padding-top: 93px !important;
}

.pb-93px {
    padding-bottom: 93px !important;
}

.px-93px {
    padding-left: 93px !important;
    padding-right: 93px !important;
}

.py-93px {
    padding-top: 93px !important;
    padding-bottom: 93px !important;
}

.p-94px {
    padding: 94px !important;
}

.pl-94px {
    padding-left: 94px !important;
}

.pr-94px {
    padding-right: 94px !important;
}

.pt-94px {
    padding-top: 94px !important;
}

.pb-94px {
    padding-bottom: 94px !important;
}

.px-94px {
    padding-left: 94px !important;
    padding-right: 94px !important;
}

.py-94px {
    padding-top: 94px !important;
    padding-bottom: 94px !important;
}

.p-95px {
    padding: 95px !important;
}

.pl-95px {
    padding-left: 95px !important;
}

.pr-95px {
    padding-right: 95px !important;
}

.pt-95px {
    padding-top: 95px !important;
}

.pb-95px {
    padding-bottom: 95px !important;
}

.px-95px {
    padding-left: 95px !important;
    padding-right: 95px !important;
}

.py-95px {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

.p-96px {
    padding: 96px !important;
}

.pl-96px {
    padding-left: 96px !important;
}

.pr-96px {
    padding-right: 96px !important;
}

.pt-96px {
    padding-top: 96px !important;
}

.pb-96px {
    padding-bottom: 96px !important;
}

.px-96px {
    padding-left: 96px !important;
    padding-right: 96px !important;
}

.py-96px {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

.p-97px {
    padding: 97px !important;
}

.pl-97px {
    padding-left: 97px !important;
}

.pr-97px {
    padding-right: 97px !important;
}

.pt-97px {
    padding-top: 97px !important;
}

.pb-97px {
    padding-bottom: 97px !important;
}

.px-97px {
    padding-left: 97px !important;
    padding-right: 97px !important;
}

.py-97px {
    padding-top: 97px !important;
    padding-bottom: 97px !important;
}

.p-98px {
    padding: 98px !important;
}

.pl-98px {
    padding-left: 98px !important;
}

.pr-98px {
    padding-right: 98px !important;
}

.pt-98px {
    padding-top: 98px !important;
}

.pb-98px {
    padding-bottom: 98px !important;
}

.px-98px {
    padding-left: 98px !important;
    padding-right: 98px !important;
}

.py-98px {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
}

.p-99px {
    padding: 99px !important;
}

.pl-99px {
    padding-left: 99px !important;
}

.pr-99px {
    padding-right: 99px !important;
}

.pt-99px {
    padding-top: 99px !important;
}

.pb-99px {
    padding-bottom: 99px !important;
}

.px-99px {
    padding-left: 99px !important;
    padding-right: 99px !important;
}

.py-99px {
    padding-top: 99px !important;
    padding-bottom: 99px !important;
}

.p-100px {
    padding: 100px !important;
}

.pl-100px {
    padding-left: 100px !important;
}

.pr-100px {
    padding-right: 100px !important;
}

.pt-100px {
    padding-top: 100px !important;
}

.pb-100px {
    padding-bottom: 100px !important;
}

.px-100px {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.py-100px {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.m-1px {
    margin: 1px !important;
}

.ml-1px {
    margin-left: 1px !important;
}

.mr-1px {
    margin-right: 1px !important;
}

.mt-1px {
    margin-top: 1px !important;
}

.mb-1px {
    margin-bottom: 1px !important;
}

.mx-1px {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.my-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.m-2px {
    margin: 2px !important;
}

.ml-2px {
    margin-left: 2px !important;
}

.mr-2px {
    margin-right: 2px !important;
}

.mt-2px {
    margin-top: 2px !important;
}

.mb-2px {
    margin-bottom: 2px !important;
}

.mx-2px {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.my-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.m-3px {
    margin: 3px !important;
}

.ml-3px {
    margin-left: 3px !important;
}

.mr-3px {
    margin-right: 3px !important;
}

.mt-3px {
    margin-top: 3px !important;
}

.mb-3px {
    margin-bottom: 3px !important;
}

.mx-3px {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.my-3px {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.m-4px {
    margin: 4px !important;
}

.ml-4px {
    margin-left: 4px !important;
}

.mr-4px {
    margin-right: 4px !important;
}

.mt-4px {
    margin-top: 4px !important;
}

.mb-4px {
    margin-bottom: 4px !important;
}

.mx-4px {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.my-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.m-5px {
    margin: 5px !important;
}

.ml-5px {
    margin-left: 5px !important;
}

.mr-5px {
    margin-right: 5px !important;
}

.mt-5px {
    margin-top: 5px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mx-5px {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.my-5px {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m-6px {
    margin: 6px !important;
}

.ml-6px {
    margin-left: 6px !important;
}

.mr-6px {
    margin-right: 6px !important;
}

.mt-6px {
    margin-top: 6px !important;
}

.mb-6px {
    margin-bottom: 6px !important;
}

.mx-6px {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.my-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.m-7px {
    margin: 7px !important;
}

.ml-7px {
    margin-left: 7px !important;
}

.mr-7px {
    margin-right: 7px !important;
}

.mt-7px {
    margin-top: 7px !important;
}

.mb-7px {
    margin-bottom: 7px !important;
}

.mx-7px {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.my-7px {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.m-8px {
    margin: 8px !important;
}

.ml-8px {
    margin-left: 8px !important;
}

.mr-8px {
    margin-right: 8px !important;
}

.mt-8px {
    margin-top: 8px !important;
}

.mb-8px {
    margin-bottom: 8px !important;
}

.mx-8px {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.my-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.m-9px {
    margin: 9px !important;
}

.ml-9px {
    margin-left: 9px !important;
}

.mr-9px {
    margin-right: 9px !important;
}

.mt-9px {
    margin-top: 9px !important;
}

.mb-9px {
    margin-bottom: 9px !important;
}

.mx-9px {
    margin-left: 9px !important;
    margin-right: 9px !important;
}

.my-9px {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

.m-10px {
    margin: 10px !important;
}

.ml-10px {
    margin-left: 10px !important;
}

.mr-10px {
    margin-right: 10px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mx-10px {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.my-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-11px {
    margin: 11px !important;
}

.ml-11px {
    margin-left: 11px !important;
}

.mr-11px {
    margin-right: 11px !important;
}

.mt-11px {
    margin-top: 11px !important;
}

.mb-11px {
    margin-bottom: 11px !important;
}

.mx-11px {
    margin-left: 11px !important;
    margin-right: 11px !important;
}

.my-11px {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
}

.m-12px {
    margin: 12px !important;
}

.ml-12px {
    margin-left: 12px !important;
}

.mr-12px {
    margin-right: 12px !important;
}

.mt-12px {
    margin-top: 12px !important;
}

.mb-12px {
    margin-bottom: 12px !important;
}

.mx-12px {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.my-12px {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.m-13px {
    margin: 13px !important;
}

.ml-13px {
    margin-left: 13px !important;
}

.mr-13px {
    margin-right: 13px !important;
}

.mt-13px {
    margin-top: 13px !important;
}

.mb-13px {
    margin-bottom: 13px !important;
}

.mx-13px {
    margin-left: 13px !important;
    margin-right: 13px !important;
}

.my-13px {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
}

.m-14px {
    margin: 14px !important;
}

.ml-14px {
    margin-left: 14px !important;
}

.mr-14px {
    margin-right: 14px !important;
}

.mt-14px {
    margin-top: 14px !important;
}

.mb-14px {
    margin-bottom: 14px !important;
}

.mx-14px {
    margin-left: 14px !important;
    margin-right: 14px !important;
}

.my-14px {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}

.m-15px {
    margin: 15px !important;
}

.ml-15px {
    margin-left: 15px !important;
}

.mr-15px {
    margin-right: 15px !important;
}

.mt-15px {
    margin-top: 15px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.mx-15px {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.my-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m-16px {
    margin: 16px !important;
}

.ml-16px {
    margin-left: 16px !important;
}

.mr-16px {
    margin-right: 16px !important;
}

.mt-16px {
    margin-top: 16px !important;
}

.mb-16px {
    margin-bottom: 16px !important;
}

.mx-16px {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.my-16px {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.m-17px {
    margin: 17px !important;
}

.ml-17px {
    margin-left: 17px !important;
}

.mr-17px {
    margin-right: 17px !important;
}

.mt-17px {
    margin-top: 17px !important;
}

.mb-17px {
    margin-bottom: 17px !important;
}

.mx-17px {
    margin-left: 17px !important;
    margin-right: 17px !important;
}

.my-17px {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
}

.m-18px {
    margin: 18px !important;
}

.ml-18px {
    margin-left: 18px !important;
}

.mr-18px {
    margin-right: 18px !important;
}

.mt-18px {
    margin-top: 18px !important;
}

.mb-18px {
    margin-bottom: 18px !important;
}

.mx-18px {
    margin-left: 18px !important;
    margin-right: 18px !important;
}

.my-18px {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}

.m-19px {
    margin: 19px !important;
}

.ml-19px {
    margin-left: 19px !important;
}

.mr-19px {
    margin-right: 19px !important;
}

.mt-19px {
    margin-top: 19px !important;
}

.mb-19px {
    margin-bottom: 19px !important;
}

.mx-19px {
    margin-left: 19px !important;
    margin-right: 19px !important;
}

.my-19px {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
}

.m-20px {
    margin: 20px !important;
}

.ml-20px {
    margin-left: 20px !important;
}

.mr-20px {
    margin-right: 20px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mx-20px {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.my-20px {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-21px {
    margin: 21px !important;
}

.ml-21px {
    margin-left: 21px !important;
}

.mr-21px {
    margin-right: 21px !important;
}

.mt-21px {
    margin-top: 21px !important;
}

.mb-21px {
    margin-bottom: 21px !important;
}

.mx-21px {
    margin-left: 21px !important;
    margin-right: 21px !important;
}

.my-21px {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
}

.m-22px {
    margin: 22px !important;
}

.ml-22px {
    margin-left: 22px !important;
}

.mr-22px {
    margin-right: 22px !important;
}

.mt-22px {
    margin-top: 22px !important;
}

.mb-22px {
    margin-bottom: 22px !important;
}

.mx-22px {
    margin-left: 22px !important;
    margin-right: 22px !important;
}

.my-22px {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
}

.m-23px {
    margin: 23px !important;
}

.ml-23px {
    margin-left: 23px !important;
}

.mr-23px {
    margin-right: 23px !important;
}

.mt-23px {
    margin-top: 23px !important;
}

.mb-23px {
    margin-bottom: 23px !important;
}

.mx-23px {
    margin-left: 23px !important;
    margin-right: 23px !important;
}

.my-23px {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
}

.m-24px {
    margin: 24px !important;
}

.ml-24px {
    margin-left: 24px !important;
}

.mr-24px {
    margin-right: 24px !important;
}

.mt-24px {
    margin-top: 24px !important;
}

.mb-24px {
    margin-bottom: 24px !important;
}

.mx-24px {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.my-24px {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.m-25px {
    margin: 25px !important;
}

.ml-25px {
    margin-left: 25px !important;
}

.mr-25px {
    margin-right: 25px !important;
}

.mt-25px {
    margin-top: 25px !important;
}

.mb-25px {
    margin-bottom: 25px !important;
}

.mx-25px {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.my-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.m-26px {
    margin: 26px !important;
}

.ml-26px {
    margin-left: 26px !important;
}

.mr-26px {
    margin-right: 26px !important;
}

.mt-26px {
    margin-top: 26px !important;
}

.mb-26px {
    margin-bottom: 26px !important;
}

.mx-26px {
    margin-left: 26px !important;
    margin-right: 26px !important;
}

.my-26px {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}

.m-27px {
    margin: 27px !important;
}

.ml-27px {
    margin-left: 27px !important;
}

.mr-27px {
    margin-right: 27px !important;
}

.mt-27px {
    margin-top: 27px !important;
}

.mb-27px {
    margin-bottom: 27px !important;
}

.mx-27px {
    margin-left: 27px !important;
    margin-right: 27px !important;
}

.my-27px {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
}

.m-28px {
    margin: 28px !important;
}

.ml-28px {
    margin-left: 28px !important;
}

.mr-28px {
    margin-right: 28px !important;
}

.mt-28px {
    margin-top: 28px !important;
}

.mb-28px {
    margin-bottom: 28px !important;
}

.mx-28px {
    margin-left: 28px !important;
    margin-right: 28px !important;
}

.my-28px {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}

.m-29px {
    margin: 29px !important;
}

.ml-29px {
    margin-left: 29px !important;
}

.mr-29px {
    margin-right: 29px !important;
}

.mt-29px {
    margin-top: 29px !important;
}

.mb-29px {
    margin-bottom: 29px !important;
}

.mx-29px {
    margin-left: 29px !important;
    margin-right: 29px !important;
}

.my-29px {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
}

.m-30px {
    margin: 30px !important;
}

.ml-30px {
    margin-left: 30px !important;
}

.mr-30px {
    margin-right: 30px !important;
}

.mt-30px {
    margin-top: 30px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mx-30px {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.my-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.m-31px {
    margin: 31px !important;
}

.ml-31px {
    margin-left: 31px !important;
}

.mr-31px {
    margin-right: 31px !important;
}

.mt-31px {
    margin-top: 31px !important;
}

.mb-31px {
    margin-bottom: 31px !important;
}

.mx-31px {
    margin-left: 31px !important;
    margin-right: 31px !important;
}

.my-31px {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
}

.m-32px {
    margin: 32px !important;
}

.ml-32px {
    margin-left: 32px !important;
}

.mr-32px {
    margin-right: 32px !important;
}

.mt-32px {
    margin-top: 32px !important;
}

.mb-32px {
    margin-bottom: 32px !important;
}

.mx-32px {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

.my-32px {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.m-33px {
    margin: 33px !important;
}

.ml-33px {
    margin-left: 33px !important;
}

.mr-33px {
    margin-right: 33px !important;
}

.mt-33px {
    margin-top: 33px !important;
}

.mb-33px {
    margin-bottom: 33px !important;
}

.mx-33px {
    margin-left: 33px !important;
    margin-right: 33px !important;
}

.my-33px {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
}

.m-34px {
    margin: 34px !important;
}

.ml-34px {
    margin-left: 34px !important;
}

.mr-34px {
    margin-right: 34px !important;
}

.mt-34px {
    margin-top: 34px !important;
}

.mb-34px {
    margin-bottom: 34px !important;
}

.mx-34px {
    margin-left: 34px !important;
    margin-right: 34px !important;
}

.my-34px {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
}

.m-35px {
    margin: 35px !important;
}

.ml-35px {
    margin-left: 35px !important;
}

.mr-35px {
    margin-right: 35px !important;
}

.mt-35px {
    margin-top: 35px !important;
}

.mb-35px {
    margin-bottom: 35px !important;
}

.mx-35px {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.my-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.m-36px {
    margin: 36px !important;
}

.ml-36px {
    margin-left: 36px !important;
}

.mr-36px {
    margin-right: 36px !important;
}

.mt-36px {
    margin-top: 36px !important;
}

.mb-36px {
    margin-bottom: 36px !important;
}

.mx-36px {
    margin-left: 36px !important;
    margin-right: 36px !important;
}

.my-36px {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}

.m-37px {
    margin: 37px !important;
}

.ml-37px {
    margin-left: 37px !important;
}

.mr-37px {
    margin-right: 37px !important;
}

.mt-37px {
    margin-top: 37px !important;
}

.mb-37px {
    margin-bottom: 37px !important;
}

.mx-37px {
    margin-left: 37px !important;
    margin-right: 37px !important;
}

.my-37px {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
}

.m-38px {
    margin: 38px !important;
}

.ml-38px {
    margin-left: 38px !important;
}

.mr-38px {
    margin-right: 38px !important;
}

.mt-38px {
    margin-top: 38px !important;
}

.mb-38px {
    margin-bottom: 38px !important;
}

.mx-38px {
    margin-left: 38px !important;
    margin-right: 38px !important;
}

.my-38px {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
}

.m-39px {
    margin: 39px !important;
}

.ml-39px {
    margin-left: 39px !important;
}

.mr-39px {
    margin-right: 39px !important;
}

.mt-39px {
    margin-top: 39px !important;
}

.mb-39px {
    margin-bottom: 39px !important;
}

.mx-39px {
    margin-left: 39px !important;
    margin-right: 39px !important;
}

.my-39px {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
}

.m-40px {
    margin: 40px !important;
}

.ml-40px {
    margin-left: 40px !important;
}

.mr-40px {
    margin-right: 40px !important;
}

.mt-40px {
    margin-top: 40px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mx-40px {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.my-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.m-41px {
    margin: 41px !important;
}

.ml-41px {
    margin-left: 41px !important;
}

.mr-41px {
    margin-right: 41px !important;
}

.mt-41px {
    margin-top: 41px !important;
}

.mb-41px {
    margin-bottom: 41px !important;
}

.mx-41px {
    margin-left: 41px !important;
    margin-right: 41px !important;
}

.my-41px {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
}

.m-42px {
    margin: 42px !important;
}

.ml-42px {
    margin-left: 42px !important;
}

.mr-42px {
    margin-right: 42px !important;
}

.mt-42px {
    margin-top: 42px !important;
}

.mb-42px {
    margin-bottom: 42px !important;
}

.mx-42px {
    margin-left: 42px !important;
    margin-right: 42px !important;
}

.my-42px {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
}

.m-43px {
    margin: 43px !important;
}

.ml-43px {
    margin-left: 43px !important;
}

.mr-43px {
    margin-right: 43px !important;
}

.mt-43px {
    margin-top: 43px !important;
}

.mb-43px {
    margin-bottom: 43px !important;
}

.mx-43px {
    margin-left: 43px !important;
    margin-right: 43px !important;
}

.my-43px {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
}

.m-44px {
    margin: 44px !important;
}

.ml-44px {
    margin-left: 44px !important;
}

.mr-44px {
    margin-right: 44px !important;
}

.mt-44px {
    margin-top: 44px !important;
}

.mb-44px {
    margin-bottom: 44px !important;
}

.mx-44px {
    margin-left: 44px !important;
    margin-right: 44px !important;
}

.my-44px {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}

.m-45px {
    margin: 45px !important;
}

.ml-45px {
    margin-left: 45px !important;
}

.mr-45px {
    margin-right: 45px !important;
}

.mt-45px {
    margin-top: 45px !important;
}

.mb-45px {
    margin-bottom: 45px !important;
}

.mx-45px {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.my-45px {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.m-46px {
    margin: 46px !important;
}

.ml-46px {
    margin-left: 46px !important;
}

.mr-46px {
    margin-right: 46px !important;
}

.mt-46px {
    margin-top: 46px !important;
}

.mb-46px {
    margin-bottom: 46px !important;
}

.mx-46px {
    margin-left: 46px !important;
    margin-right: 46px !important;
}

.my-46px {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
}

.m-47px {
    margin: 47px !important;
}

.ml-47px {
    margin-left: 47px !important;
}

.mr-47px {
    margin-right: 47px !important;
}

.mt-47px {
    margin-top: 47px !important;
}

.mb-47px {
    margin-bottom: 47px !important;
}

.mx-47px {
    margin-left: 47px !important;
    margin-right: 47px !important;
}

.my-47px {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
}

.m-48px {
    margin: 48px !important;
}

.ml-48px {
    margin-left: 48px !important;
}

.mr-48px {
    margin-right: 48px !important;
}

.mt-48px {
    margin-top: 48px !important;
}

.mb-48px {
    margin-bottom: 48px !important;
}

.mx-48px {
    margin-left: 48px !important;
    margin-right: 48px !important;
}

.my-48px {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}

.m-49px {
    margin: 49px !important;
}

.ml-49px {
    margin-left: 49px !important;
}

.mr-49px {
    margin-right: 49px !important;
}

.mt-49px {
    margin-top: 49px !important;
}

.mb-49px {
    margin-bottom: 49px !important;
}

.mx-49px {
    margin-left: 49px !important;
    margin-right: 49px !important;
}

.my-49px {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
}

.m-50px {
    margin: 50px !important;
}

.ml-50px {
    margin-left: 50px !important;
}

.mr-50px {
    margin-right: 50px !important;
}

.mt-50px {
    margin-top: 50px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mx-50px {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.my-50px {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.m-51px {
    margin: 51px !important;
}

.ml-51px {
    margin-left: 51px !important;
}

.mr-51px {
    margin-right: 51px !important;
}

.mt-51px {
    margin-top: 51px !important;
}

.mb-51px {
    margin-bottom: 51px !important;
}

.mx-51px {
    margin-left: 51px !important;
    margin-right: 51px !important;
}

.my-51px {
    margin-top: 51px !important;
    margin-bottom: 51px !important;
}

.m-52px {
    margin: 52px !important;
}

.ml-52px {
    margin-left: 52px !important;
}

.mr-52px {
    margin-right: 52px !important;
}

.mt-52px {
    margin-top: 52px !important;
}

.mb-52px {
    margin-bottom: 52px !important;
}

.mx-52px {
    margin-left: 52px !important;
    margin-right: 52px !important;
}

.my-52px {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
}

.m-53px {
    margin: 53px !important;
}

.ml-53px {
    margin-left: 53px !important;
}

.mr-53px {
    margin-right: 53px !important;
}

.mt-53px {
    margin-top: 53px !important;
}

.mb-53px {
    margin-bottom: 53px !important;
}

.mx-53px {
    margin-left: 53px !important;
    margin-right: 53px !important;
}

.my-53px {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
}

.m-54px {
    margin: 54px !important;
}

.ml-54px {
    margin-left: 54px !important;
}

.mr-54px {
    margin-right: 54px !important;
}

.mt-54px {
    margin-top: 54px !important;
}

.mb-54px {
    margin-bottom: 54px !important;
}

.mx-54px {
    margin-left: 54px !important;
    margin-right: 54px !important;
}

.my-54px {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
}

.m-55px {
    margin: 55px !important;
}

.ml-55px {
    margin-left: 55px !important;
}

.mr-55px {
    margin-right: 55px !important;
}

.mt-55px {
    margin-top: 55px !important;
}

.mb-55px {
    margin-bottom: 55px !important;
}

.mx-55px {
    margin-left: 55px !important;
    margin-right: 55px !important;
}

.my-55px {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.m-56px {
    margin: 56px !important;
}

.ml-56px {
    margin-left: 56px !important;
}

.mr-56px {
    margin-right: 56px !important;
}

.mt-56px {
    margin-top: 56px !important;
}

.mb-56px {
    margin-bottom: 56px !important;
}

.mx-56px {
    margin-left: 56px !important;
    margin-right: 56px !important;
}

.my-56px {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
}

.m-57px {
    margin: 57px !important;
}

.ml-57px {
    margin-left: 57px !important;
}

.mr-57px {
    margin-right: 57px !important;
}

.mt-57px {
    margin-top: 57px !important;
}

.mb-57px {
    margin-bottom: 57px !important;
}

.mx-57px {
    margin-left: 57px !important;
    margin-right: 57px !important;
}

.my-57px {
    margin-top: 57px !important;
    margin-bottom: 57px !important;
}

.m-58px {
    margin: 58px !important;
}

.ml-58px {
    margin-left: 58px !important;
}

.mr-58px {
    margin-right: 58px !important;
}

.mt-58px {
    margin-top: 58px !important;
}

.mb-58px {
    margin-bottom: 58px !important;
}

.mx-58px {
    margin-left: 58px !important;
    margin-right: 58px !important;
}

.my-58px {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
}

.m-59px {
    margin: 59px !important;
}

.ml-59px {
    margin-left: 59px !important;
}

.mr-59px {
    margin-right: 59px !important;
}

.mt-59px {
    margin-top: 59px !important;
}

.mb-59px {
    margin-bottom: 59px !important;
}

.mx-59px {
    margin-left: 59px !important;
    margin-right: 59px !important;
}

.my-59px {
    margin-top: 59px !important;
    margin-bottom: 59px !important;
}

.m-60px {
    margin: 60px !important;
}

.ml-60px {
    margin-left: 60px !important;
}

.mr-60px {
    margin-right: 60px !important;
}

.mt-60px {
    margin-top: 60px !important;
}

.mb-60px {
    margin-bottom: 60px !important;
}

.mx-60px {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.my-60px {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.m-61px {
    margin: 61px !important;
}

.ml-61px {
    margin-left: 61px !important;
}

.mr-61px {
    margin-right: 61px !important;
}

.mt-61px {
    margin-top: 61px !important;
}

.mb-61px {
    margin-bottom: 61px !important;
}

.mx-61px {
    margin-left: 61px !important;
    margin-right: 61px !important;
}

.my-61px {
    margin-top: 61px !important;
    margin-bottom: 61px !important;
}

.m-62px {
    margin: 62px !important;
}

.ml-62px {
    margin-left: 62px !important;
}

.mr-62px {
    margin-right: 62px !important;
}

.mt-62px {
    margin-top: 62px !important;
}

.mb-62px {
    margin-bottom: 62px !important;
}

.mx-62px {
    margin-left: 62px !important;
    margin-right: 62px !important;
}

.my-62px {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
}

.m-63px {
    margin: 63px !important;
}

.ml-63px {
    margin-left: 63px !important;
}

.mr-63px {
    margin-right: 63px !important;
}

.mt-63px {
    margin-top: 63px !important;
}

.mb-63px {
    margin-bottom: 63px !important;
}

.mx-63px {
    margin-left: 63px !important;
    margin-right: 63px !important;
}

.my-63px {
    margin-top: 63px !important;
    margin-bottom: 63px !important;
}

.m-64px {
    margin: 64px !important;
}

.ml-64px {
    margin-left: 64px !important;
}

.mr-64px {
    margin-right: 64px !important;
}

.mt-64px {
    margin-top: 64px !important;
}

.mb-64px {
    margin-bottom: 64px !important;
}

.mx-64px {
    margin-left: 64px !important;
    margin-right: 64px !important;
}

.my-64px {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}

.m-65px {
    margin: 65px !important;
}

.ml-65px {
    margin-left: 65px !important;
}

.mr-65px {
    margin-right: 65px !important;
}

.mt-65px {
    margin-top: 65px !important;
}

.mb-65px {
    margin-bottom: 65px !important;
}

.mx-65px {
    margin-left: 65px !important;
    margin-right: 65px !important;
}

.my-65px {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}

.m-66px {
    margin: 66px !important;
}

.ml-66px {
    margin-left: 66px !important;
}

.mr-66px {
    margin-right: 66px !important;
}

.mt-66px {
    margin-top: 66px !important;
}

.mb-66px {
    margin-bottom: 66px !important;
}

.mx-66px {
    margin-left: 66px !important;
    margin-right: 66px !important;
}

.my-66px {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
}

.m-67px {
    margin: 67px !important;
}

.ml-67px {
    margin-left: 67px !important;
}

.mr-67px {
    margin-right: 67px !important;
}

.mt-67px {
    margin-top: 67px !important;
}

.mb-67px {
    margin-bottom: 67px !important;
}

.mx-67px {
    margin-left: 67px !important;
    margin-right: 67px !important;
}

.my-67px {
    margin-top: 67px !important;
    margin-bottom: 67px !important;
}

.m-68px {
    margin: 68px !important;
}

.ml-68px {
    margin-left: 68px !important;
}

.mr-68px {
    margin-right: 68px !important;
}

.mt-68px {
    margin-top: 68px !important;
}

.mb-68px {
    margin-bottom: 68px !important;
}

.mx-68px {
    margin-left: 68px !important;
    margin-right: 68px !important;
}

.my-68px {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
}

.m-69px {
    margin: 69px !important;
}

.ml-69px {
    margin-left: 69px !important;
}

.mr-69px {
    margin-right: 69px !important;
}

.mt-69px {
    margin-top: 69px !important;
}

.mb-69px {
    margin-bottom: 69px !important;
}

.mx-69px {
    margin-left: 69px !important;
    margin-right: 69px !important;
}

.my-69px {
    margin-top: 69px !important;
    margin-bottom: 69px !important;
}

.m-70px {
    margin: 70px !important;
}

.ml-70px {
    margin-left: 70px !important;
}

.mr-70px {
    margin-right: 70px !important;
}

.mt-70px {
    margin-top: 70px !important;
}

.mb-70px {
    margin-bottom: 70px !important;
}

.mx-70px {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.my-70px {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.m-71px {
    margin: 71px !important;
}

.ml-71px {
    margin-left: 71px !important;
}

.mr-71px {
    margin-right: 71px !important;
}

.mt-71px {
    margin-top: 71px !important;
}

.mb-71px {
    margin-bottom: 71px !important;
}

.mx-71px {
    margin-left: 71px !important;
    margin-right: 71px !important;
}

.my-71px {
    margin-top: 71px !important;
    margin-bottom: 71px !important;
}

.m-72px {
    margin: 72px !important;
}

.ml-72px {
    margin-left: 72px !important;
}

.mr-72px {
    margin-right: 72px !important;
}

.mt-72px {
    margin-top: 72px !important;
}

.mb-72px {
    margin-bottom: 72px !important;
}

.mx-72px {
    margin-left: 72px !important;
    margin-right: 72px !important;
}

.my-72px {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
}

.m-73px {
    margin: 73px !important;
}

.ml-73px {
    margin-left: 73px !important;
}

.mr-73px {
    margin-right: 73px !important;
}

.mt-73px {
    margin-top: 73px !important;
}

.mb-73px {
    margin-bottom: 73px !important;
}

.mx-73px {
    margin-left: 73px !important;
    margin-right: 73px !important;
}

.my-73px {
    margin-top: 73px !important;
    margin-bottom: 73px !important;
}

.m-74px {
    margin: 74px !important;
}

.ml-74px {
    margin-left: 74px !important;
}

.mr-74px {
    margin-right: 74px !important;
}

.mt-74px {
    margin-top: 74px !important;
}

.mb-74px {
    margin-bottom: 74px !important;
}

.mx-74px {
    margin-left: 74px !important;
    margin-right: 74px !important;
}

.my-74px {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
}

.m-75px {
    margin: 75px !important;
}

.ml-75px {
    margin-left: 75px !important;
}

.mr-75px {
    margin-right: 75px !important;
}

.mt-75px {
    margin-top: 75px !important;
}

.mb-75px {
    margin-bottom: 75px !important;
}

.mx-75px {
    margin-left: 75px !important;
    margin-right: 75px !important;
}

.my-75px {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}

.m-76px {
    margin: 76px !important;
}

.ml-76px {
    margin-left: 76px !important;
}

.mr-76px {
    margin-right: 76px !important;
}

.mt-76px {
    margin-top: 76px !important;
}

.mb-76px {
    margin-bottom: 76px !important;
}

.mx-76px {
    margin-left: 76px !important;
    margin-right: 76px !important;
}

.my-76px {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
}

.m-77px {
    margin: 77px !important;
}

.ml-77px {
    margin-left: 77px !important;
}

.mr-77px {
    margin-right: 77px !important;
}

.mt-77px {
    margin-top: 77px !important;
}

.mb-77px {
    margin-bottom: 77px !important;
}

.mx-77px {
    margin-left: 77px !important;
    margin-right: 77px !important;
}

.my-77px {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
}

.m-78px {
    margin: 78px !important;
}

.ml-78px {
    margin-left: 78px !important;
}

.mr-78px {
    margin-right: 78px !important;
}

.mt-78px {
    margin-top: 78px !important;
}

.mb-78px {
    margin-bottom: 78px !important;
}

.mx-78px {
    margin-left: 78px !important;
    margin-right: 78px !important;
}

.my-78px {
    margin-top: 78px !important;
    margin-bottom: 78px !important;
}

.m-79px {
    margin: 79px !important;
}

.ml-79px {
    margin-left: 79px !important;
}

.mr-79px {
    margin-right: 79px !important;
}

.mt-79px {
    margin-top: 79px !important;
}

.mb-79px {
    margin-bottom: 79px !important;
}

.mx-79px {
    margin-left: 79px !important;
    margin-right: 79px !important;
}

.my-79px {
    margin-top: 79px !important;
    margin-bottom: 79px !important;
}

.m-80px {
    margin: 80px !important;
}

.ml-80px {
    margin-left: 80px !important;
}

.mr-80px {
    margin-right: 80px !important;
}

.mt-80px {
    margin-top: 80px !important;
}

.mb-80px {
    margin-bottom: 80px !important;
}

.mx-80px {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.my-80px {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.m-81px {
    margin: 81px !important;
}

.ml-81px {
    margin-left: 81px !important;
}

.mr-81px {
    margin-right: 81px !important;
}

.mt-81px {
    margin-top: 81px !important;
}

.mb-81px {
    margin-bottom: 81px !important;
}

.mx-81px {
    margin-left: 81px !important;
    margin-right: 81px !important;
}

.my-81px {
    margin-top: 81px !important;
    margin-bottom: 81px !important;
}

.m-82px {
    margin: 82px !important;
}

.ml-82px {
    margin-left: 82px !important;
}

.mr-82px {
    margin-right: 82px !important;
}

.mt-82px {
    margin-top: 82px !important;
}

.mb-82px {
    margin-bottom: 82px !important;
}

.mx-82px {
    margin-left: 82px !important;
    margin-right: 82px !important;
}

.my-82px {
    margin-top: 82px !important;
    margin-bottom: 82px !important;
}

.m-83px {
    margin: 83px !important;
}

.ml-83px {
    margin-left: 83px !important;
}

.mr-83px {
    margin-right: 83px !important;
}

.mt-83px {
    margin-top: 83px !important;
}

.mb-83px {
    margin-bottom: 83px !important;
}

.mx-83px {
    margin-left: 83px !important;
    margin-right: 83px !important;
}

.my-83px {
    margin-top: 83px !important;
    margin-bottom: 83px !important;
}

.m-84px {
    margin: 84px !important;
}

.ml-84px {
    margin-left: 84px !important;
}

.mr-84px {
    margin-right: 84px !important;
}

.mt-84px {
    margin-top: 84px !important;
}

.mb-84px {
    margin-bottom: 84px !important;
}

.mx-84px {
    margin-left: 84px !important;
    margin-right: 84px !important;
}

.my-84px {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
}

.m-85px {
    margin: 85px !important;
}

.ml-85px {
    margin-left: 85px !important;
}

.mr-85px {
    margin-right: 85px !important;
}

.mt-85px {
    margin-top: 85px !important;
}

.mb-85px {
    margin-bottom: 85px !important;
}

.mx-85px {
    margin-left: 85px !important;
    margin-right: 85px !important;
}

.my-85px {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}

.m-86px {
    margin: 86px !important;
}

.ml-86px {
    margin-left: 86px !important;
}

.mr-86px {
    margin-right: 86px !important;
}

.mt-86px {
    margin-top: 86px !important;
}

.mb-86px {
    margin-bottom: 86px !important;
}

.mx-86px {
    margin-left: 86px !important;
    margin-right: 86px !important;
}

.my-86px {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
}

.m-87px {
    margin: 87px !important;
}

.ml-87px {
    margin-left: 87px !important;
}

.mr-87px {
    margin-right: 87px !important;
}

.mt-87px {
    margin-top: 87px !important;
}

.mb-87px {
    margin-bottom: 87px !important;
}

.mx-87px {
    margin-left: 87px !important;
    margin-right: 87px !important;
}

.my-87px {
    margin-top: 87px !important;
    margin-bottom: 87px !important;
}

.m-88px {
    margin: 88px !important;
}

.ml-88px {
    margin-left: 88px !important;
}

.mr-88px {
    margin-right: 88px !important;
}

.mt-88px {
    margin-top: 88px !important;
}

.mb-88px {
    margin-bottom: 88px !important;
}

.mx-88px {
    margin-left: 88px !important;
    margin-right: 88px !important;
}

.my-88px {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
}

.m-89px {
    margin: 89px !important;
}

.ml-89px {
    margin-left: 89px !important;
}

.mr-89px {
    margin-right: 89px !important;
}

.mt-89px {
    margin-top: 89px !important;
}

.mb-89px {
    margin-bottom: 89px !important;
}

.mx-89px {
    margin-left: 89px !important;
    margin-right: 89px !important;
}

.my-89px {
    margin-top: 89px !important;
    margin-bottom: 89px !important;
}

.m-90px {
    margin: 90px !important;
}

.ml-90px {
    margin-left: 90px !important;
}

.mr-90px {
    margin-right: 90px !important;
}

.mt-90px {
    margin-top: 90px !important;
}

.mb-90px {
    margin-bottom: 90px !important;
}

.mx-90px {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.my-90px {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.m-91px {
    margin: 91px !important;
}

.ml-91px {
    margin-left: 91px !important;
}

.mr-91px {
    margin-right: 91px !important;
}

.mt-91px {
    margin-top: 91px !important;
}

.mb-91px {
    margin-bottom: 91px !important;
}

.mx-91px {
    margin-left: 91px !important;
    margin-right: 91px !important;
}

.my-91px {
    margin-top: 91px !important;
    margin-bottom: 91px !important;
}

.m-92px {
    margin: 92px !important;
}

.ml-92px {
    margin-left: 92px !important;
}

.mr-92px {
    margin-right: 92px !important;
}

.mt-92px {
    margin-top: 92px !important;
}

.mb-92px {
    margin-bottom: 92px !important;
}

.mx-92px {
    margin-left: 92px !important;
    margin-right: 92px !important;
}

.my-92px {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
}

.m-93px {
    margin: 93px !important;
}

.ml-93px {
    margin-left: 93px !important;
}

.mr-93px {
    margin-right: 93px !important;
}

.mt-93px {
    margin-top: 93px !important;
}

.mb-93px {
    margin-bottom: 93px !important;
}

.mx-93px {
    margin-left: 93px !important;
    margin-right: 93px !important;
}

.my-93px {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
}

.m-94px {
    margin: 94px !important;
}

.ml-94px {
    margin-left: 94px !important;
}

.mr-94px {
    margin-right: 94px !important;
}

.mt-94px {
    margin-top: 94px !important;
}

.mb-94px {
    margin-bottom: 94px !important;
}

.mx-94px {
    margin-left: 94px !important;
    margin-right: 94px !important;
}

.my-94px {
    margin-top: 94px !important;
    margin-bottom: 94px !important;
}

.m-95px {
    margin: 95px !important;
}

.ml-95px {
    margin-left: 95px !important;
}

.mr-95px {
    margin-right: 95px !important;
}

.mt-95px {
    margin-top: 95px !important;
}

.mb-95px {
    margin-bottom: 95px !important;
}

.mx-95px {
    margin-left: 95px !important;
    margin-right: 95px !important;
}

.my-95px {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}

.m-96px {
    margin: 96px !important;
}

.ml-96px {
    margin-left: 96px !important;
}

.mr-96px {
    margin-right: 96px !important;
}

.mt-96px {
    margin-top: 96px !important;
}

.mb-96px {
    margin-bottom: 96px !important;
}

.mx-96px {
    margin-left: 96px !important;
    margin-right: 96px !important;
}

.my-96px {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
}

.m-97px {
    margin: 97px !important;
}

.ml-97px {
    margin-left: 97px !important;
}

.mr-97px {
    margin-right: 97px !important;
}

.mt-97px {
    margin-top: 97px !important;
}

.mb-97px {
    margin-bottom: 97px !important;
}

.mx-97px {
    margin-left: 97px !important;
    margin-right: 97px !important;
}

.my-97px {
    margin-top: 97px !important;
    margin-bottom: 97px !important;
}

.m-98px {
    margin: 98px !important;
}

.ml-98px {
    margin-left: 98px !important;
}

.mr-98px {
    margin-right: 98px !important;
}

.mt-98px {
    margin-top: 98px !important;
}

.mb-98px {
    margin-bottom: 98px !important;
}

.mx-98px {
    margin-left: 98px !important;
    margin-right: 98px !important;
}

.my-98px {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
}

.m-99px {
    margin: 99px !important;
}

.ml-99px {
    margin-left: 99px !important;
}

.mr-99px {
    margin-right: 99px !important;
}

.mt-99px {
    margin-top: 99px !important;
}

.mb-99px {
    margin-bottom: 99px !important;
}

.mx-99px {
    margin-left: 99px !important;
    margin-right: 99px !important;
}

.my-99px {
    margin-top: 99px !important;
    margin-bottom: 99px !important;
}

.m-100px {
    margin: 100px !important;
}

.ml-100px {
    margin-left: 100px !important;
}

.mr-100px {
    margin-right: 100px !important;
}

.mt-100px {
    margin-top: 100px !important;
}

.mb-100px {
    margin-bottom: 100px !important;
}

.mx-100px {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.my-100px {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.w-1px {
    width: 1px;
}

.w-1rem {
    width: 1rem;
}

.w-1em {
    width: 1em;
}

.w-1 {
    width: 1%;
}

.w-2px {
    width: 2px;
}

.w-2rem {
    width: 2rem;
}

.w-2em {
    width: 2em;
}

.w-2 {
    width: 2%;
}

.w-3px {
    width: 3px;
}

.w-3rem {
    width: 3rem;
}

.w-3em {
    width: 3em;
}

.w-3 {
    width: 3%;
}

.w-4px {
    width: 4px;
}

.w-4rem {
    width: 4rem;
}

.w-4em {
    width: 4em;
}

.w-4 {
    width: 4%;
}

.w-5px {
    width: 5px;
}

.w-5rem {
    width: 5rem;
}

.w-5em {
    width: 5em;
}

.w-5 {
    width: 5%;
}

.w-6px {
    width: 6px;
}

.w-6rem {
    width: 6rem;
}

.w-6em {
    width: 6em;
}

.w-6 {
    width: 6%;
}

.w-7px {
    width: 7px;
}

.w-7rem {
    width: 7rem;
}

.w-7em {
    width: 7em;
}

.w-7 {
    width: 7%;
}

.w-8px {
    width: 8px;
}

.w-8rem {
    width: 8rem;
}

.w-8em {
    width: 8em;
}

.w-8 {
    width: 8%;
}

.w-9px {
    width: 9px;
}

.w-9rem {
    width: 9rem;
}

.w-9em {
    width: 9em;
}

.w-9 {
    width: 9%;
}

.w-10px {
    width: 10px;
}

.w-10rem {
    width: 10rem;
}

.w-10em {
    width: 10em;
}

.w-10 {
    width: 10%;
}

.w-11px {
    width: 11px;
}

.w-11rem {
    width: 11rem;
}

.w-11em {
    width: 11em;
}

.w-11 {
    width: 11%;
}

.w-12px {
    width: 12px;
}

.w-12rem {
    width: 12rem;
}

.w-12em {
    width: 12em;
}

.w-12 {
    width: 12%;
}

.w-13px {
    width: 13px;
}

.w-13rem {
    width: 13rem;
}

.w-13em {
    width: 13em;
}

.w-13 {
    width: 13%;
}

.w-14px {
    width: 14px;
}

.w-14rem {
    width: 14rem;
}

.w-14em {
    width: 14em;
}

.w-14 {
    width: 14%;
}

.w-15px {
    width: 15px;
}

.w-15rem {
    width: 15rem;
}

.w-15em {
    width: 15em;
}

.w-15 {
    width: 15%;
}

.w-16px {
    width: 16px;
}

.w-16rem {
    width: 16rem;
}

.w-16em {
    width: 16em;
}

.w-16 {
    width: 16%;
}

.w-17px {
    width: 17px;
}

.w-17rem {
    width: 17rem;
}

.w-17em {
    width: 17em;
}

.w-17 {
    width: 17%;
}

.w-18px {
    width: 18px;
}

.w-18rem {
    width: 18rem;
}

.w-18em {
    width: 18em;
}

.w-18 {
    width: 18%;
}

.w-19px {
    width: 19px;
}

.w-19rem {
    width: 19rem;
}

.w-19em {
    width: 19em;
}

.w-19 {
    width: 19%;
}

.w-20px {
    width: 20px;
}

.w-20rem {
    width: 20rem;
}

.w-20em {
    width: 20em;
}

.w-20 {
    width: 20%;
}

.w-21px {
    width: 21px;
}

.w-21rem {
    width: 21rem;
}

.w-21em {
    width: 21em;
}

.w-21 {
    width: 21%;
}

.w-22px {
    width: 22px;
}

.w-22rem {
    width: 22rem;
}

.w-22em {
    width: 22em;
}

.w-22 {
    width: 22%;
}

.w-23px {
    width: 23px;
}

.w-23rem {
    width: 23rem;
}

.w-23em {
    width: 23em;
}

.w-23 {
    width: 23%;
}

.w-24px {
    width: 24px;
}

.w-24rem {
    width: 24rem;
}

.w-24em {
    width: 24em;
}

.w-24 {
    width: 24%;
}

.w-25px {
    width: 25px;
}

.w-25rem {
    width: 25rem;
}

.w-25em {
    width: 25em;
}

.w-25 {
    width: 25%;
}

.w-26px {
    width: 26px;
}

.w-26rem {
    width: 26rem;
}

.w-26em {
    width: 26em;
}

.w-26 {
    width: 26%;
}

.w-27px {
    width: 27px;
}

.w-27rem {
    width: 27rem;
}

.w-27em {
    width: 27em;
}

.w-27 {
    width: 27%;
}

.w-28px {
    width: 28px;
}

.w-28rem {
    width: 28rem;
}

.w-28em {
    width: 28em;
}

.w-28 {
    width: 28%;
}

.w-29px {
    width: 29px;
}

.w-29rem {
    width: 29rem;
}

.w-29em {
    width: 29em;
}

.w-29 {
    width: 29%;
}

.w-30px {
    width: 30px;
}

.w-30rem {
    width: 30rem;
}

.w-30em {
    width: 30em;
}

.w-30 {
    width: 30%;
}

.w-31px {
    width: 31px;
}

.w-31rem {
    width: 31rem;
}

.w-31em {
    width: 31em;
}

.w-31 {
    width: 31%;
}

.w-32px {
    width: 32px;
}

.w-32rem {
    width: 32rem;
}

.w-32em {
    width: 32em;
}

.w-32 {
    width: 32%;
}

.w-33px {
    width: 33px;
}

.w-33rem {
    width: 33rem;
}

.w-33em {
    width: 33em;
}

.w-33 {
    width: 33%;
}

.w-34px {
    width: 34px;
}

.w-34rem {
    width: 34rem;
}

.w-34em {
    width: 34em;
}

.w-34 {
    width: 34%;
}

.w-35px {
    width: 35px;
}

.w-35rem {
    width: 35rem;
}

.w-35em {
    width: 35em;
}

.w-35 {
    width: 35%;
}

.w-36px {
    width: 36px;
}

.w-36rem {
    width: 36rem;
}

.w-36em {
    width: 36em;
}

.w-36 {
    width: 36%;
}

.w-37px {
    width: 37px;
}

.w-37rem {
    width: 37rem;
}

.w-37em {
    width: 37em;
}

.w-37 {
    width: 37%;
}

.w-38px {
    width: 38px;
}

.w-38rem {
    width: 38rem;
}

.w-38em {
    width: 38em;
}

.w-38 {
    width: 38%;
}

.w-39px {
    width: 39px;
}

.w-39rem {
    width: 39rem;
}

.w-39em {
    width: 39em;
}

.w-39 {
    width: 39%;
}

.w-40px {
    width: 40px;
}

.w-40rem {
    width: 40rem;
}

.w-40em {
    width: 40em;
}

.w-40 {
    width: 40%;
}

.w-41px {
    width: 41px;
}

.w-41rem {
    width: 41rem;
}

.w-41em {
    width: 41em;
}

.w-41 {
    width: 41%;
}

.w-42px {
    width: 42px;
}

.w-42rem {
    width: 42rem;
}

.w-42em {
    width: 42em;
}

.w-42 {
    width: 42%;
}

.w-43px {
    width: 43px;
}

.w-43rem {
    width: 43rem;
}

.w-43em {
    width: 43em;
}

.w-43 {
    width: 43%;
}

.w-44px {
    width: 44px;
}

.w-44rem {
    width: 44rem;
}

.w-44em {
    width: 44em;
}

.w-44 {
    width: 44%;
}

.w-45px {
    width: 45px;
}

.w-45rem {
    width: 45rem;
}

.w-45em {
    width: 45em;
}

.w-45 {
    width: 45%;
}

.w-46px {
    width: 46px;
}

.w-46rem {
    width: 46rem;
}

.w-46em {
    width: 46em;
}

.w-46 {
    width: 46%;
}

.w-47px {
    width: 47px;
}

.w-47rem {
    width: 47rem;
}

.w-47em {
    width: 47em;
}

.w-47 {
    width: 47%;
}

.w-48px {
    width: 48px;
}

.w-48rem {
    width: 48rem;
}

.w-48em {
    width: 48em;
}

.w-48 {
    width: 48%;
}

.w-49px {
    width: 49px;
}

.w-49rem {
    width: 49rem;
}

.w-49em {
    width: 49em;
}

.w-49 {
    width: 49%;
}

.w-50px {
    width: 50px;
}

.w-50rem {
    width: 50rem;
}

.w-50em {
    width: 50em;
}

.w-50 {
    width: 50%;
}

.w-51px {
    width: 51px;
}

.w-51rem {
    width: 51rem;
}

.w-51em {
    width: 51em;
}

.w-51 {
    width: 51%;
}

.w-52px {
    width: 52px;
}

.w-52rem {
    width: 52rem;
}

.w-52em {
    width: 52em;
}

.w-52 {
    width: 52%;
}

.w-53px {
    width: 53px;
}

.w-53rem {
    width: 53rem;
}

.w-53em {
    width: 53em;
}

.w-53 {
    width: 53%;
}

.w-54px {
    width: 54px;
}

.w-54rem {
    width: 54rem;
}

.w-54em {
    width: 54em;
}

.w-54 {
    width: 54%;
}

.w-55px {
    width: 55px;
}

.w-55rem {
    width: 55rem;
}

.w-55em {
    width: 55em;
}

.w-55 {
    width: 55%;
}

.w-56px {
    width: 56px;
}

.w-56rem {
    width: 56rem;
}

.w-56em {
    width: 56em;
}

.w-56 {
    width: 56%;
}

.w-57px {
    width: 57px;
}

.w-57rem {
    width: 57rem;
}

.w-57em {
    width: 57em;
}

.w-57 {
    width: 57%;
}

.w-58px {
    width: 58px;
}

.w-58rem {
    width: 58rem;
}

.w-58em {
    width: 58em;
}

.w-58 {
    width: 58%;
}

.w-59px {
    width: 59px;
}

.w-59rem {
    width: 59rem;
}

.w-59em {
    width: 59em;
}

.w-59 {
    width: 59%;
}

.w-60px {
    width: 60px;
}

.w-60rem {
    width: 60rem;
}

.w-60em {
    width: 60em;
}

.w-60 {
    width: 60%;
}

.w-61px {
    width: 61px;
}

.w-61rem {
    width: 61rem;
}

.w-61em {
    width: 61em;
}

.w-61 {
    width: 61%;
}

.w-62px {
    width: 62px;
}

.w-62rem {
    width: 62rem;
}

.w-62em {
    width: 62em;
}

.w-62 {
    width: 62%;
}

.w-63px {
    width: 63px;
}

.w-63rem {
    width: 63rem;
}

.w-63em {
    width: 63em;
}

.w-63 {
    width: 63%;
}

.w-64px {
    width: 64px;
}

.w-64rem {
    width: 64rem;
}

.w-64em {
    width: 64em;
}

.w-64 {
    width: 64%;
}

.w-65px {
    width: 65px;
}

.w-65rem {
    width: 65rem;
}

.w-65em {
    width: 65em;
}

.w-65 {
    width: 65%;
}

.w-66px {
    width: 66px;
}

.w-66rem {
    width: 66rem;
}

.w-66em {
    width: 66em;
}

.w-66 {
    width: 66%;
}

.w-67px {
    width: 67px;
}

.w-67rem {
    width: 67rem;
}

.w-67em {
    width: 67em;
}

.w-67 {
    width: 67%;
}

.w-68px {
    width: 68px;
}

.w-68rem {
    width: 68rem;
}

.w-68em {
    width: 68em;
}

.w-68 {
    width: 68%;
}

.w-69px {
    width: 69px;
}

.w-69rem {
    width: 69rem;
}

.w-69em {
    width: 69em;
}

.w-69 {
    width: 69%;
}

.w-70px {
    width: 70px;
}

.w-70rem {
    width: 70rem;
}

.w-70em {
    width: 70em;
}

.w-70 {
    width: 70%;
}

.w-71px {
    width: 71px;
}

.w-71rem {
    width: 71rem;
}

.w-71em {
    width: 71em;
}

.w-71 {
    width: 71%;
}

.w-72px {
    width: 72px;
}

.w-72rem {
    width: 72rem;
}

.w-72em {
    width: 72em;
}

.w-72 {
    width: 72%;
}

.w-73px {
    width: 73px;
}

.w-73rem {
    width: 73rem;
}

.w-73em {
    width: 73em;
}

.w-73 {
    width: 73%;
}

.w-74px {
    width: 74px;
}

.w-74rem {
    width: 74rem;
}

.w-74em {
    width: 74em;
}

.w-74 {
    width: 74%;
}

.w-75px {
    width: 75px;
}

.w-75rem {
    width: 75rem;
}

.w-75em {
    width: 75em;
}

.w-75 {
    width: 75%;
}

.w-76px {
    width: 76px;
}

.w-76rem {
    width: 76rem;
}

.w-76em {
    width: 76em;
}

.w-76 {
    width: 76%;
}

.w-77px {
    width: 77px;
}

.w-77rem {
    width: 77rem;
}

.w-77em {
    width: 77em;
}

.w-77 {
    width: 77%;
}

.w-78px {
    width: 78px;
}

.w-78rem {
    width: 78rem;
}

.w-78em {
    width: 78em;
}

.w-78 {
    width: 78%;
}

.w-79px {
    width: 79px;
}

.w-79rem {
    width: 79rem;
}

.w-79em {
    width: 79em;
}

.w-79 {
    width: 79%;
}

.w-80px {
    width: 80px;
}

.w-80rem {
    width: 80rem;
}

.w-80em {
    width: 80em;
}

.w-80 {
    width: 80%;
}

.w-81px {
    width: 81px;
}

.w-81rem {
    width: 81rem;
}

.w-81em {
    width: 81em;
}

.w-81 {
    width: 81%;
}

.w-82px {
    width: 82px;
}

.w-82rem {
    width: 82rem;
}

.w-82em {
    width: 82em;
}

.w-82 {
    width: 82%;
}

.w-83px {
    width: 83px;
}

.w-83rem {
    width: 83rem;
}

.w-83em {
    width: 83em;
}

.w-83 {
    width: 83%;
}

.w-84px {
    width: 84px;
}

.w-84rem {
    width: 84rem;
}

.w-84em {
    width: 84em;
}

.w-84 {
    width: 84%;
}

.w-85px {
    width: 85px;
}

.w-85rem {
    width: 85rem;
}

.w-85em {
    width: 85em;
}

.w-85 {
    width: 85%;
}

.w-86px {
    width: 86px;
}

.w-86rem {
    width: 86rem;
}

.w-86em {
    width: 86em;
}

.w-86 {
    width: 86%;
}

.w-87px {
    width: 87px;
}

.w-87rem {
    width: 87rem;
}

.w-87em {
    width: 87em;
}

.w-87 {
    width: 87%;
}

.w-88px {
    width: 88px;
}

.w-88rem {
    width: 88rem;
}

.w-88em {
    width: 88em;
}

.w-88 {
    width: 88%;
}

.w-89px {
    width: 89px;
}

.w-89rem {
    width: 89rem;
}

.w-89em {
    width: 89em;
}

.w-89 {
    width: 89%;
}

.w-90px {
    width: 90px;
}

.w-90rem {
    width: 90rem;
}

.w-90em {
    width: 90em;
}

.w-90 {
    width: 90%;
}

.w-91px {
    width: 91px;
}

.w-91rem {
    width: 91rem;
}

.w-91em {
    width: 91em;
}

.w-91 {
    width: 91%;
}

.w-92px {
    width: 92px;
}

.w-92rem {
    width: 92rem;
}

.w-92em {
    width: 92em;
}

.w-92 {
    width: 92%;
}

.w-93px {
    width: 93px;
}

.w-93rem {
    width: 93rem;
}

.w-93em {
    width: 93em;
}

.w-93 {
    width: 93%;
}

.w-94px {
    width: 94px;
}

.w-94rem {
    width: 94rem;
}

.w-94em {
    width: 94em;
}

.w-94 {
    width: 94%;
}

.w-95px {
    width: 95px;
}

.w-95rem {
    width: 95rem;
}

.w-95em {
    width: 95em;
}

.w-95 {
    width: 95%;
}

.w-96px {
    width: 96px;
}

.w-96rem {
    width: 96rem;
}

.w-96em {
    width: 96em;
}

.w-96 {
    width: 96%;
}

.w-97px {
    width: 97px;
}

.w-97rem {
    width: 97rem;
}

.w-97em {
    width: 97em;
}

.w-97 {
    width: 97%;
}

.w-98px {
    width: 98px;
}

.w-98rem {
    width: 98rem;
}

.w-98em {
    width: 98em;
}

.w-98 {
    width: 98%;
}

.w-99px {
    width: 99px;
}

.w-99rem {
    width: 99rem;
}

.w-99em {
    width: 99em;
}

.w-99 {
    width: 99%;
}

.w-100px {
    width: 100px;
}

.w-100rem {
    width: 100rem;
}

.w-100em {
    width: 100em;
}

.w-100 {
    width: 100%;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.none {
    float: none !important;
}

.w-auto {
    width: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.wrap {
    flex-wrap: wrap;
}

.m-0 {
    margin: 0em !important;
}

.mt-0 {
    margin-top: 0em !important;
}

.mb-0 {
    margin-bottom: 0em !important;
}

.ml-0 {
    margin-left: 0em !important;
}

.mr-0 {
    margin-right: 0em !important;
}

.mx-0 {
    margin-right: 0em !important;
    margin-left: 0em !important;
}

.my-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}

.mn-t0 {
    margin-top: 0em !important;
}

.p-0 {
    padding: 0em !important;
}

.pt-0 {
    padding-top: 0em !important;
}

.pb-0 {
    padding-bottom: 0em !important;
}

.pl-0 {
    padding-left: 0em !important;
}

.pr-0 {
    padding-right: 0em !important;
}

.px-0 {
    padding-right: 0em !important;
    padding-left: 0em !important;
}

.py-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}

.m-1 {
    margin: 1em !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.mb-1 {
    margin-bottom: 1em !important;
}

.ml-1 {
    margin-left: 1em !important;
}

.mr-1 {
    margin-right: 1em !important;
}

.mx-1 {
    margin-right: 1em !important;
    margin-left: 1em !important;
}

.my-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.mn-t1 {
    margin-top: -1em !important;
}

.p-1 {
    padding: 1em !important;
}

.pt-1 {
    padding-top: 1em !important;
}

.pb-1 {
    padding-bottom: 1em !important;
}

.pl-1 {
    padding-left: 1em !important;
}

.pr-1 {
    padding-right: 1em !important;
}

.px-1 {
    padding-right: 1em !important;
    padding-left: 1em !important;
}

.py-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.m-2 {
    margin: 2em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.ml-2 {
    margin-left: 2em !important;
}

.mr-2 {
    margin-right: 2em !important;
}

.mx-2 {
    margin-right: 2em !important;
    margin-left: 2em !important;
}

.my-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

.mn-t2 {
    margin-top: -2em !important;
}

.p-2 {
    padding: 2em !important;
}

.pt-2 {
    padding-top: 2em !important;
}

.pb-2 {
    padding-bottom: 2em !important;
}

.pl-2 {
    padding-left: 2em !important;
}

.pr-2 {
    padding-right: 2em !important;
}

.px-2 {
    padding-right: 2em !important;
    padding-left: 2em !important;
}

.py-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.m-3 {
    margin: 3em !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mb-3 {
    margin-bottom: 3em !important;
}

.ml-3 {
    margin-left: 3em !important;
}

.mr-3 {
    margin-right: 3em !important;
}

.mx-3 {
    margin-right: 3em !important;
    margin-left: 3em !important;
}

.my-3 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.mn-t3 {
    margin-top: -3em !important;
}

.p-3 {
    padding: 3em !important;
}

.pt-3 {
    padding-top: 3em !important;
}

.pb-3 {
    padding-bottom: 3em !important;
}

.pl-3 {
    padding-left: 3em !important;
}

.pr-3 {
    padding-right: 3em !important;
}

.px-3 {
    padding-right: 3em !important;
    padding-left: 3em !important;
}

.py-3 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.m-4 {
    margin: 4em !important;
}

.mt-4 {
    margin-top: 4em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.ml-4 {
    margin-left: 4em !important;
}

.mr-4 {
    margin-right: 4em !important;
}

.mx-4 {
    margin-right: 4em !important;
    margin-left: 4em !important;
}

.my-4 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
}

.mn-t4 {
    margin-top: -4em !important;
}

.p-4 {
    padding: 4em !important;
}

.pt-4 {
    padding-top: 4em !important;
}

.pb-4 {
    padding-bottom: 4em !important;
}

.pl-4 {
    padding-left: 4em !important;
}

.pr-4 {
    padding-right: 4em !important;
}

.px-4 {
    padding-right: 4em !important;
    padding-left: 4em !important;
}

.py-4 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}

.m-5 {
    margin: 5em !important;
}

.mt-5 {
    margin-top: 5em !important;
}

.mb-5 {
    margin-bottom: 5em !important;
}

.ml-5 {
    margin-left: 5em !important;
}

.mr-5 {
    margin-right: 5em !important;
}

.mx-5 {
    margin-right: 5em !important;
    margin-left: 5em !important;
}

.my-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
}

.mn-t5 {
    margin-top: -5em !important;
}

.p-5 {
    padding: 5em !important;
}

.pt-5 {
    padding-top: 5em !important;
}

.pb-5 {
    padding-bottom: 5em !important;
}

.pl-5 {
    padding-left: 5em !important;
}

.pr-5 {
    padding-right: 5em !important;
}

.px-5 {
    padding-right: 5em !important;
    padding-left: 5em !important;
}

.py-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}

.m-6 {
    margin: 6em !important;
}

.mt-6 {
    margin-top: 6em !important;
}

.mb-6 {
    margin-bottom: 6em !important;
}

.ml-6 {
    margin-left: 6em !important;
}

.mr-6 {
    margin-right: 6em !important;
}

.mx-6 {
    margin-right: 6em !important;
    margin-left: 6em !important;
}

.my-6 {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
}

.mn-t6 {
    margin-top: -6em !important;
}

.p-6 {
    padding: 6em !important;
}

.pt-6 {
    padding-top: 6em !important;
}

.pb-6 {
    padding-bottom: 6em !important;
}

.pl-6 {
    padding-left: 6em !important;
}

.pr-6 {
    padding-right: 6em !important;
}

.px-6 {
    padding-right: 6em !important;
    padding-left: 6em !important;
}

.py-6 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
}

.m-7 {
    margin: 7em !important;
}

.mt-7 {
    margin-top: 7em !important;
}

.mb-7 {
    margin-bottom: 7em !important;
}

.ml-7 {
    margin-left: 7em !important;
}

.mr-7 {
    margin-right: 7em !important;
}

.mx-7 {
    margin-right: 7em !important;
    margin-left: 7em !important;
}

.my-7 {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
}

.mn-t7 {
    margin-top: -7em !important;
}

.p-7 {
    padding: 7em !important;
}

.pt-7 {
    padding-top: 7em !important;
}

.pb-7 {
    padding-bottom: 7em !important;
}

.pl-7 {
    padding-left: 7em !important;
}

.pr-7 {
    padding-right: 7em !important;
}

.px-7 {
    padding-right: 7em !important;
    padding-left: 7em !important;
}

.py-7 {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
}

.m-8 {
    margin: 8em !important;
}

.mt-8 {
    margin-top: 8em !important;
}

.mb-8 {
    margin-bottom: 8em !important;
}

.ml-8 {
    margin-left: 8em !important;
}

.mr-8 {
    margin-right: 8em !important;
}

.mx-8 {
    margin-right: 8em !important;
    margin-left: 8em !important;
}

.my-8 {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
}

.mn-t8 {
    margin-top: -8em !important;
}

.p-8 {
    padding: 8em !important;
}

.pt-8 {
    padding-top: 8em !important;
}

.pb-8 {
    padding-bottom: 8em !important;
}

.pl-8 {
    padding-left: 8em !important;
}

.pr-8 {
    padding-right: 8em !important;
}

.px-8 {
    padding-right: 8em !important;
    padding-left: 8em !important;
}

.py-8 {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
}

.m-9 {
    margin: 9em !important;
}

.mt-9 {
    margin-top: 9em !important;
}

.mb-9 {
    margin-bottom: 9em !important;
}

.ml-9 {
    margin-left: 9em !important;
}

.mr-9 {
    margin-right: 9em !important;
}

.mx-9 {
    margin-right: 9em !important;
    margin-left: 9em !important;
}

.my-9 {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
}

.mn-t9 {
    margin-top: -9em !important;
}

.p-9 {
    padding: 9em !important;
}

.pt-9 {
    padding-top: 9em !important;
}

.pb-9 {
    padding-bottom: 9em !important;
}

.pl-9 {
    padding-left: 9em !important;
}

.pr-9 {
    padding-right: 9em !important;
}

.px-9 {
    padding-right: 9em !important;
    padding-left: 9em !important;
}

.py-9 {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
}

.m-10 {
    margin: 10em !important;
}

.mt-10 {
    margin-top: 10em !important;
}

.mb-10 {
    margin-bottom: 10em !important;
}

.ml-10 {
    margin-left: 10em !important;
}

.mr-10 {
    margin-right: 10em !important;
}

.mx-10 {
    margin-right: 10em !important;
    margin-left: 10em !important;
}

.my-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
}

.mn-t10 {
    margin-top: -10em !important;
}

.p-10 {
    padding: 10em !important;
}

.pt-10 {
    padding-top: 10em !important;
}

.pb-10 {
    padding-bottom: 10em !important;
}

.pl-10 {
    padding-left: 10em !important;
}

.pr-10 {
    padding-right: 10em !important;
}

.px-10 {
    padding-right: 10em !important;
    padding-left: 10em !important;
}

.py-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
}

.m-11 {
    margin: 11em !important;
}

.mt-11 {
    margin-top: 11em !important;
}

.mb-11 {
    margin-bottom: 11em !important;
}

.ml-11 {
    margin-left: 11em !important;
}

.mr-11 {
    margin-right: 11em !important;
}

.mx-11 {
    margin-right: 11em !important;
    margin-left: 11em !important;
}

.my-11 {
    margin-top: 11em !important;
    margin-bottom: 11em !important;
}

.mn-t11 {
    margin-top: -11em !important;
}

.p-11 {
    padding: 11em !important;
}

.pt-11 {
    padding-top: 11em !important;
}

.pb-11 {
    padding-bottom: 11em !important;
}

.pl-11 {
    padding-left: 11em !important;
}

.pr-11 {
    padding-right: 11em !important;
}

.px-11 {
    padding-right: 11em !important;
    padding-left: 11em !important;
}

.py-11 {
    padding-top: 11em !important;
    padding-bottom: 11em !important;
}

.m-12 {
    margin: 12em !important;
}

.mt-12 {
    margin-top: 12em !important;
}

.mb-12 {
    margin-bottom: 12em !important;
}

.ml-12 {
    margin-left: 12em !important;
}

.mr-12 {
    margin-right: 12em !important;
}

.mx-12 {
    margin-right: 12em !important;
    margin-left: 12em !important;
}

.my-12 {
    margin-top: 12em !important;
    margin-bottom: 12em !important;
}

.mn-t12 {
    margin-top: -12em !important;
}

.p-12 {
    padding: 12em !important;
}

.pt-12 {
    padding-top: 12em !important;
}

.pb-12 {
    padding-bottom: 12em !important;
}

.pl-12 {
    padding-left: 12em !important;
}

.pr-12 {
    padding-right: 12em !important;
}

.px-12 {
    padding-right: 12em !important;
    padding-left: 12em !important;
}

.py-12 {
    padding-top: 12em !important;
    padding-bottom: 12em !important;
}

.m-13 {
    margin: 13em !important;
}

.mt-13 {
    margin-top: 13em !important;
}

.mb-13 {
    margin-bottom: 13em !important;
}

.ml-13 {
    margin-left: 13em !important;
}

.mr-13 {
    margin-right: 13em !important;
}

.mx-13 {
    margin-right: 13em !important;
    margin-left: 13em !important;
}

.my-13 {
    margin-top: 13em !important;
    margin-bottom: 13em !important;
}

.mn-t13 {
    margin-top: -13em !important;
}

.p-13 {
    padding: 13em !important;
}

.pt-13 {
    padding-top: 13em !important;
}

.pb-13 {
    padding-bottom: 13em !important;
}

.pl-13 {
    padding-left: 13em !important;
}

.pr-13 {
    padding-right: 13em !important;
}

.px-13 {
    padding-right: 13em !important;
    padding-left: 13em !important;
}

.py-13 {
    padding-top: 13em !important;
    padding-bottom: 13em !important;
}

.m-14 {
    margin: 14em !important;
}

.mt-14 {
    margin-top: 14em !important;
}

.mb-14 {
    margin-bottom: 14em !important;
}

.ml-14 {
    margin-left: 14em !important;
}

.mr-14 {
    margin-right: 14em !important;
}

.mx-14 {
    margin-right: 14em !important;
    margin-left: 14em !important;
}

.my-14 {
    margin-top: 14em !important;
    margin-bottom: 14em !important;
}

.mn-t14 {
    margin-top: -14em !important;
}

.p-14 {
    padding: 14em !important;
}

.pt-14 {
    padding-top: 14em !important;
}

.pb-14 {
    padding-bottom: 14em !important;
}

.pl-14 {
    padding-left: 14em !important;
}

.pr-14 {
    padding-right: 14em !important;
}

.px-14 {
    padding-right: 14em !important;
    padding-left: 14em !important;
}

.py-14 {
    padding-top: 14em !important;
    padding-bottom: 14em !important;
}

.m-15 {
    margin: 15em !important;
}

.mt-15 {
    margin-top: 15em !important;
}

.mb-15 {
    margin-bottom: 15em !important;
}

.ml-15 {
    margin-left: 15em !important;
}

.mr-15 {
    margin-right: 15em !important;
}

.mx-15 {
    margin-right: 15em !important;
    margin-left: 15em !important;
}

.my-15 {
    margin-top: 15em !important;
    margin-bottom: 15em !important;
}

.mn-t15 {
    margin-top: -15em !important;
}

.p-15 {
    padding: 15em !important;
}

.pt-15 {
    padding-top: 15em !important;
}

.pb-15 {
    padding-bottom: 15em !important;
}

.pl-15 {
    padding-left: 15em !important;
}

.pr-15 {
    padding-right: 15em !important;
}

.px-15 {
    padding-right: 15em !important;
    padding-left: 15em !important;
}

.py-15 {
    padding-top: 15em !important;
    padding-bottom: 15em !important;
}

.m-16 {
    margin: 16em !important;
}

.mt-16 {
    margin-top: 16em !important;
}

.mb-16 {
    margin-bottom: 16em !important;
}

.ml-16 {
    margin-left: 16em !important;
}

.mr-16 {
    margin-right: 16em !important;
}

.mx-16 {
    margin-right: 16em !important;
    margin-left: 16em !important;
}

.my-16 {
    margin-top: 16em !important;
    margin-bottom: 16em !important;
}

.mn-t16 {
    margin-top: -16em !important;
}

.p-16 {
    padding: 16em !important;
}

.pt-16 {
    padding-top: 16em !important;
}

.pb-16 {
    padding-bottom: 16em !important;
}

.pl-16 {
    padding-left: 16em !important;
}

.pr-16 {
    padding-right: 16em !important;
}

.px-16 {
    padding-right: 16em !important;
    padding-left: 16em !important;
}

.py-16 {
    padding-top: 16em !important;
    padding-bottom: 16em !important;
}

.m-17 {
    margin: 17em !important;
}

.mt-17 {
    margin-top: 17em !important;
}

.mb-17 {
    margin-bottom: 17em !important;
}

.ml-17 {
    margin-left: 17em !important;
}

.mr-17 {
    margin-right: 17em !important;
}

.mx-17 {
    margin-right: 17em !important;
    margin-left: 17em !important;
}

.my-17 {
    margin-top: 17em !important;
    margin-bottom: 17em !important;
}

.mn-t17 {
    margin-top: -17em !important;
}

.p-17 {
    padding: 17em !important;
}

.pt-17 {
    padding-top: 17em !important;
}

.pb-17 {
    padding-bottom: 17em !important;
}

.pl-17 {
    padding-left: 17em !important;
}

.pr-17 {
    padding-right: 17em !important;
}

.px-17 {
    padding-right: 17em !important;
    padding-left: 17em !important;
}

.py-17 {
    padding-top: 17em !important;
    padding-bottom: 17em !important;
}

.m-18 {
    margin: 18em !important;
}

.mt-18 {
    margin-top: 18em !important;
}

.mb-18 {
    margin-bottom: 18em !important;
}

.ml-18 {
    margin-left: 18em !important;
}

.mr-18 {
    margin-right: 18em !important;
}

.mx-18 {
    margin-right: 18em !important;
    margin-left: 18em !important;
}

.my-18 {
    margin-top: 18em !important;
    margin-bottom: 18em !important;
}

.mn-t18 {
    margin-top: -18em !important;
}

.p-18 {
    padding: 18em !important;
}

.pt-18 {
    padding-top: 18em !important;
}

.pb-18 {
    padding-bottom: 18em !important;
}

.pl-18 {
    padding-left: 18em !important;
}

.pr-18 {
    padding-right: 18em !important;
}

.px-18 {
    padding-right: 18em !important;
    padding-left: 18em !important;
}

.py-18 {
    padding-top: 18em !important;
    padding-bottom: 18em !important;
}

.m-19 {
    margin: 19em !important;
}

.mt-19 {
    margin-top: 19em !important;
}

.mb-19 {
    margin-bottom: 19em !important;
}

.ml-19 {
    margin-left: 19em !important;
}

.mr-19 {
    margin-right: 19em !important;
}

.mx-19 {
    margin-right: 19em !important;
    margin-left: 19em !important;
}

.my-19 {
    margin-top: 19em !important;
    margin-bottom: 19em !important;
}

.mn-t19 {
    margin-top: -19em !important;
}

.p-19 {
    padding: 19em !important;
}

.pt-19 {
    padding-top: 19em !important;
}

.pb-19 {
    padding-bottom: 19em !important;
}

.pl-19 {
    padding-left: 19em !important;
}

.pr-19 {
    padding-right: 19em !important;
}

.px-19 {
    padding-right: 19em !important;
    padding-left: 19em !important;
}

.py-19 {
    padding-top: 19em !important;
    padding-bottom: 19em !important;
}

.m-20 {
    margin: 20em !important;
}

.mt-20 {
    margin-top: 20em !important;
}

.mb-20 {
    margin-bottom: 20em !important;
}

.ml-20 {
    margin-left: 20em !important;
}

.mr-20 {
    margin-right: 20em !important;
}

.mx-20 {
    margin-right: 20em !important;
    margin-left: 20em !important;
}

.my-20 {
    margin-top: 20em !important;
    margin-bottom: 20em !important;
}

.mn-t20 {
    margin-top: -20em !important;
}

.p-20 {
    padding: 20em !important;
}

.pt-20 {
    padding-top: 20em !important;
}

.pb-20 {
    padding-bottom: 20em !important;
}

.pl-20 {
    padding-left: 20em !important;
}

.pr-20 {
    padding-right: 20em !important;
}

.px-20 {
    padding-right: 20em !important;
    padding-left: 20em !important;
}

.py-20 {
    padding-top: 20em !important;
    padding-bottom: 20em !important;
}

.m-21 {
    margin: 21em !important;
}

.mt-21 {
    margin-top: 21em !important;
}

.mb-21 {
    margin-bottom: 21em !important;
}

.ml-21 {
    margin-left: 21em !important;
}

.mr-21 {
    margin-right: 21em !important;
}

.mx-21 {
    margin-right: 21em !important;
    margin-left: 21em !important;
}

.my-21 {
    margin-top: 21em !important;
    margin-bottom: 21em !important;
}

.mn-t21 {
    margin-top: -21em !important;
}

.p-21 {
    padding: 21em !important;
}

.pt-21 {
    padding-top: 21em !important;
}

.pb-21 {
    padding-bottom: 21em !important;
}

.pl-21 {
    padding-left: 21em !important;
}

.pr-21 {
    padding-right: 21em !important;
}

.px-21 {
    padding-right: 21em !important;
    padding-left: 21em !important;
}

.py-21 {
    padding-top: 21em !important;
    padding-bottom: 21em !important;
}

.m-22 {
    margin: 22em !important;
}

.mt-22 {
    margin-top: 22em !important;
}

.mb-22 {
    margin-bottom: 22em !important;
}

.ml-22 {
    margin-left: 22em !important;
}

.mr-22 {
    margin-right: 22em !important;
}

.mx-22 {
    margin-right: 22em !important;
    margin-left: 22em !important;
}

.my-22 {
    margin-top: 22em !important;
    margin-bottom: 22em !important;
}

.mn-t22 {
    margin-top: -22em !important;
}

.p-22 {
    padding: 22em !important;
}

.pt-22 {
    padding-top: 22em !important;
}

.pb-22 {
    padding-bottom: 22em !important;
}

.pl-22 {
    padding-left: 22em !important;
}

.pr-22 {
    padding-right: 22em !important;
}

.px-22 {
    padding-right: 22em !important;
    padding-left: 22em !important;
}

.py-22 {
    padding-top: 22em !important;
    padding-bottom: 22em !important;
}

.m-23 {
    margin: 23em !important;
}

.mt-23 {
    margin-top: 23em !important;
}

.mb-23 {
    margin-bottom: 23em !important;
}

.ml-23 {
    margin-left: 23em !important;
}

.mr-23 {
    margin-right: 23em !important;
}

.mx-23 {
    margin-right: 23em !important;
    margin-left: 23em !important;
}

.my-23 {
    margin-top: 23em !important;
    margin-bottom: 23em !important;
}

.mn-t23 {
    margin-top: -23em !important;
}

.p-23 {
    padding: 23em !important;
}

.pt-23 {
    padding-top: 23em !important;
}

.pb-23 {
    padding-bottom: 23em !important;
}

.pl-23 {
    padding-left: 23em !important;
}

.pr-23 {
    padding-right: 23em !important;
}

.px-23 {
    padding-right: 23em !important;
    padding-left: 23em !important;
}

.py-23 {
    padding-top: 23em !important;
    padding-bottom: 23em !important;
}

.m-24 {
    margin: 24em !important;
}

.mt-24 {
    margin-top: 24em !important;
}

.mb-24 {
    margin-bottom: 24em !important;
}

.ml-24 {
    margin-left: 24em !important;
}

.mr-24 {
    margin-right: 24em !important;
}

.mx-24 {
    margin-right: 24em !important;
    margin-left: 24em !important;
}

.my-24 {
    margin-top: 24em !important;
    margin-bottom: 24em !important;
}

.mn-t24 {
    margin-top: -24em !important;
}

.p-24 {
    padding: 24em !important;
}

.pt-24 {
    padding-top: 24em !important;
}

.pb-24 {
    padding-bottom: 24em !important;
}

.pl-24 {
    padding-left: 24em !important;
}

.pr-24 {
    padding-right: 24em !important;
}

.px-24 {
    padding-right: 24em !important;
    padding-left: 24em !important;
}

.py-24 {
    padding-top: 24em !important;
    padding-bottom: 24em !important;
}

.m-25 {
    margin: 25em !important;
}

.mt-25 {
    margin-top: 25em !important;
}

.mb-25 {
    margin-bottom: 25em !important;
}

.ml-25 {
    margin-left: 25em !important;
}

.mr-25 {
    margin-right: 25em !important;
}

.mx-25 {
    margin-right: 25em !important;
    margin-left: 25em !important;
}

.my-25 {
    margin-top: 25em !important;
    margin-bottom: 25em !important;
}

.mn-t25 {
    margin-top: -25em !important;
}

.p-25 {
    padding: 25em !important;
}

.pt-25 {
    padding-top: 25em !important;
}

.pb-25 {
    padding-bottom: 25em !important;
}

.pl-25 {
    padding-left: 25em !important;
}

.pr-25 {
    padding-right: 25em !important;
}

.px-25 {
    padding-right: 25em !important;
    padding-left: 25em !important;
}

.py-25 {
    padding-top: 25em !important;
    padding-bottom: 25em !important;
}

.m-26 {
    margin: 26em !important;
}

.mt-26 {
    margin-top: 26em !important;
}

.mb-26 {
    margin-bottom: 26em !important;
}

.ml-26 {
    margin-left: 26em !important;
}

.mr-26 {
    margin-right: 26em !important;
}

.mx-26 {
    margin-right: 26em !important;
    margin-left: 26em !important;
}

.my-26 {
    margin-top: 26em !important;
    margin-bottom: 26em !important;
}

.mn-t26 {
    margin-top: -26em !important;
}

.p-26 {
    padding: 26em !important;
}

.pt-26 {
    padding-top: 26em !important;
}

.pb-26 {
    padding-bottom: 26em !important;
}

.pl-26 {
    padding-left: 26em !important;
}

.pr-26 {
    padding-right: 26em !important;
}

.px-26 {
    padding-right: 26em !important;
    padding-left: 26em !important;
}

.py-26 {
    padding-top: 26em !important;
    padding-bottom: 26em !important;
}

.m-27 {
    margin: 27em !important;
}

.mt-27 {
    margin-top: 27em !important;
}

.mb-27 {
    margin-bottom: 27em !important;
}

.ml-27 {
    margin-left: 27em !important;
}

.mr-27 {
    margin-right: 27em !important;
}

.mx-27 {
    margin-right: 27em !important;
    margin-left: 27em !important;
}

.my-27 {
    margin-top: 27em !important;
    margin-bottom: 27em !important;
}

.mn-t27 {
    margin-top: -27em !important;
}

.p-27 {
    padding: 27em !important;
}

.pt-27 {
    padding-top: 27em !important;
}

.pb-27 {
    padding-bottom: 27em !important;
}

.pl-27 {
    padding-left: 27em !important;
}

.pr-27 {
    padding-right: 27em !important;
}

.px-27 {
    padding-right: 27em !important;
    padding-left: 27em !important;
}

.py-27 {
    padding-top: 27em !important;
    padding-bottom: 27em !important;
}

.m-28 {
    margin: 28em !important;
}

.mt-28 {
    margin-top: 28em !important;
}

.mb-28 {
    margin-bottom: 28em !important;
}

.ml-28 {
    margin-left: 28em !important;
}

.mr-28 {
    margin-right: 28em !important;
}

.mx-28 {
    margin-right: 28em !important;
    margin-left: 28em !important;
}

.my-28 {
    margin-top: 28em !important;
    margin-bottom: 28em !important;
}

.mn-t28 {
    margin-top: -28em !important;
}

.p-28 {
    padding: 28em !important;
}

.pt-28 {
    padding-top: 28em !important;
}

.pb-28 {
    padding-bottom: 28em !important;
}

.pl-28 {
    padding-left: 28em !important;
}

.pr-28 {
    padding-right: 28em !important;
}

.px-28 {
    padding-right: 28em !important;
    padding-left: 28em !important;
}

.py-28 {
    padding-top: 28em !important;
    padding-bottom: 28em !important;
}

.m-29 {
    margin: 29em !important;
}

.mt-29 {
    margin-top: 29em !important;
}

.mb-29 {
    margin-bottom: 29em !important;
}

.ml-29 {
    margin-left: 29em !important;
}

.mr-29 {
    margin-right: 29em !important;
}

.mx-29 {
    margin-right: 29em !important;
    margin-left: 29em !important;
}

.my-29 {
    margin-top: 29em !important;
    margin-bottom: 29em !important;
}

.mn-t29 {
    margin-top: -29em !important;
}

.p-29 {
    padding: 29em !important;
}

.pt-29 {
    padding-top: 29em !important;
}

.pb-29 {
    padding-bottom: 29em !important;
}

.pl-29 {
    padding-left: 29em !important;
}

.pr-29 {
    padding-right: 29em !important;
}

.px-29 {
    padding-right: 29em !important;
    padding-left: 29em !important;
}

.py-29 {
    padding-top: 29em !important;
    padding-bottom: 29em !important;
}

.m-30 {
    margin: 30em !important;
}

.mt-30 {
    margin-top: 30em !important;
}

.mb-30 {
    margin-bottom: 30em !important;
}

.ml-30 {
    margin-left: 30em !important;
}

.mr-30 {
    margin-right: 30em !important;
}

.mx-30 {
    margin-right: 30em !important;
    margin-left: 30em !important;
}

.my-30 {
    margin-top: 30em !important;
    margin-bottom: 30em !important;
}

.mn-t30 {
    margin-top: -30em !important;
}

.p-30 {
    padding: 30em !important;
}

.pt-30 {
    padding-top: 30em !important;
}

.pb-30 {
    padding-bottom: 30em !important;
}

.pl-30 {
    padding-left: 30em !important;
}

.pr-30 {
    padding-right: 30em !important;
}

.px-30 {
    padding-right: 30em !important;
    padding-left: 30em !important;
}

.py-30 {
    padding-top: 30em !important;
    padding-bottom: 30em !important;
}

.m-31 {
    margin: 31em !important;
}

.mt-31 {
    margin-top: 31em !important;
}

.mb-31 {
    margin-bottom: 31em !important;
}

.ml-31 {
    margin-left: 31em !important;
}

.mr-31 {
    margin-right: 31em !important;
}

.mx-31 {
    margin-right: 31em !important;
    margin-left: 31em !important;
}

.my-31 {
    margin-top: 31em !important;
    margin-bottom: 31em !important;
}

.mn-t31 {
    margin-top: -31em !important;
}

.p-31 {
    padding: 31em !important;
}

.pt-31 {
    padding-top: 31em !important;
}

.pb-31 {
    padding-bottom: 31em !important;
}

.pl-31 {
    padding-left: 31em !important;
}

.pr-31 {
    padding-right: 31em !important;
}

.px-31 {
    padding-right: 31em !important;
    padding-left: 31em !important;
}

.py-31 {
    padding-top: 31em !important;
    padding-bottom: 31em !important;
}

.m-32 {
    margin: 32em !important;
}

.mt-32 {
    margin-top: 32em !important;
}

.mb-32 {
    margin-bottom: 32em !important;
}

.ml-32 {
    margin-left: 32em !important;
}

.mr-32 {
    margin-right: 32em !important;
}

.mx-32 {
    margin-right: 32em !important;
    margin-left: 32em !important;
}

.my-32 {
    margin-top: 32em !important;
    margin-bottom: 32em !important;
}

.mn-t32 {
    margin-top: -32em !important;
}

.p-32 {
    padding: 32em !important;
}

.pt-32 {
    padding-top: 32em !important;
}

.pb-32 {
    padding-bottom: 32em !important;
}

.pl-32 {
    padding-left: 32em !important;
}

.pr-32 {
    padding-right: 32em !important;
}

.px-32 {
    padding-right: 32em !important;
    padding-left: 32em !important;
}

.py-32 {
    padding-top: 32em !important;
    padding-bottom: 32em !important;
}

.m-33 {
    margin: 33em !important;
}

.mt-33 {
    margin-top: 33em !important;
}

.mb-33 {
    margin-bottom: 33em !important;
}

.ml-33 {
    margin-left: 33em !important;
}

.mr-33 {
    margin-right: 33em !important;
}

.mx-33 {
    margin-right: 33em !important;
    margin-left: 33em !important;
}

.my-33 {
    margin-top: 33em !important;
    margin-bottom: 33em !important;
}

.mn-t33 {
    margin-top: -33em !important;
}

.p-33 {
    padding: 33em !important;
}

.pt-33 {
    padding-top: 33em !important;
}

.pb-33 {
    padding-bottom: 33em !important;
}

.pl-33 {
    padding-left: 33em !important;
}

.pr-33 {
    padding-right: 33em !important;
}

.px-33 {
    padding-right: 33em !important;
    padding-left: 33em !important;
}

.py-33 {
    padding-top: 33em !important;
    padding-bottom: 33em !important;
}

.m-34 {
    margin: 34em !important;
}

.mt-34 {
    margin-top: 34em !important;
}

.mb-34 {
    margin-bottom: 34em !important;
}

.ml-34 {
    margin-left: 34em !important;
}

.mr-34 {
    margin-right: 34em !important;
}

.mx-34 {
    margin-right: 34em !important;
    margin-left: 34em !important;
}

.my-34 {
    margin-top: 34em !important;
    margin-bottom: 34em !important;
}

.mn-t34 {
    margin-top: -34em !important;
}

.p-34 {
    padding: 34em !important;
}

.pt-34 {
    padding-top: 34em !important;
}

.pb-34 {
    padding-bottom: 34em !important;
}

.pl-34 {
    padding-left: 34em !important;
}

.pr-34 {
    padding-right: 34em !important;
}

.px-34 {
    padding-right: 34em !important;
    padding-left: 34em !important;
}

.py-34 {
    padding-top: 34em !important;
    padding-bottom: 34em !important;
}

.m-35 {
    margin: 35em !important;
}

.mt-35 {
    margin-top: 35em !important;
}

.mb-35 {
    margin-bottom: 35em !important;
}

.ml-35 {
    margin-left: 35em !important;
}

.mr-35 {
    margin-right: 35em !important;
}

.mx-35 {
    margin-right: 35em !important;
    margin-left: 35em !important;
}

.my-35 {
    margin-top: 35em !important;
    margin-bottom: 35em !important;
}

.mn-t35 {
    margin-top: -35em !important;
}

.p-35 {
    padding: 35em !important;
}

.pt-35 {
    padding-top: 35em !important;
}

.pb-35 {
    padding-bottom: 35em !important;
}

.pl-35 {
    padding-left: 35em !important;
}

.pr-35 {
    padding-right: 35em !important;
}

.px-35 {
    padding-right: 35em !important;
    padding-left: 35em !important;
}

.py-35 {
    padding-top: 35em !important;
    padding-bottom: 35em !important;
}

.m-36 {
    margin: 36em !important;
}

.mt-36 {
    margin-top: 36em !important;
}

.mb-36 {
    margin-bottom: 36em !important;
}

.ml-36 {
    margin-left: 36em !important;
}

.mr-36 {
    margin-right: 36em !important;
}

.mx-36 {
    margin-right: 36em !important;
    margin-left: 36em !important;
}

.my-36 {
    margin-top: 36em !important;
    margin-bottom: 36em !important;
}

.mn-t36 {
    margin-top: -36em !important;
}

.p-36 {
    padding: 36em !important;
}

.pt-36 {
    padding-top: 36em !important;
}

.pb-36 {
    padding-bottom: 36em !important;
}

.pl-36 {
    padding-left: 36em !important;
}

.pr-36 {
    padding-right: 36em !important;
}

.px-36 {
    padding-right: 36em !important;
    padding-left: 36em !important;
}

.py-36 {
    padding-top: 36em !important;
    padding-bottom: 36em !important;
}

.m-37 {
    margin: 37em !important;
}

.mt-37 {
    margin-top: 37em !important;
}

.mb-37 {
    margin-bottom: 37em !important;
}

.ml-37 {
    margin-left: 37em !important;
}

.mr-37 {
    margin-right: 37em !important;
}

.mx-37 {
    margin-right: 37em !important;
    margin-left: 37em !important;
}

.my-37 {
    margin-top: 37em !important;
    margin-bottom: 37em !important;
}

.mn-t37 {
    margin-top: -37em !important;
}

.p-37 {
    padding: 37em !important;
}

.pt-37 {
    padding-top: 37em !important;
}

.pb-37 {
    padding-bottom: 37em !important;
}

.pl-37 {
    padding-left: 37em !important;
}

.pr-37 {
    padding-right: 37em !important;
}

.px-37 {
    padding-right: 37em !important;
    padding-left: 37em !important;
}

.py-37 {
    padding-top: 37em !important;
    padding-bottom: 37em !important;
}

.m-38 {
    margin: 38em !important;
}

.mt-38 {
    margin-top: 38em !important;
}

.mb-38 {
    margin-bottom: 38em !important;
}

.ml-38 {
    margin-left: 38em !important;
}

.mr-38 {
    margin-right: 38em !important;
}

.mx-38 {
    margin-right: 38em !important;
    margin-left: 38em !important;
}

.my-38 {
    margin-top: 38em !important;
    margin-bottom: 38em !important;
}

.mn-t38 {
    margin-top: -38em !important;
}

.p-38 {
    padding: 38em !important;
}

.pt-38 {
    padding-top: 38em !important;
}

.pb-38 {
    padding-bottom: 38em !important;
}

.pl-38 {
    padding-left: 38em !important;
}

.pr-38 {
    padding-right: 38em !important;
}

.px-38 {
    padding-right: 38em !important;
    padding-left: 38em !important;
}

.py-38 {
    padding-top: 38em !important;
    padding-bottom: 38em !important;
}

.m-39 {
    margin: 39em !important;
}

.mt-39 {
    margin-top: 39em !important;
}

.mb-39 {
    margin-bottom: 39em !important;
}

.ml-39 {
    margin-left: 39em !important;
}

.mr-39 {
    margin-right: 39em !important;
}

.mx-39 {
    margin-right: 39em !important;
    margin-left: 39em !important;
}

.my-39 {
    margin-top: 39em !important;
    margin-bottom: 39em !important;
}

.mn-t39 {
    margin-top: -39em !important;
}

.p-39 {
    padding: 39em !important;
}

.pt-39 {
    padding-top: 39em !important;
}

.pb-39 {
    padding-bottom: 39em !important;
}

.pl-39 {
    padding-left: 39em !important;
}

.pr-39 {
    padding-right: 39em !important;
}

.px-39 {
    padding-right: 39em !important;
    padding-left: 39em !important;
}

.py-39 {
    padding-top: 39em !important;
    padding-bottom: 39em !important;
}

.m-40 {
    margin: 40em !important;
}

.mt-40 {
    margin-top: 40em !important;
}

.mb-40 {
    margin-bottom: 40em !important;
}

.ml-40 {
    margin-left: 40em !important;
}

.mr-40 {
    margin-right: 40em !important;
}

.mx-40 {
    margin-right: 40em !important;
    margin-left: 40em !important;
}

.my-40 {
    margin-top: 40em !important;
    margin-bottom: 40em !important;
}

.mn-t40 {
    margin-top: -40em !important;
}

.p-40 {
    padding: 40em !important;
}

.pt-40 {
    padding-top: 40em !important;
}

.pb-40 {
    padding-bottom: 40em !important;
}

.pl-40 {
    padding-left: 40em !important;
}

.pr-40 {
    padding-right: 40em !important;
}

.px-40 {
    padding-right: 40em !important;
    padding-left: 40em !important;
}

.py-40 {
    padding-top: 40em !important;
    padding-bottom: 40em !important;
}

.m-41 {
    margin: 41em !important;
}

.mt-41 {
    margin-top: 41em !important;
}

.mb-41 {
    margin-bottom: 41em !important;
}

.ml-41 {
    margin-left: 41em !important;
}

.mr-41 {
    margin-right: 41em !important;
}

.mx-41 {
    margin-right: 41em !important;
    margin-left: 41em !important;
}

.my-41 {
    margin-top: 41em !important;
    margin-bottom: 41em !important;
}

.mn-t41 {
    margin-top: -41em !important;
}

.p-41 {
    padding: 41em !important;
}

.pt-41 {
    padding-top: 41em !important;
}

.pb-41 {
    padding-bottom: 41em !important;
}

.pl-41 {
    padding-left: 41em !important;
}

.pr-41 {
    padding-right: 41em !important;
}

.px-41 {
    padding-right: 41em !important;
    padding-left: 41em !important;
}

.py-41 {
    padding-top: 41em !important;
    padding-bottom: 41em !important;
}

.m-42 {
    margin: 42em !important;
}

.mt-42 {
    margin-top: 42em !important;
}

.mb-42 {
    margin-bottom: 42em !important;
}

.ml-42 {
    margin-left: 42em !important;
}

.mr-42 {
    margin-right: 42em !important;
}

.mx-42 {
    margin-right: 42em !important;
    margin-left: 42em !important;
}

.my-42 {
    margin-top: 42em !important;
    margin-bottom: 42em !important;
}

.mn-t42 {
    margin-top: -42em !important;
}

.p-42 {
    padding: 42em !important;
}

.pt-42 {
    padding-top: 42em !important;
}

.pb-42 {
    padding-bottom: 42em !important;
}

.pl-42 {
    padding-left: 42em !important;
}

.pr-42 {
    padding-right: 42em !important;
}

.px-42 {
    padding-right: 42em !important;
    padding-left: 42em !important;
}

.py-42 {
    padding-top: 42em !important;
    padding-bottom: 42em !important;
}

.m-43 {
    margin: 43em !important;
}

.mt-43 {
    margin-top: 43em !important;
}

.mb-43 {
    margin-bottom: 43em !important;
}

.ml-43 {
    margin-left: 43em !important;
}

.mr-43 {
    margin-right: 43em !important;
}

.mx-43 {
    margin-right: 43em !important;
    margin-left: 43em !important;
}

.my-43 {
    margin-top: 43em !important;
    margin-bottom: 43em !important;
}

.mn-t43 {
    margin-top: -43em !important;
}

.p-43 {
    padding: 43em !important;
}

.pt-43 {
    padding-top: 43em !important;
}

.pb-43 {
    padding-bottom: 43em !important;
}

.pl-43 {
    padding-left: 43em !important;
}

.pr-43 {
    padding-right: 43em !important;
}

.px-43 {
    padding-right: 43em !important;
    padding-left: 43em !important;
}

.py-43 {
    padding-top: 43em !important;
    padding-bottom: 43em !important;
}

.m-44 {
    margin: 44em !important;
}

.mt-44 {
    margin-top: 44em !important;
}

.mb-44 {
    margin-bottom: 44em !important;
}

.ml-44 {
    margin-left: 44em !important;
}

.mr-44 {
    margin-right: 44em !important;
}

.mx-44 {
    margin-right: 44em !important;
    margin-left: 44em !important;
}

.my-44 {
    margin-top: 44em !important;
    margin-bottom: 44em !important;
}

.mn-t44 {
    margin-top: -44em !important;
}

.p-44 {
    padding: 44em !important;
}

.pt-44 {
    padding-top: 44em !important;
}

.pb-44 {
    padding-bottom: 44em !important;
}

.pl-44 {
    padding-left: 44em !important;
}

.pr-44 {
    padding-right: 44em !important;
}

.px-44 {
    padding-right: 44em !important;
    padding-left: 44em !important;
}

.py-44 {
    padding-top: 44em !important;
    padding-bottom: 44em !important;
}

.m-45 {
    margin: 45em !important;
}

.mt-45 {
    margin-top: 45em !important;
}

.mb-45 {
    margin-bottom: 45em !important;
}

.ml-45 {
    margin-left: 45em !important;
}

.mr-45 {
    margin-right: 45em !important;
}

.mx-45 {
    margin-right: 45em !important;
    margin-left: 45em !important;
}

.my-45 {
    margin-top: 45em !important;
    margin-bottom: 45em !important;
}

.mn-t45 {
    margin-top: -45em !important;
}

.p-45 {
    padding: 45em !important;
}

.pt-45 {
    padding-top: 45em !important;
}

.pb-45 {
    padding-bottom: 45em !important;
}

.pl-45 {
    padding-left: 45em !important;
}

.pr-45 {
    padding-right: 45em !important;
}

.px-45 {
    padding-right: 45em !important;
    padding-left: 45em !important;
}

.py-45 {
    padding-top: 45em !important;
    padding-bottom: 45em !important;
}

.m-46 {
    margin: 46em !important;
}

.mt-46 {
    margin-top: 46em !important;
}

.mb-46 {
    margin-bottom: 46em !important;
}

.ml-46 {
    margin-left: 46em !important;
}

.mr-46 {
    margin-right: 46em !important;
}

.mx-46 {
    margin-right: 46em !important;
    margin-left: 46em !important;
}

.my-46 {
    margin-top: 46em !important;
    margin-bottom: 46em !important;
}

.mn-t46 {
    margin-top: -46em !important;
}

.p-46 {
    padding: 46em !important;
}

.pt-46 {
    padding-top: 46em !important;
}

.pb-46 {
    padding-bottom: 46em !important;
}

.pl-46 {
    padding-left: 46em !important;
}

.pr-46 {
    padding-right: 46em !important;
}

.px-46 {
    padding-right: 46em !important;
    padding-left: 46em !important;
}

.py-46 {
    padding-top: 46em !important;
    padding-bottom: 46em !important;
}

.m-47 {
    margin: 47em !important;
}

.mt-47 {
    margin-top: 47em !important;
}

.mb-47 {
    margin-bottom: 47em !important;
}

.ml-47 {
    margin-left: 47em !important;
}

.mr-47 {
    margin-right: 47em !important;
}

.mx-47 {
    margin-right: 47em !important;
    margin-left: 47em !important;
}

.my-47 {
    margin-top: 47em !important;
    margin-bottom: 47em !important;
}

.mn-t47 {
    margin-top: -47em !important;
}

.p-47 {
    padding: 47em !important;
}

.pt-47 {
    padding-top: 47em !important;
}

.pb-47 {
    padding-bottom: 47em !important;
}

.pl-47 {
    padding-left: 47em !important;
}

.pr-47 {
    padding-right: 47em !important;
}

.px-47 {
    padding-right: 47em !important;
    padding-left: 47em !important;
}

.py-47 {
    padding-top: 47em !important;
    padding-bottom: 47em !important;
}

.m-48 {
    margin: 48em !important;
}

.mt-48 {
    margin-top: 48em !important;
}

.mb-48 {
    margin-bottom: 48em !important;
}

.ml-48 {
    margin-left: 48em !important;
}

.mr-48 {
    margin-right: 48em !important;
}

.mx-48 {
    margin-right: 48em !important;
    margin-left: 48em !important;
}

.my-48 {
    margin-top: 48em !important;
    margin-bottom: 48em !important;
}

.mn-t48 {
    margin-top: -48em !important;
}

.p-48 {
    padding: 48em !important;
}

.pt-48 {
    padding-top: 48em !important;
}

.pb-48 {
    padding-bottom: 48em !important;
}

.pl-48 {
    padding-left: 48em !important;
}

.pr-48 {
    padding-right: 48em !important;
}

.px-48 {
    padding-right: 48em !important;
    padding-left: 48em !important;
}

.py-48 {
    padding-top: 48em !important;
    padding-bottom: 48em !important;
}

.m-49 {
    margin: 49em !important;
}

.mt-49 {
    margin-top: 49em !important;
}

.mb-49 {
    margin-bottom: 49em !important;
}

.ml-49 {
    margin-left: 49em !important;
}

.mr-49 {
    margin-right: 49em !important;
}

.mx-49 {
    margin-right: 49em !important;
    margin-left: 49em !important;
}

.my-49 {
    margin-top: 49em !important;
    margin-bottom: 49em !important;
}

.mn-t49 {
    margin-top: -49em !important;
}

.p-49 {
    padding: 49em !important;
}

.pt-49 {
    padding-top: 49em !important;
}

.pb-49 {
    padding-bottom: 49em !important;
}

.pl-49 {
    padding-left: 49em !important;
}

.pr-49 {
    padding-right: 49em !important;
}

.px-49 {
    padding-right: 49em !important;
    padding-left: 49em !important;
}

.py-49 {
    padding-top: 49em !important;
    padding-bottom: 49em !important;
}

.m-50 {
    margin: 50em !important;
}

.mt-50 {
    margin-top: 50em !important;
}

.mb-50 {
    margin-bottom: 50em !important;
}

.ml-50 {
    margin-left: 50em !important;
}

.mr-50 {
    margin-right: 50em !important;
}

.mx-50 {
    margin-right: 50em !important;
    margin-left: 50em !important;
}

.my-50 {
    margin-top: 50em !important;
    margin-bottom: 50em !important;
}

.mn-t50 {
    margin-top: -50em !important;
}

.p-50 {
    padding: 50em !important;
}

.pt-50 {
    padding-top: 50em !important;
}

.pb-50 {
    padding-bottom: 50em !important;
}

.pl-50 {
    padding-left: 50em !important;
}

.pr-50 {
    padding-right: 50em !important;
}

.px-50 {
    padding-right: 50em !important;
    padding-left: 50em !important;
}

.py-50 {
    padding-top: 50em !important;
    padding-bottom: 50em !important;
}

.mt-05 {
    margin-top: 0.5rem;
}

.mt-15 {
    margin-top: 1.5rem;
}

.px-03px {
    padding-left: 3px;
    padding-right: 3px;
}

.px-05px {
    padding-left: 5px;
    padding-right: 5px;
}

.center-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

::selection {
    background: rgba(139, 56, 74, 0.5);
    color: #fff;
}

::-moz-selection {
    background: rgba(139, 56, 74, 0.5);
    color: #fff;
}

.form__row {
    margin: 0 0 1.5rem;
    position: relative;
}

    .form__row:before, .clearfix:before, .section-form__fieldset:before, .form__row:after, .clearfix:after, .section-form__fieldset:after {
        content: " ";
        display: table;
    }

input[type=checkbox], input[type=radio] {
    margin: 0 0.5rem 0 0;
}

.form__row--checkbox input, .form__row--radio input {
    position: absolute;
    visibility: hidden;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1;
    margin: 0;
}

.form__row input[type=checkbox] + label {
    transition: color 0.3s ease;
    font-size: 12px;
}

.form__row input[type=checkbox] + label, .form__row input[type=radio] + label {
    padding-left: 2.25rem;
    color: #34303d;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    white-space: inherit;
    display: inherit;
}

.form__row:after, .clearfix:after, .section-form__fieldset:after {
    clear: both;
}

.form__row:before, .clearfix:before, .section-form__fieldset:before, .form__row:after, .clearfix:after, .section-form__fieldset:after {
    content: " ";
    display: table;
}

.form__row input[type=checkbox] + label:before {
    transition-delay: 0.1s;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    border-color: #6e6e6e;
    border-radius: 3px;
    background-color: transparent;
}

.form__row input[type=checkbox] + label:before, .form__row input[type=checkbox] + label:after {
    width: 1.5rem;
    height: 1.5rem;
}

.form__row input[type=checkbox] + label:before, .form__row input[type=radio] + label:before {
    width: 14px;
    height: 14px;
    border: 1px solid #5d5d62;
}

.form__row input[type=checkbox] + label:before, .form__row input[type=checkbox] + label:after, .form__row input[type=radio] + label:before, .form__row input[type=radio] + label:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.form__row input[type=checkbox] + label:after {
    content: url(../../img/registro/checkbox-selected.svg);
    margin: 0;
    transition: background-color 0.3s ease;
    background: #34303d;
    opacity: 0;
    border-radius: 3px;
}

.form__row input[type=checkbox] + label:before, .form__row input[type=checkbox] + label:after {
    width: 1.5rem;
    height: 1.5rem;
}

.form__row:after, .clearfix:after, .section-form__fieldset:after {
    clear: both;
}

.form__row:before, .clearfix:before, .section-form__fieldset:before, .form__row:after, .clearfix:after, .section-form__fieldset:after {
    content: " ";
    display: table;
}

.form__row input[type=checkbox]:checked + label:after {
    display: block;
    opacity: 1;
    transition: background-color 0.3s ease;
    background: #34303d;
}

* {
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    word-break: break-word;
}

html {
    height: 100%;
    min-height: 100%;
    /*  overflow-x: hidden;
   width: 100%;
   max-width: 100%; */
}

body {
    height: 100%;
    min-height: 100%;
    zoom: 90%;
    /*  overflow-x: hidden;
   width: 100%;
   max-width: 100%; */
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, b {
    font-weight: bold;
}

small, .small {
    font-size: 10px;
    color: #000000;
    font-weight: 400;
}

a {
    text-decoration: none;
}

    a:hover {
        color: rgba(139, 56, 74, 0.9);
    }

.no-button {
    appearance: none;
    background: none;
    border: none;
}

#meganav-desktop {
    -webkit-user-select: text;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    background-color: #fffdfb;
    background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 120px;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}

    #meganav-desktop .navbar {
        height: 120px;
        padding: 0;
    }

    #meganav-desktop.meganav-show {
        -webkit-transition: all 0s;
        transition: all 0s;
        top: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    #meganav-desktop.meganav-show {
        -webkit-transition: all 0s;
        transition: all 0s;
        top: 0;
        z-index: 9999999999;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

#meganav-desktop {
    display: flex;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    #meganav-desktop.meganav-hide, .meganav-crema {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        /* top: -77px; */
        background: rgba(248, 243, 231, 0.8);
        color: #4F2E34 !important;
    }

        #meganav-desktop.meganav-hide .nav-link, .meganav-crema .nav-link {
            color: #4F2E34 !important;
        }

        #meganav-desktop.meganav-hide .btn-outline-secondary, .meganav-crema .btn-outline-secondary {
            color: #8B384A;
            border-color: #8B384A;
        }

        #meganav-desktop.meganav-hide .navbar-collapse .btn-link, .meganav-crema .navbar-collapse .btn-link {
            color: #4F2E34 !important;
        }

            #meganav-desktop.meganav-hide .navbar-collapse .btn-link b, .meganav-crema .navbar-collapse .btn-link b {
                color: #4F2E34;
            }

.meganav-crema {
    z-index: 2;
    position: relative;
}

.btn-no {
    appearance: none;
    background: transparent;
    border: none;
    outline: none;
}

header {
    height: 120px;
    box-shadow: 0px 3px 6px #00000029;
}

    header .nav-link {
        font-size: 13px;
        font-weight: 600;
    }

    header .btn {
        height: 22px;
        font-size: 11px;
        line-height: 1;
        margin-top: 5px;
    }

main {
    /*  min-height: calc(100vh - 92px); 
   padding-top: 90px; */
    min-height: calc(100% - 80px);
}

.text-gris {
    color: #707070 !important;
}

.text-verde {
    color: #B8CCC3 !important;
}

.text-gold {
    color: #BC9673 !important;
}

.text-gold2 {
    color: #B9A26D !important;
}

.text-azul {
    color: #247AD1 !important;
}

.tarjeta {
    margin-left: -125px;
}

.text-tercero {
    color: #4F2E34;
}

.font-12px {
    font-size: 12px;
}

.modal-content {
    border-radius: 15px;
    padding: 25px;
}

    .modal-content h1, .modal-content .h1 {
        margin: 0;
        font-size: 49px;
        color: #000000;
        text-align: center;
    }

    .modal-content span {
        font-size: 18px;
        color: #000000;
        font-weight: normal;
    }

    .modal-content p {
        font-size: 18px;
        font-weight: 500;
        color: #707070;
    }

    .modal-content .table-responsive {
        font-size: 16px;
    }

        .modal-content .table-responsive * {
            word-break: keep-all;
            margin-bottom: 0;
            vertical-align: middle;
        }

.modal-header {
    border-bottom: none;
}

.modal-body .btn {
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    height: 37px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.modal-footer {
    border-top: none;
    text-align: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

    .modal-footer .btn {
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
        height: 37px;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.unpeso {
    font-size: 103px !important;
    letter-spacing: -9.27px;
    line-height: 1;
    margin-top: 15px;
}

.igual {
    font-size: 103px;
}

.no-logueado, .background-dark {
    background-image: url(../../img/nologueado/background.png);
    background-size: cover;
}

    .no-logueado .carousel-item:nth-child(2) .col-lg-9 img, .background-dark .carousel-item:nth-child(2) .col-lg-9 img {
        width: 100%;
    }

    .no-logueado .carousel-item .col-lg-9 img, .background-dark .carousel-item .col-lg-9 img {
        width: 100%;
    }

.login {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .login .btn {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
    }

    .login small, .login .small {
        width: 100%;
        display: block;
        text-align: center;
    }

    .login label {
        font-size: 13px;
        font-weight: 600;
        color: #707070;
        opacity: 1;
    }

.login-a {
    background-image: url(../../img/login/img-login421x538px.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.login-b {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 10px 10px #0000001A;
    -moz-box-shadow: 0px 10px 10px #0000001A;
    box-shadow: 0px 10px 10px #0000001A;
    -webkit-border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    -ms-border-radius: 0px 15px 15px 0px;
    -o-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
}

.registro {
    padding-top: 8% ;
    padding-bottom: 50px;
}
.MiPerfil {
    padding-top: 0%;
}

.form-control, .form-select {
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95);
}

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
        color: #BC9673;
        text-decoration: none;
    }

        .navbar-dark .navbar-nav .show > .nav-link::after, .navbar-dark .navbar-nav .nav-link.active::after {
            content: "";
            bottom: -3px;
            width: 100%;
            height: 2px;
            position: relative;
            color: #BC9673;
            display: block;
            background-color: #BC9673;
        }

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: #BC9673;
        text-decoration: none;
    }

        .navbar-dark .navbar-nav .nav-link:hover::after, .navbar-dark .navbar-nav .nav-link:focus::after {
            content: "";
            bottom: -3px;
            width: 100%;
            height: 2px;
            position: relative;
            color: #BC9673;
            display: block;
            background-color: #BC9673;
        }

.nav-link.btn-link.dropdown-toggle {
    appearance: none;
    background: transparent;
    border: none;
    outline: none;
    font-size: 12px;
    color: #fff;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    border-bottom: none;
}

    .dropdown-item:hover {
        background-color: transparent;
    }

.navbar-collapse .btn-link {
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 7px 10px;
    color: #fff;
    text-decoration: none;
}

    .navbar-collapse .btn-link b {
        color: #BC9673;
    }

.navbar-collapse .dropdown-item {
    font-size: 12px;
}

.dropdown-menu.show {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3px 10px;
}

.dropdown-menu li:nth-child(1) {
    border-bottom: 1px solid #838383 !important;
}

/* .form-select{
    @include border-radius(0);
    border-top: 0;
    border-left: 0;
    border-right: 0;
} */
.carousel-item {
    height: 100vh;
}

.carousel-caption {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

    .carousel-caption h1, .carousel-caption .h1 {
        font-size: 52px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.3;
    }

        .carousel-caption h1 span, .carousel-caption .h1 span {
            font-weight: 400;
        }

    .carousel-caption h5, .carousel-caption .h5 {
        font-size: 25px;
        text-align: center;
        font-weight: 500;
        margin-top: 10px;
    }

    .carousel-caption .puntos {
        border: 1px solid #FFFFFF;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 75px;
        padding-right: 75px;
    }

        .carousel-caption .puntos * {
            line-height: 1;
        }

.carousel-control-prev, .carousel-control-next {
    width: 40px;
    border: 1px solid #ffffff;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    top: auto;
    bottom: 10%;
}

.carousel-control-prev {
    left: auto;
    right: 80px;
    right: calc(47.5% + 80px);
    border-right: none;
    -webkit-border-radius: 50% 0 0 50%;
    -moz-border-radius: 50% 0 0 50%;
    -ms-border-radius: 50% 0 0 50%;
    -o-border-radius: 50% 0 0 50%;
    border-radius: 50% 0 0 50%;
}

.carousel-control-next {
    right: 40px;
    right: calc(47.5% + 40px);
    border-left: none;
    -webkit-border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    -ms-border-radius: 0 50% 50% 0;
    -o-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 21px;
    height: 21px;
}

.barra {
    height: 140px;
    background-color: #8B384A;
    color: #fff;
}

    .barra .unpunto {
        font-weight: 500;
    }

    .barra .unpeso {
        font-size: 62px !important;
        line-height: 1.25;
    }

    .barra .paga {
        font-size: 40px;
    }

    .barra .paga2 {
        font-size: 22px;
        font-weight: normal;
    }

    .barra .igual {
        font-size: 75px;
    }

.EncuestaLogo {
    background: url(../../img/recompensas/img-globo-fondo.svg) center 85px no-repeat, url(../../img/recompensas/ic-fondo-supder-153x166px.svg) calc(100% - 50px) 46px no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
    transform-style: preserve-3d;
    perspective: 1000px;
    height :100%
}

.delicias {
    background: url(../../img/recompensas/img-globo-fondo.svg) center 85px no-repeat, url(../../img/recompensas/ic-fondo-supder-153x166px.svg) calc(100% - 50px) 46px no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.delicias .card {
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-shadow: 0px 52px 46px #00000012;
    -moz-box-shadow: 0px 52px 46px #00000012;
    box-shadow: 0px 52px 46px #00000012;
    padding: 35px;
    height: 100%;
    border: 0;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .delicias .card.verde {
        background-color: #B8CCC3;
        color: #fff;
    }

    .delicias .card div {
        margin: 0 15px;
    }

    .deliciasTitulo {
        margin: 0;
        font-size: 35px;
        color: #4F2E34;
        text-align: center;
    }

.registrate {
    padding-bottom: 100px;
}

    .registrate h1, .registrate .h1, .registrate p {
        margin: 0;
    }

    .registrate h1, .registrate .h1 {
        margin: 0;
        font-size: 35px;
        color: #4F2E34;
    }

.beneficios {
    background: url(../../img/recompensas/ic-fondo-supizq-153x166px.svg) 88px top no-repeat;
    padding-bottom: 100px;
}

    .beneficios h1, .beneficios .h1 {
        margin: 0;
        font-size: 35px;
        color: #4F2E34;
        text-align: center;
    }

    .beneficios h4, .beneficios .h4 {
        font-size: 31px;
    }

    .beneficios .card {
        box-shadow: 0px 22px 26px #0000001A;
        border-width: 3px;
        border-style: solid;
        border-radius: 26px;
        padding: 40px;
        height: 100%;
    }

        .beneficios .card h1, .beneficios .card .h1 {
            font-size: 49px;
        }

    .beneficios .row [class*=col-]:nth-of-type(2) .card {
        border-color: #8B384A;
    }

    .beneficios .row [class*=col-]:nth-of-type(3) .card {
        border-color: #B9A26D;
    }

    .beneficios .row [class*=col-]:nth-of-type(4) .card {
        border-color: #B8CCC3;
    }

    .beneficios .row [class*=col-]:nth-of-type(5) .card {
        border-color: #4F2E34;
    }

    .beneficios span {
        font-size: 18px;
        color: #000000;
        font-weight: normal;
    }

.descarga {
    padding-bottom: 100px;
}

    .descarga .caja {
        -webkit-border-radius: 25px 25px 25px 176px;
        -moz-border-radius: 25px 25px 25px 176px;
        -ms-border-radius: 25px 25px 25px 176px;
        -o-border-radius: 25px 25px 25px 176px;
        border-radius: 25px 25px 25px 176px;
        background-color: #F8F3E7;
        height: 400px;
    }

.promociones {
    min-height: calc(100% - (119px + 80px));
    padding-top: 50px;
    background-color: #F5F5F5;
    z-index: 1;
    position: relative;
}

.mis-movimientos {
    min-height: calc(100% - (119px + 80px));
    padding-top: 50px;
    z-index: 1;
    position: relative;
    background: url(../../img/mismovimientos/ic-fondoglobo730px.svg) -150px 15px no-repeat #F5F5F5;
}

    .mis-movimientos .card {
        border: none;
        -webkit-box-shadow: 0px 3px 6px #00000029;
        -moz-box-shadow: 0px 3px 6px #00000029;
        box-shadow: 0px 3px 6px #00000029;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
    }

        .mis-movimientos .card .table-responsive {
            font-size: 12px;
        }

            .mis-movimientos .card .table-responsive * {
                word-break: keep-all;
                margin-bottom: 0;
                vertical-align: middle;
            }

            .mis-movimientos .card .table-responsive th {
                font-size: 12px !important;
            }

                .mis-movimientos .card .table-responsive th:first-of-type {
                    text-align: start;
                    text-align: left;
                    font-size: 16px;
                }

.mis-tarjetas {
    min-height: calc(100% - (119px + 80px));
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
    position: relative;
    background: url(../../img/mismovimientos/ic-fondoglobo730px.svg) calc(100% - 100px) 30px no-repeat #F5F5F5;
    background-size: 35%;
}

    .mis-tarjetas .nav-tabs {
        border-radius: 15px;
    }

.atencion-invitado {
    background-size: 35%;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: calc(100% - (119px + 80px));
    background: url(../../img/recompensas/ic-fondo-supder-153x166px.svg) calc(100% - 50px) calc(100% - 50px) no-repeat, #F5F5F5;
}

    .atencion-invitado .card {
        border-radius: 15px;
        background: url(../../img/mismovimientos/ic-fondoglobo730px.svg) center no-repeat #ffffff;
        padding: 35px;
        padding-left: 150px;
        padding-right: 150px;
    }

.terminos, .aviso, .preguntas {
    padding-top: 40px;
    padding-bottom: 60px;
    min-height: calc(100% - (119px + 80px));
}

    .preguntas .nav-tabs .nav-link {
        width: auto;
        padding: 16px 15px;
        font-size: 11px;
        -webkit-border-radius: 4px 0px 0px 0px;
        -moz-border-radius: 4px 0px 0px 0px;
        -ms-border-radius: 4px 0px 0px 0px;
        -o-border-radius: 4px 0px 0px 0px;
        border-radius: 4px 0px 0px 0px;
    }

.codigo-barras {
    letter-spacing: 2px;
    margin-top: 10px;
    bottom: 0;
    left: 50px;
}

.codigo-barrasE {
    letter-spacing: 4px;
    margin-top: 10px;
    bottom: -4%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.codigo-barrasT {
    letter-spacing: 4px;
    margin-top: 10px;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tarjeta-codigo {
    height: 203px;
    width: auto;
    color: white;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #8B384A;
    border-bottom-color: #fff;
}

.nav-tabs .nav-link {
    color: #707070;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 20px 0;
    width: 160px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
}

.tab-content {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-top: 1px solid #fff;
    -webkit-border-radius: 0 15px 15px 15px;
    -moz-border-radius: 0 15px 15px 15px;
    -ms-border-radius: 0 15px 15px 15px;
    -o-border-radius: 0 15px 15px 15px;
    border-radius: 0 15px 15px 15px;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.soy {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    padding-top: 75px;
    padding-bottom: 75px;
    cursor: pointer;
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    /*  &:hover{
         transition: all 0.3s;
         background-size: 150%;
         // transition: all 0.3s;

         -webkit-animation: zoomin 0.3s linear;
  animation: zoomin 0.3s linear;
  animation-fill-mode: forwards;
     } */
}

.parent {
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

    .parent:hover .child, .parent:focus .child {
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

        .parent:hover .child:before, .parent:focus .child:before {
            display: block;
        }

    .parent:hover a, .parent:focus a {
        display: block;
    }

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(248, 243, 231, 0.1);
}

.paciente {
    background-image: url(../../img/inicio-menu/img-soy-paciente.png);
}

.medico {
    background-image: url(../../img/inicio-menu/img-soy-medico.png);
}

.representante {
    background-image: url(../../img/inicio-menu/img-soy-representante.png);
}

footer {
    height: 80px;
    border-top: 10px solid transparent;
    -moz-border-image: url("../../img/footer/img-pleca-1366x10px.png") 10 stretch;
    /* Old firefox */
    -webkit-border-image: url("../../img/footer/img-pleca-1366x10px.png") 10 stretch;
    /* Safari */
    -o-border-image: url("../../img/footer/img-pleca-1366x10px.png") 10 stretch;
    /* Opera */
    border-image: url("../../img/footer/img-pleca-1366x10px.png") 10 stretch;
    background-color: #4F2E34;
    color: #fff;
}

    footer a {
        color: #fff;
        font-size: 10px;
    }

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    cursor: pointer;
    /*         transform-style: preserve-3d;
          perspective: 1000px; */
    /* 
          @include border-radius(36px);
          @include center-flex();
          @include box-shadow(0px 52px 46px #00000012);
          padding: 35px;
          height: 100%;
          border: 0;
          text-align: center;
          margin-top: 25px;
          margin-bottom: 25px; */
}

    .flip-card h1, .flip-card .h1 {
        font-size: 50px;
        margin: 0;
        margin-top: 20px;
    }

    .flip-card .verde {
        background-color: #B8CCC3;
        color: #fff;
    }

    .flip-card .gold {
        background-color: #BC9673;
        color: #fff;
    }

    .flip-card .primary {
        background-color: #8B384A;
        color: #fff;
    }

.flip-card-inner {
    position: relative;
    width: 100%;
    min-height: 460px;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #fff;
    color: black;
    -webkit-box-shadow: 0px 52px 46px #00000012;
    -moz-box-shadow: 0px 52px 46px #00000012;
    box-shadow: 0px 52px 46px #00000012;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 35px;
    height: 100%;
    border: 0;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.flip-card-back {
    background-color: #fff;
    color: black;
    -webkit-box-shadow: 0px 52px 46px #00000012;
    -moz-box-shadow: 0px 52px 46px #00000012;
    box-shadow: 0px 52px 46px #00000012;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 35px;
    height: 100%;
    border: 0;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    transform: rotateY(180deg);
}

@media (max-width: 991.98px) {

    body {
        zoom: normal;
    }

    .ImgS {
        height: 96%;
        
    }

    .TextResTitulo {
         font-size:25px;
    }

    .codigo-barras {
        left: 105px;
    }

    header {
        height: 100px;
    }

        header a {
            font-size: 12px;
        }

        header .navbar-nav .btn-primary {
            color: #000000;
            font-size: 17px;
            padding-left: 15px;
            padding-right: 15px;
            background-color: transparent;
            border: none;
            font-family: "Montserrat", sans-serif;
            margin-right: 0 !important;
            margin-left: 0 !important;
            width: 100%;
            text-align: left;
            height: 41px;
            font-weight: 600;
            padding: 0.5rem 1rem;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            /* NEW, Spec - Opera 12.1, Firefox 20+ */
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
        }

        header .btn-link {
            font-size: 12px;
            height: auto;
            margin: 0;
            padding: 7px 10px;
            color: #fff !important;
            text-decoration: none;
        }

            header .btn-link b {
                color: #BC9673;
            }

        header .navbar-dark .navbar-nav .nav-link:hover::after, header .navbar-dark .navbar-nav .nav-link:focus::after {
            display: none;
        }

    .meganav-crema {
        height: auto;
    }

        .meganav-crema .navbar-collapse {
            background-color: rgba(255, 255, 255, 0.9);
            padding: 10px;
            box-shadow: 0px 0px 9px 2px #00000029;
        }

            .meganav-crema .navbar-collapse .nav-item {
                border-bottom: 1px solid #a3a3a3;
            }

        .meganav-crema .btn-header .btn-link {
            color: #4F2E34 !important;
        }

    .meganav-hide .btn-link {
        color: #8B384A !important;
    }

    .no-logueado {
        height: 100%;
        
    }

        .no-logueado .carousel-caption {
            padding: 35px;
        }

        .no-logueado .carousel, .no-logueado .carousel-inner, .no-logueado  {
            /*height: 100%;*/
        }
    .carousel-item {
        margin-top: 10%;
    }
        .no-logueado .carousel-control-prev {
            right: calc(45% + 5%);
            bottom: 20%;
        }

        .no-logueado .carousel-control-next {
            right: calc(45% + 0%);
            bottom: 20%;
        }

    .tarjeta {
        margin-left: 0;
    }

    .carousel-caption {
        margin-top: 75px;
    }

    .navbar-dark .navbar-nav {
        background-color: rgba(255, 255, 255, 0.9);
        min-width: 248px;
    }

        .navbar-dark .navbar-nav .nav-link {
            color: #000000;
            font-size: 17px;
            padding-left: 15px;
            padding-right: 15px;
        }

            .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover {
              /*  background-color: #8B384A;*/
                color: #fff !important;
            }

    .navbar-brand img {
        height: 66px;
    }

    .navbar-brandM img {
        height: 66px;
    }

    .navbar-collapse {
        position: absolute;
        right: 45px;
        top: 120px;
        transition: opacity 0.3s;
    }

    .collapsing {
        opacity: 0;
        transition: opacity 0.3s;
    }

    .show {
        opacity: 1;
        transition: opacity 0.3s;
    }

    .unpeso {
        font-size: 103px !important;
        letter-spacing: -9.27px;
        margin-top: 15px;
        line-height: 1.3 !important;
    }

    .igual {
        font-size: 74px !important;
    }

    .login-a {
        display: none;
    }

    .login-b {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        padding: 80px !important;
    }

        .login-b img {
            height: 240px;
        }

        .login-b small, .login-b .small {
            font-size: 13px;
        }

        .login-b label {
            font-size: 13px;
        }

    .barra .paga {
        font-size: 36px;
    }

    .barra .igual {
        font-size: 56px !important;
    }

    .navbar-dark .navbar-nav .show > .nav-link::after, .navbar-dark .navbar-nav .nav-link.active::after {
        display: none;
    }

    .carousel-caption h1, .carousel-caption .h1 {
        font-size: 50px;
    }

    .flip-card-inner {
        min-height: 270px;
    }

    .atencion-invitado .card {
        padding-left: 35px;
        padding-right: 35px;
    }

        .atencion-invitado .card h4, .atencion-invitado .card .h4 {
            font-size: 15px;
        }

    footer {
        height: 121px;
    }

        footer .textos {
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            /* NEW, Spec - Opera 12.1, Firefox 20+ */
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
        }

            footer .textos a {
                margin-left: 0 !important;
            }

        footer .logos {
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            /* NEW, Spec - Opera 12.1, Firefox 20+ */
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
        }
}

.navbar-brandM {
    display:none;
    margin-left: 19%;
}

@media (max-width: 767.98px) {
    body {
        zoom: normal;        
    }


    .ImgS {
        height: 96%;
        
    }
    header a {
        font-size: 10px;
    }

    .LinkHome {
        width: 68% !important;
    }
    .ImgHomeM {
        width: 85% !important;
    }

    .DatosFM {
        display: unset;
        position: unset;
        margin-top: -7%;
        font-size: 7px;
        color: white;
        text-align: center;
        width: 100%;
    }
    .DatosFMC {
        display: unset;
        position: unset;
        margin-top: -7%;
        font-size: 7px;
        color: #4F2E34;
        text-align: center;
        width: 100%;
    }
    .MenuNoVi {
        display:initial;
    }
    #meganav-desktop.meganav-hide .nav-link {
        color: #FFFFFF;
    }

    .navbar-brand {
        display: none;
        margin-left: 19%;
    }
    .navbar-brandM {
        display:unset;
        margin-left: 19%;
    }
    .registro {
        padding-top: 45%;
    }

    .navbar-toggler {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }

    .navbar-collapse {
        width: 100%;
        position: absolute;
        background: #000000;
        height: 100vh;
        right: 0;
        top: 0;
        z-index: 1;
        padding: 0;
    }

        .navbar-collapse.show {
            background-color: #000000;
            padding: 0;
        }

            .navbar-collapse.show .nav-item {
                border-bottom: none;
            }

            .navbar-collapse.show .nav-link {
                color: #FFFFFF !important;
                height: 60px;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                font-size: 17px;
                padding-left: 15px;
                padding-right: 15px;
            }

                .navbar-collapse.show .nav-link.active {
                   /* background-color: #8B384A;*/
                }

    .navbar-nav {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.9) !important;
        color: #FFFFFF;
    }

        .navbar-nav .btn.btn-primary {
            color: #FFFFFF;
            height: 75px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
        }

    .navbar-dark .navbar-nav .nav-link {
        color: #FFFFFF;
        height: 60px;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
    }

    .inicio-bienvenida p {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.5;
    }

    .inicio-bienvenida .btn {
        width: 100%;
    }

    .no-logueado .carousel-control-next {
        right: calc(40% + 0px);
    }

    .no-logueado .carousel-control-prev {
        right: calc(40% + 40px);
    }

    .nav-tabs .nav-link {
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .carousel-caption h1, .carousel-caption .h1 {
        font-size: 30px;
    }

    .carousel-caption img {
        width: 100%;
    }

    .carousel-caption .puntos {
        padding: 15px 30px;
    }

    .igual {
        font-size: 74px !important;
    }

    .unpeso {
        font-size: 74px !important;
        letter-spacing: -9.27px;
        margin-top: 15px;
        line-height: 1.3 !important;
    }

    .tarjeta {
        margin-bottom: 250px;
        padding-bottom: 250px;
    }

    .login-b {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        padding: 30px !important;
    }

        .login-b img {
            height: 180px;
        }

        .login-b small, .login-b .small {
            font-size: 13px;
        }

        .login-b label {
            font-size: 13px;
        }

    .barra {
        height: auto;
        padding-top: 25px;
        padding-bottom: 35px;
    }

        .barra .paga {
            font-size: 30px;
            margin-top: 15px !important;
            margin-left: 15px !important;
        }

        .barra .paga2 {
            font-size: 20px;
            margin-left: 15px !important;
        }

    .flip-card-inner {
        min-height: 470px;
    }

    .preguntas .nav-tabs .nav-link {
        padding: 16px 10px;
    }

    .preguntas .tab-pane {
        padding: 0 !important;
        font-size: 12px;
    }

    .preguntas .accordion-button {
        font-size: 12px;
    }

    footer {
        height: 130px;
    }

        footer nav {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
        }

            footer nav a {
                border: none;
                padding-bottom: 5px;
                padding-top: 5px;
            }

        footer img.me-4 {
            margin-right: 0 !important;
        }

        footer .textos {
            text-align: center !important;
            display: block;
        }

            footer .textos a {
                margin-left: 10px !important;
                /*margin-right: 10px !important;*/
            }

        footer .logos {
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            /* NEW, Spec - Opera 12.1, Firefox 20+ */
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
        }
}
/* 

// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (max-width: 575.98px) { 
    header{
        a{
            font-size: 10px;
        }
    }
    footer {
        height: 130px;
        nav {
            @include flex-direction(column);
            a{
                border: none;
                padding-bottom: 5px;
                padding-top: 5px;
            }
        }
    }
 }


// Medium devices (tablets, 768px and up)
@media (max-width: 767.98px) { 
    header{
        height: 100px;
        a{
            font-size: 11px;
        }
    }

 }
// Large devices (desktops, 992px and up)
@media (min-width: 991.98px) {  }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1199.98px) {  }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1399.98px) {  }



 */
@media (max-width: 575.98px) 
{   
    .tarjeta-codigo {
        height: auto;
    }
    .ImgS {
        height: 96%;
        
    }
    .ImgCompleta
    {
        display:none
    }
    .codigo-barras {
        left: 10px;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
    .MenuNoVi {
        display: initial;
    }

    .codigo-barrasE {
        left: 30%;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 4%;
    }

    .carousel-caption h1, .carousel-caption .h1 {
        font-size: 20px;
        text-align: center;
    }

    .carousel-caption h2, .carousel-caption .h2 {
        font-size: 23px;
        text-align: center;
    }
    .carousel-caption h3, .carousel-caption .h3 {
        font-size: 22px;
        text-align: center;
    }

    .carousel-caption .pts-text {
        font-size: 40px;
    }

    .carousel-caption .deregalo span {
        font-size: 20px;
        text-align: center;
        font-weight: 500;
        margin-top: 10px;
        display: block;
        line-height: 0.5;
        margin-bottom: 0.5rem;
    }

    .carousel-caption h5, .carousel-caption .h5 {
        font-size: 20px;
    }

    .carousel-caption img {
        width: 100%;
        margin: auto;
    }

    .carousel-caption img.borde {
            margin-left: 50px !important;
        }

    .carousel-caption .puntos {
        padding: 15px 30px;
    }

    .logos {
        order: 2;
        -webkit-order: 2;
    }

    .textos {
        order: 1;
        -webkit-order: 1;
    }

    .delicias, .registrate, .beneficios {
        padding-left: 25px;
        padding-right: 25px;
    }



    .flip-card-front, .flip-card-back, .flip-card-inner {
        min-height: 375px;
    }

        .flip-card-back h1, .flip-card-back .h1 {
            margin-top: 0;
        }

        .flip-card-back img {
            display: none !important;
        }

    .beneficios .card h4, .beneficios .card .h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .modal {
        z-index: 9999999999;
    }

    .mis-movimientos .card .table-responsive * {
        width: max-content;
        font-size: 12px;
    }

    body {
        scrollbar-base-color: #8B384A;
        scrollbar-face-color: #8B384A;
        scrollbar-3dlight-color: #8B384A;
        scrollbar-highlight-color: #8B384A;
        scrollbar-track-color: #8B384A;
        scrollbar-arrow-color: #8B384A;
        scrollbar-shadow-color: #8B384A;
        scrollbar-dark-shadow-color: #8B384A;
    }

    .table-responsive {
        /* Track */
        /* Handle */
        /* Handle on hover */
    }

        .table-responsive::-webkit-scrollbar {
            display: block;
            width: 1px;
            height: 5px;
            padding: 0 !important;
            margin-left: -1rem !important;
            margin-right: -0.75rem !important;
            background: #8B384A;
        }

        .table-responsive::-webkit-scrollbar-track {
            background: white;
        }

        .table-responsive::-webkit-scrollbar-thumb {
            background: #8B384A;
            -webkit-border-radius: 1.5rem 1.5rem;
            -moz-border-radius: 1.5rem 1.5rem;
            -ms-border-radius: 1.5rem 1.5rem;
            -o-border-radius: 1.5rem 1.5rem;
            border-radius: 1.5rem 1.5rem;
        }

            .table-responsive::-webkit-scrollbar-thumb:hover {
                background: #8B384A;
            }

    .div-flecha {
        width: 100% !important;
        text-align: center;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

        .div-flecha .flecha {
            margin-top: 30px;
            animation: flota 0.9s linear infinite;
            -webkit-animation: flota 0.9s linear infinite;
            background: #8B384A;
            clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
            clip-path: polygon(0 10px, 50px 10px, 50px 0, 100% 50%, 50px 100%, 50px 20px, 0 20px);
            -webkit-clip-path: polygon(0% 30%, 60% 30%, 60% 0%, 100% 50%, 60% 100%, 60% 70%, 0% 70%, 0% 50%);
            height: 25px !important;
            width: 50px !important;
        }
}

@keyframes flota {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 0.5rem;
    }

    100% {
        margin-left: 0;
    }
}
.tooltip_elementoG {
    position: relative;
}

.tooltipG {
    display: none;
    position: absolute;
    width: 200px;
    padding: 10px;
    margin: 0 0 12px 0;
    z-index: 100;
    bottom: 100%;
    background: #FDD017;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

 .tooltipG:after {
        content: "";
        position: absolute;
        bottom: -14px;
        z-index: 100;
        border: 0 solid #FDD017;
        border-bottom: 14px solid transparent;
        border-left-width: 10px;
        width: 50%;
        left: 50%;
    }

 .tooltipG:before {
        content: "";
        position: absolute;
        border: 0 solid #FDD017;
        bottom: -14px;
        z-index: 100;
        border-right-width: 10px;
        border-bottom: 14px solid transparent;
        width: 50%;
        right: 50%;
    }

/*# sourceMappingURL=el-globo.css.map */
