/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 :root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #595959;
    --bs-gray-dark: #262626;
    --bs-gray-100: #f2f1f1;
    --bs-gray-200: #e8e7e8;
    --bs-gray-300: #a6a6a6;
    --bs-gray-400: #979a9d;
    --bs-gray-500: #6e6e6e;
    --bs-gray-600: #595959;
    --bs-gray-700: #404040;
    --bs-gray-800: #262626;
    --bs-gray-900: #170f18;
    --bs-primary: #00acc1;
    --bs-secondary: #e8e7e8;
    --bs-success: #26a65b;
    --bs-info: #00acc1;
    --bs-warning: #f9690e;
    --bs-danger: #ff0000;
    --bs-light: #f2f1f1;
    --bs-dark: #262626;
    --bs-primary-rgb: 0, 172, 193;
    --bs-secondary-rgb: 232, 231, 232;
    --bs-success-rgb: 38, 166, 91;
    --bs-info-rgb: 0, 172, 193;
    --bs-warning-rgb: 249, 105, 14;
    --bs-danger-rgb: 255, 0, 0;
    --bs-light-rgb: 242, 241, 241;
    --bs-dark-rgb: 38, 38, 38;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 14, 14, 14;
    --bs-body-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Fira Sans", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Fira Sans, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #fff;
    --bs-body-bg: #0e0e0e;
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

