/* You can add global styles to this file, and also import other style files */
/*theme-colors Merge Or overrides*/
/*colors Merge Or overrides*/
/*$colors: () !default;
$colors: map-merge(
    (
      'white': $white,
    ),
    $colors
);*/
/*RGBA backgrounds*/
/*opacity*/
/*spacer*/
/*borders-width*/
/*fonts*/
/*Font Size*/
/*$drop-shadpw*/
/*Hover opacity variables*/
/*$transition-fill*/
/*$transition-bg-fill*/
/*$transition-all*/
/*default transitions*/
/*Header*/
/*sizes*/
/*grid-breakpoints*/
/*$container-max-widths*/
/*$overflows*/
/*z-index*/
button {
    outline: 0 !important;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

input::-ms-clear {
    display: none;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: #ffff !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    transition: background-color 0s ease-in-out 0s;
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media (max-width: 1200px) {
    .container {
        /*max-width: 100%!important;*/
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica Neue LT GEO 55 Roman";
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    transition: 0.3s ease-in-out;
}
a:hover {
    color: #000000;
}

/*BOOTSTRAP*/
/*BOOTSTRAP*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #00b689;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #00b689;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #d27474;
    --light: #f8f9fa;
    --dark: #343a40;
    --black: #000000;
    --white: #ffff;
    --gray: #f8f8f8;
    --dark-gray: #808080;
    --light-black: rgba(0, 0, 0, 0.5);
    --dark-danger: #ae3350;
    --green: #00b689;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-m: 1024px;
    --breakpoint-lg: 1200px;
    --breakpoint-xl: 1600px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Helvetica Neue LT GEO 55 Roman";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    background-color: #ffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

p {
    margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #007bff;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.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: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\00A0";
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffff;
    border-color: #000000;
    background-color: #000000;
    box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffff;
    border: #000000 solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input.active ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: #fafafa !important;
    border-color: #000000 !important;
}

.custom-control.error .custom-control-label::before {
    border-color: #a11c34 !important;
}

.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 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) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffff;
    transform: translateX(0.75rem);
}
.custom-switch
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: #fafafa !important;
    border-color: #000000 !important;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #ffff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #000000;
    border-radius: 8px;
    appearance: none;
}
.custom-select:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #ffff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #000000;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #000000;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffff;
    border: 1px solid #ced4da;
    border-radius: 8px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 8px 8px 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #ffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #ffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #ffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    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) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    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) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    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) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: 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) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1302px;
    }
}

.container-fluid,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-m,
    .container-lg {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container,
    .container-sm,
    .container-md,
    .container-m,
    .container-lg,
    .container-xl {
        max-width: 1302px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-m-1,
.col-m-2,
.col-m-3,
.col-m-4,
.col-m-5,
.col-m-6,
.col-m-7,
.col-m-8,
.col-m-9,
.col-m-10,
.col-m-11,
.col-m-12,
.col-m,
.col-m-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .col-m {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-m-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-m-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-m-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-m-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-m-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-m-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-m-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-m-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-m-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-m-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-m-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-m-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-m-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-m-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-m-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-m-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-m-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-m-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-m-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 8px;
    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::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #ffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    cursor: not-allowed;
    background-color: rgba(233, 236, 239, 0.5);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #ffff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.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;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    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 {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 12px;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 24px;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #00b689;
}

.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;
    line-height: 1.5;
    color: #ffff;
    background-color: rgba(0, 182, 137, 0.9);
    border-radius: 8px;
}

.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: #00b689;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300b689' 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: #00b689;
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 137, 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 .custom-select:valid,
.custom-select.is-valid {
    border-color: #00b689;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300b689' 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")
            #ffff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #00b689;
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 137, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #00b689;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #00b689;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #00b689;
}

.was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #00e9af;
    background-color: #00e9af;
}

.was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 137, 0.25);
}

.was-validated
    .custom-control-input:valid:focus:not(:checked)
    ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #00b689;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #00b689;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #00b689;
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 137, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #d27474;
}

.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;
    line-height: 1.5;
    color: #ffff;
    background-color: rgba(210, 116, 116, 0.9);
    border-radius: 8px;
}

.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: #d27474;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d27474' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath strokeLinejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d27474' 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: #d27474;
    box-shadow: 0 0 0 0.2rem rgba(210, 116, 116, 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 .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #d27474;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d27474' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath strokeLinejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d27474' stroke='none'/%3e%3c/svg%3e")
            #ffff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #d27474;
    box-shadow: 0 0 0 0.2rem rgba(210, 116, 116, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #d27474;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #d27474;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #d27474;
}

.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #de9b9b;
    background-color: #de9b9b;
}

.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(210, 116, 116, 0.25);
}

.was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #d27474;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #d27474;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #d27474;
    box-shadow: 0 0 0 0.2rem rgba(210, 116, 116, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 8px;
    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;
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #ffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #ffff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #ffff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #ffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #ffff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
    color: #ffff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #ffff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #ffff;
    background-color: #00b689;
    border-color: #00b689;
}
.btn-success:hover {
    color: #ffff;
    background-color: #00906c;
    border-color: #008363;
}
.btn-success:focus,
.btn-success.focus {
    color: #ffff;
    background-color: #00906c;
    border-color: #008363;
    box-shadow: 0 0 0 0.2rem rgba(38, 193, 155, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #ffff;
    background-color: #00b689;
    border-color: #00b689;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #ffff;
    background-color: #008363;
    border-color: #007659;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 193, 155, 0.5);
}

.btn-info {
    color: #ffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #ffff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
    color: #ffff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #ffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #ffff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #ffff;
    background-color: #d27474;
    border-color: #d27474;
}
.btn-danger:hover {
    color: #ffff;
    background-color: #c95757;
    border-color: #c64d4d;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #ffff;
    background-color: #c95757;
    border-color: #c64d4d;
    box-shadow: 0 0 0 0.2rem rgba(217, 137, 137, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffff;
    background-color: #d27474;
    border-color: #d27474;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #ffff;
    background-color: #c64d4d;
    border-color: #c24444;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 137, 137, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #ffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #ffff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
    color: #ffff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #ffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #ffff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-black {
    color: #ffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-black:hover {
    color: #ffff;
    background-color: black;
    border-color: black;
}
.btn-black:focus,
.btn-black.focus {
    color: #ffff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
    color: #ffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
    color: #ffff;
    background-color: black;
    border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-white {
    color: #212529;
    background-color: #ffff;
    border-color: #ffff;
}
.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}
.btn-white:focus,
.btn-white.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #ffff;
    border-color: #ffff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-gray {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
.btn-gray:hover {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf;
}
.btn-gray:focus,
.btn-gray.focus {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf;
    box-shadow: 0 0 0 0.2rem rgba(216, 216, 217, 0.5);
}
.btn-gray.disabled,
.btn-gray:disabled {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #d8d8d8;
}
.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 216, 217, 0.5);
}

.btn-dark-gray {
    color: #ffff;
    background-color: #808080;
    border-color: #808080;
}
.btn-dark-gray:hover {
    color: #ffff;
    background-color: #6d6d6d;
    border-color: #676767;
}
.btn-dark-gray:focus,
.btn-dark-gray.focus {
    color: #ffff;
    background-color: #6d6d6d;
    border-color: #676767;
    box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
.btn-dark-gray.disabled,
.btn-dark-gray:disabled {
    color: #ffff;
    background-color: #808080;
    border-color: #808080;
}
.btn-dark-gray:not(:disabled):not(.disabled):active,
.btn-dark-gray:not(:disabled):not(.disabled).active,
.show > .btn-dark-gray.dropdown-toggle {
    color: #ffff;
    background-color: #676767;
    border-color: #606060;
}
.btn-dark-gray:not(:disabled):not(.disabled):active:focus,
.btn-dark-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

.btn-light-black {
    color: #ffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}
.btn-light-black:hover {
    color: #ffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}
.btn-light-black:focus,
.btn-light-black.focus {
    color: #ffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
}
.btn-light-black.disabled,
.btn-light-black:disabled {
    color: #ffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}
.btn-light-black:not(:disabled):not(.disabled):active,
.btn-light-black:not(:disabled):not(.disabled).active,
.show > .btn-light-black.dropdown-toggle {
    color: #ffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}
.btn-light-black:not(:disabled):not(.disabled):active:focus,
.btn-light-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
}

.btn-dark-danger {
    color: #ffff;
    background-color: #ae3350;
    border-color: #ae3350;
}
.btn-dark-danger:hover {
    color: #ffff;
    background-color: #902a42;
    border-color: #87273e;
}
.btn-dark-danger:focus,
.btn-dark-danger.focus {
    color: #ffff;
    background-color: #902a42;
    border-color: #87273e;
    box-shadow: 0 0 0 0.2rem rgba(186, 82, 106, 0.5);
}
.btn-dark-danger.disabled,
.btn-dark-danger:disabled {
    color: #ffff;
    background-color: #ae3350;
    border-color: #ae3350;
}
.btn-dark-danger:not(:disabled):not(.disabled):active,
.btn-dark-danger:not(:disabled):not(.disabled).active,
.show > .btn-dark-danger.dropdown-toggle {
    color: #ffff;
    background-color: #87273e;
    border-color: #7d2539;
}
.btn-dark-danger:not(:disabled):not(.disabled):active:focus,
.btn-dark-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(186, 82, 106, 0.5);
}

.btn-green {
    color: #ffff;
    background-color: #00b689;
    border-color: #00b689;
}
.btn-green:hover {
    color: #ffff;
    background-color: #00906c;
    border-color: #008363;
}
.btn-green:focus,
.btn-green.focus {
    color: #ffff;
    background-color: #00906c;
    border-color: #008363;
    box-shadow: 0 0 0 0.2rem rgba(38, 193, 155, 0.5);
}
.btn-green.disabled,
.btn-green:disabled {
    color: #ffff;
    background-color: #00b689;
    border-color: #00b689;
}
.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
    color: #ffff;
    background-color: #008363;
    border-color: #007659;
}
.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 193, 155, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #ffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #ffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #ffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #ffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #00b689;
    border-color: #00b689;
}
.btn-outline-success:hover {
    color: #ffff;
    background-color: #00b689;
    border-color: #00b689;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 137, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #00b689;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #ffff;
    background-color: #00b689;
    border-color: #00b689;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 137, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #ffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #ffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #d27474;
    border-color: #d27474;
}
.btn-outline-danger:hover {
    color: #ffff;
    background-color: #d27474;
    border-color: #d27474;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 116, 116, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #d27474;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #ffff;
    background-color: #d27474;
    border-color: #d27474;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 116, 116, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #ffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #ffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-black {
    color: #000000;
    border-color: #000000;
}
.btn-outline-black:hover {
    color: #ffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-outline-black:focus,
.btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #000000;
    background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
    color: #ffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-white {
    color: #ffff;
    border-color: #ffff;
}
.btn-outline-white:hover {
    color: #212529;
    background-color: #ffff;
    border-color: #ffff;
}
.btn-outline-white:focus,
.btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #ffff;
    background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #ffff;
    border-color: #ffff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-gray {
    color: #f8f8f8;
    border-color: #f8f8f8;
}
.btn-outline-gray:hover {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
.btn-outline-gray:focus,
.btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
    color: #f8f8f8;
    background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}

.btn-outline-dark-gray {
    color: #808080;
    border-color: #808080;
}
.btn-outline-dark-gray:hover {
    color: #ffff;
    background-color: #808080;
    border-color: #808080;
}
.btn-outline-dark-gray:focus,
.btn-outline-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}
.btn-outline-dark-gray.disabled,
.btn-outline-dark-gray:disabled {
    color: #808080;
    background-color: transparent;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active,
.btn-outline-dark-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-gray.dropdown-toggle {
    color: #ffff;
    background-color: #808080;
    border-color: #808080;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}

.btn-outline-light-black {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}
.btn-outline-light-black:hover {
    color: #ffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}
.btn-outline-light-black:focus,
.btn-outline-light-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-light-black.disabled,
.btn-outline-light-black:disabled {
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
}
.btn-outline-light-black:not(:disabled):not(.disabled):active,
.btn-outline-light-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-black.dropdown-toggle {
    color: #ffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}
.btn-outline-light-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-dark-danger {
    color: #ae3350;
    border-color: #ae3350;
}
.btn-outline-dark-danger:hover {
    color: #ffff;
    background-color: #ae3350;
    border-color: #ae3350;
}
.btn-outline-dark-danger:focus,
.btn-outline-dark-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(174, 51, 80, 0.5);
}
.btn-outline-dark-danger.disabled,
.btn-outline-dark-danger:disabled {
    color: #ae3350;
    background-color: transparent;
}
.btn-outline-dark-danger:not(:disabled):not(.disabled):active,
.btn-outline-dark-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-danger.dropdown-toggle {
    color: #ffff;
    background-color: #ae3350;
    border-color: #ae3350;
}
.btn-outline-dark-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(174, 51, 80, 0.5);
}

.btn-outline-green {
    color: #00b689;
    border-color: #00b689;
}
.btn-outline-green:hover {
    color: #ffff;
    background-color: #00b689;
    border-color: #00b689;
}
.btn-outline-green:focus,
.btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 137, 0.5);
}
.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #00b689;
    background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
    color: #ffff;
    background-color: #00b689;
    border-color: #00b689;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 182, 137, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #007bff;
    text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 24px;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 12px;
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    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-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1024px) {
    .dropdown-menu-m-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-m-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    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;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

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

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #ffff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.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: #ffff;
    border-color: #dee2e6 #dee2e6 #ffff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 8px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.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;
    float: none;
}

.navbar-text {
    display: inline-block;
    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: 8px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row 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 > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row 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 > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1023.98px) {
    .navbar-expand-m > .container,
    .navbar-expand-m > .container-fluid,
    .navbar-expand-m > .container-lg,
    .navbar-expand-m > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .navbar-expand-m {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-m .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-m .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-m .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-m > .container,
    .navbar-expand-m > .container-fluid,
    .navbar-expand-m > .container-lg,
    .navbar-expand-m > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-m .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-m .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg {
        flex-flow: row 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 > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1599.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1600px) {
    .navbar-expand-xl {
        flex-flow: row 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 > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.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 > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}

.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.5);
}
.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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' strokeLinecap='round' strokeMiterlimit='10' strokeWidth='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #ffff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #ffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' strokeLinecap='round' strokeMiterlimit='10' strokeWidth='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #ffff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #ffff;
}

.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 {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.modal-open {
    overflow: hidden;
    height: 100vh;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    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 {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem 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;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
}
.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1600px) {
    .modal-xl {
        max-width: 1140px;
    }
}

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

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #00b689 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #008363 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #d27474 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #c64d4d !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-black {
    background-color: #000000 !important;
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
    background-color: black !important;
}

.bg-white {
    background-color: #ffff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important;
}

.bg-gray {
    background-color: #f8f8f8 !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
    background-color: #dfdfdf !important;
}

.bg-dark-gray {
    background-color: #808080 !important;
}

a.bg-dark-gray:hover,
a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
    background-color: #676767 !important;
}

.bg-light-black {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

a.bg-light-black:hover,
a.bg-light-black:focus,
button.bg-light-black:hover,
button.bg-light-black:focus {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-dark-danger {
    background-color: #ae3350 !important;
}

a.bg-dark-danger:hover,
a.bg-dark-danger:focus,
button.bg-dark-danger:hover,
button.bg-dark-danger:focus {
    background-color: #87273e !important;
}

.bg-green {
    background-color: #00b689 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
    background-color: #008363 !important;
}

.bg-white {
    background-color: #ffff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #00b689 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #d27474 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-black {
    border-color: #000000 !important;
}

.border-white {
    border-color: #ffff !important;
}

.border-gray {
    border-color: #f8f8f8 !important;
}

.border-dark-gray {
    border-color: #808080 !important;
}

.border-light-black {
    border-color: rgba(0, 0, 0, 0.5) !important;
}

.border-dark-danger {
    border-color: #ae3350 !important;
}

.border-green {
    border-color: #00b689 !important;
}

.border-white {
    border-color: #ffff !important;
}

.rounded-sm {
    border-radius: 12px !important;
}

.rounded {
    border-radius: 8px !important;
}

.rounded-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.rounded-right {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.rounded-left {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.rounded-lg {
    border-radius: 24px !important;
}

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

.rounded-pill {
    border-radius: 50rem !important;
}

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

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

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

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !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;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !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;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !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;
    }
}

@media (min-width: 1024px) {
    .d-m-none {
        display: none !important;
    }
    .d-m-inline {
        display: inline !important;
    }
    .d-m-inline-block {
        display: inline-block !important;
    }
    .d-m-block {
        display: block !important;
    }
    .d-m-table {
        display: table !important;
    }
    .d-m-table-row {
        display: table-row !important;
    }
    .d-m-table-cell {
        display: table-cell !important;
    }
    .d-m-flex {
        display: flex !important;
    }
    .d-m-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !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;
    }
}

@media (min-width: 1600px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !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;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !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;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.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-wrap {
    flex-wrap: wrap !important;
}

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

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

.flex-fill {
    flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
    .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-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !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;
    }
    .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;
    }
    .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;
    }
}

@media (min-width: 768px) {
    .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-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !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;
    }
    .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;
    }
    .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;
    }
}

@media (min-width: 1024px) {
    .flex-m-row {
        flex-direction: row !important;
    }
    .flex-m-column {
        flex-direction: column !important;
    }
    .flex-m-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-m-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-m-wrap {
        flex-wrap: wrap !important;
    }
    .flex-m-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-m-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-m-fill {
        flex: 1 1 auto !important;
    }
    .flex-m-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-m-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-m-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-m-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-m-start {
        justify-content: flex-start !important;
    }
    .justify-content-m-end {
        justify-content: flex-end !important;
    }
    .justify-content-m-center {
        justify-content: center !important;
    }
    .justify-content-m-between {
        justify-content: space-between !important;
    }
    .justify-content-m-around {
        justify-content: space-around !important;
    }
    .align-items-m-start {
        align-items: flex-start !important;
    }
    .align-items-m-end {
        align-items: flex-end !important;
    }
    .align-items-m-center {
        align-items: center !important;
    }
    .align-items-m-baseline {
        align-items: baseline !important;
    }
    .align-items-m-stretch {
        align-items: stretch !important;
    }
    .align-content-m-start {
        align-content: flex-start !important;
    }
    .align-content-m-end {
        align-content: flex-end !important;
    }
    .align-content-m-center {
        align-content: center !important;
    }
    .align-content-m-between {
        align-content: space-between !important;
    }
    .align-content-m-around {
        align-content: space-around !important;
    }
    .align-content-m-stretch {
        align-content: stretch !important;
    }
    .align-self-m-auto {
        align-self: auto !important;
    }
    .align-self-m-start {
        align-self: flex-start !important;
    }
    .align-self-m-end {
        align-self: flex-end !important;
    }
    .align-self-m-center {
        align-self: center !important;
    }
    .align-self-m-baseline {
        align-self: baseline !important;
    }
    .align-self-m-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .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-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !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;
    }
    .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;
    }
    .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;
    }
}

@media (min-width: 1600px) {
    .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-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !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;
    }
    .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;
    }
    .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;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-initial {
    overflow: initial !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-scroll {
    overflow: scroll !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;
}

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

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

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

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

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

.shadow-none {
    box-shadow: none !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;
}

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

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.m-1px {
    margin: 1px !important;
}

.mt-1px,
.my-1px {
    margin-top: 1px !important;
}

.mr-1px,
.mx-1px {
    margin-right: 1px !important;
}

.mb-1px,
.my-1px {
    margin-bottom: 1px !important;
}

.ml-1px,
.mx-1px {
    margin-left: 1px !important;
}

.m-2px {
    margin: 2px !important;
}

.mt-2px,
.my-2px {
    margin-top: 2px !important;
}

.mr-2px,
.mx-2px {
    margin-right: 2px !important;
}

.mb-2px,
.my-2px {
    margin-bottom: 2px !important;
}

.ml-2px,
.mx-2px {
    margin-left: 2px !important;
}

.m-3px {
    margin: 3px !important;
}

.mt-3px,
.my-3px {
    margin-top: 3px !important;
}

.mr-3px,
.mx-3px {
    margin-right: 3px !important;
}

.mb-3px,
.my-3px {
    margin-bottom: 3px !important;
}

.ml-3px,
.mx-3px {
    margin-left: 3px !important;
}

.m-4px {
    margin: 4px !important;
}

.mt-4px,
.my-4px {
    margin-top: 4px !important;
}

.mr-4px,
.mx-4px {
    margin-right: 4px !important;
}

.mb-4px,
.my-4px {
    margin-bottom: 4px !important;
}

.ml-4px,
.mx-4px {
    margin-left: 4px !important;
}

.m-5px {
    margin: 5px !important;
}

.mt-5px,
.my-5px {
    margin-top: 5px !important;
}

.mr-5px,
.mx-5px {
    margin-right: 5px !important;
}

.mb-5px,
.my-5px {
    margin-bottom: 5px !important;
}

.ml-5px,
.mx-5px {
    margin-left: 5px !important;
}

.m-6px {
    margin: 6px !important;
}

.mt-6px,
.my-6px {
    margin-top: 6px !important;
}

.mr-6px,
.mx-6px {
    margin-right: 6px !important;
}

.mb-6px,
.my-6px {
    margin-bottom: 6px !important;
}

.ml-6px,
.mx-6px {
    margin-left: 6px !important;
}

.m-8px {
    margin: 8px !important;
}

.mt-8px,
.my-8px {
    margin-top: 8px !important;
}

.mr-8px,
.mx-8px {
    margin-right: 8px !important;
}

.mb-8px,
.my-8px {
    margin-bottom: 8px !important;
}

.ml-8px,
.mx-8px {
    margin-left: 8px !important;
}

.m-10px {
    margin: 10px !important;
}

.mt-10px,
.my-10px {
    margin-top: 10px !important;
}

.mr-10px,
.mx-10px {
    margin-right: 10px !important;
}

.mb-10px,
.my-10px {
    margin-bottom: 10px !important;
}

.ml-10px,
.mx-10px {
    margin-left: 10px !important;
}

.m-12px {
    margin: 12px !important;
}

.mt-12px,
.my-12px {
    margin-top: 12px !important;
}

.mr-12px,
.mx-12px {
    margin-right: 12px !important;
}

.mb-12px,
.my-12px {
    margin-bottom: 12px !important;
}

.ml-12px,
.mx-12px {
    margin-left: 12px !important;
}

.m-13px {
    margin: 13px !important;
}

.mt-13px,
.my-13px {
    margin-top: 13px !important;
}

.mr-13px,
.mx-13px {
    margin-right: 13px !important;
}

.mb-13px,
.my-13px {
    margin-bottom: 13px !important;
}

.ml-13px,
.mx-13px {
    margin-left: 13px !important;
}

.m-14px {
    margin: 14px !important;
}

.mt-14px,
.my-14px {
    margin-top: 14px !important;
}

.mr-14px,
.mx-14px {
    margin-right: 14px !important;
}

.mb-14px,
.my-14px {
    margin-bottom: 14px !important;
}

.ml-14px,
.mx-14px {
    margin-left: 14px !important;
}

.m-15px {
    margin: 15px !important;
}

.mt-15px,
.my-15px {
    margin-top: 15px !important;
}

.mr-15px,
.mx-15px {
    margin-right: 15px !important;
}

.mb-15px,
.my-15px {
    margin-bottom: 15px !important;
}

.ml-15px,
.mx-15px {
    margin-left: 15px !important;
}

.m-16px {
    margin: 16px !important;
}

.mt-16px,
.my-16px {
    margin-top: 16px !important;
}

.mr-16px,
.mx-16px {
    margin-right: 16px !important;
}

.mb-16px,
.my-16px {
    margin-bottom: 16px !important;
}

.ml-16px,
.mx-16px {
    margin-left: 16px !important;
}

.m-20px {
    margin: 20px !important;
}

.mt-20px,
.my-20px {
    margin-top: 20px !important;
}

.mr-20px,
.mx-20px {
    margin-right: 20px !important;
}

.mb-20px,
.my-20px {
    margin-bottom: 20px !important;
}

.ml-20px,
.mx-20px {
    margin-left: 20px !important;
}

.m-22px {
    margin: 22px !important;
}

.mt-22px,
.my-22px {
    margin-top: 22px !important;
}

.mr-22px,
.mx-22px {
    margin-right: 22px !important;
}

.mb-22px,
.my-22px {
    margin-bottom: 22px !important;
}

.ml-22px,
.mx-22px {
    margin-left: 22px !important;
}

.m-24px {
    margin: 24px !important;
}

.mt-24px,
.my-24px {
    margin-top: 24px !important;
}

.mr-24px,
.mx-24px {
    margin-right: 24px !important;
}

.mb-24px,
.my-24px {
    margin-bottom: 24px !important;
}

.ml-24px,
.mx-24px {
    margin-left: 24px !important;
}

.m-25px {
    margin: 25px !important;
}

.mt-25px,
.my-25px {
    margin-top: 25px !important;
}

.mr-25px,
.mx-25px {
    margin-right: 25px !important;
}

.mb-25px,
.my-25px {
    margin-bottom: 25px !important;
}

.ml-25px,
.mx-25px {
    margin-left: 25px !important;
}

.m-28px {
    margin: 28px !important;
}

.mt-28px,
.my-28px {
    margin-top: 28px !important;
}

.mr-28px,
.mx-28px {
    margin-right: 28px !important;
}

.mb-28px,
.my-28px {
    margin-bottom: 28px !important;
}

.ml-28px,
.mx-28px {
    margin-left: 28px !important;
}

.m-30px {
    margin: 30px !important;
}

.mt-30px,
.my-30px {
    margin-top: 30px !important;
}

.mr-30px,
.mx-30px {
    margin-right: 30px !important;
}

.mb-30px,
.my-30px {
    margin-bottom: 30px !important;
}

.ml-30px,
.mx-30px {
    margin-left: 30px !important;
}

.m-32px {
    margin: 32px !important;
}

.mt-32px,
.my-32px {
    margin-top: 32px !important;
}

.mr-32px,
.mx-32px {
    margin-right: 32px !important;
}

.mb-32px,
.my-32px {
    margin-bottom: 32px !important;
}

.ml-32px,
.mx-32px {
    margin-left: 32px !important;
}

.m-36px {
    margin: 36px !important;
}

.mt-36px,
.my-36px {
    margin-top: 36px !important;
}

.mr-36px,
.mx-36px {
    margin-right: 36px !important;
}

.mb-36px,
.my-36px {
    margin-bottom: 36px !important;
}

.ml-36px,
.mx-36px {
    margin-left: 36px !important;
}

.m-40px {
    margin: 40px !important;
}

.mt-40px,
.my-40px {
    margin-top: 40px !important;
}

.mr-40px,
.mx-40px {
    margin-right: 40px !important;
}

.mb-40px,
.my-40px {
    margin-bottom: 40px !important;
}

.ml-40px,
.mx-40px {
    margin-left: 40px !important;
}

.m-44px {
    margin: 44px !important;
}

.mt-44px,
.my-44px {
    margin-top: 44px !important;
}

.mr-44px,
.mx-44px {
    margin-right: 44px !important;
}

.mb-44px,
.my-44px {
    margin-bottom: 44px !important;
}

.ml-44px,
.mx-44px {
    margin-left: 44px !important;
}

.m-48px {
    margin: 48px !important;
}

.mt-48px,
.my-48px {
    margin-top: 48px !important;
}

.mr-48px,
.mx-48px {
    margin-right: 48px !important;
}

.mb-48px,
.my-48px {
    margin-bottom: 48px !important;
}

.ml-48px,
.mx-48px {
    margin-left: 48px !important;
}

.m-52px {
    margin: 52px !important;
}

.mt-52px,
.my-52px {
    margin-top: 52px !important;
}

.mr-52px,
.mx-52px {
    margin-right: 52px !important;
}

.mb-52px,
.my-52px {
    margin-bottom: 52px !important;
}

.ml-52px,
.mx-52px {
    margin-left: 52px !important;
}

.m-56px {
    margin: 56px !important;
}

.mt-56px,
.my-56px {
    margin-top: 56px !important;
}

.mr-56px,
.mx-56px {
    margin-right: 56px !important;
}

.mb-56px,
.my-56px {
    margin-bottom: 56px !important;
}

.ml-56px,
.mx-56px {
    margin-left: 56px !important;
}

.m-60px {
    margin: 60px !important;
}

.mt-60px,
.my-60px {
    margin-top: 60px !important;
}

.mr-60px,
.mx-60px {
    margin-right: 60px !important;
}

.mb-60px,
.my-60px {
    margin-bottom: 60px !important;
}

.ml-60px,
.mx-60px {
    margin-left: 60px !important;
}

.m-68px {
    margin: 68px !important;
}

.mt-68px,
.my-68px {
    margin-top: 68px !important;
}

.mr-68px,
.mx-68px {
    margin-right: 68px !important;
}

.mb-68px,
.my-68px {
    margin-bottom: 68px !important;
}

.ml-68px,
.mx-68px {
    margin-left: 68px !important;
}

.m-64px {
    margin: 64px !important;
}

.mt-64px,
.my-64px {
    margin-top: 64px !important;
}

.mr-64px,
.mx-64px {
    margin-right: 64px !important;
}

.mb-64px,
.my-64px {
    margin-bottom: 64px !important;
}

.ml-64px,
.mx-64px {
    margin-left: 64px !important;
}

.m-72px {
    margin: 72px !important;
}

.mt-72px,
.my-72px {
    margin-top: 72px !important;
}

.mr-72px,
.mx-72px {
    margin-right: 72px !important;
}

.mb-72px,
.my-72px {
    margin-bottom: 72px !important;
}

.ml-72px,
.mx-72px {
    margin-left: 72px !important;
}

.m-76px {
    margin: 76px !important;
}

.mt-76px,
.my-76px {
    margin-top: 76px !important;
}

.mr-76px,
.mx-76px {
    margin-right: 76px !important;
}

.mb-76px,
.my-76px {
    margin-bottom: 76px !important;
}

.ml-76px,
.mx-76px {
    margin-left: 76px !important;
}

.m-80px {
    margin: 80px !important;
}

.mt-80px,
.my-80px {
    margin-top: 80px !important;
}

.mr-80px,
.mx-80px {
    margin-right: 80px !important;
}

.mb-80px,
.my-80px {
    margin-bottom: 80px !important;
}

.ml-80px,
.mx-80px {
    margin-left: 80px !important;
}

.m-86px {
    margin: 86px !important;
}

.mt-86px,
.my-86px {
    margin-top: 86px !important;
}

.mr-86px,
.mx-86px {
    margin-right: 86px !important;
}

.mb-86px,
.my-86px {
    margin-bottom: 86px !important;
}

.ml-86px,
.mx-86px {
    margin-left: 86px !important;
}

.m-100px {
    margin: 100px !important;
}

.mt-100px,
.my-100px {
    margin-top: 100px !important;
}

.mr-100px,
.mx-100px {
    margin-right: 100px !important;
}

.mb-100px,
.my-100px {
    margin-bottom: 100px !important;
}

.ml-100px,
.mx-100px {
    margin-left: 100px !important;
}

.m-127px {
    margin: 127px !important;
}

.mt-127px,
.my-127px {
    margin-top: 127px !important;
}

.mr-127px,
.mx-127px {
    margin-right: 127px !important;
}

.mb-127px,
.my-127px {
    margin-bottom: 127px !important;
}

.ml-127px,
.mx-127px {
    margin-left: 127px !important;
}

.m-129px {
    margin: 129px !important;
}

.mt-129px,
.my-129px {
    margin-top: 129px !important;
}

.mr-129px,
.mx-129px {
    margin-right: 129px !important;
}

.mb-129px,
.my-129px {
    margin-bottom: 129px !important;
}

.ml-129px,
.mx-129px {
    margin-left: 129px !important;
}

.m-133px {
    margin: 133px !important;
}

.mt-133px,
.my-133px {
    margin-top: 133px !important;
}

.mr-133px,
.mx-133px {
    margin-right: 133px !important;
}

.mb-133px,
.my-133px {
    margin-bottom: 133px !important;
}

.ml-133px,
.mx-133px {
    margin-left: 133px !important;
}

.m-148px {
    margin: 148px !important;
}

.mt-148px,
.my-148px {
    margin-top: 148px !important;
}

.mr-148px,
.mx-148px {
    margin-right: 148px !important;
}

.mb-148px,
.my-148px {
    margin-bottom: 148px !important;
}

.ml-148px,
.mx-148px {
    margin-left: 148px !important;
}

.m-180px {
    margin: 180px !important;
}

.mt-180px,
.my-180px {
    margin-top: 180px !important;
}

.mr-180px,
.mx-180px {
    margin-right: 180px !important;
}

.mb-180px,
.my-180px {
    margin-bottom: 180px !important;
}

.ml-180px,
.mx-180px {
    margin-left: 180px !important;
}

.m-210px {
    margin: 210px !important;
}

.mt-210px,
.my-210px {
    margin-top: 210px !important;
}

.mr-210px,
.mx-210px {
    margin-right: 210px !important;
}

.mb-210px,
.my-210px {
    margin-bottom: 210px !important;
}

.ml-210px,
.mx-210px {
    margin-left: 210px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.p-1px {
    padding: 1px !important;
}

.pt-1px,
.py-1px {
    padding-top: 1px !important;
}

.pr-1px,
.px-1px {
    padding-right: 1px !important;
}

.pb-1px,
.py-1px {
    padding-bottom: 1px !important;
}

.pl-1px,
.px-1px {
    padding-left: 1px !important;
}

.p-2px {
    padding: 2px !important;
}

.pt-2px,
.py-2px {
    padding-top: 2px !important;
}

.pr-2px,
.px-2px {
    padding-right: 2px !important;
}

.pb-2px,
.py-2px {
    padding-bottom: 2px !important;
}

.pl-2px,
.px-2px {
    padding-left: 2px !important;
}

.p-3px {
    padding: 3px !important;
}

.pt-3px,
.py-3px {
    padding-top: 3px !important;
}

.pr-3px,
.px-3px {
    padding-right: 3px !important;
}

.pb-3px,
.py-3px {
    padding-bottom: 3px !important;
}

.pl-3px,
.px-3px {
    padding-left: 3px !important;
}

.p-4px {
    padding: 4px !important;
}

.pt-4px,
.py-4px {
    padding-top: 4px !important;
}

.pr-4px,
.px-4px {
    padding-right: 4px !important;
}

.pb-4px,
.py-4px {
    padding-bottom: 4px !important;
}

.pl-4px,
.px-4px {
    padding-left: 4px !important;
}

.p-5px {
    padding: 5px !important;
}

.pt-5px,
.py-5px {
    padding-top: 5px !important;
}

.pr-5px,
.px-5px {
    padding-right: 5px !important;
}

.pb-5px,
.py-5px {
    padding-bottom: 5px !important;
}

.pl-5px,
.px-5px {
    padding-left: 5px !important;
}

.p-6px {
    padding: 6px !important;
}

.pt-6px,
.py-6px {
    padding-top: 6px !important;
}

.pr-6px,
.px-6px {
    padding-right: 6px !important;
}

.pb-6px,
.py-6px {
    padding-bottom: 6px !important;
}

.pl-6px,
.px-6px {
    padding-left: 6px !important;
}

.p-8px {
    padding: 8px !important;
}

.pt-8px,
.py-8px {
    padding-top: 8px !important;
}

.pr-8px,
.px-8px {
    padding-right: 8px !important;
}

.pb-8px,
.py-8px {
    padding-bottom: 8px !important;
}

.pl-8px,
.px-8px {
    padding-left: 8px !important;
}

.p-10px {
    padding: 10px !important;
}

.pt-10px,
.py-10px {
    padding-top: 10px !important;
}

.pr-10px,
.px-10px {
    padding-right: 10px !important;
}

.pb-10px,
.py-10px {
    padding-bottom: 10px !important;
}

.pl-10px,
.px-10px {
    padding-left: 10px !important;
}

.p-12px {
    padding: 12px !important;
}

.pt-12px,
.py-12px {
    padding-top: 12px !important;
}

.pr-12px,
.px-12px {
    padding-right: 12px !important;
}

.pb-12px,
.py-12px {
    padding-bottom: 12px !important;
}

.pl-12px,
.px-12px {
    padding-left: 12px !important;
}

.p-13px {
    padding: 13px !important;
}

.pt-13px,
.py-13px {
    padding-top: 13px !important;
}

.pr-13px,
.px-13px {
    padding-right: 13px !important;
}

.pb-13px,
.py-13px {
    padding-bottom: 13px !important;
}

.pl-13px,
.px-13px {
    padding-left: 13px !important;
}

.p-14px {
    padding: 14px !important;
}

.pt-14px,
.py-14px {
    padding-top: 14px !important;
}

.pr-14px,
.px-14px {
    padding-right: 14px !important;
}

.pb-14px,
.py-14px {
    padding-bottom: 14px !important;
}

.pl-14px,
.px-14px {
    padding-left: 14px !important;
}

.p-15px {
    padding: 15px !important;
}

.pt-15px,
.py-15px {
    padding-top: 15px !important;
}

.pr-15px,
.px-15px {
    padding-right: 15px !important;
}

.pb-15px,
.py-15px {
    padding-bottom: 15px !important;
}

.pl-15px,
.px-15px {
    padding-left: 15px !important;
}

.p-16px {
    padding: 16px !important;
}

.pt-16px,
.py-16px {
    padding-top: 16px !important;
}

.pr-16px,
.px-16px {
    padding-right: 16px !important;
}

.pb-16px,
.py-16px {
    padding-bottom: 16px !important;
}

.pl-16px,
.px-16px {
    padding-left: 16px !important;
}

.p-20px {
    padding: 20px !important;
}

.pt-20px,
.py-20px {
    padding-top: 20px !important;
}

.pr-20px,
.px-20px {
    padding-right: 20px !important;
}

.pb-20px,
.py-20px {
    padding-bottom: 20px !important;
}

.pl-20px,
.px-20px {
    padding-left: 20px !important;
}

.p-22px {
    padding: 22px !important;
}

.pt-22px,
.py-22px {
    padding-top: 22px !important;
}

.pr-22px,
.px-22px {
    padding-right: 22px !important;
}

.pb-22px,
.py-22px {
    padding-bottom: 22px !important;
}

.pl-22px,
.px-22px {
    padding-left: 22px !important;
}

.p-24px {
    padding: 24px !important;
}

.pt-24px,
.py-24px {
    padding-top: 24px !important;
}

.pr-24px,
.px-24px {
    padding-right: 24px !important;
}

.pb-24px,
.py-24px {
    padding-bottom: 24px !important;
}

.pl-24px,
.px-24px {
    padding-left: 24px !important;
}

.p-25px {
    padding: 25px !important;
}

.pt-25px,
.py-25px {
    padding-top: 25px !important;
}

.pr-25px,
.px-25px {
    padding-right: 25px !important;
}

.pb-25px,
.py-25px {
    padding-bottom: 25px !important;
}

.pl-25px,
.px-25px {
    padding-left: 25px !important;
}

.p-28px {
    padding: 28px !important;
}

.pt-28px,
.py-28px {
    padding-top: 28px !important;
}

.pr-28px,
.px-28px {
    padding-right: 28px !important;
}

.pb-28px,
.py-28px {
    padding-bottom: 28px !important;
}

.pl-28px,
.px-28px {
    padding-left: 28px !important;
}

.p-30px {
    padding: 30px !important;
}

.pt-30px,
.py-30px {
    padding-top: 30px !important;
}

.pr-30px,
.px-30px {
    padding-right: 30px !important;
}

.pb-30px,
.py-30px {
    padding-bottom: 30px !important;
}

.pl-30px,
.px-30px {
    padding-left: 30px !important;
}

.p-32px {
    padding: 32px !important;
}

.pt-32px,
.py-32px {
    padding-top: 32px !important;
}

.pr-32px,
.px-32px {
    padding-right: 32px !important;
}

.pb-32px,
.py-32px {
    padding-bottom: 32px !important;
}

.pl-32px,
.px-32px {
    padding-left: 32px !important;
}

.p-36px {
    padding: 36px !important;
}

.pt-36px,
.py-36px {
    padding-top: 36px !important;
}

.pr-36px,
.px-36px {
    padding-right: 36px !important;
}

.pb-36px,
.py-36px {
    padding-bottom: 36px !important;
}

.pl-36px,
.px-36px {
    padding-left: 36px !important;
}

.p-40px {
    padding: 40px !important;
}

.pt-40px,
.py-40px {
    padding-top: 40px !important;
}

.pr-40px,
.px-40px {
    padding-right: 40px !important;
}

.pb-40px,
.py-40px {
    padding-bottom: 40px !important;
}

.pl-40px,
.px-40px {
    padding-left: 40px !important;
}

.p-44px {
    padding: 44px !important;
}

.pt-44px,
.py-44px {
    padding-top: 44px !important;
}

.pr-44px,
.px-44px {
    padding-right: 44px !important;
}

.pb-44px,
.py-44px {
    padding-bottom: 44px !important;
}

.pl-44px,
.px-44px {
    padding-left: 44px !important;
}

.p-48px {
    padding: 48px !important;
}

.pt-48px,
.py-48px {
    padding-top: 48px !important;
}

.pr-48px,
.px-48px {
    padding-right: 48px !important;
}

.pb-48px,
.py-48px {
    padding-bottom: 48px !important;
}

.pl-48px,
.px-48px {
    padding-left: 48px !important;
}

.p-52px {
    padding: 52px !important;
}

.pt-52px,
.py-52px {
    padding-top: 52px !important;
}

.pr-52px,
.px-52px {
    padding-right: 52px !important;
}

.pb-52px,
.py-52px {
    padding-bottom: 52px !important;
}

.pl-52px,
.px-52px {
    padding-left: 52px !important;
}

.p-56px {
    padding: 56px !important;
}

.pt-56px,
.py-56px {
    padding-top: 56px !important;
}

.pr-56px,
.px-56px {
    padding-right: 56px !important;
}

.pb-56px,
.py-56px {
    padding-bottom: 56px !important;
}

.pl-56px,
.px-56px {
    padding-left: 56px !important;
}

.p-60px {
    padding: 60px !important;
}

.pt-60px,
.py-60px {
    padding-top: 60px !important;
}

.pr-60px,
.px-60px {
    padding-right: 60px !important;
}

.pb-60px,
.py-60px {
    padding-bottom: 60px !important;
}

.pl-60px,
.px-60px {
    padding-left: 60px !important;
}

.p-68px {
    padding: 68px !important;
}

.pt-68px,
.py-68px {
    padding-top: 68px !important;
}

.pr-68px,
.px-68px {
    padding-right: 68px !important;
}

.pb-68px,
.py-68px {
    padding-bottom: 68px !important;
}

.pl-68px,
.px-68px {
    padding-left: 68px !important;
}

.p-64px {
    padding: 64px !important;
}

.pt-64px,
.py-64px {
    padding-top: 64px !important;
}

.pr-64px,
.px-64px {
    padding-right: 64px !important;
}

.pb-64px,
.py-64px {
    padding-bottom: 64px !important;
}

.pl-64px,
.px-64px {
    padding-left: 64px !important;
}

.p-72px {
    padding: 72px !important;
}

.pt-72px,
.py-72px {
    padding-top: 72px !important;
}

.pr-72px,
.px-72px {
    padding-right: 72px !important;
}

.pb-72px,
.py-72px {
    padding-bottom: 72px !important;
}

.pl-72px,
.px-72px {
    padding-left: 72px !important;
}

.p-76px {
    padding: 76px !important;
}

.pt-76px,
.py-76px {
    padding-top: 76px !important;
}

.pr-76px,
.px-76px {
    padding-right: 76px !important;
}

.pb-76px,
.py-76px {
    padding-bottom: 76px !important;
}

.pl-76px,
.px-76px {
    padding-left: 76px !important;
}

.p-80px {
    padding: 80px !important;
}

.pt-80px,
.py-80px {
    padding-top: 80px !important;
}

.pr-80px,
.px-80px {
    padding-right: 80px !important;
}

.pb-80px,
.py-80px {
    padding-bottom: 80px !important;
}

.pl-80px,
.px-80px {
    padding-left: 80px !important;
}

.p-86px {
    padding: 86px !important;
}

.pt-86px,
.py-86px {
    padding-top: 86px !important;
}

.pr-86px,
.px-86px {
    padding-right: 86px !important;
}

.pb-86px,
.py-86px {
    padding-bottom: 86px !important;
}

.pl-86px,
.px-86px {
    padding-left: 86px !important;
}

.p-100px {
    padding: 100px !important;
}

.pt-100px,
.py-100px {
    padding-top: 100px !important;
}

.pr-100px,
.px-100px {
    padding-right: 100px !important;
}

.pb-100px,
.py-100px {
    padding-bottom: 100px !important;
}

.pl-100px,
.px-100px {
    padding-left: 100px !important;
}

.p-127px {
    padding: 127px !important;
}

.pt-127px,
.py-127px {
    padding-top: 127px !important;
}

.pr-127px,
.px-127px {
    padding-right: 127px !important;
}

.pb-127px,
.py-127px {
    padding-bottom: 127px !important;
}

.pl-127px,
.px-127px {
    padding-left: 127px !important;
}

.p-129px {
    padding: 129px !important;
}

.pt-129px,
.py-129px {
    padding-top: 129px !important;
}

.pr-129px,
.px-129px {
    padding-right: 129px !important;
}

.pb-129px,
.py-129px {
    padding-bottom: 129px !important;
}

.pl-129px,
.px-129px {
    padding-left: 129px !important;
}

.p-133px {
    padding: 133px !important;
}

.pt-133px,
.py-133px {
    padding-top: 133px !important;
}

.pr-133px,
.px-133px {
    padding-right: 133px !important;
}

.pb-133px,
.py-133px {
    padding-bottom: 133px !important;
}

.pl-133px,
.px-133px {
    padding-left: 133px !important;
}

.p-148px {
    padding: 148px !important;
}

.pt-148px,
.py-148px {
    padding-top: 148px !important;
}

.pr-148px,
.px-148px {
    padding-right: 148px !important;
}

.pb-148px,
.py-148px {
    padding-bottom: 148px !important;
}

.pl-148px,
.px-148px {
    padding-left: 148px !important;
}

.p-180px {
    padding: 180px !important;
}

.pt-180px,
.py-180px {
    padding-top: 180px !important;
}

.pr-180px,
.px-180px {
    padding-right: 180px !important;
}

.pb-180px,
.py-180px {
    padding-bottom: 180px !important;
}

.pl-180px,
.px-180px {
    padding-left: 180px !important;
}

.p-210px {
    padding: 210px !important;
}

.pt-210px,
.py-210px {
    padding-top: 210px !important;
}

.pr-210px,
.px-210px {
    padding-right: 210px !important;
}

.pb-210px,
.py-210px {
    padding-bottom: 210px !important;
}

.pl-210px,
.px-210px {
    padding-left: 210px !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-n1px {
    margin: -1px !important;
}

.mt-n1px,
.my-n1px {
    margin-top: -1px !important;
}

.mr-n1px,
.mx-n1px {
    margin-right: -1px !important;
}

.mb-n1px,
.my-n1px {
    margin-bottom: -1px !important;
}

.ml-n1px,
.mx-n1px {
    margin-left: -1px !important;
}

.m-n2px {
    margin: -2px !important;
}

.mt-n2px,
.my-n2px {
    margin-top: -2px !important;
}

.mr-n2px,
.mx-n2px {
    margin-right: -2px !important;
}

.mb-n2px,
.my-n2px {
    margin-bottom: -2px !important;
}

.ml-n2px,
.mx-n2px {
    margin-left: -2px !important;
}

.m-n3px {
    margin: -3px !important;
}

.mt-n3px,
.my-n3px {
    margin-top: -3px !important;
}

.mr-n3px,
.mx-n3px {
    margin-right: -3px !important;
}

.mb-n3px,
.my-n3px {
    margin-bottom: -3px !important;
}

.ml-n3px,
.mx-n3px {
    margin-left: -3px !important;
}

.m-n4px {
    margin: -4px !important;
}

.mt-n4px,
.my-n4px {
    margin-top: -4px !important;
}

.mr-n4px,
.mx-n4px {
    margin-right: -4px !important;
}

.mb-n4px,
.my-n4px {
    margin-bottom: -4px !important;
}

.ml-n4px,
.mx-n4px {
    margin-left: -4px !important;
}

.m-n5px {
    margin: -5px !important;
}

.mt-n5px,
.my-n5px {
    margin-top: -5px !important;
}

.mr-n5px,
.mx-n5px {
    margin-right: -5px !important;
}

.mb-n5px,
.my-n5px {
    margin-bottom: -5px !important;
}

.ml-n5px,
.mx-n5px {
    margin-left: -5px !important;
}

.m-n6px {
    margin: -6px !important;
}

.mt-n6px,
.my-n6px {
    margin-top: -6px !important;
}

.mr-n6px,
.mx-n6px {
    margin-right: -6px !important;
}

.mb-n6px,
.my-n6px {
    margin-bottom: -6px !important;
}

.ml-n6px,
.mx-n6px {
    margin-left: -6px !important;
}

.m-n8px {
    margin: -8px !important;
}

.mt-n8px,
.my-n8px {
    margin-top: -8px !important;
}

.mr-n8px,
.mx-n8px {
    margin-right: -8px !important;
}

.mb-n8px,
.my-n8px {
    margin-bottom: -8px !important;
}

.ml-n8px,
.mx-n8px {
    margin-left: -8px !important;
}

.m-n10px {
    margin: -10px !important;
}

.mt-n10px,
.my-n10px {
    margin-top: -10px !important;
}

.mr-n10px,
.mx-n10px {
    margin-right: -10px !important;
}

.mb-n10px,
.my-n10px {
    margin-bottom: -10px !important;
}

.ml-n10px,
.mx-n10px {
    margin-left: -10px !important;
}

.m-n12px {
    margin: -12px !important;
}

.mt-n12px,
.my-n12px {
    margin-top: -12px !important;
}

.mr-n12px,
.mx-n12px {
    margin-right: -12px !important;
}

.mb-n12px,
.my-n12px {
    margin-bottom: -12px !important;
}

.ml-n12px,
.mx-n12px {
    margin-left: -12px !important;
}

.m-n13px {
    margin: -13px !important;
}

.mt-n13px,
.my-n13px {
    margin-top: -13px !important;
}

.mr-n13px,
.mx-n13px {
    margin-right: -13px !important;
}

.mb-n13px,
.my-n13px {
    margin-bottom: -13px !important;
}

.ml-n13px,
.mx-n13px {
    margin-left: -13px !important;
}

.m-n14px {
    margin: -14px !important;
}

.mt-n14px,
.my-n14px {
    margin-top: -14px !important;
}

.mr-n14px,
.mx-n14px {
    margin-right: -14px !important;
}

.mb-n14px,
.my-n14px {
    margin-bottom: -14px !important;
}

.ml-n14px,
.mx-n14px {
    margin-left: -14px !important;
}

.m-n15px {
    margin: -15px !important;
}

.mt-n15px,
.my-n15px {
    margin-top: -15px !important;
}

.mr-n15px,
.mx-n15px {
    margin-right: -15px !important;
}

.mb-n15px,
.my-n15px {
    margin-bottom: -15px !important;
}

.ml-n15px,
.mx-n15px {
    margin-left: -15px !important;
}

.m-n16px {
    margin: -16px !important;
}

.mt-n16px,
.my-n16px {
    margin-top: -16px !important;
}

.mr-n16px,
.mx-n16px {
    margin-right: -16px !important;
}

.mb-n16px,
.my-n16px {
    margin-bottom: -16px !important;
}

.ml-n16px,
.mx-n16px {
    margin-left: -16px !important;
}

.m-n20px {
    margin: -20px !important;
}

.mt-n20px,
.my-n20px {
    margin-top: -20px !important;
}

.mr-n20px,
.mx-n20px {
    margin-right: -20px !important;
}

.mb-n20px,
.my-n20px {
    margin-bottom: -20px !important;
}

.ml-n20px,
.mx-n20px {
    margin-left: -20px !important;
}

.m-n22px {
    margin: -22px !important;
}

.mt-n22px,
.my-n22px {
    margin-top: -22px !important;
}

.mr-n22px,
.mx-n22px {
    margin-right: -22px !important;
}

.mb-n22px,
.my-n22px {
    margin-bottom: -22px !important;
}

.ml-n22px,
.mx-n22px {
    margin-left: -22px !important;
}

.m-n24px {
    margin: -24px !important;
}

.mt-n24px,
.my-n24px {
    margin-top: -24px !important;
}

.mr-n24px,
.mx-n24px {
    margin-right: -24px !important;
}

.mb-n24px,
.my-n24px {
    margin-bottom: -24px !important;
}

.ml-n24px,
.mx-n24px {
    margin-left: -24px !important;
}

.m-n25px {
    margin: -25px !important;
}

.mt-n25px,
.my-n25px {
    margin-top: -25px !important;
}

.mr-n25px,
.mx-n25px {
    margin-right: -25px !important;
}

.mb-n25px,
.my-n25px {
    margin-bottom: -25px !important;
}

.ml-n25px,
.mx-n25px {
    margin-left: -25px !important;
}

.m-n28px {
    margin: -28px !important;
}

.mt-n28px,
.my-n28px {
    margin-top: -28px !important;
}

.mr-n28px,
.mx-n28px {
    margin-right: -28px !important;
}

.mb-n28px,
.my-n28px {
    margin-bottom: -28px !important;
}

.ml-n28px,
.mx-n28px {
    margin-left: -28px !important;
}

.m-n30px {
    margin: -30px !important;
}

.mt-n30px,
.my-n30px {
    margin-top: -30px !important;
}

.mr-n30px,
.mx-n30px {
    margin-right: -30px !important;
}

.mb-n30px,
.my-n30px {
    margin-bottom: -30px !important;
}

.ml-n30px,
.mx-n30px {
    margin-left: -30px !important;
}

.m-n32px {
    margin: -32px !important;
}

.mt-n32px,
.my-n32px {
    margin-top: -32px !important;
}

.mr-n32px,
.mx-n32px {
    margin-right: -32px !important;
}

.mb-n32px,
.my-n32px {
    margin-bottom: -32px !important;
}

.ml-n32px,
.mx-n32px {
    margin-left: -32px !important;
}

.m-n36px {
    margin: -36px !important;
}

.mt-n36px,
.my-n36px {
    margin-top: -36px !important;
}

.mr-n36px,
.mx-n36px {
    margin-right: -36px !important;
}

.mb-n36px,
.my-n36px {
    margin-bottom: -36px !important;
}

.ml-n36px,
.mx-n36px {
    margin-left: -36px !important;
}

.m-n40px {
    margin: -40px !important;
}

.mt-n40px,
.my-n40px {
    margin-top: -40px !important;
}

.mr-n40px,
.mx-n40px {
    margin-right: -40px !important;
}

.mb-n40px,
.my-n40px {
    margin-bottom: -40px !important;
}

.ml-n40px,
.mx-n40px {
    margin-left: -40px !important;
}

.m-n44px {
    margin: -44px !important;
}

.mt-n44px,
.my-n44px {
    margin-top: -44px !important;
}

.mr-n44px,
.mx-n44px {
    margin-right: -44px !important;
}

.mb-n44px,
.my-n44px {
    margin-bottom: -44px !important;
}

.ml-n44px,
.mx-n44px {
    margin-left: -44px !important;
}

.m-n48px {
    margin: -48px !important;
}

.mt-n48px,
.my-n48px {
    margin-top: -48px !important;
}

.mr-n48px,
.mx-n48px {
    margin-right: -48px !important;
}

.mb-n48px,
.my-n48px {
    margin-bottom: -48px !important;
}

.ml-n48px,
.mx-n48px {
    margin-left: -48px !important;
}

.m-n52px {
    margin: -52px !important;
}

.mt-n52px,
.my-n52px {
    margin-top: -52px !important;
}

.mr-n52px,
.mx-n52px {
    margin-right: -52px !important;
}

.mb-n52px,
.my-n52px {
    margin-bottom: -52px !important;
}

.ml-n52px,
.mx-n52px {
    margin-left: -52px !important;
}

.m-n56px {
    margin: -56px !important;
}

.mt-n56px,
.my-n56px {
    margin-top: -56px !important;
}

.mr-n56px,
.mx-n56px {
    margin-right: -56px !important;
}

.mb-n56px,
.my-n56px {
    margin-bottom: -56px !important;
}

.ml-n56px,
.mx-n56px {
    margin-left: -56px !important;
}

.m-n60px {
    margin: -60px !important;
}

.mt-n60px,
.my-n60px {
    margin-top: -60px !important;
}

.mr-n60px,
.mx-n60px {
    margin-right: -60px !important;
}

.mb-n60px,
.my-n60px {
    margin-bottom: -60px !important;
}

.ml-n60px,
.mx-n60px {
    margin-left: -60px !important;
}

.m-n68px {
    margin: -68px !important;
}

.mt-n68px,
.my-n68px {
    margin-top: -68px !important;
}

.mr-n68px,
.mx-n68px {
    margin-right: -68px !important;
}

.mb-n68px,
.my-n68px {
    margin-bottom: -68px !important;
}

.ml-n68px,
.mx-n68px {
    margin-left: -68px !important;
}

.m-n64px {
    margin: -64px !important;
}

.mt-n64px,
.my-n64px {
    margin-top: -64px !important;
}

.mr-n64px,
.mx-n64px {
    margin-right: -64px !important;
}

.mb-n64px,
.my-n64px {
    margin-bottom: -64px !important;
}

.ml-n64px,
.mx-n64px {
    margin-left: -64px !important;
}

.m-n72px {
    margin: -72px !important;
}

.mt-n72px,
.my-n72px {
    margin-top: -72px !important;
}

.mr-n72px,
.mx-n72px {
    margin-right: -72px !important;
}

.mb-n72px,
.my-n72px {
    margin-bottom: -72px !important;
}

.ml-n72px,
.mx-n72px {
    margin-left: -72px !important;
}

.m-n76px {
    margin: -76px !important;
}

.mt-n76px,
.my-n76px {
    margin-top: -76px !important;
}

.mr-n76px,
.mx-n76px {
    margin-right: -76px !important;
}

.mb-n76px,
.my-n76px {
    margin-bottom: -76px !important;
}

.ml-n76px,
.mx-n76px {
    margin-left: -76px !important;
}

.m-n80px {
    margin: -80px !important;
}

.mt-n80px,
.my-n80px {
    margin-top: -80px !important;
}

.mr-n80px,
.mx-n80px {
    margin-right: -80px !important;
}

.mb-n80px,
.my-n80px {
    margin-bottom: -80px !important;
}

.ml-n80px,
.mx-n80px {
    margin-left: -80px !important;
}

.m-n86px {
    margin: -86px !important;
}

.mt-n86px,
.my-n86px {
    margin-top: -86px !important;
}

.mr-n86px,
.mx-n86px {
    margin-right: -86px !important;
}

.mb-n86px,
.my-n86px {
    margin-bottom: -86px !important;
}

.ml-n86px,
.mx-n86px {
    margin-left: -86px !important;
}

.m-n100px {
    margin: -100px !important;
}

.mt-n100px,
.my-n100px {
    margin-top: -100px !important;
}

.mr-n100px,
.mx-n100px {
    margin-right: -100px !important;
}

.mb-n100px,
.my-n100px {
    margin-bottom: -100px !important;
}

.ml-n100px,
.mx-n100px {
    margin-left: -100px !important;
}

.m-n127px {
    margin: -127px !important;
}

.mt-n127px,
.my-n127px {
    margin-top: -127px !important;
}

.mr-n127px,
.mx-n127px {
    margin-right: -127px !important;
}

.mb-n127px,
.my-n127px {
    margin-bottom: -127px !important;
}

.ml-n127px,
.mx-n127px {
    margin-left: -127px !important;
}

.m-n129px {
    margin: -129px !important;
}

.mt-n129px,
.my-n129px {
    margin-top: -129px !important;
}

.mr-n129px,
.mx-n129px {
    margin-right: -129px !important;
}

.mb-n129px,
.my-n129px {
    margin-bottom: -129px !important;
}

.ml-n129px,
.mx-n129px {
    margin-left: -129px !important;
}

.m-n133px {
    margin: -133px !important;
}

.mt-n133px,
.my-n133px {
    margin-top: -133px !important;
}

.mr-n133px,
.mx-n133px {
    margin-right: -133px !important;
}

.mb-n133px,
.my-n133px {
    margin-bottom: -133px !important;
}

.ml-n133px,
.mx-n133px {
    margin-left: -133px !important;
}

.m-n148px {
    margin: -148px !important;
}

.mt-n148px,
.my-n148px {
    margin-top: -148px !important;
}

.mr-n148px,
.mx-n148px {
    margin-right: -148px !important;
}

.mb-n148px,
.my-n148px {
    margin-bottom: -148px !important;
}

.ml-n148px,
.mx-n148px {
    margin-left: -148px !important;
}

.m-n180px {
    margin: -180px !important;
}

.mt-n180px,
.my-n180px {
    margin-top: -180px !important;
}

.mr-n180px,
.mx-n180px {
    margin-right: -180px !important;
}

.mb-n180px,
.my-n180px {
    margin-bottom: -180px !important;
}

.ml-n180px,
.mx-n180px {
    margin-left: -180px !important;
}

.m-n210px {
    margin: -210px !important;
}

.mt-n210px,
.my-n210px {
    margin-top: -210px !important;
}

.mr-n210px,
.mx-n210px {
    margin-right: -210px !important;
}

.mb-n210px,
.my-n210px {
    margin-bottom: -210px !important;
}

.ml-n210px,
.mx-n210px {
    margin-left: -210px !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .m-sm-1px {
        margin: 1px !important;
    }
    .mt-sm-1px,
    .my-sm-1px {
        margin-top: 1px !important;
    }
    .mr-sm-1px,
    .mx-sm-1px {
        margin-right: 1px !important;
    }
    .mb-sm-1px,
    .my-sm-1px {
        margin-bottom: 1px !important;
    }
    .ml-sm-1px,
    .mx-sm-1px {
        margin-left: 1px !important;
    }
    .m-sm-2px {
        margin: 2px !important;
    }
    .mt-sm-2px,
    .my-sm-2px {
        margin-top: 2px !important;
    }
    .mr-sm-2px,
    .mx-sm-2px {
        margin-right: 2px !important;
    }
    .mb-sm-2px,
    .my-sm-2px {
        margin-bottom: 2px !important;
    }
    .ml-sm-2px,
    .mx-sm-2px {
        margin-left: 2px !important;
    }
    .m-sm-3px {
        margin: 3px !important;
    }
    .mt-sm-3px,
    .my-sm-3px {
        margin-top: 3px !important;
    }
    .mr-sm-3px,
    .mx-sm-3px {
        margin-right: 3px !important;
    }
    .mb-sm-3px,
    .my-sm-3px {
        margin-bottom: 3px !important;
    }
    .ml-sm-3px,
    .mx-sm-3px {
        margin-left: 3px !important;
    }
    .m-sm-4px {
        margin: 4px !important;
    }
    .mt-sm-4px,
    .my-sm-4px {
        margin-top: 4px !important;
    }
    .mr-sm-4px,
    .mx-sm-4px {
        margin-right: 4px !important;
    }
    .mb-sm-4px,
    .my-sm-4px {
        margin-bottom: 4px !important;
    }
    .ml-sm-4px,
    .mx-sm-4px {
        margin-left: 4px !important;
    }
    .m-sm-5px {
        margin: 5px !important;
    }
    .mt-sm-5px,
    .my-sm-5px {
        margin-top: 5px !important;
    }
    .mr-sm-5px,
    .mx-sm-5px {
        margin-right: 5px !important;
    }
    .mb-sm-5px,
    .my-sm-5px {
        margin-bottom: 5px !important;
    }
    .ml-sm-5px,
    .mx-sm-5px {
        margin-left: 5px !important;
    }
    .m-sm-6px {
        margin: 6px !important;
    }
    .mt-sm-6px,
    .my-sm-6px {
        margin-top: 6px !important;
    }
    .mr-sm-6px,
    .mx-sm-6px {
        margin-right: 6px !important;
    }
    .mb-sm-6px,
    .my-sm-6px {
        margin-bottom: 6px !important;
    }
    .ml-sm-6px,
    .mx-sm-6px {
        margin-left: 6px !important;
    }
    .m-sm-8px {
        margin: 8px !important;
    }
    .mt-sm-8px,
    .my-sm-8px {
        margin-top: 8px !important;
    }
    .mr-sm-8px,
    .mx-sm-8px {
        margin-right: 8px !important;
    }
    .mb-sm-8px,
    .my-sm-8px {
        margin-bottom: 8px !important;
    }
    .ml-sm-8px,
    .mx-sm-8px {
        margin-left: 8px !important;
    }
    .m-sm-10px {
        margin: 10px !important;
    }
    .mt-sm-10px,
    .my-sm-10px {
        margin-top: 10px !important;
    }
    .mr-sm-10px,
    .mx-sm-10px {
        margin-right: 10px !important;
    }
    .mb-sm-10px,
    .my-sm-10px {
        margin-bottom: 10px !important;
    }
    .ml-sm-10px,
    .mx-sm-10px {
        margin-left: 10px !important;
    }
    .m-sm-12px {
        margin: 12px !important;
    }
    .mt-sm-12px,
    .my-sm-12px {
        margin-top: 12px !important;
    }
    .mr-sm-12px,
    .mx-sm-12px {
        margin-right: 12px !important;
    }
    .mb-sm-12px,
    .my-sm-12px {
        margin-bottom: 12px !important;
    }
    .ml-sm-12px,
    .mx-sm-12px {
        margin-left: 12px !important;
    }
    .m-sm-13px {
        margin: 13px !important;
    }
    .mt-sm-13px,
    .my-sm-13px {
        margin-top: 13px !important;
    }
    .mr-sm-13px,
    .mx-sm-13px {
        margin-right: 13px !important;
    }
    .mb-sm-13px,
    .my-sm-13px {
        margin-bottom: 13px !important;
    }
    .ml-sm-13px,
    .mx-sm-13px {
        margin-left: 13px !important;
    }
    .m-sm-14px {
        margin: 14px !important;
    }
    .mt-sm-14px,
    .my-sm-14px {
        margin-top: 14px !important;
    }
    .mr-sm-14px,
    .mx-sm-14px {
        margin-right: 14px !important;
    }
    .mb-sm-14px,
    .my-sm-14px {
        margin-bottom: 14px !important;
    }
    .ml-sm-14px,
    .mx-sm-14px {
        margin-left: 14px !important;
    }
    .m-sm-15px {
        margin: 15px !important;
    }
    .mt-sm-15px,
    .my-sm-15px {
        margin-top: 15px !important;
    }
    .mr-sm-15px,
    .mx-sm-15px {
        margin-right: 15px !important;
    }
    .mb-sm-15px,
    .my-sm-15px {
        margin-bottom: 15px !important;
    }
    .ml-sm-15px,
    .mx-sm-15px {
        margin-left: 15px !important;
    }
    .m-sm-16px {
        margin: 16px !important;
    }
    .mt-sm-16px,
    .my-sm-16px {
        margin-top: 16px !important;
    }
    .mr-sm-16px,
    .mx-sm-16px {
        margin-right: 16px !important;
    }
    .mb-sm-16px,
    .my-sm-16px {
        margin-bottom: 16px !important;
    }
    .ml-sm-16px,
    .mx-sm-16px {
        margin-left: 16px !important;
    }
    .m-sm-20px {
        margin: 20px !important;
    }
    .mt-sm-20px,
    .my-sm-20px {
        margin-top: 20px !important;
    }
    .mr-sm-20px,
    .mx-sm-20px {
        margin-right: 20px !important;
    }
    .mb-sm-20px,
    .my-sm-20px {
        margin-bottom: 20px !important;
    }
    .ml-sm-20px,
    .mx-sm-20px {
        margin-left: 20px !important;
    }
    .m-sm-22px {
        margin: 22px !important;
    }
    .mt-sm-22px,
    .my-sm-22px {
        margin-top: 22px !important;
    }
    .mr-sm-22px,
    .mx-sm-22px {
        margin-right: 22px !important;
    }
    .mb-sm-22px,
    .my-sm-22px {
        margin-bottom: 22px !important;
    }
    .ml-sm-22px,
    .mx-sm-22px {
        margin-left: 22px !important;
    }
    .m-sm-24px {
        margin: 24px !important;
    }
    .mt-sm-24px,
    .my-sm-24px {
        margin-top: 24px !important;
    }
    .mr-sm-24px,
    .mx-sm-24px {
        margin-right: 24px !important;
    }
    .mb-sm-24px,
    .my-sm-24px {
        margin-bottom: 24px !important;
    }
    .ml-sm-24px,
    .mx-sm-24px {
        margin-left: 24px !important;
    }
    .m-sm-25px {
        margin: 25px !important;
    }
    .mt-sm-25px,
    .my-sm-25px {
        margin-top: 25px !important;
    }
    .mr-sm-25px,
    .mx-sm-25px {
        margin-right: 25px !important;
    }
    .mb-sm-25px,
    .my-sm-25px {
        margin-bottom: 25px !important;
    }
    .ml-sm-25px,
    .mx-sm-25px {
        margin-left: 25px !important;
    }
    .m-sm-28px {
        margin: 28px !important;
    }
    .mt-sm-28px,
    .my-sm-28px {
        margin-top: 28px !important;
    }
    .mr-sm-28px,
    .mx-sm-28px {
        margin-right: 28px !important;
    }
    .mb-sm-28px,
    .my-sm-28px {
        margin-bottom: 28px !important;
    }
    .ml-sm-28px,
    .mx-sm-28px {
        margin-left: 28px !important;
    }
    .m-sm-30px {
        margin: 30px !important;
    }
    .mt-sm-30px,
    .my-sm-30px {
        margin-top: 30px !important;
    }
    .mr-sm-30px,
    .mx-sm-30px {
        margin-right: 30px !important;
    }
    .mb-sm-30px,
    .my-sm-30px {
        margin-bottom: 30px !important;
    }
    .ml-sm-30px,
    .mx-sm-30px {
        margin-left: 30px !important;
    }
    .m-sm-32px {
        margin: 32px !important;
    }
    .mt-sm-32px,
    .my-sm-32px {
        margin-top: 32px !important;
    }
    .mr-sm-32px,
    .mx-sm-32px {
        margin-right: 32px !important;
    }
    .mb-sm-32px,
    .my-sm-32px {
        margin-bottom: 32px !important;
    }
    .ml-sm-32px,
    .mx-sm-32px {
        margin-left: 32px !important;
    }
    .m-sm-36px {
        margin: 36px !important;
    }
    .mt-sm-36px,
    .my-sm-36px {
        margin-top: 36px !important;
    }
    .mr-sm-36px,
    .mx-sm-36px {
        margin-right: 36px !important;
    }
    .mb-sm-36px,
    .my-sm-36px {
        margin-bottom: 36px !important;
    }
    .ml-sm-36px,
    .mx-sm-36px {
        margin-left: 36px !important;
    }
    .m-sm-40px {
        margin: 40px !important;
    }
    .mt-sm-40px,
    .my-sm-40px {
        margin-top: 40px !important;
    }
    .mr-sm-40px,
    .mx-sm-40px {
        margin-right: 40px !important;
    }
    .mb-sm-40px,
    .my-sm-40px {
        margin-bottom: 40px !important;
    }
    .ml-sm-40px,
    .mx-sm-40px {
        margin-left: 40px !important;
    }
    .m-sm-44px {
        margin: 44px !important;
    }
    .mt-sm-44px,
    .my-sm-44px {
        margin-top: 44px !important;
    }
    .mr-sm-44px,
    .mx-sm-44px {
        margin-right: 44px !important;
    }
    .mb-sm-44px,
    .my-sm-44px {
        margin-bottom: 44px !important;
    }
    .ml-sm-44px,
    .mx-sm-44px {
        margin-left: 44px !important;
    }
    .m-sm-48px {
        margin: 48px !important;
    }
    .mt-sm-48px,
    .my-sm-48px {
        margin-top: 48px !important;
    }
    .mr-sm-48px,
    .mx-sm-48px {
        margin-right: 48px !important;
    }
    .mb-sm-48px,
    .my-sm-48px {
        margin-bottom: 48px !important;
    }
    .ml-sm-48px,
    .mx-sm-48px {
        margin-left: 48px !important;
    }
    .m-sm-52px {
        margin: 52px !important;
    }
    .mt-sm-52px,
    .my-sm-52px {
        margin-top: 52px !important;
    }
    .mr-sm-52px,
    .mx-sm-52px {
        margin-right: 52px !important;
    }
    .mb-sm-52px,
    .my-sm-52px {
        margin-bottom: 52px !important;
    }
    .ml-sm-52px,
    .mx-sm-52px {
        margin-left: 52px !important;
    }
    .m-sm-56px {
        margin: 56px !important;
    }
    .mt-sm-56px,
    .my-sm-56px {
        margin-top: 56px !important;
    }
    .mr-sm-56px,
    .mx-sm-56px {
        margin-right: 56px !important;
    }
    .mb-sm-56px,
    .my-sm-56px {
        margin-bottom: 56px !important;
    }
    .ml-sm-56px,
    .mx-sm-56px {
        margin-left: 56px !important;
    }
    .m-sm-60px {
        margin: 60px !important;
    }
    .mt-sm-60px,
    .my-sm-60px {
        margin-top: 60px !important;
    }
    .mr-sm-60px,
    .mx-sm-60px {
        margin-right: 60px !important;
    }
    .mb-sm-60px,
    .my-sm-60px {
        margin-bottom: 60px !important;
    }
    .ml-sm-60px,
    .mx-sm-60px {
        margin-left: 60px !important;
    }
    .m-sm-68px {
        margin: 68px !important;
    }
    .mt-sm-68px,
    .my-sm-68px {
        margin-top: 68px !important;
    }
    .mr-sm-68px,
    .mx-sm-68px {
        margin-right: 68px !important;
    }
    .mb-sm-68px,
    .my-sm-68px {
        margin-bottom: 68px !important;
    }
    .ml-sm-68px,
    .mx-sm-68px {
        margin-left: 68px !important;
    }
    .m-sm-64px {
        margin: 64px !important;
    }
    .mt-sm-64px,
    .my-sm-64px {
        margin-top: 64px !important;
    }
    .mr-sm-64px,
    .mx-sm-64px {
        margin-right: 64px !important;
    }
    .mb-sm-64px,
    .my-sm-64px {
        margin-bottom: 64px !important;
    }
    .ml-sm-64px,
    .mx-sm-64px {
        margin-left: 64px !important;
    }
    .m-sm-72px {
        margin: 72px !important;
    }
    .mt-sm-72px,
    .my-sm-72px {
        margin-top: 72px !important;
    }
    .mr-sm-72px,
    .mx-sm-72px {
        margin-right: 72px !important;
    }
    .mb-sm-72px,
    .my-sm-72px {
        margin-bottom: 72px !important;
    }
    .ml-sm-72px,
    .mx-sm-72px {
        margin-left: 72px !important;
    }
    .m-sm-76px {
        margin: 76px !important;
    }
    .mt-sm-76px,
    .my-sm-76px {
        margin-top: 76px !important;
    }
    .mr-sm-76px,
    .mx-sm-76px {
        margin-right: 76px !important;
    }
    .mb-sm-76px,
    .my-sm-76px {
        margin-bottom: 76px !important;
    }
    .ml-sm-76px,
    .mx-sm-76px {
        margin-left: 76px !important;
    }
    .m-sm-80px {
        margin: 80px !important;
    }
    .mt-sm-80px,
    .my-sm-80px {
        margin-top: 80px !important;
    }
    .mr-sm-80px,
    .mx-sm-80px {
        margin-right: 80px !important;
    }
    .mb-sm-80px,
    .my-sm-80px {
        margin-bottom: 80px !important;
    }
    .ml-sm-80px,
    .mx-sm-80px {
        margin-left: 80px !important;
    }
    .m-sm-86px {
        margin: 86px !important;
    }
    .mt-sm-86px,
    .my-sm-86px {
        margin-top: 86px !important;
    }
    .mr-sm-86px,
    .mx-sm-86px {
        margin-right: 86px !important;
    }
    .mb-sm-86px,
    .my-sm-86px {
        margin-bottom: 86px !important;
    }
    .ml-sm-86px,
    .mx-sm-86px {
        margin-left: 86px !important;
    }
    .m-sm-100px {
        margin: 100px !important;
    }
    .mt-sm-100px,
    .my-sm-100px {
        margin-top: 100px !important;
    }
    .mr-sm-100px,
    .mx-sm-100px {
        margin-right: 100px !important;
    }
    .mb-sm-100px,
    .my-sm-100px {
        margin-bottom: 100px !important;
    }
    .ml-sm-100px,
    .mx-sm-100px {
        margin-left: 100px !important;
    }
    .m-sm-127px {
        margin: 127px !important;
    }
    .mt-sm-127px,
    .my-sm-127px {
        margin-top: 127px !important;
    }
    .mr-sm-127px,
    .mx-sm-127px {
        margin-right: 127px !important;
    }
    .mb-sm-127px,
    .my-sm-127px {
        margin-bottom: 127px !important;
    }
    .ml-sm-127px,
    .mx-sm-127px {
        margin-left: 127px !important;
    }
    .m-sm-129px {
        margin: 129px !important;
    }
    .mt-sm-129px,
    .my-sm-129px {
        margin-top: 129px !important;
    }
    .mr-sm-129px,
    .mx-sm-129px {
        margin-right: 129px !important;
    }
    .mb-sm-129px,
    .my-sm-129px {
        margin-bottom: 129px !important;
    }
    .ml-sm-129px,
    .mx-sm-129px {
        margin-left: 129px !important;
    }
    .m-sm-133px {
        margin: 133px !important;
    }
    .mt-sm-133px,
    .my-sm-133px {
        margin-top: 133px !important;
    }
    .mr-sm-133px,
    .mx-sm-133px {
        margin-right: 133px !important;
    }
    .mb-sm-133px,
    .my-sm-133px {
        margin-bottom: 133px !important;
    }
    .ml-sm-133px,
    .mx-sm-133px {
        margin-left: 133px !important;
    }
    .m-sm-148px {
        margin: 148px !important;
    }
    .mt-sm-148px,
    .my-sm-148px {
        margin-top: 148px !important;
    }
    .mr-sm-148px,
    .mx-sm-148px {
        margin-right: 148px !important;
    }
    .mb-sm-148px,
    .my-sm-148px {
        margin-bottom: 148px !important;
    }
    .ml-sm-148px,
    .mx-sm-148px {
        margin-left: 148px !important;
    }
    .m-sm-180px {
        margin: 180px !important;
    }
    .mt-sm-180px,
    .my-sm-180px {
        margin-top: 180px !important;
    }
    .mr-sm-180px,
    .mx-sm-180px {
        margin-right: 180px !important;
    }
    .mb-sm-180px,
    .my-sm-180px {
        margin-bottom: 180px !important;
    }
    .ml-sm-180px,
    .mx-sm-180px {
        margin-left: 180px !important;
    }
    .m-sm-210px {
        margin: 210px !important;
    }
    .mt-sm-210px,
    .my-sm-210px {
        margin-top: 210px !important;
    }
    .mr-sm-210px,
    .mx-sm-210px {
        margin-right: 210px !important;
    }
    .mb-sm-210px,
    .my-sm-210px {
        margin-bottom: 210px !important;
    }
    .ml-sm-210px,
    .mx-sm-210px {
        margin-left: 210px !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .p-sm-1px {
        padding: 1px !important;
    }
    .pt-sm-1px,
    .py-sm-1px {
        padding-top: 1px !important;
    }
    .pr-sm-1px,
    .px-sm-1px {
        padding-right: 1px !important;
    }
    .pb-sm-1px,
    .py-sm-1px {
        padding-bottom: 1px !important;
    }
    .pl-sm-1px,
    .px-sm-1px {
        padding-left: 1px !important;
    }
    .p-sm-2px {
        padding: 2px !important;
    }
    .pt-sm-2px,
    .py-sm-2px {
        padding-top: 2px !important;
    }
    .pr-sm-2px,
    .px-sm-2px {
        padding-right: 2px !important;
    }
    .pb-sm-2px,
    .py-sm-2px {
        padding-bottom: 2px !important;
    }
    .pl-sm-2px,
    .px-sm-2px {
        padding-left: 2px !important;
    }
    .p-sm-3px {
        padding: 3px !important;
    }
    .pt-sm-3px,
    .py-sm-3px {
        padding-top: 3px !important;
    }
    .pr-sm-3px,
    .px-sm-3px {
        padding-right: 3px !important;
    }
    .pb-sm-3px,
    .py-sm-3px {
        padding-bottom: 3px !important;
    }
    .pl-sm-3px,
    .px-sm-3px {
        padding-left: 3px !important;
    }
    .p-sm-4px {
        padding: 4px !important;
    }
    .pt-sm-4px,
    .py-sm-4px {
        padding-top: 4px !important;
    }
    .pr-sm-4px,
    .px-sm-4px {
        padding-right: 4px !important;
    }
    .pb-sm-4px,
    .py-sm-4px {
        padding-bottom: 4px !important;
    }
    .pl-sm-4px,
    .px-sm-4px {
        padding-left: 4px !important;
    }
    .p-sm-5px {
        padding: 5px !important;
    }
    .pt-sm-5px,
    .py-sm-5px {
        padding-top: 5px !important;
    }
    .pr-sm-5px,
    .px-sm-5px {
        padding-right: 5px !important;
    }
    .pb-sm-5px,
    .py-sm-5px {
        padding-bottom: 5px !important;
    }
    .pl-sm-5px,
    .px-sm-5px {
        padding-left: 5px !important;
    }
    .p-sm-6px {
        padding: 6px !important;
    }
    .pt-sm-6px,
    .py-sm-6px {
        padding-top: 6px !important;
    }
    .pr-sm-6px,
    .px-sm-6px {
        padding-right: 6px !important;
    }
    .pb-sm-6px,
    .py-sm-6px {
        padding-bottom: 6px !important;
    }
    .pl-sm-6px,
    .px-sm-6px {
        padding-left: 6px !important;
    }
    .p-sm-8px {
        padding: 8px !important;
    }
    .pt-sm-8px,
    .py-sm-8px {
        padding-top: 8px !important;
    }
    .pr-sm-8px,
    .px-sm-8px {
        padding-right: 8px !important;
    }
    .pb-sm-8px,
    .py-sm-8px {
        padding-bottom: 8px !important;
    }
    .pl-sm-8px,
    .px-sm-8px {
        padding-left: 8px !important;
    }
    .p-sm-10px {
        padding: 10px !important;
    }
    .pt-sm-10px,
    .py-sm-10px {
        padding-top: 10px !important;
    }
    .pr-sm-10px,
    .px-sm-10px {
        padding-right: 10px !important;
    }
    .pb-sm-10px,
    .py-sm-10px {
        padding-bottom: 10px !important;
    }
    .pl-sm-10px,
    .px-sm-10px {
        padding-left: 10px !important;
    }
    .p-sm-12px {
        padding: 12px !important;
    }
    .pt-sm-12px,
    .py-sm-12px {
        padding-top: 12px !important;
    }
    .pr-sm-12px,
    .px-sm-12px {
        padding-right: 12px !important;
    }
    .pb-sm-12px,
    .py-sm-12px {
        padding-bottom: 12px !important;
    }
    .pl-sm-12px,
    .px-sm-12px {
        padding-left: 12px !important;
    }
    .p-sm-13px {
        padding: 13px !important;
    }
    .pt-sm-13px,
    .py-sm-13px {
        padding-top: 13px !important;
    }
    .pr-sm-13px,
    .px-sm-13px {
        padding-right: 13px !important;
    }
    .pb-sm-13px,
    .py-sm-13px {
        padding-bottom: 13px !important;
    }
    .pl-sm-13px,
    .px-sm-13px {
        padding-left: 13px !important;
    }
    .p-sm-14px {
        padding: 14px !important;
    }
    .pt-sm-14px,
    .py-sm-14px {
        padding-top: 14px !important;
    }
    .pr-sm-14px,
    .px-sm-14px {
        padding-right: 14px !important;
    }
    .pb-sm-14px,
    .py-sm-14px {
        padding-bottom: 14px !important;
    }
    .pl-sm-14px,
    .px-sm-14px {
        padding-left: 14px !important;
    }
    .p-sm-15px {
        padding: 15px !important;
    }
    .pt-sm-15px,
    .py-sm-15px {
        padding-top: 15px !important;
    }
    .pr-sm-15px,
    .px-sm-15px {
        padding-right: 15px !important;
    }
    .pb-sm-15px,
    .py-sm-15px {
        padding-bottom: 15px !important;
    }
    .pl-sm-15px,
    .px-sm-15px {
        padding-left: 15px !important;
    }
    .p-sm-16px {
        padding: 16px !important;
    }
    .pt-sm-16px,
    .py-sm-16px {
        padding-top: 16px !important;
    }
    .pr-sm-16px,
    .px-sm-16px {
        padding-right: 16px !important;
    }
    .pb-sm-16px,
    .py-sm-16px {
        padding-bottom: 16px !important;
    }
    .pl-sm-16px,
    .px-sm-16px {
        padding-left: 16px !important;
    }
    .p-sm-20px {
        padding: 20px !important;
    }
    .pt-sm-20px,
    .py-sm-20px {
        padding-top: 20px !important;
    }
    .pr-sm-20px,
    .px-sm-20px {
        padding-right: 20px !important;
    }
    .pb-sm-20px,
    .py-sm-20px {
        padding-bottom: 20px !important;
    }
    .pl-sm-20px,
    .px-sm-20px {
        padding-left: 20px !important;
    }
    .p-sm-22px {
        padding: 22px !important;
    }
    .pt-sm-22px,
    .py-sm-22px {
        padding-top: 22px !important;
    }
    .pr-sm-22px,
    .px-sm-22px {
        padding-right: 22px !important;
    }
    .pb-sm-22px,
    .py-sm-22px {
        padding-bottom: 22px !important;
    }
    .pl-sm-22px,
    .px-sm-22px {
        padding-left: 22px !important;
    }
    .p-sm-24px {
        padding: 24px !important;
    }
    .pt-sm-24px,
    .py-sm-24px {
        padding-top: 24px !important;
    }
    .pr-sm-24px,
    .px-sm-24px {
        padding-right: 24px !important;
    }
    .pb-sm-24px,
    .py-sm-24px {
        padding-bottom: 24px !important;
    }
    .pl-sm-24px,
    .px-sm-24px {
        padding-left: 24px !important;
    }
    .p-sm-25px {
        padding: 25px !important;
    }
    .pt-sm-25px,
    .py-sm-25px {
        padding-top: 25px !important;
    }
    .pr-sm-25px,
    .px-sm-25px {
        padding-right: 25px !important;
    }
    .pb-sm-25px,
    .py-sm-25px {
        padding-bottom: 25px !important;
    }
    .pl-sm-25px,
    .px-sm-25px {
        padding-left: 25px !important;
    }
    .p-sm-28px {
        padding: 28px !important;
    }
    .pt-sm-28px,
    .py-sm-28px {
        padding-top: 28px !important;
    }
    .pr-sm-28px,
    .px-sm-28px {
        padding-right: 28px !important;
    }
    .pb-sm-28px,
    .py-sm-28px {
        padding-bottom: 28px !important;
    }
    .pl-sm-28px,
    .px-sm-28px {
        padding-left: 28px !important;
    }
    .p-sm-30px {
        padding: 30px !important;
    }
    .pt-sm-30px,
    .py-sm-30px {
        padding-top: 30px !important;
    }
    .pr-sm-30px,
    .px-sm-30px {
        padding-right: 30px !important;
    }
    .pb-sm-30px,
    .py-sm-30px {
        padding-bottom: 30px !important;
    }
    .pl-sm-30px,
    .px-sm-30px {
        padding-left: 30px !important;
    }
    .p-sm-32px {
        padding: 32px !important;
    }
    .pt-sm-32px,
    .py-sm-32px {
        padding-top: 32px !important;
    }
    .pr-sm-32px,
    .px-sm-32px {
        padding-right: 32px !important;
    }
    .pb-sm-32px,
    .py-sm-32px {
        padding-bottom: 32px !important;
    }
    .pl-sm-32px,
    .px-sm-32px {
        padding-left: 32px !important;
    }
    .p-sm-36px {
        padding: 36px !important;
    }
    .pt-sm-36px,
    .py-sm-36px {
        padding-top: 36px !important;
    }
    .pr-sm-36px,
    .px-sm-36px {
        padding-right: 36px !important;
    }
    .pb-sm-36px,
    .py-sm-36px {
        padding-bottom: 36px !important;
    }
    .pl-sm-36px,
    .px-sm-36px {
        padding-left: 36px !important;
    }
    .p-sm-40px {
        padding: 40px !important;
    }
    .pt-sm-40px,
    .py-sm-40px {
        padding-top: 40px !important;
    }
    .pr-sm-40px,
    .px-sm-40px {
        padding-right: 40px !important;
    }
    .pb-sm-40px,
    .py-sm-40px {
        padding-bottom: 40px !important;
    }
    .pl-sm-40px,
    .px-sm-40px {
        padding-left: 40px !important;
    }
    .p-sm-44px {
        padding: 44px !important;
    }
    .pt-sm-44px,
    .py-sm-44px {
        padding-top: 44px !important;
    }
    .pr-sm-44px,
    .px-sm-44px {
        padding-right: 44px !important;
    }
    .pb-sm-44px,
    .py-sm-44px {
        padding-bottom: 44px !important;
    }
    .pl-sm-44px,
    .px-sm-44px {
        padding-left: 44px !important;
    }
    .p-sm-48px {
        padding: 48px !important;
    }
    .pt-sm-48px,
    .py-sm-48px {
        padding-top: 48px !important;
    }
    .pr-sm-48px,
    .px-sm-48px {
        padding-right: 48px !important;
    }
    .pb-sm-48px,
    .py-sm-48px {
        padding-bottom: 48px !important;
    }
    .pl-sm-48px,
    .px-sm-48px {
        padding-left: 48px !important;
    }
    .p-sm-52px {
        padding: 52px !important;
    }
    .pt-sm-52px,
    .py-sm-52px {
        padding-top: 52px !important;
    }
    .pr-sm-52px,
    .px-sm-52px {
        padding-right: 52px !important;
    }
    .pb-sm-52px,
    .py-sm-52px {
        padding-bottom: 52px !important;
    }
    .pl-sm-52px,
    .px-sm-52px {
        padding-left: 52px !important;
    }
    .p-sm-56px {
        padding: 56px !important;
    }
    .pt-sm-56px,
    .py-sm-56px {
        padding-top: 56px !important;
    }
    .pr-sm-56px,
    .px-sm-56px {
        padding-right: 56px !important;
    }
    .pb-sm-56px,
    .py-sm-56px {
        padding-bottom: 56px !important;
    }
    .pl-sm-56px,
    .px-sm-56px {
        padding-left: 56px !important;
    }
    .p-sm-60px {
        padding: 60px !important;
    }
    .pt-sm-60px,
    .py-sm-60px {
        padding-top: 60px !important;
    }
    .pr-sm-60px,
    .px-sm-60px {
        padding-right: 60px !important;
    }
    .pb-sm-60px,
    .py-sm-60px {
        padding-bottom: 60px !important;
    }
    .pl-sm-60px,
    .px-sm-60px {
        padding-left: 60px !important;
    }
    .p-sm-68px {
        padding: 68px !important;
    }
    .pt-sm-68px,
    .py-sm-68px {
        padding-top: 68px !important;
    }
    .pr-sm-68px,
    .px-sm-68px {
        padding-right: 68px !important;
    }
    .pb-sm-68px,
    .py-sm-68px {
        padding-bottom: 68px !important;
    }
    .pl-sm-68px,
    .px-sm-68px {
        padding-left: 68px !important;
    }
    .p-sm-64px {
        padding: 64px !important;
    }
    .pt-sm-64px,
    .py-sm-64px {
        padding-top: 64px !important;
    }
    .pr-sm-64px,
    .px-sm-64px {
        padding-right: 64px !important;
    }
    .pb-sm-64px,
    .py-sm-64px {
        padding-bottom: 64px !important;
    }
    .pl-sm-64px,
    .px-sm-64px {
        padding-left: 64px !important;
    }
    .p-sm-72px {
        padding: 72px !important;
    }
    .pt-sm-72px,
    .py-sm-72px {
        padding-top: 72px !important;
    }
    .pr-sm-72px,
    .px-sm-72px {
        padding-right: 72px !important;
    }
    .pb-sm-72px,
    .py-sm-72px {
        padding-bottom: 72px !important;
    }
    .pl-sm-72px,
    .px-sm-72px {
        padding-left: 72px !important;
    }
    .p-sm-76px {
        padding: 76px !important;
    }
    .pt-sm-76px,
    .py-sm-76px {
        padding-top: 76px !important;
    }
    .pr-sm-76px,
    .px-sm-76px {
        padding-right: 76px !important;
    }
    .pb-sm-76px,
    .py-sm-76px {
        padding-bottom: 76px !important;
    }
    .pl-sm-76px,
    .px-sm-76px {
        padding-left: 76px !important;
    }
    .p-sm-80px {
        padding: 80px !important;
    }
    .pt-sm-80px,
    .py-sm-80px {
        padding-top: 80px !important;
    }
    .pr-sm-80px,
    .px-sm-80px {
        padding-right: 80px !important;
    }
    .pb-sm-80px,
    .py-sm-80px {
        padding-bottom: 80px !important;
    }
    .pl-sm-80px,
    .px-sm-80px {
        padding-left: 80px !important;
    }
    .p-sm-86px {
        padding: 86px !important;
    }
    .pt-sm-86px,
    .py-sm-86px {
        padding-top: 86px !important;
    }
    .pr-sm-86px,
    .px-sm-86px {
        padding-right: 86px !important;
    }
    .pb-sm-86px,
    .py-sm-86px {
        padding-bottom: 86px !important;
    }
    .pl-sm-86px,
    .px-sm-86px {
        padding-left: 86px !important;
    }
    .p-sm-100px {
        padding: 100px !important;
    }
    .pt-sm-100px,
    .py-sm-100px {
        padding-top: 100px !important;
    }
    .pr-sm-100px,
    .px-sm-100px {
        padding-right: 100px !important;
    }
    .pb-sm-100px,
    .py-sm-100px {
        padding-bottom: 100px !important;
    }
    .pl-sm-100px,
    .px-sm-100px {
        padding-left: 100px !important;
    }
    .p-sm-127px {
        padding: 127px !important;
    }
    .pt-sm-127px,
    .py-sm-127px {
        padding-top: 127px !important;
    }
    .pr-sm-127px,
    .px-sm-127px {
        padding-right: 127px !important;
    }
    .pb-sm-127px,
    .py-sm-127px {
        padding-bottom: 127px !important;
    }
    .pl-sm-127px,
    .px-sm-127px {
        padding-left: 127px !important;
    }
    .p-sm-129px {
        padding: 129px !important;
    }
    .pt-sm-129px,
    .py-sm-129px {
        padding-top: 129px !important;
    }
    .pr-sm-129px,
    .px-sm-129px {
        padding-right: 129px !important;
    }
    .pb-sm-129px,
    .py-sm-129px {
        padding-bottom: 129px !important;
    }
    .pl-sm-129px,
    .px-sm-129px {
        padding-left: 129px !important;
    }
    .p-sm-133px {
        padding: 133px !important;
    }
    .pt-sm-133px,
    .py-sm-133px {
        padding-top: 133px !important;
    }
    .pr-sm-133px,
    .px-sm-133px {
        padding-right: 133px !important;
    }
    .pb-sm-133px,
    .py-sm-133px {
        padding-bottom: 133px !important;
    }
    .pl-sm-133px,
    .px-sm-133px {
        padding-left: 133px !important;
    }
    .p-sm-148px {
        padding: 148px !important;
    }
    .pt-sm-148px,
    .py-sm-148px {
        padding-top: 148px !important;
    }
    .pr-sm-148px,
    .px-sm-148px {
        padding-right: 148px !important;
    }
    .pb-sm-148px,
    .py-sm-148px {
        padding-bottom: 148px !important;
    }
    .pl-sm-148px,
    .px-sm-148px {
        padding-left: 148px !important;
    }
    .p-sm-180px {
        padding: 180px !important;
    }
    .pt-sm-180px,
    .py-sm-180px {
        padding-top: 180px !important;
    }
    .pr-sm-180px,
    .px-sm-180px {
        padding-right: 180px !important;
    }
    .pb-sm-180px,
    .py-sm-180px {
        padding-bottom: 180px !important;
    }
    .pl-sm-180px,
    .px-sm-180px {
        padding-left: 180px !important;
    }
    .p-sm-210px {
        padding: 210px !important;
    }
    .pt-sm-210px,
    .py-sm-210px {
        padding-top: 210px !important;
    }
    .pr-sm-210px,
    .px-sm-210px {
        padding-right: 210px !important;
    }
    .pb-sm-210px,
    .py-sm-210px {
        padding-bottom: 210px !important;
    }
    .pl-sm-210px,
    .px-sm-210px {
        padding-left: 210px !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-n1px {
        margin: -1px !important;
    }
    .mt-sm-n1px,
    .my-sm-n1px {
        margin-top: -1px !important;
    }
    .mr-sm-n1px,
    .mx-sm-n1px {
        margin-right: -1px !important;
    }
    .mb-sm-n1px,
    .my-sm-n1px {
        margin-bottom: -1px !important;
    }
    .ml-sm-n1px,
    .mx-sm-n1px {
        margin-left: -1px !important;
    }
    .m-sm-n2px {
        margin: -2px !important;
    }
    .mt-sm-n2px,
    .my-sm-n2px {
        margin-top: -2px !important;
    }
    .mr-sm-n2px,
    .mx-sm-n2px {
        margin-right: -2px !important;
    }
    .mb-sm-n2px,
    .my-sm-n2px {
        margin-bottom: -2px !important;
    }
    .ml-sm-n2px,
    .mx-sm-n2px {
        margin-left: -2px !important;
    }
    .m-sm-n3px {
        margin: -3px !important;
    }
    .mt-sm-n3px,
    .my-sm-n3px {
        margin-top: -3px !important;
    }
    .mr-sm-n3px,
    .mx-sm-n3px {
        margin-right: -3px !important;
    }
    .mb-sm-n3px,
    .my-sm-n3px {
        margin-bottom: -3px !important;
    }
    .ml-sm-n3px,
    .mx-sm-n3px {
        margin-left: -3px !important;
    }
    .m-sm-n4px {
        margin: -4px !important;
    }
    .mt-sm-n4px,
    .my-sm-n4px {
        margin-top: -4px !important;
    }
    .mr-sm-n4px,
    .mx-sm-n4px {
        margin-right: -4px !important;
    }
    .mb-sm-n4px,
    .my-sm-n4px {
        margin-bottom: -4px !important;
    }
    .ml-sm-n4px,
    .mx-sm-n4px {
        margin-left: -4px !important;
    }
    .m-sm-n5px {
        margin: -5px !important;
    }
    .mt-sm-n5px,
    .my-sm-n5px {
        margin-top: -5px !important;
    }
    .mr-sm-n5px,
    .mx-sm-n5px {
        margin-right: -5px !important;
    }
    .mb-sm-n5px,
    .my-sm-n5px {
        margin-bottom: -5px !important;
    }
    .ml-sm-n5px,
    .mx-sm-n5px {
        margin-left: -5px !important;
    }
    .m-sm-n6px {
        margin: -6px !important;
    }
    .mt-sm-n6px,
    .my-sm-n6px {
        margin-top: -6px !important;
    }
    .mr-sm-n6px,
    .mx-sm-n6px {
        margin-right: -6px !important;
    }
    .mb-sm-n6px,
    .my-sm-n6px {
        margin-bottom: -6px !important;
    }
    .ml-sm-n6px,
    .mx-sm-n6px {
        margin-left: -6px !important;
    }
    .m-sm-n8px {
        margin: -8px !important;
    }
    .mt-sm-n8px,
    .my-sm-n8px {
        margin-top: -8px !important;
    }
    .mr-sm-n8px,
    .mx-sm-n8px {
        margin-right: -8px !important;
    }
    .mb-sm-n8px,
    .my-sm-n8px {
        margin-bottom: -8px !important;
    }
    .ml-sm-n8px,
    .mx-sm-n8px {
        margin-left: -8px !important;
    }
    .m-sm-n10px {
        margin: -10px !important;
    }
    .mt-sm-n10px,
    .my-sm-n10px {
        margin-top: -10px !important;
    }
    .mr-sm-n10px,
    .mx-sm-n10px {
        margin-right: -10px !important;
    }
    .mb-sm-n10px,
    .my-sm-n10px {
        margin-bottom: -10px !important;
    }
    .ml-sm-n10px,
    .mx-sm-n10px {
        margin-left: -10px !important;
    }
    .m-sm-n12px {
        margin: -12px !important;
    }
    .mt-sm-n12px,
    .my-sm-n12px {
        margin-top: -12px !important;
    }
    .mr-sm-n12px,
    .mx-sm-n12px {
        margin-right: -12px !important;
    }
    .mb-sm-n12px,
    .my-sm-n12px {
        margin-bottom: -12px !important;
    }
    .ml-sm-n12px,
    .mx-sm-n12px {
        margin-left: -12px !important;
    }
    .m-sm-n13px {
        margin: -13px !important;
    }
    .mt-sm-n13px,
    .my-sm-n13px {
        margin-top: -13px !important;
    }
    .mr-sm-n13px,
    .mx-sm-n13px {
        margin-right: -13px !important;
    }
    .mb-sm-n13px,
    .my-sm-n13px {
        margin-bottom: -13px !important;
    }
    .ml-sm-n13px,
    .mx-sm-n13px {
        margin-left: -13px !important;
    }
    .m-sm-n14px {
        margin: -14px !important;
    }
    .mt-sm-n14px,
    .my-sm-n14px {
        margin-top: -14px !important;
    }
    .mr-sm-n14px,
    .mx-sm-n14px {
        margin-right: -14px !important;
    }
    .mb-sm-n14px,
    .my-sm-n14px {
        margin-bottom: -14px !important;
    }
    .ml-sm-n14px,
    .mx-sm-n14px {
        margin-left: -14px !important;
    }
    .m-sm-n15px {
        margin: -15px !important;
    }
    .mt-sm-n15px,
    .my-sm-n15px {
        margin-top: -15px !important;
    }
    .mr-sm-n15px,
    .mx-sm-n15px {
        margin-right: -15px !important;
    }
    .mb-sm-n15px,
    .my-sm-n15px {
        margin-bottom: -15px !important;
    }
    .ml-sm-n15px,
    .mx-sm-n15px {
        margin-left: -15px !important;
    }
    .m-sm-n16px {
        margin: -16px !important;
    }
    .mt-sm-n16px,
    .my-sm-n16px {
        margin-top: -16px !important;
    }
    .mr-sm-n16px,
    .mx-sm-n16px {
        margin-right: -16px !important;
    }
    .mb-sm-n16px,
    .my-sm-n16px {
        margin-bottom: -16px !important;
    }
    .ml-sm-n16px,
    .mx-sm-n16px {
        margin-left: -16px !important;
    }
    .m-sm-n20px {
        margin: -20px !important;
    }
    .mt-sm-n20px,
    .my-sm-n20px {
        margin-top: -20px !important;
    }
    .mr-sm-n20px,
    .mx-sm-n20px {
        margin-right: -20px !important;
    }
    .mb-sm-n20px,
    .my-sm-n20px {
        margin-bottom: -20px !important;
    }
    .ml-sm-n20px,
    .mx-sm-n20px {
        margin-left: -20px !important;
    }
    .m-sm-n22px {
        margin: -22px !important;
    }
    .mt-sm-n22px,
    .my-sm-n22px {
        margin-top: -22px !important;
    }
    .mr-sm-n22px,
    .mx-sm-n22px {
        margin-right: -22px !important;
    }
    .mb-sm-n22px,
    .my-sm-n22px {
        margin-bottom: -22px !important;
    }
    .ml-sm-n22px,
    .mx-sm-n22px {
        margin-left: -22px !important;
    }
    .m-sm-n24px {
        margin: -24px !important;
    }
    .mt-sm-n24px,
    .my-sm-n24px {
        margin-top: -24px !important;
    }
    .mr-sm-n24px,
    .mx-sm-n24px {
        margin-right: -24px !important;
    }
    .mb-sm-n24px,
    .my-sm-n24px {
        margin-bottom: -24px !important;
    }
    .ml-sm-n24px,
    .mx-sm-n24px {
        margin-left: -24px !important;
    }
    .m-sm-n25px {
        margin: -25px !important;
    }
    .mt-sm-n25px,
    .my-sm-n25px {
        margin-top: -25px !important;
    }
    .mr-sm-n25px,
    .mx-sm-n25px {
        margin-right: -25px !important;
    }
    .mb-sm-n25px,
    .my-sm-n25px {
        margin-bottom: -25px !important;
    }
    .ml-sm-n25px,
    .mx-sm-n25px {
        margin-left: -25px !important;
    }
    .m-sm-n28px {
        margin: -28px !important;
    }
    .mt-sm-n28px,
    .my-sm-n28px {
        margin-top: -28px !important;
    }
    .mr-sm-n28px,
    .mx-sm-n28px {
        margin-right: -28px !important;
    }
    .mb-sm-n28px,
    .my-sm-n28px {
        margin-bottom: -28px !important;
    }
    .ml-sm-n28px,
    .mx-sm-n28px {
        margin-left: -28px !important;
    }
    .m-sm-n30px {
        margin: -30px !important;
    }
    .mt-sm-n30px,
    .my-sm-n30px {
        margin-top: -30px !important;
    }
    .mr-sm-n30px,
    .mx-sm-n30px {
        margin-right: -30px !important;
    }
    .mb-sm-n30px,
    .my-sm-n30px {
        margin-bottom: -30px !important;
    }
    .ml-sm-n30px,
    .mx-sm-n30px {
        margin-left: -30px !important;
    }
    .m-sm-n32px {
        margin: -32px !important;
    }
    .mt-sm-n32px,
    .my-sm-n32px {
        margin-top: -32px !important;
    }
    .mr-sm-n32px,
    .mx-sm-n32px {
        margin-right: -32px !important;
    }
    .mb-sm-n32px,
    .my-sm-n32px {
        margin-bottom: -32px !important;
    }
    .ml-sm-n32px,
    .mx-sm-n32px {
        margin-left: -32px !important;
    }
    .m-sm-n36px {
        margin: -36px !important;
    }
    .mt-sm-n36px,
    .my-sm-n36px {
        margin-top: -36px !important;
    }
    .mr-sm-n36px,
    .mx-sm-n36px {
        margin-right: -36px !important;
    }
    .mb-sm-n36px,
    .my-sm-n36px {
        margin-bottom: -36px !important;
    }
    .ml-sm-n36px,
    .mx-sm-n36px {
        margin-left: -36px !important;
    }
    .m-sm-n40px {
        margin: -40px !important;
    }
    .mt-sm-n40px,
    .my-sm-n40px {
        margin-top: -40px !important;
    }
    .mr-sm-n40px,
    .mx-sm-n40px {
        margin-right: -40px !important;
    }
    .mb-sm-n40px,
    .my-sm-n40px {
        margin-bottom: -40px !important;
    }
    .ml-sm-n40px,
    .mx-sm-n40px {
        margin-left: -40px !important;
    }
    .m-sm-n44px {
        margin: -44px !important;
    }
    .mt-sm-n44px,
    .my-sm-n44px {
        margin-top: -44px !important;
    }
    .mr-sm-n44px,
    .mx-sm-n44px {
        margin-right: -44px !important;
    }
    .mb-sm-n44px,
    .my-sm-n44px {
        margin-bottom: -44px !important;
    }
    .ml-sm-n44px,
    .mx-sm-n44px {
        margin-left: -44px !important;
    }
    .m-sm-n48px {
        margin: -48px !important;
    }
    .mt-sm-n48px,
    .my-sm-n48px {
        margin-top: -48px !important;
    }
    .mr-sm-n48px,
    .mx-sm-n48px {
        margin-right: -48px !important;
    }
    .mb-sm-n48px,
    .my-sm-n48px {
        margin-bottom: -48px !important;
    }
    .ml-sm-n48px,
    .mx-sm-n48px {
        margin-left: -48px !important;
    }
    .m-sm-n52px {
        margin: -52px !important;
    }
    .mt-sm-n52px,
    .my-sm-n52px {
        margin-top: -52px !important;
    }
    .mr-sm-n52px,
    .mx-sm-n52px {
        margin-right: -52px !important;
    }
    .mb-sm-n52px,
    .my-sm-n52px {
        margin-bottom: -52px !important;
    }
    .ml-sm-n52px,
    .mx-sm-n52px {
        margin-left: -52px !important;
    }
    .m-sm-n56px {
        margin: -56px !important;
    }
    .mt-sm-n56px,
    .my-sm-n56px {
        margin-top: -56px !important;
    }
    .mr-sm-n56px,
    .mx-sm-n56px {
        margin-right: -56px !important;
    }
    .mb-sm-n56px,
    .my-sm-n56px {
        margin-bottom: -56px !important;
    }
    .ml-sm-n56px,
    .mx-sm-n56px {
        margin-left: -56px !important;
    }
    .m-sm-n60px {
        margin: -60px !important;
    }
    .mt-sm-n60px,
    .my-sm-n60px {
        margin-top: -60px !important;
    }
    .mr-sm-n60px,
    .mx-sm-n60px {
        margin-right: -60px !important;
    }
    .mb-sm-n60px,
    .my-sm-n60px {
        margin-bottom: -60px !important;
    }
    .ml-sm-n60px,
    .mx-sm-n60px {
        margin-left: -60px !important;
    }
    .m-sm-n68px {
        margin: -68px !important;
    }
    .mt-sm-n68px,
    .my-sm-n68px {
        margin-top: -68px !important;
    }
    .mr-sm-n68px,
    .mx-sm-n68px {
        margin-right: -68px !important;
    }
    .mb-sm-n68px,
    .my-sm-n68px {
        margin-bottom: -68px !important;
    }
    .ml-sm-n68px,
    .mx-sm-n68px {
        margin-left: -68px !important;
    }
    .m-sm-n64px {
        margin: -64px !important;
    }
    .mt-sm-n64px,
    .my-sm-n64px {
        margin-top: -64px !important;
    }
    .mr-sm-n64px,
    .mx-sm-n64px {
        margin-right: -64px !important;
    }
    .mb-sm-n64px,
    .my-sm-n64px {
        margin-bottom: -64px !important;
    }
    .ml-sm-n64px,
    .mx-sm-n64px {
        margin-left: -64px !important;
    }
    .m-sm-n72px {
        margin: -72px !important;
    }
    .mt-sm-n72px,
    .my-sm-n72px {
        margin-top: -72px !important;
    }
    .mr-sm-n72px,
    .mx-sm-n72px {
        margin-right: -72px !important;
    }
    .mb-sm-n72px,
    .my-sm-n72px {
        margin-bottom: -72px !important;
    }
    .ml-sm-n72px,
    .mx-sm-n72px {
        margin-left: -72px !important;
    }
    .m-sm-n76px {
        margin: -76px !important;
    }
    .mt-sm-n76px,
    .my-sm-n76px {
        margin-top: -76px !important;
    }
    .mr-sm-n76px,
    .mx-sm-n76px {
        margin-right: -76px !important;
    }
    .mb-sm-n76px,
    .my-sm-n76px {
        margin-bottom: -76px !important;
    }
    .ml-sm-n76px,
    .mx-sm-n76px {
        margin-left: -76px !important;
    }
    .m-sm-n80px {
        margin: -80px !important;
    }
    .mt-sm-n80px,
    .my-sm-n80px {
        margin-top: -80px !important;
    }
    .mr-sm-n80px,
    .mx-sm-n80px {
        margin-right: -80px !important;
    }
    .mb-sm-n80px,
    .my-sm-n80px {
        margin-bottom: -80px !important;
    }
    .ml-sm-n80px,
    .mx-sm-n80px {
        margin-left: -80px !important;
    }
    .m-sm-n86px {
        margin: -86px !important;
    }
    .mt-sm-n86px,
    .my-sm-n86px {
        margin-top: -86px !important;
    }
    .mr-sm-n86px,
    .mx-sm-n86px {
        margin-right: -86px !important;
    }
    .mb-sm-n86px,
    .my-sm-n86px {
        margin-bottom: -86px !important;
    }
    .ml-sm-n86px,
    .mx-sm-n86px {
        margin-left: -86px !important;
    }
    .m-sm-n100px {
        margin: -100px !important;
    }
    .mt-sm-n100px,
    .my-sm-n100px {
        margin-top: -100px !important;
    }
    .mr-sm-n100px,
    .mx-sm-n100px {
        margin-right: -100px !important;
    }
    .mb-sm-n100px,
    .my-sm-n100px {
        margin-bottom: -100px !important;
    }
    .ml-sm-n100px,
    .mx-sm-n100px {
        margin-left: -100px !important;
    }
    .m-sm-n127px {
        margin: -127px !important;
    }
    .mt-sm-n127px,
    .my-sm-n127px {
        margin-top: -127px !important;
    }
    .mr-sm-n127px,
    .mx-sm-n127px {
        margin-right: -127px !important;
    }
    .mb-sm-n127px,
    .my-sm-n127px {
        margin-bottom: -127px !important;
    }
    .ml-sm-n127px,
    .mx-sm-n127px {
        margin-left: -127px !important;
    }
    .m-sm-n129px {
        margin: -129px !important;
    }
    .mt-sm-n129px,
    .my-sm-n129px {
        margin-top: -129px !important;
    }
    .mr-sm-n129px,
    .mx-sm-n129px {
        margin-right: -129px !important;
    }
    .mb-sm-n129px,
    .my-sm-n129px {
        margin-bottom: -129px !important;
    }
    .ml-sm-n129px,
    .mx-sm-n129px {
        margin-left: -129px !important;
    }
    .m-sm-n133px {
        margin: -133px !important;
    }
    .mt-sm-n133px,
    .my-sm-n133px {
        margin-top: -133px !important;
    }
    .mr-sm-n133px,
    .mx-sm-n133px {
        margin-right: -133px !important;
    }
    .mb-sm-n133px,
    .my-sm-n133px {
        margin-bottom: -133px !important;
    }
    .ml-sm-n133px,
    .mx-sm-n133px {
        margin-left: -133px !important;
    }
    .m-sm-n148px {
        margin: -148px !important;
    }
    .mt-sm-n148px,
    .my-sm-n148px {
        margin-top: -148px !important;
    }
    .mr-sm-n148px,
    .mx-sm-n148px {
        margin-right: -148px !important;
    }
    .mb-sm-n148px,
    .my-sm-n148px {
        margin-bottom: -148px !important;
    }
    .ml-sm-n148px,
    .mx-sm-n148px {
        margin-left: -148px !important;
    }
    .m-sm-n180px {
        margin: -180px !important;
    }
    .mt-sm-n180px,
    .my-sm-n180px {
        margin-top: -180px !important;
    }
    .mr-sm-n180px,
    .mx-sm-n180px {
        margin-right: -180px !important;
    }
    .mb-sm-n180px,
    .my-sm-n180px {
        margin-bottom: -180px !important;
    }
    .ml-sm-n180px,
    .mx-sm-n180px {
        margin-left: -180px !important;
    }
    .m-sm-n210px {
        margin: -210px !important;
    }
    .mt-sm-n210px,
    .my-sm-n210px {
        margin-top: -210px !important;
    }
    .mr-sm-n210px,
    .mx-sm-n210px {
        margin-right: -210px !important;
    }
    .mb-sm-n210px,
    .my-sm-n210px {
        margin-bottom: -210px !important;
    }
    .ml-sm-n210px,
    .mx-sm-n210px {
        margin-left: -210px !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .m-md-1px {
        margin: 1px !important;
    }
    .mt-md-1px,
    .my-md-1px {
        margin-top: 1px !important;
    }
    .mr-md-1px,
    .mx-md-1px {
        margin-right: 1px !important;
    }
    .mb-md-1px,
    .my-md-1px {
        margin-bottom: 1px !important;
    }
    .ml-md-1px,
    .mx-md-1px {
        margin-left: 1px !important;
    }
    .m-md-2px {
        margin: 2px !important;
    }
    .mt-md-2px,
    .my-md-2px {
        margin-top: 2px !important;
    }
    .mr-md-2px,
    .mx-md-2px {
        margin-right: 2px !important;
    }
    .mb-md-2px,
    .my-md-2px {
        margin-bottom: 2px !important;
    }
    .ml-md-2px,
    .mx-md-2px {
        margin-left: 2px !important;
    }
    .m-md-3px {
        margin: 3px !important;
    }
    .mt-md-3px,
    .my-md-3px {
        margin-top: 3px !important;
    }
    .mr-md-3px,
    .mx-md-3px {
        margin-right: 3px !important;
    }
    .mb-md-3px,
    .my-md-3px {
        margin-bottom: 3px !important;
    }
    .ml-md-3px,
    .mx-md-3px {
        margin-left: 3px !important;
    }
    .m-md-4px {
        margin: 4px !important;
    }
    .mt-md-4px,
    .my-md-4px {
        margin-top: 4px !important;
    }
    .mr-md-4px,
    .mx-md-4px {
        margin-right: 4px !important;
    }
    .mb-md-4px,
    .my-md-4px {
        margin-bottom: 4px !important;
    }
    .ml-md-4px,
    .mx-md-4px {
        margin-left: 4px !important;
    }
    .m-md-5px {
        margin: 5px !important;
    }
    .mt-md-5px,
    .my-md-5px {
        margin-top: 5px !important;
    }
    .mr-md-5px,
    .mx-md-5px {
        margin-right: 5px !important;
    }
    .mb-md-5px,
    .my-md-5px {
        margin-bottom: 5px !important;
    }
    .ml-md-5px,
    .mx-md-5px {
        margin-left: 5px !important;
    }
    .m-md-6px {
        margin: 6px !important;
    }
    .mt-md-6px,
    .my-md-6px {
        margin-top: 6px !important;
    }
    .mr-md-6px,
    .mx-md-6px {
        margin-right: 6px !important;
    }
    .mb-md-6px,
    .my-md-6px {
        margin-bottom: 6px !important;
    }
    .ml-md-6px,
    .mx-md-6px {
        margin-left: 6px !important;
    }
    .m-md-8px {
        margin: 8px !important;
    }
    .mt-md-8px,
    .my-md-8px {
        margin-top: 8px !important;
    }
    .mr-md-8px,
    .mx-md-8px {
        margin-right: 8px !important;
    }
    .mb-md-8px,
    .my-md-8px {
        margin-bottom: 8px !important;
    }
    .ml-md-8px,
    .mx-md-8px {
        margin-left: 8px !important;
    }
    .m-md-10px {
        margin: 10px !important;
    }
    .mt-md-10px,
    .my-md-10px {
        margin-top: 10px !important;
    }
    .mr-md-10px,
    .mx-md-10px {
        margin-right: 10px !important;
    }
    .mb-md-10px,
    .my-md-10px {
        margin-bottom: 10px !important;
    }
    .ml-md-10px,
    .mx-md-10px {
        margin-left: 10px !important;
    }
    .m-md-12px {
        margin: 12px !important;
    }
    .mt-md-12px,
    .my-md-12px {
        margin-top: 12px !important;
    }
    .mr-md-12px,
    .mx-md-12px {
        margin-right: 12px !important;
    }
    .mb-md-12px,
    .my-md-12px {
        margin-bottom: 12px !important;
    }
    .ml-md-12px,
    .mx-md-12px {
        margin-left: 12px !important;
    }
    .m-md-13px {
        margin: 13px !important;
    }
    .mt-md-13px,
    .my-md-13px {
        margin-top: 13px !important;
    }
    .mr-md-13px,
    .mx-md-13px {
        margin-right: 13px !important;
    }
    .mb-md-13px,
    .my-md-13px {
        margin-bottom: 13px !important;
    }
    .ml-md-13px,
    .mx-md-13px {
        margin-left: 13px !important;
    }
    .m-md-14px {
        margin: 14px !important;
    }
    .mt-md-14px,
    .my-md-14px {
        margin-top: 14px !important;
    }
    .mr-md-14px,
    .mx-md-14px {
        margin-right: 14px !important;
    }
    .mb-md-14px,
    .my-md-14px {
        margin-bottom: 14px !important;
    }
    .ml-md-14px,
    .mx-md-14px {
        margin-left: 14px !important;
    }
    .m-md-15px {
        margin: 15px !important;
    }
    .mt-md-15px,
    .my-md-15px {
        margin-top: 15px !important;
    }
    .mr-md-15px,
    .mx-md-15px {
        margin-right: 15px !important;
    }
    .mb-md-15px,
    .my-md-15px {
        margin-bottom: 15px !important;
    }
    .ml-md-15px,
    .mx-md-15px {
        margin-left: 15px !important;
    }
    .m-md-16px {
        margin: 16px !important;
    }
    .mt-md-16px,
    .my-md-16px {
        margin-top: 16px !important;
    }
    .mr-md-16px,
    .mx-md-16px {
        margin-right: 16px !important;
    }
    .mb-md-16px,
    .my-md-16px {
        margin-bottom: 16px !important;
    }
    .ml-md-16px,
    .mx-md-16px {
        margin-left: 16px !important;
    }
    .m-md-20px {
        margin: 20px !important;
    }
    .mt-md-20px,
    .my-md-20px {
        margin-top: 20px !important;
    }
    .mr-md-20px,
    .mx-md-20px {
        margin-right: 20px !important;
    }
    .mb-md-20px,
    .my-md-20px {
        margin-bottom: 20px !important;
    }
    .ml-md-20px,
    .mx-md-20px {
        margin-left: 20px !important;
    }
    .m-md-22px {
        margin: 22px !important;
    }
    .mt-md-22px,
    .my-md-22px {
        margin-top: 22px !important;
    }
    .mr-md-22px,
    .mx-md-22px {
        margin-right: 22px !important;
    }
    .mb-md-22px,
    .my-md-22px {
        margin-bottom: 22px !important;
    }
    .ml-md-22px,
    .mx-md-22px {
        margin-left: 22px !important;
    }
    .m-md-24px {
        margin: 24px !important;
    }
    .mt-md-24px,
    .my-md-24px {
        margin-top: 24px !important;
    }
    .mr-md-24px,
    .mx-md-24px {
        margin-right: 24px !important;
    }
    .mb-md-24px,
    .my-md-24px {
        margin-bottom: 24px !important;
    }
    .ml-md-24px,
    .mx-md-24px {
        margin-left: 24px !important;
    }
    .m-md-25px {
        margin: 25px !important;
    }
    .mt-md-25px,
    .my-md-25px {
        margin-top: 25px !important;
    }
    .mr-md-25px,
    .mx-md-25px {
        margin-right: 25px !important;
    }
    .mb-md-25px,
    .my-md-25px {
        margin-bottom: 25px !important;
    }
    .ml-md-25px,
    .mx-md-25px {
        margin-left: 25px !important;
    }
    .m-md-28px {
        margin: 28px !important;
    }
    .mt-md-28px,
    .my-md-28px {
        margin-top: 28px !important;
    }
    .mr-md-28px,
    .mx-md-28px {
        margin-right: 28px !important;
    }
    .mb-md-28px,
    .my-md-28px {
        margin-bottom: 28px !important;
    }
    .ml-md-28px,
    .mx-md-28px {
        margin-left: 28px !important;
    }
    .m-md-30px {
        margin: 30px !important;
    }
    .mt-md-30px,
    .my-md-30px {
        margin-top: 30px !important;
    }
    .mr-md-30px,
    .mx-md-30px {
        margin-right: 30px !important;
    }
    .mb-md-30px,
    .my-md-30px {
        margin-bottom: 30px !important;
    }
    .ml-md-30px,
    .mx-md-30px {
        margin-left: 30px !important;
    }
    .m-md-32px {
        margin: 32px !important;
    }
    .mt-md-32px,
    .my-md-32px {
        margin-top: 32px !important;
    }
    .mr-md-32px,
    .mx-md-32px {
        margin-right: 32px !important;
    }
    .mb-md-32px,
    .my-md-32px {
        margin-bottom: 32px !important;
    }
    .ml-md-32px,
    .mx-md-32px {
        margin-left: 32px !important;
    }
    .m-md-36px {
        margin: 36px !important;
    }
    .mt-md-36px,
    .my-md-36px {
        margin-top: 36px !important;
    }
    .mr-md-36px,
    .mx-md-36px {
        margin-right: 36px !important;
    }
    .mb-md-36px,
    .my-md-36px {
        margin-bottom: 36px !important;
    }
    .ml-md-36px,
    .mx-md-36px {
        margin-left: 36px !important;
    }
    .m-md-40px {
        margin: 40px !important;
    }
    .mt-md-40px,
    .my-md-40px {
        margin-top: 40px !important;
    }
    .mr-md-40px,
    .mx-md-40px {
        margin-right: 40px !important;
    }
    .mb-md-40px,
    .my-md-40px {
        margin-bottom: 40px !important;
    }
    .ml-md-40px,
    .mx-md-40px {
        margin-left: 40px !important;
    }
    .m-md-44px {
        margin: 44px !important;
    }
    .mt-md-44px,
    .my-md-44px {
        margin-top: 44px !important;
    }
    .mr-md-44px,
    .mx-md-44px {
        margin-right: 44px !important;
    }
    .mb-md-44px,
    .my-md-44px {
        margin-bottom: 44px !important;
    }
    .ml-md-44px,
    .mx-md-44px {
        margin-left: 44px !important;
    }
    .m-md-48px {
        margin: 48px !important;
    }
    .mt-md-48px,
    .my-md-48px {
        margin-top: 48px !important;
    }
    .mr-md-48px,
    .mx-md-48px {
        margin-right: 48px !important;
    }
    .mb-md-48px,
    .my-md-48px {
        margin-bottom: 48px !important;
    }
    .ml-md-48px,
    .mx-md-48px {
        margin-left: 48px !important;
    }
    .m-md-52px {
        margin: 52px !important;
    }
    .mt-md-52px,
    .my-md-52px {
        margin-top: 52px !important;
    }
    .mr-md-52px,
    .mx-md-52px {
        margin-right: 52px !important;
    }
    .mb-md-52px,
    .my-md-52px {
        margin-bottom: 52px !important;
    }
    .ml-md-52px,
    .mx-md-52px {
        margin-left: 52px !important;
    }
    .m-md-56px {
        margin: 56px !important;
    }
    .mt-md-56px,
    .my-md-56px {
        margin-top: 56px !important;
    }
    .mr-md-56px,
    .mx-md-56px {
        margin-right: 56px !important;
    }
    .mb-md-56px,
    .my-md-56px {
        margin-bottom: 56px !important;
    }
    .ml-md-56px,
    .mx-md-56px {
        margin-left: 56px !important;
    }
    .m-md-60px {
        margin: 60px !important;
    }
    .mt-md-60px,
    .my-md-60px {
        margin-top: 60px !important;
    }
    .mr-md-60px,
    .mx-md-60px {
        margin-right: 60px !important;
    }
    .mb-md-60px,
    .my-md-60px {
        margin-bottom: 60px !important;
    }
    .ml-md-60px,
    .mx-md-60px {
        margin-left: 60px !important;
    }
    .m-md-68px {
        margin: 68px !important;
    }
    .mt-md-68px,
    .my-md-68px {
        margin-top: 68px !important;
    }
    .mr-md-68px,
    .mx-md-68px {
        margin-right: 68px !important;
    }
    .mb-md-68px,
    .my-md-68px {
        margin-bottom: 68px !important;
    }
    .ml-md-68px,
    .mx-md-68px {
        margin-left: 68px !important;
    }
    .m-md-64px {
        margin: 64px !important;
    }
    .mt-md-64px,
    .my-md-64px {
        margin-top: 64px !important;
    }
    .mr-md-64px,
    .mx-md-64px {
        margin-right: 64px !important;
    }
    .mb-md-64px,
    .my-md-64px {
        margin-bottom: 64px !important;
    }
    .ml-md-64px,
    .mx-md-64px {
        margin-left: 64px !important;
    }
    .m-md-72px {
        margin: 72px !important;
    }
    .mt-md-72px,
    .my-md-72px {
        margin-top: 72px !important;
    }
    .mr-md-72px,
    .mx-md-72px {
        margin-right: 72px !important;
    }
    .mb-md-72px,
    .my-md-72px {
        margin-bottom: 72px !important;
    }
    .ml-md-72px,
    .mx-md-72px {
        margin-left: 72px !important;
    }
    .m-md-76px {
        margin: 76px !important;
    }
    .mt-md-76px,
    .my-md-76px {
        margin-top: 76px !important;
    }
    .mr-md-76px,
    .mx-md-76px {
        margin-right: 76px !important;
    }
    .mb-md-76px,
    .my-md-76px {
        margin-bottom: 76px !important;
    }
    .ml-md-76px,
    .mx-md-76px {
        margin-left: 76px !important;
    }
    .m-md-80px {
        margin: 80px !important;
    }
    .mt-md-80px,
    .my-md-80px {
        margin-top: 80px !important;
    }
    .mr-md-80px,
    .mx-md-80px {
        margin-right: 80px !important;
    }
    .mb-md-80px,
    .my-md-80px {
        margin-bottom: 80px !important;
    }
    .ml-md-80px,
    .mx-md-80px {
        margin-left: 80px !important;
    }
    .m-md-86px {
        margin: 86px !important;
    }
    .mt-md-86px,
    .my-md-86px {
        margin-top: 86px !important;
    }
    .mr-md-86px,
    .mx-md-86px {
        margin-right: 86px !important;
    }
    .mb-md-86px,
    .my-md-86px {
        margin-bottom: 86px !important;
    }
    .ml-md-86px,
    .mx-md-86px {
        margin-left: 86px !important;
    }
    .m-md-100px {
        margin: 100px !important;
    }
    .mt-md-100px,
    .my-md-100px {
        margin-top: 100px !important;
    }
    .mr-md-100px,
    .mx-md-100px {
        margin-right: 100px !important;
    }
    .mb-md-100px,
    .my-md-100px {
        margin-bottom: 100px !important;
    }
    .ml-md-100px,
    .mx-md-100px {
        margin-left: 100px !important;
    }
    .m-md-127px {
        margin: 127px !important;
    }
    .mt-md-127px,
    .my-md-127px {
        margin-top: 127px !important;
    }
    .mr-md-127px,
    .mx-md-127px {
        margin-right: 127px !important;
    }
    .mb-md-127px,
    .my-md-127px {
        margin-bottom: 127px !important;
    }
    .ml-md-127px,
    .mx-md-127px {
        margin-left: 127px !important;
    }
    .m-md-129px {
        margin: 129px !important;
    }
    .mt-md-129px,
    .my-md-129px {
        margin-top: 129px !important;
    }
    .mr-md-129px,
    .mx-md-129px {
        margin-right: 129px !important;
    }
    .mb-md-129px,
    .my-md-129px {
        margin-bottom: 129px !important;
    }
    .ml-md-129px,
    .mx-md-129px {
        margin-left: 129px !important;
    }
    .m-md-133px {
        margin: 133px !important;
    }
    .mt-md-133px,
    .my-md-133px {
        margin-top: 133px !important;
    }
    .mr-md-133px,
    .mx-md-133px {
        margin-right: 133px !important;
    }
    .mb-md-133px,
    .my-md-133px {
        margin-bottom: 133px !important;
    }
    .ml-md-133px,
    .mx-md-133px {
        margin-left: 133px !important;
    }
    .m-md-148px {
        margin: 148px !important;
    }
    .mt-md-148px,
    .my-md-148px {
        margin-top: 148px !important;
    }
    .mr-md-148px,
    .mx-md-148px {
        margin-right: 148px !important;
    }
    .mb-md-148px,
    .my-md-148px {
        margin-bottom: 148px !important;
    }
    .ml-md-148px,
    .mx-md-148px {
        margin-left: 148px !important;
    }
    .m-md-180px {
        margin: 180px !important;
    }
    .mt-md-180px,
    .my-md-180px {
        margin-top: 180px !important;
    }
    .mr-md-180px,
    .mx-md-180px {
        margin-right: 180px !important;
    }
    .mb-md-180px,
    .my-md-180px {
        margin-bottom: 180px !important;
    }
    .ml-md-180px,
    .mx-md-180px {
        margin-left: 180px !important;
    }
    .m-md-210px {
        margin: 210px !important;
    }
    .mt-md-210px,
    .my-md-210px {
        margin-top: 210px !important;
    }
    .mr-md-210px,
    .mx-md-210px {
        margin-right: 210px !important;
    }
    .mb-md-210px,
    .my-md-210px {
        margin-bottom: 210px !important;
    }
    .ml-md-210px,
    .mx-md-210px {
        margin-left: 210px !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .p-md-1px {
        padding: 1px !important;
    }
    .pt-md-1px,
    .py-md-1px {
        padding-top: 1px !important;
    }
    .pr-md-1px,
    .px-md-1px {
        padding-right: 1px !important;
    }
    .pb-md-1px,
    .py-md-1px {
        padding-bottom: 1px !important;
    }
    .pl-md-1px,
    .px-md-1px {
        padding-left: 1px !important;
    }
    .p-md-2px {
        padding: 2px !important;
    }
    .pt-md-2px,
    .py-md-2px {
        padding-top: 2px !important;
    }
    .pr-md-2px,
    .px-md-2px {
        padding-right: 2px !important;
    }
    .pb-md-2px,
    .py-md-2px {
        padding-bottom: 2px !important;
    }
    .pl-md-2px,
    .px-md-2px {
        padding-left: 2px !important;
    }
    .p-md-3px {
        padding: 3px !important;
    }
    .pt-md-3px,
    .py-md-3px {
        padding-top: 3px !important;
    }
    .pr-md-3px,
    .px-md-3px {
        padding-right: 3px !important;
    }
    .pb-md-3px,
    .py-md-3px {
        padding-bottom: 3px !important;
    }
    .pl-md-3px,
    .px-md-3px {
        padding-left: 3px !important;
    }
    .p-md-4px {
        padding: 4px !important;
    }
    .pt-md-4px,
    .py-md-4px {
        padding-top: 4px !important;
    }
    .pr-md-4px,
    .px-md-4px {
        padding-right: 4px !important;
    }
    .pb-md-4px,
    .py-md-4px {
        padding-bottom: 4px !important;
    }
    .pl-md-4px,
    .px-md-4px {
        padding-left: 4px !important;
    }
    .p-md-5px {
        padding: 5px !important;
    }
    .pt-md-5px,
    .py-md-5px {
        padding-top: 5px !important;
    }
    .pr-md-5px,
    .px-md-5px {
        padding-right: 5px !important;
    }
    .pb-md-5px,
    .py-md-5px {
        padding-bottom: 5px !important;
    }
    .pl-md-5px,
    .px-md-5px {
        padding-left: 5px !important;
    }
    .p-md-6px {
        padding: 6px !important;
    }
    .pt-md-6px,
    .py-md-6px {
        padding-top: 6px !important;
    }
    .pr-md-6px,
    .px-md-6px {
        padding-right: 6px !important;
    }
    .pb-md-6px,
    .py-md-6px {
        padding-bottom: 6px !important;
    }
    .pl-md-6px,
    .px-md-6px {
        padding-left: 6px !important;
    }
    .p-md-8px {
        padding: 8px !important;
    }
    .pt-md-8px,
    .py-md-8px {
        padding-top: 8px !important;
    }
    .pr-md-8px,
    .px-md-8px {
        padding-right: 8px !important;
    }
    .pb-md-8px,
    .py-md-8px {
        padding-bottom: 8px !important;
    }
    .pl-md-8px,
    .px-md-8px {
        padding-left: 8px !important;
    }
    .p-md-10px {
        padding: 10px !important;
    }
    .pt-md-10px,
    .py-md-10px {
        padding-top: 10px !important;
    }
    .pr-md-10px,
    .px-md-10px {
        padding-right: 10px !important;
    }
    .pb-md-10px,
    .py-md-10px {
        padding-bottom: 10px !important;
    }
    .pl-md-10px,
    .px-md-10px {
        padding-left: 10px !important;
    }
    .p-md-12px {
        padding: 12px !important;
    }
    .pt-md-12px,
    .py-md-12px {
        padding-top: 12px !important;
    }
    .pr-md-12px,
    .px-md-12px {
        padding-right: 12px !important;
    }
    .pb-md-12px,
    .py-md-12px {
        padding-bottom: 12px !important;
    }
    .pl-md-12px,
    .px-md-12px {
        padding-left: 12px !important;
    }
    .p-md-13px {
        padding: 13px !important;
    }
    .pt-md-13px,
    .py-md-13px {
        padding-top: 13px !important;
    }
    .pr-md-13px,
    .px-md-13px {
        padding-right: 13px !important;
    }
    .pb-md-13px,
    .py-md-13px {
        padding-bottom: 13px !important;
    }
    .pl-md-13px,
    .px-md-13px {
        padding-left: 13px !important;
    }
    .p-md-14px {
        padding: 14px !important;
    }
    .pt-md-14px,
    .py-md-14px {
        padding-top: 14px !important;
    }
    .pr-md-14px,
    .px-md-14px {
        padding-right: 14px !important;
    }
    .pb-md-14px,
    .py-md-14px {
        padding-bottom: 14px !important;
    }
    .pl-md-14px,
    .px-md-14px {
        padding-left: 14px !important;
    }
    .p-md-15px {
        padding: 15px !important;
    }
    .pt-md-15px,
    .py-md-15px {
        padding-top: 15px !important;
    }
    .pr-md-15px,
    .px-md-15px {
        padding-right: 15px !important;
    }
    .pb-md-15px,
    .py-md-15px {
        padding-bottom: 15px !important;
    }
    .pl-md-15px,
    .px-md-15px {
        padding-left: 15px !important;
    }
    .p-md-16px {
        padding: 16px !important;
    }
    .pt-md-16px,
    .py-md-16px {
        padding-top: 16px !important;
    }
    .pr-md-16px,
    .px-md-16px {
        padding-right: 16px !important;
    }
    .pb-md-16px,
    .py-md-16px {
        padding-bottom: 16px !important;
    }
    .pl-md-16px,
    .px-md-16px {
        padding-left: 16px !important;
    }
    .p-md-20px {
        padding: 20px !important;
    }
    .pt-md-20px,
    .py-md-20px {
        padding-top: 20px !important;
    }
    .pr-md-20px,
    .px-md-20px {
        padding-right: 20px !important;
    }
    .pb-md-20px,
    .py-md-20px {
        padding-bottom: 20px !important;
    }
    .pl-md-20px,
    .px-md-20px {
        padding-left: 20px !important;
    }
    .p-md-22px {
        padding: 22px !important;
    }
    .pt-md-22px,
    .py-md-22px {
        padding-top: 22px !important;
    }
    .pr-md-22px,
    .px-md-22px {
        padding-right: 22px !important;
    }
    .pb-md-22px,
    .py-md-22px {
        padding-bottom: 22px !important;
    }
    .pl-md-22px,
    .px-md-22px {
        padding-left: 22px !important;
    }
    .p-md-24px {
        padding: 24px !important;
    }
    .pt-md-24px,
    .py-md-24px {
        padding-top: 24px !important;
    }
    .pr-md-24px,
    .px-md-24px {
        padding-right: 24px !important;
    }
    .pb-md-24px,
    .py-md-24px {
        padding-bottom: 24px !important;
    }
    .pl-md-24px,
    .px-md-24px {
        padding-left: 24px !important;
    }
    .p-md-25px {
        padding: 25px !important;
    }
    .pt-md-25px,
    .py-md-25px {
        padding-top: 25px !important;
    }
    .pr-md-25px,
    .px-md-25px {
        padding-right: 25px !important;
    }
    .pb-md-25px,
    .py-md-25px {
        padding-bottom: 25px !important;
    }
    .pl-md-25px,
    .px-md-25px {
        padding-left: 25px !important;
    }
    .p-md-28px {
        padding: 28px !important;
    }
    .pt-md-28px,
    .py-md-28px {
        padding-top: 28px !important;
    }
    .pr-md-28px,
    .px-md-28px {
        padding-right: 28px !important;
    }
    .pb-md-28px,
    .py-md-28px {
        padding-bottom: 28px !important;
    }
    .pl-md-28px,
    .px-md-28px {
        padding-left: 28px !important;
    }
    .p-md-30px {
        padding: 30px !important;
    }
    .pt-md-30px,
    .py-md-30px {
        padding-top: 30px !important;
    }
    .pr-md-30px,
    .px-md-30px {
        padding-right: 30px !important;
    }
    .pb-md-30px,
    .py-md-30px {
        padding-bottom: 30px !important;
    }
    .pl-md-30px,
    .px-md-30px {
        padding-left: 30px !important;
    }
    .p-md-32px {
        padding: 32px !important;
    }
    .pt-md-32px,
    .py-md-32px {
        padding-top: 32px !important;
    }
    .pr-md-32px,
    .px-md-32px {
        padding-right: 32px !important;
    }
    .pb-md-32px,
    .py-md-32px {
        padding-bottom: 32px !important;
    }
    .pl-md-32px,
    .px-md-32px {
        padding-left: 32px !important;
    }
    .p-md-36px {
        padding: 36px !important;
    }
    .pt-md-36px,
    .py-md-36px {
        padding-top: 36px !important;
    }
    .pr-md-36px,
    .px-md-36px {
        padding-right: 36px !important;
    }
    .pb-md-36px,
    .py-md-36px {
        padding-bottom: 36px !important;
    }
    .pl-md-36px,
    .px-md-36px {
        padding-left: 36px !important;
    }
    .p-md-40px {
        padding: 40px !important;
    }
    .pt-md-40px,
    .py-md-40px {
        padding-top: 40px !important;
    }
    .pr-md-40px,
    .px-md-40px {
        padding-right: 40px !important;
    }
    .pb-md-40px,
    .py-md-40px {
        padding-bottom: 40px !important;
    }
    .pl-md-40px,
    .px-md-40px {
        padding-left: 40px !important;
    }
    .p-md-44px {
        padding: 44px !important;
    }
    .pt-md-44px,
    .py-md-44px {
        padding-top: 44px !important;
    }
    .pr-md-44px,
    .px-md-44px {
        padding-right: 44px !important;
    }
    .pb-md-44px,
    .py-md-44px {
        padding-bottom: 44px !important;
    }
    .pl-md-44px,
    .px-md-44px {
        padding-left: 44px !important;
    }
    .p-md-48px {
        padding: 48px !important;
    }
    .pt-md-48px,
    .py-md-48px {
        padding-top: 48px !important;
    }
    .pr-md-48px,
    .px-md-48px {
        padding-right: 48px !important;
    }
    .pb-md-48px,
    .py-md-48px {
        padding-bottom: 48px !important;
    }
    .pl-md-48px,
    .px-md-48px {
        padding-left: 48px !important;
    }
    .p-md-52px {
        padding: 52px !important;
    }
    .pt-md-52px,
    .py-md-52px {
        padding-top: 52px !important;
    }
    .pr-md-52px,
    .px-md-52px {
        padding-right: 52px !important;
    }
    .pb-md-52px,
    .py-md-52px {
        padding-bottom: 52px !important;
    }
    .pl-md-52px,
    .px-md-52px {
        padding-left: 52px !important;
    }
    .p-md-56px {
        padding: 56px !important;
    }
    .pt-md-56px,
    .py-md-56px {
        padding-top: 56px !important;
    }
    .pr-md-56px,
    .px-md-56px {
        padding-right: 56px !important;
    }
    .pb-md-56px,
    .py-md-56px {
        padding-bottom: 56px !important;
    }
    .pl-md-56px,
    .px-md-56px {
        padding-left: 56px !important;
    }
    .p-md-60px {
        padding: 60px !important;
    }
    .pt-md-60px,
    .py-md-60px {
        padding-top: 60px !important;
    }
    .pr-md-60px,
    .px-md-60px {
        padding-right: 60px !important;
    }
    .pb-md-60px,
    .py-md-60px {
        padding-bottom: 60px !important;
    }
    .pl-md-60px,
    .px-md-60px {
        padding-left: 60px !important;
    }
    .p-md-68px {
        padding: 68px !important;
    }
    .pt-md-68px,
    .py-md-68px {
        padding-top: 68px !important;
    }
    .pr-md-68px,
    .px-md-68px {
        padding-right: 68px !important;
    }
    .pb-md-68px,
    .py-md-68px {
        padding-bottom: 68px !important;
    }
    .pl-md-68px,
    .px-md-68px {
        padding-left: 68px !important;
    }
    .p-md-64px {
        padding: 64px !important;
    }
    .pt-md-64px,
    .py-md-64px {
        padding-top: 64px !important;
    }
    .pr-md-64px,
    .px-md-64px {
        padding-right: 64px !important;
    }
    .pb-md-64px,
    .py-md-64px {
        padding-bottom: 64px !important;
    }
    .pl-md-64px,
    .px-md-64px {
        padding-left: 64px !important;
    }
    .p-md-72px {
        padding: 72px !important;
    }
    .pt-md-72px,
    .py-md-72px {
        padding-top: 72px !important;
    }
    .pr-md-72px,
    .px-md-72px {
        padding-right: 72px !important;
    }
    .pb-md-72px,
    .py-md-72px {
        padding-bottom: 72px !important;
    }
    .pl-md-72px,
    .px-md-72px {
        padding-left: 72px !important;
    }
    .p-md-76px {
        padding: 76px !important;
    }
    .pt-md-76px,
    .py-md-76px {
        padding-top: 76px !important;
    }
    .pr-md-76px,
    .px-md-76px {
        padding-right: 76px !important;
    }
    .pb-md-76px,
    .py-md-76px {
        padding-bottom: 76px !important;
    }
    .pl-md-76px,
    .px-md-76px {
        padding-left: 76px !important;
    }
    .p-md-80px {
        padding: 80px !important;
    }
    .pt-md-80px,
    .py-md-80px {
        padding-top: 80px !important;
    }
    .pr-md-80px,
    .px-md-80px {
        padding-right: 80px !important;
    }
    .pb-md-80px,
    .py-md-80px {
        padding-bottom: 80px !important;
    }
    .pl-md-80px,
    .px-md-80px {
        padding-left: 80px !important;
    }
    .p-md-86px {
        padding: 86px !important;
    }
    .pt-md-86px,
    .py-md-86px {
        padding-top: 86px !important;
    }
    .pr-md-86px,
    .px-md-86px {
        padding-right: 86px !important;
    }
    .pb-md-86px,
    .py-md-86px {
        padding-bottom: 86px !important;
    }
    .pl-md-86px,
    .px-md-86px {
        padding-left: 86px !important;
    }
    .p-md-100px {
        padding: 100px !important;
    }
    .pt-md-100px,
    .py-md-100px {
        padding-top: 100px !important;
    }
    .pr-md-100px,
    .px-md-100px {
        padding-right: 100px !important;
    }
    .pb-md-100px,
    .py-md-100px {
        padding-bottom: 100px !important;
    }
    .pl-md-100px,
    .px-md-100px {
        padding-left: 100px !important;
    }
    .p-md-127px {
        padding: 127px !important;
    }
    .pt-md-127px,
    .py-md-127px {
        padding-top: 127px !important;
    }
    .pr-md-127px,
    .px-md-127px {
        padding-right: 127px !important;
    }
    .pb-md-127px,
    .py-md-127px {
        padding-bottom: 127px !important;
    }
    .pl-md-127px,
    .px-md-127px {
        padding-left: 127px !important;
    }
    .p-md-129px {
        padding: 129px !important;
    }
    .pt-md-129px,
    .py-md-129px {
        padding-top: 129px !important;
    }
    .pr-md-129px,
    .px-md-129px {
        padding-right: 129px !important;
    }
    .pb-md-129px,
    .py-md-129px {
        padding-bottom: 129px !important;
    }
    .pl-md-129px,
    .px-md-129px {
        padding-left: 129px !important;
    }
    .p-md-133px {
        padding: 133px !important;
    }
    .pt-md-133px,
    .py-md-133px {
        padding-top: 133px !important;
    }
    .pr-md-133px,
    .px-md-133px {
        padding-right: 133px !important;
    }
    .pb-md-133px,
    .py-md-133px {
        padding-bottom: 133px !important;
    }
    .pl-md-133px,
    .px-md-133px {
        padding-left: 133px !important;
    }
    .p-md-148px {
        padding: 148px !important;
    }
    .pt-md-148px,
    .py-md-148px {
        padding-top: 148px !important;
    }
    .pr-md-148px,
    .px-md-148px {
        padding-right: 148px !important;
    }
    .pb-md-148px,
    .py-md-148px {
        padding-bottom: 148px !important;
    }
    .pl-md-148px,
    .px-md-148px {
        padding-left: 148px !important;
    }
    .p-md-180px {
        padding: 180px !important;
    }
    .pt-md-180px,
    .py-md-180px {
        padding-top: 180px !important;
    }
    .pr-md-180px,
    .px-md-180px {
        padding-right: 180px !important;
    }
    .pb-md-180px,
    .py-md-180px {
        padding-bottom: 180px !important;
    }
    .pl-md-180px,
    .px-md-180px {
        padding-left: 180px !important;
    }
    .p-md-210px {
        padding: 210px !important;
    }
    .pt-md-210px,
    .py-md-210px {
        padding-top: 210px !important;
    }
    .pr-md-210px,
    .px-md-210px {
        padding-right: 210px !important;
    }
    .pb-md-210px,
    .py-md-210px {
        padding-bottom: 210px !important;
    }
    .pl-md-210px,
    .px-md-210px {
        padding-left: 210px !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-n1px {
        margin: -1px !important;
    }
    .mt-md-n1px,
    .my-md-n1px {
        margin-top: -1px !important;
    }
    .mr-md-n1px,
    .mx-md-n1px {
        margin-right: -1px !important;
    }
    .mb-md-n1px,
    .my-md-n1px {
        margin-bottom: -1px !important;
    }
    .ml-md-n1px,
    .mx-md-n1px {
        margin-left: -1px !important;
    }
    .m-md-n2px {
        margin: -2px !important;
    }
    .mt-md-n2px,
    .my-md-n2px {
        margin-top: -2px !important;
    }
    .mr-md-n2px,
    .mx-md-n2px {
        margin-right: -2px !important;
    }
    .mb-md-n2px,
    .my-md-n2px {
        margin-bottom: -2px !important;
    }
    .ml-md-n2px,
    .mx-md-n2px {
        margin-left: -2px !important;
    }
    .m-md-n3px {
        margin: -3px !important;
    }
    .mt-md-n3px,
    .my-md-n3px {
        margin-top: -3px !important;
    }
    .mr-md-n3px,
    .mx-md-n3px {
        margin-right: -3px !important;
    }
    .mb-md-n3px,
    .my-md-n3px {
        margin-bottom: -3px !important;
    }
    .ml-md-n3px,
    .mx-md-n3px {
        margin-left: -3px !important;
    }
    .m-md-n4px {
        margin: -4px !important;
    }
    .mt-md-n4px,
    .my-md-n4px {
        margin-top: -4px !important;
    }
    .mr-md-n4px,
    .mx-md-n4px {
        margin-right: -4px !important;
    }
    .mb-md-n4px,
    .my-md-n4px {
        margin-bottom: -4px !important;
    }
    .ml-md-n4px,
    .mx-md-n4px {
        margin-left: -4px !important;
    }
    .m-md-n5px {
        margin: -5px !important;
    }
    .mt-md-n5px,
    .my-md-n5px {
        margin-top: -5px !important;
    }
    .mr-md-n5px,
    .mx-md-n5px {
        margin-right: -5px !important;
    }
    .mb-md-n5px,
    .my-md-n5px {
        margin-bottom: -5px !important;
    }
    .ml-md-n5px,
    .mx-md-n5px {
        margin-left: -5px !important;
    }
    .m-md-n6px {
        margin: -6px !important;
    }
    .mt-md-n6px,
    .my-md-n6px {
        margin-top: -6px !important;
    }
    .mr-md-n6px,
    .mx-md-n6px {
        margin-right: -6px !important;
    }
    .mb-md-n6px,
    .my-md-n6px {
        margin-bottom: -6px !important;
    }
    .ml-md-n6px,
    .mx-md-n6px {
        margin-left: -6px !important;
    }
    .m-md-n8px {
        margin: -8px !important;
    }
    .mt-md-n8px,
    .my-md-n8px {
        margin-top: -8px !important;
    }
    .mr-md-n8px,
    .mx-md-n8px {
        margin-right: -8px !important;
    }
    .mb-md-n8px,
    .my-md-n8px {
        margin-bottom: -8px !important;
    }
    .ml-md-n8px,
    .mx-md-n8px {
        margin-left: -8px !important;
    }
    .m-md-n10px {
        margin: -10px !important;
    }
    .mt-md-n10px,
    .my-md-n10px {
        margin-top: -10px !important;
    }
    .mr-md-n10px,
    .mx-md-n10px {
        margin-right: -10px !important;
    }
    .mb-md-n10px,
    .my-md-n10px {
        margin-bottom: -10px !important;
    }
    .ml-md-n10px,
    .mx-md-n10px {
        margin-left: -10px !important;
    }
    .m-md-n12px {
        margin: -12px !important;
    }
    .mt-md-n12px,
    .my-md-n12px {
        margin-top: -12px !important;
    }
    .mr-md-n12px,
    .mx-md-n12px {
        margin-right: -12px !important;
    }
    .mb-md-n12px,
    .my-md-n12px {
        margin-bottom: -12px !important;
    }
    .ml-md-n12px,
    .mx-md-n12px {
        margin-left: -12px !important;
    }
    .m-md-n13px {
        margin: -13px !important;
    }
    .mt-md-n13px,
    .my-md-n13px {
        margin-top: -13px !important;
    }
    .mr-md-n13px,
    .mx-md-n13px {
        margin-right: -13px !important;
    }
    .mb-md-n13px,
    .my-md-n13px {
        margin-bottom: -13px !important;
    }
    .ml-md-n13px,
    .mx-md-n13px {
        margin-left: -13px !important;
    }
    .m-md-n14px {
        margin: -14px !important;
    }
    .mt-md-n14px,
    .my-md-n14px {
        margin-top: -14px !important;
    }
    .mr-md-n14px,
    .mx-md-n14px {
        margin-right: -14px !important;
    }
    .mb-md-n14px,
    .my-md-n14px {
        margin-bottom: -14px !important;
    }
    .ml-md-n14px,
    .mx-md-n14px {
        margin-left: -14px !important;
    }
    .m-md-n15px {
        margin: -15px !important;
    }
    .mt-md-n15px,
    .my-md-n15px {
        margin-top: -15px !important;
    }
    .mr-md-n15px,
    .mx-md-n15px {
        margin-right: -15px !important;
    }
    .mb-md-n15px,
    .my-md-n15px {
        margin-bottom: -15px !important;
    }
    .ml-md-n15px,
    .mx-md-n15px {
        margin-left: -15px !important;
    }
    .m-md-n16px {
        margin: -16px !important;
    }
    .mt-md-n16px,
    .my-md-n16px {
        margin-top: -16px !important;
    }
    .mr-md-n16px,
    .mx-md-n16px {
        margin-right: -16px !important;
    }
    .mb-md-n16px,
    .my-md-n16px {
        margin-bottom: -16px !important;
    }
    .ml-md-n16px,
    .mx-md-n16px {
        margin-left: -16px !important;
    }
    .m-md-n20px {
        margin: -20px !important;
    }
    .mt-md-n20px,
    .my-md-n20px {
        margin-top: -20px !important;
    }
    .mr-md-n20px,
    .mx-md-n20px {
        margin-right: -20px !important;
    }
    .mb-md-n20px,
    .my-md-n20px {
        margin-bottom: -20px !important;
    }
    .ml-md-n20px,
    .mx-md-n20px {
        margin-left: -20px !important;
    }
    .m-md-n22px {
        margin: -22px !important;
    }
    .mt-md-n22px,
    .my-md-n22px {
        margin-top: -22px !important;
    }
    .mr-md-n22px,
    .mx-md-n22px {
        margin-right: -22px !important;
    }
    .mb-md-n22px,
    .my-md-n22px {
        margin-bottom: -22px !important;
    }
    .ml-md-n22px,
    .mx-md-n22px {
        margin-left: -22px !important;
    }
    .m-md-n24px {
        margin: -24px !important;
    }
    .mt-md-n24px,
    .my-md-n24px {
        margin-top: -24px !important;
    }
    .mr-md-n24px,
    .mx-md-n24px {
        margin-right: -24px !important;
    }
    .mb-md-n24px,
    .my-md-n24px {
        margin-bottom: -24px !important;
    }
    .ml-md-n24px,
    .mx-md-n24px {
        margin-left: -24px !important;
    }
    .m-md-n25px {
        margin: -25px !important;
    }
    .mt-md-n25px,
    .my-md-n25px {
        margin-top: -25px !important;
    }
    .mr-md-n25px,
    .mx-md-n25px {
        margin-right: -25px !important;
    }
    .mb-md-n25px,
    .my-md-n25px {
        margin-bottom: -25px !important;
    }
    .ml-md-n25px,
    .mx-md-n25px {
        margin-left: -25px !important;
    }
    .m-md-n28px {
        margin: -28px !important;
    }
    .mt-md-n28px,
    .my-md-n28px {
        margin-top: -28px !important;
    }
    .mr-md-n28px,
    .mx-md-n28px {
        margin-right: -28px !important;
    }
    .mb-md-n28px,
    .my-md-n28px {
        margin-bottom: -28px !important;
    }
    .ml-md-n28px,
    .mx-md-n28px {
        margin-left: -28px !important;
    }
    .m-md-n30px {
        margin: -30px !important;
    }
    .mt-md-n30px,
    .my-md-n30px {
        margin-top: -30px !important;
    }
    .mr-md-n30px,
    .mx-md-n30px {
        margin-right: -30px !important;
    }
    .mb-md-n30px,
    .my-md-n30px {
        margin-bottom: -30px !important;
    }
    .ml-md-n30px,
    .mx-md-n30px {
        margin-left: -30px !important;
    }
    .m-md-n32px {
        margin: -32px !important;
    }
    .mt-md-n32px,
    .my-md-n32px {
        margin-top: -32px !important;
    }
    .mr-md-n32px,
    .mx-md-n32px {
        margin-right: -32px !important;
    }
    .mb-md-n32px,
    .my-md-n32px {
        margin-bottom: -32px !important;
    }
    .ml-md-n32px,
    .mx-md-n32px {
        margin-left: -32px !important;
    }
    .m-md-n36px {
        margin: -36px !important;
    }
    .mt-md-n36px,
    .my-md-n36px {
        margin-top: -36px !important;
    }
    .mr-md-n36px,
    .mx-md-n36px {
        margin-right: -36px !important;
    }
    .mb-md-n36px,
    .my-md-n36px {
        margin-bottom: -36px !important;
    }
    .ml-md-n36px,
    .mx-md-n36px {
        margin-left: -36px !important;
    }
    .m-md-n40px {
        margin: -40px !important;
    }
    .mt-md-n40px,
    .my-md-n40px {
        margin-top: -40px !important;
    }
    .mr-md-n40px,
    .mx-md-n40px {
        margin-right: -40px !important;
    }
    .mb-md-n40px,
    .my-md-n40px {
        margin-bottom: -40px !important;
    }
    .ml-md-n40px,
    .mx-md-n40px {
        margin-left: -40px !important;
    }
    .m-md-n44px {
        margin: -44px !important;
    }
    .mt-md-n44px,
    .my-md-n44px {
        margin-top: -44px !important;
    }
    .mr-md-n44px,
    .mx-md-n44px {
        margin-right: -44px !important;
    }
    .mb-md-n44px,
    .my-md-n44px {
        margin-bottom: -44px !important;
    }
    .ml-md-n44px,
    .mx-md-n44px {
        margin-left: -44px !important;
    }
    .m-md-n48px {
        margin: -48px !important;
    }
    .mt-md-n48px,
    .my-md-n48px {
        margin-top: -48px !important;
    }
    .mr-md-n48px,
    .mx-md-n48px {
        margin-right: -48px !important;
    }
    .mb-md-n48px,
    .my-md-n48px {
        margin-bottom: -48px !important;
    }
    .ml-md-n48px,
    .mx-md-n48px {
        margin-left: -48px !important;
    }
    .m-md-n52px {
        margin: -52px !important;
    }
    .mt-md-n52px,
    .my-md-n52px {
        margin-top: -52px !important;
    }
    .mr-md-n52px,
    .mx-md-n52px {
        margin-right: -52px !important;
    }
    .mb-md-n52px,
    .my-md-n52px {
        margin-bottom: -52px !important;
    }
    .ml-md-n52px,
    .mx-md-n52px {
        margin-left: -52px !important;
    }
    .m-md-n56px {
        margin: -56px !important;
    }
    .mt-md-n56px,
    .my-md-n56px {
        margin-top: -56px !important;
    }
    .mr-md-n56px,
    .mx-md-n56px {
        margin-right: -56px !important;
    }
    .mb-md-n56px,
    .my-md-n56px {
        margin-bottom: -56px !important;
    }
    .ml-md-n56px,
    .mx-md-n56px {
        margin-left: -56px !important;
    }
    .m-md-n60px {
        margin: -60px !important;
    }
    .mt-md-n60px,
    .my-md-n60px {
        margin-top: -60px !important;
    }
    .mr-md-n60px,
    .mx-md-n60px {
        margin-right: -60px !important;
    }
    .mb-md-n60px,
    .my-md-n60px {
        margin-bottom: -60px !important;
    }
    .ml-md-n60px,
    .mx-md-n60px {
        margin-left: -60px !important;
    }
    .m-md-n68px {
        margin: -68px !important;
    }
    .mt-md-n68px,
    .my-md-n68px {
        margin-top: -68px !important;
    }
    .mr-md-n68px,
    .mx-md-n68px {
        margin-right: -68px !important;
    }
    .mb-md-n68px,
    .my-md-n68px {
        margin-bottom: -68px !important;
    }
    .ml-md-n68px,
    .mx-md-n68px {
        margin-left: -68px !important;
    }
    .m-md-n64px {
        margin: -64px !important;
    }
    .mt-md-n64px,
    .my-md-n64px {
        margin-top: -64px !important;
    }
    .mr-md-n64px,
    .mx-md-n64px {
        margin-right: -64px !important;
    }
    .mb-md-n64px,
    .my-md-n64px {
        margin-bottom: -64px !important;
    }
    .ml-md-n64px,
    .mx-md-n64px {
        margin-left: -64px !important;
    }
    .m-md-n72px {
        margin: -72px !important;
    }
    .mt-md-n72px,
    .my-md-n72px {
        margin-top: -72px !important;
    }
    .mr-md-n72px,
    .mx-md-n72px {
        margin-right: -72px !important;
    }
    .mb-md-n72px,
    .my-md-n72px {
        margin-bottom: -72px !important;
    }
    .ml-md-n72px,
    .mx-md-n72px {
        margin-left: -72px !important;
    }
    .m-md-n76px {
        margin: -76px !important;
    }
    .mt-md-n76px,
    .my-md-n76px {
        margin-top: -76px !important;
    }
    .mr-md-n76px,
    .mx-md-n76px {
        margin-right: -76px !important;
    }
    .mb-md-n76px,
    .my-md-n76px {
        margin-bottom: -76px !important;
    }
    .ml-md-n76px,
    .mx-md-n76px {
        margin-left: -76px !important;
    }
    .m-md-n80px {
        margin: -80px !important;
    }
    .mt-md-n80px,
    .my-md-n80px {
        margin-top: -80px !important;
    }
    .mr-md-n80px,
    .mx-md-n80px {
        margin-right: -80px !important;
    }
    .mb-md-n80px,
    .my-md-n80px {
        margin-bottom: -80px !important;
    }
    .ml-md-n80px,
    .mx-md-n80px {
        margin-left: -80px !important;
    }
    .m-md-n86px {
        margin: -86px !important;
    }
    .mt-md-n86px,
    .my-md-n86px {
        margin-top: -86px !important;
    }
    .mr-md-n86px,
    .mx-md-n86px {
        margin-right: -86px !important;
    }
    .mb-md-n86px,
    .my-md-n86px {
        margin-bottom: -86px !important;
    }
    .ml-md-n86px,
    .mx-md-n86px {
        margin-left: -86px !important;
    }
    .m-md-n100px {
        margin: -100px !important;
    }
    .mt-md-n100px,
    .my-md-n100px {
        margin-top: -100px !important;
    }
    .mr-md-n100px,
    .mx-md-n100px {
        margin-right: -100px !important;
    }
    .mb-md-n100px,
    .my-md-n100px {
        margin-bottom: -100px !important;
    }
    .ml-md-n100px,
    .mx-md-n100px {
        margin-left: -100px !important;
    }
    .m-md-n127px {
        margin: -127px !important;
    }
    .mt-md-n127px,
    .my-md-n127px {
        margin-top: -127px !important;
    }
    .mr-md-n127px,
    .mx-md-n127px {
        margin-right: -127px !important;
    }
    .mb-md-n127px,
    .my-md-n127px {
        margin-bottom: -127px !important;
    }
    .ml-md-n127px,
    .mx-md-n127px {
        margin-left: -127px !important;
    }
    .m-md-n129px {
        margin: -129px !important;
    }
    .mt-md-n129px,
    .my-md-n129px {
        margin-top: -129px !important;
    }
    .mr-md-n129px,
    .mx-md-n129px {
        margin-right: -129px !important;
    }
    .mb-md-n129px,
    .my-md-n129px {
        margin-bottom: -129px !important;
    }
    .ml-md-n129px,
    .mx-md-n129px {
        margin-left: -129px !important;
    }
    .m-md-n133px {
        margin: -133px !important;
    }
    .mt-md-n133px,
    .my-md-n133px {
        margin-top: -133px !important;
    }
    .mr-md-n133px,
    .mx-md-n133px {
        margin-right: -133px !important;
    }
    .mb-md-n133px,
    .my-md-n133px {
        margin-bottom: -133px !important;
    }
    .ml-md-n133px,
    .mx-md-n133px {
        margin-left: -133px !important;
    }
    .m-md-n148px {
        margin: -148px !important;
    }
    .mt-md-n148px,
    .my-md-n148px {
        margin-top: -148px !important;
    }
    .mr-md-n148px,
    .mx-md-n148px {
        margin-right: -148px !important;
    }
    .mb-md-n148px,
    .my-md-n148px {
        margin-bottom: -148px !important;
    }
    .ml-md-n148px,
    .mx-md-n148px {
        margin-left: -148px !important;
    }
    .m-md-n180px {
        margin: -180px !important;
    }
    .mt-md-n180px,
    .my-md-n180px {
        margin-top: -180px !important;
    }
    .mr-md-n180px,
    .mx-md-n180px {
        margin-right: -180px !important;
    }
    .mb-md-n180px,
    .my-md-n180px {
        margin-bottom: -180px !important;
    }
    .ml-md-n180px,
    .mx-md-n180px {
        margin-left: -180px !important;
    }
    .m-md-n210px {
        margin: -210px !important;
    }
    .mt-md-n210px,
    .my-md-n210px {
        margin-top: -210px !important;
    }
    .mr-md-n210px,
    .mx-md-n210px {
        margin-right: -210px !important;
    }
    .mb-md-n210px,
    .my-md-n210px {
        margin-bottom: -210px !important;
    }
    .ml-md-n210px,
    .mx-md-n210px {
        margin-left: -210px !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1024px) {
    .m-m-0 {
        margin: 0 !important;
    }
    .mt-m-0,
    .my-m-0 {
        margin-top: 0 !important;
    }
    .mr-m-0,
    .mx-m-0 {
        margin-right: 0 !important;
    }
    .mb-m-0,
    .my-m-0 {
        margin-bottom: 0 !important;
    }
    .ml-m-0,
    .mx-m-0 {
        margin-left: 0 !important;
    }
    .m-m-1 {
        margin: 0.25rem !important;
    }
    .mt-m-1,
    .my-m-1 {
        margin-top: 0.25rem !important;
    }
    .mr-m-1,
    .mx-m-1 {
        margin-right: 0.25rem !important;
    }
    .mb-m-1,
    .my-m-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-m-1,
    .mx-m-1 {
        margin-left: 0.25rem !important;
    }
    .m-m-2 {
        margin: 0.5rem !important;
    }
    .mt-m-2,
    .my-m-2 {
        margin-top: 0.5rem !important;
    }
    .mr-m-2,
    .mx-m-2 {
        margin-right: 0.5rem !important;
    }
    .mb-m-2,
    .my-m-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-m-2,
    .mx-m-2 {
        margin-left: 0.5rem !important;
    }
    .m-m-3 {
        margin: 1rem !important;
    }
    .mt-m-3,
    .my-m-3 {
        margin-top: 1rem !important;
    }
    .mr-m-3,
    .mx-m-3 {
        margin-right: 1rem !important;
    }
    .mb-m-3,
    .my-m-3 {
        margin-bottom: 1rem !important;
    }
    .ml-m-3,
    .mx-m-3 {
        margin-left: 1rem !important;
    }
    .m-m-4 {
        margin: 1.5rem !important;
    }
    .mt-m-4,
    .my-m-4 {
        margin-top: 1.5rem !important;
    }
    .mr-m-4,
    .mx-m-4 {
        margin-right: 1.5rem !important;
    }
    .mb-m-4,
    .my-m-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-m-4,
    .mx-m-4 {
        margin-left: 1.5rem !important;
    }
    .m-m-5 {
        margin: 3rem !important;
    }
    .mt-m-5,
    .my-m-5 {
        margin-top: 3rem !important;
    }
    .mr-m-5,
    .mx-m-5 {
        margin-right: 3rem !important;
    }
    .mb-m-5,
    .my-m-5 {
        margin-bottom: 3rem !important;
    }
    .ml-m-5,
    .mx-m-5 {
        margin-left: 3rem !important;
    }
    .m-m-1px {
        margin: 1px !important;
    }
    .mt-m-1px,
    .my-m-1px {
        margin-top: 1px !important;
    }
    .mr-m-1px,
    .mx-m-1px {
        margin-right: 1px !important;
    }
    .mb-m-1px,
    .my-m-1px {
        margin-bottom: 1px !important;
    }
    .ml-m-1px,
    .mx-m-1px {
        margin-left: 1px !important;
    }
    .m-m-2px {
        margin: 2px !important;
    }
    .mt-m-2px,
    .my-m-2px {
        margin-top: 2px !important;
    }
    .mr-m-2px,
    .mx-m-2px {
        margin-right: 2px !important;
    }
    .mb-m-2px,
    .my-m-2px {
        margin-bottom: 2px !important;
    }
    .ml-m-2px,
    .mx-m-2px {
        margin-left: 2px !important;
    }
    .m-m-3px {
        margin: 3px !important;
    }
    .mt-m-3px,
    .my-m-3px {
        margin-top: 3px !important;
    }
    .mr-m-3px,
    .mx-m-3px {
        margin-right: 3px !important;
    }
    .mb-m-3px,
    .my-m-3px {
        margin-bottom: 3px !important;
    }
    .ml-m-3px,
    .mx-m-3px {
        margin-left: 3px !important;
    }
    .m-m-4px {
        margin: 4px !important;
    }
    .mt-m-4px,
    .my-m-4px {
        margin-top: 4px !important;
    }
    .mr-m-4px,
    .mx-m-4px {
        margin-right: 4px !important;
    }
    .mb-m-4px,
    .my-m-4px {
        margin-bottom: 4px !important;
    }
    .ml-m-4px,
    .mx-m-4px {
        margin-left: 4px !important;
    }
    .m-m-5px {
        margin: 5px !important;
    }
    .mt-m-5px,
    .my-m-5px {
        margin-top: 5px !important;
    }
    .mr-m-5px,
    .mx-m-5px {
        margin-right: 5px !important;
    }
    .mb-m-5px,
    .my-m-5px {
        margin-bottom: 5px !important;
    }
    .ml-m-5px,
    .mx-m-5px {
        margin-left: 5px !important;
    }
    .m-m-6px {
        margin: 6px !important;
    }
    .mt-m-6px,
    .my-m-6px {
        margin-top: 6px !important;
    }
    .mr-m-6px,
    .mx-m-6px {
        margin-right: 6px !important;
    }
    .mb-m-6px,
    .my-m-6px {
        margin-bottom: 6px !important;
    }
    .ml-m-6px,
    .mx-m-6px {
        margin-left: 6px !important;
    }
    .m-m-8px {
        margin: 8px !important;
    }
    .mt-m-8px,
    .my-m-8px {
        margin-top: 8px !important;
    }
    .mr-m-8px,
    .mx-m-8px {
        margin-right: 8px !important;
    }
    .mb-m-8px,
    .my-m-8px {
        margin-bottom: 8px !important;
    }
    .ml-m-8px,
    .mx-m-8px {
        margin-left: 8px !important;
    }
    .m-m-10px {
        margin: 10px !important;
    }
    .mt-m-10px,
    .my-m-10px {
        margin-top: 10px !important;
    }
    .mr-m-10px,
    .mx-m-10px {
        margin-right: 10px !important;
    }
    .mb-m-10px,
    .my-m-10px {
        margin-bottom: 10px !important;
    }
    .ml-m-10px,
    .mx-m-10px {
        margin-left: 10px !important;
    }
    .m-m-12px {
        margin: 12px !important;
    }
    .mt-m-12px,
    .my-m-12px {
        margin-top: 12px !important;
    }
    .mr-m-12px,
    .mx-m-12px {
        margin-right: 12px !important;
    }
    .mb-m-12px,
    .my-m-12px {
        margin-bottom: 12px !important;
    }
    .ml-m-12px,
    .mx-m-12px {
        margin-left: 12px !important;
    }
    .m-m-13px {
        margin: 13px !important;
    }
    .mt-m-13px,
    .my-m-13px {
        margin-top: 13px !important;
    }
    .mr-m-13px,
    .mx-m-13px {
        margin-right: 13px !important;
    }
    .mb-m-13px,
    .my-m-13px {
        margin-bottom: 13px !important;
    }
    .ml-m-13px,
    .mx-m-13px {
        margin-left: 13px !important;
    }
    .m-m-14px {
        margin: 14px !important;
    }
    .mt-m-14px,
    .my-m-14px {
        margin-top: 14px !important;
    }
    .mr-m-14px,
    .mx-m-14px {
        margin-right: 14px !important;
    }
    .mb-m-14px,
    .my-m-14px {
        margin-bottom: 14px !important;
    }
    .ml-m-14px,
    .mx-m-14px {
        margin-left: 14px !important;
    }
    .m-m-15px {
        margin: 15px !important;
    }
    .mt-m-15px,
    .my-m-15px {
        margin-top: 15px !important;
    }
    .mr-m-15px,
    .mx-m-15px {
        margin-right: 15px !important;
    }
    .mb-m-15px,
    .my-m-15px {
        margin-bottom: 15px !important;
    }
    .ml-m-15px,
    .mx-m-15px {
        margin-left: 15px !important;
    }
    .m-m-16px {
        margin: 16px !important;
    }
    .mt-m-16px,
    .my-m-16px {
        margin-top: 16px !important;
    }
    .mr-m-16px,
    .mx-m-16px {
        margin-right: 16px !important;
    }
    .mb-m-16px,
    .my-m-16px {
        margin-bottom: 16px !important;
    }
    .ml-m-16px,
    .mx-m-16px {
        margin-left: 16px !important;
    }
    .m-m-20px {
        margin: 20px !important;
    }
    .mt-m-20px,
    .my-m-20px {
        margin-top: 20px !important;
    }
    .mr-m-20px,
    .mx-m-20px {
        margin-right: 20px !important;
    }
    .mb-m-20px,
    .my-m-20px {
        margin-bottom: 20px !important;
    }
    .ml-m-20px,
    .mx-m-20px {
        margin-left: 20px !important;
    }
    .m-m-22px {
        margin: 22px !important;
    }
    .mt-m-22px,
    .my-m-22px {
        margin-top: 22px !important;
    }
    .mr-m-22px,
    .mx-m-22px {
        margin-right: 22px !important;
    }
    .mb-m-22px,
    .my-m-22px {
        margin-bottom: 22px !important;
    }
    .ml-m-22px,
    .mx-m-22px {
        margin-left: 22px !important;
    }
    .m-m-24px {
        margin: 24px !important;
    }
    .mt-m-24px,
    .my-m-24px {
        margin-top: 24px !important;
    }
    .mr-m-24px,
    .mx-m-24px {
        margin-right: 24px !important;
    }
    .mb-m-24px,
    .my-m-24px {
        margin-bottom: 24px !important;
    }
    .ml-m-24px,
    .mx-m-24px {
        margin-left: 24px !important;
    }
    .m-m-25px {
        margin: 25px !important;
    }
    .mt-m-25px,
    .my-m-25px {
        margin-top: 25px !important;
    }
    .mr-m-25px,
    .mx-m-25px {
        margin-right: 25px !important;
    }
    .mb-m-25px,
    .my-m-25px {
        margin-bottom: 25px !important;
    }
    .ml-m-25px,
    .mx-m-25px {
        margin-left: 25px !important;
    }
    .m-m-28px {
        margin: 28px !important;
    }
    .mt-m-28px,
    .my-m-28px {
        margin-top: 28px !important;
    }
    .mr-m-28px,
    .mx-m-28px {
        margin-right: 28px !important;
    }
    .mb-m-28px,
    .my-m-28px {
        margin-bottom: 28px !important;
    }
    .ml-m-28px,
    .mx-m-28px {
        margin-left: 28px !important;
    }
    .m-m-30px {
        margin: 30px !important;
    }
    .mt-m-30px,
    .my-m-30px {
        margin-top: 30px !important;
    }
    .mr-m-30px,
    .mx-m-30px {
        margin-right: 30px !important;
    }
    .mb-m-30px,
    .my-m-30px {
        margin-bottom: 30px !important;
    }
    .ml-m-30px,
    .mx-m-30px {
        margin-left: 30px !important;
    }
    .m-m-32px {
        margin: 32px !important;
    }
    .mt-m-32px,
    .my-m-32px {
        margin-top: 32px !important;
    }
    .mr-m-32px,
    .mx-m-32px {
        margin-right: 32px !important;
    }
    .mb-m-32px,
    .my-m-32px {
        margin-bottom: 32px !important;
    }
    .ml-m-32px,
    .mx-m-32px {
        margin-left: 32px !important;
    }
    .m-m-36px {
        margin: 36px !important;
    }
    .mt-m-36px,
    .my-m-36px {
        margin-top: 36px !important;
    }
    .mr-m-36px,
    .mx-m-36px {
        margin-right: 36px !important;
    }
    .mb-m-36px,
    .my-m-36px {
        margin-bottom: 36px !important;
    }
    .ml-m-36px,
    .mx-m-36px {
        margin-left: 36px !important;
    }
    .m-m-40px {
        margin: 40px !important;
    }
    .mt-m-40px,
    .my-m-40px {
        margin-top: 40px !important;
    }
    .mr-m-40px,
    .mx-m-40px {
        margin-right: 40px !important;
    }
    .mb-m-40px,
    .my-m-40px {
        margin-bottom: 40px !important;
    }
    .ml-m-40px,
    .mx-m-40px {
        margin-left: 40px !important;
    }
    .m-m-44px {
        margin: 44px !important;
    }
    .mt-m-44px,
    .my-m-44px {
        margin-top: 44px !important;
    }
    .mr-m-44px,
    .mx-m-44px {
        margin-right: 44px !important;
    }
    .mb-m-44px,
    .my-m-44px {
        margin-bottom: 44px !important;
    }
    .ml-m-44px,
    .mx-m-44px {
        margin-left: 44px !important;
    }
    .m-m-48px {
        margin: 48px !important;
    }
    .mt-m-48px,
    .my-m-48px {
        margin-top: 48px !important;
    }
    .mr-m-48px,
    .mx-m-48px {
        margin-right: 48px !important;
    }
    .mb-m-48px,
    .my-m-48px {
        margin-bottom: 48px !important;
    }
    .ml-m-48px,
    .mx-m-48px {
        margin-left: 48px !important;
    }
    .m-m-52px {
        margin: 52px !important;
    }
    .mt-m-52px,
    .my-m-52px {
        margin-top: 52px !important;
    }
    .mr-m-52px,
    .mx-m-52px {
        margin-right: 52px !important;
    }
    .mb-m-52px,
    .my-m-52px {
        margin-bottom: 52px !important;
    }
    .ml-m-52px,
    .mx-m-52px {
        margin-left: 52px !important;
    }
    .m-m-56px {
        margin: 56px !important;
    }
    .mt-m-56px,
    .my-m-56px {
        margin-top: 56px !important;
    }
    .mr-m-56px,
    .mx-m-56px {
        margin-right: 56px !important;
    }
    .mb-m-56px,
    .my-m-56px {
        margin-bottom: 56px !important;
    }
    .ml-m-56px,
    .mx-m-56px {
        margin-left: 56px !important;
    }
    .m-m-60px {
        margin: 60px !important;
    }
    .mt-m-60px,
    .my-m-60px {
        margin-top: 60px !important;
    }
    .mr-m-60px,
    .mx-m-60px {
        margin-right: 60px !important;
    }
    .mb-m-60px,
    .my-m-60px {
        margin-bottom: 60px !important;
    }
    .ml-m-60px,
    .mx-m-60px {
        margin-left: 60px !important;
    }
    .m-m-68px {
        margin: 68px !important;
    }
    .mt-m-68px,
    .my-m-68px {
        margin-top: 68px !important;
    }
    .mr-m-68px,
    .mx-m-68px {
        margin-right: 68px !important;
    }
    .mb-m-68px,
    .my-m-68px {
        margin-bottom: 68px !important;
    }
    .ml-m-68px,
    .mx-m-68px {
        margin-left: 68px !important;
    }
    .m-m-64px {
        margin: 64px !important;
    }
    .mt-m-64px,
    .my-m-64px {
        margin-top: 64px !important;
    }
    .mr-m-64px,
    .mx-m-64px {
        margin-right: 64px !important;
    }
    .mb-m-64px,
    .my-m-64px {
        margin-bottom: 64px !important;
    }
    .ml-m-64px,
    .mx-m-64px {
        margin-left: 64px !important;
    }
    .m-m-72px {
        margin: 72px !important;
    }
    .mt-m-72px,
    .my-m-72px {
        margin-top: 72px !important;
    }
    .mr-m-72px,
    .mx-m-72px {
        margin-right: 72px !important;
    }
    .mb-m-72px,
    .my-m-72px {
        margin-bottom: 72px !important;
    }
    .ml-m-72px,
    .mx-m-72px {
        margin-left: 72px !important;
    }
    .m-m-76px {
        margin: 76px !important;
    }
    .mt-m-76px,
    .my-m-76px {
        margin-top: 76px !important;
    }
    .mr-m-76px,
    .mx-m-76px {
        margin-right: 76px !important;
    }
    .mb-m-76px,
    .my-m-76px {
        margin-bottom: 76px !important;
    }
    .ml-m-76px,
    .mx-m-76px {
        margin-left: 76px !important;
    }
    .m-m-80px {
        margin: 80px !important;
    }
    .mt-m-80px,
    .my-m-80px {
        margin-top: 80px !important;
    }
    .mr-m-80px,
    .mx-m-80px {
        margin-right: 80px !important;
    }
    .mb-m-80px,
    .my-m-80px {
        margin-bottom: 80px !important;
    }
    .ml-m-80px,
    .mx-m-80px {
        margin-left: 80px !important;
    }
    .m-m-86px {
        margin: 86px !important;
    }
    .mt-m-86px,
    .my-m-86px {
        margin-top: 86px !important;
    }
    .mr-m-86px,
    .mx-m-86px {
        margin-right: 86px !important;
    }
    .mb-m-86px,
    .my-m-86px {
        margin-bottom: 86px !important;
    }
    .ml-m-86px,
    .mx-m-86px {
        margin-left: 86px !important;
    }
    .m-m-100px {
        margin: 100px !important;
    }
    .mt-m-100px,
    .my-m-100px {
        margin-top: 100px !important;
    }
    .mr-m-100px,
    .mx-m-100px {
        margin-right: 100px !important;
    }
    .mb-m-100px,
    .my-m-100px {
        margin-bottom: 100px !important;
    }
    .ml-m-100px,
    .mx-m-100px {
        margin-left: 100px !important;
    }
    .m-m-127px {
        margin: 127px !important;
    }
    .mt-m-127px,
    .my-m-127px {
        margin-top: 127px !important;
    }
    .mr-m-127px,
    .mx-m-127px {
        margin-right: 127px !important;
    }
    .mb-m-127px,
    .my-m-127px {
        margin-bottom: 127px !important;
    }
    .ml-m-127px,
    .mx-m-127px {
        margin-left: 127px !important;
    }
    .m-m-129px {
        margin: 129px !important;
    }
    .mt-m-129px,
    .my-m-129px {
        margin-top: 129px !important;
    }
    .mr-m-129px,
    .mx-m-129px {
        margin-right: 129px !important;
    }
    .mb-m-129px,
    .my-m-129px {
        margin-bottom: 129px !important;
    }
    .ml-m-129px,
    .mx-m-129px {
        margin-left: 129px !important;
    }
    .m-m-133px {
        margin: 133px !important;
    }
    .mt-m-133px,
    .my-m-133px {
        margin-top: 133px !important;
    }
    .mr-m-133px,
    .mx-m-133px {
        margin-right: 133px !important;
    }
    .mb-m-133px,
    .my-m-133px {
        margin-bottom: 133px !important;
    }
    .ml-m-133px,
    .mx-m-133px {
        margin-left: 133px !important;
    }
    .m-m-148px {
        margin: 148px !important;
    }
    .mt-m-148px,
    .my-m-148px {
        margin-top: 148px !important;
    }
    .mr-m-148px,
    .mx-m-148px {
        margin-right: 148px !important;
    }
    .mb-m-148px,
    .my-m-148px {
        margin-bottom: 148px !important;
    }
    .ml-m-148px,
    .mx-m-148px {
        margin-left: 148px !important;
    }
    .m-m-180px {
        margin: 180px !important;
    }
    .mt-m-180px,
    .my-m-180px {
        margin-top: 180px !important;
    }
    .mr-m-180px,
    .mx-m-180px {
        margin-right: 180px !important;
    }
    .mb-m-180px,
    .my-m-180px {
        margin-bottom: 180px !important;
    }
    .ml-m-180px,
    .mx-m-180px {
        margin-left: 180px !important;
    }
    .m-m-210px {
        margin: 210px !important;
    }
    .mt-m-210px,
    .my-m-210px {
        margin-top: 210px !important;
    }
    .mr-m-210px,
    .mx-m-210px {
        margin-right: 210px !important;
    }
    .mb-m-210px,
    .my-m-210px {
        margin-bottom: 210px !important;
    }
    .ml-m-210px,
    .mx-m-210px {
        margin-left: 210px !important;
    }
    .p-m-0 {
        padding: 0 !important;
    }
    .pt-m-0,
    .py-m-0 {
        padding-top: 0 !important;
    }
    .pr-m-0,
    .px-m-0 {
        padding-right: 0 !important;
    }
    .pb-m-0,
    .py-m-0 {
        padding-bottom: 0 !important;
    }
    .pl-m-0,
    .px-m-0 {
        padding-left: 0 !important;
    }
    .p-m-1 {
        padding: 0.25rem !important;
    }
    .pt-m-1,
    .py-m-1 {
        padding-top: 0.25rem !important;
    }
    .pr-m-1,
    .px-m-1 {
        padding-right: 0.25rem !important;
    }
    .pb-m-1,
    .py-m-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-m-1,
    .px-m-1 {
        padding-left: 0.25rem !important;
    }
    .p-m-2 {
        padding: 0.5rem !important;
    }
    .pt-m-2,
    .py-m-2 {
        padding-top: 0.5rem !important;
    }
    .pr-m-2,
    .px-m-2 {
        padding-right: 0.5rem !important;
    }
    .pb-m-2,
    .py-m-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-m-2,
    .px-m-2 {
        padding-left: 0.5rem !important;
    }
    .p-m-3 {
        padding: 1rem !important;
    }
    .pt-m-3,
    .py-m-3 {
        padding-top: 1rem !important;
    }
    .pr-m-3,
    .px-m-3 {
        padding-right: 1rem !important;
    }
    .pb-m-3,
    .py-m-3 {
        padding-bottom: 1rem !important;
    }
    .pl-m-3,
    .px-m-3 {
        padding-left: 1rem !important;
    }
    .p-m-4 {
        padding: 1.5rem !important;
    }
    .pt-m-4,
    .py-m-4 {
        padding-top: 1.5rem !important;
    }
    .pr-m-4,
    .px-m-4 {
        padding-right: 1.5rem !important;
    }
    .pb-m-4,
    .py-m-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-m-4,
    .px-m-4 {
        padding-left: 1.5rem !important;
    }
    .p-m-5 {
        padding: 3rem !important;
    }
    .pt-m-5,
    .py-m-5 {
        padding-top: 3rem !important;
    }
    .pr-m-5,
    .px-m-5 {
        padding-right: 3rem !important;
    }
    .pb-m-5,
    .py-m-5 {
        padding-bottom: 3rem !important;
    }
    .pl-m-5,
    .px-m-5 {
        padding-left: 3rem !important;
    }
    .p-m-1px {
        padding: 1px !important;
    }
    .pt-m-1px,
    .py-m-1px {
        padding-top: 1px !important;
    }
    .pr-m-1px,
    .px-m-1px {
        padding-right: 1px !important;
    }
    .pb-m-1px,
    .py-m-1px {
        padding-bottom: 1px !important;
    }
    .pl-m-1px,
    .px-m-1px {
        padding-left: 1px !important;
    }
    .p-m-2px {
        padding: 2px !important;
    }
    .pt-m-2px,
    .py-m-2px {
        padding-top: 2px !important;
    }
    .pr-m-2px,
    .px-m-2px {
        padding-right: 2px !important;
    }
    .pb-m-2px,
    .py-m-2px {
        padding-bottom: 2px !important;
    }
    .pl-m-2px,
    .px-m-2px {
        padding-left: 2px !important;
    }
    .p-m-3px {
        padding: 3px !important;
    }
    .pt-m-3px,
    .py-m-3px {
        padding-top: 3px !important;
    }
    .pr-m-3px,
    .px-m-3px {
        padding-right: 3px !important;
    }
    .pb-m-3px,
    .py-m-3px {
        padding-bottom: 3px !important;
    }
    .pl-m-3px,
    .px-m-3px {
        padding-left: 3px !important;
    }
    .p-m-4px {
        padding: 4px !important;
    }
    .pt-m-4px,
    .py-m-4px {
        padding-top: 4px !important;
    }
    .pr-m-4px,
    .px-m-4px {
        padding-right: 4px !important;
    }
    .pb-m-4px,
    .py-m-4px {
        padding-bottom: 4px !important;
    }
    .pl-m-4px,
    .px-m-4px {
        padding-left: 4px !important;
    }
    .p-m-5px {
        padding: 5px !important;
    }
    .pt-m-5px,
    .py-m-5px {
        padding-top: 5px !important;
    }
    .pr-m-5px,
    .px-m-5px {
        padding-right: 5px !important;
    }
    .pb-m-5px,
    .py-m-5px {
        padding-bottom: 5px !important;
    }
    .pl-m-5px,
    .px-m-5px {
        padding-left: 5px !important;
    }
    .p-m-6px {
        padding: 6px !important;
    }
    .pt-m-6px,
    .py-m-6px {
        padding-top: 6px !important;
    }
    .pr-m-6px,
    .px-m-6px {
        padding-right: 6px !important;
    }
    .pb-m-6px,
    .py-m-6px {
        padding-bottom: 6px !important;
    }
    .pl-m-6px,
    .px-m-6px {
        padding-left: 6px !important;
    }
    .p-m-8px {
        padding: 8px !important;
    }
    .pt-m-8px,
    .py-m-8px {
        padding-top: 8px !important;
    }
    .pr-m-8px,
    .px-m-8px {
        padding-right: 8px !important;
    }
    .pb-m-8px,
    .py-m-8px {
        padding-bottom: 8px !important;
    }
    .pl-m-8px,
    .px-m-8px {
        padding-left: 8px !important;
    }
    .p-m-10px {
        padding: 10px !important;
    }
    .pt-m-10px,
    .py-m-10px {
        padding-top: 10px !important;
    }
    .pr-m-10px,
    .px-m-10px {
        padding-right: 10px !important;
    }
    .pb-m-10px,
    .py-m-10px {
        padding-bottom: 10px !important;
    }
    .pl-m-10px,
    .px-m-10px {
        padding-left: 10px !important;
    }
    .p-m-12px {
        padding: 12px !important;
    }
    .pt-m-12px,
    .py-m-12px {
        padding-top: 12px !important;
    }
    .pr-m-12px,
    .px-m-12px {
        padding-right: 12px !important;
    }
    .pb-m-12px,
    .py-m-12px {
        padding-bottom: 12px !important;
    }
    .pl-m-12px,
    .px-m-12px {
        padding-left: 12px !important;
    }
    .p-m-13px {
        padding: 13px !important;
    }
    .pt-m-13px,
    .py-m-13px {
        padding-top: 13px !important;
    }
    .pr-m-13px,
    .px-m-13px {
        padding-right: 13px !important;
    }
    .pb-m-13px,
    .py-m-13px {
        padding-bottom: 13px !important;
    }
    .pl-m-13px,
    .px-m-13px {
        padding-left: 13px !important;
    }
    .p-m-14px {
        padding: 14px !important;
    }
    .pt-m-14px,
    .py-m-14px {
        padding-top: 14px !important;
    }
    .pr-m-14px,
    .px-m-14px {
        padding-right: 14px !important;
    }
    .pb-m-14px,
    .py-m-14px {
        padding-bottom: 14px !important;
    }
    .pl-m-14px,
    .px-m-14px {
        padding-left: 14px !important;
    }
    .p-m-15px {
        padding: 15px !important;
    }
    .pt-m-15px,
    .py-m-15px {
        padding-top: 15px !important;
    }
    .pr-m-15px,
    .px-m-15px {
        padding-right: 15px !important;
    }
    .pb-m-15px,
    .py-m-15px {
        padding-bottom: 15px !important;
    }
    .pl-m-15px,
    .px-m-15px {
        padding-left: 15px !important;
    }
    .p-m-16px {
        padding: 16px !important;
    }
    .pt-m-16px,
    .py-m-16px {
        padding-top: 16px !important;
    }
    .pr-m-16px,
    .px-m-16px {
        padding-right: 16px !important;
    }
    .pb-m-16px,
    .py-m-16px {
        padding-bottom: 16px !important;
    }
    .pl-m-16px,
    .px-m-16px {
        padding-left: 16px !important;
    }
    .p-m-20px {
        padding: 20px !important;
    }
    .pt-m-20px,
    .py-m-20px {
        padding-top: 20px !important;
    }
    .pr-m-20px,
    .px-m-20px {
        padding-right: 20px !important;
    }
    .pb-m-20px,
    .py-m-20px {
        padding-bottom: 20px !important;
    }
    .pl-m-20px,
    .px-m-20px {
        padding-left: 20px !important;
    }
    .p-m-22px {
        padding: 22px !important;
    }
    .pt-m-22px,
    .py-m-22px {
        padding-top: 22px !important;
    }
    .pr-m-22px,
    .px-m-22px {
        padding-right: 22px !important;
    }
    .pb-m-22px,
    .py-m-22px {
        padding-bottom: 22px !important;
    }
    .pl-m-22px,
    .px-m-22px {
        padding-left: 22px !important;
    }
    .p-m-24px {
        padding: 24px !important;
    }
    .pt-m-24px,
    .py-m-24px {
        padding-top: 24px !important;
    }
    .pr-m-24px,
    .px-m-24px {
        padding-right: 24px !important;
    }
    .pb-m-24px,
    .py-m-24px {
        padding-bottom: 24px !important;
    }
    .pl-m-24px,
    .px-m-24px {
        padding-left: 24px !important;
    }
    .p-m-25px {
        padding: 25px !important;
    }
    .pt-m-25px,
    .py-m-25px {
        padding-top: 25px !important;
    }
    .pr-m-25px,
    .px-m-25px {
        padding-right: 25px !important;
    }
    .pb-m-25px,
    .py-m-25px {
        padding-bottom: 25px !important;
    }
    .pl-m-25px,
    .px-m-25px {
        padding-left: 25px !important;
    }
    .p-m-28px {
        padding: 28px !important;
    }
    .pt-m-28px,
    .py-m-28px {
        padding-top: 28px !important;
    }
    .pr-m-28px,
    .px-m-28px {
        padding-right: 28px !important;
    }
    .pb-m-28px,
    .py-m-28px {
        padding-bottom: 28px !important;
    }
    .pl-m-28px,
    .px-m-28px {
        padding-left: 28px !important;
    }
    .p-m-30px {
        padding: 30px !important;
    }
    .pt-m-30px,
    .py-m-30px {
        padding-top: 30px !important;
    }
    .pr-m-30px,
    .px-m-30px {
        padding-right: 30px !important;
    }
    .pb-m-30px,
    .py-m-30px {
        padding-bottom: 30px !important;
    }
    .pl-m-30px,
    .px-m-30px {
        padding-left: 30px !important;
    }
    .p-m-32px {
        padding: 32px !important;
    }
    .pt-m-32px,
    .py-m-32px {
        padding-top: 32px !important;
    }
    .pr-m-32px,
    .px-m-32px {
        padding-right: 32px !important;
    }
    .pb-m-32px,
    .py-m-32px {
        padding-bottom: 32px !important;
    }
    .pl-m-32px,
    .px-m-32px {
        padding-left: 32px !important;
    }
    .p-m-36px {
        padding: 36px !important;
    }
    .pt-m-36px,
    .py-m-36px {
        padding-top: 36px !important;
    }
    .pr-m-36px,
    .px-m-36px {
        padding-right: 36px !important;
    }
    .pb-m-36px,
    .py-m-36px {
        padding-bottom: 36px !important;
    }
    .pl-m-36px,
    .px-m-36px {
        padding-left: 36px !important;
    }
    .p-m-40px {
        padding: 40px !important;
    }
    .pt-m-40px,
    .py-m-40px {
        padding-top: 40px !important;
    }
    .pr-m-40px,
    .px-m-40px {
        padding-right: 40px !important;
    }
    .pb-m-40px,
    .py-m-40px {
        padding-bottom: 40px !important;
    }
    .pl-m-40px,
    .px-m-40px {
        padding-left: 40px !important;
    }
    .p-m-44px {
        padding: 44px !important;
    }
    .pt-m-44px,
    .py-m-44px {
        padding-top: 44px !important;
    }
    .pr-m-44px,
    .px-m-44px {
        padding-right: 44px !important;
    }
    .pb-m-44px,
    .py-m-44px {
        padding-bottom: 44px !important;
    }
    .pl-m-44px,
    .px-m-44px {
        padding-left: 44px !important;
    }
    .p-m-48px {
        padding: 48px !important;
    }
    .pt-m-48px,
    .py-m-48px {
        padding-top: 48px !important;
    }
    .pr-m-48px,
    .px-m-48px {
        padding-right: 48px !important;
    }
    .pb-m-48px,
    .py-m-48px {
        padding-bottom: 48px !important;
    }
    .pl-m-48px,
    .px-m-48px {
        padding-left: 48px !important;
    }
    .p-m-52px {
        padding: 52px !important;
    }
    .pt-m-52px,
    .py-m-52px {
        padding-top: 52px !important;
    }
    .pr-m-52px,
    .px-m-52px {
        padding-right: 52px !important;
    }
    .pb-m-52px,
    .py-m-52px {
        padding-bottom: 52px !important;
    }
    .pl-m-52px,
    .px-m-52px {
        padding-left: 52px !important;
    }
    .p-m-56px {
        padding: 56px !important;
    }
    .pt-m-56px,
    .py-m-56px {
        padding-top: 56px !important;
    }
    .pr-m-56px,
    .px-m-56px {
        padding-right: 56px !important;
    }
    .pb-m-56px,
    .py-m-56px {
        padding-bottom: 56px !important;
    }
    .pl-m-56px,
    .px-m-56px {
        padding-left: 56px !important;
    }
    .p-m-60px {
        padding: 60px !important;
    }
    .pt-m-60px,
    .py-m-60px {
        padding-top: 60px !important;
    }
    .pr-m-60px,
    .px-m-60px {
        padding-right: 60px !important;
    }
    .pb-m-60px,
    .py-m-60px {
        padding-bottom: 60px !important;
    }
    .pl-m-60px,
    .px-m-60px {
        padding-left: 60px !important;
    }
    .p-m-68px {
        padding: 68px !important;
    }
    .pt-m-68px,
    .py-m-68px {
        padding-top: 68px !important;
    }
    .pr-m-68px,
    .px-m-68px {
        padding-right: 68px !important;
    }
    .pb-m-68px,
    .py-m-68px {
        padding-bottom: 68px !important;
    }
    .pl-m-68px,
    .px-m-68px {
        padding-left: 68px !important;
    }
    .p-m-64px {
        padding: 64px !important;
    }
    .pt-m-64px,
    .py-m-64px {
        padding-top: 64px !important;
    }
    .pr-m-64px,
    .px-m-64px {
        padding-right: 64px !important;
    }
    .pb-m-64px,
    .py-m-64px {
        padding-bottom: 64px !important;
    }
    .pl-m-64px,
    .px-m-64px {
        padding-left: 64px !important;
    }
    .p-m-72px {
        padding: 72px !important;
    }
    .pt-m-72px,
    .py-m-72px {
        padding-top: 72px !important;
    }
    .pr-m-72px,
    .px-m-72px {
        padding-right: 72px !important;
    }
    .pb-m-72px,
    .py-m-72px {
        padding-bottom: 72px !important;
    }
    .pl-m-72px,
    .px-m-72px {
        padding-left: 72px !important;
    }
    .p-m-76px {
        padding: 76px !important;
    }
    .pt-m-76px,
    .py-m-76px {
        padding-top: 76px !important;
    }
    .pr-m-76px,
    .px-m-76px {
        padding-right: 76px !important;
    }
    .pb-m-76px,
    .py-m-76px {
        padding-bottom: 76px !important;
    }
    .pl-m-76px,
    .px-m-76px {
        padding-left: 76px !important;
    }
    .p-m-80px {
        padding: 80px !important;
    }
    .pt-m-80px,
    .py-m-80px {
        padding-top: 80px !important;
    }
    .pr-m-80px,
    .px-m-80px {
        padding-right: 80px !important;
    }
    .pb-m-80px,
    .py-m-80px {
        padding-bottom: 80px !important;
    }
    .pl-m-80px,
    .px-m-80px {
        padding-left: 80px !important;
    }
    .p-m-86px {
        padding: 86px !important;
    }
    .pt-m-86px,
    .py-m-86px {
        padding-top: 86px !important;
    }
    .pr-m-86px,
    .px-m-86px {
        padding-right: 86px !important;
    }
    .pb-m-86px,
    .py-m-86px {
        padding-bottom: 86px !important;
    }
    .pl-m-86px,
    .px-m-86px {
        padding-left: 86px !important;
    }
    .p-m-100px {
        padding: 100px !important;
    }
    .pt-m-100px,
    .py-m-100px {
        padding-top: 100px !important;
    }
    .pr-m-100px,
    .px-m-100px {
        padding-right: 100px !important;
    }
    .pb-m-100px,
    .py-m-100px {
        padding-bottom: 100px !important;
    }
    .pl-m-100px,
    .px-m-100px {
        padding-left: 100px !important;
    }
    .p-m-127px {
        padding: 127px !important;
    }
    .pt-m-127px,
    .py-m-127px {
        padding-top: 127px !important;
    }
    .pr-m-127px,
    .px-m-127px {
        padding-right: 127px !important;
    }
    .pb-m-127px,
    .py-m-127px {
        padding-bottom: 127px !important;
    }
    .pl-m-127px,
    .px-m-127px {
        padding-left: 127px !important;
    }
    .p-m-129px {
        padding: 129px !important;
    }
    .pt-m-129px,
    .py-m-129px {
        padding-top: 129px !important;
    }
    .pr-m-129px,
    .px-m-129px {
        padding-right: 129px !important;
    }
    .pb-m-129px,
    .py-m-129px {
        padding-bottom: 129px !important;
    }
    .pl-m-129px,
    .px-m-129px {
        padding-left: 129px !important;
    }
    .p-m-133px {
        padding: 133px !important;
    }
    .pt-m-133px,
    .py-m-133px {
        padding-top: 133px !important;
    }
    .pr-m-133px,
    .px-m-133px {
        padding-right: 133px !important;
    }
    .pb-m-133px,
    .py-m-133px {
        padding-bottom: 133px !important;
    }
    .pl-m-133px,
    .px-m-133px {
        padding-left: 133px !important;
    }
    .p-m-148px {
        padding: 148px !important;
    }
    .pt-m-148px,
    .py-m-148px {
        padding-top: 148px !important;
    }
    .pr-m-148px,
    .px-m-148px {
        padding-right: 148px !important;
    }
    .pb-m-148px,
    .py-m-148px {
        padding-bottom: 148px !important;
    }
    .pl-m-148px,
    .px-m-148px {
        padding-left: 148px !important;
    }
    .p-m-180px {
        padding: 180px !important;
    }
    .pt-m-180px,
    .py-m-180px {
        padding-top: 180px !important;
    }
    .pr-m-180px,
    .px-m-180px {
        padding-right: 180px !important;
    }
    .pb-m-180px,
    .py-m-180px {
        padding-bottom: 180px !important;
    }
    .pl-m-180px,
    .px-m-180px {
        padding-left: 180px !important;
    }
    .p-m-210px {
        padding: 210px !important;
    }
    .pt-m-210px,
    .py-m-210px {
        padding-top: 210px !important;
    }
    .pr-m-210px,
    .px-m-210px {
        padding-right: 210px !important;
    }
    .pb-m-210px,
    .py-m-210px {
        padding-bottom: 210px !important;
    }
    .pl-m-210px,
    .px-m-210px {
        padding-left: 210px !important;
    }
    .m-m-n1 {
        margin: -0.25rem !important;
    }
    .mt-m-n1,
    .my-m-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-m-n1,
    .mx-m-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-m-n1,
    .my-m-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-m-n1,
    .mx-m-n1 {
        margin-left: -0.25rem !important;
    }
    .m-m-n2 {
        margin: -0.5rem !important;
    }
    .mt-m-n2,
    .my-m-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-m-n2,
    .mx-m-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-m-n2,
    .my-m-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-m-n2,
    .mx-m-n2 {
        margin-left: -0.5rem !important;
    }
    .m-m-n3 {
        margin: -1rem !important;
    }
    .mt-m-n3,
    .my-m-n3 {
        margin-top: -1rem !important;
    }
    .mr-m-n3,
    .mx-m-n3 {
        margin-right: -1rem !important;
    }
    .mb-m-n3,
    .my-m-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-m-n3,
    .mx-m-n3 {
        margin-left: -1rem !important;
    }
    .m-m-n4 {
        margin: -1.5rem !important;
    }
    .mt-m-n4,
    .my-m-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-m-n4,
    .mx-m-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-m-n4,
    .my-m-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-m-n4,
    .mx-m-n4 {
        margin-left: -1.5rem !important;
    }
    .m-m-n5 {
        margin: -3rem !important;
    }
    .mt-m-n5,
    .my-m-n5 {
        margin-top: -3rem !important;
    }
    .mr-m-n5,
    .mx-m-n5 {
        margin-right: -3rem !important;
    }
    .mb-m-n5,
    .my-m-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-m-n5,
    .mx-m-n5 {
        margin-left: -3rem !important;
    }
    .m-m-n1px {
        margin: -1px !important;
    }
    .mt-m-n1px,
    .my-m-n1px {
        margin-top: -1px !important;
    }
    .mr-m-n1px,
    .mx-m-n1px {
        margin-right: -1px !important;
    }
    .mb-m-n1px,
    .my-m-n1px {
        margin-bottom: -1px !important;
    }
    .ml-m-n1px,
    .mx-m-n1px {
        margin-left: -1px !important;
    }
    .m-m-n2px {
        margin: -2px !important;
    }
    .mt-m-n2px,
    .my-m-n2px {
        margin-top: -2px !important;
    }
    .mr-m-n2px,
    .mx-m-n2px {
        margin-right: -2px !important;
    }
    .mb-m-n2px,
    .my-m-n2px {
        margin-bottom: -2px !important;
    }
    .ml-m-n2px,
    .mx-m-n2px {
        margin-left: -2px !important;
    }
    .m-m-n3px {
        margin: -3px !important;
    }
    .mt-m-n3px,
    .my-m-n3px {
        margin-top: -3px !important;
    }
    .mr-m-n3px,
    .mx-m-n3px {
        margin-right: -3px !important;
    }
    .mb-m-n3px,
    .my-m-n3px {
        margin-bottom: -3px !important;
    }
    .ml-m-n3px,
    .mx-m-n3px {
        margin-left: -3px !important;
    }
    .m-m-n4px {
        margin: -4px !important;
    }
    .mt-m-n4px,
    .my-m-n4px {
        margin-top: -4px !important;
    }
    .mr-m-n4px,
    .mx-m-n4px {
        margin-right: -4px !important;
    }
    .mb-m-n4px,
    .my-m-n4px {
        margin-bottom: -4px !important;
    }
    .ml-m-n4px,
    .mx-m-n4px {
        margin-left: -4px !important;
    }
    .m-m-n5px {
        margin: -5px !important;
    }
    .mt-m-n5px,
    .my-m-n5px {
        margin-top: -5px !important;
    }
    .mr-m-n5px,
    .mx-m-n5px {
        margin-right: -5px !important;
    }
    .mb-m-n5px,
    .my-m-n5px {
        margin-bottom: -5px !important;
    }
    .ml-m-n5px,
    .mx-m-n5px {
        margin-left: -5px !important;
    }
    .m-m-n6px {
        margin: -6px !important;
    }
    .mt-m-n6px,
    .my-m-n6px {
        margin-top: -6px !important;
    }
    .mr-m-n6px,
    .mx-m-n6px {
        margin-right: -6px !important;
    }
    .mb-m-n6px,
    .my-m-n6px {
        margin-bottom: -6px !important;
    }
    .ml-m-n6px,
    .mx-m-n6px {
        margin-left: -6px !important;
    }
    .m-m-n8px {
        margin: -8px !important;
    }
    .mt-m-n8px,
    .my-m-n8px {
        margin-top: -8px !important;
    }
    .mr-m-n8px,
    .mx-m-n8px {
        margin-right: -8px !important;
    }
    .mb-m-n8px,
    .my-m-n8px {
        margin-bottom: -8px !important;
    }
    .ml-m-n8px,
    .mx-m-n8px {
        margin-left: -8px !important;
    }
    .m-m-n10px {
        margin: -10px !important;
    }
    .mt-m-n10px,
    .my-m-n10px {
        margin-top: -10px !important;
    }
    .mr-m-n10px,
    .mx-m-n10px {
        margin-right: -10px !important;
    }
    .mb-m-n10px,
    .my-m-n10px {
        margin-bottom: -10px !important;
    }
    .ml-m-n10px,
    .mx-m-n10px {
        margin-left: -10px !important;
    }
    .m-m-n12px {
        margin: -12px !important;
    }
    .mt-m-n12px,
    .my-m-n12px {
        margin-top: -12px !important;
    }
    .mr-m-n12px,
    .mx-m-n12px {
        margin-right: -12px !important;
    }
    .mb-m-n12px,
    .my-m-n12px {
        margin-bottom: -12px !important;
    }
    .ml-m-n12px,
    .mx-m-n12px {
        margin-left: -12px !important;
    }
    .m-m-n13px {
        margin: -13px !important;
    }
    .mt-m-n13px,
    .my-m-n13px {
        margin-top: -13px !important;
    }
    .mr-m-n13px,
    .mx-m-n13px {
        margin-right: -13px !important;
    }
    .mb-m-n13px,
    .my-m-n13px {
        margin-bottom: -13px !important;
    }
    .ml-m-n13px,
    .mx-m-n13px {
        margin-left: -13px !important;
    }
    .m-m-n14px {
        margin: -14px !important;
    }
    .mt-m-n14px,
    .my-m-n14px {
        margin-top: -14px !important;
    }
    .mr-m-n14px,
    .mx-m-n14px {
        margin-right: -14px !important;
    }
    .mb-m-n14px,
    .my-m-n14px {
        margin-bottom: -14px !important;
    }
    .ml-m-n14px,
    .mx-m-n14px {
        margin-left: -14px !important;
    }
    .m-m-n15px {
        margin: -15px !important;
    }
    .mt-m-n15px,
    .my-m-n15px {
        margin-top: -15px !important;
    }
    .mr-m-n15px,
    .mx-m-n15px {
        margin-right: -15px !important;
    }
    .mb-m-n15px,
    .my-m-n15px {
        margin-bottom: -15px !important;
    }
    .ml-m-n15px,
    .mx-m-n15px {
        margin-left: -15px !important;
    }
    .m-m-n16px {
        margin: -16px !important;
    }
    .mt-m-n16px,
    .my-m-n16px {
        margin-top: -16px !important;
    }
    .mr-m-n16px,
    .mx-m-n16px {
        margin-right: -16px !important;
    }
    .mb-m-n16px,
    .my-m-n16px {
        margin-bottom: -16px !important;
    }
    .ml-m-n16px,
    .mx-m-n16px {
        margin-left: -16px !important;
    }
    .m-m-n20px {
        margin: -20px !important;
    }
    .mt-m-n20px,
    .my-m-n20px {
        margin-top: -20px !important;
    }
    .mr-m-n20px,
    .mx-m-n20px {
        margin-right: -20px !important;
    }
    .mb-m-n20px,
    .my-m-n20px {
        margin-bottom: -20px !important;
    }
    .ml-m-n20px,
    .mx-m-n20px {
        margin-left: -20px !important;
    }
    .m-m-n22px {
        margin: -22px !important;
    }
    .mt-m-n22px,
    .my-m-n22px {
        margin-top: -22px !important;
    }
    .mr-m-n22px,
    .mx-m-n22px {
        margin-right: -22px !important;
    }
    .mb-m-n22px,
    .my-m-n22px {
        margin-bottom: -22px !important;
    }
    .ml-m-n22px,
    .mx-m-n22px {
        margin-left: -22px !important;
    }
    .m-m-n24px {
        margin: -24px !important;
    }
    .mt-m-n24px,
    .my-m-n24px {
        margin-top: -24px !important;
    }
    .mr-m-n24px,
    .mx-m-n24px {
        margin-right: -24px !important;
    }
    .mb-m-n24px,
    .my-m-n24px {
        margin-bottom: -24px !important;
    }
    .ml-m-n24px,
    .mx-m-n24px {
        margin-left: -24px !important;
    }
    .m-m-n25px {
        margin: -25px !important;
    }
    .mt-m-n25px,
    .my-m-n25px {
        margin-top: -25px !important;
    }
    .mr-m-n25px,
    .mx-m-n25px {
        margin-right: -25px !important;
    }
    .mb-m-n25px,
    .my-m-n25px {
        margin-bottom: -25px !important;
    }
    .ml-m-n25px,
    .mx-m-n25px {
        margin-left: -25px !important;
    }
    .m-m-n28px {
        margin: -28px !important;
    }
    .mt-m-n28px,
    .my-m-n28px {
        margin-top: -28px !important;
    }
    .mr-m-n28px,
    .mx-m-n28px {
        margin-right: -28px !important;
    }
    .mb-m-n28px,
    .my-m-n28px {
        margin-bottom: -28px !important;
    }
    .ml-m-n28px,
    .mx-m-n28px {
        margin-left: -28px !important;
    }
    .m-m-n30px {
        margin: -30px !important;
    }
    .mt-m-n30px,
    .my-m-n30px {
        margin-top: -30px !important;
    }
    .mr-m-n30px,
    .mx-m-n30px {
        margin-right: -30px !important;
    }
    .mb-m-n30px,
    .my-m-n30px {
        margin-bottom: -30px !important;
    }
    .ml-m-n30px,
    .mx-m-n30px {
        margin-left: -30px !important;
    }
    .m-m-n32px {
        margin: -32px !important;
    }
    .mt-m-n32px,
    .my-m-n32px {
        margin-top: -32px !important;
    }
    .mr-m-n32px,
    .mx-m-n32px {
        margin-right: -32px !important;
    }
    .mb-m-n32px,
    .my-m-n32px {
        margin-bottom: -32px !important;
    }
    .ml-m-n32px,
    .mx-m-n32px {
        margin-left: -32px !important;
    }
    .m-m-n36px {
        margin: -36px !important;
    }
    .mt-m-n36px,
    .my-m-n36px {
        margin-top: -36px !important;
    }
    .mr-m-n36px,
    .mx-m-n36px {
        margin-right: -36px !important;
    }
    .mb-m-n36px,
    .my-m-n36px {
        margin-bottom: -36px !important;
    }
    .ml-m-n36px,
    .mx-m-n36px {
        margin-left: -36px !important;
    }
    .m-m-n40px {
        margin: -40px !important;
    }
    .mt-m-n40px,
    .my-m-n40px {
        margin-top: -40px !important;
    }
    .mr-m-n40px,
    .mx-m-n40px {
        margin-right: -40px !important;
    }
    .mb-m-n40px,
    .my-m-n40px {
        margin-bottom: -40px !important;
    }
    .ml-m-n40px,
    .mx-m-n40px {
        margin-left: -40px !important;
    }
    .m-m-n44px {
        margin: -44px !important;
    }
    .mt-m-n44px,
    .my-m-n44px {
        margin-top: -44px !important;
    }
    .mr-m-n44px,
    .mx-m-n44px {
        margin-right: -44px !important;
    }
    .mb-m-n44px,
    .my-m-n44px {
        margin-bottom: -44px !important;
    }
    .ml-m-n44px,
    .mx-m-n44px {
        margin-left: -44px !important;
    }
    .m-m-n48px {
        margin: -48px !important;
    }
    .mt-m-n48px,
    .my-m-n48px {
        margin-top: -48px !important;
    }
    .mr-m-n48px,
    .mx-m-n48px {
        margin-right: -48px !important;
    }
    .mb-m-n48px,
    .my-m-n48px {
        margin-bottom: -48px !important;
    }
    .ml-m-n48px,
    .mx-m-n48px {
        margin-left: -48px !important;
    }
    .m-m-n52px {
        margin: -52px !important;
    }
    .mt-m-n52px,
    .my-m-n52px {
        margin-top: -52px !important;
    }
    .mr-m-n52px,
    .mx-m-n52px {
        margin-right: -52px !important;
    }
    .mb-m-n52px,
    .my-m-n52px {
        margin-bottom: -52px !important;
    }
    .ml-m-n52px,
    .mx-m-n52px {
        margin-left: -52px !important;
    }
    .m-m-n56px {
        margin: -56px !important;
    }
    .mt-m-n56px,
    .my-m-n56px {
        margin-top: -56px !important;
    }
    .mr-m-n56px,
    .mx-m-n56px {
        margin-right: -56px !important;
    }
    .mb-m-n56px,
    .my-m-n56px {
        margin-bottom: -56px !important;
    }
    .ml-m-n56px,
    .mx-m-n56px {
        margin-left: -56px !important;
    }
    .m-m-n60px {
        margin: -60px !important;
    }
    .mt-m-n60px,
    .my-m-n60px {
        margin-top: -60px !important;
    }
    .mr-m-n60px,
    .mx-m-n60px {
        margin-right: -60px !important;
    }
    .mb-m-n60px,
    .my-m-n60px {
        margin-bottom: -60px !important;
    }
    .ml-m-n60px,
    .mx-m-n60px {
        margin-left: -60px !important;
    }
    .m-m-n68px {
        margin: -68px !important;
    }
    .mt-m-n68px,
    .my-m-n68px {
        margin-top: -68px !important;
    }
    .mr-m-n68px,
    .mx-m-n68px {
        margin-right: -68px !important;
    }
    .mb-m-n68px,
    .my-m-n68px {
        margin-bottom: -68px !important;
    }
    .ml-m-n68px,
    .mx-m-n68px {
        margin-left: -68px !important;
    }
    .m-m-n64px {
        margin: -64px !important;
    }
    .mt-m-n64px,
    .my-m-n64px {
        margin-top: -64px !important;
    }
    .mr-m-n64px,
    .mx-m-n64px {
        margin-right: -64px !important;
    }
    .mb-m-n64px,
    .my-m-n64px {
        margin-bottom: -64px !important;
    }
    .ml-m-n64px,
    .mx-m-n64px {
        margin-left: -64px !important;
    }
    .m-m-n72px {
        margin: -72px !important;
    }
    .mt-m-n72px,
    .my-m-n72px {
        margin-top: -72px !important;
    }
    .mr-m-n72px,
    .mx-m-n72px {
        margin-right: -72px !important;
    }
    .mb-m-n72px,
    .my-m-n72px {
        margin-bottom: -72px !important;
    }
    .ml-m-n72px,
    .mx-m-n72px {
        margin-left: -72px !important;
    }
    .m-m-n76px {
        margin: -76px !important;
    }
    .mt-m-n76px,
    .my-m-n76px {
        margin-top: -76px !important;
    }
    .mr-m-n76px,
    .mx-m-n76px {
        margin-right: -76px !important;
    }
    .mb-m-n76px,
    .my-m-n76px {
        margin-bottom: -76px !important;
    }
    .ml-m-n76px,
    .mx-m-n76px {
        margin-left: -76px !important;
    }
    .m-m-n80px {
        margin: -80px !important;
    }
    .mt-m-n80px,
    .my-m-n80px {
        margin-top: -80px !important;
    }
    .mr-m-n80px,
    .mx-m-n80px {
        margin-right: -80px !important;
    }
    .mb-m-n80px,
    .my-m-n80px {
        margin-bottom: -80px !important;
    }
    .ml-m-n80px,
    .mx-m-n80px {
        margin-left: -80px !important;
    }
    .m-m-n86px {
        margin: -86px !important;
    }
    .mt-m-n86px,
    .my-m-n86px {
        margin-top: -86px !important;
    }
    .mr-m-n86px,
    .mx-m-n86px {
        margin-right: -86px !important;
    }
    .mb-m-n86px,
    .my-m-n86px {
        margin-bottom: -86px !important;
    }
    .ml-m-n86px,
    .mx-m-n86px {
        margin-left: -86px !important;
    }
    .m-m-n100px {
        margin: -100px !important;
    }
    .mt-m-n100px,
    .my-m-n100px {
        margin-top: -100px !important;
    }
    .mr-m-n100px,
    .mx-m-n100px {
        margin-right: -100px !important;
    }
    .mb-m-n100px,
    .my-m-n100px {
        margin-bottom: -100px !important;
    }
    .ml-m-n100px,
    .mx-m-n100px {
        margin-left: -100px !important;
    }
    .m-m-n127px {
        margin: -127px !important;
    }
    .mt-m-n127px,
    .my-m-n127px {
        margin-top: -127px !important;
    }
    .mr-m-n127px,
    .mx-m-n127px {
        margin-right: -127px !important;
    }
    .mb-m-n127px,
    .my-m-n127px {
        margin-bottom: -127px !important;
    }
    .ml-m-n127px,
    .mx-m-n127px {
        margin-left: -127px !important;
    }
    .m-m-n129px {
        margin: -129px !important;
    }
    .mt-m-n129px,
    .my-m-n129px {
        margin-top: -129px !important;
    }
    .mr-m-n129px,
    .mx-m-n129px {
        margin-right: -129px !important;
    }
    .mb-m-n129px,
    .my-m-n129px {
        margin-bottom: -129px !important;
    }
    .ml-m-n129px,
    .mx-m-n129px {
        margin-left: -129px !important;
    }
    .m-m-n133px {
        margin: -133px !important;
    }
    .mt-m-n133px,
    .my-m-n133px {
        margin-top: -133px !important;
    }
    .mr-m-n133px,
    .mx-m-n133px {
        margin-right: -133px !important;
    }
    .mb-m-n133px,
    .my-m-n133px {
        margin-bottom: -133px !important;
    }
    .ml-m-n133px,
    .mx-m-n133px {
        margin-left: -133px !important;
    }
    .m-m-n148px {
        margin: -148px !important;
    }
    .mt-m-n148px,
    .my-m-n148px {
        margin-top: -148px !important;
    }
    .mr-m-n148px,
    .mx-m-n148px {
        margin-right: -148px !important;
    }
    .mb-m-n148px,
    .my-m-n148px {
        margin-bottom: -148px !important;
    }
    .ml-m-n148px,
    .mx-m-n148px {
        margin-left: -148px !important;
    }
    .m-m-n180px {
        margin: -180px !important;
    }
    .mt-m-n180px,
    .my-m-n180px {
        margin-top: -180px !important;
    }
    .mr-m-n180px,
    .mx-m-n180px {
        margin-right: -180px !important;
    }
    .mb-m-n180px,
    .my-m-n180px {
        margin-bottom: -180px !important;
    }
    .ml-m-n180px,
    .mx-m-n180px {
        margin-left: -180px !important;
    }
    .m-m-n210px {
        margin: -210px !important;
    }
    .mt-m-n210px,
    .my-m-n210px {
        margin-top: -210px !important;
    }
    .mr-m-n210px,
    .mx-m-n210px {
        margin-right: -210px !important;
    }
    .mb-m-n210px,
    .my-m-n210px {
        margin-bottom: -210px !important;
    }
    .ml-m-n210px,
    .mx-m-n210px {
        margin-left: -210px !important;
    }
    .m-m-auto {
        margin: auto !important;
    }
    .mt-m-auto,
    .my-m-auto {
        margin-top: auto !important;
    }
    .mr-m-auto,
    .mx-m-auto {
        margin-right: auto !important;
    }
    .mb-m-auto,
    .my-m-auto {
        margin-bottom: auto !important;
    }
    .ml-m-auto,
    .mx-m-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .m-lg-1px {
        margin: 1px !important;
    }
    .mt-lg-1px,
    .my-lg-1px {
        margin-top: 1px !important;
    }
    .mr-lg-1px,
    .mx-lg-1px {
        margin-right: 1px !important;
    }
    .mb-lg-1px,
    .my-lg-1px {
        margin-bottom: 1px !important;
    }
    .ml-lg-1px,
    .mx-lg-1px {
        margin-left: 1px !important;
    }
    .m-lg-2px {
        margin: 2px !important;
    }
    .mt-lg-2px,
    .my-lg-2px {
        margin-top: 2px !important;
    }
    .mr-lg-2px,
    .mx-lg-2px {
        margin-right: 2px !important;
    }
    .mb-lg-2px,
    .my-lg-2px {
        margin-bottom: 2px !important;
    }
    .ml-lg-2px,
    .mx-lg-2px {
        margin-left: 2px !important;
    }
    .m-lg-3px {
        margin: 3px !important;
    }
    .mt-lg-3px,
    .my-lg-3px {
        margin-top: 3px !important;
    }
    .mr-lg-3px,
    .mx-lg-3px {
        margin-right: 3px !important;
    }
    .mb-lg-3px,
    .my-lg-3px {
        margin-bottom: 3px !important;
    }
    .ml-lg-3px,
    .mx-lg-3px {
        margin-left: 3px !important;
    }
    .m-lg-4px {
        margin: 4px !important;
    }
    .mt-lg-4px,
    .my-lg-4px {
        margin-top: 4px !important;
    }
    .mr-lg-4px,
    .mx-lg-4px {
        margin-right: 4px !important;
    }
    .mb-lg-4px,
    .my-lg-4px {
        margin-bottom: 4px !important;
    }
    .ml-lg-4px,
    .mx-lg-4px {
        margin-left: 4px !important;
    }
    .m-lg-5px {
        margin: 5px !important;
    }
    .mt-lg-5px,
    .my-lg-5px {
        margin-top: 5px !important;
    }
    .mr-lg-5px,
    .mx-lg-5px {
        margin-right: 5px !important;
    }
    .mb-lg-5px,
    .my-lg-5px {
        margin-bottom: 5px !important;
    }
    .ml-lg-5px,
    .mx-lg-5px {
        margin-left: 5px !important;
    }
    .m-lg-6px {
        margin: 6px !important;
    }
    .mt-lg-6px,
    .my-lg-6px {
        margin-top: 6px !important;
    }
    .mr-lg-6px,
    .mx-lg-6px {
        margin-right: 6px !important;
    }
    .mb-lg-6px,
    .my-lg-6px {
        margin-bottom: 6px !important;
    }
    .ml-lg-6px,
    .mx-lg-6px {
        margin-left: 6px !important;
    }
    .m-lg-8px {
        margin: 8px !important;
    }
    .mt-lg-8px,
    .my-lg-8px {
        margin-top: 8px !important;
    }
    .mr-lg-8px,
    .mx-lg-8px {
        margin-right: 8px !important;
    }
    .mb-lg-8px,
    .my-lg-8px {
        margin-bottom: 8px !important;
    }
    .ml-lg-8px,
    .mx-lg-8px {
        margin-left: 8px !important;
    }
    .m-lg-10px {
        margin: 10px !important;
    }
    .mt-lg-10px,
    .my-lg-10px {
        margin-top: 10px !important;
    }
    .mr-lg-10px,
    .mx-lg-10px {
        margin-right: 10px !important;
    }
    .mb-lg-10px,
    .my-lg-10px {
        margin-bottom: 10px !important;
    }
    .ml-lg-10px,
    .mx-lg-10px {
        margin-left: 10px !important;
    }
    .m-lg-12px {
        margin: 12px !important;
    }
    .mt-lg-12px,
    .my-lg-12px {
        margin-top: 12px !important;
    }
    .mr-lg-12px,
    .mx-lg-12px {
        margin-right: 12px !important;
    }
    .mb-lg-12px,
    .my-lg-12px {
        margin-bottom: 12px !important;
    }
    .ml-lg-12px,
    .mx-lg-12px {
        margin-left: 12px !important;
    }
    .m-lg-13px {
        margin: 13px !important;
    }
    .mt-lg-13px,
    .my-lg-13px {
        margin-top: 13px !important;
    }
    .mr-lg-13px,
    .mx-lg-13px {
        margin-right: 13px !important;
    }
    .mb-lg-13px,
    .my-lg-13px {
        margin-bottom: 13px !important;
    }
    .ml-lg-13px,
    .mx-lg-13px {
        margin-left: 13px !important;
    }
    .m-lg-14px {
        margin: 14px !important;
    }
    .mt-lg-14px,
    .my-lg-14px {
        margin-top: 14px !important;
    }
    .mr-lg-14px,
    .mx-lg-14px {
        margin-right: 14px !important;
    }
    .mb-lg-14px,
    .my-lg-14px {
        margin-bottom: 14px !important;
    }
    .ml-lg-14px,
    .mx-lg-14px {
        margin-left: 14px !important;
    }
    .m-lg-15px {
        margin: 15px !important;
    }
    .mt-lg-15px,
    .my-lg-15px {
        margin-top: 15px !important;
    }
    .mr-lg-15px,
    .mx-lg-15px {
        margin-right: 15px !important;
    }
    .mb-lg-15px,
    .my-lg-15px {
        margin-bottom: 15px !important;
    }
    .ml-lg-15px,
    .mx-lg-15px {
        margin-left: 15px !important;
    }
    .m-lg-16px {
        margin: 16px !important;
    }
    .mt-lg-16px,
    .my-lg-16px {
        margin-top: 16px !important;
    }
    .mr-lg-16px,
    .mx-lg-16px {
        margin-right: 16px !important;
    }
    .mb-lg-16px,
    .my-lg-16px {
        margin-bottom: 16px !important;
    }
    .ml-lg-16px,
    .mx-lg-16px {
        margin-left: 16px !important;
    }
    .m-lg-20px {
        margin: 20px !important;
    }
    .mt-lg-20px,
    .my-lg-20px {
        margin-top: 20px !important;
    }
    .mr-lg-20px,
    .mx-lg-20px {
        margin-right: 20px !important;
    }
    .mb-lg-20px,
    .my-lg-20px {
        margin-bottom: 20px !important;
    }
    .ml-lg-20px,
    .mx-lg-20px {
        margin-left: 20px !important;
    }
    .m-lg-22px {
        margin: 22px !important;
    }
    .mt-lg-22px,
    .my-lg-22px {
        margin-top: 22px !important;
    }
    .mr-lg-22px,
    .mx-lg-22px {
        margin-right: 22px !important;
    }
    .mb-lg-22px,
    .my-lg-22px {
        margin-bottom: 22px !important;
    }
    .ml-lg-22px,
    .mx-lg-22px {
        margin-left: 22px !important;
    }
    .m-lg-24px {
        margin: 24px !important;
    }
    .mt-lg-24px,
    .my-lg-24px {
        margin-top: 24px !important;
    }
    .mr-lg-24px,
    .mx-lg-24px {
        margin-right: 24px !important;
    }
    .mb-lg-24px,
    .my-lg-24px {
        margin-bottom: 24px !important;
    }
    .ml-lg-24px,
    .mx-lg-24px {
        margin-left: 24px !important;
    }
    .m-lg-25px {
        margin: 25px !important;
    }
    .mt-lg-25px,
    .my-lg-25px {
        margin-top: 25px !important;
    }
    .mr-lg-25px,
    .mx-lg-25px {
        margin-right: 25px !important;
    }
    .mb-lg-25px,
    .my-lg-25px {
        margin-bottom: 25px !important;
    }
    .ml-lg-25px,
    .mx-lg-25px {
        margin-left: 25px !important;
    }
    .m-lg-28px {
        margin: 28px !important;
    }
    .mt-lg-28px,
    .my-lg-28px {
        margin-top: 28px !important;
    }
    .mr-lg-28px,
    .mx-lg-28px {
        margin-right: 28px !important;
    }
    .mb-lg-28px,
    .my-lg-28px {
        margin-bottom: 28px !important;
    }
    .ml-lg-28px,
    .mx-lg-28px {
        margin-left: 28px !important;
    }
    .m-lg-30px {
        margin: 30px !important;
    }
    .mt-lg-30px,
    .my-lg-30px {
        margin-top: 30px !important;
    }
    .mr-lg-30px,
    .mx-lg-30px {
        margin-right: 30px !important;
    }
    .mb-lg-30px,
    .my-lg-30px {
        margin-bottom: 30px !important;
    }
    .ml-lg-30px,
    .mx-lg-30px {
        margin-left: 30px !important;
    }
    .m-lg-32px {
        margin: 32px !important;
    }
    .mt-lg-32px,
    .my-lg-32px {
        margin-top: 32px !important;
    }
    .mr-lg-32px,
    .mx-lg-32px {
        margin-right: 32px !important;
    }
    .mb-lg-32px,
    .my-lg-32px {
        margin-bottom: 32px !important;
    }
    .ml-lg-32px,
    .mx-lg-32px {
        margin-left: 32px !important;
    }
    .m-lg-36px {
        margin: 36px !important;
    }
    .mt-lg-36px,
    .my-lg-36px {
        margin-top: 36px !important;
    }
    .mr-lg-36px,
    .mx-lg-36px {
        margin-right: 36px !important;
    }
    .mb-lg-36px,
    .my-lg-36px {
        margin-bottom: 36px !important;
    }
    .ml-lg-36px,
    .mx-lg-36px {
        margin-left: 36px !important;
    }
    .m-lg-40px {
        margin: 40px !important;
    }
    .mt-lg-40px,
    .my-lg-40px {
        margin-top: 40px !important;
    }
    .mr-lg-40px,
    .mx-lg-40px {
        margin-right: 40px !important;
    }
    .mb-lg-40px,
    .my-lg-40px {
        margin-bottom: 40px !important;
    }
    .ml-lg-40px,
    .mx-lg-40px {
        margin-left: 40px !important;
    }
    .m-lg-44px {
        margin: 44px !important;
    }
    .mt-lg-44px,
    .my-lg-44px {
        margin-top: 44px !important;
    }
    .mr-lg-44px,
    .mx-lg-44px {
        margin-right: 44px !important;
    }
    .mb-lg-44px,
    .my-lg-44px {
        margin-bottom: 44px !important;
    }
    .ml-lg-44px,
    .mx-lg-44px {
        margin-left: 44px !important;
    }
    .m-lg-48px {
        margin: 48px !important;
    }
    .mt-lg-48px,
    .my-lg-48px {
        margin-top: 48px !important;
    }
    .mr-lg-48px,
    .mx-lg-48px {
        margin-right: 48px !important;
    }
    .mb-lg-48px,
    .my-lg-48px {
        margin-bottom: 48px !important;
    }
    .ml-lg-48px,
    .mx-lg-48px {
        margin-left: 48px !important;
    }
    .m-lg-52px {
        margin: 52px !important;
    }
    .mt-lg-52px,
    .my-lg-52px {
        margin-top: 52px !important;
    }
    .mr-lg-52px,
    .mx-lg-52px {
        margin-right: 52px !important;
    }
    .mb-lg-52px,
    .my-lg-52px {
        margin-bottom: 52px !important;
    }
    .ml-lg-52px,
    .mx-lg-52px {
        margin-left: 52px !important;
    }
    .m-lg-56px {
        margin: 56px !important;
    }
    .mt-lg-56px,
    .my-lg-56px {
        margin-top: 56px !important;
    }
    .mr-lg-56px,
    .mx-lg-56px {
        margin-right: 56px !important;
    }
    .mb-lg-56px,
    .my-lg-56px {
        margin-bottom: 56px !important;
    }
    .ml-lg-56px,
    .mx-lg-56px {
        margin-left: 56px !important;
    }
    .m-lg-60px {
        margin: 60px !important;
    }
    .mt-lg-60px,
    .my-lg-60px {
        margin-top: 60px !important;
    }
    .mr-lg-60px,
    .mx-lg-60px {
        margin-right: 60px !important;
    }
    .mb-lg-60px,
    .my-lg-60px {
        margin-bottom: 60px !important;
    }
    .ml-lg-60px,
    .mx-lg-60px {
        margin-left: 60px !important;
    }
    .m-lg-68px {
        margin: 68px !important;
    }
    .mt-lg-68px,
    .my-lg-68px {
        margin-top: 68px !important;
    }
    .mr-lg-68px,
    .mx-lg-68px {
        margin-right: 68px !important;
    }
    .mb-lg-68px,
    .my-lg-68px {
        margin-bottom: 68px !important;
    }
    .ml-lg-68px,
    .mx-lg-68px {
        margin-left: 68px !important;
    }
    .m-lg-64px {
        margin: 64px !important;
    }
    .mt-lg-64px,
    .my-lg-64px {
        margin-top: 64px !important;
    }
    .mr-lg-64px,
    .mx-lg-64px {
        margin-right: 64px !important;
    }
    .mb-lg-64px,
    .my-lg-64px {
        margin-bottom: 64px !important;
    }
    .ml-lg-64px,
    .mx-lg-64px {
        margin-left: 64px !important;
    }
    .m-lg-72px {
        margin: 72px !important;
    }
    .mt-lg-72px,
    .my-lg-72px {
        margin-top: 72px !important;
    }
    .mr-lg-72px,
    .mx-lg-72px {
        margin-right: 72px !important;
    }
    .mb-lg-72px,
    .my-lg-72px {
        margin-bottom: 72px !important;
    }
    .ml-lg-72px,
    .mx-lg-72px {
        margin-left: 72px !important;
    }
    .m-lg-76px {
        margin: 76px !important;
    }
    .mt-lg-76px,
    .my-lg-76px {
        margin-top: 76px !important;
    }
    .mr-lg-76px,
    .mx-lg-76px {
        margin-right: 76px !important;
    }
    .mb-lg-76px,
    .my-lg-76px {
        margin-bottom: 76px !important;
    }
    .ml-lg-76px,
    .mx-lg-76px {
        margin-left: 76px !important;
    }
    .m-lg-80px {
        margin: 80px !important;
    }
    .mt-lg-80px,
    .my-lg-80px {
        margin-top: 80px !important;
    }
    .mr-lg-80px,
    .mx-lg-80px {
        margin-right: 80px !important;
    }
    .mb-lg-80px,
    .my-lg-80px {
        margin-bottom: 80px !important;
    }
    .ml-lg-80px,
    .mx-lg-80px {
        margin-left: 80px !important;
    }
    .m-lg-86px {
        margin: 86px !important;
    }
    .mt-lg-86px,
    .my-lg-86px {
        margin-top: 86px !important;
    }
    .mr-lg-86px,
    .mx-lg-86px {
        margin-right: 86px !important;
    }
    .mb-lg-86px,
    .my-lg-86px {
        margin-bottom: 86px !important;
    }
    .ml-lg-86px,
    .mx-lg-86px {
        margin-left: 86px !important;
    }
    .m-lg-100px {
        margin: 100px !important;
    }
    .mt-lg-100px,
    .my-lg-100px {
        margin-top: 100px !important;
    }
    .mr-lg-100px,
    .mx-lg-100px {
        margin-right: 100px !important;
    }
    .mb-lg-100px,
    .my-lg-100px {
        margin-bottom: 100px !important;
    }
    .ml-lg-100px,
    .mx-lg-100px {
        margin-left: 100px !important;
    }
    .m-lg-127px {
        margin: 127px !important;
    }
    .mt-lg-127px,
    .my-lg-127px {
        margin-top: 127px !important;
    }
    .mr-lg-127px,
    .mx-lg-127px {
        margin-right: 127px !important;
    }
    .mb-lg-127px,
    .my-lg-127px {
        margin-bottom: 127px !important;
    }
    .ml-lg-127px,
    .mx-lg-127px {
        margin-left: 127px !important;
    }
    .m-lg-129px {
        margin: 129px !important;
    }
    .mt-lg-129px,
    .my-lg-129px {
        margin-top: 129px !important;
    }
    .mr-lg-129px,
    .mx-lg-129px {
        margin-right: 129px !important;
    }
    .mb-lg-129px,
    .my-lg-129px {
        margin-bottom: 129px !important;
    }
    .ml-lg-129px,
    .mx-lg-129px {
        margin-left: 129px !important;
    }
    .m-lg-133px {
        margin: 133px !important;
    }
    .mt-lg-133px,
    .my-lg-133px {
        margin-top: 133px !important;
    }
    .mr-lg-133px,
    .mx-lg-133px {
        margin-right: 133px !important;
    }
    .mb-lg-133px,
    .my-lg-133px {
        margin-bottom: 133px !important;
    }
    .ml-lg-133px,
    .mx-lg-133px {
        margin-left: 133px !important;
    }
    .m-lg-148px {
        margin: 148px !important;
    }
    .mt-lg-148px,
    .my-lg-148px {
        margin-top: 148px !important;
    }
    .mr-lg-148px,
    .mx-lg-148px {
        margin-right: 148px !important;
    }
    .mb-lg-148px,
    .my-lg-148px {
        margin-bottom: 148px !important;
    }
    .ml-lg-148px,
    .mx-lg-148px {
        margin-left: 148px !important;
    }
    .m-lg-180px {
        margin: 180px !important;
    }
    .mt-lg-180px,
    .my-lg-180px {
        margin-top: 180px !important;
    }
    .mr-lg-180px,
    .mx-lg-180px {
        margin-right: 180px !important;
    }
    .mb-lg-180px,
    .my-lg-180px {
        margin-bottom: 180px !important;
    }
    .ml-lg-180px,
    .mx-lg-180px {
        margin-left: 180px !important;
    }
    .m-lg-210px {
        margin: 210px !important;
    }
    .mt-lg-210px,
    .my-lg-210px {
        margin-top: 210px !important;
    }
    .mr-lg-210px,
    .mx-lg-210px {
        margin-right: 210px !important;
    }
    .mb-lg-210px,
    .my-lg-210px {
        margin-bottom: 210px !important;
    }
    .ml-lg-210px,
    .mx-lg-210px {
        margin-left: 210px !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .p-lg-1px {
        padding: 1px !important;
    }
    .pt-lg-1px,
    .py-lg-1px {
        padding-top: 1px !important;
    }
    .pr-lg-1px,
    .px-lg-1px {
        padding-right: 1px !important;
    }
    .pb-lg-1px,
    .py-lg-1px {
        padding-bottom: 1px !important;
    }
    .pl-lg-1px,
    .px-lg-1px {
        padding-left: 1px !important;
    }
    .p-lg-2px {
        padding: 2px !important;
    }
    .pt-lg-2px,
    .py-lg-2px {
        padding-top: 2px !important;
    }
    .pr-lg-2px,
    .px-lg-2px {
        padding-right: 2px !important;
    }
    .pb-lg-2px,
    .py-lg-2px {
        padding-bottom: 2px !important;
    }
    .pl-lg-2px,
    .px-lg-2px {
        padding-left: 2px !important;
    }
    .p-lg-3px {
        padding: 3px !important;
    }
    .pt-lg-3px,
    .py-lg-3px {
        padding-top: 3px !important;
    }
    .pr-lg-3px,
    .px-lg-3px {
        padding-right: 3px !important;
    }
    .pb-lg-3px,
    .py-lg-3px {
        padding-bottom: 3px !important;
    }
    .pl-lg-3px,
    .px-lg-3px {
        padding-left: 3px !important;
    }
    .p-lg-4px {
        padding: 4px !important;
    }
    .pt-lg-4px,
    .py-lg-4px {
        padding-top: 4px !important;
    }
    .pr-lg-4px,
    .px-lg-4px {
        padding-right: 4px !important;
    }
    .pb-lg-4px,
    .py-lg-4px {
        padding-bottom: 4px !important;
    }
    .pl-lg-4px,
    .px-lg-4px {
        padding-left: 4px !important;
    }
    .p-lg-5px {
        padding: 5px !important;
    }
    .pt-lg-5px,
    .py-lg-5px {
        padding-top: 5px !important;
    }
    .pr-lg-5px,
    .px-lg-5px {
        padding-right: 5px !important;
    }
    .pb-lg-5px,
    .py-lg-5px {
        padding-bottom: 5px !important;
    }
    .pl-lg-5px,
    .px-lg-5px {
        padding-left: 5px !important;
    }
    .p-lg-6px {
        padding: 6px !important;
    }
    .pt-lg-6px,
    .py-lg-6px {
        padding-top: 6px !important;
    }
    .pr-lg-6px,
    .px-lg-6px {
        padding-right: 6px !important;
    }
    .pb-lg-6px,
    .py-lg-6px {
        padding-bottom: 6px !important;
    }
    .pl-lg-6px,
    .px-lg-6px {
        padding-left: 6px !important;
    }
    .p-lg-8px {
        padding: 8px !important;
    }
    .pt-lg-8px,
    .py-lg-8px {
        padding-top: 8px !important;
    }
    .pr-lg-8px,
    .px-lg-8px {
        padding-right: 8px !important;
    }
    .pb-lg-8px,
    .py-lg-8px {
        padding-bottom: 8px !important;
    }
    .pl-lg-8px,
    .px-lg-8px {
        padding-left: 8px !important;
    }
    .p-lg-10px {
        padding: 10px !important;
    }
    .pt-lg-10px,
    .py-lg-10px {
        padding-top: 10px !important;
    }
    .pr-lg-10px,
    .px-lg-10px {
        padding-right: 10px !important;
    }
    .pb-lg-10px,
    .py-lg-10px {
        padding-bottom: 10px !important;
    }
    .pl-lg-10px,
    .px-lg-10px {
        padding-left: 10px !important;
    }
    .p-lg-12px {
        padding: 12px !important;
    }
    .pt-lg-12px,
    .py-lg-12px {
        padding-top: 12px !important;
    }
    .pr-lg-12px,
    .px-lg-12px {
        padding-right: 12px !important;
    }
    .pb-lg-12px,
    .py-lg-12px {
        padding-bottom: 12px !important;
    }
    .pl-lg-12px,
    .px-lg-12px {
        padding-left: 12px !important;
    }
    .p-lg-13px {
        padding: 13px !important;
    }
    .pt-lg-13px,
    .py-lg-13px {
        padding-top: 13px !important;
    }
    .pr-lg-13px,
    .px-lg-13px {
        padding-right: 13px !important;
    }
    .pb-lg-13px,
    .py-lg-13px {
        padding-bottom: 13px !important;
    }
    .pl-lg-13px,
    .px-lg-13px {
        padding-left: 13px !important;
    }
    .p-lg-14px {
        padding: 14px !important;
    }
    .pt-lg-14px,
    .py-lg-14px {
        padding-top: 14px !important;
    }
    .pr-lg-14px,
    .px-lg-14px {
        padding-right: 14px !important;
    }
    .pb-lg-14px,
    .py-lg-14px {
        padding-bottom: 14px !important;
    }
    .pl-lg-14px,
    .px-lg-14px {
        padding-left: 14px !important;
    }
    .p-lg-15px {
        padding: 15px !important;
    }
    .pt-lg-15px,
    .py-lg-15px {
        padding-top: 15px !important;
    }
    .pr-lg-15px,
    .px-lg-15px {
        padding-right: 15px !important;
    }
    .pb-lg-15px,
    .py-lg-15px {
        padding-bottom: 15px !important;
    }
    .pl-lg-15px,
    .px-lg-15px {
        padding-left: 15px !important;
    }
    .p-lg-16px {
        padding: 16px !important;
    }
    .pt-lg-16px,
    .py-lg-16px {
        padding-top: 16px !important;
    }
    .pr-lg-16px,
    .px-lg-16px {
        padding-right: 16px !important;
    }
    .pb-lg-16px,
    .py-lg-16px {
        padding-bottom: 16px !important;
    }
    .pl-lg-16px,
    .px-lg-16px {
        padding-left: 16px !important;
    }
    .p-lg-20px {
        padding: 20px !important;
    }
    .pt-lg-20px,
    .py-lg-20px {
        padding-top: 20px !important;
    }
    .pr-lg-20px,
    .px-lg-20px {
        padding-right: 20px !important;
    }
    .pb-lg-20px,
    .py-lg-20px {
        padding-bottom: 20px !important;
    }
    .pl-lg-20px,
    .px-lg-20px {
        padding-left: 20px !important;
    }
    .p-lg-22px {
        padding: 22px !important;
    }
    .pt-lg-22px,
    .py-lg-22px {
        padding-top: 22px !important;
    }
    .pr-lg-22px,
    .px-lg-22px {
        padding-right: 22px !important;
    }
    .pb-lg-22px,
    .py-lg-22px {
        padding-bottom: 22px !important;
    }
    .pl-lg-22px,
    .px-lg-22px {
        padding-left: 22px !important;
    }
    .p-lg-24px {
        padding: 24px !important;
    }
    .pt-lg-24px,
    .py-lg-24px {
        padding-top: 24px !important;
    }
    .pr-lg-24px,
    .px-lg-24px {
        padding-right: 24px !important;
    }
    .pb-lg-24px,
    .py-lg-24px {
        padding-bottom: 24px !important;
    }
    .pl-lg-24px,
    .px-lg-24px {
        padding-left: 24px !important;
    }
    .p-lg-25px {
        padding: 25px !important;
    }
    .pt-lg-25px,
    .py-lg-25px {
        padding-top: 25px !important;
    }
    .pr-lg-25px,
    .px-lg-25px {
        padding-right: 25px !important;
    }
    .pb-lg-25px,
    .py-lg-25px {
        padding-bottom: 25px !important;
    }
    .pl-lg-25px,
    .px-lg-25px {
        padding-left: 25px !important;
    }
    .p-lg-28px {
        padding: 28px !important;
    }
    .pt-lg-28px,
    .py-lg-28px {
        padding-top: 28px !important;
    }
    .pr-lg-28px,
    .px-lg-28px {
        padding-right: 28px !important;
    }
    .pb-lg-28px,
    .py-lg-28px {
        padding-bottom: 28px !important;
    }
    .pl-lg-28px,
    .px-lg-28px {
        padding-left: 28px !important;
    }
    .p-lg-30px {
        padding: 30px !important;
    }
    .pt-lg-30px,
    .py-lg-30px {
        padding-top: 30px !important;
    }
    .pr-lg-30px,
    .px-lg-30px {
        padding-right: 30px !important;
    }
    .pb-lg-30px,
    .py-lg-30px {
        padding-bottom: 30px !important;
    }
    .pl-lg-30px,
    .px-lg-30px {
        padding-left: 30px !important;
    }
    .p-lg-32px {
        padding: 32px !important;
    }
    .pt-lg-32px,
    .py-lg-32px {
        padding-top: 32px !important;
    }
    .pr-lg-32px,
    .px-lg-32px {
        padding-right: 32px !important;
    }
    .pb-lg-32px,
    .py-lg-32px {
        padding-bottom: 32px !important;
    }
    .pl-lg-32px,
    .px-lg-32px {
        padding-left: 32px !important;
    }
    .p-lg-36px {
        padding: 36px !important;
    }
    .pt-lg-36px,
    .py-lg-36px {
        padding-top: 36px !important;
    }
    .pr-lg-36px,
    .px-lg-36px {
        padding-right: 36px !important;
    }
    .pb-lg-36px,
    .py-lg-36px {
        padding-bottom: 36px !important;
    }
    .pl-lg-36px,
    .px-lg-36px {
        padding-left: 36px !important;
    }
    .p-lg-40px {
        padding: 40px !important;
    }
    .pt-lg-40px,
    .py-lg-40px {
        padding-top: 40px !important;
    }
    .pr-lg-40px,
    .px-lg-40px {
        padding-right: 40px !important;
    }
    .pb-lg-40px,
    .py-lg-40px {
        padding-bottom: 40px !important;
    }
    .pl-lg-40px,
    .px-lg-40px {
        padding-left: 40px !important;
    }
    .p-lg-44px {
        padding: 44px !important;
    }
    .pt-lg-44px,
    .py-lg-44px {
        padding-top: 44px !important;
    }
    .pr-lg-44px,
    .px-lg-44px {
        padding-right: 44px !important;
    }
    .pb-lg-44px,
    .py-lg-44px {
        padding-bottom: 44px !important;
    }
    .pl-lg-44px,
    .px-lg-44px {
        padding-left: 44px !important;
    }
    .p-lg-48px {
        padding: 48px !important;
    }
    .pt-lg-48px,
    .py-lg-48px {
        padding-top: 48px !important;
    }
    .pr-lg-48px,
    .px-lg-48px {
        padding-right: 48px !important;
    }
    .pb-lg-48px,
    .py-lg-48px {
        padding-bottom: 48px !important;
    }
    .pl-lg-48px,
    .px-lg-48px {
        padding-left: 48px !important;
    }
    .p-lg-52px {
        padding: 52px !important;
    }
    .pt-lg-52px,
    .py-lg-52px {
        padding-top: 52px !important;
    }
    .pr-lg-52px,
    .px-lg-52px {
        padding-right: 52px !important;
    }
    .pb-lg-52px,
    .py-lg-52px {
        padding-bottom: 52px !important;
    }
    .pl-lg-52px,
    .px-lg-52px {
        padding-left: 52px !important;
    }
    .p-lg-56px {
        padding: 56px !important;
    }
    .pt-lg-56px,
    .py-lg-56px {
        padding-top: 56px !important;
    }
    .pr-lg-56px,
    .px-lg-56px {
        padding-right: 56px !important;
    }
    .pb-lg-56px,
    .py-lg-56px {
        padding-bottom: 56px !important;
    }
    .pl-lg-56px,
    .px-lg-56px {
        padding-left: 56px !important;
    }
    .p-lg-60px {
        padding: 60px !important;
    }
    .pt-lg-60px,
    .py-lg-60px {
        padding-top: 60px !important;
    }
    .pr-lg-60px,
    .px-lg-60px {
        padding-right: 60px !important;
    }
    .pb-lg-60px,
    .py-lg-60px {
        padding-bottom: 60px !important;
    }
    .pl-lg-60px,
    .px-lg-60px {
        padding-left: 60px !important;
    }
    .p-lg-68px {
        padding: 68px !important;
    }
    .pt-lg-68px,
    .py-lg-68px {
        padding-top: 68px !important;
    }
    .pr-lg-68px,
    .px-lg-68px {
        padding-right: 68px !important;
    }
    .pb-lg-68px,
    .py-lg-68px {
        padding-bottom: 68px !important;
    }
    .pl-lg-68px,
    .px-lg-68px {
        padding-left: 68px !important;
    }
    .p-lg-64px {
        padding: 64px !important;
    }
    .pt-lg-64px,
    .py-lg-64px {
        padding-top: 64px !important;
    }
    .pr-lg-64px,
    .px-lg-64px {
        padding-right: 64px !important;
    }
    .pb-lg-64px,
    .py-lg-64px {
        padding-bottom: 64px !important;
    }
    .pl-lg-64px,
    .px-lg-64px {
        padding-left: 64px !important;
    }
    .p-lg-72px {
        padding: 72px !important;
    }
    .pt-lg-72px,
    .py-lg-72px {
        padding-top: 72px !important;
    }
    .pr-lg-72px,
    .px-lg-72px {
        padding-right: 72px !important;
    }
    .pb-lg-72px,
    .py-lg-72px {
        padding-bottom: 72px !important;
    }
    .pl-lg-72px,
    .px-lg-72px {
        padding-left: 72px !important;
    }
    .p-lg-76px {
        padding: 76px !important;
    }
    .pt-lg-76px,
    .py-lg-76px {
        padding-top: 76px !important;
    }
    .pr-lg-76px,
    .px-lg-76px {
        padding-right: 76px !important;
    }
    .pb-lg-76px,
    .py-lg-76px {
        padding-bottom: 76px !important;
    }
    .pl-lg-76px,
    .px-lg-76px {
        padding-left: 76px !important;
    }
    .p-lg-80px {
        padding: 80px !important;
    }
    .pt-lg-80px,
    .py-lg-80px {
        padding-top: 80px !important;
    }
    .pr-lg-80px,
    .px-lg-80px {
        padding-right: 80px !important;
    }
    .pb-lg-80px,
    .py-lg-80px {
        padding-bottom: 80px !important;
    }
    .pl-lg-80px,
    .px-lg-80px {
        padding-left: 80px !important;
    }
    .p-lg-86px {
        padding: 86px !important;
    }
    .pt-lg-86px,
    .py-lg-86px {
        padding-top: 86px !important;
    }
    .pr-lg-86px,
    .px-lg-86px {
        padding-right: 86px !important;
    }
    .pb-lg-86px,
    .py-lg-86px {
        padding-bottom: 86px !important;
    }
    .pl-lg-86px,
    .px-lg-86px {
        padding-left: 86px !important;
    }
    .p-lg-100px {
        padding: 100px !important;
    }
    .pt-lg-100px,
    .py-lg-100px {
        padding-top: 100px !important;
    }
    .pr-lg-100px,
    .px-lg-100px {
        padding-right: 100px !important;
    }
    .pb-lg-100px,
    .py-lg-100px {
        padding-bottom: 100px !important;
    }
    .pl-lg-100px,
    .px-lg-100px {
        padding-left: 100px !important;
    }
    .p-lg-127px {
        padding: 127px !important;
    }
    .pt-lg-127px,
    .py-lg-127px {
        padding-top: 127px !important;
    }
    .pr-lg-127px,
    .px-lg-127px {
        padding-right: 127px !important;
    }
    .pb-lg-127px,
    .py-lg-127px {
        padding-bottom: 127px !important;
    }
    .pl-lg-127px,
    .px-lg-127px {
        padding-left: 127px !important;
    }
    .p-lg-129px {
        padding: 129px !important;
    }
    .pt-lg-129px,
    .py-lg-129px {
        padding-top: 129px !important;
    }
    .pr-lg-129px,
    .px-lg-129px {
        padding-right: 129px !important;
    }
    .pb-lg-129px,
    .py-lg-129px {
        padding-bottom: 129px !important;
    }
    .pl-lg-129px,
    .px-lg-129px {
        padding-left: 129px !important;
    }
    .p-lg-133px {
        padding: 133px !important;
    }
    .pt-lg-133px,
    .py-lg-133px {
        padding-top: 133px !important;
    }
    .pr-lg-133px,
    .px-lg-133px {
        padding-right: 133px !important;
    }
    .pb-lg-133px,
    .py-lg-133px {
        padding-bottom: 133px !important;
    }
    .pl-lg-133px,
    .px-lg-133px {
        padding-left: 133px !important;
    }
    .p-lg-148px {
        padding: 148px !important;
    }
    .pt-lg-148px,
    .py-lg-148px {
        padding-top: 148px !important;
    }
    .pr-lg-148px,
    .px-lg-148px {
        padding-right: 148px !important;
    }
    .pb-lg-148px,
    .py-lg-148px {
        padding-bottom: 148px !important;
    }
    .pl-lg-148px,
    .px-lg-148px {
        padding-left: 148px !important;
    }
    .p-lg-180px {
        padding: 180px !important;
    }
    .pt-lg-180px,
    .py-lg-180px {
        padding-top: 180px !important;
    }
    .pr-lg-180px,
    .px-lg-180px {
        padding-right: 180px !important;
    }
    .pb-lg-180px,
    .py-lg-180px {
        padding-bottom: 180px !important;
    }
    .pl-lg-180px,
    .px-lg-180px {
        padding-left: 180px !important;
    }
    .p-lg-210px {
        padding: 210px !important;
    }
    .pt-lg-210px,
    .py-lg-210px {
        padding-top: 210px !important;
    }
    .pr-lg-210px,
    .px-lg-210px {
        padding-right: 210px !important;
    }
    .pb-lg-210px,
    .py-lg-210px {
        padding-bottom: 210px !important;
    }
    .pl-lg-210px,
    .px-lg-210px {
        padding-left: 210px !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-n1px {
        margin: -1px !important;
    }
    .mt-lg-n1px,
    .my-lg-n1px {
        margin-top: -1px !important;
    }
    .mr-lg-n1px,
    .mx-lg-n1px {
        margin-right: -1px !important;
    }
    .mb-lg-n1px,
    .my-lg-n1px {
        margin-bottom: -1px !important;
    }
    .ml-lg-n1px,
    .mx-lg-n1px {
        margin-left: -1px !important;
    }
    .m-lg-n2px {
        margin: -2px !important;
    }
    .mt-lg-n2px,
    .my-lg-n2px {
        margin-top: -2px !important;
    }
    .mr-lg-n2px,
    .mx-lg-n2px {
        margin-right: -2px !important;
    }
    .mb-lg-n2px,
    .my-lg-n2px {
        margin-bottom: -2px !important;
    }
    .ml-lg-n2px,
    .mx-lg-n2px {
        margin-left: -2px !important;
    }
    .m-lg-n3px {
        margin: -3px !important;
    }
    .mt-lg-n3px,
    .my-lg-n3px {
        margin-top: -3px !important;
    }
    .mr-lg-n3px,
    .mx-lg-n3px {
        margin-right: -3px !important;
    }
    .mb-lg-n3px,
    .my-lg-n3px {
        margin-bottom: -3px !important;
    }
    .ml-lg-n3px,
    .mx-lg-n3px {
        margin-left: -3px !important;
    }
    .m-lg-n4px {
        margin: -4px !important;
    }
    .mt-lg-n4px,
    .my-lg-n4px {
        margin-top: -4px !important;
    }
    .mr-lg-n4px,
    .mx-lg-n4px {
        margin-right: -4px !important;
    }
    .mb-lg-n4px,
    .my-lg-n4px {
        margin-bottom: -4px !important;
    }
    .ml-lg-n4px,
    .mx-lg-n4px {
        margin-left: -4px !important;
    }
    .m-lg-n5px {
        margin: -5px !important;
    }
    .mt-lg-n5px,
    .my-lg-n5px {
        margin-top: -5px !important;
    }
    .mr-lg-n5px,
    .mx-lg-n5px {
        margin-right: -5px !important;
    }
    .mb-lg-n5px,
    .my-lg-n5px {
        margin-bottom: -5px !important;
    }
    .ml-lg-n5px,
    .mx-lg-n5px {
        margin-left: -5px !important;
    }
    .m-lg-n6px {
        margin: -6px !important;
    }
    .mt-lg-n6px,
    .my-lg-n6px {
        margin-top: -6px !important;
    }
    .mr-lg-n6px,
    .mx-lg-n6px {
        margin-right: -6px !important;
    }
    .mb-lg-n6px,
    .my-lg-n6px {
        margin-bottom: -6px !important;
    }
    .ml-lg-n6px,
    .mx-lg-n6px {
        margin-left: -6px !important;
    }
    .m-lg-n8px {
        margin: -8px !important;
    }
    .mt-lg-n8px,
    .my-lg-n8px {
        margin-top: -8px !important;
    }
    .mr-lg-n8px,
    .mx-lg-n8px {
        margin-right: -8px !important;
    }
    .mb-lg-n8px,
    .my-lg-n8px {
        margin-bottom: -8px !important;
    }
    .ml-lg-n8px,
    .mx-lg-n8px {
        margin-left: -8px !important;
    }
    .m-lg-n10px {
        margin: -10px !important;
    }
    .mt-lg-n10px,
    .my-lg-n10px {
        margin-top: -10px !important;
    }
    .mr-lg-n10px,
    .mx-lg-n10px {
        margin-right: -10px !important;
    }
    .mb-lg-n10px,
    .my-lg-n10px {
        margin-bottom: -10px !important;
    }
    .ml-lg-n10px,
    .mx-lg-n10px {
        margin-left: -10px !important;
    }
    .m-lg-n12px {
        margin: -12px !important;
    }
    .mt-lg-n12px,
    .my-lg-n12px {
        margin-top: -12px !important;
    }
    .mr-lg-n12px,
    .mx-lg-n12px {
        margin-right: -12px !important;
    }
    .mb-lg-n12px,
    .my-lg-n12px {
        margin-bottom: -12px !important;
    }
    .ml-lg-n12px,
    .mx-lg-n12px {
        margin-left: -12px !important;
    }
    .m-lg-n13px {
        margin: -13px !important;
    }
    .mt-lg-n13px,
    .my-lg-n13px {
        margin-top: -13px !important;
    }
    .mr-lg-n13px,
    .mx-lg-n13px {
        margin-right: -13px !important;
    }
    .mb-lg-n13px,
    .my-lg-n13px {
        margin-bottom: -13px !important;
    }
    .ml-lg-n13px,
    .mx-lg-n13px {
        margin-left: -13px !important;
    }
    .m-lg-n14px {
        margin: -14px !important;
    }
    .mt-lg-n14px,
    .my-lg-n14px {
        margin-top: -14px !important;
    }
    .mr-lg-n14px,
    .mx-lg-n14px {
        margin-right: -14px !important;
    }
    .mb-lg-n14px,
    .my-lg-n14px {
        margin-bottom: -14px !important;
    }
    .ml-lg-n14px,
    .mx-lg-n14px {
        margin-left: -14px !important;
    }
    .m-lg-n15px {
        margin: -15px !important;
    }
    .mt-lg-n15px,
    .my-lg-n15px {
        margin-top: -15px !important;
    }
    .mr-lg-n15px,
    .mx-lg-n15px {
        margin-right: -15px !important;
    }
    .mb-lg-n15px,
    .my-lg-n15px {
        margin-bottom: -15px !important;
    }
    .ml-lg-n15px,
    .mx-lg-n15px {
        margin-left: -15px !important;
    }
    .m-lg-n16px {
        margin: -16px !important;
    }
    .mt-lg-n16px,
    .my-lg-n16px {
        margin-top: -16px !important;
    }
    .mr-lg-n16px,
    .mx-lg-n16px {
        margin-right: -16px !important;
    }
    .mb-lg-n16px,
    .my-lg-n16px {
        margin-bottom: -16px !important;
    }
    .ml-lg-n16px,
    .mx-lg-n16px {
        margin-left: -16px !important;
    }
    .m-lg-n20px {
        margin: -20px !important;
    }
    .mt-lg-n20px,
    .my-lg-n20px {
        margin-top: -20px !important;
    }
    .mr-lg-n20px,
    .mx-lg-n20px {
        margin-right: -20px !important;
    }
    .mb-lg-n20px,
    .my-lg-n20px {
        margin-bottom: -20px !important;
    }
    .ml-lg-n20px,
    .mx-lg-n20px {
        margin-left: -20px !important;
    }
    .m-lg-n22px {
        margin: -22px !important;
    }
    .mt-lg-n22px,
    .my-lg-n22px {
        margin-top: -22px !important;
    }
    .mr-lg-n22px,
    .mx-lg-n22px {
        margin-right: -22px !important;
    }
    .mb-lg-n22px,
    .my-lg-n22px {
        margin-bottom: -22px !important;
    }
    .ml-lg-n22px,
    .mx-lg-n22px {
        margin-left: -22px !important;
    }
    .m-lg-n24px {
        margin: -24px !important;
    }
    .mt-lg-n24px,
    .my-lg-n24px {
        margin-top: -24px !important;
    }
    .mr-lg-n24px,
    .mx-lg-n24px {
        margin-right: -24px !important;
    }
    .mb-lg-n24px,
    .my-lg-n24px {
        margin-bottom: -24px !important;
    }
    .ml-lg-n24px,
    .mx-lg-n24px {
        margin-left: -24px !important;
    }
    .m-lg-n25px {
        margin: -25px !important;
    }
    .mt-lg-n25px,
    .my-lg-n25px {
        margin-top: -25px !important;
    }
    .mr-lg-n25px,
    .mx-lg-n25px {
        margin-right: -25px !important;
    }
    .mb-lg-n25px,
    .my-lg-n25px {
        margin-bottom: -25px !important;
    }
    .ml-lg-n25px,
    .mx-lg-n25px {
        margin-left: -25px !important;
    }
    .m-lg-n28px {
        margin: -28px !important;
    }
    .mt-lg-n28px,
    .my-lg-n28px {
        margin-top: -28px !important;
    }
    .mr-lg-n28px,
    .mx-lg-n28px {
        margin-right: -28px !important;
    }
    .mb-lg-n28px,
    .my-lg-n28px {
        margin-bottom: -28px !important;
    }
    .ml-lg-n28px,
    .mx-lg-n28px {
        margin-left: -28px !important;
    }
    .m-lg-n30px {
        margin: -30px !important;
    }
    .mt-lg-n30px,
    .my-lg-n30px {
        margin-top: -30px !important;
    }
    .mr-lg-n30px,
    .mx-lg-n30px {
        margin-right: -30px !important;
    }
    .mb-lg-n30px,
    .my-lg-n30px {
        margin-bottom: -30px !important;
    }
    .ml-lg-n30px,
    .mx-lg-n30px {
        margin-left: -30px !important;
    }
    .m-lg-n32px {
        margin: -32px !important;
    }
    .mt-lg-n32px,
    .my-lg-n32px {
        margin-top: -32px !important;
    }
    .mr-lg-n32px,
    .mx-lg-n32px {
        margin-right: -32px !important;
    }
    .mb-lg-n32px,
    .my-lg-n32px {
        margin-bottom: -32px !important;
    }
    .ml-lg-n32px,
    .mx-lg-n32px {
        margin-left: -32px !important;
    }
    .m-lg-n36px {
        margin: -36px !important;
    }
    .mt-lg-n36px,
    .my-lg-n36px {
        margin-top: -36px !important;
    }
    .mr-lg-n36px,
    .mx-lg-n36px {
        margin-right: -36px !important;
    }
    .mb-lg-n36px,
    .my-lg-n36px {
        margin-bottom: -36px !important;
    }
    .ml-lg-n36px,
    .mx-lg-n36px {
        margin-left: -36px !important;
    }
    .m-lg-n40px {
        margin: -40px !important;
    }
    .mt-lg-n40px,
    .my-lg-n40px {
        margin-top: -40px !important;
    }
    .mr-lg-n40px,
    .mx-lg-n40px {
        margin-right: -40px !important;
    }
    .mb-lg-n40px,
    .my-lg-n40px {
        margin-bottom: -40px !important;
    }
    .ml-lg-n40px,
    .mx-lg-n40px {
        margin-left: -40px !important;
    }
    .m-lg-n44px {
        margin: -44px !important;
    }
    .mt-lg-n44px,
    .my-lg-n44px {
        margin-top: -44px !important;
    }
    .mr-lg-n44px,
    .mx-lg-n44px {
        margin-right: -44px !important;
    }
    .mb-lg-n44px,
    .my-lg-n44px {
        margin-bottom: -44px !important;
    }
    .ml-lg-n44px,
    .mx-lg-n44px {
        margin-left: -44px !important;
    }
    .m-lg-n48px {
        margin: -48px !important;
    }
    .mt-lg-n48px,
    .my-lg-n48px {
        margin-top: -48px !important;
    }
    .mr-lg-n48px,
    .mx-lg-n48px {
        margin-right: -48px !important;
    }
    .mb-lg-n48px,
    .my-lg-n48px {
        margin-bottom: -48px !important;
    }
    .ml-lg-n48px,
    .mx-lg-n48px {
        margin-left: -48px !important;
    }
    .m-lg-n52px {
        margin: -52px !important;
    }
    .mt-lg-n52px,
    .my-lg-n52px {
        margin-top: -52px !important;
    }
    .mr-lg-n52px,
    .mx-lg-n52px {
        margin-right: -52px !important;
    }
    .mb-lg-n52px,
    .my-lg-n52px {
        margin-bottom: -52px !important;
    }
    .ml-lg-n52px,
    .mx-lg-n52px {
        margin-left: -52px !important;
    }
    .m-lg-n56px {
        margin: -56px !important;
    }
    .mt-lg-n56px,
    .my-lg-n56px {
        margin-top: -56px !important;
    }
    .mr-lg-n56px,
    .mx-lg-n56px {
        margin-right: -56px !important;
    }
    .mb-lg-n56px,
    .my-lg-n56px {
        margin-bottom: -56px !important;
    }
    .ml-lg-n56px,
    .mx-lg-n56px {
        margin-left: -56px !important;
    }
    .m-lg-n60px {
        margin: -60px !important;
    }
    .mt-lg-n60px,
    .my-lg-n60px {
        margin-top: -60px !important;
    }
    .mr-lg-n60px,
    .mx-lg-n60px {
        margin-right: -60px !important;
    }
    .mb-lg-n60px,
    .my-lg-n60px {
        margin-bottom: -60px !important;
    }
    .ml-lg-n60px,
    .mx-lg-n60px {
        margin-left: -60px !important;
    }
    .m-lg-n68px {
        margin: -68px !important;
    }
    .mt-lg-n68px,
    .my-lg-n68px {
        margin-top: -68px !important;
    }
    .mr-lg-n68px,
    .mx-lg-n68px {
        margin-right: -68px !important;
    }
    .mb-lg-n68px,
    .my-lg-n68px {
        margin-bottom: -68px !important;
    }
    .ml-lg-n68px,
    .mx-lg-n68px {
        margin-left: -68px !important;
    }
    .m-lg-n64px {
        margin: -64px !important;
    }
    .mt-lg-n64px,
    .my-lg-n64px {
        margin-top: -64px !important;
    }
    .mr-lg-n64px,
    .mx-lg-n64px {
        margin-right: -64px !important;
    }
    .mb-lg-n64px,
    .my-lg-n64px {
        margin-bottom: -64px !important;
    }
    .ml-lg-n64px,
    .mx-lg-n64px {
        margin-left: -64px !important;
    }
    .m-lg-n72px {
        margin: -72px !important;
    }
    .mt-lg-n72px,
    .my-lg-n72px {
        margin-top: -72px !important;
    }
    .mr-lg-n72px,
    .mx-lg-n72px {
        margin-right: -72px !important;
    }
    .mb-lg-n72px,
    .my-lg-n72px {
        margin-bottom: -72px !important;
    }
    .ml-lg-n72px,
    .mx-lg-n72px {
        margin-left: -72px !important;
    }
    .m-lg-n76px {
        margin: -76px !important;
    }
    .mt-lg-n76px,
    .my-lg-n76px {
        margin-top: -76px !important;
    }
    .mr-lg-n76px,
    .mx-lg-n76px {
        margin-right: -76px !important;
    }
    .mb-lg-n76px,
    .my-lg-n76px {
        margin-bottom: -76px !important;
    }
    .ml-lg-n76px,
    .mx-lg-n76px {
        margin-left: -76px !important;
    }
    .m-lg-n80px {
        margin: -80px !important;
    }
    .mt-lg-n80px,
    .my-lg-n80px {
        margin-top: -80px !important;
    }
    .mr-lg-n80px,
    .mx-lg-n80px {
        margin-right: -80px !important;
    }
    .mb-lg-n80px,
    .my-lg-n80px {
        margin-bottom: -80px !important;
    }
    .ml-lg-n80px,
    .mx-lg-n80px {
        margin-left: -80px !important;
    }
    .m-lg-n86px {
        margin: -86px !important;
    }
    .mt-lg-n86px,
    .my-lg-n86px {
        margin-top: -86px !important;
    }
    .mr-lg-n86px,
    .mx-lg-n86px {
        margin-right: -86px !important;
    }
    .mb-lg-n86px,
    .my-lg-n86px {
        margin-bottom: -86px !important;
    }
    .ml-lg-n86px,
    .mx-lg-n86px {
        margin-left: -86px !important;
    }
    .m-lg-n100px {
        margin: -100px !important;
    }
    .mt-lg-n100px,
    .my-lg-n100px {
        margin-top: -100px !important;
    }
    .mr-lg-n100px,
    .mx-lg-n100px {
        margin-right: -100px !important;
    }
    .mb-lg-n100px,
    .my-lg-n100px {
        margin-bottom: -100px !important;
    }
    .ml-lg-n100px,
    .mx-lg-n100px {
        margin-left: -100px !important;
    }
    .m-lg-n127px {
        margin: -127px !important;
    }
    .mt-lg-n127px,
    .my-lg-n127px {
        margin-top: -127px !important;
    }
    .mr-lg-n127px,
    .mx-lg-n127px {
        margin-right: -127px !important;
    }
    .mb-lg-n127px,
    .my-lg-n127px {
        margin-bottom: -127px !important;
    }
    .ml-lg-n127px,
    .mx-lg-n127px {
        margin-left: -127px !important;
    }
    .m-lg-n129px {
        margin: -129px !important;
    }
    .mt-lg-n129px,
    .my-lg-n129px {
        margin-top: -129px !important;
    }
    .mr-lg-n129px,
    .mx-lg-n129px {
        margin-right: -129px !important;
    }
    .mb-lg-n129px,
    .my-lg-n129px {
        margin-bottom: -129px !important;
    }
    .ml-lg-n129px,
    .mx-lg-n129px {
        margin-left: -129px !important;
    }
    .m-lg-n133px {
        margin: -133px !important;
    }
    .mt-lg-n133px,
    .my-lg-n133px {
        margin-top: -133px !important;
    }
    .mr-lg-n133px,
    .mx-lg-n133px {
        margin-right: -133px !important;
    }
    .mb-lg-n133px,
    .my-lg-n133px {
        margin-bottom: -133px !important;
    }
    .ml-lg-n133px,
    .mx-lg-n133px {
        margin-left: -133px !important;
    }
    .m-lg-n148px {
        margin: -148px !important;
    }
    .mt-lg-n148px,
    .my-lg-n148px {
        margin-top: -148px !important;
    }
    .mr-lg-n148px,
    .mx-lg-n148px {
        margin-right: -148px !important;
    }
    .mb-lg-n148px,
    .my-lg-n148px {
        margin-bottom: -148px !important;
    }
    .ml-lg-n148px,
    .mx-lg-n148px {
        margin-left: -148px !important;
    }
    .m-lg-n180px {
        margin: -180px !important;
    }
    .mt-lg-n180px,
    .my-lg-n180px {
        margin-top: -180px !important;
    }
    .mr-lg-n180px,
    .mx-lg-n180px {
        margin-right: -180px !important;
    }
    .mb-lg-n180px,
    .my-lg-n180px {
        margin-bottom: -180px !important;
    }
    .ml-lg-n180px,
    .mx-lg-n180px {
        margin-left: -180px !important;
    }
    .m-lg-n210px {
        margin: -210px !important;
    }
    .mt-lg-n210px,
    .my-lg-n210px {
        margin-top: -210px !important;
    }
    .mr-lg-n210px,
    .mx-lg-n210px {
        margin-right: -210px !important;
    }
    .mb-lg-n210px,
    .my-lg-n210px {
        margin-bottom: -210px !important;
    }
    .ml-lg-n210px,
    .mx-lg-n210px {
        margin-left: -210px !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1600px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .m-xl-1px {
        margin: 1px !important;
    }
    .mt-xl-1px,
    .my-xl-1px {
        margin-top: 1px !important;
    }
    .mr-xl-1px,
    .mx-xl-1px {
        margin-right: 1px !important;
    }
    .mb-xl-1px,
    .my-xl-1px {
        margin-bottom: 1px !important;
    }
    .ml-xl-1px,
    .mx-xl-1px {
        margin-left: 1px !important;
    }
    .m-xl-2px {
        margin: 2px !important;
    }
    .mt-xl-2px,
    .my-xl-2px {
        margin-top: 2px !important;
    }
    .mr-xl-2px,
    .mx-xl-2px {
        margin-right: 2px !important;
    }
    .mb-xl-2px,
    .my-xl-2px {
        margin-bottom: 2px !important;
    }
    .ml-xl-2px,
    .mx-xl-2px {
        margin-left: 2px !important;
    }
    .m-xl-3px {
        margin: 3px !important;
    }
    .mt-xl-3px,
    .my-xl-3px {
        margin-top: 3px !important;
    }
    .mr-xl-3px,
    .mx-xl-3px {
        margin-right: 3px !important;
    }
    .mb-xl-3px,
    .my-xl-3px {
        margin-bottom: 3px !important;
    }
    .ml-xl-3px,
    .mx-xl-3px {
        margin-left: 3px !important;
    }
    .m-xl-4px {
        margin: 4px !important;
    }
    .mt-xl-4px,
    .my-xl-4px {
        margin-top: 4px !important;
    }
    .mr-xl-4px,
    .mx-xl-4px {
        margin-right: 4px !important;
    }
    .mb-xl-4px,
    .my-xl-4px {
        margin-bottom: 4px !important;
    }
    .ml-xl-4px,
    .mx-xl-4px {
        margin-left: 4px !important;
    }
    .m-xl-5px {
        margin: 5px !important;
    }
    .mt-xl-5px,
    .my-xl-5px {
        margin-top: 5px !important;
    }
    .mr-xl-5px,
    .mx-xl-5px {
        margin-right: 5px !important;
    }
    .mb-xl-5px,
    .my-xl-5px {
        margin-bottom: 5px !important;
    }
    .ml-xl-5px,
    .mx-xl-5px {
        margin-left: 5px !important;
    }
    .m-xl-6px {
        margin: 6px !important;
    }
    .mt-xl-6px,
    .my-xl-6px {
        margin-top: 6px !important;
    }
    .mr-xl-6px,
    .mx-xl-6px {
        margin-right: 6px !important;
    }
    .mb-xl-6px,
    .my-xl-6px {
        margin-bottom: 6px !important;
    }
    .ml-xl-6px,
    .mx-xl-6px {
        margin-left: 6px !important;
    }
    .m-xl-8px {
        margin: 8px !important;
    }
    .mt-xl-8px,
    .my-xl-8px {
        margin-top: 8px !important;
    }
    .mr-xl-8px,
    .mx-xl-8px {
        margin-right: 8px !important;
    }
    .mb-xl-8px,
    .my-xl-8px {
        margin-bottom: 8px !important;
    }
    .ml-xl-8px,
    .mx-xl-8px {
        margin-left: 8px !important;
    }
    .m-xl-10px {
        margin: 10px !important;
    }
    .mt-xl-10px,
    .my-xl-10px {
        margin-top: 10px !important;
    }
    .mr-xl-10px,
    .mx-xl-10px {
        margin-right: 10px !important;
    }
    .mb-xl-10px,
    .my-xl-10px {
        margin-bottom: 10px !important;
    }
    .ml-xl-10px,
    .mx-xl-10px {
        margin-left: 10px !important;
    }
    .m-xl-12px {
        margin: 12px !important;
    }
    .mt-xl-12px,
    .my-xl-12px {
        margin-top: 12px !important;
    }
    .mr-xl-12px,
    .mx-xl-12px {
        margin-right: 12px !important;
    }
    .mb-xl-12px,
    .my-xl-12px {
        margin-bottom: 12px !important;
    }
    .ml-xl-12px,
    .mx-xl-12px {
        margin-left: 12px !important;
    }
    .m-xl-13px {
        margin: 13px !important;
    }
    .mt-xl-13px,
    .my-xl-13px {
        margin-top: 13px !important;
    }
    .mr-xl-13px,
    .mx-xl-13px {
        margin-right: 13px !important;
    }
    .mb-xl-13px,
    .my-xl-13px {
        margin-bottom: 13px !important;
    }
    .ml-xl-13px,
    .mx-xl-13px {
        margin-left: 13px !important;
    }
    .m-xl-14px {
        margin: 14px !important;
    }
    .mt-xl-14px,
    .my-xl-14px {
        margin-top: 14px !important;
    }
    .mr-xl-14px,
    .mx-xl-14px {
        margin-right: 14px !important;
    }
    .mb-xl-14px,
    .my-xl-14px {
        margin-bottom: 14px !important;
    }
    .ml-xl-14px,
    .mx-xl-14px {
        margin-left: 14px !important;
    }
    .m-xl-15px {
        margin: 15px !important;
    }
    .mt-xl-15px,
    .my-xl-15px {
        margin-top: 15px !important;
    }
    .mr-xl-15px,
    .mx-xl-15px {
        margin-right: 15px !important;
    }
    .mb-xl-15px,
    .my-xl-15px {
        margin-bottom: 15px !important;
    }
    .ml-xl-15px,
    .mx-xl-15px {
        margin-left: 15px !important;
    }
    .m-xl-16px {
        margin: 16px !important;
    }
    .mt-xl-16px,
    .my-xl-16px {
        margin-top: 16px !important;
    }
    .mr-xl-16px,
    .mx-xl-16px {
        margin-right: 16px !important;
    }
    .mb-xl-16px,
    .my-xl-16px {
        margin-bottom: 16px !important;
    }
    .ml-xl-16px,
    .mx-xl-16px {
        margin-left: 16px !important;
    }
    .m-xl-20px {
        margin: 20px !important;
    }
    .mt-xl-20px,
    .my-xl-20px {
        margin-top: 20px !important;
    }
    .mr-xl-20px,
    .mx-xl-20px {
        margin-right: 20px !important;
    }
    .mb-xl-20px,
    .my-xl-20px {
        margin-bottom: 20px !important;
    }
    .ml-xl-20px,
    .mx-xl-20px {
        margin-left: 20px !important;
    }
    .m-xl-22px {
        margin: 22px !important;
    }
    .mt-xl-22px,
    .my-xl-22px {
        margin-top: 22px !important;
    }
    .mr-xl-22px,
    .mx-xl-22px {
        margin-right: 22px !important;
    }
    .mb-xl-22px,
    .my-xl-22px {
        margin-bottom: 22px !important;
    }
    .ml-xl-22px,
    .mx-xl-22px {
        margin-left: 22px !important;
    }
    .m-xl-24px {
        margin: 24px !important;
    }
    .mt-xl-24px,
    .my-xl-24px {
        margin-top: 24px !important;
    }
    .mr-xl-24px,
    .mx-xl-24px {
        margin-right: 24px !important;
    }
    .mb-xl-24px,
    .my-xl-24px {
        margin-bottom: 24px !important;
    }
    .ml-xl-24px,
    .mx-xl-24px {
        margin-left: 24px !important;
    }
    .m-xl-25px {
        margin: 25px !important;
    }
    .mt-xl-25px,
    .my-xl-25px {
        margin-top: 25px !important;
    }
    .mr-xl-25px,
    .mx-xl-25px {
        margin-right: 25px !important;
    }
    .mb-xl-25px,
    .my-xl-25px {
        margin-bottom: 25px !important;
    }
    .ml-xl-25px,
    .mx-xl-25px {
        margin-left: 25px !important;
    }
    .m-xl-28px {
        margin: 28px !important;
    }
    .mt-xl-28px,
    .my-xl-28px {
        margin-top: 28px !important;
    }
    .mr-xl-28px,
    .mx-xl-28px {
        margin-right: 28px !important;
    }
    .mb-xl-28px,
    .my-xl-28px {
        margin-bottom: 28px !important;
    }
    .ml-xl-28px,
    .mx-xl-28px {
        margin-left: 28px !important;
    }
    .m-xl-30px {
        margin: 30px !important;
    }
    .mt-xl-30px,
    .my-xl-30px {
        margin-top: 30px !important;
    }
    .mr-xl-30px,
    .mx-xl-30px {
        margin-right: 30px !important;
    }
    .mb-xl-30px,
    .my-xl-30px {
        margin-bottom: 30px !important;
    }
    .ml-xl-30px,
    .mx-xl-30px {
        margin-left: 30px !important;
    }
    .m-xl-32px {
        margin: 32px !important;
    }
    .mt-xl-32px,
    .my-xl-32px {
        margin-top: 32px !important;
    }
    .mr-xl-32px,
    .mx-xl-32px {
        margin-right: 32px !important;
    }
    .mb-xl-32px,
    .my-xl-32px {
        margin-bottom: 32px !important;
    }
    .ml-xl-32px,
    .mx-xl-32px {
        margin-left: 32px !important;
    }
    .m-xl-36px {
        margin: 36px !important;
    }
    .mt-xl-36px,
    .my-xl-36px {
        margin-top: 36px !important;
    }
    .mr-xl-36px,
    .mx-xl-36px {
        margin-right: 36px !important;
    }
    .mb-xl-36px,
    .my-xl-36px {
        margin-bottom: 36px !important;
    }
    .ml-xl-36px,
    .mx-xl-36px {
        margin-left: 36px !important;
    }
    .m-xl-40px {
        margin: 40px !important;
    }
    .mt-xl-40px,
    .my-xl-40px {
        margin-top: 40px !important;
    }
    .mr-xl-40px,
    .mx-xl-40px {
        margin-right: 40px !important;
    }
    .mb-xl-40px,
    .my-xl-40px {
        margin-bottom: 40px !important;
    }
    .ml-xl-40px,
    .mx-xl-40px {
        margin-left: 40px !important;
    }
    .m-xl-44px {
        margin: 44px !important;
    }
    .mt-xl-44px,
    .my-xl-44px {
        margin-top: 44px !important;
    }
    .mr-xl-44px,
    .mx-xl-44px {
        margin-right: 44px !important;
    }
    .mb-xl-44px,
    .my-xl-44px {
        margin-bottom: 44px !important;
    }
    .ml-xl-44px,
    .mx-xl-44px {
        margin-left: 44px !important;
    }
    .m-xl-48px {
        margin: 48px !important;
    }
    .mt-xl-48px,
    .my-xl-48px {
        margin-top: 48px !important;
    }
    .mr-xl-48px,
    .mx-xl-48px {
        margin-right: 48px !important;
    }
    .mb-xl-48px,
    .my-xl-48px {
        margin-bottom: 48px !important;
    }
    .ml-xl-48px,
    .mx-xl-48px {
        margin-left: 48px !important;
    }
    .m-xl-52px {
        margin: 52px !important;
    }
    .mt-xl-52px,
    .my-xl-52px {
        margin-top: 52px !important;
    }
    .mr-xl-52px,
    .mx-xl-52px {
        margin-right: 52px !important;
    }
    .mb-xl-52px,
    .my-xl-52px {
        margin-bottom: 52px !important;
    }
    .ml-xl-52px,
    .mx-xl-52px {
        margin-left: 52px !important;
    }
    .m-xl-56px {
        margin: 56px !important;
    }
    .mt-xl-56px,
    .my-xl-56px {
        margin-top: 56px !important;
    }
    .mr-xl-56px,
    .mx-xl-56px {
        margin-right: 56px !important;
    }
    .mb-xl-56px,
    .my-xl-56px {
        margin-bottom: 56px !important;
    }
    .ml-xl-56px,
    .mx-xl-56px {
        margin-left: 56px !important;
    }
    .m-xl-60px {
        margin: 60px !important;
    }
    .mt-xl-60px,
    .my-xl-60px {
        margin-top: 60px !important;
    }
    .mr-xl-60px,
    .mx-xl-60px {
        margin-right: 60px !important;
    }
    .mb-xl-60px,
    .my-xl-60px {
        margin-bottom: 60px !important;
    }
    .ml-xl-60px,
    .mx-xl-60px {
        margin-left: 60px !important;
    }
    .m-xl-68px {
        margin: 68px !important;
    }
    .mt-xl-68px,
    .my-xl-68px {
        margin-top: 68px !important;
    }
    .mr-xl-68px,
    .mx-xl-68px {
        margin-right: 68px !important;
    }
    .mb-xl-68px,
    .my-xl-68px {
        margin-bottom: 68px !important;
    }
    .ml-xl-68px,
    .mx-xl-68px {
        margin-left: 68px !important;
    }
    .m-xl-64px {
        margin: 64px !important;
    }
    .mt-xl-64px,
    .my-xl-64px {
        margin-top: 64px !important;
    }
    .mr-xl-64px,
    .mx-xl-64px {
        margin-right: 64px !important;
    }
    .mb-xl-64px,
    .my-xl-64px {
        margin-bottom: 64px !important;
    }
    .ml-xl-64px,
    .mx-xl-64px {
        margin-left: 64px !important;
    }
    .m-xl-72px {
        margin: 72px !important;
    }
    .mt-xl-72px,
    .my-xl-72px {
        margin-top: 72px !important;
    }
    .mr-xl-72px,
    .mx-xl-72px {
        margin-right: 72px !important;
    }
    .mb-xl-72px,
    .my-xl-72px {
        margin-bottom: 72px !important;
    }
    .ml-xl-72px,
    .mx-xl-72px {
        margin-left: 72px !important;
    }
    .m-xl-76px {
        margin: 76px !important;
    }
    .mt-xl-76px,
    .my-xl-76px {
        margin-top: 76px !important;
    }
    .mr-xl-76px,
    .mx-xl-76px {
        margin-right: 76px !important;
    }
    .mb-xl-76px,
    .my-xl-76px {
        margin-bottom: 76px !important;
    }
    .ml-xl-76px,
    .mx-xl-76px {
        margin-left: 76px !important;
    }
    .m-xl-80px {
        margin: 80px !important;
    }
    .mt-xl-80px,
    .my-xl-80px {
        margin-top: 80px !important;
    }
    .mr-xl-80px,
    .mx-xl-80px {
        margin-right: 80px !important;
    }
    .mb-xl-80px,
    .my-xl-80px {
        margin-bottom: 80px !important;
    }
    .ml-xl-80px,
    .mx-xl-80px {
        margin-left: 80px !important;
    }
    .m-xl-86px {
        margin: 86px !important;
    }
    .mt-xl-86px,
    .my-xl-86px {
        margin-top: 86px !important;
    }
    .mr-xl-86px,
    .mx-xl-86px {
        margin-right: 86px !important;
    }
    .mb-xl-86px,
    .my-xl-86px {
        margin-bottom: 86px !important;
    }
    .ml-xl-86px,
    .mx-xl-86px {
        margin-left: 86px !important;
    }
    .m-xl-100px {
        margin: 100px !important;
    }
    .mt-xl-100px,
    .my-xl-100px {
        margin-top: 100px !important;
    }
    .mr-xl-100px,
    .mx-xl-100px {
        margin-right: 100px !important;
    }
    .mb-xl-100px,
    .my-xl-100px {
        margin-bottom: 100px !important;
    }
    .ml-xl-100px,
    .mx-xl-100px {
        margin-left: 100px !important;
    }
    .m-xl-127px {
        margin: 127px !important;
    }
    .mt-xl-127px,
    .my-xl-127px {
        margin-top: 127px !important;
    }
    .mr-xl-127px,
    .mx-xl-127px {
        margin-right: 127px !important;
    }
    .mb-xl-127px,
    .my-xl-127px {
        margin-bottom: 127px !important;
    }
    .ml-xl-127px,
    .mx-xl-127px {
        margin-left: 127px !important;
    }
    .m-xl-129px {
        margin: 129px !important;
    }
    .mt-xl-129px,
    .my-xl-129px {
        margin-top: 129px !important;
    }
    .mr-xl-129px,
    .mx-xl-129px {
        margin-right: 129px !important;
    }
    .mb-xl-129px,
    .my-xl-129px {
        margin-bottom: 129px !important;
    }
    .ml-xl-129px,
    .mx-xl-129px {
        margin-left: 129px !important;
    }
    .m-xl-133px {
        margin: 133px !important;
    }
    .mt-xl-133px,
    .my-xl-133px {
        margin-top: 133px !important;
    }
    .mr-xl-133px,
    .mx-xl-133px {
        margin-right: 133px !important;
    }
    .mb-xl-133px,
    .my-xl-133px {
        margin-bottom: 133px !important;
    }
    .ml-xl-133px,
    .mx-xl-133px {
        margin-left: 133px !important;
    }
    .m-xl-148px {
        margin: 148px !important;
    }
    .mt-xl-148px,
    .my-xl-148px {
        margin-top: 148px !important;
    }
    .mr-xl-148px,
    .mx-xl-148px {
        margin-right: 148px !important;
    }
    .mb-xl-148px,
    .my-xl-148px {
        margin-bottom: 148px !important;
    }
    .ml-xl-148px,
    .mx-xl-148px {
        margin-left: 148px !important;
    }
    .m-xl-180px {
        margin: 180px !important;
    }
    .mt-xl-180px,
    .my-xl-180px {
        margin-top: 180px !important;
    }
    .mr-xl-180px,
    .mx-xl-180px {
        margin-right: 180px !important;
    }
    .mb-xl-180px,
    .my-xl-180px {
        margin-bottom: 180px !important;
    }
    .ml-xl-180px,
    .mx-xl-180px {
        margin-left: 180px !important;
    }
    .m-xl-210px {
        margin: 210px !important;
    }
    .mt-xl-210px,
    .my-xl-210px {
        margin-top: 210px !important;
    }
    .mr-xl-210px,
    .mx-xl-210px {
        margin-right: 210px !important;
    }
    .mb-xl-210px,
    .my-xl-210px {
        margin-bottom: 210px !important;
    }
    .ml-xl-210px,
    .mx-xl-210px {
        margin-left: 210px !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .p-xl-1px {
        padding: 1px !important;
    }
    .pt-xl-1px,
    .py-xl-1px {
        padding-top: 1px !important;
    }
    .pr-xl-1px,
    .px-xl-1px {
        padding-right: 1px !important;
    }
    .pb-xl-1px,
    .py-xl-1px {
        padding-bottom: 1px !important;
    }
    .pl-xl-1px,
    .px-xl-1px {
        padding-left: 1px !important;
    }
    .p-xl-2px {
        padding: 2px !important;
    }
    .pt-xl-2px,
    .py-xl-2px {
        padding-top: 2px !important;
    }
    .pr-xl-2px,
    .px-xl-2px {
        padding-right: 2px !important;
    }
    .pb-xl-2px,
    .py-xl-2px {
        padding-bottom: 2px !important;
    }
    .pl-xl-2px,
    .px-xl-2px {
        padding-left: 2px !important;
    }
    .p-xl-3px {
        padding: 3px !important;
    }
    .pt-xl-3px,
    .py-xl-3px {
        padding-top: 3px !important;
    }
    .pr-xl-3px,
    .px-xl-3px {
        padding-right: 3px !important;
    }
    .pb-xl-3px,
    .py-xl-3px {
        padding-bottom: 3px !important;
    }
    .pl-xl-3px,
    .px-xl-3px {
        padding-left: 3px !important;
    }
    .p-xl-4px {
        padding: 4px !important;
    }
    .pt-xl-4px,
    .py-xl-4px {
        padding-top: 4px !important;
    }
    .pr-xl-4px,
    .px-xl-4px {
        padding-right: 4px !important;
    }
    .pb-xl-4px,
    .py-xl-4px {
        padding-bottom: 4px !important;
    }
    .pl-xl-4px,
    .px-xl-4px {
        padding-left: 4px !important;
    }
    .p-xl-5px {
        padding: 5px !important;
    }
    .pt-xl-5px,
    .py-xl-5px {
        padding-top: 5px !important;
    }
    .pr-xl-5px,
    .px-xl-5px {
        padding-right: 5px !important;
    }
    .pb-xl-5px,
    .py-xl-5px {
        padding-bottom: 5px !important;
    }
    .pl-xl-5px,
    .px-xl-5px {
        padding-left: 5px !important;
    }
    .p-xl-6px {
        padding: 6px !important;
    }
    .pt-xl-6px,
    .py-xl-6px {
        padding-top: 6px !important;
    }
    .pr-xl-6px,
    .px-xl-6px {
        padding-right: 6px !important;
    }
    .pb-xl-6px,
    .py-xl-6px {
        padding-bottom: 6px !important;
    }
    .pl-xl-6px,
    .px-xl-6px {
        padding-left: 6px !important;
    }
    .p-xl-8px {
        padding: 8px !important;
    }
    .pt-xl-8px,
    .py-xl-8px {
        padding-top: 8px !important;
    }
    .pr-xl-8px,
    .px-xl-8px {
        padding-right: 8px !important;
    }
    .pb-xl-8px,
    .py-xl-8px {
        padding-bottom: 8px !important;
    }
    .pl-xl-8px,
    .px-xl-8px {
        padding-left: 8px !important;
    }
    .p-xl-10px {
        padding: 10px !important;
    }
    .pt-xl-10px,
    .py-xl-10px {
        padding-top: 10px !important;
    }
    .pr-xl-10px,
    .px-xl-10px {
        padding-right: 10px !important;
    }
    .pb-xl-10px,
    .py-xl-10px {
        padding-bottom: 10px !important;
    }
    .pl-xl-10px,
    .px-xl-10px {
        padding-left: 10px !important;
    }
    .p-xl-12px {
        padding: 12px !important;
    }
    .pt-xl-12px,
    .py-xl-12px {
        padding-top: 12px !important;
    }
    .pr-xl-12px,
    .px-xl-12px {
        padding-right: 12px !important;
    }
    .pb-xl-12px,
    .py-xl-12px {
        padding-bottom: 12px !important;
    }
    .pl-xl-12px,
    .px-xl-12px {
        padding-left: 12px !important;
    }
    .p-xl-13px {
        padding: 13px !important;
    }
    .pt-xl-13px,
    .py-xl-13px {
        padding-top: 13px !important;
    }
    .pr-xl-13px,
    .px-xl-13px {
        padding-right: 13px !important;
    }
    .pb-xl-13px,
    .py-xl-13px {
        padding-bottom: 13px !important;
    }
    .pl-xl-13px,
    .px-xl-13px {
        padding-left: 13px !important;
    }
    .p-xl-14px {
        padding: 14px !important;
    }
    .pt-xl-14px,
    .py-xl-14px {
        padding-top: 14px !important;
    }
    .pr-xl-14px,
    .px-xl-14px {
        padding-right: 14px !important;
    }
    .pb-xl-14px,
    .py-xl-14px {
        padding-bottom: 14px !important;
    }
    .pl-xl-14px,
    .px-xl-14px {
        padding-left: 14px !important;
    }
    .p-xl-15px {
        padding: 15px !important;
    }
    .pt-xl-15px,
    .py-xl-15px {
        padding-top: 15px !important;
    }
    .pr-xl-15px,
    .px-xl-15px {
        padding-right: 15px !important;
    }
    .pb-xl-15px,
    .py-xl-15px {
        padding-bottom: 15px !important;
    }
    .pl-xl-15px,
    .px-xl-15px {
        padding-left: 15px !important;
    }
    .p-xl-16px {
        padding: 16px !important;
    }
    .pt-xl-16px,
    .py-xl-16px {
        padding-top: 16px !important;
    }
    .pr-xl-16px,
    .px-xl-16px {
        padding-right: 16px !important;
    }
    .pb-xl-16px,
    .py-xl-16px {
        padding-bottom: 16px !important;
    }
    .pl-xl-16px,
    .px-xl-16px {
        padding-left: 16px !important;
    }
    .p-xl-20px {
        padding: 20px !important;
    }
    .pt-xl-20px,
    .py-xl-20px {
        padding-top: 20px !important;
    }
    .pr-xl-20px,
    .px-xl-20px {
        padding-right: 20px !important;
    }
    .pb-xl-20px,
    .py-xl-20px {
        padding-bottom: 20px !important;
    }
    .pl-xl-20px,
    .px-xl-20px {
        padding-left: 20px !important;
    }
    .p-xl-22px {
        padding: 22px !important;
    }
    .pt-xl-22px,
    .py-xl-22px {
        padding-top: 22px !important;
    }
    .pr-xl-22px,
    .px-xl-22px {
        padding-right: 22px !important;
    }
    .pb-xl-22px,
    .py-xl-22px {
        padding-bottom: 22px !important;
    }
    .pl-xl-22px,
    .px-xl-22px {
        padding-left: 22px !important;
    }
    .p-xl-24px {
        padding: 24px !important;
    }
    .pt-xl-24px,
    .py-xl-24px {
        padding-top: 24px !important;
    }
    .pr-xl-24px,
    .px-xl-24px {
        padding-right: 24px !important;
    }
    .pb-xl-24px,
    .py-xl-24px {
        padding-bottom: 24px !important;
    }
    .pl-xl-24px,
    .px-xl-24px {
        padding-left: 24px !important;
    }
    .p-xl-25px {
        padding: 25px !important;
    }
    .pt-xl-25px,
    .py-xl-25px {
        padding-top: 25px !important;
    }
    .pr-xl-25px,
    .px-xl-25px {
        padding-right: 25px !important;
    }
    .pb-xl-25px,
    .py-xl-25px {
        padding-bottom: 25px !important;
    }
    .pl-xl-25px,
    .px-xl-25px {
        padding-left: 25px !important;
    }
    .p-xl-28px {
        padding: 28px !important;
    }
    .pt-xl-28px,
    .py-xl-28px {
        padding-top: 28px !important;
    }
    .pr-xl-28px,
    .px-xl-28px {
        padding-right: 28px !important;
    }
    .pb-xl-28px,
    .py-xl-28px {
        padding-bottom: 28px !important;
    }
    .pl-xl-28px,
    .px-xl-28px {
        padding-left: 28px !important;
    }
    .p-xl-30px {
        padding: 30px !important;
    }
    .pt-xl-30px,
    .py-xl-30px {
        padding-top: 30px !important;
    }
    .pr-xl-30px,
    .px-xl-30px {
        padding-right: 30px !important;
    }
    .pb-xl-30px,
    .py-xl-30px {
        padding-bottom: 30px !important;
    }
    .pl-xl-30px,
    .px-xl-30px {
        padding-left: 30px !important;
    }
    .p-xl-32px {
        padding: 32px !important;
    }
    .pt-xl-32px,
    .py-xl-32px {
        padding-top: 32px !important;
    }
    .pr-xl-32px,
    .px-xl-32px {
        padding-right: 32px !important;
    }
    .pb-xl-32px,
    .py-xl-32px {
        padding-bottom: 32px !important;
    }
    .pl-xl-32px,
    .px-xl-32px {
        padding-left: 32px !important;
    }
    .p-xl-36px {
        padding: 36px !important;
    }
    .pt-xl-36px,
    .py-xl-36px {
        padding-top: 36px !important;
    }
    .pr-xl-36px,
    .px-xl-36px {
        padding-right: 36px !important;
    }
    .pb-xl-36px,
    .py-xl-36px {
        padding-bottom: 36px !important;
    }
    .pl-xl-36px,
    .px-xl-36px {
        padding-left: 36px !important;
    }
    .p-xl-40px {
        padding: 40px !important;
    }
    .pt-xl-40px,
    .py-xl-40px {
        padding-top: 40px !important;
    }
    .pr-xl-40px,
    .px-xl-40px {
        padding-right: 40px !important;
    }
    .pb-xl-40px,
    .py-xl-40px {
        padding-bottom: 40px !important;
    }
    .pl-xl-40px,
    .px-xl-40px {
        padding-left: 40px !important;
    }
    .p-xl-44px {
        padding: 44px !important;
    }
    .pt-xl-44px,
    .py-xl-44px {
        padding-top: 44px !important;
    }
    .pr-xl-44px,
    .px-xl-44px {
        padding-right: 44px !important;
    }
    .pb-xl-44px,
    .py-xl-44px {
        padding-bottom: 44px !important;
    }
    .pl-xl-44px,
    .px-xl-44px {
        padding-left: 44px !important;
    }
    .p-xl-48px {
        padding: 48px !important;
    }
    .pt-xl-48px,
    .py-xl-48px {
        padding-top: 48px !important;
    }
    .pr-xl-48px,
    .px-xl-48px {
        padding-right: 48px !important;
    }
    .pb-xl-48px,
    .py-xl-48px {
        padding-bottom: 48px !important;
    }
    .pl-xl-48px,
    .px-xl-48px {
        padding-left: 48px !important;
    }
    .p-xl-52px {
        padding: 52px !important;
    }
    .pt-xl-52px,
    .py-xl-52px {
        padding-top: 52px !important;
    }
    .pr-xl-52px,
    .px-xl-52px {
        padding-right: 52px !important;
    }
    .pb-xl-52px,
    .py-xl-52px {
        padding-bottom: 52px !important;
    }
    .pl-xl-52px,
    .px-xl-52px {
        padding-left: 52px !important;
    }
    .p-xl-56px {
        padding: 56px !important;
    }
    .pt-xl-56px,
    .py-xl-56px {
        padding-top: 56px !important;
    }
    .pr-xl-56px,
    .px-xl-56px {
        padding-right: 56px !important;
    }
    .pb-xl-56px,
    .py-xl-56px {
        padding-bottom: 56px !important;
    }
    .pl-xl-56px,
    .px-xl-56px {
        padding-left: 56px !important;
    }
    .p-xl-60px {
        padding: 60px !important;
    }
    .pt-xl-60px,
    .py-xl-60px {
        padding-top: 60px !important;
    }
    .pr-xl-60px,
    .px-xl-60px {
        padding-right: 60px !important;
    }
    .pb-xl-60px,
    .py-xl-60px {
        padding-bottom: 60px !important;
    }
    .pl-xl-60px,
    .px-xl-60px {
        padding-left: 60px !important;
    }
    .p-xl-68px {
        padding: 68px !important;
    }
    .pt-xl-68px,
    .py-xl-68px {
        padding-top: 68px !important;
    }
    .pr-xl-68px,
    .px-xl-68px {
        padding-right: 68px !important;
    }
    .pb-xl-68px,
    .py-xl-68px {
        padding-bottom: 68px !important;
    }
    .pl-xl-68px,
    .px-xl-68px {
        padding-left: 68px !important;
    }
    .p-xl-64px {
        padding: 64px !important;
    }
    .pt-xl-64px,
    .py-xl-64px {
        padding-top: 64px !important;
    }
    .pr-xl-64px,
    .px-xl-64px {
        padding-right: 64px !important;
    }
    .pb-xl-64px,
    .py-xl-64px {
        padding-bottom: 64px !important;
    }
    .pl-xl-64px,
    .px-xl-64px {
        padding-left: 64px !important;
    }
    .p-xl-72px {
        padding: 72px !important;
    }
    .pt-xl-72px,
    .py-xl-72px {
        padding-top: 72px !important;
    }
    .pr-xl-72px,
    .px-xl-72px {
        padding-right: 72px !important;
    }
    .pb-xl-72px,
    .py-xl-72px {
        padding-bottom: 72px !important;
    }
    .pl-xl-72px,
    .px-xl-72px {
        padding-left: 72px !important;
    }
    .p-xl-76px {
        padding: 76px !important;
    }
    .pt-xl-76px,
    .py-xl-76px {
        padding-top: 76px !important;
    }
    .pr-xl-76px,
    .px-xl-76px {
        padding-right: 76px !important;
    }
    .pb-xl-76px,
    .py-xl-76px {
        padding-bottom: 76px !important;
    }
    .pl-xl-76px,
    .px-xl-76px {
        padding-left: 76px !important;
    }
    .p-xl-80px {
        padding: 80px !important;
    }
    .pt-xl-80px,
    .py-xl-80px {
        padding-top: 80px !important;
    }
    .pr-xl-80px,
    .px-xl-80px {
        padding-right: 80px !important;
    }
    .pb-xl-80px,
    .py-xl-80px {
        padding-bottom: 80px !important;
    }
    .pl-xl-80px,
    .px-xl-80px {
        padding-left: 80px !important;
    }
    .p-xl-86px {
        padding: 86px !important;
    }
    .pt-xl-86px,
    .py-xl-86px {
        padding-top: 86px !important;
    }
    .pr-xl-86px,
    .px-xl-86px {
        padding-right: 86px !important;
    }
    .pb-xl-86px,
    .py-xl-86px {
        padding-bottom: 86px !important;
    }
    .pl-xl-86px,
    .px-xl-86px {
        padding-left: 86px !important;
    }
    .p-xl-100px {
        padding: 100px !important;
    }
    .pt-xl-100px,
    .py-xl-100px {
        padding-top: 100px !important;
    }
    .pr-xl-100px,
    .px-xl-100px {
        padding-right: 100px !important;
    }
    .pb-xl-100px,
    .py-xl-100px {
        padding-bottom: 100px !important;
    }
    .pl-xl-100px,
    .px-xl-100px {
        padding-left: 100px !important;
    }
    .p-xl-127px {
        padding: 127px !important;
    }
    .pt-xl-127px,
    .py-xl-127px {
        padding-top: 127px !important;
    }
    .pr-xl-127px,
    .px-xl-127px {
        padding-right: 127px !important;
    }
    .pb-xl-127px,
    .py-xl-127px {
        padding-bottom: 127px !important;
    }
    .pl-xl-127px,
    .px-xl-127px {
        padding-left: 127px !important;
    }
    .p-xl-129px {
        padding: 129px !important;
    }
    .pt-xl-129px,
    .py-xl-129px {
        padding-top: 129px !important;
    }
    .pr-xl-129px,
    .px-xl-129px {
        padding-right: 129px !important;
    }
    .pb-xl-129px,
    .py-xl-129px {
        padding-bottom: 129px !important;
    }
    .pl-xl-129px,
    .px-xl-129px {
        padding-left: 129px !important;
    }
    .p-xl-133px {
        padding: 133px !important;
    }
    .pt-xl-133px,
    .py-xl-133px {
        padding-top: 133px !important;
    }
    .pr-xl-133px,
    .px-xl-133px {
        padding-right: 133px !important;
    }
    .pb-xl-133px,
    .py-xl-133px {
        padding-bottom: 133px !important;
    }
    .pl-xl-133px,
    .px-xl-133px {
        padding-left: 133px !important;
    }
    .p-xl-148px {
        padding: 148px !important;
    }
    .pt-xl-148px,
    .py-xl-148px {
        padding-top: 148px !important;
    }
    .pr-xl-148px,
    .px-xl-148px {
        padding-right: 148px !important;
    }
    .pb-xl-148px,
    .py-xl-148px {
        padding-bottom: 148px !important;
    }
    .pl-xl-148px,
    .px-xl-148px {
        padding-left: 148px !important;
    }
    .p-xl-180px {
        padding: 180px !important;
    }
    .pt-xl-180px,
    .py-xl-180px {
        padding-top: 180px !important;
    }
    .pr-xl-180px,
    .px-xl-180px {
        padding-right: 180px !important;
    }
    .pb-xl-180px,
    .py-xl-180px {
        padding-bottom: 180px !important;
    }
    .pl-xl-180px,
    .px-xl-180px {
        padding-left: 180px !important;
    }
    .p-xl-210px {
        padding: 210px !important;
    }
    .pt-xl-210px,
    .py-xl-210px {
        padding-top: 210px !important;
    }
    .pr-xl-210px,
    .px-xl-210px {
        padding-right: 210px !important;
    }
    .pb-xl-210px,
    .py-xl-210px {
        padding-bottom: 210px !important;
    }
    .pl-xl-210px,
    .px-xl-210px {
        padding-left: 210px !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-n1px {
        margin: -1px !important;
    }
    .mt-xl-n1px,
    .my-xl-n1px {
        margin-top: -1px !important;
    }
    .mr-xl-n1px,
    .mx-xl-n1px {
        margin-right: -1px !important;
    }
    .mb-xl-n1px,
    .my-xl-n1px {
        margin-bottom: -1px !important;
    }
    .ml-xl-n1px,
    .mx-xl-n1px {
        margin-left: -1px !important;
    }
    .m-xl-n2px {
        margin: -2px !important;
    }
    .mt-xl-n2px,
    .my-xl-n2px {
        margin-top: -2px !important;
    }
    .mr-xl-n2px,
    .mx-xl-n2px {
        margin-right: -2px !important;
    }
    .mb-xl-n2px,
    .my-xl-n2px {
        margin-bottom: -2px !important;
    }
    .ml-xl-n2px,
    .mx-xl-n2px {
        margin-left: -2px !important;
    }
    .m-xl-n3px {
        margin: -3px !important;
    }
    .mt-xl-n3px,
    .my-xl-n3px {
        margin-top: -3px !important;
    }
    .mr-xl-n3px,
    .mx-xl-n3px {
        margin-right: -3px !important;
    }
    .mb-xl-n3px,
    .my-xl-n3px {
        margin-bottom: -3px !important;
    }
    .ml-xl-n3px,
    .mx-xl-n3px {
        margin-left: -3px !important;
    }
    .m-xl-n4px {
        margin: -4px !important;
    }
    .mt-xl-n4px,
    .my-xl-n4px {
        margin-top: -4px !important;
    }
    .mr-xl-n4px,
    .mx-xl-n4px {
        margin-right: -4px !important;
    }
    .mb-xl-n4px,
    .my-xl-n4px {
        margin-bottom: -4px !important;
    }
    .ml-xl-n4px,
    .mx-xl-n4px {
        margin-left: -4px !important;
    }
    .m-xl-n5px {
        margin: -5px !important;
    }
    .mt-xl-n5px,
    .my-xl-n5px {
        margin-top: -5px !important;
    }
    .mr-xl-n5px,
    .mx-xl-n5px {
        margin-right: -5px !important;
    }
    .mb-xl-n5px,
    .my-xl-n5px {
        margin-bottom: -5px !important;
    }
    .ml-xl-n5px,
    .mx-xl-n5px {
        margin-left: -5px !important;
    }
    .m-xl-n6px {
        margin: -6px !important;
    }
    .mt-xl-n6px,
    .my-xl-n6px {
        margin-top: -6px !important;
    }
    .mr-xl-n6px,
    .mx-xl-n6px {
        margin-right: -6px !important;
    }
    .mb-xl-n6px,
    .my-xl-n6px {
        margin-bottom: -6px !important;
    }
    .ml-xl-n6px,
    .mx-xl-n6px {
        margin-left: -6px !important;
    }
    .m-xl-n8px {
        margin: -8px !important;
    }
    .mt-xl-n8px,
    .my-xl-n8px {
        margin-top: -8px !important;
    }
    .mr-xl-n8px,
    .mx-xl-n8px {
        margin-right: -8px !important;
    }
    .mb-xl-n8px,
    .my-xl-n8px {
        margin-bottom: -8px !important;
    }
    .ml-xl-n8px,
    .mx-xl-n8px {
        margin-left: -8px !important;
    }
    .m-xl-n10px {
        margin: -10px !important;
    }
    .mt-xl-n10px,
    .my-xl-n10px {
        margin-top: -10px !important;
    }
    .mr-xl-n10px,
    .mx-xl-n10px {
        margin-right: -10px !important;
    }
    .mb-xl-n10px,
    .my-xl-n10px {
        margin-bottom: -10px !important;
    }
    .ml-xl-n10px,
    .mx-xl-n10px {
        margin-left: -10px !important;
    }
    .m-xl-n12px {
        margin: -12px !important;
    }
    .mt-xl-n12px,
    .my-xl-n12px {
        margin-top: -12px !important;
    }
    .mr-xl-n12px,
    .mx-xl-n12px {
        margin-right: -12px !important;
    }
    .mb-xl-n12px,
    .my-xl-n12px {
        margin-bottom: -12px !important;
    }
    .ml-xl-n12px,
    .mx-xl-n12px {
        margin-left: -12px !important;
    }
    .m-xl-n13px {
        margin: -13px !important;
    }
    .mt-xl-n13px,
    .my-xl-n13px {
        margin-top: -13px !important;
    }
    .mr-xl-n13px,
    .mx-xl-n13px {
        margin-right: -13px !important;
    }
    .mb-xl-n13px,
    .my-xl-n13px {
        margin-bottom: -13px !important;
    }
    .ml-xl-n13px,
    .mx-xl-n13px {
        margin-left: -13px !important;
    }
    .m-xl-n14px {
        margin: -14px !important;
    }
    .mt-xl-n14px,
    .my-xl-n14px {
        margin-top: -14px !important;
    }
    .mr-xl-n14px,
    .mx-xl-n14px {
        margin-right: -14px !important;
    }
    .mb-xl-n14px,
    .my-xl-n14px {
        margin-bottom: -14px !important;
    }
    .ml-xl-n14px,
    .mx-xl-n14px {
        margin-left: -14px !important;
    }
    .m-xl-n15px {
        margin: -15px !important;
    }
    .mt-xl-n15px,
    .my-xl-n15px {
        margin-top: -15px !important;
    }
    .mr-xl-n15px,
    .mx-xl-n15px {
        margin-right: -15px !important;
    }
    .mb-xl-n15px,
    .my-xl-n15px {
        margin-bottom: -15px !important;
    }
    .ml-xl-n15px,
    .mx-xl-n15px {
        margin-left: -15px !important;
    }
    .m-xl-n16px {
        margin: -16px !important;
    }
    .mt-xl-n16px,
    .my-xl-n16px {
        margin-top: -16px !important;
    }
    .mr-xl-n16px,
    .mx-xl-n16px {
        margin-right: -16px !important;
    }
    .mb-xl-n16px,
    .my-xl-n16px {
        margin-bottom: -16px !important;
    }
    .ml-xl-n16px,
    .mx-xl-n16px {
        margin-left: -16px !important;
    }
    .m-xl-n20px {
        margin: -20px !important;
    }
    .mt-xl-n20px,
    .my-xl-n20px {
        margin-top: -20px !important;
    }
    .mr-xl-n20px,
    .mx-xl-n20px {
        margin-right: -20px !important;
    }
    .mb-xl-n20px,
    .my-xl-n20px {
        margin-bottom: -20px !important;
    }
    .ml-xl-n20px,
    .mx-xl-n20px {
        margin-left: -20px !important;
    }
    .m-xl-n22px {
        margin: -22px !important;
    }
    .mt-xl-n22px,
    .my-xl-n22px {
        margin-top: -22px !important;
    }
    .mr-xl-n22px,
    .mx-xl-n22px {
        margin-right: -22px !important;
    }
    .mb-xl-n22px,
    .my-xl-n22px {
        margin-bottom: -22px !important;
    }
    .ml-xl-n22px,
    .mx-xl-n22px {
        margin-left: -22px !important;
    }
    .m-xl-n24px {
        margin: -24px !important;
    }
    .mt-xl-n24px,
    .my-xl-n24px {
        margin-top: -24px !important;
    }
    .mr-xl-n24px,
    .mx-xl-n24px {
        margin-right: -24px !important;
    }
    .mb-xl-n24px,
    .my-xl-n24px {
        margin-bottom: -24px !important;
    }
    .ml-xl-n24px,
    .mx-xl-n24px {
        margin-left: -24px !important;
    }
    .m-xl-n25px {
        margin: -25px !important;
    }
    .mt-xl-n25px,
    .my-xl-n25px {
        margin-top: -25px !important;
    }
    .mr-xl-n25px,
    .mx-xl-n25px {
        margin-right: -25px !important;
    }
    .mb-xl-n25px,
    .my-xl-n25px {
        margin-bottom: -25px !important;
    }
    .ml-xl-n25px,
    .mx-xl-n25px {
        margin-left: -25px !important;
    }
    .m-xl-n28px {
        margin: -28px !important;
    }
    .mt-xl-n28px,
    .my-xl-n28px {
        margin-top: -28px !important;
    }
    .mr-xl-n28px,
    .mx-xl-n28px {
        margin-right: -28px !important;
    }
    .mb-xl-n28px,
    .my-xl-n28px {
        margin-bottom: -28px !important;
    }
    .ml-xl-n28px,
    .mx-xl-n28px {
        margin-left: -28px !important;
    }
    .m-xl-n30px {
        margin: -30px !important;
    }
    .mt-xl-n30px,
    .my-xl-n30px {
        margin-top: -30px !important;
    }
    .mr-xl-n30px,
    .mx-xl-n30px {
        margin-right: -30px !important;
    }
    .mb-xl-n30px,
    .my-xl-n30px {
        margin-bottom: -30px !important;
    }
    .ml-xl-n30px,
    .mx-xl-n30px {
        margin-left: -30px !important;
    }
    .m-xl-n32px {
        margin: -32px !important;
    }
    .mt-xl-n32px,
    .my-xl-n32px {
        margin-top: -32px !important;
    }
    .mr-xl-n32px,
    .mx-xl-n32px {
        margin-right: -32px !important;
    }
    .mb-xl-n32px,
    .my-xl-n32px {
        margin-bottom: -32px !important;
    }
    .ml-xl-n32px,
    .mx-xl-n32px {
        margin-left: -32px !important;
    }
    .m-xl-n36px {
        margin: -36px !important;
    }
    .mt-xl-n36px,
    .my-xl-n36px {
        margin-top: -36px !important;
    }
    .mr-xl-n36px,
    .mx-xl-n36px {
        margin-right: -36px !important;
    }
    .mb-xl-n36px,
    .my-xl-n36px {
        margin-bottom: -36px !important;
    }
    .ml-xl-n36px,
    .mx-xl-n36px {
        margin-left: -36px !important;
    }
    .m-xl-n40px {
        margin: -40px !important;
    }
    .mt-xl-n40px,
    .my-xl-n40px {
        margin-top: -40px !important;
    }
    .mr-xl-n40px,
    .mx-xl-n40px {
        margin-right: -40px !important;
    }
    .mb-xl-n40px,
    .my-xl-n40px {
        margin-bottom: -40px !important;
    }
    .ml-xl-n40px,
    .mx-xl-n40px {
        margin-left: -40px !important;
    }
    .m-xl-n44px {
        margin: -44px !important;
    }
    .mt-xl-n44px,
    .my-xl-n44px {
        margin-top: -44px !important;
    }
    .mr-xl-n44px,
    .mx-xl-n44px {
        margin-right: -44px !important;
    }
    .mb-xl-n44px,
    .my-xl-n44px {
        margin-bottom: -44px !important;
    }
    .ml-xl-n44px,
    .mx-xl-n44px {
        margin-left: -44px !important;
    }
    .m-xl-n48px {
        margin: -48px !important;
    }
    .mt-xl-n48px,
    .my-xl-n48px {
        margin-top: -48px !important;
    }
    .mr-xl-n48px,
    .mx-xl-n48px {
        margin-right: -48px !important;
    }
    .mb-xl-n48px,
    .my-xl-n48px {
        margin-bottom: -48px !important;
    }
    .ml-xl-n48px,
    .mx-xl-n48px {
        margin-left: -48px !important;
    }
    .m-xl-n52px {
        margin: -52px !important;
    }
    .mt-xl-n52px,
    .my-xl-n52px {
        margin-top: -52px !important;
    }
    .mr-xl-n52px,
    .mx-xl-n52px {
        margin-right: -52px !important;
    }
    .mb-xl-n52px,
    .my-xl-n52px {
        margin-bottom: -52px !important;
    }
    .ml-xl-n52px,
    .mx-xl-n52px {
        margin-left: -52px !important;
    }
    .m-xl-n56px {
        margin: -56px !important;
    }
    .mt-xl-n56px,
    .my-xl-n56px {
        margin-top: -56px !important;
    }
    .mr-xl-n56px,
    .mx-xl-n56px {
        margin-right: -56px !important;
    }
    .mb-xl-n56px,
    .my-xl-n56px {
        margin-bottom: -56px !important;
    }
    .ml-xl-n56px,
    .mx-xl-n56px {
        margin-left: -56px !important;
    }
    .m-xl-n60px {
        margin: -60px !important;
    }
    .mt-xl-n60px,
    .my-xl-n60px {
        margin-top: -60px !important;
    }
    .mr-xl-n60px,
    .mx-xl-n60px {
        margin-right: -60px !important;
    }
    .mb-xl-n60px,
    .my-xl-n60px {
        margin-bottom: -60px !important;
    }
    .ml-xl-n60px,
    .mx-xl-n60px {
        margin-left: -60px !important;
    }
    .m-xl-n68px {
        margin: -68px !important;
    }
    .mt-xl-n68px,
    .my-xl-n68px {
        margin-top: -68px !important;
    }
    .mr-xl-n68px,
    .mx-xl-n68px {
        margin-right: -68px !important;
    }
    .mb-xl-n68px,
    .my-xl-n68px {
        margin-bottom: -68px !important;
    }
    .ml-xl-n68px,
    .mx-xl-n68px {
        margin-left: -68px !important;
    }
    .m-xl-n64px {
        margin: -64px !important;
    }
    .mt-xl-n64px,
    .my-xl-n64px {
        margin-top: -64px !important;
    }
    .mr-xl-n64px,
    .mx-xl-n64px {
        margin-right: -64px !important;
    }
    .mb-xl-n64px,
    .my-xl-n64px {
        margin-bottom: -64px !important;
    }
    .ml-xl-n64px,
    .mx-xl-n64px {
        margin-left: -64px !important;
    }
    .m-xl-n72px {
        margin: -72px !important;
    }
    .mt-xl-n72px,
    .my-xl-n72px {
        margin-top: -72px !important;
    }
    .mr-xl-n72px,
    .mx-xl-n72px {
        margin-right: -72px !important;
    }
    .mb-xl-n72px,
    .my-xl-n72px {
        margin-bottom: -72px !important;
    }
    .ml-xl-n72px,
    .mx-xl-n72px {
        margin-left: -72px !important;
    }
    .m-xl-n76px {
        margin: -76px !important;
    }
    .mt-xl-n76px,
    .my-xl-n76px {
        margin-top: -76px !important;
    }
    .mr-xl-n76px,
    .mx-xl-n76px {
        margin-right: -76px !important;
    }
    .mb-xl-n76px,
    .my-xl-n76px {
        margin-bottom: -76px !important;
    }
    .ml-xl-n76px,
    .mx-xl-n76px {
        margin-left: -76px !important;
    }
    .m-xl-n80px {
        margin: -80px !important;
    }
    .mt-xl-n80px,
    .my-xl-n80px {
        margin-top: -80px !important;
    }
    .mr-xl-n80px,
    .mx-xl-n80px {
        margin-right: -80px !important;
    }
    .mb-xl-n80px,
    .my-xl-n80px {
        margin-bottom: -80px !important;
    }
    .ml-xl-n80px,
    .mx-xl-n80px {
        margin-left: -80px !important;
    }
    .m-xl-n86px {
        margin: -86px !important;
    }
    .mt-xl-n86px,
    .my-xl-n86px {
        margin-top: -86px !important;
    }
    .mr-xl-n86px,
    .mx-xl-n86px {
        margin-right: -86px !important;
    }
    .mb-xl-n86px,
    .my-xl-n86px {
        margin-bottom: -86px !important;
    }
    .ml-xl-n86px,
    .mx-xl-n86px {
        margin-left: -86px !important;
    }
    .m-xl-n100px {
        margin: -100px !important;
    }
    .mt-xl-n100px,
    .my-xl-n100px {
        margin-top: -100px !important;
    }
    .mr-xl-n100px,
    .mx-xl-n100px {
        margin-right: -100px !important;
    }
    .mb-xl-n100px,
    .my-xl-n100px {
        margin-bottom: -100px !important;
    }
    .ml-xl-n100px,
    .mx-xl-n100px {
        margin-left: -100px !important;
    }
    .m-xl-n127px {
        margin: -127px !important;
    }
    .mt-xl-n127px,
    .my-xl-n127px {
        margin-top: -127px !important;
    }
    .mr-xl-n127px,
    .mx-xl-n127px {
        margin-right: -127px !important;
    }
    .mb-xl-n127px,
    .my-xl-n127px {
        margin-bottom: -127px !important;
    }
    .ml-xl-n127px,
    .mx-xl-n127px {
        margin-left: -127px !important;
    }
    .m-xl-n129px {
        margin: -129px !important;
    }
    .mt-xl-n129px,
    .my-xl-n129px {
        margin-top: -129px !important;
    }
    .mr-xl-n129px,
    .mx-xl-n129px {
        margin-right: -129px !important;
    }
    .mb-xl-n129px,
    .my-xl-n129px {
        margin-bottom: -129px !important;
    }
    .ml-xl-n129px,
    .mx-xl-n129px {
        margin-left: -129px !important;
    }
    .m-xl-n133px {
        margin: -133px !important;
    }
    .mt-xl-n133px,
    .my-xl-n133px {
        margin-top: -133px !important;
    }
    .mr-xl-n133px,
    .mx-xl-n133px {
        margin-right: -133px !important;
    }
    .mb-xl-n133px,
    .my-xl-n133px {
        margin-bottom: -133px !important;
    }
    .ml-xl-n133px,
    .mx-xl-n133px {
        margin-left: -133px !important;
    }
    .m-xl-n148px {
        margin: -148px !important;
    }
    .mt-xl-n148px,
    .my-xl-n148px {
        margin-top: -148px !important;
    }
    .mr-xl-n148px,
    .mx-xl-n148px {
        margin-right: -148px !important;
    }
    .mb-xl-n148px,
    .my-xl-n148px {
        margin-bottom: -148px !important;
    }
    .ml-xl-n148px,
    .mx-xl-n148px {
        margin-left: -148px !important;
    }
    .m-xl-n180px {
        margin: -180px !important;
    }
    .mt-xl-n180px,
    .my-xl-n180px {
        margin-top: -180px !important;
    }
    .mr-xl-n180px,
    .mx-xl-n180px {
        margin-right: -180px !important;
    }
    .mb-xl-n180px,
    .my-xl-n180px {
        margin-bottom: -180px !important;
    }
    .ml-xl-n180px,
    .mx-xl-n180px {
        margin-left: -180px !important;
    }
    .m-xl-n210px {
        margin: -210px !important;
    }
    .mt-xl-n210px,
    .my-xl-n210px {
        margin-top: -210px !important;
    }
    .mr-xl-n210px,
    .mx-xl-n210px {
        margin-right: -210px !important;
    }
    .mb-xl-n210px,
    .my-xl-n210px {
        margin-bottom: -210px !important;
    }
    .ml-xl-n210px,
    .mx-xl-n210px {
        margin-left: -210px !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1024px) {
    .text-m-left {
        text-align: left !important;
    }
    .text-m-right {
        text-align: right !important;
    }
    .text-m-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1600px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #ffff !important;
}

.text-primary {
    color: #007bff !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-success {
    color: #00b689 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #d27474 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #343a40 !important;
}

.text-black {
    color: #000000 !important;
}

.text-white {
    color: #ffff !important;
}

.text-gray {
    color: #f8f8f8 !important;
}

.text-dark-gray {
    color: #808080 !important;
}

.text-light-black {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-dark-danger {
    color: #ae3350 !important;
}

.text-green {
    color: #00b689 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/*opacity*/
/*btn heights*/
/*border-width*/
/*border-radius*/
/*caret*/
/*rounded object*/
/*transform spacing*/
/*path fill*/
/*make-wide-container-max-widths*/
/*make-small-container-max-widths*/
/*make-responsive-overflow-x-scroll*/
/*make content-min height*/
@keyframes content-placeholder-animation {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(300%);
    }
}

/**/
@keyframes shadow-animate-left {
    0% {
        transform: rotate(0deg) translate(0%, 0%);
    }
    100% {
        transform: rotate(-20deg) translate(-30%, 0%);
    }
}

@keyframes shadow-animate-right {
    0% {
        transform: rotate(0deg) translate(0%, 0%);
    }
    100% {
        transform: rotate(20deg) translate(30%, 0%);
    }
}

/*spinning*/
@keyframes spinning {
    0% {
        transform: scale(1) translateY(0);
    }
    10% {
        transform: scale(1.2, 0.6);
    }
    30% {
        transform: scale(0.8, 1.1) translateY(-50%);
    }
    50% {
        transform: scale(1) translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

/**/
@font-face {
    font-family: "Bebas Neue";
    src: url("../../fonts/en/BebasNeueRegular.eot");
    src: url("../../fonts/en/BebasNeueRegular.eot?#iefix")
            format("embedded-opentype"),
        url("../../fonts/en/BebasNeueRegular.woff2") format("woff2"),
        url("../../fonts/en/BebasNeueRegular.woff") format("woff"),
        url("../../fonts/en/BebasNeueRegular.ttf") format("truetype"),
        url("../../fonts/en/BebasNeueRegular.svg#BebasNeueRegular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "bebas-neue-bold";
    src: url("../../fonts/en/bebas-neue-bold.eot");
    src: url("../../fonts/en/bebas-neue-bold.eot?#iefix")
            format("embedded-opentype"),
        url("../../fonts/en/bebas-neue-bold.otf") format("otf"),
        url("../../fonts/en/bebas-neue-bold.svg#bebas-neue-bold") format("svg"),
        url("../../fonts/en/bebas-neue-bold.ttf") format("truetype"),
        url("../../fonts/en/bebas-neue-bold.woff") format("woff"),
        url("../../fonts/en/bebas-neue-bold.woff2") format("woff2");
}

@font-face {
    font-family: "Helvetica Neue LT GEO 55 Roman";
    src: url("../../fonts/Helvetica Neue LT GEO 55 Roman.eot");
    src: url("../../fonts/Helvetica Neue LT GEO 55 Roman.eot?#iefix")
            format("embedded-opentype"),
        url("../../fonts/Helvetica Neue LT GEO 55 Roman.woff2") format("woff2");
    src: url("../../fonts/HelveticaNeueLTGEO-55Roman.svg#HelveticaNeueLTGEO-55Roman")
            format("svg"),
        url("../../fonts/HelveticaNeueLTGEO-55Roman.ttf") format("truetype"),
        url("../../fonts/HelveticaNeueLTGEO-55Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue LT GEO 65 Medium";
    src: url("../../fonts/Helvetica Neue LT GEO 65 Medium.eot");
    src: url("../../fonts/Helvetica Neue LT GEO 65 Medium.eot?#iefix")
            format("embedded-opentype"),
        url("../../fonts/Helvetica Neue LT GEO 65 Medium.woff2") format("woff2");
    src: url("../../fonts/HelveticaNeueLTGEO-65Medium.svg#HelveticaNeueLTGEO-65Medium")
            format("svg"),
        url("../../fonts/HelveticaNeueLTGEO-65Medium.ttf") format("truetype"),
        url("../../fonts/HelveticaNeueLTGEO-65Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue LT GEO 75 Bold";
    src: url("../../fonts/Helvetica Neue LT GEO 75 Bold.eot");
    src: url("../../fonts/Helvetica Neue LT GEO 75 Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../../fonts/Helvetica Neue LT GEO 75 Bold.woff2") format("woff2");
    src: url("../../fonts/HelveticaNeueLTGEO-75Bold.svg#HelveticaNeueLTGEO-75Bold")
            format("svg"),
        url("../../fonts/HelveticaNeueLTGEO-75Bold.ttf") format("truetype"),
        url("../../fonts/HelveticaNeueLTGEO-75Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ALK Rex";
    src: url("../../fonts/ka/ALKRex-Bold.eot");
    src: url("../../fonts/ka/ALKRex-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../../fonts/ka/ALKRex-Bold.woff2") format("woff2"),
        url("../../fonts/ka/ALKRex-Bold.woff") format("woff"),
        url("../../fonts/ka/ALKRex-Bold.ttf") format("truetype"),
        url("../../fonts/ka/ALKRex-Bold.svg#ALKRex-Bold") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "lg";
    src: url("../../fonts/lg.ttf") format("truetype"),
        url("../../fonts/lg.woff") format("woff"),
        url("../../fonts/lg.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.font-size-4 {
    font-size: 4px !important;
}

.font-size-6 {
    font-size: 6px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-23 {
    font-size: 23px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-34 {
    font-size: 34px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-44 {
    font-size: 44px !important;
}

.font-size-60 {
    font-size: 60px !important;
}

.font-size-66 {
    font-size: 66px !important;
}

.font-size-80 {
    font-size: 80px !important;
}

.line-height-4 {
    line-height: 14px !important;
}

.line-height-6 {
    line-height: 16px !important;
}

.line-height-10 {
    line-height: 20px !important;
}

.line-height-11 {
    line-height: 21px !important;
}

.line-height-12 {
    line-height: 22px !important;
}

.line-height-13 {
    line-height: 23px !important;
}

.line-height-14 {
    line-height: 24px !important;
}

.line-height-15 {
    line-height: 25px !important;
}

.line-height-16 {
    line-height: 26px !important;
}

.line-height-18 {
    line-height: 28px !important;
}

.line-height-20 {
    line-height: 30px !important;
}

.line-height-21 {
    line-height: 31px !important;
}

.line-height-22 {
    line-height: 32px !important;
}

.line-height-23 {
    line-height: 33px !important;
}

.line-height-24 {
    line-height: 34px !important;
}

.line-height-26 {
    line-height: 36px !important;
}

.line-height-30 {
    line-height: 40px !important;
}

.line-height-32 {
    line-height: 42px !important;
}

.line-height-34 {
    line-height: 44px !important;
}

.line-height-36 {
    line-height: 46px !important;
}

.line-height-44 {
    line-height: 54px !important;
}

.line-height-60 {
    line-height: 70px !important;
}

.line-height-66 {
    line-height: 76px !important;
}

.line-height-80 {
    line-height: 90px !important;
}

@media (min-width: 576px) {
    .font-size-sm-4 {
        font-size: 4px !important;
    }
    .font-size-sm-6 {
        font-size: 6px !important;
    }
    .font-size-sm-10 {
        font-size: 10px !important;
    }
    .font-size-sm-11 {
        font-size: 11px !important;
    }
    .font-size-sm-12 {
        font-size: 12px !important;
    }
    .font-size-sm-13 {
        font-size: 13px !important;
    }
    .font-size-sm-14 {
        font-size: 14px !important;
    }
    .font-size-sm-15 {
        font-size: 15px !important;
    }
    .font-size-sm-16 {
        font-size: 16px !important;
    }
    .font-size-sm-18 {
        font-size: 18px !important;
    }
    .font-size-sm-20 {
        font-size: 20px !important;
    }
    .font-size-sm-21 {
        font-size: 21px !important;
    }
    .font-size-sm-22 {
        font-size: 22px !important;
    }
    .font-size-sm-23 {
        font-size: 23px !important;
    }
    .font-size-sm-24 {
        font-size: 24px !important;
    }
    .font-size-sm-26 {
        font-size: 26px !important;
    }
    .font-size-sm-30 {
        font-size: 30px !important;
    }
    .font-size-sm-32 {
        font-size: 32px !important;
    }
    .font-size-sm-34 {
        font-size: 34px !important;
    }
    .font-size-sm-36 {
        font-size: 36px !important;
    }
    .font-size-sm-44 {
        font-size: 44px !important;
    }
    .font-size-sm-60 {
        font-size: 60px !important;
    }
    .font-size-sm-66 {
        font-size: 66px !important;
    }
    .font-size-sm-80 {
        font-size: 80px !important;
    }
    .line-height-sm-4 {
        line-height: 14px !important;
    }
    .line-height-sm-6 {
        line-height: 16px !important;
    }
    .line-height-sm-10 {
        line-height: 20px !important;
    }
    .line-height-sm-11 {
        line-height: 21px !important;
    }
    .line-height-sm-12 {
        line-height: 22px !important;
    }
    .line-height-sm-13 {
        line-height: 23px !important;
    }
    .line-height-sm-14 {
        line-height: 24px !important;
    }
    .line-height-sm-15 {
        line-height: 25px !important;
    }
    .line-height-sm-16 {
        line-height: 26px !important;
    }
    .line-height-sm-18 {
        line-height: 28px !important;
    }
    .line-height-sm-20 {
        line-height: 30px !important;
    }
    .line-height-sm-21 {
        line-height: 31px !important;
    }
    .line-height-sm-22 {
        line-height: 32px !important;
    }
    .line-height-sm-23 {
        line-height: 33px !important;
    }
    .line-height-sm-24 {
        line-height: 34px !important;
    }
    .line-height-sm-26 {
        line-height: 36px !important;
    }
    .line-height-sm-30 {
        line-height: 40px !important;
    }
    .line-height-sm-32 {
        line-height: 42px !important;
    }
    .line-height-sm-34 {
        line-height: 44px !important;
    }
    .line-height-sm-36 {
        line-height: 46px !important;
    }
    .line-height-sm-44 {
        line-height: 54px !important;
    }
    .line-height-sm-60 {
        line-height: 70px !important;
    }
    .line-height-sm-66 {
        line-height: 76px !important;
    }
    .line-height-sm-80 {
        line-height: 90px !important;
    }
}

@media (min-width: 768px) {
    .font-size-md-4 {
        font-size: 4px !important;
    }
    .font-size-md-6 {
        font-size: 6px !important;
    }
    .font-size-md-10 {
        font-size: 10px !important;
    }
    .font-size-md-11 {
        font-size: 11px !important;
    }
    .font-size-md-12 {
        font-size: 12px !important;
    }
    .font-size-md-13 {
        font-size: 13px !important;
    }
    .font-size-md-14 {
        font-size: 14px !important;
    }
    .font-size-md-15 {
        font-size: 15px !important;
    }
    .font-size-md-16 {
        font-size: 16px !important;
    }
    .font-size-md-18 {
        font-size: 18px !important;
    }
    .font-size-md-20 {
        font-size: 20px !important;
    }
    .font-size-md-21 {
        font-size: 21px !important;
    }
    .font-size-md-22 {
        font-size: 22px !important;
    }
    .font-size-md-23 {
        font-size: 23px !important;
    }
    .font-size-md-24 {
        font-size: 24px !important;
    }
    .font-size-md-26 {
        font-size: 26px !important;
    }
    .font-size-md-30 {
        font-size: 30px !important;
    }
    .font-size-md-32 {
        font-size: 32px !important;
    }
    .font-size-md-34 {
        font-size: 34px !important;
    }
    .font-size-md-36 {
        font-size: 36px !important;
    }
    .font-size-md-44 {
        font-size: 44px !important;
    }
    .font-size-md-60 {
        font-size: 60px !important;
    }
    .font-size-md-66 {
        font-size: 66px !important;
    }
    .font-size-md-80 {
        font-size: 80px !important;
    }
    .line-height-md-4 {
        line-height: 14px !important;
    }
    .line-height-md-6 {
        line-height: 16px !important;
    }
    .line-height-md-10 {
        line-height: 20px !important;
    }
    .line-height-md-11 {
        line-height: 21px !important;
    }
    .line-height-md-12 {
        line-height: 22px !important;
    }
    .line-height-md-13 {
        line-height: 23px !important;
    }
    .line-height-md-14 {
        line-height: 24px !important;
    }
    .line-height-md-15 {
        line-height: 25px !important;
    }
    .line-height-md-16 {
        line-height: 26px !important;
    }
    .line-height-md-18 {
        line-height: 28px !important;
    }
    .line-height-md-20 {
        line-height: 30px !important;
    }
    .line-height-md-21 {
        line-height: 31px !important;
    }
    .line-height-md-22 {
        line-height: 32px !important;
    }
    .line-height-md-23 {
        line-height: 33px !important;
    }
    .line-height-md-24 {
        line-height: 34px !important;
    }
    .line-height-md-26 {
        line-height: 36px !important;
    }
    .line-height-md-30 {
        line-height: 40px !important;
    }
    .line-height-md-32 {
        line-height: 42px !important;
    }
    .line-height-md-34 {
        line-height: 44px !important;
    }
    .line-height-md-36 {
        line-height: 46px !important;
    }
    .line-height-md-44 {
        line-height: 54px !important;
    }
    .line-height-md-60 {
        line-height: 70px !important;
    }
    .line-height-md-66 {
        line-height: 76px !important;
    }
    .line-height-md-80 {
        line-height: 90px !important;
    }
}

@media (min-width: 1024px) {
    .font-size-m-4 {
        font-size: 4px !important;
    }
    .font-size-m-6 {
        font-size: 6px !important;
    }
    .font-size-m-10 {
        font-size: 10px !important;
    }
    .font-size-m-11 {
        font-size: 11px !important;
    }
    .font-size-m-12 {
        font-size: 12px !important;
    }
    .font-size-m-13 {
        font-size: 13px !important;
    }
    .font-size-m-14 {
        font-size: 14px !important;
    }
    .font-size-m-15 {
        font-size: 15px !important;
    }
    .font-size-m-16 {
        font-size: 16px !important;
    }
    .font-size-m-18 {
        font-size: 18px !important;
    }
    .font-size-m-20 {
        font-size: 20px !important;
    }
    .font-size-m-21 {
        font-size: 21px !important;
    }
    .font-size-m-22 {
        font-size: 22px !important;
    }
    .font-size-m-23 {
        font-size: 23px !important;
    }
    .font-size-m-24 {
        font-size: 24px !important;
    }
    .font-size-m-26 {
        font-size: 26px !important;
    }
    .font-size-m-30 {
        font-size: 30px !important;
    }
    .font-size-m-32 {
        font-size: 32px !important;
    }
    .font-size-m-34 {
        font-size: 34px !important;
    }
    .font-size-m-36 {
        font-size: 36px !important;
    }
    .font-size-m-44 {
        font-size: 44px !important;
    }
    .font-size-m-60 {
        font-size: 60px !important;
    }
    .font-size-m-66 {
        font-size: 66px !important;
    }
    .font-size-m-80 {
        font-size: 80px !important;
    }
    .line-height-m-4 {
        line-height: 14px !important;
    }
    .line-height-m-6 {
        line-height: 16px !important;
    }
    .line-height-m-10 {
        line-height: 20px !important;
    }
    .line-height-m-11 {
        line-height: 21px !important;
    }
    .line-height-m-12 {
        line-height: 22px !important;
    }
    .line-height-m-13 {
        line-height: 23px !important;
    }
    .line-height-m-14 {
        line-height: 24px !important;
    }
    .line-height-m-15 {
        line-height: 25px !important;
    }
    .line-height-m-16 {
        line-height: 26px !important;
    }
    .line-height-m-18 {
        line-height: 28px !important;
    }
    .line-height-m-20 {
        line-height: 30px !important;
    }
    .line-height-m-21 {
        line-height: 31px !important;
    }
    .line-height-m-22 {
        line-height: 32px !important;
    }
    .line-height-m-23 {
        line-height: 33px !important;
    }
    .line-height-m-24 {
        line-height: 34px !important;
    }
    .line-height-m-26 {
        line-height: 36px !important;
    }
    .line-height-m-30 {
        line-height: 40px !important;
    }
    .line-height-m-32 {
        line-height: 42px !important;
    }
    .line-height-m-34 {
        line-height: 44px !important;
    }
    .line-height-m-36 {
        line-height: 46px !important;
    }
    .line-height-m-44 {
        line-height: 54px !important;
    }
    .line-height-m-60 {
        line-height: 70px !important;
    }
    .line-height-m-66 {
        line-height: 76px !important;
    }
    .line-height-m-80 {
        line-height: 90px !important;
    }
}

@media (min-width: 1200px) {
    .font-size-lg-4 {
        font-size: 4px !important;
    }
    .font-size-lg-6 {
        font-size: 6px !important;
    }
    .font-size-lg-10 {
        font-size: 10px !important;
    }
    .font-size-lg-11 {
        font-size: 11px !important;
    }
    .font-size-lg-12 {
        font-size: 12px !important;
    }
    .font-size-lg-13 {
        font-size: 13px !important;
    }
    .font-size-lg-14 {
        font-size: 14px !important;
    }
    .font-size-lg-15 {
        font-size: 15px !important;
    }
    .font-size-lg-16 {
        font-size: 16px !important;
    }
    .font-size-lg-18 {
        font-size: 18px !important;
    }
    .font-size-lg-20 {
        font-size: 20px !important;
    }
    .font-size-lg-21 {
        font-size: 21px !important;
    }
    .font-size-lg-22 {
        font-size: 22px !important;
    }
    .font-size-lg-23 {
        font-size: 23px !important;
    }
    .font-size-lg-24 {
        font-size: 24px !important;
    }
    .font-size-lg-26 {
        font-size: 26px !important;
    }
    .font-size-lg-30 {
        font-size: 30px !important;
    }
    .font-size-lg-32 {
        font-size: 32px !important;
    }
    .font-size-lg-34 {
        font-size: 34px !important;
    }
    .font-size-lg-36 {
        font-size: 36px !important;
    }
    .font-size-lg-44 {
        font-size: 44px !important;
    }
    .font-size-lg-60 {
        font-size: 60px !important;
    }
    .font-size-lg-66 {
        font-size: 66px !important;
    }
    .font-size-lg-80 {
        font-size: 80px !important;
    }
    .line-height-lg-4 {
        line-height: 14px !important;
    }
    .line-height-lg-6 {
        line-height: 16px !important;
    }
    .line-height-lg-10 {
        line-height: 20px !important;
    }
    .line-height-lg-11 {
        line-height: 21px !important;
    }
    .line-height-lg-12 {
        line-height: 22px !important;
    }
    .line-height-lg-13 {
        line-height: 23px !important;
    }
    .line-height-lg-14 {
        line-height: 24px !important;
    }
    .line-height-lg-15 {
        line-height: 25px !important;
    }
    .line-height-lg-16 {
        line-height: 26px !important;
    }
    .line-height-lg-18 {
        line-height: 28px !important;
    }
    .line-height-lg-20 {
        line-height: 30px !important;
    }
    .line-height-lg-21 {
        line-height: 31px !important;
    }
    .line-height-lg-22 {
        line-height: 32px !important;
    }
    .line-height-lg-23 {
        line-height: 33px !important;
    }
    .line-height-lg-24 {
        line-height: 34px !important;
    }
    .line-height-lg-26 {
        line-height: 36px !important;
    }
    .line-height-lg-30 {
        line-height: 40px !important;
    }
    .line-height-lg-32 {
        line-height: 42px !important;
    }
    .line-height-lg-34 {
        line-height: 44px !important;
    }
    .line-height-lg-36 {
        line-height: 46px !important;
    }
    .line-height-lg-44 {
        line-height: 54px !important;
    }
    .line-height-lg-60 {
        line-height: 70px !important;
    }
    .line-height-lg-66 {
        line-height: 76px !important;
    }
    .line-height-lg-80 {
        line-height: 90px !important;
    }
}

@media (min-width: 1600px) {
    .font-size-xl-4 {
        font-size: 4px !important;
    }
    .font-size-xl-6 {
        font-size: 6px !important;
    }
    .font-size-xl-10 {
        font-size: 10px !important;
    }
    .font-size-xl-11 {
        font-size: 11px !important;
    }
    .font-size-xl-12 {
        font-size: 12px !important;
    }
    .font-size-xl-13 {
        font-size: 13px !important;
    }
    .font-size-xl-14 {
        font-size: 14px !important;
    }
    .font-size-xl-15 {
        font-size: 15px !important;
    }
    .font-size-xl-16 {
        font-size: 16px !important;
    }
    .font-size-xl-18 {
        font-size: 18px !important;
    }
    .font-size-xl-20 {
        font-size: 20px !important;
    }
    .font-size-xl-21 {
        font-size: 21px !important;
    }
    .font-size-xl-22 {
        font-size: 22px !important;
    }
    .font-size-xl-23 {
        font-size: 23px !important;
    }
    .font-size-xl-24 {
        font-size: 24px !important;
    }
    .font-size-xl-26 {
        font-size: 26px !important;
    }
    .font-size-xl-30 {
        font-size: 30px !important;
    }
    .font-size-xl-32 {
        font-size: 32px !important;
    }
    .font-size-xl-34 {
        font-size: 34px !important;
    }
    .font-size-xl-36 {
        font-size: 36px !important;
    }
    .font-size-xl-44 {
        font-size: 44px !important;
    }
    .font-size-xl-60 {
        font-size: 60px !important;
    }
    .font-size-xl-66 {
        font-size: 66px !important;
    }
    .font-size-xl-80 {
        font-size: 80px !important;
    }
    .line-height-xl-4 {
        line-height: 14px !important;
    }
    .line-height-xl-6 {
        line-height: 16px !important;
    }
    .line-height-xl-10 {
        line-height: 20px !important;
    }
    .line-height-xl-11 {
        line-height: 21px !important;
    }
    .line-height-xl-12 {
        line-height: 22px !important;
    }
    .line-height-xl-13 {
        line-height: 23px !important;
    }
    .line-height-xl-14 {
        line-height: 24px !important;
    }
    .line-height-xl-15 {
        line-height: 25px !important;
    }
    .line-height-xl-16 {
        line-height: 26px !important;
    }
    .line-height-xl-18 {
        line-height: 28px !important;
    }
    .line-height-xl-20 {
        line-height: 30px !important;
    }
    .line-height-xl-21 {
        line-height: 31px !important;
    }
    .line-height-xl-22 {
        line-height: 32px !important;
    }
    .line-height-xl-23 {
        line-height: 33px !important;
    }
    .line-height-xl-24 {
        line-height: 34px !important;
    }
    .line-height-xl-26 {
        line-height: 36px !important;
    }
    .line-height-xl-30 {
        line-height: 40px !important;
    }
    .line-height-xl-32 {
        line-height: 42px !important;
    }
    .line-height-xl-34 {
        line-height: 44px !important;
    }
    .line-height-xl-36 {
        line-height: 46px !important;
    }
    .line-height-xl-44 {
        line-height: 54px !important;
    }
    .line-height-xl-60 {
        line-height: 70px !important;
    }
    .line-height-xl-66 {
        line-height: 76px !important;
    }
    .line-height-xl-80 {
        line-height: 90px !important;
    }
}

body {
    font-family: "Helvetica Neue LT GEO 55 Roman";
}

.is-uppercase {
    text-transform: uppercase;
    -moz-font-feature-settings: "case";
    -webkit-font-feature-settings: "case";
    font-feature-settings: "case" on;
}

.font-base {
    font-family: "Helvetica Neue LT GEO 55 Roman";
    letter-spacing: 1px;
}

.font-medium {
    font-family: "Helvetica Neue LT GEO 65 Medium";
    letter-spacing: 1px;
}

.font-bold {
    font-family: "Helvetica Neue LT GEO 75 Bold";
    letter-spacing: 1px;
}

.font-title-base {
    font-family: "Bebas Neue";
    letter-spacing: 3px;
}

.letter-normal {
    letter-spacing: normal !important;
}

.font-title-bold {
    font-family: "bebas-neue-bold";
    letter-spacing: 0px;
}

html:lang(ka) .font-title-base {
    font-family: "ALK Rex";
}

html:lang(ka) .font-title-bold {
    font-family: "ALK Rex";
}

@media (max-width: 767px) {
    .font-size-14 {
        font-size: 12px !important;
    }
    .font-size-14.product-price {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .font-size-32 {
        font-size: 26px !important;
    }
}

a.font-size-14 {
    line-height: normal !important;
}

.btn {
    box-shadow: none !important;
}

.custom-control-label::before {
    border-width: 1px !important;
}

.custom-radio .custom-control-label::before {
    border-width: 1px !important;
    width: 19px;
    height: 19px;
}

input,
textarea {
    box-shadow: none !important;
    outline: none !important;
    border-color: black !important;
}
input:focus,
textarea:focus {
    border-color: black !important;
    border-width: 2px !important;
}
input.error,
textarea.error {
    border-color: #ff0000 !important;
}

.rotate-90 {
    transform: rotate(90deg);
}

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

.border-radius {
    border-radius: 8px;
}

.border-radius-sm {
    border-radius: 12px;
}

.border-radius-md {
    border-radius: 16px;
}

.border-radius-lg {
    border-radius: 24px;
}

.border-6px {
    border-width: 6px !important;
}

.flex-shrink {
    flex-shrink: 0;
}

.flex-1 {
    flex: 1;
}

a {
    color: #000000;
}

.clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp._2 {
    -webkit-line-clamp: 2;
}
.clamp._3 {
    -webkit-line-clamp: 3;
}
.clamp._4 {
    -webkit-line-clamp: 4;
}

.btn {
    transition: 0.3s ease-in-out;
}
.btn.bg-black:hover {
    opacity: 0.7;
}

.object-fit-contain {
    object-fit: contain;
}

.object-fit-cover {
    object-fit: cover;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.w-table {
    width: calc(100% / 6);
    padding-right: 6px;
}
@media (max-width: 1099px) {
    .w-table {
        min-width: 190px;
        white-space: nowrap;
    }
    .w-table:last-child {
        width: 60px;
    }
}

.container {
    width: 100%;
    max-width: 1920px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
@media (max-width: 1023px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.text-capitalize {
    text-transform: capitalize;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

body.hide {
    overflow: hidden;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
    display: none;
}

.mobile-default-select {
    position: relative;
}
.mobile-default-select::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 7px;
    right: 12px;
    background-image: url("../../../../icons/arr-black.svg");
    background-repeat: no-repeat;
}

.filtered-item .product-price i {
    transform: translateY(-1px);
}

.branch-choose-box {
    cursor: pointer;
    width: 340px;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #e4e4e4;
}
.branch-choose-box .choose-title {
    color: #000000;
}
.branch-choose-box .choose-address {
    color: #000000;
}
.branch-choose-box:hover {
    background-color: black;
    border-color: transparent;
}
.branch-choose-box:hover .choose-title {
    color: #ffff;
}
.branch-choose-box:hover .choose-address {
    color: #ffff;
}

.services-top {
    display: flex;
}

.services-step-container {
    width: 100%;
    max-width: 480px;
    margin: auto;
}
.services-step-container .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.services-step-container .swiper-pagination-progressbar {
    background: var(
        --swiper-pagination-progressbar-bg-color,
        rgba(0, 0, 0, 0.25)
    );
    position: absolute;
}
.services-step-container
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.services-step-container
    .swiper-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.services-step-container .swiper-horizontal > .swiper-pagination-progressbar,
.services-step-container
    .swiper-pagination-progressbar.swiper-pagination-horizontal,
.services-step-container
    .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.services-step-container
    .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.services-step-container
    .swiper-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.services-step-container
    .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.services-step-container
    .swiper-pagination-progressbar.swiper-pagination-vertical,
.services-step-container .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.services-step-container .swiper-pagination-lock {
    display: none;
}

.swiper.services .swiper-pagination {
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
}

.swiper.services .swiper-pagination-bullet {
    position: relative;
    width: 108px;
    height: 3px;
    display: flex;
    background-color: #e1d9d9;
}
@media (max-width: 767px) {
    .swiper.services .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
.swiper.services .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e1d9d9;
    transition: 0.5s linear;
}
.swiper.services .swiper-pagination-bullet.active::after {
    width: 100%;
    background-color: #000000;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000000 !important;
}

.mask-container .mask-1 {
    position: absolute;
    width: 10px;
    height: 4px;
    background: white;
    z-index: 999;
    left: 25%;
}

.mask-container .mask-2 {
    position: absolute;
    width: 10px;
    height: 4px;
    background: white;
    z-index: 999;
    left: 50%;
}

.mask-container .mask-3 {
    position: absolute;
    width: 10px;
    height: 4px;
    background: white;
    z-index: 999;
    left: 75%;
}

.mask-container.six-mask .mask-1 {
    left: 16.66666666666667%;
}

.mask-container.six-mask .mask-2 {
    left: 33.33333333333333%;
}

.mask-container.six-mask .mask-3 {
    left: 50%;
}

.mask-container.six-mask .mask-4 {
    position: absolute;
    width: 10px;
    height: 4px;
    background: white;
    z-index: 999;
    left: 66.66666666666667%;
}

.mask-container.six-mask .mask-5 {
    position: absolute;
    width: 10px;
    height: 4px;
    background: white;
    z-index: 999;
    left: 83.33333333333334%;
}

.services-step-container {
    display: none;
}
.services-step-container.active {
    display: block;
}
.services-step-container.booked {
    display: block;
}

.overflow-visible {
    overflow: visible !important;
}

.swiper-slide .slide-box {
    opacity: 0;
}

.swiper-slide.swiper-slide-active .slide-box {
    transition: 0.5s ease-out;
    transition-duration: 1s;
    opacity: 1;
}

.services-drop .item-option {
    display: none;
}
.services-drop .item-option:last-child {
    padding-bottom: 20px;
}

.services-drop .parent-item .title-sercices-drop {
    cursor: pointer;
    padding: 20px 0;
    border-top: 1px solid #000000;
}

.services-drop .parent-item:first-child .title-sercices-drop {
    border: none;
}

.choose-person .item {
    border: 1px solid #939393;
    cursor: pointer;
}
.choose-person .item.active {
    border-color: transparent;
    background-color: #000000;
    color: #fff;
}

.confirm-book .choosed-item {
    padding-bottom: 8px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 28px;
}
.confirm-book .choosed-item:last-child {
    border: none;
}

.alert {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 40px;
    font-size: 12px;
    color: white;
}
.alert.dark {
    background-color: #1e1e1e;
}
.alert.green {
    background-color: #33c5a1;
}
.alert.danger {
    background-color: #ae3350;
}

.tabs a {
    color: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    position: relative;
    padding-bottom: 10px;
    margin-right: 72px;
}
@media (max-width: 767px) {
    .tabs a {
        margin-right: 36px;
    }
}
.tabs a:last-child {
    margin-right: 0;
}
.tabs a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #000000;
    transform: scaleX(0);
    transform-origin: center;
    transition: 0.3s ease-in-out;
}
.tabs a:hover {
    color: #000000;
}
.tabs a:hover::after {
    transform: scaleX(1);
}
.tabs a.active {
    color: #000000;
}
.tabs a.active::after {
    transform: scaleX(1);
}

.about-image {
    position: relative;
    padding-top: 33%;
}
@media (max-width: 767px) {
    .about-image {
        padding-top: 40%;
    }
}
.about-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.mobile-about-image {
    width: 100%;
    height: 400px;
}
.mobile-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-contact-image {
    width: 100%;
    height: 400px;
}
.mobile-contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-image {
    position: relative;
    padding-top: 42%;
}
@media (max-width: 767px) {
    .contact-image {
        padding-top: 40%;
    }
}
.contact-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.contact-form {
    background-color: #ececec;
}

.team-item {
    cursor: pointer;
}
.team-item .team-img {
    position: relative;
    padding-top: 120%;
}
.team-item .team-img img {
    position: absolute;
    top: 0;
    left: 0;
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
}
.team-item:hover img {
    filter: grayscale(0);
}

.team-modal-image {
    position: relative;
    padding-top: 42%;
}
@media (max-width: 576px) {
    .team-modal-image {
        padding-top: 116%;
    }
}
.team-modal-image img {
    position: absolute;
    top: 0;
    left: 0;
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
}
.team-modal-image:hover img {
    filter: grayscale(0);
}

.main-modal-close.team {
    position: absolute;
    top: 48px;
    right: 48px;
}
@media (max-width: 767px) {
    .main-modal-close.team {
        top: 24px;
        right: 24px;
    }
}

.reward-item {
    border: 1px solid #939393;
    border-top: none;
    position: relative;
}

.top-line {
    width: 100%;
    height: 9px;
    background-color: transparent;
}
.top-line.silver {
    background-color: #d6d6d6;
}
.top-line.gold {
    background-color: #eab251;
}
.top-line.platinum {
    background-color: #585858;
}

.info-item {
    border-bottom: 1px solid #7f7f7f;
    border-bottom-style: dashed;
}

@media (min-width: 768px) {
    .left-contact-col {
        border-right: 1px solid black;
    }
}

@media (max-width: 767px) {
    .left-contact-col {
        border-bottom: 1px solid black;
        padding-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .address-main-modal-dialog {
        align-items: flex-end !important;
    }
}

.address-scroll {
    height: 100%;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.news-img {
    position: relative;
    padding-top: 120%;
}
.news-img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.menu-items .menu-link {
    position: relative;
}
@media (max-width: 1000px) {
    .menu-items .menu-link {
        color: #ffff !important;
        font-size: 26px !important;
        padding-bottom: 0 !important;
        line-height: 26px;
    }
}
.menu-items .menu-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000000;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: 0.3s ease-in-out;
}
.menu-items .menu-link:hover::after {
    transform: scaleX(1);
}

.menu-items ul li {
    height: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 1000px) {
    .menu-items ul li {
        height: auto;
        margin-bottom: 14px;
    }
}

@media (max-width: 1000px) {
    .menu-items ul {
        flex-direction: column;
        align-items: flex-start !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1001px) {
    .dropdown-box {
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #ffff;
        left: 0;
        top: 50px;
        z-index: 10;
        transform: scaleY(0);
        transform-origin: top;
        transition: 0.5s ease-in-out;
    }
    .dropdown-box::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: #000000;
        transform: scaleX(0);
        transform-origin: left;
        transition: 0.1s ease-in-out;
    }
}

.dropdown-box .item {
    opacity: 0;
    transition: 0.1s ease-in-out;
    transition-delay: 0.1s !important;
}
@media (max-width: 1000px) {
    .dropdown-box .item {
        opacity: 1;
        margin-top: 24px;
    }
}
@media (max-width: 1000px) {
    .dropdown-box .item .item-title a {
        color: #ffff !important;
    }
}
.dropdown-box .item .item-lists a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1000px) {
    .dropdown-box .item .item-lists a {
        color: white !important;
    }
}
.dropdown-box .item .item-lists a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    transform-origin: calc();
    transform: scaleX(0);
    background-color: #000000;
    transition: 0.3s ease-in-out;
}
.dropdown-box .item .item-lists a:hover::after {
    transform: scaleX(1);
}

@media (max-width: 1000px) {
    .dropdown-box {
        display: none;
    }
}

@media (min-width: 1001px) {
    .products-dropdown:hover .dropdown-box {
        transition: 0.3s ease-in-out;
        transform: scaleY(1);
    }
    .products-dropdown:hover .dropdown-box .item {
        opacity: 1;
        transition: 0.4s ease-in-out;
        transition-delay: 0.4s !important;
    }
    .products-dropdown:hover .dropdown-box::after {
        transform: scaleX(1);
    }
}

@media (max-width: 1000px) {
    .products-dropdown .dropdown-box {
        padding: 0 !important;
    }
    .products-dropdown .dropdown-box .item {
        opacity: 1;
        transition: 0.4s ease-in-out;
        transition-delay: 0.4s !important;
    }
    .products-dropdown .dropdown-box::after {
        transform: scaleX(1);
    }
}

@media (max-width: 1000px) {
    .products-dropdown .dropdown-box {
        position: initial;
    }
}

@media (max-width: 1000px) {
    .products-dropdown {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

.products-dropdown .menu-link .mobile-arrow {
    display: none;
}

@media (max-width: 1000px) {
    .products-dropdown .menu-link {
        pointer-events: none;
        cursor: pointer;
    }
    .products-dropdown .menu-link .mobile-arrow {
        display: flex;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        top: -3px;
        right: -30px;
        cursor: pointer;
    }
}

.seacrh-box .seacrh-i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.cart-fav .btn {
    position: relative;
}
.cart-fav .btn::after {
    content: "";
    position: absolute;
    width: calc(100% - 24px);
    height: 1px;
    left: 24px;
    bottom: 0;
    background-color: #000000;
    transform-origin: left;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.cart-fav .btn:hover {
    color: #000000;
}

.seacrh-container {
    display: none;
    position: absolute;
    width: 100%;
    top: 70px;
    z-index: 40;
}
@media (max-width: 1000px) {
    .seacrh-container {
        position: fixed;
        top: 0;
    }
}
.seacrh-container.active {
    border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
    .seacrh-container {
        box-shadow: 15px 22px 38px 0px rgba(0, 0, 0, 0.2);
        border: none !important;
    }
}

.main-slider .slide-img {
    position: relative;
}
@media (min-width: 1500px) {
    .main-slider .slide-img {
        padding-top: initial;
        height: 560px;
    }
}
@media (max-width: 1499px) {
    .main-slider .slide-img {
        padding-top: 40.55%;
    }
}
@media (max-width: 767px) {
    .main-slider .slide-img {
        padding-top: initial;
        height: 520px;
    }
}
.main-slider .slide-img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.main-slider .slide-img video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0s 1s;
}

.main-slider .slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-slider .slide-text-1 {
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s ease-in-out;
    transition-delay: 0.4s;
}

.main-slider .slide-text-2 {
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s ease-in-out;
    transition-delay: 0.7s;
}

.main-slider .slide-text-3 {
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s ease-in-out;
    transition-delay: 0.9s;
}

.main-slider .swiper-slide.swiper-slide-active .slide-text-1 {
    opacity: 1;
    transform: translateY(0);
}

.main-slider .swiper-slide.swiper-slide-active .slide-text-2 {
    opacity: 1;
    transform: translateY(0);
}

.main-slider .swiper-slide.swiper-slide-active .slide-text-3 {
    opacity: 1;
    transform: translateY(0);
}

.main-slider .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.main-slider .swiper-pagination-bullet {
    position: relative;
    width: 108px;
    height: 3px;
    margin: 0 5px;
    display: flex;
    cursor: pointer;
    background-color: #e1d9d9;
}
.main-slider .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e1d9d9;
    transition: 0.5s linear;
}
.main-slider .swiper-pagination-bullet.active::after {
    width: 100%;
    background-color: #000000;
}

.services-box {
    position: relative;
    padding-top: 91%;
    overflow: hidden;
}
.services-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.services-box .services-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
    .services-box .services-text {
        width: 100%;
        max-width: calc(100% - 20px);
    }
}
.services-box:hover img {
    transform: scale(1.1);
}

.services-wrapper-inner .services-item {
    display: block !important;
}

.services-item {
    display: none;
}
.services-item:nth-child(1) {
    display: block !important;
    height: 100% !important;
}
.services-item:nth-child(2) {
    display: block !important;
    height: 100% !important;
}
.services-item:nth-child(3) {
    display: block !important;
    height: 100% !important;
}
.services-item:nth-child(4) {
    display: block !important;
    height: 100% !important;
}

footer .item-lists a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
footer .item-lists a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    transform-origin: calc();
    transform: scaleX(0);
    background-color: #000000;
    transition: 0.3s ease-in-out;
}
footer .item-lists a:hover::after {
    transform: scaleX(1);
}

footer .subscribe {
    width: 40%;
}
@media (max-width: 1024px) {
    footer .subscribe {
        width: 100%;
    }
}

footer .subscribe-input input::placeholder {
    font-family: "Helvetica Neue LT GEO 55 Roman";
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

footer .subscribe-inp {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

footer .address {
    color: #262425;
    width: 40%;
}
@media (max-width: 1024px) {
    footer .address {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .menu-actions-element .book-now {
        display: none !important;
    }
}

.close-menu {
    display: none;
}
@media (max-width: 1000px) {
    .close-menu {
        display: flex;
        position: absolute;
        top: 20px;
        right: 10px;
    }
}

.burger {
    display: none;
}
@media (max-width: 1000px) {
    .burger {
        display: flex;
    }
}

@media (max-width: 1000px) {
    .search-btn i {
        margin: 0 !important;
    }
}

@media (max-width: 1000px) {
    .search-btn .search {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .menu-items {
        padding-top: 70px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 100%;
        z-index: 1000;
        background-color: #000000;
        overflow-y: auto;
        overflow-x: hidden;
        transition: 0.3s ease-in-out;
    }
    .menu-items.active {
        left: 0;
    }
}

@media (max-width: 1000px) {
    .langs,
    .diveder-line {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .qnt-cart {
        position: absolute;
        top: -7px;
        right: -3px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: black;
        color: white;
        font-size: 9px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.profile-menu-box {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 436px;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 100;
    background-color: #ffff;
    transition: 0.3s ease-in-out;
}
.profile-menu-box .profile-close {
    position: absolute;
    top: 24px;
    right: 12px;
}
.profile-menu-box.active {
    right: 0;
}
.profile-menu-box .profile-mene-items li a {
    color: #000000 !important;
}
.profile-menu-box .profile-mene-items li a.active {
    padding-left: 26px;
    position: relative;
}
.profile-menu-box .profile-mene-items li a.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: #000000;
}

.add-balance {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 18px;
    margin-left: 16px;
    background-color: #33c5a1;
    padding-bottom: 2px;
}

body.hide .profile-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
}

.seacrh-box-parent {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 1000px) {
    .seacrh-box-parent {
        padding-top: 64px;
    }
}

.search-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px;
}
@media (max-width: 1000px) {
    .search-close {
        display: block;
    }
}

.title-search {
    display: none;
}
@media (max-width: 1000px) {
    .title-search {
        display: block;
    }
}

@media (max-width: 767px) {
    .social {
        width: 100%;
        justify-content: flex-start;
    }
}

.lang-mobile {
    display: none;
}
@media (max-width: 1000px) {
    .lang-mobile {
        display: block;
    }
}

@media (max-width: 1000px) {
    .products-dropdown .col .item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding-bottom: 8px !important;
    }
    .products-dropdown .col:last-child .item {
        border-bottom: none;
    }
}

.svg-i {
    display: flex;
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.svg-i.svg-i-small {
    width: 10px;
    height: 10px;
}
.svg-i.svg-i-sm {
    width: 16px;
    height: 16px;
}
.svg-i.svg-i-md {
    width: 18px;
    height: 18px;
}
.svg-i.svg-i-lg {
    width: 24px;
    height: 24px;
}
.svg-i.svg-i-xlg {
    width: 40px;
    height: 40px;
}
.svg-i.seacrh-i {
    background-image: url("../../../../icons/search.svg");
}
.svg-i.profile-i {
    background-image: url("../../../../icons/profile.svg");
}
.svg-i.mycart-i {
    background-image: url("../../../../icons/mycart.svg");
}
.svg-i.fav-i {
    background-image: url("../../../../icons/favorites.svg");
}
.svg-i.insta-i {
    background-image: url("../../../../icons/instagram.svg");
}
.svg-i.fb-i {
    background-image: url("../../../../icons/facebook.svg");
}
.svg-i.fb-auth-i {
    background-image: url("../../../../icons/fb.svg");
}
.svg-i.google-auth-i {
    background-image: url("../../../../icons/google.svg");
}
.svg-i.burger-i {
    background-image: url("../../../../icons/burger.svg");
    width: 31px;
    height: 19px;
}
.svg-i.close-i {
    background-image: url("../../../../icons/close.svg");
    width: 31px;
    height: 19px;
}
.svg-i.close-black-i {
    background-image: url("../../../../icons/close-black.svg");
    width: 20px;
    height: 20px;
}
.svg-i.close-red-i {
    background-image: url("../../../../icons/close-red.svg");
    width: 31px;
    height: 19px;
}
.svg-i.arr-i {
    background-image: url("../../../../icons/arr.svg");
    width: 14px;
    height: 7px;
}
.svg-i.lari-i {
    background-image: url("../../../../icons/lari.svg");
    width: 14px;
    height: 14px;
}
.svg-i.plus-i {
    background-image: url("../../../../icons/plus.svg");
    width: 8px;
    height: 8px;
}
.svg-i.plus-white-i {
    background-image: url("../../../../icons/plus.svg");
    width: 25px;
    height: 25px;
}
.svg-i.minus-i {
    background-image: url("../../../../icons/minus.svg");
    width: 8px;
    height: 2px;
}
.svg-i.edit-i {
    background-image: url("../../../../icons/edit.svg");
}
.svg-i.calendar-arrow-left {
    background-image: url("../../../../icons/arrow-black.svg");
    width: 53px;
    height: 13px;
    transform: rotateY(180deg);
    background-size: cover;
}
.svg-i.calendar-arrow-right {
    background-image: url("../../../../icons/arrow-black.svg");
    width: 53px;
    height: 13px;
    background-size: cover;
}

.modal-outer-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
}
.modal-outer-box.address .modal-inner-box {
    max-width: 792px;
}
.modal-outer-box.edit-address-modal .modal-inner-box {
    max-width: 792px;
}
.modal-outer-box.team .modal-inner-box {
    max-width: 1060px;
    padding-top: 56px;
    padding-bottom: 48px;
}
.modal-outer-box.team .modal-inner-box .scroll {
    max-height: 500px;
    overflow-y: auto;
    /* Add a thumb */
}
.modal-outer-box.team .modal-inner-box .scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #aaa;
    /* or add it to the track */
}
.modal-outer-box.team .modal-inner-box .scroll::-webkit-scrollbar-thumb {
    background: #000;
}

.main-modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.modal-inner-box {
    position: relative;
    width: 100%;
    max-width: 435px;
    background-color: #ffff;
    padding: 48px;
    z-index: 2;
}
@media (max-width: 767px) {
    .modal-inner-box {
        padding: 24px 10px 24px 10px;
    }
}

.main-modal-close {
    width: 22px;
    height: 22px;
}

.backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.forgot-password {
    position: absolute;
    top: 42px;
    right: 20px;
}

.send-code {
    position: absolute;
    top: 45px;
    right: 20px;
    border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
    .send-code {
        top: 47px;
    }
}

html {
    overflow-x: hidden;
}
html.hide {
    overflow: hidden;
}

body {
    overflow-x: hidden;
}
body.modal-open .modal-outer-box {
    opacity: 1;
    pointer-events: all;
}
body.modal-open-login .modal-outer-box.login {
    opacity: 1;
    pointer-events: all;
}
body.modal-open-recovery .modal-outer-box.recovery {
    opacity: 1;
    pointer-events: all;
}
body.modal-open-reset .modal-outer-box.reset {
    opacity: 1;
    pointer-events: all;
}
body.modal-open-success .modal-outer-box.success {
    opacity: 1;
    pointer-events: all;
}
body.open-adress-modal .modal-outer-box.address {
    opacity: 1;
    pointer-events: all;
}
body.open-edit-adress-modal .modal-outer-box.edit-address-modal {
    opacity: 1;
    pointer-events: all;
}
body.open-cancel-reservation .modal-outer-box.cancel-reservation {
    opacity: 1;
    pointer-events: all;
}
body.open-cancel-reservation-success
    .modal-outer-box.cancel-reservation-success {
    opacity: 1;
    pointer-events: all;
}
body.open-team-moadal .modal-outer-box.team {
    opacity: 1;
    pointer-events: all;
}
body.open-contcat-success .modal-outer-box.contcat-success {
    opacity: 1;
    pointer-events: all;
}

header {
    position: relative;
    border-bottom: 1px solid #000000;
}

body.home-page header {
    border-bottom: none;
}

.swiper-container {
    overflow: hidden;
}

.divider-line {
    background-color: rgba(255, 255, 255, 0.4);
}

.mobile-fixed-contact {
    width: 100%;
    height: 32px;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}

.multiselect-dropdown {
    width: auto;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 24px;
}
.multiselect-dropdown::after {
    content: "";
    width: 205px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000000;
    z-index: 25;
    height: 100%;
    border-bottom: 0;
    pointer-events: none;
    opacity: 0;
    background-color: white;
    transition: 0.4s ease-in-out;
}
.multiselect-dropdown.price-range {
    width: auto;
}
.multiselect-dropdown.price-range::after {
    width: 260px;
    background-color: white;
}
.multiselect-dropdown .filter-placeholder {
    display: flex;
    position: relative;
    padding: 0 12px;
}
.multiselect-dropdown .filter-placeholder .filter-absolute-arrow {
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
}
.multiselect-dropdown .filter-options {
    padding-top: 24px;
    padding-bottom: 20px;
    width: 205px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 100;
    background-color: #ffff;
    display: none;
    border: 1px solid #000000;
    border-top: 0;
    pointer-events: none;
}
.multiselect-dropdown .filter-options .option-container {
    max-height: 160px;
    overflow-y: auto;
    /* Track */
    /* Handle */
}
.multiselect-dropdown .filter-options .option-container::-webkit-scrollbar {
    width: 2px;
    background: none;
}
.multiselect-dropdown
    .filter-options
    .option-container::-webkit-scrollbar-track {
    background: #ffff;
}
.multiselect-dropdown
    .filter-options
    .option-container::-webkit-scrollbar-thumb {
    background: #000000;
    width: 2px;
}
.multiselect-dropdown .filter-options .option-container .checkbox-option {
    margin-bottom: 4px;
}
.multiselect-dropdown.price-range .filter-options {
    width: 260px;
}
.multiselect-dropdown.active::after {
    opacity: 1;
}
.multiselect-dropdown.active .filter-options {
    pointer-events: all;
}
.multiselect-dropdown.active .filter-absolute-arrow {
    transform: rotateX(180deg);
}
.multiselect-dropdown.active .filter-placeholder {
    z-index: 100;
}

.dropdown-select.sorting {
    width: auto;
    height: auto;
    padding-top: 16px;
}
.dropdown-select.sorting:after {
    opacity: 0;
    border-bottom: none;
}
.dropdown-select.sorting.active:after {
    opacity: 1;
}
.dropdown-select.sorting .dropdown-options {
    width: 100% !important;
}
.dropdown-select.sorting .dropdown-options {
    top: 30px !important;
}

.dropdown-select.address-profile {
    width: auto !important;
    height: 25px;
    margin-left: 8px;
}
.dropdown-select.address-profile:after {
    opacity: 0;
    border-bottom: none;
}
.dropdown-select.address-profile.active:after {
    opacity: 1;
}
.dropdown-select.address-profile .dropdown-options {
    width: 100% !important;
    height: auto;
}
.dropdown-select.address-profile .dropdown-options {
    top: 25px !important;
}

.tags-box {
    display: flex;
    margin-top: 12px;
    flex-wrap: wrap;
}
.tags-box .single-tag {
    margin-right: 8px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: 1px solid #000000;
    padding: 5px 10px;
}
.tags-box .tag-close {
    margin-left: 8px;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .filter-left-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        top: 0;
        margin: 0 !important;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        left: -100%;
        padding-top: 52px;
        transition: 0.3s ease-in-out;
    }
    .filter-left-menu.active {
        left: 0;
    }
    .filter-left-menu .multiselect-dropdown:nth-child(2) .filter-placeholder {
        padding-top: 0 !important;
    }
}

@media (max-width: 1000px) {
    .multiselect-dropdown {
        width: 100% !important;
        flex-direction: column;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .multiselect-dropdown.price-range {
        border-bottom: none;
    }
    .multiselect-dropdown .filter-placeholder {
        margin-top: 0 !important;
        padding: 16px 12px;
    }
    .multiselect-dropdown::after {
        display: none;
    }
    .multiselect-dropdown .filter-options {
        width: 100% !important;
        position: initial;
        border: none;
        padding-top: 0;
    }
    .multiselect-dropdown.price-range {
        align-items: center;
    }
    .multiselect-dropdown.price-range .option-container .form-group {
        width: 100% !important;
    }
    .multiselect-dropdown.price-range
        .option-container
        .form-group:nth-child(1) {
        margin-right: 12px !important;
    }
    .multiselect-dropdown.price-range
        .option-container
        .form-group:nth-child(2) {
        margin-left: 12px !important;
    }
}

.mobile-filter {
    display: flex;
}
@media (min-width: 1001px) {
    .mobile-filter {
        display: none;
    }
}

.sort-filter {
    display: flex;
}
@media (min-width: 1001px) {
    .sort-filter {
        display: none;
    }
}

@media (min-width: 1001px) {
    .mobile-reset {
        display: none !important;
    }
}

.mobile-reset .reset-filter {
    display: flex;
}
@media (min-width: 1001px) {
    .mobile-reset .reset-filter {
        display: none !important;
    }
}

.apply-price {
    width: 100%;
}
@media (max-width: 1000px) {
    .apply-price {
        width: 166px;
    }
}

.filter-close {
    position: absolute;
    top: 20px;
    right: 12px;
    cursor: pointer;
    z-index: 9999;
}

@media (max-width: 1000px) {
    .reset-padiing {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

@media (min-width: 1001px) {
    .hide-desk {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .hide-mobile {
        display: none !important;
    }
    .filter-right {
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        top: 0;
        margin: 0 !important;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        right: -100%;
        padding-top: 64px;
        transition: 0.3s ease-in-out;
    }
    .filter-right .dropdown-select {
        border: none !important;
    }
    .filter-right .dropdown-select .dropdown-options {
        border: none !important;
        opacity: 1;
        pointer-events: all;
        top: 20px !important;
    }
    .filter-right .dropdown-select::after {
        display: none;
    }
    .filter-right .dropdown-select .option.active {
        background-color: rgba(0, 0, 0, 0.1);
    }
    .filter-right.active {
        right: 0;
    }
}

@media (max-width: 767px) {
    .multiselect-dropdown .font-size-14 {
        font-size: 12px !important;
        line-height: 24px;
    }
}

body.contact footer {
    margin-top: 0 !important;
}

.text-decoration-underline {
    text-decoration: underline;
}

p {
    margin: 0;
    padding: 0;
}

.faq-container {
    max-width: 700px !important;
}

.faq-content {
    display: none;
}

.faq-item {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.faq-item:first-child {
    border-top: none;
}
.faq-item.active .faq-arr {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    input::placeholder {
        font-size: 12px !important;
    }
}

/* START OF _ANIMATIONS */
.chappie_anim {
    visibility: visible;
}

.chappie_anim.active_chappie {
    visibility: visible;
}

.chappie_slideUp {
    transform: translate3d(0, 100%, 0);
}

.chappie_anim.chappie_anim.k-slideUp {
    transform: translate3d(0, 0, 0);
    transition: 1s;
}

.chappie_fadeUp {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
}

.chappie_anim.active_chappie.chappie_fadeUp {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}

.chappie_fadeIn {
    opacity: 0;
}

.chappie_anim.active_chappie.chappie_fadeIn {
    opacity: 1;
    transition: 1s;
}

.chappie_fadeRight {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
}

.chappie_anim.active_chappie.chappie_fadeRight {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}

.chappie_fadeLeft {
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
}

.chappie_anim.active_chappie.chappie_fadeLeft {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}

.chappie_zoom_up {
    opacity: 0;
    transform: scale(1.05) translate3d(0, 100px, 0);
}

.chappie_anim.active_chappie.chappie_zoom_up {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    transition: 1s;
}

.chappie_scale {
    transform: scale(0);
}

.chappie_anim.active_chappie.chappie_scale {
    transform: scale(1);
    transition: 1s;
}

.chappie_scaleX {
    transform: scaleX(0);
}

.chappie_anim.active_chappie.chappie_scaleX {
    transform: scaleX(1);
    transition: 1s;
}

.chappie_scaleY {
    transform: scaleY(0);
}

.chappie_anim.active_chappie.chappie_scaleY {
    transform: scaleY(1);
    transition: 1s;
}

@keyframes dots {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

.product-card {
    position: relative;
    height: 407px;
    overflow: hidden;
    border: 1px solid #919191;
    transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .product-card {
        height: 305px;
    }
}
.product-card .product-img {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.product-card .product-img img {
    width: 290px;
    height: 260px;
    object-fit: contain;
}
@media (max-width: 767px) {
    .product-card .product-img img {
        width: 100%;
        height: 150px;
    }
}
.product-card .product-placeholder {
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.product-card .product-placeholder.hide {
    opacity: 1;
}
.product-card:hover {
    border-color: #000000;
}
.product-card .product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
.product-card .pr-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 8px;
}
@media (max-width: 767px) {
    .product-card .pr-title {
        -webkit-line-clamp: 3;
        height: 40px;
        display: flex;
        align-items: flex-start;
    }
}

.swiper-container.best-seller .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-top: 32px;
}
.swiper-container.best-seller .swiper-pagination .swiper-pagination-bullet {
    display: flex;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000000;
    margin: 0 12px;
    padding: 2px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.swiper-container.best-seller
    .swiper-pagination
    .swiper-pagination-bullet.active {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #000000;
}

.breadcrumbs .breadcrumbs-item {
    position: relative;
    padding-right: 32px;
    color: #000000;
    opacity: 0.5;
}
.breadcrumbs .breadcrumbs-item.active {
    opacity: 1;
}
.breadcrumbs .breadcrumbs-item::after {
    content: "/";
    position: absolute;
    top: 0;
    left: -16px;
}
.breadcrumbs .breadcrumbs-item:first-child::after {
    display: none;
}
.breadcrumbs .breadcrumbs-item a:hover {
    color: inherit;
}

.catalog-top-image {
    position: relative;
}
@media (min-width: 1500px) {
    .catalog-top-image {
        padding-top: initial;
        height: 260px;
    }
}
@media (max-width: 1499px) {
    .catalog-top-image {
        padding-top: 20.55%;
    }
}
@media (max-width: 767px) {
    .catalog-top-image {
        padding-top: 67.7%;
    }
}
.catalog-top-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagination-arrow.left {
    transform: rotateY(180deg);
}

.pagination-item {
    width: 50px;
    height: 50px;
    display: flex;
    margin: 0 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}
.pagination-item.active {
    border-color: #000000;
}
.pagination-item:hover {
    border-color: #000000;
}

.details-slider {
    width: 100%;
    height: 100%;
    max-width: 540px;
}
@media (max-width: 767px) {
    .details-slider {
        max-width: 100%;
    }
}
.details-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 767px) {
    .pr-container {
        flex-direction: column;
    }
}

.pr-container .pr-image {
    width: 100%;
    height: 100%;
    max-width: 540px;
    margin-right: 24px;
}
@media (max-width: 767px) {
    .pr-container .pr-image {
        max-width: 100%;
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .pr-container .pr-image {
        margin-right: 90px;
    }
}
.pr-container .pr-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pr-container .pr-image .add-fav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

@media (min-width: 768px) {
    .product-info-inner {
        max-width: 410px;
    }
}

.old-price {
    position: relative;
}
.old-price::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
}

.apply-price-text {
    position: relative;
    z-index: 20;
}

.reset-filter {
    opacity: 0;
}
.reset-filter.active {
    opacity: 1;
}

@media (max-width: 767px) {
    .check-position.default .mobile-fixed-bag {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: white;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        padding: 20px 12px;
        z-index: 90;
        margin: 0 !important;
    }
}

.pr-image .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.pr-image .swiper-pagination-bullet {
    position: relative;
    width: 6px;
    height: 6px;
    margin: 0 8px;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    background-color: #e1d9d9;
}
.pr-image .swiper-pagination-bullet.active {
    background-color: #000000;
}

.registration-tabs .custom-control-label {
    color: rgba(0, 0, 0, 0.5);
}
.registration-tabs .custom-control-label::after {
    display: none;
}
.registration-tabs .custom-control-label::before {
    display: none;
}

.registration-tabs .custom-radio {
    padding-left: 0 !important;
}

.registration-tabs .custom-control-input:checked ~ .custom-control-label {
    color: #000000;
    border-bottom: 1px solid #000000;
}

.registration-fields {
    width: 100%;
    max-width: 696px;
}
@media (max-width: 1023px) {
    .registration-fields {
        max-width: 100%;
    }
}

.registration-box-profile {
    width: 100%;
    max-width: 696px;
}
@media (max-width: 1023px) {
    .registration-box-profile {
        max-width: 100%;
    }
}

.password-box {
    width: 100%;
    max-width: 696px;
}
@media (max-width: 1023px) {
    .password-box {
        max-width: 100%;
    }
}

.password-box-profile {
    width: 100%;
    max-width: 696px;
}
@media (max-width: 1023px) {
    .password-box-profile {
        max-width: 100%;
    }
}

.hidden_input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.dropdown-select {
    position: relative;
    height: 50px;
    font-size: 14px;
    line-height: 28px;
    justify-content: space-between;
}
.dropdown-select::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000000;
    z-index: 25;
    width: 100%;
    height: 100%;
}

.dropdown-select {
    height: 50px;
    position: relative;
    cursor: pointer;
}
.dropdown-select .dropdown-options {
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 50;
    opacity: 0;
    border: 1px solid #000000;
    border-top: 0;
    pointer-events: none;
    overflow-y: auto;
    height: 157px;
    /* Track */
    /* Handle */
}
.dropdown-select .dropdown-options::-webkit-scrollbar {
    width: 2px;
    background: none;
}
.dropdown-select .dropdown-options::-webkit-scrollbar-track {
    background: #ffff;
}
.dropdown-select .dropdown-options::-webkit-scrollbar-thumb {
    background: #000000;
    width: 2px;
}
.dropdown-select .dropdown-options .option {
    cursor: pointer;
    padding: 4px 12px;
    background-color: transparent;
}
.dropdown-select .dropdown-options .option:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-select.active {
    border-bottom: none;
}
.dropdown-select.active .dropdown-options {
    width: 106px;
    left: 0;
    opacity: 1;
    pointer-events: all;
}

.password-box {
    display: none;
}

.social-auth .btn {
    background-color: #eaeaea;
}

.profile-menu-listing {
    width: 342px;
    margin-right: 16px;
    flex-shrink: 0;
}
@media (max-width: 1300px) {
    .profile-menu-listing {
        width: 300px;
    }
}
.profile-menu-listing li a {
    position: relative;
}
.profile-menu-listing li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    opacity: 0;
    background-color: #000000;
    transition: 0.3s ease-in-out;
}
.profile-menu-listing li a.active,
.profile-menu-listing li a:hover {
    font-weight: bold;
    padding-left: 26px;
    position: relative;
}
.profile-menu-listing li a.active::after,
.profile-menu-listing li a:hover::after {
    opacity: 1;
    left: 0;
}

th {
    padding-bottom: 12px;
}
@media (max-width: 767px) {
    th {
        padding: 14px;
    }
}

td {
    text-align: left;
    padding: 14px 0;
    white-space: nowrap;
}
@media (max-width: 767px) {
    td {
        padding: 14px;
    }
}
td:first-child {
    padding-left: 14px;
}
td:last-child {
    padding-right: 24px;
}

.account-content-scroll {
    width: 100%;
}

.order-scroll {
    width: 100%;
    overflow-x: auto;
}

tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

tbody .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
tbody .dot.in-progress {
    border: 1px solid black;
}
tbody .dot.canceled {
    background-color: #ae3350;
}
tbody .dot.shipped {
    background-color: #32c39f;
}
tbody .dot.aborted {
    background-color: #ae3350;
}

.account-content .th {
    padding-bottom: 12px;
}

.account-content .tr:nth-child(even) {
    background-color: #f9f9f9;
}

.account-content .tr {
    padding: 14px 0;
}
.account-content .tr .td:first-child {
    padding-left: 14px;
}
.account-content .tr .td:last-child {
    padding-right: 24px;
}

.account-content .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.account-content .dot.in-progress {
    border: 1px solid black;
}
.account-content .dot.canceled {
    background-color: #ae3350;
}
.account-content .dot.shipped {
    background-color: #32c39f;
}
.account-content .dot.aborted {
    background-color: #ae3350;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.dot.in-progress {
    border: 1px solid black;
}
.dot.canceled {
    background-color: #ae3350;
}
.dot.shipped {
    background-color: #32c39f;
}
.dot.aborted {
    background-color: #ae3350;
}

tr {
    position: relative;
}

.details-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.adress-box {
    border: 1px solid #e3e3e3;
    height: 185px;
    transition: 0.3s ease-in-out;
}
.adress-box * {
    color: #000000;
    transition: 0.3s ease-in-out;
}
.adress-box:hover {
    background-color: #000000;
}
.adress-box:hover * {
    color: #ffff;
    stroke: #ffff;
}
.adress-box:hover
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: white;
}
.adress-box .adress-title {
    line-height: 18px;
}

.delivery-hide {
    opacity: 0.5;
    pointer-events: none;
}

.no-change {
    opacity: 0.5;
    pointer-events: none;
}

.container-border-bottom {
    position: relative;
}
.container-border-bottom::after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #000000;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.cart-total-box {
    width: 100%;
    max-width: 456px;
}
@media (max-width: 767px) {
    .cart-total-box {
        max-width: 100%;
    }
}

.promo-input {
    display: none;
}

.promo-text {
    opacity: 0;
}
.promo-text.active {
    opacity: 1;
}

.promo-box.error input {
    border: 1px solid #ff0000 !important;
}

.promo-box.true input {
    display: none;
}

.promo-box.true .promo-arrow {
    display: none;
}

.promo-box.true .promo-text {
    opacity: 1;
}

.password-box-fields {
    display: none;
}

.membership-status {
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.membership-status.gold-status {
    background-color: #eab251;
}
.membership-status.silver-status {
    background-color: #d6d6d6;
}

.membership-badges {
    margin-bottom: 12px;
}
.membership-badges .silver-status {
    background-color: #d6d6d6;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
}
.membership-badges .gold-status {
    background-color: #eab251;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
}

.range-back {
    background-color: #e2e2e2;
}
.range-back .progress {
    top: 50%;
}

.text-docoration-underline {
    text-decoration: underline;
}

.btn.service-cancel {
    color: #ae3350;
    border: 1px solid #ae3350;
    border-radius: 0;
}

.calendar-box .flatpickr-calendar {
    max-width: 100% !important;
    border: none !important;
}

.calendar-box .flatpickr-wrapper .flatpickr-calendar table th {
    color: #000000;
    font-size: 12px !important;
    font-family: "Helvetica Neue LT GEO 75 Bold";
}

.calendar-box input {
    width: 100%;
}

.calendar-box .flatpickr-monthDropdown-months {
    pointer-events: none;
}

.calendar-box .flatpickr-current-month {
    font-size: 20px !important;
    font-family: "bebas-neue-bold" !important;
    margin: 0 24px;
}

.calendar-box .flatpickr-calendar {
    width: 100%;
}

.calendar-box .flatpickr-innerContainer {
    width: 100%;
}

.calendar-box .flatpickr-rContainer {
    width: 100%;
}

.calendar-box .flatpickr-months {
    width: 100%;
    padding: 40px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .calendar-box .flatpickr-months {
        padding: 20px 0 !important;
    }
}

.calendar-box .flatpickr-days {
    width: 100%;
}

.calendar-box .dayContainer {
    width: 100%;
    max-width: 100%;
}

.calendar-box select {
    appearance: none !important;
}

.calendar-box td {
    padding: 6px !important;
}
@media (max-width: 767px) {
    .calendar-box td {
        padding: 1px !important;
    }
}
.calendar-box td.disabled .flatpickr-day {
    border: none !important;
    background-color: #f1f1f1 !important;
}
.calendar-box td.today .flatpickr-day {
    border: none !important;
    background-color: #000000 !important;
    color: #fff !important;
}
.calendar-box td.selected .flatpickr-day {
    border: none !important;
    background-color: #000000 !important;
    color: #fff !important;
}

.calendar-box .flatpickr-day {
    max-width: 100% !important;
    width: 57px;
    height: 57px;
    background-color: #fff !important;
    border-radius: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000 !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-family: "Helvetica Neue LT GEO 75 Bold";
}

.single-time.active {
    border-color: transparent !important;
    color: #fff !important;
    background-color: #000000;
}

.btn {
    border: 0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    padding: 12px 28px;
}
.btn-lg {
    border-radius: 24px;
    padding: 19px 32px 20px;
    font-size: 14px;
    font-weight: normal;
}
.btn-danger {
    background-image: linear-gradient(70deg, #ef2d56, #f25777);
}
.btn-danger:hover {
    background: #ef2d56;
}
.btn-light {
    background-color: #f1f3f6;
}
.btn-success {
    background-image: linear-gradient(75deg, #4cd964, #73e186 100%);
}
.btn-blue {
    background-image: linear-gradient(76deg, #4a6cfa, #728cfb);
}
.btn-blue {
    background-image: linear-gradient(72deg, var(--bluey-grey), #96a1b7);
}
.btn-orange {
    background-image: linear-gradient(45deg, #ff641f, #ff8650);
}
.btn-icon {
    width: 42px;
    height: 42px;
    padding: 0;
    align-items: center;
}
.btn-icon.btn-lg {
    width: 60px;
    height: 60px;
}
.btn-empty {
    border: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
.btn-empty:hover {
    background-color: #f4f4f7;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-9 {
    z-index: 9;
}

.z-index-1000 {
    z-index: 1000;
}

@media (min-width: 576px) {
    .z-index-sm-1 {
        z-index: 1;
    }
    .z-index-sm-2 {
        z-index: 2;
    }
    .z-index-sm-3 {
        z-index: 3;
    }
    .z-index-sm-9 {
        z-index: 9;
    }
    .z-index-sm-1000 {
        z-index: 1000;
    }
}

@media (min-width: 768px) {
    .z-index-md-1 {
        z-index: 1;
    }
    .z-index-md-2 {
        z-index: 2;
    }
    .z-index-md-3 {
        z-index: 3;
    }
    .z-index-md-9 {
        z-index: 9;
    }
    .z-index-md-1000 {
        z-index: 1000;
    }
}

@media (min-width: 1024px) {
    .z-index-m-1 {
        z-index: 1;
    }
    .z-index-m-2 {
        z-index: 2;
    }
    .z-index-m-3 {
        z-index: 3;
    }
    .z-index-m-9 {
        z-index: 9;
    }
    .z-index-m-1000 {
        z-index: 1000;
    }
}

@media (min-width: 1200px) {
    .z-index-lg-1 {
        z-index: 1;
    }
    .z-index-lg-2 {
        z-index: 2;
    }
    .z-index-lg-3 {
        z-index: 3;
    }
    .z-index-lg-9 {
        z-index: 9;
    }
    .z-index-lg-1000 {
        z-index: 1000;
    }
}

@media (min-width: 1600px) {
    .z-index-xl-1 {
        z-index: 1;
    }
    .z-index-xl-2 {
        z-index: 2;
    }
    .z-index-xl-3 {
        z-index: 3;
    }
    .z-index-xl-9 {
        z-index: 9;
    }
    .z-index-xl-1000 {
        z-index: 1000;
    }
}

/*transforms*/
.transform-y-center {
    transform: translateY(-50%);
}

.absolute--right-center-position {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.absolute--right-center-position.transform-right-top {
    transform: translate(100%, -50%);
}

.absolute--left-top-position {
    top: 0;
    left: 0;
}
.absolute--left-top-position.transform--100-0 {
    transform: translate(-100%, 0);
}

.absolute--right-bottom-position {
    bottom: 0;
    right: 0;
}
.absolute--right-bottom-position.transform--50px-100 {
    transform: translate(50px, 100%);
}

.transform-center {
    transform: translate(-50%, -50%);
}

.transform-center-rev {
    transform: translate(50%, -50%);
}

.absolute--right-top-position {
    top: 0;
    right: 0;
}
.absolute--right-top-position.transform-right-top {
    transform: translate(100%, -50%);
}
.absolute--right-top-position.absolute--transform-100-50 {
    transform: translate(100%, -50%);
}
.absolute--right-top-position.absolute--transform-50 {
    transform: translate(50%, 0);
}
.absolute--right-top-position.absolute--transform-x {
    right: 15px;
    transform: translateX(100%);
    padding-left: 15px;
    box-sizing: content-box;
    background-color: white;
}

.absolute--left-center-position {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.absolute--right-center-position {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.absolute--center-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute--center-bottom-position {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.absolute--center-bottom-position.transform--50-100 {
    transform: translate(-50%, 100%);
}

.absolute--center-top-position {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.absolute--center-top-position.transform--50-100 {
    transform: translate(-50%, 100%);
}
.absolute--center-top-position.transform-n50-n100 {
    transform: translate(-50%, -100%);
}

/*rotates*/
.rotate {
    transform: rotate(0deg);
    transition: all 0.15s ease-in-out;
}
.rotate.rotate-up {
    transform: rotate(180deg);
}
.rotate.rotate-x {
    transform: rotate(45deg);
}

.rotate-vertical {
    transform: rotateX(-180deg);
}

/*Width/Height/Min-Width/Min-Height*/
.h-0 {
    height: 0 !important;
}

.h-1px {
    height: 1px !important;
}

.h-2px {
    height: 2px !important;
}

.h-3px {
    height: 3px !important;
}

.h-5px {
    height: 5px !important;
}

.h-7px {
    height: 7px !important;
}

.h-8px {
    height: 8px !important;
}

.h-11px {
    height: 11px !important;
}

.h-12px {
    height: 12px !important;
}

.h-13px {
    height: 13px !important;
}

.h-14px {
    height: 14px !important;
}

.h-16px {
    height: 16px !important;
}

.h-18px {
    height: 18px !important;
}

.h-20px {
    height: 20px !important;
}

.h-21px {
    height: 21px !important;
}

.h-22px {
    height: 22px !important;
}

.h-24px {
    height: 24px !important;
}

.h-34px {
    height: 34px !important;
}

.h-40px {
    height: 40px !important;
}

.h-48px {
    height: 48px !important;
}

.h-20px {
    height: 20px !important;
}

.h-25px {
    height: 25px !important;
}

.h-29px {
    height: 29px !important;
}

.h-30px {
    height: 30px !important;
}

.h-36px {
    height: 36px !important;
}

.h-50px {
    height: 50px !important;
}

.h-55px {
    height: 55px !important;
}

.h-56px {
    height: 56px !important;
}

.h-66px {
    height: 66px !important;
}

.h-72px {
    height: 72px !important;
}

.h-76px {
    height: 76px !important;
}

.h-78px {
    height: 78px !important;
}

.h-80px {
    height: 80px !important;
}

.h-88px {
    height: 88px !important;
}

.h-100px {
    height: 100px !important;
}

.h-106px {
    height: 106px !important;
}

.h-110px {
    height: 110px !important;
}

.h-117px {
    height: 117px !important;
}

.h-125px {
    height: 125px !important;
}

.h-140px {
    height: 140px !important;
}

.h-145px {
    height: 145px !important;
}

.h-150px {
    height: 150px !important;
}

.h-160px {
    height: 160px !important;
}

.h-175px {
    height: 175px !important;
}

.h-180px {
    height: 180px !important;
}

.h-186px {
    height: 186px !important;
}

.h-190px {
    height: 190px !important;
}

.h-200px {
    height: 200px !important;
}

.h-220px {
    height: 220px !important;
}

.h-230px {
    height: 230px !important;
}

.h-240px {
    height: 240px !important;
}

.h-265px {
    height: 265px !important;
}

.h-280px {
    height: 280px !important;
}

.h-290px {
    height: 290px !important;
}

.h-340px {
    height: 340px !important;
}

.h-360px {
    height: 360px !important;
}

.h-370px {
    height: 370px !important;
}

.h-400px {
    height: 400px !important;
}

.h-420px {
    height: 420px !important;
}

.h-431px {
    height: 431px !important;
}

.h-580px {
    height: 580px !important;
}

.h-585px {
    height: 585px !important;
}

.h-650px {
    height: 650px !important;
}

.h-695px {
    height: 695px !important;
}

.h-740px {
    height: 740px !important;
}

.h-1920px {
    height: 1920px !important;
}

.w-0 {
    width: 0 !important;
}

.w-1px {
    width: 1px !important;
}

.w-2px {
    width: 2px !important;
}

.w-3px {
    width: 3px !important;
}

.w-5px {
    width: 5px !important;
}

.w-7px {
    width: 7px !important;
}

.w-8px {
    width: 8px !important;
}

.w-11px {
    width: 11px !important;
}

.w-12px {
    width: 12px !important;
}

.w-13px {
    width: 13px !important;
}

.w-14px {
    width: 14px !important;
}

.w-16px {
    width: 16px !important;
}

.w-18px {
    width: 18px !important;
}

.w-20px {
    width: 20px !important;
}

.w-21px {
    width: 21px !important;
}

.w-22px {
    width: 22px !important;
}

.w-24px {
    width: 24px !important;
}

.w-34px {
    width: 34px !important;
}

.w-40px {
    width: 40px !important;
}

.w-48px {
    width: 48px !important;
}

.w-20px {
    width: 20px !important;
}

.w-25px {
    width: 25px !important;
}

.w-29px {
    width: 29px !important;
}

.w-30px {
    width: 30px !important;
}

.w-36px {
    width: 36px !important;
}

.w-50px {
    width: 50px !important;
}

.w-55px {
    width: 55px !important;
}

.w-56px {
    width: 56px !important;
}

.w-66px {
    width: 66px !important;
}

.w-72px {
    width: 72px !important;
}

.w-76px {
    width: 76px !important;
}

.w-78px {
    width: 78px !important;
}

.w-80px {
    width: 80px !important;
}

.w-88px {
    width: 88px !important;
}

.w-100px {
    width: 100px !important;
}

.w-106px {
    width: 106px !important;
}

.w-110px {
    width: 110px !important;
}

.w-117px {
    width: 117px !important;
}

.w-125px {
    width: 125px !important;
}

.w-140px {
    width: 140px !important;
}

.w-145px {
    width: 145px !important;
}

.w-150px {
    width: 150px !important;
}

.w-160px {
    width: 160px !important;
}

.w-175px {
    width: 175px !important;
}

.w-180px {
    width: 180px !important;
}

.w-186px {
    width: 186px !important;
}

.w-190px {
    width: 190px !important;
}

.w-200px {
    width: 200px !important;
}

.w-220px {
    width: 220px !important;
}

.w-230px {
    width: 230px !important;
}

.w-240px {
    width: 240px !important;
}

.w-265px {
    width: 265px !important;
}

.w-280px {
    width: 280px !important;
}

.w-290px {
    width: 290px !important;
}

.w-340px {
    width: 340px !important;
}

.w-360px {
    width: 360px !important;
}

.w-370px {
    width: 370px !important;
}

.w-400px {
    width: 400px !important;
}

.w-420px {
    width: 420px !important;
}

.w-431px {
    width: 431px !important;
}

.w-580px {
    width: 580px !important;
}

.w-585px {
    width: 585px !important;
}

.w-650px {
    width: 650px !important;
}

.w-695px {
    width: 695px !important;
}

.w-740px {
    width: 740px !important;
}

.w-1920px {
    width: 1920px !important;
}

.min-height-0 {
    min-height: 0 !important;
}

.min-height-1px {
    min-height: 1px !important;
}

.min-height-2px {
    min-height: 2px !important;
}

.min-height-3px {
    min-height: 3px !important;
}

.min-height-5px {
    min-height: 5px !important;
}

.min-height-7px {
    min-height: 7px !important;
}

.min-height-8px {
    min-height: 8px !important;
}

.min-height-11px {
    min-height: 11px !important;
}

.min-height-12px {
    min-height: 12px !important;
}

.min-height-13px {
    min-height: 13px !important;
}

.min-height-14px {
    min-height: 14px !important;
}

.min-height-16px {
    min-height: 16px !important;
}

.min-height-18px {
    min-height: 18px !important;
}

.min-height-20px {
    min-height: 20px !important;
}

.min-height-21px {
    min-height: 21px !important;
}

.min-height-22px {
    min-height: 22px !important;
}

.min-height-24px {
    min-height: 24px !important;
}

.min-height-34px {
    min-height: 34px !important;
}

.min-height-40px {
    min-height: 40px !important;
}

.min-height-48px {
    min-height: 48px !important;
}

.min-height-20px {
    min-height: 20px !important;
}

.min-height-25px {
    min-height: 25px !important;
}

.min-height-29px {
    min-height: 29px !important;
}

.min-height-30px {
    min-height: 30px !important;
}

.min-height-36px {
    min-height: 36px !important;
}

.min-height-50px {
    min-height: 50px !important;
}

.min-height-55px {
    min-height: 55px !important;
}

.min-height-56px {
    min-height: 56px !important;
}

.min-height-66px {
    min-height: 66px !important;
}

.min-height-72px {
    min-height: 72px !important;
}

.min-height-76px {
    min-height: 76px !important;
}

.min-height-78px {
    min-height: 78px !important;
}

.min-height-80px {
    min-height: 80px !important;
}

.min-height-88px {
    min-height: 88px !important;
}

.min-height-100px {
    min-height: 100px !important;
}

.min-height-106px {
    min-height: 106px !important;
}

.min-height-110px {
    min-height: 110px !important;
}

.min-height-117px {
    min-height: 117px !important;
}

.min-height-125px {
    min-height: 125px !important;
}

.min-height-140px {
    min-height: 140px !important;
}

.min-height-145px {
    min-height: 145px !important;
}

.min-height-150px {
    min-height: 150px !important;
}

.min-height-160px {
    min-height: 160px !important;
}

.min-height-175px {
    min-height: 175px !important;
}

.min-height-180px {
    min-height: 180px !important;
}

.min-height-186px {
    min-height: 186px !important;
}

.min-height-190px {
    min-height: 190px !important;
}

.min-height-200px {
    min-height: 200px !important;
}

.min-height-220px {
    min-height: 220px !important;
}

.min-height-230px {
    min-height: 230px !important;
}

.min-height-240px {
    min-height: 240px !important;
}

.min-height-265px {
    min-height: 265px !important;
}

.min-height-280px {
    min-height: 280px !important;
}

.min-height-290px {
    min-height: 290px !important;
}

.min-height-340px {
    min-height: 340px !important;
}

.min-height-360px {
    min-height: 360px !important;
}

.min-height-370px {
    min-height: 370px !important;
}

.min-height-400px {
    min-height: 400px !important;
}

.min-height-420px {
    min-height: 420px !important;
}

.min-height-431px {
    min-height: 431px !important;
}

.min-height-580px {
    min-height: 580px !important;
}

.min-height-585px {
    min-height: 585px !important;
}

.min-height-650px {
    min-height: 650px !important;
}

.min-height-695px {
    min-height: 695px !important;
}

.min-height-740px {
    min-height: 740px !important;
}

.min-height-1920px {
    min-height: 1920px !important;
}

.max-height-0 {
    max-height: 0 !important;
}

.max-height-1px {
    max-height: 1px !important;
}

.max-height-2px {
    max-height: 2px !important;
}

.max-height-3px {
    max-height: 3px !important;
}

.max-height-5px {
    max-height: 5px !important;
}

.max-height-7px {
    max-height: 7px !important;
}

.max-height-8px {
    max-height: 8px !important;
}

.max-height-11px {
    max-height: 11px !important;
}

.max-height-12px {
    max-height: 12px !important;
}

.max-height-13px {
    max-height: 13px !important;
}

.max-height-14px {
    max-height: 14px !important;
}

.max-height-16px {
    max-height: 16px !important;
}

.max-height-18px {
    max-height: 18px !important;
}

.max-height-20px {
    max-height: 20px !important;
}

.max-height-21px {
    max-height: 21px !important;
}

.max-height-22px {
    max-height: 22px !important;
}

.max-height-24px {
    max-height: 24px !important;
}

.max-height-34px {
    max-height: 34px !important;
}

.max-height-40px {
    max-height: 40px !important;
}

.max-height-48px {
    max-height: 48px !important;
}

.max-height-20px {
    max-height: 20px !important;
}

.max-height-25px {
    max-height: 25px !important;
}

.max-height-29px {
    max-height: 29px !important;
}

.max-height-30px {
    max-height: 30px !important;
}

.max-height-36px {
    max-height: 36px !important;
}

.max-height-50px {
    max-height: 50px !important;
}

.max-height-55px {
    max-height: 55px !important;
}

.max-height-56px {
    max-height: 56px !important;
}

.max-height-66px {
    max-height: 66px !important;
}

.max-height-72px {
    max-height: 72px !important;
}

.max-height-76px {
    max-height: 76px !important;
}

.max-height-78px {
    max-height: 78px !important;
}

.max-height-80px {
    max-height: 80px !important;
}

.max-height-88px {
    max-height: 88px !important;
}

.max-height-100px {
    max-height: 100px !important;
}

.max-height-106px {
    max-height: 106px !important;
}

.max-height-110px {
    max-height: 110px !important;
}

.max-height-117px {
    max-height: 117px !important;
}

.max-height-125px {
    max-height: 125px !important;
}

.max-height-140px {
    max-height: 140px !important;
}

.max-height-145px {
    max-height: 145px !important;
}

.max-height-150px {
    max-height: 150px !important;
}

.max-height-160px {
    max-height: 160px !important;
}

.max-height-175px {
    max-height: 175px !important;
}

.max-height-180px {
    max-height: 180px !important;
}

.max-height-186px {
    max-height: 186px !important;
}

.max-height-190px {
    max-height: 190px !important;
}

.max-height-200px {
    max-height: 200px !important;
}

.max-height-220px {
    max-height: 220px !important;
}

.max-height-230px {
    max-height: 230px !important;
}

.max-height-240px {
    max-height: 240px !important;
}

.max-height-265px {
    max-height: 265px !important;
}

.max-height-280px {
    max-height: 280px !important;
}

.max-height-290px {
    max-height: 290px !important;
}

.max-height-340px {
    max-height: 340px !important;
}

.max-height-360px {
    max-height: 360px !important;
}

.max-height-370px {
    max-height: 370px !important;
}

.max-height-400px {
    max-height: 400px !important;
}

.max-height-420px {
    max-height: 420px !important;
}

.max-height-431px {
    max-height: 431px !important;
}

.max-height-580px {
    max-height: 580px !important;
}

.max-height-585px {
    max-height: 585px !important;
}

.max-height-650px {
    max-height: 650px !important;
}

.max-height-695px {
    max-height: 695px !important;
}

.max-height-740px {
    max-height: 740px !important;
}

.max-height-1920px {
    max-height: 1920px !important;
}

.min-width-0 {
    min-width: 0 !important;
}

.min-width-1px {
    min-width: 1px !important;
}

.min-width-2px {
    min-width: 2px !important;
}

.min-width-3px {
    min-width: 3px !important;
}

.min-width-5px {
    min-width: 5px !important;
}

.min-width-7px {
    min-width: 7px !important;
}

.min-width-8px {
    min-width: 8px !important;
}

.min-width-11px {
    min-width: 11px !important;
}

.min-width-12px {
    min-width: 12px !important;
}

.min-width-13px {
    min-width: 13px !important;
}

.min-width-14px {
    min-width: 14px !important;
}

.min-width-16px {
    min-width: 16px !important;
}

.min-width-18px {
    min-width: 18px !important;
}

.min-width-20px {
    min-width: 20px !important;
}

.min-width-21px {
    min-width: 21px !important;
}

.min-width-22px {
    min-width: 22px !important;
}

.min-width-24px {
    min-width: 24px !important;
}

.min-width-34px {
    min-width: 34px !important;
}

.min-width-40px {
    min-width: 40px !important;
}

.min-width-48px {
    min-width: 48px !important;
}

.min-width-20px {
    min-width: 20px !important;
}

.min-width-25px {
    min-width: 25px !important;
}

.min-width-29px {
    min-width: 29px !important;
}

.min-width-30px {
    min-width: 30px !important;
}

.min-width-36px {
    min-width: 36px !important;
}

.min-width-50px {
    min-width: 50px !important;
}

.min-width-55px {
    min-width: 55px !important;
}

.min-width-56px {
    min-width: 56px !important;
}

.min-width-66px {
    min-width: 66px !important;
}

.min-width-72px {
    min-width: 72px !important;
}

.min-width-76px {
    min-width: 76px !important;
}

.min-width-78px {
    min-width: 78px !important;
}

.min-width-80px {
    min-width: 80px !important;
}

.min-width-88px {
    min-width: 88px !important;
}

.min-width-100px {
    min-width: 100px !important;
}

.min-width-106px {
    min-width: 106px !important;
}

.min-width-110px {
    min-width: 110px !important;
}

.min-width-117px {
    min-width: 117px !important;
}

.min-width-125px {
    min-width: 125px !important;
}

.min-width-140px {
    min-width: 140px !important;
}

.min-width-145px {
    min-width: 145px !important;
}

.min-width-150px {
    min-width: 150px !important;
}

.min-width-160px {
    min-width: 160px !important;
}

.min-width-175px {
    min-width: 175px !important;
}

.min-width-180px {
    min-width: 180px !important;
}

.min-width-186px {
    min-width: 186px !important;
}

.min-width-190px {
    min-width: 190px !important;
}

.min-width-200px {
    min-width: 200px !important;
}

.min-width-220px {
    min-width: 220px !important;
}

.min-width-230px {
    min-width: 230px !important;
}

.min-width-240px {
    min-width: 240px !important;
}

.min-width-265px {
    min-width: 265px !important;
}

.min-width-280px {
    min-width: 280px !important;
}

.min-width-290px {
    min-width: 290px !important;
}

.min-width-340px {
    min-width: 340px !important;
}

.min-width-360px {
    min-width: 360px !important;
}

.min-width-370px {
    min-width: 370px !important;
}

.min-width-400px {
    min-width: 400px !important;
}

.min-width-420px {
    min-width: 420px !important;
}

.min-width-431px {
    min-width: 431px !important;
}

.min-width-580px {
    min-width: 580px !important;
}

.min-width-585px {
    min-width: 585px !important;
}

.min-width-650px {
    min-width: 650px !important;
}

.min-width-695px {
    min-width: 695px !important;
}

.min-width-740px {
    min-width: 740px !important;
}

.min-width-1920px {
    min-width: 1920px !important;
}

.max-width-0 {
    max-width: 0 !important;
}

.max-width-1px {
    max-width: 1px !important;
}

.max-width-2px {
    max-width: 2px !important;
}

.max-width-3px {
    max-width: 3px !important;
}

.max-width-5px {
    max-width: 5px !important;
}

.max-width-7px {
    max-width: 7px !important;
}

.max-width-8px {
    max-width: 8px !important;
}

.max-width-11px {
    max-width: 11px !important;
}

.max-width-12px {
    max-width: 12px !important;
}

.max-width-13px {
    max-width: 13px !important;
}

.max-width-14px {
    max-width: 14px !important;
}

.max-width-16px {
    max-width: 16px !important;
}

.max-width-18px {
    max-width: 18px !important;
}

.max-width-20px {
    max-width: 20px !important;
}

.max-width-21px {
    max-width: 21px !important;
}

.max-width-22px {
    max-width: 22px !important;
}

.max-width-24px {
    max-width: 24px !important;
}

.max-width-34px {
    max-width: 34px !important;
}

.max-width-40px {
    max-width: 40px !important;
}

.max-width-48px {
    max-width: 48px !important;
}

.max-width-20px {
    max-width: 20px !important;
}

.max-width-25px {
    max-width: 25px !important;
}

.max-width-29px {
    max-width: 29px !important;
}

.max-width-30px {
    max-width: 30px !important;
}

.max-width-36px {
    max-width: 36px !important;
}

.max-width-50px {
    max-width: 50px !important;
}

.max-width-55px {
    max-width: 55px !important;
}

.max-width-56px {
    max-width: 56px !important;
}

.max-width-66px {
    max-width: 66px !important;
}

.max-width-72px {
    max-width: 72px !important;
}

.max-width-76px {
    max-width: 76px !important;
}

.max-width-78px {
    max-width: 78px !important;
}

.max-width-80px {
    max-width: 80px !important;
}

.max-width-88px {
    max-width: 88px !important;
}

.max-width-100px {
    max-width: 100px !important;
}

.max-width-106px {
    max-width: 106px !important;
}

.max-width-110px {
    max-width: 110px !important;
}

.max-width-117px {
    max-width: 117px !important;
}

.max-width-125px {
    max-width: 125px !important;
}

.max-width-140px {
    max-width: 140px !important;
}

.max-width-145px {
    max-width: 145px !important;
}

.max-width-150px {
    max-width: 150px !important;
}

.max-width-160px {
    max-width: 160px !important;
}

.max-width-175px {
    max-width: 175px !important;
}

.max-width-180px {
    max-width: 180px !important;
}

.max-width-186px {
    max-width: 186px !important;
}

.max-width-190px {
    max-width: 190px !important;
}

.max-width-200px {
    max-width: 200px !important;
}

.max-width-220px {
    max-width: 220px !important;
}

.max-width-230px {
    max-width: 230px !important;
}

.max-width-240px {
    max-width: 240px !important;
}

.max-width-265px {
    max-width: 265px !important;
}

.max-width-280px {
    max-width: 280px !important;
}

.max-width-290px {
    max-width: 290px !important;
}

.max-width-340px {
    max-width: 340px !important;
}

.max-width-360px {
    max-width: 360px !important;
}

.max-width-370px {
    max-width: 370px !important;
}

.max-width-400px {
    max-width: 400px !important;
}

.max-width-420px {
    max-width: 420px !important;
}

.max-width-431px {
    max-width: 431px !important;
}

.max-width-580px {
    max-width: 580px !important;
}

.max-width-585px {
    max-width: 585px !important;
}

.max-width-650px {
    max-width: 650px !important;
}

.max-width-695px {
    max-width: 695px !important;
}

.max-width-740px {
    max-width: 740px !important;
}

.max-width-1920px {
    max-width: 1920px !important;
}

@media (min-width: 576px) {
    .h-sm-0 {
        height: 0 !important;
    }
    .h-sm-1px {
        height: 1px !important;
    }
    .h-sm-2px {
        height: 2px !important;
    }
    .h-sm-3px {
        height: 3px !important;
    }
    .h-sm-5px {
        height: 5px !important;
    }
    .h-sm-7px {
        height: 7px !important;
    }
    .h-sm-8px {
        height: 8px !important;
    }
    .h-sm-11px {
        height: 11px !important;
    }
    .h-sm-12px {
        height: 12px !important;
    }
    .h-sm-13px {
        height: 13px !important;
    }
    .h-sm-14px {
        height: 14px !important;
    }
    .h-sm-16px {
        height: 16px !important;
    }
    .h-sm-18px {
        height: 18px !important;
    }
    .h-sm-20px {
        height: 20px !important;
    }
    .h-sm-21px {
        height: 21px !important;
    }
    .h-sm-22px {
        height: 22px !important;
    }
    .h-sm-24px {
        height: 24px !important;
    }
    .h-sm-34px {
        height: 34px !important;
    }
    .h-sm-40px {
        height: 40px !important;
    }
    .h-sm-48px {
        height: 48px !important;
    }
    .h-sm-20px {
        height: 20px !important;
    }
    .h-sm-25px {
        height: 25px !important;
    }
    .h-sm-29px {
        height: 29px !important;
    }
    .h-sm-30px {
        height: 30px !important;
    }
    .h-sm-36px {
        height: 36px !important;
    }
    .h-sm-50px {
        height: 50px !important;
    }
    .h-sm-55px {
        height: 55px !important;
    }
    .h-sm-56px {
        height: 56px !important;
    }
    .h-sm-66px {
        height: 66px !important;
    }
    .h-sm-72px {
        height: 72px !important;
    }
    .h-sm-76px {
        height: 76px !important;
    }
    .h-sm-78px {
        height: 78px !important;
    }
    .h-sm-80px {
        height: 80px !important;
    }
    .h-sm-88px {
        height: 88px !important;
    }
    .h-sm-100px {
        height: 100px !important;
    }
    .h-sm-106px {
        height: 106px !important;
    }
    .h-sm-110px {
        height: 110px !important;
    }
    .h-sm-117px {
        height: 117px !important;
    }
    .h-sm-125px {
        height: 125px !important;
    }
    .h-sm-140px {
        height: 140px !important;
    }
    .h-sm-145px {
        height: 145px !important;
    }
    .h-sm-150px {
        height: 150px !important;
    }
    .h-sm-160px {
        height: 160px !important;
    }
    .h-sm-175px {
        height: 175px !important;
    }
    .h-sm-180px {
        height: 180px !important;
    }
    .h-sm-186px {
        height: 186px !important;
    }
    .h-sm-190px {
        height: 190px !important;
    }
    .h-sm-200px {
        height: 200px !important;
    }
    .h-sm-220px {
        height: 220px !important;
    }
    .h-sm-230px {
        height: 230px !important;
    }
    .h-sm-240px {
        height: 240px !important;
    }
    .h-sm-265px {
        height: 265px !important;
    }
    .h-sm-280px {
        height: 280px !important;
    }
    .h-sm-290px {
        height: 290px !important;
    }
    .h-sm-340px {
        height: 340px !important;
    }
    .h-sm-360px {
        height: 360px !important;
    }
    .h-sm-370px {
        height: 370px !important;
    }
    .h-sm-400px {
        height: 400px !important;
    }
    .h-sm-420px {
        height: 420px !important;
    }
    .h-sm-431px {
        height: 431px !important;
    }
    .h-sm-580px {
        height: 580px !important;
    }
    .h-sm-585px {
        height: 585px !important;
    }
    .h-sm-650px {
        height: 650px !important;
    }
    .h-sm-695px {
        height: 695px !important;
    }
    .h-sm-740px {
        height: 740px !important;
    }
    .h-sm-1920px {
        height: 1920px !important;
    }
    .w-sm-0 {
        width: 0 !important;
    }
    .w-sm-1px {
        width: 1px !important;
    }
    .w-sm-2px {
        width: 2px !important;
    }
    .w-sm-3px {
        width: 3px !important;
    }
    .w-sm-5px {
        width: 5px !important;
    }
    .w-sm-7px {
        width: 7px !important;
    }
    .w-sm-8px {
        width: 8px !important;
    }
    .w-sm-11px {
        width: 11px !important;
    }
    .w-sm-12px {
        width: 12px !important;
    }
    .w-sm-13px {
        width: 13px !important;
    }
    .w-sm-14px {
        width: 14px !important;
    }
    .w-sm-16px {
        width: 16px !important;
    }
    .w-sm-18px {
        width: 18px !important;
    }
    .w-sm-20px {
        width: 20px !important;
    }
    .w-sm-21px {
        width: 21px !important;
    }
    .w-sm-22px {
        width: 22px !important;
    }
    .w-sm-24px {
        width: 24px !important;
    }
    .w-sm-34px {
        width: 34px !important;
    }
    .w-sm-40px {
        width: 40px !important;
    }
    .w-sm-48px {
        width: 48px !important;
    }
    .w-sm-20px {
        width: 20px !important;
    }
    .w-sm-25px {
        width: 25px !important;
    }
    .w-sm-29px {
        width: 29px !important;
    }
    .w-sm-30px {
        width: 30px !important;
    }
    .w-sm-36px {
        width: 36px !important;
    }
    .w-sm-50px {
        width: 50px !important;
    }
    .w-sm-55px {
        width: 55px !important;
    }
    .w-sm-56px {
        width: 56px !important;
    }
    .w-sm-66px {
        width: 66px !important;
    }
    .w-sm-72px {
        width: 72px !important;
    }
    .w-sm-76px {
        width: 76px !important;
    }
    .w-sm-78px {
        width: 78px !important;
    }
    .w-sm-80px {
        width: 80px !important;
    }
    .w-sm-88px {
        width: 88px !important;
    }
    .w-sm-100px {
        width: 100px !important;
    }
    .w-sm-106px {
        width: 106px !important;
    }
    .w-sm-110px {
        width: 110px !important;
    }
    .w-sm-117px {
        width: 117px !important;
    }
    .w-sm-125px {
        width: 125px !important;
    }
    .w-sm-140px {
        width: 140px !important;
    }
    .w-sm-145px {
        width: 145px !important;
    }
    .w-sm-150px {
        width: 150px !important;
    }
    .w-sm-160px {
        width: 160px !important;
    }
    .w-sm-175px {
        width: 175px !important;
    }
    .w-sm-180px {
        width: 180px !important;
    }
    .w-sm-186px {
        width: 186px !important;
    }
    .w-sm-190px {
        width: 190px !important;
    }
    .w-sm-200px {
        width: 200px !important;
    }
    .w-sm-220px {
        width: 220px !important;
    }
    .w-sm-230px {
        width: 230px !important;
    }
    .w-sm-240px {
        width: 240px !important;
    }
    .w-sm-265px {
        width: 265px !important;
    }
    .w-sm-280px {
        width: 280px !important;
    }
    .w-sm-290px {
        width: 290px !important;
    }
    .w-sm-340px {
        width: 340px !important;
    }
    .w-sm-360px {
        width: 360px !important;
    }
    .w-sm-370px {
        width: 370px !important;
    }
    .w-sm-400px {
        width: 400px !important;
    }
    .w-sm-420px {
        width: 420px !important;
    }
    .w-sm-431px {
        width: 431px !important;
    }
    .w-sm-580px {
        width: 580px !important;
    }
    .w-sm-585px {
        width: 585px !important;
    }
    .w-sm-650px {
        width: 650px !important;
    }
    .w-sm-695px {
        width: 695px !important;
    }
    .w-sm-740px {
        width: 740px !important;
    }
    .w-sm-1920px {
        width: 1920px !important;
    }
    .min-height-sm-0 {
        min-height: 0 !important;
    }
    .min-height-sm-1px {
        min-height: 1px !important;
    }
    .min-height-sm-2px {
        min-height: 2px !important;
    }
    .min-height-sm-3px {
        min-height: 3px !important;
    }
    .min-height-sm-5px {
        min-height: 5px !important;
    }
    .min-height-sm-7px {
        min-height: 7px !important;
    }
    .min-height-sm-8px {
        min-height: 8px !important;
    }
    .min-height-sm-11px {
        min-height: 11px !important;
    }
    .min-height-sm-12px {
        min-height: 12px !important;
    }
    .min-height-sm-13px {
        min-height: 13px !important;
    }
    .min-height-sm-14px {
        min-height: 14px !important;
    }
    .min-height-sm-16px {
        min-height: 16px !important;
    }
    .min-height-sm-18px {
        min-height: 18px !important;
    }
    .min-height-sm-20px {
        min-height: 20px !important;
    }
    .min-height-sm-21px {
        min-height: 21px !important;
    }
    .min-height-sm-22px {
        min-height: 22px !important;
    }
    .min-height-sm-24px {
        min-height: 24px !important;
    }
    .min-height-sm-34px {
        min-height: 34px !important;
    }
    .min-height-sm-40px {
        min-height: 40px !important;
    }
    .min-height-sm-48px {
        min-height: 48px !important;
    }
    .min-height-sm-20px {
        min-height: 20px !important;
    }
    .min-height-sm-25px {
        min-height: 25px !important;
    }
    .min-height-sm-29px {
        min-height: 29px !important;
    }
    .min-height-sm-30px {
        min-height: 30px !important;
    }
    .min-height-sm-36px {
        min-height: 36px !important;
    }
    .min-height-sm-50px {
        min-height: 50px !important;
    }
    .min-height-sm-55px {
        min-height: 55px !important;
    }
    .min-height-sm-56px {
        min-height: 56px !important;
    }
    .min-height-sm-66px {
        min-height: 66px !important;
    }
    .min-height-sm-72px {
        min-height: 72px !important;
    }
    .min-height-sm-76px {
        min-height: 76px !important;
    }
    .min-height-sm-78px {
        min-height: 78px !important;
    }
    .min-height-sm-80px {
        min-height: 80px !important;
    }
    .min-height-sm-88px {
        min-height: 88px !important;
    }
    .min-height-sm-100px {
        min-height: 100px !important;
    }
    .min-height-sm-106px {
        min-height: 106px !important;
    }
    .min-height-sm-110px {
        min-height: 110px !important;
    }
    .min-height-sm-117px {
        min-height: 117px !important;
    }
    .min-height-sm-125px {
        min-height: 125px !important;
    }
    .min-height-sm-140px {
        min-height: 140px !important;
    }
    .min-height-sm-145px {
        min-height: 145px !important;
    }
    .min-height-sm-150px {
        min-height: 150px !important;
    }
    .min-height-sm-160px {
        min-height: 160px !important;
    }
    .min-height-sm-175px {
        min-height: 175px !important;
    }
    .min-height-sm-180px {
        min-height: 180px !important;
    }
    .min-height-sm-186px {
        min-height: 186px !important;
    }
    .min-height-sm-190px {
        min-height: 190px !important;
    }
    .min-height-sm-200px {
        min-height: 200px !important;
    }
    .min-height-sm-220px {
        min-height: 220px !important;
    }
    .min-height-sm-230px {
        min-height: 230px !important;
    }
    .min-height-sm-240px {
        min-height: 240px !important;
    }
    .min-height-sm-265px {
        min-height: 265px !important;
    }
    .min-height-sm-280px {
        min-height: 280px !important;
    }
    .min-height-sm-290px {
        min-height: 290px !important;
    }
    .min-height-sm-340px {
        min-height: 340px !important;
    }
    .min-height-sm-360px {
        min-height: 360px !important;
    }
    .min-height-sm-370px {
        min-height: 370px !important;
    }
    .min-height-sm-400px {
        min-height: 400px !important;
    }
    .min-height-sm-420px {
        min-height: 420px !important;
    }
    .min-height-sm-431px {
        min-height: 431px !important;
    }
    .min-height-sm-580px {
        min-height: 580px !important;
    }
    .min-height-sm-585px {
        min-height: 585px !important;
    }
    .min-height-sm-650px {
        min-height: 650px !important;
    }
    .min-height-sm-695px {
        min-height: 695px !important;
    }
    .min-height-sm-740px {
        min-height: 740px !important;
    }
    .min-height-sm-1920px {
        min-height: 1920px !important;
    }
    .max-height-sm-0 {
        max-height: 0 !important;
    }
    .max-height-sm-1px {
        max-height: 1px !important;
    }
    .max-height-sm-2px {
        max-height: 2px !important;
    }
    .max-height-sm-3px {
        max-height: 3px !important;
    }
    .max-height-sm-5px {
        max-height: 5px !important;
    }
    .max-height-sm-7px {
        max-height: 7px !important;
    }
    .max-height-sm-8px {
        max-height: 8px !important;
    }
    .max-height-sm-11px {
        max-height: 11px !important;
    }
    .max-height-sm-12px {
        max-height: 12px !important;
    }
    .max-height-sm-13px {
        max-height: 13px !important;
    }
    .max-height-sm-14px {
        max-height: 14px !important;
    }
    .max-height-sm-16px {
        max-height: 16px !important;
    }
    .max-height-sm-18px {
        max-height: 18px !important;
    }
    .max-height-sm-20px {
        max-height: 20px !important;
    }
    .max-height-sm-21px {
        max-height: 21px !important;
    }
    .max-height-sm-22px {
        max-height: 22px !important;
    }
    .max-height-sm-24px {
        max-height: 24px !important;
    }
    .max-height-sm-34px {
        max-height: 34px !important;
    }
    .max-height-sm-40px {
        max-height: 40px !important;
    }
    .max-height-sm-48px {
        max-height: 48px !important;
    }
    .max-height-sm-20px {
        max-height: 20px !important;
    }
    .max-height-sm-25px {
        max-height: 25px !important;
    }
    .max-height-sm-29px {
        max-height: 29px !important;
    }
    .max-height-sm-30px {
        max-height: 30px !important;
    }
    .max-height-sm-36px {
        max-height: 36px !important;
    }
    .max-height-sm-50px {
        max-height: 50px !important;
    }
    .max-height-sm-55px {
        max-height: 55px !important;
    }
    .max-height-sm-56px {
        max-height: 56px !important;
    }
    .max-height-sm-66px {
        max-height: 66px !important;
    }
    .max-height-sm-72px {
        max-height: 72px !important;
    }
    .max-height-sm-76px {
        max-height: 76px !important;
    }
    .max-height-sm-78px {
        max-height: 78px !important;
    }
    .max-height-sm-80px {
        max-height: 80px !important;
    }
    .max-height-sm-88px {
        max-height: 88px !important;
    }
    .max-height-sm-100px {
        max-height: 100px !important;
    }
    .max-height-sm-106px {
        max-height: 106px !important;
    }
    .max-height-sm-110px {
        max-height: 110px !important;
    }
    .max-height-sm-117px {
        max-height: 117px !important;
    }
    .max-height-sm-125px {
        max-height: 125px !important;
    }
    .max-height-sm-140px {
        max-height: 140px !important;
    }
    .max-height-sm-145px {
        max-height: 145px !important;
    }
    .max-height-sm-150px {
        max-height: 150px !important;
    }
    .max-height-sm-160px {
        max-height: 160px !important;
    }
    .max-height-sm-175px {
        max-height: 175px !important;
    }
    .max-height-sm-180px {
        max-height: 180px !important;
    }
    .max-height-sm-186px {
        max-height: 186px !important;
    }
    .max-height-sm-190px {
        max-height: 190px !important;
    }
    .max-height-sm-200px {
        max-height: 200px !important;
    }
    .max-height-sm-220px {
        max-height: 220px !important;
    }
    .max-height-sm-230px {
        max-height: 230px !important;
    }
    .max-height-sm-240px {
        max-height: 240px !important;
    }
    .max-height-sm-265px {
        max-height: 265px !important;
    }
    .max-height-sm-280px {
        max-height: 280px !important;
    }
    .max-height-sm-290px {
        max-height: 290px !important;
    }
    .max-height-sm-340px {
        max-height: 340px !important;
    }
    .max-height-sm-360px {
        max-height: 360px !important;
    }
    .max-height-sm-370px {
        max-height: 370px !important;
    }
    .max-height-sm-400px {
        max-height: 400px !important;
    }
    .max-height-sm-420px {
        max-height: 420px !important;
    }
    .max-height-sm-431px {
        max-height: 431px !important;
    }
    .max-height-sm-580px {
        max-height: 580px !important;
    }
    .max-height-sm-585px {
        max-height: 585px !important;
    }
    .max-height-sm-650px {
        max-height: 650px !important;
    }
    .max-height-sm-695px {
        max-height: 695px !important;
    }
    .max-height-sm-740px {
        max-height: 740px !important;
    }
    .max-height-sm-1920px {
        max-height: 1920px !important;
    }
    .min-width-sm-0 {
        min-width: 0 !important;
    }
    .min-width-sm-1px {
        min-width: 1px !important;
    }
    .min-width-sm-2px {
        min-width: 2px !important;
    }
    .min-width-sm-3px {
        min-width: 3px !important;
    }
    .min-width-sm-5px {
        min-width: 5px !important;
    }
    .min-width-sm-7px {
        min-width: 7px !important;
    }
    .min-width-sm-8px {
        min-width: 8px !important;
    }
    .min-width-sm-11px {
        min-width: 11px !important;
    }
    .min-width-sm-12px {
        min-width: 12px !important;
    }
    .min-width-sm-13px {
        min-width: 13px !important;
    }
    .min-width-sm-14px {
        min-width: 14px !important;
    }
    .min-width-sm-16px {
        min-width: 16px !important;
    }
    .min-width-sm-18px {
        min-width: 18px !important;
    }
    .min-width-sm-20px {
        min-width: 20px !important;
    }
    .min-width-sm-21px {
        min-width: 21px !important;
    }
    .min-width-sm-22px {
        min-width: 22px !important;
    }
    .min-width-sm-24px {
        min-width: 24px !important;
    }
    .min-width-sm-34px {
        min-width: 34px !important;
    }
    .min-width-sm-40px {
        min-width: 40px !important;
    }
    .min-width-sm-48px {
        min-width: 48px !important;
    }
    .min-width-sm-20px {
        min-width: 20px !important;
    }
    .min-width-sm-25px {
        min-width: 25px !important;
    }
    .min-width-sm-29px {
        min-width: 29px !important;
    }
    .min-width-sm-30px {
        min-width: 30px !important;
    }
    .min-width-sm-36px {
        min-width: 36px !important;
    }
    .min-width-sm-50px {
        min-width: 50px !important;
    }
    .min-width-sm-55px {
        min-width: 55px !important;
    }
    .min-width-sm-56px {
        min-width: 56px !important;
    }
    .min-width-sm-66px {
        min-width: 66px !important;
    }
    .min-width-sm-72px {
        min-width: 72px !important;
    }
    .min-width-sm-76px {
        min-width: 76px !important;
    }
    .min-width-sm-78px {
        min-width: 78px !important;
    }
    .min-width-sm-80px {
        min-width: 80px !important;
    }
    .min-width-sm-88px {
        min-width: 88px !important;
    }
    .min-width-sm-100px {
        min-width: 100px !important;
    }
    .min-width-sm-106px {
        min-width: 106px !important;
    }
    .min-width-sm-110px {
        min-width: 110px !important;
    }
    .min-width-sm-117px {
        min-width: 117px !important;
    }
    .min-width-sm-125px {
        min-width: 125px !important;
    }
    .min-width-sm-140px {
        min-width: 140px !important;
    }
    .min-width-sm-145px {
        min-width: 145px !important;
    }
    .min-width-sm-150px {
        min-width: 150px !important;
    }
    .min-width-sm-160px {
        min-width: 160px !important;
    }
    .min-width-sm-175px {
        min-width: 175px !important;
    }
    .min-width-sm-180px {
        min-width: 180px !important;
    }
    .min-width-sm-186px {
        min-width: 186px !important;
    }
    .min-width-sm-190px {
        min-width: 190px !important;
    }
    .min-width-sm-200px {
        min-width: 200px !important;
    }
    .min-width-sm-220px {
        min-width: 220px !important;
    }
    .min-width-sm-230px {
        min-width: 230px !important;
    }
    .min-width-sm-240px {
        min-width: 240px !important;
    }
    .min-width-sm-265px {
        min-width: 265px !important;
    }
    .min-width-sm-280px {
        min-width: 280px !important;
    }
    .min-width-sm-290px {
        min-width: 290px !important;
    }
    .min-width-sm-340px {
        min-width: 340px !important;
    }
    .min-width-sm-360px {
        min-width: 360px !important;
    }
    .min-width-sm-370px {
        min-width: 370px !important;
    }
    .min-width-sm-400px {
        min-width: 400px !important;
    }
    .min-width-sm-420px {
        min-width: 420px !important;
    }
    .min-width-sm-431px {
        min-width: 431px !important;
    }
    .min-width-sm-580px {
        min-width: 580px !important;
    }
    .min-width-sm-585px {
        min-width: 585px !important;
    }
    .min-width-sm-650px {
        min-width: 650px !important;
    }
    .min-width-sm-695px {
        min-width: 695px !important;
    }
    .min-width-sm-740px {
        min-width: 740px !important;
    }
    .min-width-sm-1920px {
        min-width: 1920px !important;
    }
    .max-width-sm-0 {
        max-width: 0 !important;
    }
    .max-width-sm-1px {
        max-width: 1px !important;
    }
    .max-width-sm-2px {
        max-width: 2px !important;
    }
    .max-width-sm-3px {
        max-width: 3px !important;
    }
    .max-width-sm-5px {
        max-width: 5px !important;
    }
    .max-width-sm-7px {
        max-width: 7px !important;
    }
    .max-width-sm-8px {
        max-width: 8px !important;
    }
    .max-width-sm-11px {
        max-width: 11px !important;
    }
    .max-width-sm-12px {
        max-width: 12px !important;
    }
    .max-width-sm-13px {
        max-width: 13px !important;
    }
    .max-width-sm-14px {
        max-width: 14px !important;
    }
    .max-width-sm-16px {
        max-width: 16px !important;
    }
    .max-width-sm-18px {
        max-width: 18px !important;
    }
    .max-width-sm-20px {
        max-width: 20px !important;
    }
    .max-width-sm-21px {
        max-width: 21px !important;
    }
    .max-width-sm-22px {
        max-width: 22px !important;
    }
    .max-width-sm-24px {
        max-width: 24px !important;
    }
    .max-width-sm-34px {
        max-width: 34px !important;
    }
    .max-width-sm-40px {
        max-width: 40px !important;
    }
    .max-width-sm-48px {
        max-width: 48px !important;
    }
    .max-width-sm-20px {
        max-width: 20px !important;
    }
    .max-width-sm-25px {
        max-width: 25px !important;
    }
    .max-width-sm-29px {
        max-width: 29px !important;
    }
    .max-width-sm-30px {
        max-width: 30px !important;
    }
    .max-width-sm-36px {
        max-width: 36px !important;
    }
    .max-width-sm-50px {
        max-width: 50px !important;
    }
    .max-width-sm-55px {
        max-width: 55px !important;
    }
    .max-width-sm-56px {
        max-width: 56px !important;
    }
    .max-width-sm-66px {
        max-width: 66px !important;
    }
    .max-width-sm-72px {
        max-width: 72px !important;
    }
    .max-width-sm-76px {
        max-width: 76px !important;
    }
    .max-width-sm-78px {
        max-width: 78px !important;
    }
    .max-width-sm-80px {
        max-width: 80px !important;
    }
    .max-width-sm-88px {
        max-width: 88px !important;
    }
    .max-width-sm-100px {
        max-width: 100px !important;
    }
    .max-width-sm-106px {
        max-width: 106px !important;
    }
    .max-width-sm-110px {
        max-width: 110px !important;
    }
    .max-width-sm-117px {
        max-width: 117px !important;
    }
    .max-width-sm-125px {
        max-width: 125px !important;
    }
    .max-width-sm-140px {
        max-width: 140px !important;
    }
    .max-width-sm-145px {
        max-width: 145px !important;
    }
    .max-width-sm-150px {
        max-width: 150px !important;
    }
    .max-width-sm-160px {
        max-width: 160px !important;
    }
    .max-width-sm-175px {
        max-width: 175px !important;
    }
    .max-width-sm-180px {
        max-width: 180px !important;
    }
    .max-width-sm-186px {
        max-width: 186px !important;
    }
    .max-width-sm-190px {
        max-width: 190px !important;
    }
    .max-width-sm-200px {
        max-width: 200px !important;
    }
    .max-width-sm-220px {
        max-width: 220px !important;
    }
    .max-width-sm-230px {
        max-width: 230px !important;
    }
    .max-width-sm-240px {
        max-width: 240px !important;
    }
    .max-width-sm-265px {
        max-width: 265px !important;
    }
    .max-width-sm-280px {
        max-width: 280px !important;
    }
    .max-width-sm-290px {
        max-width: 290px !important;
    }
    .max-width-sm-340px {
        max-width: 340px !important;
    }
    .max-width-sm-360px {
        max-width: 360px !important;
    }
    .max-width-sm-370px {
        max-width: 370px !important;
    }
    .max-width-sm-400px {
        max-width: 400px !important;
    }
    .max-width-sm-420px {
        max-width: 420px !important;
    }
    .max-width-sm-431px {
        max-width: 431px !important;
    }
    .max-width-sm-580px {
        max-width: 580px !important;
    }
    .max-width-sm-585px {
        max-width: 585px !important;
    }
    .max-width-sm-650px {
        max-width: 650px !important;
    }
    .max-width-sm-695px {
        max-width: 695px !important;
    }
    .max-width-sm-740px {
        max-width: 740px !important;
    }
    .max-width-sm-1920px {
        max-width: 1920px !important;
    }
}

@media (min-width: 768px) {
    .h-md-0 {
        height: 0 !important;
    }
    .h-md-1px {
        height: 1px !important;
    }
    .h-md-2px {
        height: 2px !important;
    }
    .h-md-3px {
        height: 3px !important;
    }
    .h-md-5px {
        height: 5px !important;
    }
    .h-md-7px {
        height: 7px !important;
    }
    .h-md-8px {
        height: 8px !important;
    }
    .h-md-11px {
        height: 11px !important;
    }
    .h-md-12px {
        height: 12px !important;
    }
    .h-md-13px {
        height: 13px !important;
    }
    .h-md-14px {
        height: 14px !important;
    }
    .h-md-16px {
        height: 16px !important;
    }
    .h-md-18px {
        height: 18px !important;
    }
    .h-md-20px {
        height: 20px !important;
    }
    .h-md-21px {
        height: 21px !important;
    }
    .h-md-22px {
        height: 22px !important;
    }
    .h-md-24px {
        height: 24px !important;
    }
    .h-md-34px {
        height: 34px !important;
    }
    .h-md-40px {
        height: 40px !important;
    }
    .h-md-48px {
        height: 48px !important;
    }
    .h-md-20px {
        height: 20px !important;
    }
    .h-md-25px {
        height: 25px !important;
    }
    .h-md-29px {
        height: 29px !important;
    }
    .h-md-30px {
        height: 30px !important;
    }
    .h-md-36px {
        height: 36px !important;
    }
    .h-md-50px {
        height: 50px !important;
    }
    .h-md-55px {
        height: 55px !important;
    }
    .h-md-56px {
        height: 56px !important;
    }
    .h-md-66px {
        height: 66px !important;
    }
    .h-md-72px {
        height: 72px !important;
    }
    .h-md-76px {
        height: 76px !important;
    }
    .h-md-78px {
        height: 78px !important;
    }
    .h-md-80px {
        height: 80px !important;
    }
    .h-md-88px {
        height: 88px !important;
    }
    .h-md-100px {
        height: 100px !important;
    }
    .h-md-106px {
        height: 106px !important;
    }
    .h-md-110px {
        height: 110px !important;
    }
    .h-md-117px {
        height: 117px !important;
    }
    .h-md-125px {
        height: 125px !important;
    }
    .h-md-140px {
        height: 140px !important;
    }
    .h-md-145px {
        height: 145px !important;
    }
    .h-md-150px {
        height: 150px !important;
    }
    .h-md-160px {
        height: 160px !important;
    }
    .h-md-175px {
        height: 175px !important;
    }
    .h-md-180px {
        height: 180px !important;
    }
    .h-md-186px {
        height: 186px !important;
    }
    .h-md-190px {
        height: 190px !important;
    }
    .h-md-200px {
        height: 200px !important;
    }
    .h-md-220px {
        height: 220px !important;
    }
    .h-md-230px {
        height: 230px !important;
    }
    .h-md-240px {
        height: 240px !important;
    }
    .h-md-265px {
        height: 265px !important;
    }
    .h-md-280px {
        height: 280px !important;
    }
    .h-md-290px {
        height: 290px !important;
    }
    .h-md-340px {
        height: 340px !important;
    }
    .h-md-360px {
        height: 360px !important;
    }
    .h-md-370px {
        height: 370px !important;
    }
    .h-md-400px {
        height: 400px !important;
    }
    .h-md-420px {
        height: 420px !important;
    }
    .h-md-431px {
        height: 431px !important;
    }
    .h-md-580px {
        height: 580px !important;
    }
    .h-md-585px {
        height: 585px !important;
    }
    .h-md-650px {
        height: 650px !important;
    }
    .h-md-695px {
        height: 695px !important;
    }
    .h-md-740px {
        height: 740px !important;
    }
    .h-md-1920px {
        height: 1920px !important;
    }
    .w-md-0 {
        width: 0 !important;
    }
    .w-md-1px {
        width: 1px !important;
    }
    .w-md-2px {
        width: 2px !important;
    }
    .w-md-3px {
        width: 3px !important;
    }
    .w-md-5px {
        width: 5px !important;
    }
    .w-md-7px {
        width: 7px !important;
    }
    .w-md-8px {
        width: 8px !important;
    }
    .w-md-11px {
        width: 11px !important;
    }
    .w-md-12px {
        width: 12px !important;
    }
    .w-md-13px {
        width: 13px !important;
    }
    .w-md-14px {
        width: 14px !important;
    }
    .w-md-16px {
        width: 16px !important;
    }
    .w-md-18px {
        width: 18px !important;
    }
    .w-md-20px {
        width: 20px !important;
    }
    .w-md-21px {
        width: 21px !important;
    }
    .w-md-22px {
        width: 22px !important;
    }
    .w-md-24px {
        width: 24px !important;
    }
    .w-md-34px {
        width: 34px !important;
    }
    .w-md-40px {
        width: 40px !important;
    }
    .w-md-48px {
        width: 48px !important;
    }
    .w-md-20px {
        width: 20px !important;
    }
    .w-md-25px {
        width: 25px !important;
    }
    .w-md-29px {
        width: 29px !important;
    }
    .w-md-30px {
        width: 30px !important;
    }
    .w-md-36px {
        width: 36px !important;
    }
    .w-md-50px {
        width: 50px !important;
    }
    .w-md-55px {
        width: 55px !important;
    }
    .w-md-56px {
        width: 56px !important;
    }
    .w-md-66px {
        width: 66px !important;
    }
    .w-md-72px {
        width: 72px !important;
    }
    .w-md-76px {
        width: 76px !important;
    }
    .w-md-78px {
        width: 78px !important;
    }
    .w-md-80px {
        width: 80px !important;
    }
    .w-md-88px {
        width: 88px !important;
    }
    .w-md-100px {
        width: 100px !important;
    }
    .w-md-106px {
        width: 106px !important;
    }
    .w-md-110px {
        width: 110px !important;
    }
    .w-md-117px {
        width: 117px !important;
    }
    .w-md-125px {
        width: 125px !important;
    }
    .w-md-140px {
        width: 140px !important;
    }
    .w-md-145px {
        width: 145px !important;
    }
    .w-md-150px {
        width: 150px !important;
    }
    .w-md-160px {
        width: 160px !important;
    }
    .w-md-175px {
        width: 175px !important;
    }
    .w-md-180px {
        width: 180px !important;
    }
    .w-md-186px {
        width: 186px !important;
    }
    .w-md-190px {
        width: 190px !important;
    }
    .w-md-200px {
        width: 200px !important;
    }
    .w-md-220px {
        width: 220px !important;
    }
    .w-md-230px {
        width: 230px !important;
    }
    .w-md-240px {
        width: 240px !important;
    }
    .w-md-265px {
        width: 265px !important;
    }
    .w-md-280px {
        width: 280px !important;
    }
    .w-md-290px {
        width: 290px !important;
    }
    .w-md-340px {
        width: 340px !important;
    }
    .w-md-360px {
        width: 360px !important;
    }
    .w-md-370px {
        width: 370px !important;
    }
    .w-md-400px {
        width: 400px !important;
    }
    .w-md-420px {
        width: 420px !important;
    }
    .w-md-431px {
        width: 431px !important;
    }
    .w-md-580px {
        width: 580px !important;
    }
    .w-md-585px {
        width: 585px !important;
    }
    .w-md-650px {
        width: 650px !important;
    }
    .w-md-695px {
        width: 695px !important;
    }
    .w-md-740px {
        width: 740px !important;
    }
    .w-md-1920px {
        width: 1920px !important;
    }
    .min-height-md-0 {
        min-height: 0 !important;
    }
    .min-height-md-1px {
        min-height: 1px !important;
    }
    .min-height-md-2px {
        min-height: 2px !important;
    }
    .min-height-md-3px {
        min-height: 3px !important;
    }
    .min-height-md-5px {
        min-height: 5px !important;
    }
    .min-height-md-7px {
        min-height: 7px !important;
    }
    .min-height-md-8px {
        min-height: 8px !important;
    }
    .min-height-md-11px {
        min-height: 11px !important;
    }
    .min-height-md-12px {
        min-height: 12px !important;
    }
    .min-height-md-13px {
        min-height: 13px !important;
    }
    .min-height-md-14px {
        min-height: 14px !important;
    }
    .min-height-md-16px {
        min-height: 16px !important;
    }
    .min-height-md-18px {
        min-height: 18px !important;
    }
    .min-height-md-20px {
        min-height: 20px !important;
    }
    .min-height-md-21px {
        min-height: 21px !important;
    }
    .min-height-md-22px {
        min-height: 22px !important;
    }
    .min-height-md-24px {
        min-height: 24px !important;
    }
    .min-height-md-34px {
        min-height: 34px !important;
    }
    .min-height-md-40px {
        min-height: 40px !important;
    }
    .min-height-md-48px {
        min-height: 48px !important;
    }
    .min-height-md-20px {
        min-height: 20px !important;
    }
    .min-height-md-25px {
        min-height: 25px !important;
    }
    .min-height-md-29px {
        min-height: 29px !important;
    }
    .min-height-md-30px {
        min-height: 30px !important;
    }
    .min-height-md-36px {
        min-height: 36px !important;
    }
    .min-height-md-50px {
        min-height: 50px !important;
    }
    .min-height-md-55px {
        min-height: 55px !important;
    }
    .min-height-md-56px {
        min-height: 56px !important;
    }
    .min-height-md-66px {
        min-height: 66px !important;
    }
    .min-height-md-72px {
        min-height: 72px !important;
    }
    .min-height-md-76px {
        min-height: 76px !important;
    }
    .min-height-md-78px {
        min-height: 78px !important;
    }
    .min-height-md-80px {
        min-height: 80px !important;
    }
    .min-height-md-88px {
        min-height: 88px !important;
    }
    .min-height-md-100px {
        min-height: 100px !important;
    }
    .min-height-md-106px {
        min-height: 106px !important;
    }
    .min-height-md-110px {
        min-height: 110px !important;
    }
    .min-height-md-117px {
        min-height: 117px !important;
    }
    .min-height-md-125px {
        min-height: 125px !important;
    }
    .min-height-md-140px {
        min-height: 140px !important;
    }
    .min-height-md-145px {
        min-height: 145px !important;
    }
    .min-height-md-150px {
        min-height: 150px !important;
    }
    .min-height-md-160px {
        min-height: 160px !important;
    }
    .min-height-md-175px {
        min-height: 175px !important;
    }
    .min-height-md-180px {
        min-height: 180px !important;
    }
    .min-height-md-186px {
        min-height: 186px !important;
    }
    .min-height-md-190px {
        min-height: 190px !important;
    }
    .min-height-md-200px {
        min-height: 200px !important;
    }
    .min-height-md-220px {
        min-height: 220px !important;
    }
    .min-height-md-230px {
        min-height: 230px !important;
    }
    .min-height-md-240px {
        min-height: 240px !important;
    }
    .min-height-md-265px {
        min-height: 265px !important;
    }
    .min-height-md-280px {
        min-height: 280px !important;
    }
    .min-height-md-290px {
        min-height: 290px !important;
    }
    .min-height-md-340px {
        min-height: 340px !important;
    }
    .min-height-md-360px {
        min-height: 360px !important;
    }
    .min-height-md-370px {
        min-height: 370px !important;
    }
    .min-height-md-400px {
        min-height: 400px !important;
    }
    .min-height-md-420px {
        min-height: 420px !important;
    }
    .min-height-md-431px {
        min-height: 431px !important;
    }
    .min-height-md-580px {
        min-height: 580px !important;
    }
    .min-height-md-585px {
        min-height: 585px !important;
    }
    .min-height-md-650px {
        min-height: 650px !important;
    }
    .min-height-md-695px {
        min-height: 695px !important;
    }
    .min-height-md-740px {
        min-height: 740px !important;
    }
    .min-height-md-1920px {
        min-height: 1920px !important;
    }
    .max-height-md-0 {
        max-height: 0 !important;
    }
    .max-height-md-1px {
        max-height: 1px !important;
    }
    .max-height-md-2px {
        max-height: 2px !important;
    }
    .max-height-md-3px {
        max-height: 3px !important;
    }
    .max-height-md-5px {
        max-height: 5px !important;
    }
    .max-height-md-7px {
        max-height: 7px !important;
    }
    .max-height-md-8px {
        max-height: 8px !important;
    }
    .max-height-md-11px {
        max-height: 11px !important;
    }
    .max-height-md-12px {
        max-height: 12px !important;
    }
    .max-height-md-13px {
        max-height: 13px !important;
    }
    .max-height-md-14px {
        max-height: 14px !important;
    }
    .max-height-md-16px {
        max-height: 16px !important;
    }
    .max-height-md-18px {
        max-height: 18px !important;
    }
    .max-height-md-20px {
        max-height: 20px !important;
    }
    .max-height-md-21px {
        max-height: 21px !important;
    }
    .max-height-md-22px {
        max-height: 22px !important;
    }
    .max-height-md-24px {
        max-height: 24px !important;
    }
    .max-height-md-34px {
        max-height: 34px !important;
    }
    .max-height-md-40px {
        max-height: 40px !important;
    }
    .max-height-md-48px {
        max-height: 48px !important;
    }
    .max-height-md-20px {
        max-height: 20px !important;
    }
    .max-height-md-25px {
        max-height: 25px !important;
    }
    .max-height-md-29px {
        max-height: 29px !important;
    }
    .max-height-md-30px {
        max-height: 30px !important;
    }
    .max-height-md-36px {
        max-height: 36px !important;
    }
    .max-height-md-50px {
        max-height: 50px !important;
    }
    .max-height-md-55px {
        max-height: 55px !important;
    }
    .max-height-md-56px {
        max-height: 56px !important;
    }
    .max-height-md-66px {
        max-height: 66px !important;
    }
    .max-height-md-72px {
        max-height: 72px !important;
    }
    .max-height-md-76px {
        max-height: 76px !important;
    }
    .max-height-md-78px {
        max-height: 78px !important;
    }
    .max-height-md-80px {
        max-height: 80px !important;
    }
    .max-height-md-88px {
        max-height: 88px !important;
    }
    .max-height-md-100px {
        max-height: 100px !important;
    }
    .max-height-md-106px {
        max-height: 106px !important;
    }
    .max-height-md-110px {
        max-height: 110px !important;
    }
    .max-height-md-117px {
        max-height: 117px !important;
    }
    .max-height-md-125px {
        max-height: 125px !important;
    }
    .max-height-md-140px {
        max-height: 140px !important;
    }
    .max-height-md-145px {
        max-height: 145px !important;
    }
    .max-height-md-150px {
        max-height: 150px !important;
    }
    .max-height-md-160px {
        max-height: 160px !important;
    }
    .max-height-md-175px {
        max-height: 175px !important;
    }
    .max-height-md-180px {
        max-height: 180px !important;
    }
    .max-height-md-186px {
        max-height: 186px !important;
    }
    .max-height-md-190px {
        max-height: 190px !important;
    }
    .max-height-md-200px {
        max-height: 200px !important;
    }
    .max-height-md-220px {
        max-height: 220px !important;
    }
    .max-height-md-230px {
        max-height: 230px !important;
    }
    .max-height-md-240px {
        max-height: 240px !important;
    }
    .max-height-md-265px {
        max-height: 265px !important;
    }
    .max-height-md-280px {
        max-height: 280px !important;
    }
    .max-height-md-290px {
        max-height: 290px !important;
    }
    .max-height-md-340px {
        max-height: 340px !important;
    }
    .max-height-md-360px {
        max-height: 360px !important;
    }
    .max-height-md-370px {
        max-height: 370px !important;
    }
    .max-height-md-400px {
        max-height: 400px !important;
    }
    .max-height-md-420px {
        max-height: 420px !important;
    }
    .max-height-md-431px {
        max-height: 431px !important;
    }
    .max-height-md-580px {
        max-height: 580px !important;
    }
    .max-height-md-585px {
        max-height: 585px !important;
    }
    .max-height-md-650px {
        max-height: 650px !important;
    }
    .max-height-md-695px {
        max-height: 695px !important;
    }
    .max-height-md-740px {
        max-height: 740px !important;
    }
    .max-height-md-1920px {
        max-height: 1920px !important;
    }
    .min-width-md-0 {
        min-width: 0 !important;
    }
    .min-width-md-1px {
        min-width: 1px !important;
    }
    .min-width-md-2px {
        min-width: 2px !important;
    }
    .min-width-md-3px {
        min-width: 3px !important;
    }
    .min-width-md-5px {
        min-width: 5px !important;
    }
    .min-width-md-7px {
        min-width: 7px !important;
    }
    .min-width-md-8px {
        min-width: 8px !important;
    }
    .min-width-md-11px {
        min-width: 11px !important;
    }
    .min-width-md-12px {
        min-width: 12px !important;
    }
    .min-width-md-13px {
        min-width: 13px !important;
    }
    .min-width-md-14px {
        min-width: 14px !important;
    }
    .min-width-md-16px {
        min-width: 16px !important;
    }
    .min-width-md-18px {
        min-width: 18px !important;
    }
    .min-width-md-20px {
        min-width: 20px !important;
    }
    .min-width-md-21px {
        min-width: 21px !important;
    }
    .min-width-md-22px {
        min-width: 22px !important;
    }
    .min-width-md-24px {
        min-width: 24px !important;
    }
    .min-width-md-34px {
        min-width: 34px !important;
    }
    .min-width-md-40px {
        min-width: 40px !important;
    }
    .min-width-md-48px {
        min-width: 48px !important;
    }
    .min-width-md-20px {
        min-width: 20px !important;
    }
    .min-width-md-25px {
        min-width: 25px !important;
    }
    .min-width-md-29px {
        min-width: 29px !important;
    }
    .min-width-md-30px {
        min-width: 30px !important;
    }
    .min-width-md-36px {
        min-width: 36px !important;
    }
    .min-width-md-50px {
        min-width: 50px !important;
    }
    .min-width-md-55px {
        min-width: 55px !important;
    }
    .min-width-md-56px {
        min-width: 56px !important;
    }
    .min-width-md-66px {
        min-width: 66px !important;
    }
    .min-width-md-72px {
        min-width: 72px !important;
    }
    .min-width-md-76px {
        min-width: 76px !important;
    }
    .min-width-md-78px {
        min-width: 78px !important;
    }
    .min-width-md-80px {
        min-width: 80px !important;
    }
    .min-width-md-88px {
        min-width: 88px !important;
    }
    .min-width-md-100px {
        min-width: 100px !important;
    }
    .min-width-md-106px {
        min-width: 106px !important;
    }
    .min-width-md-110px {
        min-width: 110px !important;
    }
    .min-width-md-117px {
        min-width: 117px !important;
    }
    .min-width-md-125px {
        min-width: 125px !important;
    }
    .min-width-md-140px {
        min-width: 140px !important;
    }
    .min-width-md-145px {
        min-width: 145px !important;
    }
    .min-width-md-150px {
        min-width: 150px !important;
    }
    .min-width-md-160px {
        min-width: 160px !important;
    }
    .min-width-md-175px {
        min-width: 175px !important;
    }
    .min-width-md-180px {
        min-width: 180px !important;
    }
    .min-width-md-186px {
        min-width: 186px !important;
    }
    .min-width-md-190px {
        min-width: 190px !important;
    }
    .min-width-md-200px {
        min-width: 200px !important;
    }
    .min-width-md-220px {
        min-width: 220px !important;
    }
    .min-width-md-230px {
        min-width: 230px !important;
    }
    .min-width-md-240px {
        min-width: 240px !important;
    }
    .min-width-md-265px {
        min-width: 265px !important;
    }
    .min-width-md-280px {
        min-width: 280px !important;
    }
    .min-width-md-290px {
        min-width: 290px !important;
    }
    .min-width-md-340px {
        min-width: 340px !important;
    }
    .min-width-md-360px {
        min-width: 360px !important;
    }
    .min-width-md-370px {
        min-width: 370px !important;
    }
    .min-width-md-400px {
        min-width: 400px !important;
    }
    .min-width-md-420px {
        min-width: 420px !important;
    }
    .min-width-md-431px {
        min-width: 431px !important;
    }
    .min-width-md-580px {
        min-width: 580px !important;
    }
    .min-width-md-585px {
        min-width: 585px !important;
    }
    .min-width-md-650px {
        min-width: 650px !important;
    }
    .min-width-md-695px {
        min-width: 695px !important;
    }
    .min-width-md-740px {
        min-width: 740px !important;
    }
    .min-width-md-1920px {
        min-width: 1920px !important;
    }
    .max-width-md-0 {
        max-width: 0 !important;
    }
    .max-width-md-1px {
        max-width: 1px !important;
    }
    .max-width-md-2px {
        max-width: 2px !important;
    }
    .max-width-md-3px {
        max-width: 3px !important;
    }
    .max-width-md-5px {
        max-width: 5px !important;
    }
    .max-width-md-7px {
        max-width: 7px !important;
    }
    .max-width-md-8px {
        max-width: 8px !important;
    }
    .max-width-md-11px {
        max-width: 11px !important;
    }
    .max-width-md-12px {
        max-width: 12px !important;
    }
    .max-width-md-13px {
        max-width: 13px !important;
    }
    .max-width-md-14px {
        max-width: 14px !important;
    }
    .max-width-md-16px {
        max-width: 16px !important;
    }
    .max-width-md-18px {
        max-width: 18px !important;
    }
    .max-width-md-20px {
        max-width: 20px !important;
    }
    .max-width-md-21px {
        max-width: 21px !important;
    }
    .max-width-md-22px {
        max-width: 22px !important;
    }
    .max-width-md-24px {
        max-width: 24px !important;
    }
    .max-width-md-34px {
        max-width: 34px !important;
    }
    .max-width-md-40px {
        max-width: 40px !important;
    }
    .max-width-md-48px {
        max-width: 48px !important;
    }
    .max-width-md-20px {
        max-width: 20px !important;
    }
    .max-width-md-25px {
        max-width: 25px !important;
    }
    .max-width-md-29px {
        max-width: 29px !important;
    }
    .max-width-md-30px {
        max-width: 30px !important;
    }
    .max-width-md-36px {
        max-width: 36px !important;
    }
    .max-width-md-50px {
        max-width: 50px !important;
    }
    .max-width-md-55px {
        max-width: 55px !important;
    }
    .max-width-md-56px {
        max-width: 56px !important;
    }
    .max-width-md-66px {
        max-width: 66px !important;
    }
    .max-width-md-72px {
        max-width: 72px !important;
    }
    .max-width-md-76px {
        max-width: 76px !important;
    }
    .max-width-md-78px {
        max-width: 78px !important;
    }
    .max-width-md-80px {
        max-width: 80px !important;
    }
    .max-width-md-88px {
        max-width: 88px !important;
    }
    .max-width-md-100px {
        max-width: 100px !important;
    }
    .max-width-md-106px {
        max-width: 106px !important;
    }
    .max-width-md-110px {
        max-width: 110px !important;
    }
    .max-width-md-117px {
        max-width: 117px !important;
    }
    .max-width-md-125px {
        max-width: 125px !important;
    }
    .max-width-md-140px {
        max-width: 140px !important;
    }
    .max-width-md-145px {
        max-width: 145px !important;
    }
    .max-width-md-150px {
        max-width: 150px !important;
    }
    .max-width-md-160px {
        max-width: 160px !important;
    }
    .max-width-md-175px {
        max-width: 175px !important;
    }
    .max-width-md-180px {
        max-width: 180px !important;
    }
    .max-width-md-186px {
        max-width: 186px !important;
    }
    .max-width-md-190px {
        max-width: 190px !important;
    }
    .max-width-md-200px {
        max-width: 200px !important;
    }
    .max-width-md-220px {
        max-width: 220px !important;
    }
    .max-width-md-230px {
        max-width: 230px !important;
    }
    .max-width-md-240px {
        max-width: 240px !important;
    }
    .max-width-md-265px {
        max-width: 265px !important;
    }
    .max-width-md-280px {
        max-width: 280px !important;
    }
    .max-width-md-290px {
        max-width: 290px !important;
    }
    .max-width-md-340px {
        max-width: 340px !important;
    }
    .max-width-md-360px {
        max-width: 360px !important;
    }
    .max-width-md-370px {
        max-width: 370px !important;
    }
    .max-width-md-400px {
        max-width: 400px !important;
    }
    .max-width-md-420px {
        max-width: 420px !important;
    }
    .max-width-md-431px {
        max-width: 431px !important;
    }
    .max-width-md-580px {
        max-width: 580px !important;
    }
    .max-width-md-585px {
        max-width: 585px !important;
    }
    .max-width-md-650px {
        max-width: 650px !important;
    }
    .max-width-md-695px {
        max-width: 695px !important;
    }
    .max-width-md-740px {
        max-width: 740px !important;
    }
    .max-width-md-1920px {
        max-width: 1920px !important;
    }
}

@media (min-width: 1024px) {
    .h-m-0 {
        height: 0 !important;
    }
    .h-m-1px {
        height: 1px !important;
    }
    .h-m-2px {
        height: 2px !important;
    }
    .h-m-3px {
        height: 3px !important;
    }
    .h-m-5px {
        height: 5px !important;
    }
    .h-m-7px {
        height: 7px !important;
    }
    .h-m-8px {
        height: 8px !important;
    }
    .h-m-11px {
        height: 11px !important;
    }
    .h-m-12px {
        height: 12px !important;
    }
    .h-m-13px {
        height: 13px !important;
    }
    .h-m-14px {
        height: 14px !important;
    }
    .h-m-16px {
        height: 16px !important;
    }
    .h-m-18px {
        height: 18px !important;
    }
    .h-m-20px {
        height: 20px !important;
    }
    .h-m-21px {
        height: 21px !important;
    }
    .h-m-22px {
        height: 22px !important;
    }
    .h-m-24px {
        height: 24px !important;
    }
    .h-m-34px {
        height: 34px !important;
    }
    .h-m-40px {
        height: 40px !important;
    }
    .h-m-48px {
        height: 48px !important;
    }
    .h-m-20px {
        height: 20px !important;
    }
    .h-m-25px {
        height: 25px !important;
    }
    .h-m-29px {
        height: 29px !important;
    }
    .h-m-30px {
        height: 30px !important;
    }
    .h-m-36px {
        height: 36px !important;
    }
    .h-m-50px {
        height: 50px !important;
    }
    .h-m-55px {
        height: 55px !important;
    }
    .h-m-56px {
        height: 56px !important;
    }
    .h-m-66px {
        height: 66px !important;
    }
    .h-m-72px {
        height: 72px !important;
    }
    .h-m-76px {
        height: 76px !important;
    }
    .h-m-78px {
        height: 78px !important;
    }
    .h-m-80px {
        height: 80px !important;
    }
    .h-m-88px {
        height: 88px !important;
    }
    .h-m-100px {
        height: 100px !important;
    }
    .h-m-106px {
        height: 106px !important;
    }
    .h-m-110px {
        height: 110px !important;
    }
    .h-m-117px {
        height: 117px !important;
    }
    .h-m-125px {
        height: 125px !important;
    }
    .h-m-140px {
        height: 140px !important;
    }
    .h-m-145px {
        height: 145px !important;
    }
    .h-m-150px {
        height: 150px !important;
    }
    .h-m-160px {
        height: 160px !important;
    }
    .h-m-175px {
        height: 175px !important;
    }
    .h-m-180px {
        height: 180px !important;
    }
    .h-m-186px {
        height: 186px !important;
    }
    .h-m-190px {
        height: 190px !important;
    }
    .h-m-200px {
        height: 200px !important;
    }
    .h-m-220px {
        height: 220px !important;
    }
    .h-m-230px {
        height: 230px !important;
    }
    .h-m-240px {
        height: 240px !important;
    }
    .h-m-265px {
        height: 265px !important;
    }
    .h-m-280px {
        height: 280px !important;
    }
    .h-m-290px {
        height: 290px !important;
    }
    .h-m-340px {
        height: 340px !important;
    }
    .h-m-360px {
        height: 360px !important;
    }
    .h-m-370px {
        height: 370px !important;
    }
    .h-m-400px {
        height: 400px !important;
    }
    .h-m-420px {
        height: 420px !important;
    }
    .h-m-431px {
        height: 431px !important;
    }
    .h-m-580px {
        height: 580px !important;
    }
    .h-m-585px {
        height: 585px !important;
    }
    .h-m-650px {
        height: 650px !important;
    }
    .h-m-695px {
        height: 695px !important;
    }
    .h-m-740px {
        height: 740px !important;
    }
    .h-m-1920px {
        height: 1920px !important;
    }
    .w-m-0 {
        width: 0 !important;
    }
    .w-m-1px {
        width: 1px !important;
    }
    .w-m-2px {
        width: 2px !important;
    }
    .w-m-3px {
        width: 3px !important;
    }
    .w-m-5px {
        width: 5px !important;
    }
    .w-m-7px {
        width: 7px !important;
    }
    .w-m-8px {
        width: 8px !important;
    }
    .w-m-11px {
        width: 11px !important;
    }
    .w-m-12px {
        width: 12px !important;
    }
    .w-m-13px {
        width: 13px !important;
    }
    .w-m-14px {
        width: 14px !important;
    }
    .w-m-16px {
        width: 16px !important;
    }
    .w-m-18px {
        width: 18px !important;
    }
    .w-m-20px {
        width: 20px !important;
    }
    .w-m-21px {
        width: 21px !important;
    }
    .w-m-22px {
        width: 22px !important;
    }
    .w-m-24px {
        width: 24px !important;
    }
    .w-m-34px {
        width: 34px !important;
    }
    .w-m-40px {
        width: 40px !important;
    }
    .w-m-48px {
        width: 48px !important;
    }
    .w-m-20px {
        width: 20px !important;
    }
    .w-m-25px {
        width: 25px !important;
    }
    .w-m-29px {
        width: 29px !important;
    }
    .w-m-30px {
        width: 30px !important;
    }
    .w-m-36px {
        width: 36px !important;
    }
    .w-m-50px {
        width: 50px !important;
    }
    .w-m-55px {
        width: 55px !important;
    }
    .w-m-56px {
        width: 56px !important;
    }
    .w-m-66px {
        width: 66px !important;
    }
    .w-m-72px {
        width: 72px !important;
    }
    .w-m-76px {
        width: 76px !important;
    }
    .w-m-78px {
        width: 78px !important;
    }
    .w-m-80px {
        width: 80px !important;
    }
    .w-m-88px {
        width: 88px !important;
    }
    .w-m-100px {
        width: 100px !important;
    }
    .w-m-106px {
        width: 106px !important;
    }
    .w-m-110px {
        width: 110px !important;
    }
    .w-m-117px {
        width: 117px !important;
    }
    .w-m-125px {
        width: 125px !important;
    }
    .w-m-140px {
        width: 140px !important;
    }
    .w-m-145px {
        width: 145px !important;
    }
    .w-m-150px {
        width: 150px !important;
    }
    .w-m-160px {
        width: 160px !important;
    }
    .w-m-175px {
        width: 175px !important;
    }
    .w-m-180px {
        width: 180px !important;
    }
    .w-m-186px {
        width: 186px !important;
    }
    .w-m-190px {
        width: 190px !important;
    }
    .w-m-200px {
        width: 200px !important;
    }
    .w-m-220px {
        width: 220px !important;
    }
    .w-m-230px {
        width: 230px !important;
    }
    .w-m-240px {
        width: 240px !important;
    }
    .w-m-265px {
        width: 265px !important;
    }
    .w-m-280px {
        width: 280px !important;
    }
    .w-m-290px {
        width: 290px !important;
    }
    .w-m-340px {
        width: 340px !important;
    }
    .w-m-360px {
        width: 360px !important;
    }
    .w-m-370px {
        width: 370px !important;
    }
    .w-m-400px {
        width: 400px !important;
    }
    .w-m-420px {
        width: 420px !important;
    }
    .w-m-431px {
        width: 431px !important;
    }
    .w-m-580px {
        width: 580px !important;
    }
    .w-m-585px {
        width: 585px !important;
    }
    .w-m-650px {
        width: 650px !important;
    }
    .w-m-695px {
        width: 695px !important;
    }
    .w-m-740px {
        width: 740px !important;
    }
    .w-m-1920px {
        width: 1920px !important;
    }
    .min-height-m-0 {
        min-height: 0 !important;
    }
    .min-height-m-1px {
        min-height: 1px !important;
    }
    .min-height-m-2px {
        min-height: 2px !important;
    }
    .min-height-m-3px {
        min-height: 3px !important;
    }
    .min-height-m-5px {
        min-height: 5px !important;
    }
    .min-height-m-7px {
        min-height: 7px !important;
    }
    .min-height-m-8px {
        min-height: 8px !important;
    }
    .min-height-m-11px {
        min-height: 11px !important;
    }
    .min-height-m-12px {
        min-height: 12px !important;
    }
    .min-height-m-13px {
        min-height: 13px !important;
    }
    .min-height-m-14px {
        min-height: 14px !important;
    }
    .min-height-m-16px {
        min-height: 16px !important;
    }
    .min-height-m-18px {
        min-height: 18px !important;
    }
    .min-height-m-20px {
        min-height: 20px !important;
    }
    .min-height-m-21px {
        min-height: 21px !important;
    }
    .min-height-m-22px {
        min-height: 22px !important;
    }
    .min-height-m-24px {
        min-height: 24px !important;
    }
    .min-height-m-34px {
        min-height: 34px !important;
    }
    .min-height-m-40px {
        min-height: 40px !important;
    }
    .min-height-m-48px {
        min-height: 48px !important;
    }
    .min-height-m-20px {
        min-height: 20px !important;
    }
    .min-height-m-25px {
        min-height: 25px !important;
    }
    .min-height-m-29px {
        min-height: 29px !important;
    }
    .min-height-m-30px {
        min-height: 30px !important;
    }
    .min-height-m-36px {
        min-height: 36px !important;
    }
    .min-height-m-50px {
        min-height: 50px !important;
    }
    .min-height-m-55px {
        min-height: 55px !important;
    }
    .min-height-m-56px {
        min-height: 56px !important;
    }
    .min-height-m-66px {
        min-height: 66px !important;
    }
    .min-height-m-72px {
        min-height: 72px !important;
    }
    .min-height-m-76px {
        min-height: 76px !important;
    }
    .min-height-m-78px {
        min-height: 78px !important;
    }
    .min-height-m-80px {
        min-height: 80px !important;
    }
    .min-height-m-88px {
        min-height: 88px !important;
    }
    .min-height-m-100px {
        min-height: 100px !important;
    }
    .min-height-m-106px {
        min-height: 106px !important;
    }
    .min-height-m-110px {
        min-height: 110px !important;
    }
    .min-height-m-117px {
        min-height: 117px !important;
    }
    .min-height-m-125px {
        min-height: 125px !important;
    }
    .min-height-m-140px {
        min-height: 140px !important;
    }
    .min-height-m-145px {
        min-height: 145px !important;
    }
    .min-height-m-150px {
        min-height: 150px !important;
    }
    .min-height-m-160px {
        min-height: 160px !important;
    }
    .min-height-m-175px {
        min-height: 175px !important;
    }
    .min-height-m-180px {
        min-height: 180px !important;
    }
    .min-height-m-186px {
        min-height: 186px !important;
    }
    .min-height-m-190px {
        min-height: 190px !important;
    }
    .min-height-m-200px {
        min-height: 200px !important;
    }
    .min-height-m-220px {
        min-height: 220px !important;
    }
    .min-height-m-230px {
        min-height: 230px !important;
    }
    .min-height-m-240px {
        min-height: 240px !important;
    }
    .min-height-m-265px {
        min-height: 265px !important;
    }
    .min-height-m-280px {
        min-height: 280px !important;
    }
    .min-height-m-290px {
        min-height: 290px !important;
    }
    .min-height-m-340px {
        min-height: 340px !important;
    }
    .min-height-m-360px {
        min-height: 360px !important;
    }
    .min-height-m-370px {
        min-height: 370px !important;
    }
    .min-height-m-400px {
        min-height: 400px !important;
    }
    .min-height-m-420px {
        min-height: 420px !important;
    }
    .min-height-m-431px {
        min-height: 431px !important;
    }
    .min-height-m-580px {
        min-height: 580px !important;
    }
    .min-height-m-585px {
        min-height: 585px !important;
    }
    .min-height-m-650px {
        min-height: 650px !important;
    }
    .min-height-m-695px {
        min-height: 695px !important;
    }
    .min-height-m-740px {
        min-height: 740px !important;
    }
    .min-height-m-1920px {
        min-height: 1920px !important;
    }
    .max-height-m-0 {
        max-height: 0 !important;
    }
    .max-height-m-1px {
        max-height: 1px !important;
    }
    .max-height-m-2px {
        max-height: 2px !important;
    }
    .max-height-m-3px {
        max-height: 3px !important;
    }
    .max-height-m-5px {
        max-height: 5px !important;
    }
    .max-height-m-7px {
        max-height: 7px !important;
    }
    .max-height-m-8px {
        max-height: 8px !important;
    }
    .max-height-m-11px {
        max-height: 11px !important;
    }
    .max-height-m-12px {
        max-height: 12px !important;
    }
    .max-height-m-13px {
        max-height: 13px !important;
    }
    .max-height-m-14px {
        max-height: 14px !important;
    }
    .max-height-m-16px {
        max-height: 16px !important;
    }
    .max-height-m-18px {
        max-height: 18px !important;
    }
    .max-height-m-20px {
        max-height: 20px !important;
    }
    .max-height-m-21px {
        max-height: 21px !important;
    }
    .max-height-m-22px {
        max-height: 22px !important;
    }
    .max-height-m-24px {
        max-height: 24px !important;
    }
    .max-height-m-34px {
        max-height: 34px !important;
    }
    .max-height-m-40px {
        max-height: 40px !important;
    }
    .max-height-m-48px {
        max-height: 48px !important;
    }
    .max-height-m-20px {
        max-height: 20px !important;
    }
    .max-height-m-25px {
        max-height: 25px !important;
    }
    .max-height-m-29px {
        max-height: 29px !important;
    }
    .max-height-m-30px {
        max-height: 30px !important;
    }
    .max-height-m-36px {
        max-height: 36px !important;
    }
    .max-height-m-50px {
        max-height: 50px !important;
    }
    .max-height-m-55px {
        max-height: 55px !important;
    }
    .max-height-m-56px {
        max-height: 56px !important;
    }
    .max-height-m-66px {
        max-height: 66px !important;
    }
    .max-height-m-72px {
        max-height: 72px !important;
    }
    .max-height-m-76px {
        max-height: 76px !important;
    }
    .max-height-m-78px {
        max-height: 78px !important;
    }
    .max-height-m-80px {
        max-height: 80px !important;
    }
    .max-height-m-88px {
        max-height: 88px !important;
    }
    .max-height-m-100px {
        max-height: 100px !important;
    }
    .max-height-m-106px {
        max-height: 106px !important;
    }
    .max-height-m-110px {
        max-height: 110px !important;
    }
    .max-height-m-117px {
        max-height: 117px !important;
    }
    .max-height-m-125px {
        max-height: 125px !important;
    }
    .max-height-m-140px {
        max-height: 140px !important;
    }
    .max-height-m-145px {
        max-height: 145px !important;
    }
    .max-height-m-150px {
        max-height: 150px !important;
    }
    .max-height-m-160px {
        max-height: 160px !important;
    }
    .max-height-m-175px {
        max-height: 175px !important;
    }
    .max-height-m-180px {
        max-height: 180px !important;
    }
    .max-height-m-186px {
        max-height: 186px !important;
    }
    .max-height-m-190px {
        max-height: 190px !important;
    }
    .max-height-m-200px {
        max-height: 200px !important;
    }
    .max-height-m-220px {
        max-height: 220px !important;
    }
    .max-height-m-230px {
        max-height: 230px !important;
    }
    .max-height-m-240px {
        max-height: 240px !important;
    }
    .max-height-m-265px {
        max-height: 265px !important;
    }
    .max-height-m-280px {
        max-height: 280px !important;
    }
    .max-height-m-290px {
        max-height: 290px !important;
    }
    .max-height-m-340px {
        max-height: 340px !important;
    }
    .max-height-m-360px {
        max-height: 360px !important;
    }
    .max-height-m-370px {
        max-height: 370px !important;
    }
    .max-height-m-400px {
        max-height: 400px !important;
    }
    .max-height-m-420px {
        max-height: 420px !important;
    }
    .max-height-m-431px {
        max-height: 431px !important;
    }
    .max-height-m-580px {
        max-height: 580px !important;
    }
    .max-height-m-585px {
        max-height: 585px !important;
    }
    .max-height-m-650px {
        max-height: 650px !important;
    }
    .max-height-m-695px {
        max-height: 695px !important;
    }
    .max-height-m-740px {
        max-height: 740px !important;
    }
    .max-height-m-1920px {
        max-height: 1920px !important;
    }
    .min-width-m-0 {
        min-width: 0 !important;
    }
    .min-width-m-1px {
        min-width: 1px !important;
    }
    .min-width-m-2px {
        min-width: 2px !important;
    }
    .min-width-m-3px {
        min-width: 3px !important;
    }
    .min-width-m-5px {
        min-width: 5px !important;
    }
    .min-width-m-7px {
        min-width: 7px !important;
    }
    .min-width-m-8px {
        min-width: 8px !important;
    }
    .min-width-m-11px {
        min-width: 11px !important;
    }
    .min-width-m-12px {
        min-width: 12px !important;
    }
    .min-width-m-13px {
        min-width: 13px !important;
    }
    .min-width-m-14px {
        min-width: 14px !important;
    }
    .min-width-m-16px {
        min-width: 16px !important;
    }
    .min-width-m-18px {
        min-width: 18px !important;
    }
    .min-width-m-20px {
        min-width: 20px !important;
    }
    .min-width-m-21px {
        min-width: 21px !important;
    }
    .min-width-m-22px {
        min-width: 22px !important;
    }
    .min-width-m-24px {
        min-width: 24px !important;
    }
    .min-width-m-34px {
        min-width: 34px !important;
    }
    .min-width-m-40px {
        min-width: 40px !important;
    }
    .min-width-m-48px {
        min-width: 48px !important;
    }
    .min-width-m-20px {
        min-width: 20px !important;
    }
    .min-width-m-25px {
        min-width: 25px !important;
    }
    .min-width-m-29px {
        min-width: 29px !important;
    }
    .min-width-m-30px {
        min-width: 30px !important;
    }
    .min-width-m-36px {
        min-width: 36px !important;
    }
    .min-width-m-50px {
        min-width: 50px !important;
    }
    .min-width-m-55px {
        min-width: 55px !important;
    }
    .min-width-m-56px {
        min-width: 56px !important;
    }
    .min-width-m-66px {
        min-width: 66px !important;
    }
    .min-width-m-72px {
        min-width: 72px !important;
    }
    .min-width-m-76px {
        min-width: 76px !important;
    }
    .min-width-m-78px {
        min-width: 78px !important;
    }
    .min-width-m-80px {
        min-width: 80px !important;
    }
    .min-width-m-88px {
        min-width: 88px !important;
    }
    .min-width-m-100px {
        min-width: 100px !important;
    }
    .min-width-m-106px {
        min-width: 106px !important;
    }
    .min-width-m-110px {
        min-width: 110px !important;
    }
    .min-width-m-117px {
        min-width: 117px !important;
    }
    .min-width-m-125px {
        min-width: 125px !important;
    }
    .min-width-m-140px {
        min-width: 140px !important;
    }
    .min-width-m-145px {
        min-width: 145px !important;
    }
    .min-width-m-150px {
        min-width: 150px !important;
    }
    .min-width-m-160px {
        min-width: 160px !important;
    }
    .min-width-m-175px {
        min-width: 175px !important;
    }
    .min-width-m-180px {
        min-width: 180px !important;
    }
    .min-width-m-186px {
        min-width: 186px !important;
    }
    .min-width-m-190px {
        min-width: 190px !important;
    }
    .min-width-m-200px {
        min-width: 200px !important;
    }
    .min-width-m-220px {
        min-width: 220px !important;
    }
    .min-width-m-230px {
        min-width: 230px !important;
    }
    .min-width-m-240px {
        min-width: 240px !important;
    }
    .min-width-m-265px {
        min-width: 265px !important;
    }
    .min-width-m-280px {
        min-width: 280px !important;
    }
    .min-width-m-290px {
        min-width: 290px !important;
    }
    .min-width-m-340px {
        min-width: 340px !important;
    }
    .min-width-m-360px {
        min-width: 360px !important;
    }
    .min-width-m-370px {
        min-width: 370px !important;
    }
    .min-width-m-400px {
        min-width: 400px !important;
    }
    .min-width-m-420px {
        min-width: 420px !important;
    }
    .min-width-m-431px {
        min-width: 431px !important;
    }
    .min-width-m-580px {
        min-width: 580px !important;
    }
    .min-width-m-585px {
        min-width: 585px !important;
    }
    .min-width-m-650px {
        min-width: 650px !important;
    }
    .min-width-m-695px {
        min-width: 695px !important;
    }
    .min-width-m-740px {
        min-width: 740px !important;
    }
    .min-width-m-1920px {
        min-width: 1920px !important;
    }
    .max-width-m-0 {
        max-width: 0 !important;
    }
    .max-width-m-1px {
        max-width: 1px !important;
    }
    .max-width-m-2px {
        max-width: 2px !important;
    }
    .max-width-m-3px {
        max-width: 3px !important;
    }
    .max-width-m-5px {
        max-width: 5px !important;
    }
    .max-width-m-7px {
        max-width: 7px !important;
    }
    .max-width-m-8px {
        max-width: 8px !important;
    }
    .max-width-m-11px {
        max-width: 11px !important;
    }
    .max-width-m-12px {
        max-width: 12px !important;
    }
    .max-width-m-13px {
        max-width: 13px !important;
    }
    .max-width-m-14px {
        max-width: 14px !important;
    }
    .max-width-m-16px {
        max-width: 16px !important;
    }
    .max-width-m-18px {
        max-width: 18px !important;
    }
    .max-width-m-20px {
        max-width: 20px !important;
    }
    .max-width-m-21px {
        max-width: 21px !important;
    }
    .max-width-m-22px {
        max-width: 22px !important;
    }
    .max-width-m-24px {
        max-width: 24px !important;
    }
    .max-width-m-34px {
        max-width: 34px !important;
    }
    .max-width-m-40px {
        max-width: 40px !important;
    }
    .max-width-m-48px {
        max-width: 48px !important;
    }
    .max-width-m-20px {
        max-width: 20px !important;
    }
    .max-width-m-25px {
        max-width: 25px !important;
    }
    .max-width-m-29px {
        max-width: 29px !important;
    }
    .max-width-m-30px {
        max-width: 30px !important;
    }
    .max-width-m-36px {
        max-width: 36px !important;
    }
    .max-width-m-50px {
        max-width: 50px !important;
    }
    .max-width-m-55px {
        max-width: 55px !important;
    }
    .max-width-m-56px {
        max-width: 56px !important;
    }
    .max-width-m-66px {
        max-width: 66px !important;
    }
    .max-width-m-72px {
        max-width: 72px !important;
    }
    .max-width-m-76px {
        max-width: 76px !important;
    }
    .max-width-m-78px {
        max-width: 78px !important;
    }
    .max-width-m-80px {
        max-width: 80px !important;
    }
    .max-width-m-88px {
        max-width: 88px !important;
    }
    .max-width-m-100px {
        max-width: 100px !important;
    }
    .max-width-m-106px {
        max-width: 106px !important;
    }
    .max-width-m-110px {
        max-width: 110px !important;
    }
    .max-width-m-117px {
        max-width: 117px !important;
    }
    .max-width-m-125px {
        max-width: 125px !important;
    }
    .max-width-m-140px {
        max-width: 140px !important;
    }
    .max-width-m-145px {
        max-width: 145px !important;
    }
    .max-width-m-150px {
        max-width: 150px !important;
    }
    .max-width-m-160px {
        max-width: 160px !important;
    }
    .max-width-m-175px {
        max-width: 175px !important;
    }
    .max-width-m-180px {
        max-width: 180px !important;
    }
    .max-width-m-186px {
        max-width: 186px !important;
    }
    .max-width-m-190px {
        max-width: 190px !important;
    }
    .max-width-m-200px {
        max-width: 200px !important;
    }
    .max-width-m-220px {
        max-width: 220px !important;
    }
    .max-width-m-230px {
        max-width: 230px !important;
    }
    .max-width-m-240px {
        max-width: 240px !important;
    }
    .max-width-m-265px {
        max-width: 265px !important;
    }
    .max-width-m-280px {
        max-width: 280px !important;
    }
    .max-width-m-290px {
        max-width: 290px !important;
    }
    .max-width-m-340px {
        max-width: 340px !important;
    }
    .max-width-m-360px {
        max-width: 360px !important;
    }
    .max-width-m-370px {
        max-width: 370px !important;
    }
    .max-width-m-400px {
        max-width: 400px !important;
    }
    .max-width-m-420px {
        max-width: 420px !important;
    }
    .max-width-m-431px {
        max-width: 431px !important;
    }
    .max-width-m-580px {
        max-width: 580px !important;
    }
    .max-width-m-585px {
        max-width: 585px !important;
    }
    .max-width-m-650px {
        max-width: 650px !important;
    }
    .max-width-m-695px {
        max-width: 695px !important;
    }
    .max-width-m-740px {
        max-width: 740px !important;
    }
    .max-width-m-1920px {
        max-width: 1920px !important;
    }
}

@media (min-width: 1200px) {
    .h-lg-0 {
        height: 0 !important;
    }
    .h-lg-1px {
        height: 1px !important;
    }
    .h-lg-2px {
        height: 2px !important;
    }
    .h-lg-3px {
        height: 3px !important;
    }
    .h-lg-5px {
        height: 5px !important;
    }
    .h-lg-7px {
        height: 7px !important;
    }
    .h-lg-8px {
        height: 8px !important;
    }
    .h-lg-11px {
        height: 11px !important;
    }
    .h-lg-12px {
        height: 12px !important;
    }
    .h-lg-13px {
        height: 13px !important;
    }
    .h-lg-14px {
        height: 14px !important;
    }
    .h-lg-16px {
        height: 16px !important;
    }
    .h-lg-18px {
        height: 18px !important;
    }
    .h-lg-20px {
        height: 20px !important;
    }
    .h-lg-21px {
        height: 21px !important;
    }
    .h-lg-22px {
        height: 22px !important;
    }
    .h-lg-24px {
        height: 24px !important;
    }
    .h-lg-34px {
        height: 34px !important;
    }
    .h-lg-40px {
        height: 40px !important;
    }
    .h-lg-48px {
        height: 48px !important;
    }
    .h-lg-20px {
        height: 20px !important;
    }
    .h-lg-25px {
        height: 25px !important;
    }
    .h-lg-29px {
        height: 29px !important;
    }
    .h-lg-30px {
        height: 30px !important;
    }
    .h-lg-36px {
        height: 36px !important;
    }
    .h-lg-50px {
        height: 50px !important;
    }
    .h-lg-55px {
        height: 55px !important;
    }
    .h-lg-56px {
        height: 56px !important;
    }
    .h-lg-66px {
        height: 66px !important;
    }
    .h-lg-72px {
        height: 72px !important;
    }
    .h-lg-76px {
        height: 76px !important;
    }
    .h-lg-78px {
        height: 78px !important;
    }
    .h-lg-80px {
        height: 80px !important;
    }
    .h-lg-88px {
        height: 88px !important;
    }
    .h-lg-100px {
        height: 100px !important;
    }
    .h-lg-106px {
        height: 106px !important;
    }
    .h-lg-110px {
        height: 110px !important;
    }
    .h-lg-117px {
        height: 117px !important;
    }
    .h-lg-125px {
        height: 125px !important;
    }
    .h-lg-140px {
        height: 140px !important;
    }
    .h-lg-145px {
        height: 145px !important;
    }
    .h-lg-150px {
        height: 150px !important;
    }
    .h-lg-160px {
        height: 160px !important;
    }
    .h-lg-175px {
        height: 175px !important;
    }
    .h-lg-180px {
        height: 180px !important;
    }
    .h-lg-186px {
        height: 186px !important;
    }
    .h-lg-190px {
        height: 190px !important;
    }
    .h-lg-200px {
        height: 200px !important;
    }
    .h-lg-220px {
        height: 220px !important;
    }
    .h-lg-230px {
        height: 230px !important;
    }
    .h-lg-240px {
        height: 240px !important;
    }
    .h-lg-265px {
        height: 265px !important;
    }
    .h-lg-280px {
        height: 280px !important;
    }
    .h-lg-290px {
        height: 290px !important;
    }
    .h-lg-340px {
        height: 340px !important;
    }
    .h-lg-360px {
        height: 360px !important;
    }
    .h-lg-370px {
        height: 370px !important;
    }
    .h-lg-400px {
        height: 400px !important;
    }
    .h-lg-420px {
        height: 420px !important;
    }
    .h-lg-431px {
        height: 431px !important;
    }
    .h-lg-580px {
        height: 580px !important;
    }
    .h-lg-585px {
        height: 585px !important;
    }
    .h-lg-650px {
        height: 650px !important;
    }
    .h-lg-695px {
        height: 695px !important;
    }
    .h-lg-740px {
        height: 740px !important;
    }
    .h-lg-1920px {
        height: 1920px !important;
    }
    .w-lg-0 {
        width: 0 !important;
    }
    .w-lg-1px {
        width: 1px !important;
    }
    .w-lg-2px {
        width: 2px !important;
    }
    .w-lg-3px {
        width: 3px !important;
    }
    .w-lg-5px {
        width: 5px !important;
    }
    .w-lg-7px {
        width: 7px !important;
    }
    .w-lg-8px {
        width: 8px !important;
    }
    .w-lg-11px {
        width: 11px !important;
    }
    .w-lg-12px {
        width: 12px !important;
    }
    .w-lg-13px {
        width: 13px !important;
    }
    .w-lg-14px {
        width: 14px !important;
    }
    .w-lg-16px {
        width: 16px !important;
    }
    .w-lg-18px {
        width: 18px !important;
    }
    .w-lg-20px {
        width: 20px !important;
    }
    .w-lg-21px {
        width: 21px !important;
    }
    .w-lg-22px {
        width: 22px !important;
    }
    .w-lg-24px {
        width: 24px !important;
    }
    .w-lg-34px {
        width: 34px !important;
    }
    .w-lg-40px {
        width: 40px !important;
    }
    .w-lg-48px {
        width: 48px !important;
    }
    .w-lg-20px {
        width: 20px !important;
    }
    .w-lg-25px {
        width: 25px !important;
    }
    .w-lg-29px {
        width: 29px !important;
    }
    .w-lg-30px {
        width: 30px !important;
    }
    .w-lg-36px {
        width: 36px !important;
    }
    .w-lg-50px {
        width: 50px !important;
    }
    .w-lg-55px {
        width: 55px !important;
    }
    .w-lg-56px {
        width: 56px !important;
    }
    .w-lg-66px {
        width: 66px !important;
    }
    .w-lg-72px {
        width: 72px !important;
    }
    .w-lg-76px {
        width: 76px !important;
    }
    .w-lg-78px {
        width: 78px !important;
    }
    .w-lg-80px {
        width: 80px !important;
    }
    .w-lg-88px {
        width: 88px !important;
    }
    .w-lg-100px {
        width: 100px !important;
    }
    .w-lg-106px {
        width: 106px !important;
    }
    .w-lg-110px {
        width: 110px !important;
    }
    .w-lg-117px {
        width: 117px !important;
    }
    .w-lg-125px {
        width: 125px !important;
    }
    .w-lg-140px {
        width: 140px !important;
    }
    .w-lg-145px {
        width: 145px !important;
    }
    .w-lg-150px {
        width: 150px !important;
    }
    .w-lg-160px {
        width: 160px !important;
    }
    .w-lg-175px {
        width: 175px !important;
    }
    .w-lg-180px {
        width: 180px !important;
    }
    .w-lg-186px {
        width: 186px !important;
    }
    .w-lg-190px {
        width: 190px !important;
    }
    .w-lg-200px {
        width: 200px !important;
    }
    .w-lg-220px {
        width: 220px !important;
    }
    .w-lg-230px {
        width: 230px !important;
    }
    .w-lg-240px {
        width: 240px !important;
    }
    .w-lg-265px {
        width: 265px !important;
    }
    .w-lg-280px {
        width: 280px !important;
    }
    .w-lg-290px {
        width: 290px !important;
    }
    .w-lg-340px {
        width: 340px !important;
    }
    .w-lg-360px {
        width: 360px !important;
    }
    .w-lg-370px {
        width: 370px !important;
    }
    .w-lg-400px {
        width: 400px !important;
    }
    .w-lg-420px {
        width: 420px !important;
    }
    .w-lg-431px {
        width: 431px !important;
    }
    .w-lg-580px {
        width: 580px !important;
    }
    .w-lg-585px {
        width: 585px !important;
    }
    .w-lg-650px {
        width: 650px !important;
    }
    .w-lg-695px {
        width: 695px !important;
    }
    .w-lg-740px {
        width: 740px !important;
    }
    .w-lg-1920px {
        width: 1920px !important;
    }
    .min-height-lg-0 {
        min-height: 0 !important;
    }
    .min-height-lg-1px {
        min-height: 1px !important;
    }
    .min-height-lg-2px {
        min-height: 2px !important;
    }
    .min-height-lg-3px {
        min-height: 3px !important;
    }
    .min-height-lg-5px {
        min-height: 5px !important;
    }
    .min-height-lg-7px {
        min-height: 7px !important;
    }
    .min-height-lg-8px {
        min-height: 8px !important;
    }
    .min-height-lg-11px {
        min-height: 11px !important;
    }
    .min-height-lg-12px {
        min-height: 12px !important;
    }
    .min-height-lg-13px {
        min-height: 13px !important;
    }
    .min-height-lg-14px {
        min-height: 14px !important;
    }
    .min-height-lg-16px {
        min-height: 16px !important;
    }
    .min-height-lg-18px {
        min-height: 18px !important;
    }
    .min-height-lg-20px {
        min-height: 20px !important;
    }
    .min-height-lg-21px {
        min-height: 21px !important;
    }
    .min-height-lg-22px {
        min-height: 22px !important;
    }
    .min-height-lg-24px {
        min-height: 24px !important;
    }
    .min-height-lg-34px {
        min-height: 34px !important;
    }
    .min-height-lg-40px {
        min-height: 40px !important;
    }
    .min-height-lg-48px {
        min-height: 48px !important;
    }
    .min-height-lg-20px {
        min-height: 20px !important;
    }
    .min-height-lg-25px {
        min-height: 25px !important;
    }
    .min-height-lg-29px {
        min-height: 29px !important;
    }
    .min-height-lg-30px {
        min-height: 30px !important;
    }
    .min-height-lg-36px {
        min-height: 36px !important;
    }
    .min-height-lg-50px {
        min-height: 50px !important;
    }
    .min-height-lg-55px {
        min-height: 55px !important;
    }
    .min-height-lg-56px {
        min-height: 56px !important;
    }
    .min-height-lg-66px {
        min-height: 66px !important;
    }
    .min-height-lg-72px {
        min-height: 72px !important;
    }
    .min-height-lg-76px {
        min-height: 76px !important;
    }
    .min-height-lg-78px {
        min-height: 78px !important;
    }
    .min-height-lg-80px {
        min-height: 80px !important;
    }
    .min-height-lg-88px {
        min-height: 88px !important;
    }
    .min-height-lg-100px {
        min-height: 100px !important;
    }
    .min-height-lg-106px {
        min-height: 106px !important;
    }
    .min-height-lg-110px {
        min-height: 110px !important;
    }
    .min-height-lg-117px {
        min-height: 117px !important;
    }
    .min-height-lg-125px {
        min-height: 125px !important;
    }
    .min-height-lg-140px {
        min-height: 140px !important;
    }
    .min-height-lg-145px {
        min-height: 145px !important;
    }
    .min-height-lg-150px {
        min-height: 150px !important;
    }
    .min-height-lg-160px {
        min-height: 160px !important;
    }
    .min-height-lg-175px {
        min-height: 175px !important;
    }
    .min-height-lg-180px {
        min-height: 180px !important;
    }
    .min-height-lg-186px {
        min-height: 186px !important;
    }
    .min-height-lg-190px {
        min-height: 190px !important;
    }
    .min-height-lg-200px {
        min-height: 200px !important;
    }
    .min-height-lg-220px {
        min-height: 220px !important;
    }
    .min-height-lg-230px {
        min-height: 230px !important;
    }
    .min-height-lg-240px {
        min-height: 240px !important;
    }
    .min-height-lg-265px {
        min-height: 265px !important;
    }
    .min-height-lg-280px {
        min-height: 280px !important;
    }
    .min-height-lg-290px {
        min-height: 290px !important;
    }
    .min-height-lg-340px {
        min-height: 340px !important;
    }
    .min-height-lg-360px {
        min-height: 360px !important;
    }
    .min-height-lg-370px {
        min-height: 370px !important;
    }
    .min-height-lg-400px {
        min-height: 400px !important;
    }
    .min-height-lg-420px {
        min-height: 420px !important;
    }
    .min-height-lg-431px {
        min-height: 431px !important;
    }
    .min-height-lg-580px {
        min-height: 580px !important;
    }
    .min-height-lg-585px {
        min-height: 585px !important;
    }
    .min-height-lg-650px {
        min-height: 650px !important;
    }
    .min-height-lg-695px {
        min-height: 695px !important;
    }
    .min-height-lg-740px {
        min-height: 740px !important;
    }
    .min-height-lg-1920px {
        min-height: 1920px !important;
    }
    .max-height-lg-0 {
        max-height: 0 !important;
    }
    .max-height-lg-1px {
        max-height: 1px !important;
    }
    .max-height-lg-2px {
        max-height: 2px !important;
    }
    .max-height-lg-3px {
        max-height: 3px !important;
    }
    .max-height-lg-5px {
        max-height: 5px !important;
    }
    .max-height-lg-7px {
        max-height: 7px !important;
    }
    .max-height-lg-8px {
        max-height: 8px !important;
    }
    .max-height-lg-11px {
        max-height: 11px !important;
    }
    .max-height-lg-12px {
        max-height: 12px !important;
    }
    .max-height-lg-13px {
        max-height: 13px !important;
    }
    .max-height-lg-14px {
        max-height: 14px !important;
    }
    .max-height-lg-16px {
        max-height: 16px !important;
    }
    .max-height-lg-18px {
        max-height: 18px !important;
    }
    .max-height-lg-20px {
        max-height: 20px !important;
    }
    .max-height-lg-21px {
        max-height: 21px !important;
    }
    .max-height-lg-22px {
        max-height: 22px !important;
    }
    .max-height-lg-24px {
        max-height: 24px !important;
    }
    .max-height-lg-34px {
        max-height: 34px !important;
    }
    .max-height-lg-40px {
        max-height: 40px !important;
    }
    .max-height-lg-48px {
        max-height: 48px !important;
    }
    .max-height-lg-20px {
        max-height: 20px !important;
    }
    .max-height-lg-25px {
        max-height: 25px !important;
    }
    .max-height-lg-29px {
        max-height: 29px !important;
    }
    .max-height-lg-30px {
        max-height: 30px !important;
    }
    .max-height-lg-36px {
        max-height: 36px !important;
    }
    .max-height-lg-50px {
        max-height: 50px !important;
    }
    .max-height-lg-55px {
        max-height: 55px !important;
    }
    .max-height-lg-56px {
        max-height: 56px !important;
    }
    .max-height-lg-66px {
        max-height: 66px !important;
    }
    .max-height-lg-72px {
        max-height: 72px !important;
    }
    .max-height-lg-76px {
        max-height: 76px !important;
    }
    .max-height-lg-78px {
        max-height: 78px !important;
    }
    .max-height-lg-80px {
        max-height: 80px !important;
    }
    .max-height-lg-88px {
        max-height: 88px !important;
    }
    .max-height-lg-100px {
        max-height: 100px !important;
    }
    .max-height-lg-106px {
        max-height: 106px !important;
    }
    .max-height-lg-110px {
        max-height: 110px !important;
    }
    .max-height-lg-117px {
        max-height: 117px !important;
    }
    .max-height-lg-125px {
        max-height: 125px !important;
    }
    .max-height-lg-140px {
        max-height: 140px !important;
    }
    .max-height-lg-145px {
        max-height: 145px !important;
    }
    .max-height-lg-150px {
        max-height: 150px !important;
    }
    .max-height-lg-160px {
        max-height: 160px !important;
    }
    .max-height-lg-175px {
        max-height: 175px !important;
    }
    .max-height-lg-180px {
        max-height: 180px !important;
    }
    .max-height-lg-186px {
        max-height: 186px !important;
    }
    .max-height-lg-190px {
        max-height: 190px !important;
    }
    .max-height-lg-200px {
        max-height: 200px !important;
    }
    .max-height-lg-220px {
        max-height: 220px !important;
    }
    .max-height-lg-230px {
        max-height: 230px !important;
    }
    .max-height-lg-240px {
        max-height: 240px !important;
    }
    .max-height-lg-265px {
        max-height: 265px !important;
    }
    .max-height-lg-280px {
        max-height: 280px !important;
    }
    .max-height-lg-290px {
        max-height: 290px !important;
    }
    .max-height-lg-340px {
        max-height: 340px !important;
    }
    .max-height-lg-360px {
        max-height: 360px !important;
    }
    .max-height-lg-370px {
        max-height: 370px !important;
    }
    .max-height-lg-400px {
        max-height: 400px !important;
    }
    .max-height-lg-420px {
        max-height: 420px !important;
    }
    .max-height-lg-431px {
        max-height: 431px !important;
    }
    .max-height-lg-580px {
        max-height: 580px !important;
    }
    .max-height-lg-585px {
        max-height: 585px !important;
    }
    .max-height-lg-650px {
        max-height: 650px !important;
    }
    .max-height-lg-695px {
        max-height: 695px !important;
    }
    .max-height-lg-740px {
        max-height: 740px !important;
    }
    .max-height-lg-1920px {
        max-height: 1920px !important;
    }
    .min-width-lg-0 {
        min-width: 0 !important;
    }
    .min-width-lg-1px {
        min-width: 1px !important;
    }
    .min-width-lg-2px {
        min-width: 2px !important;
    }
    .min-width-lg-3px {
        min-width: 3px !important;
    }
    .min-width-lg-5px {
        min-width: 5px !important;
    }
    .min-width-lg-7px {
        min-width: 7px !important;
    }
    .min-width-lg-8px {
        min-width: 8px !important;
    }
    .min-width-lg-11px {
        min-width: 11px !important;
    }
    .min-width-lg-12px {
        min-width: 12px !important;
    }
    .min-width-lg-13px {
        min-width: 13px !important;
    }
    .min-width-lg-14px {
        min-width: 14px !important;
    }
    .min-width-lg-16px {
        min-width: 16px !important;
    }
    .min-width-lg-18px {
        min-width: 18px !important;
    }
    .min-width-lg-20px {
        min-width: 20px !important;
    }
    .min-width-lg-21px {
        min-width: 21px !important;
    }
    .min-width-lg-22px {
        min-width: 22px !important;
    }
    .min-width-lg-24px {
        min-width: 24px !important;
    }
    .min-width-lg-34px {
        min-width: 34px !important;
    }
    .min-width-lg-40px {
        min-width: 40px !important;
    }
    .min-width-lg-48px {
        min-width: 48px !important;
    }
    .min-width-lg-20px {
        min-width: 20px !important;
    }
    .min-width-lg-25px {
        min-width: 25px !important;
    }
    .min-width-lg-29px {
        min-width: 29px !important;
    }
    .min-width-lg-30px {
        min-width: 30px !important;
    }
    .min-width-lg-36px {
        min-width: 36px !important;
    }
    .min-width-lg-50px {
        min-width: 50px !important;
    }
    .min-width-lg-55px {
        min-width: 55px !important;
    }
    .min-width-lg-56px {
        min-width: 56px !important;
    }
    .min-width-lg-66px {
        min-width: 66px !important;
    }
    .min-width-lg-72px {
        min-width: 72px !important;
    }
    .min-width-lg-76px {
        min-width: 76px !important;
    }
    .min-width-lg-78px {
        min-width: 78px !important;
    }
    .min-width-lg-80px {
        min-width: 80px !important;
    }
    .min-width-lg-88px {
        min-width: 88px !important;
    }
    .min-width-lg-100px {
        min-width: 100px !important;
    }
    .min-width-lg-106px {
        min-width: 106px !important;
    }
    .min-width-lg-110px {
        min-width: 110px !important;
    }
    .min-width-lg-117px {
        min-width: 117px !important;
    }
    .min-width-lg-125px {
        min-width: 125px !important;
    }
    .min-width-lg-140px {
        min-width: 140px !important;
    }
    .min-width-lg-145px {
        min-width: 145px !important;
    }
    .min-width-lg-150px {
        min-width: 150px !important;
    }
    .min-width-lg-160px {
        min-width: 160px !important;
    }
    .min-width-lg-175px {
        min-width: 175px !important;
    }
    .min-width-lg-180px {
        min-width: 180px !important;
    }
    .min-width-lg-186px {
        min-width: 186px !important;
    }
    .min-width-lg-190px {
        min-width: 190px !important;
    }
    .min-width-lg-200px {
        min-width: 200px !important;
    }
    .min-width-lg-220px {
        min-width: 220px !important;
    }
    .min-width-lg-230px {
        min-width: 230px !important;
    }
    .min-width-lg-240px {
        min-width: 240px !important;
    }
    .min-width-lg-265px {
        min-width: 265px !important;
    }
    .min-width-lg-280px {
        min-width: 280px !important;
    }
    .min-width-lg-290px {
        min-width: 290px !important;
    }
    .min-width-lg-340px {
        min-width: 340px !important;
    }
    .min-width-lg-360px {
        min-width: 360px !important;
    }
    .min-width-lg-370px {
        min-width: 370px !important;
    }
    .min-width-lg-400px {
        min-width: 400px !important;
    }
    .min-width-lg-420px {
        min-width: 420px !important;
    }
    .min-width-lg-431px {
        min-width: 431px !important;
    }
    .min-width-lg-580px {
        min-width: 580px !important;
    }
    .min-width-lg-585px {
        min-width: 585px !important;
    }
    .min-width-lg-650px {
        min-width: 650px !important;
    }
    .min-width-lg-695px {
        min-width: 695px !important;
    }
    .min-width-lg-740px {
        min-width: 740px !important;
    }
    .min-width-lg-1920px {
        min-width: 1920px !important;
    }
    .max-width-lg-0 {
        max-width: 0 !important;
    }
    .max-width-lg-1px {
        max-width: 1px !important;
    }
    .max-width-lg-2px {
        max-width: 2px !important;
    }
    .max-width-lg-3px {
        max-width: 3px !important;
    }
    .max-width-lg-5px {
        max-width: 5px !important;
    }
    .max-width-lg-7px {
        max-width: 7px !important;
    }
    .max-width-lg-8px {
        max-width: 8px !important;
    }
    .max-width-lg-11px {
        max-width: 11px !important;
    }
    .max-width-lg-12px {
        max-width: 12px !important;
    }
    .max-width-lg-13px {
        max-width: 13px !important;
    }
    .max-width-lg-14px {
        max-width: 14px !important;
    }
    .max-width-lg-16px {
        max-width: 16px !important;
    }
    .max-width-lg-18px {
        max-width: 18px !important;
    }
    .max-width-lg-20px {
        max-width: 20px !important;
    }
    .max-width-lg-21px {
        max-width: 21px !important;
    }
    .max-width-lg-22px {
        max-width: 22px !important;
    }
    .max-width-lg-24px {
        max-width: 24px !important;
    }
    .max-width-lg-34px {
        max-width: 34px !important;
    }
    .max-width-lg-40px {
        max-width: 40px !important;
    }
    .max-width-lg-48px {
        max-width: 48px !important;
    }
    .max-width-lg-20px {
        max-width: 20px !important;
    }
    .max-width-lg-25px {
        max-width: 25px !important;
    }
    .max-width-lg-29px {
        max-width: 29px !important;
    }
    .max-width-lg-30px {
        max-width: 30px !important;
    }
    .max-width-lg-36px {
        max-width: 36px !important;
    }
    .max-width-lg-50px {
        max-width: 50px !important;
    }
    .max-width-lg-55px {
        max-width: 55px !important;
    }
    .max-width-lg-56px {
        max-width: 56px !important;
    }
    .max-width-lg-66px {
        max-width: 66px !important;
    }
    .max-width-lg-72px {
        max-width: 72px !important;
    }
    .max-width-lg-76px {
        max-width: 76px !important;
    }
    .max-width-lg-78px {
        max-width: 78px !important;
    }
    .max-width-lg-80px {
        max-width: 80px !important;
    }
    .max-width-lg-88px {
        max-width: 88px !important;
    }
    .max-width-lg-100px {
        max-width: 100px !important;
    }
    .max-width-lg-106px {
        max-width: 106px !important;
    }
    .max-width-lg-110px {
        max-width: 110px !important;
    }
    .max-width-lg-117px {
        max-width: 117px !important;
    }
    .max-width-lg-125px {
        max-width: 125px !important;
    }
    .max-width-lg-140px {
        max-width: 140px !important;
    }
    .max-width-lg-145px {
        max-width: 145px !important;
    }
    .max-width-lg-150px {
        max-width: 150px !important;
    }
    .max-width-lg-160px {
        max-width: 160px !important;
    }
    .max-width-lg-175px {
        max-width: 175px !important;
    }
    .max-width-lg-180px {
        max-width: 180px !important;
    }
    .max-width-lg-186px {
        max-width: 186px !important;
    }
    .max-width-lg-190px {
        max-width: 190px !important;
    }
    .max-width-lg-200px {
        max-width: 200px !important;
    }
    .max-width-lg-220px {
        max-width: 220px !important;
    }
    .max-width-lg-230px {
        max-width: 230px !important;
    }
    .max-width-lg-240px {
        max-width: 240px !important;
    }
    .max-width-lg-265px {
        max-width: 265px !important;
    }
    .max-width-lg-280px {
        max-width: 280px !important;
    }
    .max-width-lg-290px {
        max-width: 290px !important;
    }
    .max-width-lg-340px {
        max-width: 340px !important;
    }
    .max-width-lg-360px {
        max-width: 360px !important;
    }
    .max-width-lg-370px {
        max-width: 370px !important;
    }
    .max-width-lg-400px {
        max-width: 400px !important;
    }
    .max-width-lg-420px {
        max-width: 420px !important;
    }
    .max-width-lg-431px {
        max-width: 431px !important;
    }
    .max-width-lg-580px {
        max-width: 580px !important;
    }
    .max-width-lg-585px {
        max-width: 585px !important;
    }
    .max-width-lg-650px {
        max-width: 650px !important;
    }
    .max-width-lg-695px {
        max-width: 695px !important;
    }
    .max-width-lg-740px {
        max-width: 740px !important;
    }
    .max-width-lg-1920px {
        max-width: 1920px !important;
    }
}

@media (min-width: 1600px) {
    .h-xl-0 {
        height: 0 !important;
    }
    .h-xl-1px {
        height: 1px !important;
    }
    .h-xl-2px {
        height: 2px !important;
    }
    .h-xl-3px {
        height: 3px !important;
    }
    .h-xl-5px {
        height: 5px !important;
    }
    .h-xl-7px {
        height: 7px !important;
    }
    .h-xl-8px {
        height: 8px !important;
    }
    .h-xl-11px {
        height: 11px !important;
    }
    .h-xl-12px {
        height: 12px !important;
    }
    .h-xl-13px {
        height: 13px !important;
    }
    .h-xl-14px {
        height: 14px !important;
    }
    .h-xl-16px {
        height: 16px !important;
    }
    .h-xl-18px {
        height: 18px !important;
    }
    .h-xl-20px {
        height: 20px !important;
    }
    .h-xl-21px {
        height: 21px !important;
    }
    .h-xl-22px {
        height: 22px !important;
    }
    .h-xl-24px {
        height: 24px !important;
    }
    .h-xl-34px {
        height: 34px !important;
    }
    .h-xl-40px {
        height: 40px !important;
    }
    .h-xl-48px {
        height: 48px !important;
    }
    .h-xl-20px {
        height: 20px !important;
    }
    .h-xl-25px {
        height: 25px !important;
    }
    .h-xl-29px {
        height: 29px !important;
    }
    .h-xl-30px {
        height: 30px !important;
    }
    .h-xl-36px {
        height: 36px !important;
    }
    .h-xl-50px {
        height: 50px !important;
    }
    .h-xl-55px {
        height: 55px !important;
    }
    .h-xl-56px {
        height: 56px !important;
    }
    .h-xl-66px {
        height: 66px !important;
    }
    .h-xl-72px {
        height: 72px !important;
    }
    .h-xl-76px {
        height: 76px !important;
    }
    .h-xl-78px {
        height: 78px !important;
    }
    .h-xl-80px {
        height: 80px !important;
    }
    .h-xl-88px {
        height: 88px !important;
    }
    .h-xl-100px {
        height: 100px !important;
    }
    .h-xl-106px {
        height: 106px !important;
    }
    .h-xl-110px {
        height: 110px !important;
    }
    .h-xl-117px {
        height: 117px !important;
    }
    .h-xl-125px {
        height: 125px !important;
    }
    .h-xl-140px {
        height: 140px !important;
    }
    .h-xl-145px {
        height: 145px !important;
    }
    .h-xl-150px {
        height: 150px !important;
    }
    .h-xl-160px {
        height: 160px !important;
    }
    .h-xl-175px {
        height: 175px !important;
    }
    .h-xl-180px {
        height: 180px !important;
    }
    .h-xl-186px {
        height: 186px !important;
    }
    .h-xl-190px {
        height: 190px !important;
    }
    .h-xl-200px {
        height: 200px !important;
    }
    .h-xl-220px {
        height: 220px !important;
    }
    .h-xl-230px {
        height: 230px !important;
    }
    .h-xl-240px {
        height: 240px !important;
    }
    .h-xl-265px {
        height: 265px !important;
    }
    .h-xl-280px {
        height: 280px !important;
    }
    .h-xl-290px {
        height: 290px !important;
    }
    .h-xl-340px {
        height: 340px !important;
    }
    .h-xl-360px {
        height: 360px !important;
    }
    .h-xl-370px {
        height: 370px !important;
    }
    .h-xl-400px {
        height: 400px !important;
    }
    .h-xl-420px {
        height: 420px !important;
    }
    .h-xl-431px {
        height: 431px !important;
    }
    .h-xl-580px {
        height: 580px !important;
    }
    .h-xl-585px {
        height: 585px !important;
    }
    .h-xl-650px {
        height: 650px !important;
    }
    .h-xl-695px {
        height: 695px !important;
    }
    .h-xl-740px {
        height: 740px !important;
    }
    .h-xl-1920px {
        height: 1920px !important;
    }
    .w-xl-0 {
        width: 0 !important;
    }
    .w-xl-1px {
        width: 1px !important;
    }
    .w-xl-2px {
        width: 2px !important;
    }
    .w-xl-3px {
        width: 3px !important;
    }
    .w-xl-5px {
        width: 5px !important;
    }
    .w-xl-7px {
        width: 7px !important;
    }
    .w-xl-8px {
        width: 8px !important;
    }
    .w-xl-11px {
        width: 11px !important;
    }
    .w-xl-12px {
        width: 12px !important;
    }
    .w-xl-13px {
        width: 13px !important;
    }
    .w-xl-14px {
        width: 14px !important;
    }
    .w-xl-16px {
        width: 16px !important;
    }
    .w-xl-18px {
        width: 18px !important;
    }
    .w-xl-20px {
        width: 20px !important;
    }
    .w-xl-21px {
        width: 21px !important;
    }
    .w-xl-22px {
        width: 22px !important;
    }
    .w-xl-24px {
        width: 24px !important;
    }
    .w-xl-34px {
        width: 34px !important;
    }
    .w-xl-40px {
        width: 40px !important;
    }
    .w-xl-48px {
        width: 48px !important;
    }
    .w-xl-20px {
        width: 20px !important;
    }
    .w-xl-25px {
        width: 25px !important;
    }
    .w-xl-29px {
        width: 29px !important;
    }
    .w-xl-30px {
        width: 30px !important;
    }
    .w-xl-36px {
        width: 36px !important;
    }
    .w-xl-50px {
        width: 50px !important;
    }
    .w-xl-55px {
        width: 55px !important;
    }
    .w-xl-56px {
        width: 56px !important;
    }
    .w-xl-66px {
        width: 66px !important;
    }
    .w-xl-72px {
        width: 72px !important;
    }
    .w-xl-76px {
        width: 76px !important;
    }
    .w-xl-78px {
        width: 78px !important;
    }
    .w-xl-80px {
        width: 80px !important;
    }
    .w-xl-88px {
        width: 88px !important;
    }
    .w-xl-100px {
        width: 100px !important;
    }
    .w-xl-106px {
        width: 106px !important;
    }
    .w-xl-110px {
        width: 110px !important;
    }
    .w-xl-117px {
        width: 117px !important;
    }
    .w-xl-125px {
        width: 125px !important;
    }
    .w-xl-140px {
        width: 140px !important;
    }
    .w-xl-145px {
        width: 145px !important;
    }
    .w-xl-150px {
        width: 150px !important;
    }
    .w-xl-160px {
        width: 160px !important;
    }
    .w-xl-175px {
        width: 175px !important;
    }
    .w-xl-180px {
        width: 180px !important;
    }
    .w-xl-186px {
        width: 186px !important;
    }
    .w-xl-190px {
        width: 190px !important;
    }
    .w-xl-200px {
        width: 200px !important;
    }
    .w-xl-220px {
        width: 220px !important;
    }
    .w-xl-230px {
        width: 230px !important;
    }
    .w-xl-240px {
        width: 240px !important;
    }
    .w-xl-265px {
        width: 265px !important;
    }
    .w-xl-280px {
        width: 280px !important;
    }
    .w-xl-290px {
        width: 290px !important;
    }
    .w-xl-340px {
        width: 340px !important;
    }
    .w-xl-360px {
        width: 360px !important;
    }
    .w-xl-370px {
        width: 370px !important;
    }
    .w-xl-400px {
        width: 400px !important;
    }
    .w-xl-420px {
        width: 420px !important;
    }
    .w-xl-431px {
        width: 431px !important;
    }
    .w-xl-580px {
        width: 580px !important;
    }
    .w-xl-585px {
        width: 585px !important;
    }
    .w-xl-650px {
        width: 650px !important;
    }
    .w-xl-695px {
        width: 695px !important;
    }
    .w-xl-740px {
        width: 740px !important;
    }
    .w-xl-1920px {
        width: 1920px !important;
    }
    .min-height-xl-0 {
        min-height: 0 !important;
    }
    .min-height-xl-1px {
        min-height: 1px !important;
    }
    .min-height-xl-2px {
        min-height: 2px !important;
    }
    .min-height-xl-3px {
        min-height: 3px !important;
    }
    .min-height-xl-5px {
        min-height: 5px !important;
    }
    .min-height-xl-7px {
        min-height: 7px !important;
    }
    .min-height-xl-8px {
        min-height: 8px !important;
    }
    .min-height-xl-11px {
        min-height: 11px !important;
    }
    .min-height-xl-12px {
        min-height: 12px !important;
    }
    .min-height-xl-13px {
        min-height: 13px !important;
    }
    .min-height-xl-14px {
        min-height: 14px !important;
    }
    .min-height-xl-16px {
        min-height: 16px !important;
    }
    .min-height-xl-18px {
        min-height: 18px !important;
    }
    .min-height-xl-20px {
        min-height: 20px !important;
    }
    .min-height-xl-21px {
        min-height: 21px !important;
    }
    .min-height-xl-22px {
        min-height: 22px !important;
    }
    .min-height-xl-24px {
        min-height: 24px !important;
    }
    .min-height-xl-34px {
        min-height: 34px !important;
    }
    .min-height-xl-40px {
        min-height: 40px !important;
    }
    .min-height-xl-48px {
        min-height: 48px !important;
    }
    .min-height-xl-20px {
        min-height: 20px !important;
    }
    .min-height-xl-25px {
        min-height: 25px !important;
    }
    .min-height-xl-29px {
        min-height: 29px !important;
    }
    .min-height-xl-30px {
        min-height: 30px !important;
    }
    .min-height-xl-36px {
        min-height: 36px !important;
    }
    .min-height-xl-50px {
        min-height: 50px !important;
    }
    .min-height-xl-55px {
        min-height: 55px !important;
    }
    .min-height-xl-56px {
        min-height: 56px !important;
    }
    .min-height-xl-66px {
        min-height: 66px !important;
    }
    .min-height-xl-72px {
        min-height: 72px !important;
    }
    .min-height-xl-76px {
        min-height: 76px !important;
    }
    .min-height-xl-78px {
        min-height: 78px !important;
    }
    .min-height-xl-80px {
        min-height: 80px !important;
    }
    .min-height-xl-88px {
        min-height: 88px !important;
    }
    .min-height-xl-100px {
        min-height: 100px !important;
    }
    .min-height-xl-106px {
        min-height: 106px !important;
    }
    .min-height-xl-110px {
        min-height: 110px !important;
    }
    .min-height-xl-117px {
        min-height: 117px !important;
    }
    .min-height-xl-125px {
        min-height: 125px !important;
    }
    .min-height-xl-140px {
        min-height: 140px !important;
    }
    .min-height-xl-145px {
        min-height: 145px !important;
    }
    .min-height-xl-150px {
        min-height: 150px !important;
    }
    .min-height-xl-160px {
        min-height: 160px !important;
    }
    .min-height-xl-175px {
        min-height: 175px !important;
    }
    .min-height-xl-180px {
        min-height: 180px !important;
    }
    .min-height-xl-186px {
        min-height: 186px !important;
    }
    .min-height-xl-190px {
        min-height: 190px !important;
    }
    .min-height-xl-200px {
        min-height: 200px !important;
    }
    .min-height-xl-220px {
        min-height: 220px !important;
    }
    .min-height-xl-230px {
        min-height: 230px !important;
    }
    .min-height-xl-240px {
        min-height: 240px !important;
    }
    .min-height-xl-265px {
        min-height: 265px !important;
    }
    .min-height-xl-280px {
        min-height: 280px !important;
    }
    .min-height-xl-290px {
        min-height: 290px !important;
    }
    .min-height-xl-340px {
        min-height: 340px !important;
    }
    .min-height-xl-360px {
        min-height: 360px !important;
    }
    .min-height-xl-370px {
        min-height: 370px !important;
    }
    .min-height-xl-400px {
        min-height: 400px !important;
    }
    .min-height-xl-420px {
        min-height: 420px !important;
    }
    .min-height-xl-431px {
        min-height: 431px !important;
    }
    .min-height-xl-580px {
        min-height: 580px !important;
    }
    .min-height-xl-585px {
        min-height: 585px !important;
    }
    .min-height-xl-650px {
        min-height: 650px !important;
    }
    .min-height-xl-695px {
        min-height: 695px !important;
    }
    .min-height-xl-740px {
        min-height: 740px !important;
    }
    .min-height-xl-1920px {
        min-height: 1920px !important;
    }
    .max-height-xl-0 {
        max-height: 0 !important;
    }
    .max-height-xl-1px {
        max-height: 1px !important;
    }
    .max-height-xl-2px {
        max-height: 2px !important;
    }
    .max-height-xl-3px {
        max-height: 3px !important;
    }
    .max-height-xl-5px {
        max-height: 5px !important;
    }
    .max-height-xl-7px {
        max-height: 7px !important;
    }
    .max-height-xl-8px {
        max-height: 8px !important;
    }
    .max-height-xl-11px {
        max-height: 11px !important;
    }
    .max-height-xl-12px {
        max-height: 12px !important;
    }
    .max-height-xl-13px {
        max-height: 13px !important;
    }
    .max-height-xl-14px {
        max-height: 14px !important;
    }
    .max-height-xl-16px {
        max-height: 16px !important;
    }
    .max-height-xl-18px {
        max-height: 18px !important;
    }
    .max-height-xl-20px {
        max-height: 20px !important;
    }
    .max-height-xl-21px {
        max-height: 21px !important;
    }
    .max-height-xl-22px {
        max-height: 22px !important;
    }
    .max-height-xl-24px {
        max-height: 24px !important;
    }
    .max-height-xl-34px {
        max-height: 34px !important;
    }
    .max-height-xl-40px {
        max-height: 40px !important;
    }
    .max-height-xl-48px {
        max-height: 48px !important;
    }
    .max-height-xl-20px {
        max-height: 20px !important;
    }
    .max-height-xl-25px {
        max-height: 25px !important;
    }
    .max-height-xl-29px {
        max-height: 29px !important;
    }
    .max-height-xl-30px {
        max-height: 30px !important;
    }
    .max-height-xl-36px {
        max-height: 36px !important;
    }
    .max-height-xl-50px {
        max-height: 50px !important;
    }
    .max-height-xl-55px {
        max-height: 55px !important;
    }
    .max-height-xl-56px {
        max-height: 56px !important;
    }
    .max-height-xl-66px {
        max-height: 66px !important;
    }
    .max-height-xl-72px {
        max-height: 72px !important;
    }
    .max-height-xl-76px {
        max-height: 76px !important;
    }
    .max-height-xl-78px {
        max-height: 78px !important;
    }
    .max-height-xl-80px {
        max-height: 80px !important;
    }
    .max-height-xl-88px {
        max-height: 88px !important;
    }
    .max-height-xl-100px {
        max-height: 100px !important;
    }
    .max-height-xl-106px {
        max-height: 106px !important;
    }
    .max-height-xl-110px {
        max-height: 110px !important;
    }
    .max-height-xl-117px {
        max-height: 117px !important;
    }
    .max-height-xl-125px {
        max-height: 125px !important;
    }
    .max-height-xl-140px {
        max-height: 140px !important;
    }
    .max-height-xl-145px {
        max-height: 145px !important;
    }
    .max-height-xl-150px {
        max-height: 150px !important;
    }
    .max-height-xl-160px {
        max-height: 160px !important;
    }
    .max-height-xl-175px {
        max-height: 175px !important;
    }
    .max-height-xl-180px {
        max-height: 180px !important;
    }
    .max-height-xl-186px {
        max-height: 186px !important;
    }
    .max-height-xl-190px {
        max-height: 190px !important;
    }
    .max-height-xl-200px {
        max-height: 200px !important;
    }
    .max-height-xl-220px {
        max-height: 220px !important;
    }
    .max-height-xl-230px {
        max-height: 230px !important;
    }
    .max-height-xl-240px {
        max-height: 240px !important;
    }
    .max-height-xl-265px {
        max-height: 265px !important;
    }
    .max-height-xl-280px {
        max-height: 280px !important;
    }
    .max-height-xl-290px {
        max-height: 290px !important;
    }
    .max-height-xl-340px {
        max-height: 340px !important;
    }
    .max-height-xl-360px {
        max-height: 360px !important;
    }
    .max-height-xl-370px {
        max-height: 370px !important;
    }
    .max-height-xl-400px {
        max-height: 400px !important;
    }
    .max-height-xl-420px {
        max-height: 420px !important;
    }
    .max-height-xl-431px {
        max-height: 431px !important;
    }
    .max-height-xl-580px {
        max-height: 580px !important;
    }
    .max-height-xl-585px {
        max-height: 585px !important;
    }
    .max-height-xl-650px {
        max-height: 650px !important;
    }
    .max-height-xl-695px {
        max-height: 695px !important;
    }
    .max-height-xl-740px {
        max-height: 740px !important;
    }
    .max-height-xl-1920px {
        max-height: 1920px !important;
    }
    .min-width-xl-0 {
        min-width: 0 !important;
    }
    .min-width-xl-1px {
        min-width: 1px !important;
    }
    .min-width-xl-2px {
        min-width: 2px !important;
    }
    .min-width-xl-3px {
        min-width: 3px !important;
    }
    .min-width-xl-5px {
        min-width: 5px !important;
    }
    .min-width-xl-7px {
        min-width: 7px !important;
    }
    .min-width-xl-8px {
        min-width: 8px !important;
    }
    .min-width-xl-11px {
        min-width: 11px !important;
    }
    .min-width-xl-12px {
        min-width: 12px !important;
    }
    .min-width-xl-13px {
        min-width: 13px !important;
    }
    .min-width-xl-14px {
        min-width: 14px !important;
    }
    .min-width-xl-16px {
        min-width: 16px !important;
    }
    .min-width-xl-18px {
        min-width: 18px !important;
    }
    .min-width-xl-20px {
        min-width: 20px !important;
    }
    .min-width-xl-21px {
        min-width: 21px !important;
    }
    .min-width-xl-22px {
        min-width: 22px !important;
    }
    .min-width-xl-24px {
        min-width: 24px !important;
    }
    .min-width-xl-34px {
        min-width: 34px !important;
    }
    .min-width-xl-40px {
        min-width: 40px !important;
    }
    .min-width-xl-48px {
        min-width: 48px !important;
    }
    .min-width-xl-20px {
        min-width: 20px !important;
    }
    .min-width-xl-25px {
        min-width: 25px !important;
    }
    .min-width-xl-29px {
        min-width: 29px !important;
    }
    .min-width-xl-30px {
        min-width: 30px !important;
    }
    .min-width-xl-36px {
        min-width: 36px !important;
    }
    .min-width-xl-50px {
        min-width: 50px !important;
    }
    .min-width-xl-55px {
        min-width: 55px !important;
    }
    .min-width-xl-56px {
        min-width: 56px !important;
    }
    .min-width-xl-66px {
        min-width: 66px !important;
    }
    .min-width-xl-72px {
        min-width: 72px !important;
    }
    .min-width-xl-76px {
        min-width: 76px !important;
    }
    .min-width-xl-78px {
        min-width: 78px !important;
    }
    .min-width-xl-80px {
        min-width: 80px !important;
    }
    .min-width-xl-88px {
        min-width: 88px !important;
    }
    .min-width-xl-100px {
        min-width: 100px !important;
    }
    .min-width-xl-106px {
        min-width: 106px !important;
    }
    .min-width-xl-110px {
        min-width: 110px !important;
    }
    .min-width-xl-117px {
        min-width: 117px !important;
    }
    .min-width-xl-125px {
        min-width: 125px !important;
    }
    .min-width-xl-140px {
        min-width: 140px !important;
    }
    .min-width-xl-145px {
        min-width: 145px !important;
    }
    .min-width-xl-150px {
        min-width: 150px !important;
    }
    .min-width-xl-160px {
        min-width: 160px !important;
    }
    .min-width-xl-175px {
        min-width: 175px !important;
    }
    .min-width-xl-180px {
        min-width: 180px !important;
    }
    .min-width-xl-186px {
        min-width: 186px !important;
    }
    .min-width-xl-190px {
        min-width: 190px !important;
    }
    .min-width-xl-200px {
        min-width: 200px !important;
    }
    .min-width-xl-220px {
        min-width: 220px !important;
    }
    .min-width-xl-230px {
        min-width: 230px !important;
    }
    .min-width-xl-240px {
        min-width: 240px !important;
    }
    .min-width-xl-265px {
        min-width: 265px !important;
    }
    .min-width-xl-280px {
        min-width: 280px !important;
    }
    .min-width-xl-290px {
        min-width: 290px !important;
    }
    .min-width-xl-340px {
        min-width: 340px !important;
    }
    .min-width-xl-360px {
        min-width: 360px !important;
    }
    .min-width-xl-370px {
        min-width: 370px !important;
    }
    .min-width-xl-400px {
        min-width: 400px !important;
    }
    .min-width-xl-420px {
        min-width: 420px !important;
    }
    .min-width-xl-431px {
        min-width: 431px !important;
    }
    .min-width-xl-580px {
        min-width: 580px !important;
    }
    .min-width-xl-585px {
        min-width: 585px !important;
    }
    .min-width-xl-650px {
        min-width: 650px !important;
    }
    .min-width-xl-695px {
        min-width: 695px !important;
    }
    .min-width-xl-740px {
        min-width: 740px !important;
    }
    .min-width-xl-1920px {
        min-width: 1920px !important;
    }
    .max-width-xl-0 {
        max-width: 0 !important;
    }
    .max-width-xl-1px {
        max-width: 1px !important;
    }
    .max-width-xl-2px {
        max-width: 2px !important;
    }
    .max-width-xl-3px {
        max-width: 3px !important;
    }
    .max-width-xl-5px {
        max-width: 5px !important;
    }
    .max-width-xl-7px {
        max-width: 7px !important;
    }
    .max-width-xl-8px {
        max-width: 8px !important;
    }
    .max-width-xl-11px {
        max-width: 11px !important;
    }
    .max-width-xl-12px {
        max-width: 12px !important;
    }
    .max-width-xl-13px {
        max-width: 13px !important;
    }
    .max-width-xl-14px {
        max-width: 14px !important;
    }
    .max-width-xl-16px {
        max-width: 16px !important;
    }
    .max-width-xl-18px {
        max-width: 18px !important;
    }
    .max-width-xl-20px {
        max-width: 20px !important;
    }
    .max-width-xl-21px {
        max-width: 21px !important;
    }
    .max-width-xl-22px {
        max-width: 22px !important;
    }
    .max-width-xl-24px {
        max-width: 24px !important;
    }
    .max-width-xl-34px {
        max-width: 34px !important;
    }
    .max-width-xl-40px {
        max-width: 40px !important;
    }
    .max-width-xl-48px {
        max-width: 48px !important;
    }
    .max-width-xl-20px {
        max-width: 20px !important;
    }
    .max-width-xl-25px {
        max-width: 25px !important;
    }
    .max-width-xl-29px {
        max-width: 29px !important;
    }
    .max-width-xl-30px {
        max-width: 30px !important;
    }
    .max-width-xl-36px {
        max-width: 36px !important;
    }
    .max-width-xl-50px {
        max-width: 50px !important;
    }
    .max-width-xl-55px {
        max-width: 55px !important;
    }
    .max-width-xl-56px {
        max-width: 56px !important;
    }
    .max-width-xl-66px {
        max-width: 66px !important;
    }
    .max-width-xl-72px {
        max-width: 72px !important;
    }
    .max-width-xl-76px {
        max-width: 76px !important;
    }
    .max-width-xl-78px {
        max-width: 78px !important;
    }
    .max-width-xl-80px {
        max-width: 80px !important;
    }
    .max-width-xl-88px {
        max-width: 88px !important;
    }
    .max-width-xl-100px {
        max-width: 100px !important;
    }
    .max-width-xl-106px {
        max-width: 106px !important;
    }
    .max-width-xl-110px {
        max-width: 110px !important;
    }
    .max-width-xl-117px {
        max-width: 117px !important;
    }
    .max-width-xl-125px {
        max-width: 125px !important;
    }
    .max-width-xl-140px {
        max-width: 140px !important;
    }
    .max-width-xl-145px {
        max-width: 145px !important;
    }
    .max-width-xl-150px {
        max-width: 150px !important;
    }
    .max-width-xl-160px {
        max-width: 160px !important;
    }
    .max-width-xl-175px {
        max-width: 175px !important;
    }
    .max-width-xl-180px {
        max-width: 180px !important;
    }
    .max-width-xl-186px {
        max-width: 186px !important;
    }
    .max-width-xl-190px {
        max-width: 190px !important;
    }
    .max-width-xl-200px {
        max-width: 200px !important;
    }
    .max-width-xl-220px {
        max-width: 220px !important;
    }
    .max-width-xl-230px {
        max-width: 230px !important;
    }
    .max-width-xl-240px {
        max-width: 240px !important;
    }
    .max-width-xl-265px {
        max-width: 265px !important;
    }
    .max-width-xl-280px {
        max-width: 280px !important;
    }
    .max-width-xl-290px {
        max-width: 290px !important;
    }
    .max-width-xl-340px {
        max-width: 340px !important;
    }
    .max-width-xl-360px {
        max-width: 360px !important;
    }
    .max-width-xl-370px {
        max-width: 370px !important;
    }
    .max-width-xl-400px {
        max-width: 400px !important;
    }
    .max-width-xl-420px {
        max-width: 420px !important;
    }
    .max-width-xl-431px {
        max-width: 431px !important;
    }
    .max-width-xl-580px {
        max-width: 580px !important;
    }
    .max-width-xl-585px {
        max-width: 585px !important;
    }
    .max-width-xl-650px {
        max-width: 650px !important;
    }
    .max-width-xl-695px {
        max-width: 695px !important;
    }
    .max-width-xl-740px {
        max-width: 740px !important;
    }
    .max-width-xl-1920px {
        max-width: 1920px !important;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

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

.outline-none {
    outline: 0;
}

.home-category-drop-shadow {
    box-shadow: 0 30px 90px #00000014;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade-out {
        transition: none;
    }
}

.fade-in {
    opacity: 1;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade-in {
        transition: none;
    }
}

.fade-out-hover {
    opacity: 1;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade-out-hover {
        transition: none;
    }
}
.fade-out-hover:hover {
    opacity: 0.8;
}

.fade-in-hover {
    opacity: 0.8;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade-in-hover {
        transition: none;
    }
}
.fade-in-hover:hover {
    opacity: 1 !important;
}

/*targeted-hover*/
.hover-parent .hover-lg-target,
.hover-parent .hover-target {
    opacity: 0;
    pointer-events: none;
    transition: all 0.15s ease-in-out;
}
.hover-parent .hover-lg-target.no-transition,
.hover-parent .hover-target.no-transition {
    transition: none;
}

.hover-parent .hover-bg-white-gray {
    background-color: #ffff;
    transition: all 0.15s ease-in-out;
}

.hover-parent.hover--shadow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffff;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 20px 20px #0000000d;
}

.hover-parent:hover {
    z-index: 2;
}
.hover-parent:hover::before {
    opacity: 1;
}
.hover-parent:hover .hover-target {
    opacity: 1;
    pointer-events: auto;
}
.hover-parent:hover .hover-lg-target {
    opacity: 1;
    pointer-events: auto;
}

/*hovers*/
@media (max-width: 1199.98px) {
    /*targeted-hover*/
    .hover-parent .hover-lg-target {
        opacity: 1;
        pointer-events: auto;
    }
    .hover-parent.hover--shadow::before {
        display: none;
    }
}

.gradient-bg-before::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent
        linear-gradient(269deg, #ffffff00 0%, #7b06ff26 100%) 0% 0% no-repeat
        padding-box;
    opacity: 0.56;
    margin-left: -30px;
}

.card-wrap {
    transition: background 0.15s ease-in-out;
    background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);
}
.card-wrap .rgba-bg-orange-10 {
    transition: all 0.15s ease-in-out;
}
.card-wrap:hover {
    background: #ffffff;
    background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
.card-wrap:hover .more {
    display: block;
}
.card-wrap:hover .rgba-bg-orange-10 {
    background-color: #fd7e14 !important;
    color: #ffff !important;
}
.card-wrap .more {
    display: none;
}

.rgba-bg-orange-10 {
    transition: all 0.15s ease-in-out;
}
.rgba-bg-orange-10:hover {
    background-color: #fd7e14 !important;
    color: #ffff !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-15 {
    opacity: 0.15 !important;
}

.opacity-10 {
    opacity: 0.1 !important;
}

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

.transition-all {
    transition: all 0.15s ease-in-out;
}

.custom-scroll-bar {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.custom-scroll-bar::-webkit-scrollbar {
    width: 2px;
    border-radius: 2px;
}
.custom-scroll-bar::-webkit-scrollbar-track {
    background: #ffff;
}
.custom-scroll-bar::-webkit-scrollbar-thumb {
    background: #ced4da;
}
.custom-scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html {
    scroll-behavior: smooth;
}

.dropdown-custom .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgba(39, 42, 55, 0.1);
    border: solid 1px #e4e7ed;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    display: block;
    opacity: 0;
    visibility: hidden;
}
.dropdown-custom .dropdown-menu.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.dropdown-custom .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #272a37;
}
.dropdown-custom .dropdown-menu .dropdown-item:hover,
.dropdown-custom .dropdown-menu .dropdown-item:focus {
    background-color: rgba(215, 220, 228, 0.2);
}
.dropdown-custom .dropdown-menu .dropdown-item.active {
    color: #4a6cfa;
}
.dropdown-custom .dropdown-menu .dropdown-item.active {
    background-color: rgba(215, 220, 228, 0.2);
    color: #4a6cfa;
}

.dots-dropdown .dropdown-toggle {
    padding: 18px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}
.dots-dropdown .dropdown-toggle::after {
    display: none;
}

.dots-dropdown .dropdown-custom.show .dropdown-toggle {
    background-color: #f1f3f6;
}

.modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.custom-modal-wrapper .scrolled-modal {
    max-height: 600px;
    overflow-y: scroll;
}
.custom-modal-wrapper .scrolled-modal::-webkit-scrollbar {
    width: 4px;
    height: 48px;
    display: block;
}
.custom-modal-wrapper .scrolled-modal::-webkit-scrollbar-thumb {
    background-color: #d7dce4;
    border-radius: 6px;
}

.scrollbar {
    overflow: auto;
}

.scrollbar::-webkit-scrollbar-track {
    webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background-color: rgba(18, 190, 233, 0.2);
    border-radius: 3px;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    opacity: 0.1;
    background-color: rgba(18, 190, 233, 0.2);
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background-color: #12bee9;
}

@media (max-width: 575.98px) {
    .bg-xs-none {
        background: none !important;
    }
    .border-xs-none {
        border: none !important;
    }
    .border-radius-xs-none {
        border-radius: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .bg-sm-none {
        background: none !important;
    }
    .border-sm-none {
        border: none !important;
    }
    .border-radius-sm-none {
        border-radius: 0 !important;
    }
}

@media (max-width: 1199.98px) {
    .bg-m-none {
        background: none !important;
    }
    .border-m-none {
        border: none !important;
    }
    .border-radius-m-none {
        border-radius: 0 !important;
    }
}

@media (max-width: 1023.98px) {
    .bg-md-none {
        background: none !important;
    }
    .border-md-none {
        border: none !important;
    }
    .border-radius-md-none {
        border-radius: 0 !important;
    }
}

@media (max-width: 1599.98px) {
    .bg-lg-none {
        background: none !important;
    }
    .border-lg-none {
        border: none !important;
    }
    .border-radius-lg-none {
        border-radius: 0 !important;
    }
}

.border-radius-rev-none {
    border-radius: 0 !important;
}

.border-rev-none {
    border: none !important;
}

@media (min-width: 576px) {
    .border-radius-rev-sm-none {
        border-radius: 0 !important;
    }
    .border-rev-sm-none {
        border: none !important;
    }
}

@media (min-width: 768px) {
    .border-radius-rev-md-none {
        border-radius: 0 !important;
    }
    .border-rev-md-none {
        border: none !important;
    }
}

@media (min-width: 1024px) {
    .border-radius-rev-m-none {
        border-radius: 0 !important;
    }
    .border-rev-m-none {
        border: none !important;
    }
}

@media (min-width: 1200px) {
    .border-radius-rev-lg-none {
        border-radius: 0 !important;
    }
    .border-rev-lg-none {
        border: none !important;
    }
}

@media (min-width: 1600px) {
    .border-radius-rev-xl-none {
        border-radius: 0 !important;
    }
    .border-rev-xl-none {
        border: none !important;
    }
}

/*# sourceMappingURL=index.css.map */

.search-result-btn {
    position: relative;
}
.search-result-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    transform-origin: calc();
    transform: scaleX(1);
    background-color: #000000;
}