@font-face {
    font-family: 'Lusitana';
    src: url('Lusitana-Bold.eot');
    src: local('Lusitana Bold'), local('Lusitana-Bold'),
        url('Lusitana-Bold.eot?#iefix') format('embedded-opentype'),
        url('Lusitana-Bold.woff2') format('woff2'),
        url('Lusitana-Bold.woff') format('woff'),
        url('Lusitana-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lusitana';
    src: url('Lusitana.eot');
    src: local('Lusitana'),
        url('Lusitana.eot?#iefix') format('embedded-opentype'),
        url('Lusitana.woff2') format('woff2'),
        url('Lusitana.woff') format('woff'),
        url('Lusitana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(14, 14, 14, 0);
}
hr {
    margin: 1rem 0;
    color: #979a9d;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Lusitana';
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.3rem + 0.75vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 1.85rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #ccc;
    text-decoration: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
pre {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875rem;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875rem;
    color: #ee5da1;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6e6e6e;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
textarea {
    resize: vertical;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.675rem + 5.1vw);
    font-weight: 600;
    line-height: 1.15;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5.5rem;
    }
}
.display-2 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 600;
    line-height: 1.15;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 5rem;
    }
}
.display-3 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 600;
    line-height: 1.15;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4.5rem;
    }
}
.display-4 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 600;
    line-height: 1.15;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 4rem;
    }
}
.display-5 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 600;
    line-height: 1.15;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3.5rem;
    }
}
.display-6 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 600;
    line-height: 1.15;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 3rem;
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #a6a6a6;
}
.blockquote-footer::before {
    content: "\2014\00A0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 1rem;
    background-color: transparent;
    border: 1px solid #262626;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-caption {
    font-size: 0.875em;
    color: #595959;
}
.container,
.container-fluid,
.container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-xl {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}
.g-0 {
    --bs-gutter-x: 0;
}
.g-0 {
    --bs-gutter-y: 0;
}
.g-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3 {
    --bs-gutter-x: 1rem;
}
.g-3 {
    --bs-gutter-y: 1rem;
}
@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .g-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .gx-lg-6 {
        --bs-gutter-x: 5rem;
    }
}
@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
}
@media (min-width: 1400px) {
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #fff;
    --bs-table-striped-bg: rgba(14, 14, 14, 0.05);
    --bs-table-active-color: #fff;
    --bs-table-active-bg: rgba(14, 14, 14, 0.1);
    --bs-table-hover-color: #fff;
    --bs-table-hover-bg: rgba(14, 14, 14, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
    vertical-align: top;
    border-color: #404040;
}
.table > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}
.table-primary {
    --bs-table-bg: #ffe9e7;
    --bs-table-striped-bg: #f3dedc;
    --bs-table-striped-color: #0e0e0e;
    --bs-table-active-bg: #e7d3d1;
    --bs-table-active-color: #0e0e0e;
    --bs-table-hover-bg: #edd9d7;
    --bs-table-hover-color: #0e0e0e;
    color: #0e0e0e;
    border-color: #e7d3d1;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.form-label {
    margin-bottom: 0.5rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #170f18;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #979a9d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #170f18;
    background-color: #fff;
    border-color: #ffc9c2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 146, 133, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-moz-placeholder {
    color: #6e6e6e;
    opacity: 1;
}
.form-control::placeholder {
    color: #6e6e6e;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e8e7e8;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.75rem 1rem;
    margin: -0.75rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #170f18;
    background-color: #e8e7e8;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dcdbdc;
}
.form-control::-webkit-file-upload-button {
    padding: 0.75rem 1rem;
    margin: -0.75rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #170f18;
    background-color: #e8e7e8;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dcdbdc;
}
.form-control-sm {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}
.form-control-sm::file-selector-button {
    padding: 0.5rem 0.75rem;
    margin: -0.5rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.5rem 0.75rem;
    margin: -0.5rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
}
.form-control-lg {
    min-height: calc(1.5em + 2rem + 2px);
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
}
.form-control-lg::file-selector-button {
    padding: 1rem 1.25rem;
    margin: -1rem -1.25rem;
    -webkit-margin-end: 1.25rem;
    margin-inline-end: 1.25rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 1rem 1.25rem;
    margin: -1rem -1.25rem;
    -webkit-margin-end: 1.25rem;
    margin-inline-end: 1.25rem;
}
textarea.form-control {
    min-height: auto;
}
textarea.form-control-sm {
    min-height: calc(1.5em + 1rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 2rem + 2px);
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(14, 14, 14, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #ffc9c2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 146, 133, 0.25);
}
.form-check-input:checked {
    background-color: #ff9285;
    border-color: #ff9285;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #ff9285;
    border-color: #ff9285;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #fff;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 146, 133, 0.25);
}
.btn.disabled,
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary {
    color: #fff;
    background-color: #00acc1;
    border-color: #00acc1;
}
.btn-primary:hover {
    color: #0e0e0e;
    background-color: #ffa297;
    border-color: #ff9d91;
}
.btn-primary:focus {
    color: #0e0e0e;
    background-color: #ffa297;
    border-color: #ff9d91;
    box-shadow: 0 0 0 0.25rem rgba(219, 126, 115, 0.5);
}
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #0e0e0e;
    background-color: #ffa89d;
    border-color: #ff9d91;
}
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(219, 126, 115, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #0e0e0e;
    background-color: #00acc1;
    border-color: #00acc1;
}
.btn-secondary {
    color: #0e0e0e;
    background-color: #e8e7e8;
    border-color: #e8e7e8;
}
.btn-secondary:hover {
    color: #0e0e0e;
    background-color: #ebebeb;
    border-color: #eae9ea;
}
.btn-secondary:focus {
    color: #0e0e0e;
    background-color: #ebebeb;
    border-color: #eae9ea;
    box-shadow: 0 0 0 0.25rem rgba(199, 198, 199, 0.5);
}
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #0e0e0e;
    background-color: #edeced;
    border-color: #eae9ea;
}
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(199, 198, 199, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #0e0e0e;
    background-color: #e8e7e8;
    border-color: #e8e7e8;
}
.btn-success {
    color: #0e0e0e;
    background-color: #26a65b;
    border-color: #26a65b;
}
.btn-success:hover {
    color: #0e0e0e;
    background-color: #47b374;
    border-color: #3caf6b;
}
.btn-success:focus {
    color: #0e0e0e;
    background-color: #47b374;
    border-color: #3caf6b;
    box-shadow: 0 0 0 0.25rem rgba(34, 143, 79, 0.5);
}
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: #0e0e0e;
    background-color: #51b87c;
    border-color: #3caf6b;
}
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(34, 143, 79, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #0e0e0e;
    background-color: #26a65b;
    border-color: #26a65b;
}
.btn-info {
    color: #fff;
    background-color: #00acc1;
    border-color: #00acc1;
}
.btn-info:hover {
    color: #fff;
    background-color: #26b8ca;
    border-color: #1ab4c7;
}
.btn-info:focus {
    color: #fff;
    background-color: #26b8ca;
    border-color: #1ab4c7;
    box-shadow: 0 0 0 0.25rem rgba(2, 148, 166, 0.5);
}
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #33bdcd;
    border-color: #1ab4c7;
}
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(2, 148, 166, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #0e0e0e;
    background-color: #00acc1;
    border-color: #00acc1;
}
.btn-warning {
    color: #0e0e0e;
    background-color: #f9690e;
    border-color: #f9690e;
}
.btn-warning:hover {
    color: #0e0e0e;
    background-color: #fa8032;
    border-color: #fa7826;
}
.btn-warning:focus {
    color: #0e0e0e;
    background-color: #fa8032;
    border-color: #fa7826;
    box-shadow: 0 0 0 0.25rem rgba(214, 91, 14, 0.5);
}
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: #0e0e0e;
    background-color: #fa873e;
    border-color: #fa7826;
}
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(214, 91, 14, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #0e0e0e;
    background-color: #f9690e;
    border-color: #f9690e;
}
.btn-danger {
    color: #0e0e0e;
    background-color: red;
    border-color: red;
}
.btn-danger:hover {
    color: #0e0e0e;
    background-color: #ff2626;
    border-color: #ff1a1a;
}
.btn-danger:focus {
    color: #0e0e0e;
    background-color: #ff2626;
    border-color: #ff1a1a;
    box-shadow: 0 0 0 0.25rem rgba(219, 2, 2, 0.5);
}
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: #0e0e0e;
    background-color: #f33;
    border-color: #ff1a1a;
}
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(219, 2, 2, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #0e0e0e;
    background-color: red;
    border-color: red;
}
.btn-light {
    color: #0e0e0e;
    background-color: #f2f1f1;
    border-color: #f2f1f1;
}
.btn-light:hover {
    color: #0e0e0e;
    background-color: #f4f3f3;
    border-color: #f3f2f2;
}
.btn-light:focus {
    color: #0e0e0e;
    background-color: #f4f3f3;
    border-color: #f3f2f2;
    box-shadow: 0 0 0 0.25rem rgba(208, 207, 207, 0.5);
}
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    color: #0e0e0e;
    background-color: #f5f4f4;
    border-color: #f3f2f2;
}
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(208, 207, 207, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #0e0e0e;
    background-color: #f2f1f1;
    border-color: #f2f1f1;
}
.btn-dark {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}
.btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1e1e1e;
}
.btn-dark:focus {
    color: #fff;
    background-color: #202020;
    border-color: #1e1e1e;
    box-shadow: 0 0 0 0.25rem rgba(71, 71, 71, 0.5);
}
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1d1d1d;
}
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(71, 71, 71, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}
.btn-outline-primary {
    color: #ff9285;
    border-color: #ff9285;
}
.btn-outline-primary:hover {
    color: #0e0e0e;
    background-color: #ff9285;
    border-color: #ff9285;
}
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 146, 133, 0.5);
}
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #0e0e0e;
    background-color: #ff9285;
    border-color: #ff9285;
}
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 146, 133, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ff9285;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #e8e7e8;
    border-color: #e8e7e8;
}
.btn-outline-secondary:hover {
    color: #0e0e0e;
    background-color: #e8e7e8;
    border-color: #e8e7e8;
}
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(232, 231, 232, 0.5);
}
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #0e0e0e;
    background-color: #e8e7e8;
    border-color: #e8e7e8;
}
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(232, 231, 232, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #e8e7e8;
    background-color: transparent;
}
.btn-outline-light {
    color: #f2f1f1!important;
    border-color: #f2f1f1;
}
.btn-outline-light:hover {
    color: #0e0e0e!important;
    background-color: #f2f1f1;
    border-color: #f2f1f1;
}
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(242, 241, 241, 0.5);
}
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #0e0e0e;
    background-color: #f2f1f1;
    border-color: #f2f1f1;
}
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(242, 241, 241, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f2f1f1;
    background-color: transparent;
}
.btn-outline-dark {
    color: #262626;
    border-color: #262626;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #262626;
    background-color: transparent;
}
.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.15rem;
    border-radius: 0;
}
.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(14, 14, 14, 0.15);
}
.dropend .dropdown-toggle::after {
    vertical-align: 0;
}
.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #170f18;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #0e0e0e;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0e0e0e;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6e6e6e;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: #ccc;
}
.nav-link.disabled {
    color: #595959;
    pointer-events: none;
    cursor: default;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0;
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
}
.navbar-light .navbar-brand {
    color: rgba(14, 14, 14, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(14, 14, 14, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: #262626;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #262626;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(14, 14, 14, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(14, 14, 14, 0.9);
}
.navbar-light .navbar-toggler {
    color: #262626;
    border-color: transparent;
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(14, 14, 14, 0.125);
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
}
.card > .list-group:last-child {
    border-bottom-width: 0;
}
.card > .card-header + .list-group {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(14, 14, 14, 0.03);
    border-bottom: 1px solid rgba(14, 14, 14, 0.125);
}
.card-img-top {
    width: 100%;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.25rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: #0e0e0e;
    border: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #262626;
    box-shadow: inset 0 -1px 0 #262626;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #ffc9c2;
    outline: 0;
    box-shadow: none;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #0e0e0e;
    border: 1px solid #262626;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-body {
    padding: 1.25rem 1.25rem;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    color: #262626;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: #0e0e0e;
    background-color: #ff9285;
    border-color: #a6a6a6;
}
.page-link:focus {
    z-index: 3;
    color: #0e0e0e;
    background-color: #ff9285;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 146, 133, 0.25);
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0e0e0e;
    border-color: #a6a6a6;
}
.page-item.disabled .page-link {
    color: #595959;
    pointer-events: none;
    background-color: #fff;
    border-color: #a6a6a6;
}
.page-link {
    padding: 0.5rem 1rem;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
}
.alert-primary {
    color: #261b1a;
    background-color: #ffb3aa;
    border-color: #ffdeda;
}
.alert-secondary {
    color: #242424;
    background-color: #efeeef;
    border-color: #f8f8f8;
}
.alert-success {
    color: #101d16;
    background-color: #67c18c;
    border-color: #bee4ce;
}
.alert-info {
    color: #0d1e20;
    background-color: #4dc5d4;
    border-color: #b3e6ec;
}
.alert-warning {
    color: #26170e;
    background-color: #fb9656;
    border-color: #fdd2b7;
}
.alert-danger {
    color: #260d0d;
    background-color: #ff4d4d;
    border-color: #ffb3b3;
}
.alert-light {
    color: #252525;
    background-color: #f6f5f5;
    border-color: #fbfbfb;
}
.alert-dark {
    color: #e9e9e9;
    background-color: #676767;
    border-color: #bebebe;
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #170f18;
    background-color: #fff;
    border: 1px solid rgba(14, 14, 14, 0.125);
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #595959;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ff9285;
    border-color: #ff9285;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(14, 14, 14, 0.15);
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #0e0e0e;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: "Fira Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #0e0e0e;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: "Fira Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(14, 14, 14, 0.2);
}
.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(14, 14, 14, 0.2);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 1rem 1rem;
    color: #fff;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.6;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 1.5rem;
    height: 0.3rem;
    padding: 0;
    margin-right: 0.3rem;
    margin-left: 0.3rem;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.6;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #0e0e0e;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.offcanvas.show {
    transform: none;
}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}
.placeholder.btn::before {
    display: inline-block;
    content: "";
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.align-middle {
    vertical-align: middle !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.border {
    border: 1px solid #262626 !important;
}
.border-0 {
    border: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-light {
    border-color: #f2f1f1 !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-5 {
    border-width: 5px !important;
}
.border-6 {
    border-width: 6px !important;
}
.w-25 {
    width: 25% !important;
}
.w-100 {
    width: 100% !important;
}
.w-15 {
    width: 15% !important;
}
.flex-column {
    flex-direction: column !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-center {
    align-content: center !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-6 {
    margin-top: 5rem !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-6 {
    margin-bottom: 5rem !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.mt-n5 {
    margin-top: -3rem !important;
}
.mt-n6 {
    margin-top: -5rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-6 {
    padding-top: 5rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.pb-6 {
    padding-bottom: 5rem !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6e6e6e !important;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-2 {
    border-radius: 0.25rem !important;
}
.visible {
    visibility: visible !important;
}
@media (min-width: 576px) {
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .py-md-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .border-end-lg {
        border-right: 1px solid #262626 !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .mt-lg-6 {
        margin-top: 5rem !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-6 {
        margin-bottom: 5rem !important;
    }
    .mt-lg-n6 {
        margin-top: -5rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .py-lg-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .pt-lg-6 {
        padding-top: 5rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 5rem !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
}
@media (min-width: 1200px) {
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}
@media (min-width: 1200px) {
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
html {
    font-size: 1rem;
}
@media (min-width: 992px) {
    html {
        font-size: 1.125rem;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 1.25rem;
    }
}
.font-serif {
    font-family: "Playfair Display", serif;
}
.font-sans {
    font-family: "Fira Sans", sans-serif;
}
[class^="display"] {
    font-family: "Lusitana", serif;
    font-weight: 600;
    letter-spacing: normal;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
}
@media (min-width: 768px) {
    .lead {
        font-size: 1.5rem;
    }
}
.quote {
    font-size: 1.15rem;
    font-weight: 300;
}
.quote:before {
    content: open-quote;
}
.quote:after {
    content: close-quote;
}
.blockquote {
    position: relative;
}
.blockquote::before {
    background-color: #ff9285;
    display: block;
    color: #0e0e0e;
    content: "\201C";
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.5;
    height: 1.75rem;
    width: 1.75rem;
    left: -3rem;
    position: absolute;
    text-align: center;
    top: 0;
}
.blockquote.text-center::before {
    margin: 0 auto 1rem;
    position: static;
}
.blockquote.text-end::before {
    content: "\201D";
    left: inherit;
    right: -3rem;
}
pre[class^="language"] {
    margin-bottom: 1.5rem !important;
}
code[class^="language"] {
    font-size: 0.9em !important;
}
a {
    transition: background-size 0.3s ease-in;
}
.bg-light a,
.bg-primary a,
.bg-secondary a,
.bg-white a {
    color: #0e0e0e;
}
/* Shared sweep effect — base (dark-on-light sweep) */
a.link-underline, a.link-highlight, a .link-highlight,
p a, .widget a {
    background-image: linear-gradient(to bottom, #f2f1f1 0, #f2f1f1 100%);
    background-position: 0 110%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    padding: 2px 1px 0 0;
    transition: background-size 0.2s ease;
}
a.link-underline, p a, .widget a {
    border-bottom: 2px solid #f2f1f1;
}
/* Sweep hover */
a.link-underline:hover, a.link-highlight:hover, a.link-highlight:focus,
a:hover .link-highlight, a:focus .link-highlight,
p a:hover, .widget a:hover {
    background-size: 100% 90%;
    color: #0e0e0e;
}
/* Light backgrounds — invert sweep to light-on-dark */
:is(.bg-light, .bg-primary, .bg-secondary, .bg-white) :is(a.link-underline, a.link-highlight, a .link-highlight, p a, .widget a) {
    background-image: linear-gradient(to bottom, #262626 0, #262626 100%);
}
:is(.bg-light, .bg-primary, .bg-secondary, .bg-white) :is(a.link-underline, p a, .widget a) {
    border-color: #404040;
}
:is(.bg-light, .bg-primary, .bg-secondary, .bg-white) :is(a.link-underline:hover, a.link-highlight:hover, a.link-highlight:focus, p a:hover, .widget a:hover),
:is(.bg-light, .bg-primary, .bg-secondary, .bg-white) :is(a:hover .link-highlight, a:focus .link-highlight) {
    color: #fff;
}
.accordion-button:hover {
    background-color: #262626;
}
.accordion-button:focus {
    outline: auto;
}
.btn {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.navbar.navbar-dark {
    background-color: #0e0e0e;
    border-bottom: 1px solid #262626;
}
.navbar.navbar-dark .nav-item + .nav-item {
    border-color: #262626;
}
.navbar.navbar-dark .nav-link.active,
.navbar.navbar-dark .nav-link:hover {
    border-color: #fff;
}
.navbar.navbar-light {
    background-color: #fff;
    border-bottom: 1px solid #f2f1f1;
}
.navbar.navbar-light .nav-item + .nav-item {
    border-color: #f2f1f1;
}
.navbar.navbar-light .nav-link.active,
.navbar.navbar-light .nav-link:hover {
    border-color: #0e0e0e;
}
.navbar .navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 1px;
}
.navbar .navbar-brand i {
    font-size: inherit;
    line-height: inherit;
}
.navbar .navbar-brand img {
    max-height: 30px;
    width: auto;
}
@media (min-width: 992px) {
    .navbar {
        font-size: 0.875rem;
    }
    .navbar .nav-item + .nav-item::before {
        content: "\2022";
        color: #a6a6a6;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .navbar .nav-link {
        border-bottom: 3px solid transparent;
        display: inline-block;
        letter-spacing: 2px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        transition: border-color 0.2s linear;
    }
    .navbar .dropdown-menu {
        font-size: 0.875rem;
    }
    .navbar .dropdown-item {
        letter-spacing: 1px;
        transition: background-color 0.2s, color 0.2s linear;
    }
}
@media (max-width: 991.98px) {
    .navbar {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .navbar .nav-item + .nav-item {
        border-top: 1px solid;
    }
    .navbar .nav-link {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .navbar .dropdown-item {
        transition: background-color 0.2s, color 0.2s linear;
    }
}
.side-nav.sticky-top {
    top: 5rem;
}
.side-nav a.active::after {
    font-family: "Material Icons";
    content: "\e5c8";
    margin-left: 0.25rem;
    vertical-align: middle;
}
.avatar {
    border-radius: 50%;
}
.avatar-sm {
    width: 48px;
    height: 48px;
}
.avatar-md {
    width: 64px;
    height: 64px;
}
.avatar-lg {
    width: 96px;
    height: 96px;
}
.img-thumbnail,
.img-thumbnail + .img-hover {
    border-radius: 1.25rem;
}
.img-color img {
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
}
.img-color:hover img {
    filter: none;
}
.img-overlay {
    position: relative;
}
.img-overlay .img-hover {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
}
.img-overlay .img-text {
    color: #fff;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    transform: translateY(10px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.img-overlay:hover .img-hover,
.img-overlay:hover .img-text {
    opacity: 1;
}
.img-overlay:hover .img-text {
    transform: translateY(0);
}
.img-rising img {
    transition: all 0.3s ease-in-out;
}
.img-rising:hover img {
    box-shadow: 0 0.5rem 1rem rgba(14, 14, 14, 0.15);
    transform: translateY(-5px);
}
.img-scale {
    overflow: hidden;
    position: relative;
}
.img-scale .img-wrap {
    overflow: hidden;
    width: calc(100% + 1px);
}
.img-scale img {
    transform: scale(1);
    transition: transform 0.3s ease;
}
.img-scale:hover img {
    transform: scale(1.1);
}
.material-icons {
    font-size: 1rem;
}
.icon-lg {
    font-size: 1.5rem;
}
.icon-2x {
    font-size: 2rem;
}
.icon-3x {
    font-size: 3rem;
}
.icon-5x {
    font-size: 5rem;
}
img[data-action="zoom"] {
    cursor: zoom-in;
}
.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 1040;
    transition: all 0.3s;
}
img.zoom-img {
    cursor: zoom-out;
}
.zoom-overlay {
    cursor: zoom-out;
    z-index: 1030;
    background: inherit;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.zoom-overlay-open .zoom-overlay {
    opacity: 1;
}
