@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap"; /*!
    Bootstrap
    Version: 5.3.2
    Plugin URL: https://getbootstrap.com/
    License: Copyright 2011-2023 The Bootstrap Authors | Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
!*/
:root,
[data-bs-theme="light"] {
   --bs-blue: #0d6efd;
   --bs-indigo: #6610f2;
   --bs-purple: #6f42c1;
   --bs-pink: #d63384;
   --bs-red: #dc3545;
   --bs-orange: #fd7e14;
   --bs-yellow: #ffc107;
   --bs-green: #198754;
   --bs-teal: #20c997;
   --bs-cyan: #0dcaf0;
   --bs-black: #000;
   --bs-white: #fff;
   --bs-gray: #6c757d;
   --bs-gray-dark: #343a40;
   --bs-gray-100: #f8f9fa;
   --bs-gray-200: #e9ecef;
   --bs-gray-300: #dee2e6;
   --bs-gray-400: #ced4da;
   --bs-gray-500: #adb5bd;
   --bs-gray-600: #6c757d;
   --bs-gray-700: #495057;
   --bs-gray-800: #343a40;
   --bs-gray-900: #212529;
   --bs-primary: #0d6efd;
   --bs-secondary: #6c757d;
   --bs-success: #198754;
   --bs-info: #0dcaf0;
   --bs-warning: #ffc107;
   --bs-danger: #dc3545;
   --bs-light: #f8f9fa;
   --bs-dark: #212529;
   --bs-primary-rgb: 253, 13, 13;
   --bs-secondary-rgb: 108, 117, 125;
   --bs-success-rgb: 25, 135, 84;
   --bs-info-rgb: 13, 202, 240;
   --bs-warning-rgb: 255, 193, 7;
   --bs-danger-rgb: 220, 53, 69;
   --bs-light-rgb: 248, 249, 250;
   --bs-dark-rgb: 33, 37, 41;
   --bs-primary-text-emphasis: #052c65;
   --bs-secondary-text-emphasis: #2b2f32;
   --bs-success-text-emphasis: #0a3622;
   --bs-info-text-emphasis: #055160;
   --bs-warning-text-emphasis: #664d03;
   --bs-danger-text-emphasis: #58151c;
   --bs-light-text-emphasis: #495057;
   --bs-dark-text-emphasis: #495057;
   --bs-primary-bg-subtle: #cfe2ff;
   --bs-secondary-bg-subtle: #e2e3e5;
   --bs-success-bg-subtle: #d1e7dd;
   --bs-info-bg-subtle: #cff4fc;
   --bs-warning-bg-subtle: #fff3cd;
   --bs-danger-bg-subtle: #f8d7da;
   --bs-light-bg-subtle: #fcfcfd;
   --bs-dark-bg-subtle: #ced4da;
   --bs-primary-border-subtle: #9ec5fe;
   --bs-secondary-border-subtle: #c4c8cb;
   --bs-success-border-subtle: #a3cfbb;
   --bs-info-border-subtle: #9eeaf9;
   --bs-warning-border-subtle: #ffe69c;
   --bs-danger-border-subtle: #f1aeb5;
   --bs-light-border-subtle: #e9ecef;
   --bs-dark-border-subtle: #adb5bd;
   --bs-white-rgb: 255, 255, 255;
   --bs-black-rgb: 0, 0, 0;
   --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans",
      Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
   --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
   --bs-body-font-family: var(--bs-font-sans-serif);
   --bs-body-font-size: 1rem;
   --bs-body-font-weight: 400;
   --bs-body-line-height: 1.5;
   --bs-body-color: #212529;
   --bs-body-color-rgb: 33, 37, 41;
   --bs-body-bg: #fff;
   --bs-body-bg-rgb: 255, 255, 255;
   --bs-emphasis-color: #000;
   --bs-emphasis-color-rgb: 0, 0, 0;
   --bs-secondary-color: rgba(33, 37, 41, 0.75);
   --bs-secondary-color-rgb: 33, 37, 41;
   --bs-secondary-bg: #e9ecef;
   --bs-secondary-bg-rgb: 233, 236, 239;
   --bs-tertiary-color: rgba(33, 37, 41, 0.5);
   --bs-tertiary-color-rgb: 33, 37, 41;
   --bs-tertiary-bg: #f8f9fa;
   --bs-tertiary-bg-rgb: 248, 249, 250;
   --bs-heading-color: inherit;
   --bs-link-color: #0d6efd;
   --bs-link-color-rgb: 13, 110, 253;
   --bs-link-decoration: underline;
   --bs-link-hover-color: #0a58ca;
   --bs-link-hover-color-rgb: 10, 88, 202;
   --bs-code-color: #d63384;
   --bs-highlight-color: #212529;
   --bs-highlight-bg: #fff3cd;
   --bs-border-width: 1px;
   --bs-border-style: solid;
   --bs-border-color: #dee2e6;
   --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
   --bs-border-radius: 0.375rem;
   --bs-border-radius-sm: 0.25rem;
   --bs-border-radius-lg: 0.5rem;
   --bs-border-radius-xl: 1rem;
   --bs-border-radius-xxl: 2rem;
   --bs-border-radius-2xl: var(--bs-border-radius-xxl);
   --bs-border-radius-pill: 50rem;
   --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
   --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
   --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
   --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
   --bs-focus-ring-width: 0.25rem;
   --bs-focus-ring-opacity: 0.25;
   --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
   --bs-form-valid-color: #198754;
   --bs-form-valid-border-color: #198754;
   --bs-form-invalid-color: #dc3545;
   --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme="dark"] {
   color-scheme: dark;
   --bs-body-color: #dee2e6;
   --bs-body-color-rgb: 222, 226, 230;
   --bs-body-bg: #212529;
   --bs-body-bg-rgb: 33, 37, 41;
   --bs-emphasis-color: #fff;
   --bs-emphasis-color-rgb: 255, 255, 255;
   --bs-secondary-color: rgba(222, 226, 230, 0.75);
   --bs-secondary-color-rgb: 222, 226, 230;
   --bs-secondary-bg: #343a40;
   --bs-secondary-bg-rgb: 52, 58, 64;
   --bs-tertiary-color: rgba(222, 226, 230, 0.5);
   --bs-tertiary-color-rgb: 222, 226, 230;
   --bs-tertiary-bg: #2b3035;
   --bs-tertiary-bg-rgb: 43, 48, 53;
   --bs-primary-text-emphasis: #6ea8fe;
   --bs-secondary-text-emphasis: #a7acb1;
   --bs-success-text-emphasis: #75b798;
   --bs-info-text-emphasis: #6edff6;
   --bs-warning-text-emphasis: #ffda6a;
   --bs-danger-text-emphasis: #ea868f;
   --bs-light-text-emphasis: #f8f9fa;
   --bs-dark-text-emphasis: #dee2e6;
   --bs-primary-bg-subtle: #031633;
   --bs-secondary-bg-subtle: #161719;
   --bs-success-bg-subtle: #051b11;
   --bs-info-bg-subtle: #032830;
   --bs-warning-bg-subtle: #332701;
   --bs-danger-bg-subtle: #2c0b0e;
   --bs-light-bg-subtle: #343a40;
   --bs-dark-bg-subtle: #1a1d20;
   --bs-primary-border-subtle: #084298;
   --bs-secondary-border-subtle: #41464b;
   --bs-success-border-subtle: #0f5132;
   --bs-info-border-subtle: #087990;
   --bs-warning-border-subtle: #997404;
   --bs-danger-border-subtle: #842029;
   --bs-light-border-subtle: #495057;
   --bs-dark-border-subtle: #343a40;
   --bs-heading-color: inherit;
   --bs-link-color: #6ea8fe;
   --bs-link-hover-color: #8bb9fe;
   --bs-link-color-rgb: 110, 168, 254;
   --bs-link-hover-color-rgb: 139, 185, 254;
   --bs-code-color: #e685b5;
   --bs-highlight-color: #dee2e6;
   --bs-highlight-bg: #664d03;
   --bs-border-color: #495057;
   --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
   --bs-form-valid-color: #75b798;
   --bs-form-valid-border-color: #75b798;
   --bs-form-invalid-color: #ea868f;
   --bs-form-invalid-border-color: #ea868f;
}
*,
*:before,
*:after {
   box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
   :root {
      scroll-behavior: smooth;
   }
}
body {
   margin: 0;
   font-family: var(--bs-body-font-family);
   font-size: var(--bs-body-font-size);
   font-weight: var(--bs-body-font-weight);
   line-height: var(--bs-body-line-height);
   color: var(--bs-body-color);
   text-align: var(--bs-body-text-align);
   background-color: var(--bs-body-bg);
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
   margin: 1rem 0;
   color: inherit;
   border: 0;
   border-top: var(--bs-border-width) solid;
   opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
   margin-top: 0;
   margin-bottom: 0.5rem;
   font-weight: 500;
   line-height: 1.2;
   color: var(--bs-heading-color);
}
h1,
.h1 {
   font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
   h1,
   .h1 {
      font-size: 2.5rem;
   }
}
h2,
.h2 {
   font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
   h2,
   .h2 {
      font-size: 2rem;
   }
}
h3,
.h3 {
   font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
   h3,
   .h3 {
      font-size: 1.75rem;
   }
}
h4,
.h4 {
   font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
   h4,
   .h4 {
      font-size: 1.5rem;
   }
}
h5,
.h5 {
   font-size: 1.25rem;
}
h6,
.h6 {
   font-size: 1rem;
}
p {
   margin-top: 0;
   margin-bottom: 1rem;
}
abbr[title] {
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted;
   cursor: help;
   -webkit-text-decoration-skip-ink: none;
   text-decoration-skip-ink: none;
}
address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit;
}
ol,
ul {
   padding-left: 2rem;
}
ol,
ul,
dl {
   margin-top: 0;
   margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
   margin-bottom: 0;
}
dt {
   font-weight: 700;
}
dd {
   margin-bottom: 0.5rem;
   margin-left: 0;
}
blockquote {
   margin: 0 0 1rem;
}
b,
strong {
   font-weight: bolder;
}
small,
.small {
   font-size: 0.875em;
}
mark,
.mark {
   padding: 0.1875em;
   color: var(--bs-highlight-color);
   background-color: var(--bs-highlight-bg);
}
sub,
sup {
   position: relative;
   font-size: 0.75em;
   line-height: 0;
   vertical-align: baseline;
}
sub {
   bottom: -0.25em;
}
sup {
   top: -0.5em;
}
a {
   color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
   text-decoration: underline;
}
a:hover {
   --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
   color: inherit;
   text-decoration: none;
}
pre,
code,
kbd,
samp {
   font-family: var(--bs-font-monospace);
   font-size: 1em;
}
pre {
   display: block;
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
   font-size: 0.875em;
}
pre code {
   font-size: inherit;
   color: inherit;
   word-break: normal;
}
code {
   font-size: 0.875em;
   color: var(--bs-code-color);
   word-wrap: break-word;
}
a > code {
   color: inherit;
}
kbd {
   padding: 0.1875rem 0.375rem;
   font-size: 0.875em;
   color: var(--bs-body-bg);
   background-color: var(--bs-body-color);
   border-radius: 0.25rem;
}
kbd kbd {
   padding: 0;
   font-size: 1em;
}
figure {
   margin: 0 0 1rem;
}
img,
svg {
   vertical-align: middle;
}
table {
   caption-side: bottom;
   border-collapse: collapse;
}
caption {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   color: var(--bs-secondary-color);
   text-align: left;
}
th {
   text-align: inherit;
   text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
   border-color: inherit;
   border-style: solid;
   border-width: 0;
}
label {
   display: inline-block;
}
button {
   border-radius: 0;
}
button:focus:not(:focus-visible) {
   outline: 0;
}
input,
button,
select,
optgroup,
textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
}
button,
select {
   text-transform: none;
}
[role="button"] {
   cursor: pointer;
}
select {
   word-wrap: normal;
}
select:disabled {
   opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not(
      [type="time"]
   )::-webkit-calendar-picker-indicator {
   display: none !important;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
   -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
   cursor: pointer;
}
::-moz-focus-inner {
   padding: 0;
   border-style: none;
}
textarea {
   resize: vertical;
}
fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
}
legend {
   float: left;
   width: 100%;
   padding: 0;
   margin-bottom: 0.5rem;
   font-size: calc(1.275rem + 0.3vw);
   line-height: inherit;
}
@media (min-width: 1200px) {
   legend {
      font-size: 1.5rem;
   }
}
legend + * {
   clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
   padding: 0;
}
::-webkit-inner-spin-button {
   height: auto;
}
[type="search"] {
   -webkit-appearance: textfield;
   outline-offset: -2px;
}
::-webkit-search-decoration {
   -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
   padding: 0;
}
::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
}
::file-selector-button {
   font: inherit;
   -webkit-appearance: button;
}
output {
   display: inline-block;
}
iframe {
   border: 0;
}
summary {
   display: list-item;
   cursor: pointer;
}
progress {
   vertical-align: baseline;
}
[hidden] {
   display: none !important;
}
.lead {
   font-size: 1.25rem;
   font-weight: 300;
}
.display-1 {
   font-size: calc(1.625rem + 4.5vw);
   font-weight: 300;
   line-height: 1.2;
}
@media (min-width: 1200px) {
   .display-1 {
      font-size: 5rem;
   }
}
.display-2 {
   font-size: calc(1.575rem + 3.9vw);
   font-weight: 300;
   line-height: 1.2;
}
@media (min-width: 1200px) {
   .display-2 {
      font-size: 4.5rem;
   }
}
.display-3 {
   font-size: calc(1.525rem + 3.3vw);
   font-weight: 300;
   line-height: 1.2;
}
@media (min-width: 1200px) {
   .display-3 {
      font-size: 4rem;
   }
}
.display-4 {
   font-size: calc(1.475rem + 2.7vw);
   font-weight: 300;
   line-height: 1.2;
}
@media (min-width: 1200px) {
   .display-4 {
      font-size: 3.5rem;
   }
}
.display-5 {
   font-size: calc(1.425rem + 2.1vw);
   font-weight: 300;
   line-height: 1.2;
}
@media (min-width: 1200px) {
   .display-5 {
      font-size: 3rem;
   }
}
.display-6 {
   font-size: calc(1.375rem + 1.5vw);
   font-weight: 300;
   line-height: 1.2;
}
@media (min-width: 1200px) {
   .display-6 {
      font-size: 2.5rem;
   }
}
.list-unstyled,
.list-inline {
   padding-left: 0;
   list-style: none;
}
.list-inline-item {
   display: inline-block;
}
.list-inline-item:not(:last-child) {
   margin-right: 0.5rem;
}
.initialism {
   font-size: 0.875em;
   text-transform: uppercase;
}
.blockquote {
   margin-bottom: 1rem;
   font-size: 1.25rem;
}
.blockquote > :last-child {
   margin-bottom: 0;
}
.blockquote-footer {
   margin-top: -1rem;
   margin-bottom: 1rem;
   font-size: 0.875em;
   color: #6c757d;
}
.blockquote-footer:before {
   content: "â€”Â ";
}
.img-fluid {
   max-width: 100%;
   height: auto;
}
.img-thumbnail {
   padding: 0.25rem;
   background-color: var(--bs-body-bg);
   border: var(--bs-border-width) solid var(--bs-border-color);
   border-radius: var(--bs-border-radius);
   max-width: 100%;
   height: auto;
}
.figure {
   display: inline-block;
}
.figure-img {
   margin-bottom: 0.5rem;
   line-height: 1;
}
.figure-caption {
   font-size: 0.875em;
   color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
   --bs-gutter-x: 1.5rem;
   --bs-gutter-y: 0;
   width: 100%;
   padding-right: calc(var(--bs-gutter-x) * 0.5);
   padding-left: calc(var(--bs-gutter-x) * 0.5);
   margin-right: auto;
   margin-left: auto;
}
@media (min-width: 576px) {
   .container-sm,
   .container {
      max-width: 540px;
   }
}
@media (min-width: 768px) {
   .container-md,
   .container-sm,
   .container {
      max-width: 720px;
   }
}
@media (min-width: 992px) {
   .container-lg,
   .container-md,
   .container-sm,
   .container {
      max-width: 960px;
   }
}
@media (min-width: 1200px) {
   .container-xl,
   .container-lg,
   .container-md,
   .container-sm,
   .container {
      max-width: 1140px;
   }
}
@media (min-width: 1400px) {
   .container-xxl,
   .container-xl,
   .container-lg,
   .container-md,
   .container-sm,
   .container {
      max-width: 1320px;
   }
}
:root {
   --bs-breakpoint-xs: 0;
   --bs-breakpoint-sm: 576px;
   --bs-breakpoint-md: 768px;
   --bs-breakpoint-lg: 992px;
   --bs-breakpoint-xl: 1200px;
   --bs-breakpoint-xxl: 1400px;
}
.row {
   --bs-gutter-x: 1.5rem;
   --bs-gutter-y: 0;
   display: flex;
   flex-wrap: wrap;
   margin-top: calc(-1 * var(--bs-gutter-y));
   margin-right: calc(-0.5 * var(--bs-gutter-x));
   margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.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%;
}
.row-cols-auto > * {
   flex: 0 0 auto;
   width: auto;
}
.row-cols-1 > * {
   flex: 0 0 auto;
   width: 100%;
}
.row-cols-2 > * {
   flex: 0 0 auto;
   width: 50%;
}
.row-cols-3 > * {
   flex: 0 0 auto;
   width: 33.33333333%;
}
.row-cols-4 > * {
   flex: 0 0 auto;
   width: 25%;
}
.row-cols-5 > * {
   flex: 0 0 auto;
   width: 20%;
}
.row-cols-6 > * {
   flex: 0 0 auto;
   width: 16.66666667%;
}
.col-auto {
   flex: 0 0 auto;
   width: auto;
}
.col-1 {
   flex: 0 0 auto;
   width: 8.33333333%;
}
.col-2 {
   flex: 0 0 auto;
   width: 16.66666667%;
}
.col-3 {
   flex: 0 0 auto;
   width: 25%;
}
.col-4 {
   flex: 0 0 auto;
   width: 33.33333333%;
}
.col-5 {
   flex: 0 0 auto;
   width: 41.66666667%;
}
.col-6 {
   flex: 0 0 auto;
   width: 50%;
}
.col-7 {
   flex: 0 0 auto;
   width: 58.33333333%;
}
.col-8 {
   flex: 0 0 auto;
   width: 66.66666667%;
}
.col-9 {
   flex: 0 0 auto;
   width: 75%;
}
.col-10 {
   flex: 0 0 auto;
   width: 83.33333333%;
}
.col-11 {
   flex: 0 0 auto;
   width: 91.66666667%;
}
.col-12 {
   flex: 0 0 auto;
   width: 100%;
}
.offset-1 {
   margin-left: 8.33333333%;
}
.offset-2 {
   margin-left: 16.66666667%;
}
.offset-3 {
   margin-left: 25%;
}
.offset-4 {
   margin-left: 33.33333333%;
}
.offset-5 {
   margin-left: 41.66666667%;
}
.offset-6 {
   margin-left: 50%;
}
.offset-7 {
   margin-left: 58.33333333%;
}
.offset-8 {
   margin-left: 66.66666667%;
}
.offset-9 {
   margin-left: 75%;
}
.offset-10 {
   margin-left: 83.33333333%;
}
.offset-11 {
   margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
   --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
   --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
   --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
   --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
   --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
   --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
   --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
   --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
   --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
   --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
   --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
   --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
   .col-sm {
      flex: 1 0 0%;
   }
   .row-cols-sm-auto > * {
      flex: 0 0 auto;
      width: auto;
   }
   .row-cols-sm-1 > * {
      flex: 0 0 auto;
      width: 100%;
   }
   .row-cols-sm-2 > * {
      flex: 0 0 auto;
      width: 50%;
   }
   .row-cols-sm-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .row-cols-sm-4 > * {
      flex: 0 0 auto;
      width: 25%;
   }
   .row-cols-sm-5 > * {
      flex: 0 0 auto;
      width: 20%;
   }
   .row-cols-sm-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
   }
   .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
   }
   .col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
   }
   .col-sm-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
   }
   .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
   }
   .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
   }
   .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
   }
   .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
   }
   .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
   }
   .col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
   }
   .col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
   }
   .col-sm-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
   }
   .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
   }
   .offset-sm-0 {
      margin-left: 0;
   }
   .offset-sm-1 {
      margin-left: 8.33333333%;
   }
   .offset-sm-2 {
      margin-left: 16.66666667%;
   }
   .offset-sm-3 {
      margin-left: 25%;
   }
   .offset-sm-4 {
      margin-left: 33.33333333%;
   }
   .offset-sm-5 {
      margin-left: 41.66666667%;
   }
   .offset-sm-6 {
      margin-left: 50%;
   }
   .offset-sm-7 {
      margin-left: 58.33333333%;
   }
   .offset-sm-8 {
      margin-left: 66.66666667%;
   }
   .offset-sm-9 {
      margin-left: 75%;
   }
   .offset-sm-10 {
      margin-left: 83.33333333%;
   }
   .offset-sm-11 {
      margin-left: 91.66666667%;
   }
   .g-sm-0,
   .gx-sm-0 {
      --bs-gutter-x: 0;
   }
   .g-sm-0,
   .gy-sm-0 {
      --bs-gutter-y: 0;
   }
   .g-sm-1,
   .gx-sm-1 {
      --bs-gutter-x: 0.25rem;
   }
   .g-sm-1,
   .gy-sm-1 {
      --bs-gutter-y: 0.25rem;
   }
   .g-sm-2,
   .gx-sm-2 {
      --bs-gutter-x: 0.5rem;
   }
   .g-sm-2,
   .gy-sm-2 {
      --bs-gutter-y: 0.5rem;
   }
   .g-sm-3,
   .gx-sm-3 {
      --bs-gutter-x: 1rem;
   }
   .g-sm-3,
   .gy-sm-3 {
      --bs-gutter-y: 1rem;
   }
   .g-sm-4,
   .gx-sm-4 {
      --bs-gutter-x: 1.5rem;
   }
   .g-sm-4,
   .gy-sm-4 {
      --bs-gutter-y: 1.5rem;
   }
   .g-sm-5,
   .gx-sm-5 {
      --bs-gutter-x: 3rem;
   }
   .g-sm-5,
   .gy-sm-5 {
      --bs-gutter-y: 3rem;
   }
}
@media (min-width: 768px) {
   .col-md {
      flex: 1 0 0%;
   }
   .row-cols-md-auto > * {
      flex: 0 0 auto;
      width: auto;
   }
   .row-cols-md-1 > * {
      flex: 0 0 auto;
      width: 100%;
   }
   .row-cols-md-2 > * {
      flex: 0 0 auto;
      width: 50%;
   }
   .row-cols-md-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .row-cols-md-4 > * {
      flex: 0 0 auto;
      width: 25%;
   }
   .row-cols-md-5 > * {
      flex: 0 0 auto;
      width: 20%;
   }
   .row-cols-md-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
   }
   .col-md-auto {
      flex: 0 0 auto;
      width: auto;
   }
   .col-md-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
   }
   .col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
   }
   .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
   }
   .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
   }
   .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
   }
   .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
   }
   .col-md-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
   }
   .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
   }
   .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
   }
   .col-md-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
   }
   .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
   }
   .offset-md-0 {
      margin-left: 0;
   }
   .offset-md-1 {
      margin-left: 8.33333333%;
   }
   .offset-md-2 {
      margin-left: 16.66666667%;
   }
   .offset-md-3 {
      margin-left: 25%;
   }
   .offset-md-4 {
      margin-left: 33.33333333%;
   }
   .offset-md-5 {
      margin-left: 41.66666667%;
   }
   .offset-md-6 {
      margin-left: 50%;
   }
   .offset-md-7 {
      margin-left: 58.33333333%;
   }
   .offset-md-8 {
      margin-left: 66.66666667%;
   }
   .offset-md-9 {
      margin-left: 75%;
   }
   .offset-md-10 {
      margin-left: 83.33333333%;
   }
   .offset-md-11 {
      margin-left: 91.66666667%;
   }
   .g-md-0,
   .gx-md-0 {
      --bs-gutter-x: 0;
   }
   .g-md-0,
   .gy-md-0 {
      --bs-gutter-y: 0;
   }
   .g-md-1,
   .gx-md-1 {
      --bs-gutter-x: 0.25rem;
   }
   .g-md-1,
   .gy-md-1 {
      --bs-gutter-y: 0.25rem;
   }
   .g-md-2,
   .gx-md-2 {
      --bs-gutter-x: 0.5rem;
   }
   .g-md-2,
   .gy-md-2 {
      --bs-gutter-y: 0.5rem;
   }
   .g-md-3,
   .gx-md-3 {
      --bs-gutter-x: 1rem;
   }
   .g-md-3,
   .gy-md-3 {
      --bs-gutter-y: 1rem;
   }
   .g-md-4,
   .gx-md-4 {
      --bs-gutter-x: 1.5rem;
   }
   .g-md-4,
   .gy-md-4 {
      --bs-gutter-y: 1.5rem;
   }
   .g-md-5,
   .gx-md-5 {
      --bs-gutter-x: 3rem;
   }
   .g-md-5,
   .gy-md-5 {
      --bs-gutter-y: 3rem;
   }
}
@media (min-width: 992px) {
   .col-lg {
      flex: 1 0 0%;
   }
   .row-cols-lg-auto > * {
      flex: 0 0 auto;
      width: auto;
   }
   .row-cols-lg-1 > * {
      flex: 0 0 auto;
      width: 100%;
   }
   .row-cols-lg-2 > * {
      flex: 0 0 auto;
      width: 50%;
   }
   .row-cols-lg-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .row-cols-lg-4 > * {
      flex: 0 0 auto;
      width: 25%;
   }
   .row-cols-lg-5 > * {
      flex: 0 0 auto;
      width: 20%;
   }
   .row-cols-lg-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
   }
   .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
   }
   .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
   }
   .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
   }
   .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
   }
   .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
   }
   .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
   }
   .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
   }
   .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
   }
   .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
   }
   .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
   }
   .col-lg-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
   }
   .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
   }
   .offset-lg-0 {
      margin-left: 0;
   }
   .offset-lg-1 {
      margin-left: 8.33333333%;
   }
   .offset-lg-2 {
      margin-left: 16.66666667%;
   }
   .offset-lg-3 {
      margin-left: 25%;
   }
   .offset-lg-4 {
      margin-left: 33.33333333%;
   }
   .offset-lg-5 {
      margin-left: 41.66666667%;
   }
   .offset-lg-6 {
      margin-left: 50%;
   }
   .offset-lg-7 {
      margin-left: 58.33333333%;
   }
   .offset-lg-8 {
      margin-left: 66.66666667%;
   }
   .offset-lg-9 {
      margin-left: 75%;
   }
   .offset-lg-10 {
      margin-left: 83.33333333%;
   }
   .offset-lg-11 {
      margin-left: 91.66666667%;
   }
   .g-lg-0,
   .gx-lg-0 {
      --bs-gutter-x: 0;
   }
   .g-lg-0,
   .gy-lg-0 {
      --bs-gutter-y: 0;
   }
   .g-lg-1,
   .gx-lg-1 {
      --bs-gutter-x: 0.25rem;
   }
   .g-lg-1,
   .gy-lg-1 {
      --bs-gutter-y: 0.25rem;
   }
   .g-lg-2,
   .gx-lg-2 {
      --bs-gutter-x: 0.5rem;
   }
   .g-lg-2,
   .gy-lg-2 {
      --bs-gutter-y: 0.5rem;
   }
   .g-lg-3,
   .gx-lg-3 {
      --bs-gutter-x: 1rem;
   }
   .g-lg-3,
   .gy-lg-3 {
      --bs-gutter-y: 1rem;
   }
   .g-lg-4,
   .gx-lg-4 {
      --bs-gutter-x: 1.5rem;
   }
   .g-lg-4,
   .gy-lg-4 {
      --bs-gutter-y: 1.5rem;
   }
   .g-lg-5,
   .gx-lg-5 {
      --bs-gutter-x: 3rem;
   }
   .g-lg-5,
   .gy-lg-5 {
      --bs-gutter-y: 3rem;
   }
}
@media (min-width: 1200px) {
   .col-xl {
      flex: 1 0 0%;
   }
   .row-cols-xl-auto > * {
      flex: 0 0 auto;
      width: auto;
   }
   .row-cols-xl-1 > * {
      flex: 0 0 auto;
      width: 100%;
   }
   .row-cols-xl-2 > * {
      flex: 0 0 auto;
      width: 50%;
   }
   .row-cols-xl-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .row-cols-xl-4 > * {
      flex: 0 0 auto;
      width: 25%;
   }
   .row-cols-xl-5 > * {
      flex: 0 0 auto;
      width: 20%;
   }
   .row-cols-xl-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
   }
   .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
   }
   .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
   }
   .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
   }
   .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
   }
   .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
   }
   .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
   }
   .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
   }
   .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
   }
   .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
   }
   .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
   }
   .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
   }
   .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
   }
   .offset-xl-0 {
      margin-left: 0;
   }
   .offset-xl-1 {
      margin-left: 8.33333333%;
   }
   .offset-xl-2 {
      margin-left: 16.66666667%;
   }
   .offset-xl-3 {
      margin-left: 25%;
   }
   .offset-xl-4 {
      margin-left: 33.33333333%;
   }
   .offset-xl-5 {
      margin-left: 41.66666667%;
   }
   .offset-xl-6 {
      margin-left: 50%;
   }
   .offset-xl-7 {
      margin-left: 58.33333333%;
   }
   .offset-xl-8 {
      margin-left: 66.66666667%;
   }
   .offset-xl-9 {
      margin-left: 75%;
   }
   .offset-xl-10 {
      margin-left: 83.33333333%;
   }
   .offset-xl-11 {
      margin-left: 91.66666667%;
   }
   .g-xl-0,
   .gx-xl-0 {
      --bs-gutter-x: 0;
   }
   .g-xl-0,
   .gy-xl-0 {
      --bs-gutter-y: 0;
   }
   .g-xl-1,
   .gx-xl-1 {
      --bs-gutter-x: 0.25rem;
   }
   .g-xl-1,
   .gy-xl-1 {
      --bs-gutter-y: 0.25rem;
   }
   .g-xl-2,
   .gx-xl-2 {
      --bs-gutter-x: 0.5rem;
   }
   .g-xl-2,
   .gy-xl-2 {
      --bs-gutter-y: 0.5rem;
   }
   .g-xl-3,
   .gx-xl-3 {
      --bs-gutter-x: 1rem;
   }
   .g-xl-3,
   .gy-xl-3 {
      --bs-gutter-y: 1rem;
   }
   .g-xl-4,
   .gx-xl-4 {
      --bs-gutter-x: 1.5rem;
   }
   .g-xl-4,
   .gy-xl-4 {
      --bs-gutter-y: 1.5rem;
   }
   .g-xl-5,
   .gx-xl-5 {
      --bs-gutter-x: 3rem;
   }
   .g-xl-5,
   .gy-xl-5 {
      --bs-gutter-y: 3rem;
   }
}
@media (min-width: 1400px) {
   .col-xxl {
      flex: 1 0 0%;
   }
   .row-cols-xxl-auto > * {
      flex: 0 0 auto;
      width: auto;
   }
   .row-cols-xxl-1 > * {
      flex: 0 0 auto;
      width: 100%;
   }
   .row-cols-xxl-2 > * {
      flex: 0 0 auto;
      width: 50%;
   }
   .row-cols-xxl-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .row-cols-xxl-4 > * {
      flex: 0 0 auto;
      width: 25%;
   }
   .row-cols-xxl-5 > * {
      flex: 0 0 auto;
      width: 20%;
   }
   .row-cols-xxl-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
   }
   .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
   }
   .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
   }
   .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
   }
   .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%;
   }
   .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
   }
   .col-xxl-6 {
      flex: 0 0 auto;
      width: 50%;
   }
   .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
   }
   .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
   }
   .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%;
   }
   .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
   }
   .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
   }
   .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
   }
   .offset-xxl-0 {
      margin-left: 0;
   }
   .offset-xxl-1 {
      margin-left: 8.33333333%;
   }
   .offset-xxl-2 {
      margin-left: 16.66666667%;
   }
   .offset-xxl-3 {
      margin-left: 25%;
   }
   .offset-xxl-4 {
      margin-left: 33.33333333%;
   }
   .offset-xxl-5 {
      margin-left: 41.66666667%;
   }
   .offset-xxl-6 {
      margin-left: 50%;
   }
   .offset-xxl-7 {
      margin-left: 58.33333333%;
   }
   .offset-xxl-8 {
      margin-left: 66.66666667%;
   }
   .offset-xxl-9 {
      margin-left: 75%;
   }
   .offset-xxl-10 {
      margin-left: 83.33333333%;
   }
   .offset-xxl-11 {
      margin-left: 91.66666667%;
   }
   .g-xxl-0,
   .gx-xxl-0 {
      --bs-gutter-x: 0;
   }
   .g-xxl-0,
   .gy-xxl-0 {
      --bs-gutter-y: 0;
   }
   .g-xxl-1,
   .gx-xxl-1 {
      --bs-gutter-x: 0.25rem;
   }
   .g-xxl-1,
   .gy-xxl-1 {
      --bs-gutter-y: 0.25rem;
   }
   .g-xxl-2,
   .gx-xxl-2 {
      --bs-gutter-x: 0.5rem;
   }
   .g-xxl-2,
   .gy-xxl-2 {
      --bs-gutter-y: 0.5rem;
   }
   .g-xxl-3,
   .gx-xxl-3 {
      --bs-gutter-x: 1rem;
   }
   .g-xxl-3,
   .gy-xxl-3 {
      --bs-gutter-y: 1rem;
   }
   .g-xxl-4,
   .gx-xxl-4 {
      --bs-gutter-x: 1.5rem;
   }
   .g-xxl-4,
   .gy-xxl-4 {
      --bs-gutter-y: 1.5rem;
   }
   .g-xxl-5,
   .gx-xxl-5 {
      --bs-gutter-x: 3rem;
   }
   .g-xxl-5,
   .gy-xxl-5 {
      --bs-gutter-y: 3rem;
   }
}
.table {
   --bs-table-color-type: initial;
   --bs-table-bg-type: initial;
   --bs-table-color-state: initial;
   --bs-table-bg-state: initial;
   --bs-table-color: var(--bs-emphasis-color);
   --bs-table-bg: var(--bs-body-bg);
   --bs-table-border-color: var(--bs-border-color);
   --bs-table-accent-bg: transparent;
   --bs-table-striped-color: var(--bs-emphasis-color);
   --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
   --bs-table-active-color: var(--bs-emphasis-color);
   --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
   --bs-table-hover-color: var(--bs-emphasis-color);
   --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
   width: 100%;
   margin-bottom: 1rem;
   vertical-align: top;
   border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
   padding: 0.5rem;
   color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
   background-color: var(--bs-table-bg);
   border-bottom-width: var(--bs-border-width);
   box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
   vertical-align: inherit;
}
.table > thead {
   vertical-align: bottom;
}
.table-group-divider {
   border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
   caption-side: top;
}
.table-sm > :not(caption) > * > * {
   padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
   border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
   border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
   border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
   border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
   --bs-table-color-type: var(--bs-table-striped-color);
   --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
   --bs-table-color-type: var(--bs-table-striped-color);
   --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
   --bs-table-color-state: var(--bs-table-active-color);
   --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
   --bs-table-color-state: var(--bs-table-hover-color);
   --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
   --bs-table-color: #000;
   --bs-table-bg: #cfe2ff;
   --bs-table-border-color: #a6b5cc;
   --bs-table-striped-bg: #c5d7f2;
   --bs-table-striped-color: #000;
   --bs-table-active-bg: #bacbe6;
   --bs-table-active-color: #000;
   --bs-table-hover-bg: #bfd1ec;
   --bs-table-hover-color: #000;
   color: var(--bs-table-color);
   border-color: var(--bs-table-border-color);
}
.table-secondary {
   --bs-table-color: #000;
   --bs-table-bg: #e2e3e5;
   --bs-table-border-color: #b5b6b7;
   --bs-table-striped-bg: #d7d8da;
   --bs-table-striped-color: #000;
   --bs-table-active-bg: #cbccce;
   --bs-table-active-color: #000;
   --bs-table-hover-bg: #d1d2d4;
   --bs-table-hover-color: #000;
   color: var(--bs-table-color);
   border-color: var(--bs-table-border-color);
}
.table-success {
   --bs-table-color: #000;
   --bs-table-bg: #d1e7dd;
   --bs-table-border-color: #a7b9b1;
   --bs-table-striped-bg: #c7dbd2;
   --bs-table-striped-color: #000;
   --bs-table-active-bg: #bcd0c7;
   --bs-table-active-color: #000;
   --bs-table-hover-bg: #c1d6cc;
   --bs-table-hover-color: #000;
   color: var(--bs-table-color);
   border-color: var(--bs-table-border-color);
}
.table-info {
   --bs-table-color: #000;
   --bs-table-bg: #cff4fc;
   --bs-table-border-color: #a6c3ca;
   --bs-table-striped-bg: #c5e8ef;
   --bs-table-striped-color: #000;
   --bs-table-active-bg: #badce3;
   --bs-table-active-color: #000;
   --bs-table-hover-bg: #bfe2e9;
   --bs-table-hover-color: #000;
   color: var(--bs-table-color);
   border-color: var(--bs-table-border-color);
}
.table-warning {
   --bs-table-color: #000;
   --bs-table-bg: #fff3cd;
   --bs-table-border-color: #ccc2a4;
   --bs-table-striped-bg: #f2e7c3;
   --bs-table-striped-color: #000;
   --bs-table-active-bg: #e6dbb9;
   --bs-table-active-color: #000;
   --bs-table-hover-bg: #ece1be;
   --bs-table-hover-color: #000;
   color: var(--bs-table-color);
   border-color: var(--bs-table-border-color);
}
.table-danger {
   --bs-table-color: #000;
   --bs-table-bg: #f8d7da;
   --bs-table-border-color: #c6acae;
   --bs-table-striped-bg: #eccccf;
   --bs-table-striped-color: #000;
   --bs-table-active-bg: #dfc2c4;
   --bs-table-active-color: #000;
   --bs-table-hover-bg: #e5c7ca;
   --bs-table-hover-color: #000;
   color: var(--bs-table-color);
   border-color: var(--bs-table-border-color);
}
.table-light {
   --bs-table-color: #000;
   --bs-table-bg: #f8f9fa;
   --bs-table-border-color: #c6c7c8;
   --bs-table-striped-bg: #ecedee;
   --bs-table-striped-color: #000;
   --bs-table-active-bg: #dfe0e1;
   --bs-table-active-color: #000;
   --bs-table-hover-bg: #e5e6e7;
   --bs-table-hover-color: #000;
   color: var(--bs-table-color);
   border-color: var(--bs-table-border-color);
}
.table-dark {
   --bs-table-color: #fff;
   --bs-table-bg: #212529;
   --bs-table-border-color: #4d5154;
   --bs-table-striped-bg: #2c3034;
   --bs-table-striped-color: #fff;
   --bs-table-active-bg: #373b3e;
   --bs-table-active-color: #fff;
   --bs-table-hover-bg: #323539;
   --bs-table-hover-color: #fff;
   color: var(--bs-table-color);
   border-color: var(--bs-table-border-color);
}
.table-responsive {
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
   .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
   }
}
@media (max-width: 767.98px) {
   .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
   }
}
@media (max-width: 991.98px) {
   .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
   }
}
@media (max-width: 1199.98px) {
   .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
   }
}
@media (max-width: 1399.98px) {
   .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
   }
}
.form-label {
   margin-bottom: 0.5rem;
}
.col-form-label {
   padding-top: calc(0.375rem + var(--bs-border-width));
   padding-bottom: calc(0.375rem + var(--bs-border-width));
   margin-bottom: 0;
   font-size: inherit;
   line-height: 1.5;
}
.col-form-label-lg {
   padding-top: calc(0.5rem + var(--bs-border-width));
   padding-bottom: calc(0.5rem + var(--bs-border-width));
   font-size: 1.25rem;
}
.col-form-label-sm {
   padding-top: calc(0.25rem + var(--bs-border-width));
   padding-bottom: calc(0.25rem + var(--bs-border-width));
   font-size: 0.875rem;
}
.form-text {
   margin-top: 0.25rem;
   font-size: 0.875em;
   color: var(--bs-secondary-color);
}
.form-control {
   display: block;
   width: 100%;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: var(--bs-body-color);
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color: var(--bs-body-bg);
   background-clip: padding-box;
   border: var(--bs-border-width) solid var(--bs-border-color);
   border-radius: var(--bs-border-radius);
   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: var(--bs-body-color);
   background-color: var(--bs-body-bg);
   border-color: #86b7fe;
   outline: 0;
   box-shadow: 0 0 0 0.25rem #0d6efd40;
}
.form-control::-webkit-date-and-time-value {
   min-width: 85px;
   height: 1.5em;
   margin: 0;
}
.form-control::-webkit-datetime-edit {
   display: block;
   padding: 0;
}
.form-control::-moz-placeholder {
   color: var(--bs-secondary-color);
   opacity: 1;
}
.form-control::placeholder {
   color: var(--bs-secondary-color);
   opacity: 1;
}
.form-control:disabled {
   background-color: var(--bs-secondary-bg);
   opacity: 1;
}
.form-control::-webkit-file-upload-button {
   padding: 0.375rem 0.75rem;
   margin: -0.375rem -0.75rem;
   -webkit-margin-end: 0.75rem;
   margin-inline-end: 0.75rem;
   color: var(--bs-body-color);
   background-color: var(--bs-tertiary-bg);
   pointer-events: none;
   border-color: inherit;
   border-style: solid;
   border-width: 0;
   border-inline-end-width: var(--bs-border-width);
   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;
}
.form-control::file-selector-button {
   padding: 0.375rem 0.75rem;
   margin: -0.375rem -0.75rem;
   -webkit-margin-end: 0.75rem;
   margin-inline-end: 0.75rem;
   color: var(--bs-body-color);
   background-color: var(--bs-tertiary-bg);
   pointer-events: none;
   border-color: inherit;
   border-style: solid;
   border-width: 0;
   border-inline-end-width: var(--bs-border-width);
   border-radius: 0;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .form-control::-webkit-file-upload-button {
      -webkit-transition: none;
      transition: none;
   }
   .form-control::file-selector-button {
      transition: none;
   }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
   background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
   background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
   display: block;
   width: 100%;
   padding: 0.375rem 0;
   margin-bottom: 0;
   line-height: 1.5;
   color: var(--bs-body-color);
   background-color: transparent;
   border: solid transparent;
   border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
   outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
   padding-right: 0;
   padding-left: 0;
}
.form-control-sm {
   min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
   padding: 0.25rem 0.5rem;
   margin: -0.25rem -0.5rem;
   -webkit-margin-end: 0.5rem;
   margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
   padding: 0.25rem 0.5rem;
   margin: -0.25rem -0.5rem;
   -webkit-margin-end: 0.5rem;
   margin-inline-end: 0.5rem;
}
.form-control-lg {
   min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
   padding: 0.5rem 1rem;
   margin: -0.5rem -1rem;
   -webkit-margin-end: 1rem;
   margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
   padding: 0.5rem 1rem;
   margin: -0.5rem -1rem;
   -webkit-margin-end: 1rem;
   margin-inline-end: 1rem;
}
textarea.form-control {
   min-height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
}
textarea.form-control-sm {
   min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
}
textarea.form-control-lg {
   min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.form-control-color {
   width: 3rem;
   height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
   padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
   cursor: pointer;
}
.form-control-color::-moz-color-swatch {
   border: 0 !important;
   border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
   border: 0 !important;
   border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
   height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
}
.form-control-color.form-control-lg {
   height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.form-select {
   --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
   display: block;
   width: 100%;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: var(--bs-body-color);
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color: var(--bs-body-bg);
   background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
   background-repeat: no-repeat;
   background-position: right 0.75rem center;
   background-size: 16px 12px;
   border: var(--bs-border-width) solid var(--bs-border-color);
   border-radius: var(--bs-border-radius);
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .form-select {
      transition: none;
   }
}
.form-select:focus {
   border-color: #86b7fe;
   outline: 0;
   box-shadow: 0 0 0 0.25rem #0d6efd40;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
   padding-right: 0.75rem;
   background-image: none;
}
.form-select:disabled {
   background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
   padding-top: 0.25rem;
   padding-bottom: 0.25rem;
   padding-left: 0.5rem;
   font-size: 0.875rem;
   border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   padding-left: 1rem;
   font-size: 1.25rem;
   border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme="dark"] .form-select {
   --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.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-reverse {
   padding-right: 1.5em;
   padding-left: 0;
   text-align: right;
}
.form-check-reverse .form-check-input {
   float: right;
   margin-right: -1.5em;
   margin-left: 0;
}
.form-check-input {
   --bs-form-check-bg: var(--bs-body-bg);
   flex-shrink: 0;
   width: 1em;
   height: 1em;
   margin-top: 0.25em;
   vertical-align: top;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color: var(--bs-form-check-bg);
   background-image: var(--bs-form-check-bg-image);
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   border: var(--bs-border-width) solid var(--bs-border-color);
   -webkit-print-color-adjust: exact;
   color-adjust: exact;
   print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
   border-radius: 0.25em;
}
.form-check-input[type="radio"] {
   border-radius: 50%;
}
.form-check-input:active {
   filter: brightness(90%);
}
.form-check-input:focus {
   border-color: #86b7fe;
   outline: 0;
   box-shadow: 0 0 0 0.25rem #0d6efd40;
}
.form-check-input:checked {
   background-color: #0d6efd;
   border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
   --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
   --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
   background-color: #0d6efd;
   border-color: #0d6efd;
   --bs-form-check-bg-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 {
   cursor: default;
   opacity: 0.5;
}
.form-switch {
   padding-left: 2.5em;
}
.form-switch .form-check-input {
   --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
   width: 2em;
   margin-left: -2.5em;
   background-image: var(--bs-form-switch-bg);
   background-position: left center;
   border-radius: 2em;
   transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .form-switch .form-check-input {
      transition: none;
   }
}
.form-switch .form-check-input:focus {
   --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
   background-position: right center;
   --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
   padding-right: 2.5em;
   padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
   margin-right: -2.5em;
   margin-left: 0;
}
.form-check-inline {
   display: inline-block;
   margin-right: 1rem;
}
.btn-check {
   position: absolute;
   clip: rect(0, 0, 0, 0);
   pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
   pointer-events: none;
   filter: none;
   opacity: 0.65;
}
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
   --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
   width: 100%;
   height: 1.5rem;
   padding: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color: transparent;
}
.form-range:focus {
   outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #0d6efd40;
}
.form-range:focus::-moz-range-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #0d6efd40;
}
.form-range::-moz-focus-outer {
   border: 0;
}
.form-range::-webkit-slider-thumb {
   width: 1rem;
   height: 1rem;
   margin-top: -0.25rem;
   -webkit-appearance: none;
   appearance: none;
   background-color: #0d6efd;
   border: 0;
   border-radius: 1rem;
   -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .form-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none;
   }
}
.form-range::-webkit-slider-thumb:active {
   background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: var(--bs-secondary-bg);
   border-color: transparent;
   border-radius: 1rem;
}
.form-range::-moz-range-thumb {
   width: 1rem;
   height: 1rem;
   -moz-appearance: none;
   appearance: none;
   background-color: #0d6efd;
   border: 0;
   border-radius: 1rem;
   -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .form-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none;
   }
}
.form-range::-moz-range-thumb:active {
   background-color: #b6d4fe;
}
.form-range::-moz-range-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: var(--bs-secondary-bg);
   border-color: transparent;
   border-radius: 1rem;
}
.form-range:disabled {
   pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
   background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
   background-color: var(--bs-secondary-color);
}
.form-floating {
   position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
   height: calc(3.5rem + var(--bs-border-width) * 2);
   min-height: calc(3.5rem + var(--bs-border-width) * 2);
   line-height: 1.25;
}
.form-floating > label {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 2;
   height: 100%;
   padding: 1rem 0.75rem;
   overflow: hidden;
   text-align: start;
   text-overflow: ellipsis;
   white-space: nowrap;
   pointer-events: none;
   border: var(--bs-border-width) solid transparent;
   transform-origin: 0 0;
   transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .form-floating > label {
      transition: none;
   }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
   padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder,
.form-floating > .form-control-plaintext::-moz-placeholder {
   color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
   color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown),
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
   padding-top: 1.625rem;
   padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
   padding-top: 1.625rem;
   padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
   padding-top: 1.625rem;
   padding-bottom: 0.625rem;
}
.form-floating > .form-select {
   padding-top: 1.625rem;
   padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
   color: rgba(var(--bs-body-color-rgb), 0.65);
   transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
   color: rgba(var(--bs-body-color-rgb), 0.65);
   transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label:after {
   position: absolute;
   inset: 1rem 0.375rem;
   z-index: -1;
   height: 1.5em;
   content: "";
   background-color: var(--bs-body-bg);
   border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label:after,
.form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.form-floating > .form-control-plaintext ~ label:after,
.form-floating > .form-select ~ label:after {
   position: absolute;
   inset: 1rem 0.375rem;
   z-index: -1;
   height: 1.5em;
   content: "";
   background-color: var(--bs-body-bg);
   border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
   color: rgba(var(--bs-body-color-rgb), 0.65);
   transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
   border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
   color: #6c757d;
}
.form-floating > :disabled ~ label:after,
.form-floating > .form-control:disabled ~ label:after {
   background-color: var(--bs-secondary-bg);
}
.input-group {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: stretch;
   width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
   position: relative;
   flex: 1 1 auto;
   width: 1%;
   min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
   z-index: 5;
}
.input-group .btn {
   position: relative;
   z-index: 2;
}
.input-group .btn:focus {
   z-index: 5;
}
.input-group-text {
   display: flex;
   align-items: center;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: var(--bs-body-color);
   text-align: center;
   white-space: nowrap;
   background-color: var(--bs-tertiary-bg);
   border: var(--bs-border-width) solid var(--bs-border-color);
   border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
   padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}
.input-group
   > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(
      .invalid-feedback
   ) {
   margin-left: calc(var(--bs-border-width) * -1);
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}
.valid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 0.875em;
   color: var(--bs-form-valid-color);
}
.valid-tooltip {
   position: absolute;
   top: 100%;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.25rem 0.5rem;
   margin-top: 0.1rem;
   font-size: 0.875rem;
   color: #fff;
   background-color: var(--bs-success);
   border-radius: var(--bs-border-radius);
}
.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: var(--bs-form-valid-border-color);
   padding-right: calc(1.5em + 0.75rem);
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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: var(--bs-form-valid-border-color);
   box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
   padding-right: calc(1.5em + 0.75rem);
   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
   border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
   --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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");
   padding-right: 4.125rem;
   background-position: right 0.75rem center, center right 2.25rem;
   background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
   border-color: var(--bs-form-valid-border-color);
   box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
   width: calc(3.75rem + 1.5em);
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
   border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
   background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
   box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
   color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
   margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
   z-index: 3;
}
.invalid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 0.875em;
   color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
   position: absolute;
   top: 100%;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.25rem 0.5rem;
   margin-top: 0.1rem;
   font-size: 0.875rem;
   color: #fff;
   background-color: var(--bs-danger);
   border-radius: var(--bs-border-radius);
}
.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: var(--bs-form-invalid-border-color);
   padding-right: calc(1.5em + 0.75rem);
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: right calc(0.375em + 0.1875rem) center;
   background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
   border-color: var(--bs-form-invalid-border-color);
   box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
   padding-right: calc(1.5em + 0.75rem);
   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
   border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
   --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
   padding-right: 4.125rem;
   background-position: right 0.75rem center, center right 2.25rem;
   background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
   border-color: var(--bs-form-invalid-border-color);
   box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
   width: calc(3.75rem + 1.5em);
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
   border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
   background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
   box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
   color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
   margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
   z-index: 4;
}
.btn {
   --bs-btn-padding-x: 0.75rem;
   --bs-btn-padding-y: 0.375rem;
   --bs-btn-font-family: ;
   --bs-btn-font-size: 1rem;
   --bs-btn-font-weight: 400;
   --bs-btn-line-height: 1.5;
   --bs-btn-color: var(--bs-body-color);
   --bs-btn-bg: transparent;
   --bs-btn-border-width: var(--bs-border-width);
   --bs-btn-border-color: transparent;
   --bs-btn-border-radius: var(--bs-border-radius);
   --bs-btn-hover-border-color: transparent;
   --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
   --bs-btn-disabled-opacity: 0.65;
   --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
   display: inline-block;
   padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
   font-family: var(--bs-btn-font-family);
   font-size: var(--bs-btn-font-size);
   font-weight: var(--bs-btn-font-weight);
   line-height: var(--bs-btn-line-height);
   color: var(--bs-btn-color);
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
   border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
   border-radius: var(--bs-btn-border-radius);
   background-color: var(--bs-btn-bg);
   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: var(--bs-btn-hover-color);
   background-color: var(--bs-btn-hover-bg);
   border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
   color: var(--bs-btn-color);
   background-color: var(--bs-btn-bg);
   border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
   color: var(--bs-btn-hover-color);
   background-color: var(--bs-btn-hover-bg);
   border-color: var(--bs-btn-hover-border-color);
   outline: 0;
   box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
   border-color: var(--bs-btn-hover-border-color);
   outline: 0;
   box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
   color: var(--bs-btn-active-color);
   background-color: var(--bs-btn-active-bg);
   border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
   box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
   color: var(--bs-btn-disabled-color);
   pointer-events: none;
   background-color: var(--bs-btn-disabled-bg);
   border-color: var(--bs-btn-disabled-border-color);
   opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
   --bs-btn-color: #fff;
   --bs-btn-bg: #0d6efd;
   --bs-btn-border-color: #0d6efd;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #0b5ed7;
   --bs-btn-hover-border-color: #0a58ca;
   --bs-btn-focus-shadow-rgb: 49, 132, 253;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #0a58ca;
   --bs-btn-active-border-color: #0a53be;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #0d6efd;
   --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
   --bs-btn-color: #fff;
   --bs-btn-bg: #6c757d;
   --bs-btn-border-color: #6c757d;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #5c636a;
   --bs-btn-hover-border-color: #565e64;
   --bs-btn-focus-shadow-rgb: 130, 138, 145;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #565e64;
   --bs-btn-active-border-color: #51585e;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #6c757d;
   --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
   --bs-btn-color: #fff;
   --bs-btn-bg: #198754;
   --bs-btn-border-color: #198754;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #157347;
   --bs-btn-hover-border-color: #146c43;
   --bs-btn-focus-shadow-rgb: 60, 153, 110;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #146c43;
   --bs-btn-active-border-color: #13653f;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #198754;
   --bs-btn-disabled-border-color: #198754;
}
.btn-info {
   --bs-btn-color: #000;
   --bs-btn-bg: #0dcaf0;
   --bs-btn-border-color: #0dcaf0;
   --bs-btn-hover-color: #000;
   --bs-btn-hover-bg: #31d2f2;
   --bs-btn-hover-border-color: #25cff2;
   --bs-btn-focus-shadow-rgb: 11, 172, 204;
   --bs-btn-active-color: #000;
   --bs-btn-active-bg: #3dd5f3;
   --bs-btn-active-border-color: #25cff2;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #000;
   --bs-btn-disabled-bg: #0dcaf0;
   --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
   --bs-btn-color: #000;
   --bs-btn-bg: #ffc107;
   --bs-btn-border-color: #ffc107;
   --bs-btn-hover-color: #000;
   --bs-btn-hover-bg: #ffca2c;
   --bs-btn-hover-border-color: #ffc720;
   --bs-btn-focus-shadow-rgb: 217, 164, 6;
   --bs-btn-active-color: #000;
   --bs-btn-active-bg: #ffcd39;
   --bs-btn-active-border-color: #ffc720;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #000;
   --bs-btn-disabled-bg: #ffc107;
   --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
   --bs-btn-color: #fff;
   --bs-btn-bg: #dc3545;
   --bs-btn-border-color: #dc3545;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #bb2d3b;
   --bs-btn-hover-border-color: #b02a37;
   --bs-btn-focus-shadow-rgb: 225, 83, 97;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #b02a37;
   --bs-btn-active-border-color: #a52834;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #dc3545;
   --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
   --bs-btn-color: #000;
   --bs-btn-bg: #f8f9fa;
   --bs-btn-border-color: #f8f9fa;
   --bs-btn-hover-color: #000;
   --bs-btn-hover-bg: #d3d4d5;
   --bs-btn-hover-border-color: #c6c7c8;
   --bs-btn-focus-shadow-rgb: 211, 212, 213;
   --bs-btn-active-color: #000;
   --bs-btn-active-bg: #c6c7c8;
   --bs-btn-active-border-color: #babbbc;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #000;
   --bs-btn-disabled-bg: #f8f9fa;
   --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
   --bs-btn-color: #fff;
   --bs-btn-bg: #212529;
   --bs-btn-border-color: #212529;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #424649;
   --bs-btn-hover-border-color: #373b3e;
   --bs-btn-focus-shadow-rgb: 66, 70, 73;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #4d5154;
   --bs-btn-active-border-color: #373b3e;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #212529;
   --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
   --bs-btn-color: #0d6efd;
   --bs-btn-border-color: #0d6efd;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #0d6efd;
   --bs-btn-hover-border-color: #0d6efd;
   --bs-btn-focus-shadow-rgb: 13, 110, 253;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #0d6efd;
   --bs-btn-active-border-color: #0d6efd;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #0d6efd;
   --bs-btn-disabled-bg: transparent;
   --bs-btn-disabled-border-color: #0d6efd;
   --bs-gradient: none;
}
.btn-outline-secondary {
   --bs-btn-color: #6c757d;
   --bs-btn-border-color: #6c757d;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #6c757d;
   --bs-btn-hover-border-color: #6c757d;
   --bs-btn-focus-shadow-rgb: 108, 117, 125;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #6c757d;
   --bs-btn-active-border-color: #6c757d;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #6c757d;
   --bs-btn-disabled-bg: transparent;
   --bs-btn-disabled-border-color: #6c757d;
   --bs-gradient: none;
}
.btn-outline-success {
   --bs-btn-color: #198754;
   --bs-btn-border-color: #198754;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #198754;
   --bs-btn-hover-border-color: #198754;
   --bs-btn-focus-shadow-rgb: 25, 135, 84;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #198754;
   --bs-btn-active-border-color: #198754;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #198754;
   --bs-btn-disabled-bg: transparent;
   --bs-btn-disabled-border-color: #198754;
   --bs-gradient: none;
}
.btn-outline-info {
   --bs-btn-color: #0dcaf0;
   --bs-btn-border-color: #0dcaf0;
   --bs-btn-hover-color: #000;
   --bs-btn-hover-bg: #0dcaf0;
   --bs-btn-hover-border-color: #0dcaf0;
   --bs-btn-focus-shadow-rgb: 13, 202, 240;
   --bs-btn-active-color: #000;
   --bs-btn-active-bg: #0dcaf0;
   --bs-btn-active-border-color: #0dcaf0;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #0dcaf0;
   --bs-btn-disabled-bg: transparent;
   --bs-btn-disabled-border-color: #0dcaf0;
   --bs-gradient: none;
}
.btn-outline-warning {
   --bs-btn-color: #ffc107;
   --bs-btn-border-color: #ffc107;
   --bs-btn-hover-color: #000;
   --bs-btn-hover-bg: #ffc107;
   --bs-btn-hover-border-color: #ffc107;
   --bs-btn-focus-shadow-rgb: 255, 193, 7;
   --bs-btn-active-color: #000;
   --bs-btn-active-bg: #ffc107;
   --bs-btn-active-border-color: #ffc107;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #ffc107;
   --bs-btn-disabled-bg: transparent;
   --bs-btn-disabled-border-color: #ffc107;
   --bs-gradient: none;
}
.btn-outline-danger {
   --bs-btn-color: #dc3545;
   --bs-btn-border-color: #dc3545;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #dc3545;
   --bs-btn-hover-border-color: #dc3545;
   --bs-btn-focus-shadow-rgb: 220, 53, 69;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #dc3545;
   --bs-btn-active-border-color: #dc3545;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #dc3545;
   --bs-btn-disabled-bg: transparent;
   --bs-btn-disabled-border-color: #dc3545;
   --bs-gradient: none;
}
.btn-outline-light {
   --bs-btn-color: #f8f9fa;
   --bs-btn-border-color: #f8f9fa;
   --bs-btn-hover-color: #000;
   --bs-btn-hover-bg: #f8f9fa;
   --bs-btn-hover-border-color: #f8f9fa;
   --bs-btn-focus-shadow-rgb: 248, 249, 250;
   --bs-btn-active-color: #000;
   --bs-btn-active-bg: #f8f9fa;
   --bs-btn-active-border-color: #f8f9fa;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #f8f9fa;
   --bs-btn-disabled-bg: transparent;
   --bs-btn-disabled-border-color: #f8f9fa;
   --bs-gradient: none;
}
.btn-outline-dark {
   --bs-btn-color: #212529;
   --bs-btn-border-color: #212529;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #212529;
   --bs-btn-hover-border-color: #212529;
   --bs-btn-focus-shadow-rgb: 33, 37, 41;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #212529;
   --bs-btn-active-border-color: #212529;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #212529;
   --bs-btn-disabled-bg: transparent;
   --bs-btn-disabled-border-color: #212529;
   --bs-gradient: none;
}
.btn-link {
   --bs-btn-font-weight: 400;
   --bs-btn-color: var(--bs-link-color);
   --bs-btn-bg: transparent;
   --bs-btn-border-color: transparent;
   --bs-btn-hover-color: var(--bs-link-hover-color);
   --bs-btn-hover-border-color: transparent;
   --bs-btn-active-color: var(--bs-link-hover-color);
   --bs-btn-active-border-color: transparent;
   --bs-btn-disabled-color: #6c757d;
   --bs-btn-disabled-border-color: transparent;
   --bs-btn-box-shadow: 0 0 0 #000;
   --bs-btn-focus-shadow-rgb: 49, 132, 253;
   text-decoration: underline;
}
.btn-link:focus-visible {
   color: var(--bs-btn-color);
}
.btn-link:hover {
   color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
   --bs-btn-padding-y: 0.5rem;
   --bs-btn-padding-x: 1rem;
   --bs-btn-font-size: 1.25rem;
   --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm,
.btn-group-sm > .btn {
   --bs-btn-padding-y: 0.25rem;
   --bs-btn-padding-x: 0.5rem;
   --bs-btn-font-size: 0.875rem;
   --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
   transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
   .fade {
      transition: none;
   }
}
.fade:not(.show) {
   opacity: 0;
}
.collapse:not(.show) {
   display: none;
}
.collapsing {
   height: 0;
   overflow: hidden;
   transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
   .collapsing {
      transition: none;
   }
}
.collapsing.collapse-horizontal {
   width: 0;
   height: auto;
   transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
   .collapsing.collapse-horizontal {
      transition: none;
   }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
   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 {
   --bs-dropdown-zindex: 1000;
   --bs-dropdown-min-width: 10rem;
   --bs-dropdown-padding-x: 0;
   --bs-dropdown-padding-y: 0.5rem;
   --bs-dropdown-spacer: 0.125rem;
   --bs-dropdown-font-size: 1rem;
   --bs-dropdown-color: var(--bs-body-color);
   --bs-dropdown-bg: var(--bs-body-bg);
   --bs-dropdown-border-color: var(--bs-border-color-translucent);
   --bs-dropdown-border-radius: var(--bs-border-radius);
   --bs-dropdown-border-width: var(--bs-border-width);
   --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
   --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
   --bs-dropdown-divider-margin-y: 0.5rem;
   --bs-dropdown-box-shadow: var(--bs-box-shadow);
   --bs-dropdown-link-color: var(--bs-body-color);
   --bs-dropdown-link-hover-color: var(--bs-body-color);
   --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
   --bs-dropdown-link-active-color: #fff;
   --bs-dropdown-link-active-bg: #0d6efd;
   --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
   --bs-dropdown-item-padding-x: 1rem;
   --bs-dropdown-item-padding-y: 0.25rem;
   --bs-dropdown-header-color: #6c757d;
   --bs-dropdown-header-padding-x: 1rem;
   --bs-dropdown-header-padding-y: 0.5rem;
   position: absolute;
   z-index: var(--bs-dropdown-zindex);
   display: none;
   min-width: var(--bs-dropdown-min-width);
   padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
   margin: 0;
   font-size: var(--bs-dropdown-font-size);
   color: var(--bs-dropdown-color);
   text-align: left;
   list-style: none;
   background-color: var(--bs-dropdown-bg);
   background-clip: padding-box;
   border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
   border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
   top: 100%;
   left: 0;
   margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
   --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
   right: auto;
   left: 0;
}
.dropdown-menu-end {
   --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
   right: 0;
   left: auto;
}
@media (min-width: 576px) {
   .dropdown-menu-sm-start {
      --bs-position: start;
   }
   .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0;
   }
   .dropdown-menu-sm-end {
      --bs-position: end;
   }
   .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto;
   }
}
@media (min-width: 768px) {
   .dropdown-menu-md-start {
      --bs-position: start;
   }
   .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0;
   }
   .dropdown-menu-md-end {
      --bs-position: end;
   }
   .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto;
   }
}
@media (min-width: 992px) {
   .dropdown-menu-lg-start {
      --bs-position: start;
   }
   .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0;
   }
   .dropdown-menu-lg-end {
      --bs-position: end;
   }
   .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto;
   }
}
@media (min-width: 1200px) {
   .dropdown-menu-xl-start {
      --bs-position: start;
   }
   .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0;
   }
   .dropdown-menu-xl-end {
      --bs-position: end;
   }
   .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto;
   }
}
@media (min-width: 1400px) {
   .dropdown-menu-xxl-start {
      --bs-position: start;
   }
   .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0;
   }
   .dropdown-menu-xxl-end {
      --bs-position: end;
   }
   .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto;
   }
}
.dropup .dropdown-menu[data-bs-popper] {
   top: auto;
   bottom: 100%;
   margin-top: 0;
   margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle:after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0;
   border-right: 0.3em solid transparent;
   border-bottom: 0.3em solid;
   border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
   margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
   top: 0;
   right: auto;
   left: 100%;
   margin-top: 0;
   margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle:after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0.3em solid transparent;
   border-right: 0;
   border-bottom: 0.3em solid transparent;
   border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty:after {
   margin-left: 0;
}
.dropend .dropdown-toggle:after {
   vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
   top: 0;
   right: 100%;
   left: auto;
   margin-top: 0;
   margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle:after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
}
.dropstart .dropdown-toggle:after {
   display: none;
}
.dropstart .dropdown-toggle:before {
   display: inline-block;
   margin-right: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0.3em solid transparent;
   border-right: 0.3em solid;
   border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty:after {
   margin-left: 0;
}
.dropstart .dropdown-toggle:before {
   vertical-align: 0;
}
.dropdown-divider {
   height: 0;
   margin: var(--bs-dropdown-divider-margin-y) 0;
   overflow: hidden;
   border-top: 1px solid var(--bs-dropdown-divider-bg);
   opacity: 1;
}
.dropdown-item {
   display: block;
   width: 100%;
   padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
   clear: both;
   font-weight: 400;
   color: var(--bs-dropdown-link-color);
   text-align: inherit;
   text-decoration: none;
   white-space: nowrap;
   background-color: transparent;
   border: 0;
   border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
   color: var(--bs-dropdown-link-hover-color);
   background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
   color: var(--bs-dropdown-link-active-color);
   text-decoration: none;
   background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
   color: var(--bs-dropdown-link-disabled-color);
   pointer-events: none;
   background-color: transparent;
}
.dropdown-menu.show {
   display: block;
}
.dropdown-header {
   display: block;
   padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
   margin-bottom: 0;
   font-size: 0.875rem;
   color: var(--bs-dropdown-header-color);
   white-space: nowrap;
}
.dropdown-item-text {
   display: block;
   padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
   color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
   --bs-dropdown-color: #dee2e6;
   --bs-dropdown-bg: #343a40;
   --bs-dropdown-border-color: var(--bs-border-color-translucent);
   --bs-dropdown-box-shadow: ;
   --bs-dropdown-link-color: #dee2e6;
   --bs-dropdown-link-hover-color: #fff;
   --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
   --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
   --bs-dropdown-link-active-color: #fff;
   --bs-dropdown-link-active-bg: #0d6efd;
   --bs-dropdown-link-disabled-color: #adb5bd;
   --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
   position: relative;
   display: inline-flex;
   vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
   position: relative;
   flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
   z-index: 1;
}
.btn-toolbar {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}
.btn-toolbar .input-group {
   width: auto;
}
.btn-group {
   border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
   margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
   padding-right: 0.5625rem;
   padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after {
   margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
   margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
   padding-right: 0.375rem;
   padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
   padding-right: 0.75rem;
   padding-left: 0.75rem;
}
.btn-group-vertical {
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
   width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
   margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}
.nav {
   --bs-nav-link-padding-x: 1rem;
   --bs-nav-link-padding-y: 0.5rem;
   --bs-nav-link-font-weight: ;
   --bs-nav-link-color: var(--bs-link-color);
   --bs-nav-link-hover-color: var(--bs-link-hover-color);
   --bs-nav-link-disabled-color: var(--bs-secondary-color);
   display: flex;
   flex-wrap: wrap;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
}
.nav-link {
   display: block;
   padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
   font-size: var(--bs-nav-link-font-size);
   font-weight: var(--bs-nav-link-font-weight);
   color: var(--bs-nav-link-color);
   text-decoration: none;
   background: none;
   border: 0;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .nav-link {
      transition: none;
   }
}
.nav-link:hover,
.nav-link:focus {
   color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
   outline: 0;
   box-shadow: 0 0 0 0.25rem #0d6efd40;
}
.nav-link.disabled,
.nav-link:disabled {
   color: var(--bs-nav-link-disabled-color);
   pointer-events: none;
   cursor: default;
}
.nav-tabs {
   --bs-nav-tabs-border-width: var(--bs-border-width);
   --bs-nav-tabs-border-color: var(--bs-border-color);
   --bs-nav-tabs-border-radius: var(--bs-border-radius);
   --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
   --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
   --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
   --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
   border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
   margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
   border: var(--bs-nav-tabs-border-width) solid transparent;
   border-top-left-radius: var(--bs-nav-tabs-border-radius);
   border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
   isolation: isolate;
   border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
   color: var(--bs-nav-tabs-link-active-color);
   background-color: var(--bs-nav-tabs-link-active-bg);
   border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
   margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}
.nav-pills {
   --bs-nav-pills-border-radius: var(--bs-border-radius);
   --bs-nav-pills-link-active-color: #fff;
   --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
   border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
   color: var(--bs-nav-pills-link-active-color);
   background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
   --bs-nav-underline-gap: 1rem;
   --bs-nav-underline-border-width: 0.125rem;
   --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
   gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
   padding-right: 0;
   padding-left: 0;
   border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
   border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
   font-weight: 700;
   color: var(--bs-nav-underline-link-active-color);
   border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
   flex: 1 1 auto;
   text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
   flex-basis: 0;
   flex-grow: 1;
   text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
   width: 100%;
}
.tab-content > .tab-pane {
   display: none;
}
.tab-content > .active {
   display: block;
}
.navbar {
   --bs-navbar-padding-x: 0;
   --bs-navbar-padding-y: 0.5rem;
   --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
   --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
   --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
   --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
   --bs-navbar-brand-padding-y: 0.3125rem;
   --bs-navbar-brand-margin-end: 1rem;
   --bs-navbar-brand-font-size: 1.25rem;
   --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
   --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
   --bs-navbar-nav-link-padding-x: 0.5rem;
   --bs-navbar-toggler-padding-y: 0.25rem;
   --bs-navbar-toggler-padding-x: 0.75rem;
   --bs-navbar-toggler-font-size: 1.25rem;
   --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
   --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
   --bs-navbar-toggler-border-radius: var(--bs-border-radius);
   --bs-navbar-toggler-focus-width: 0.25rem;
   --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
   display: flex;
   flex-wrap: inherit;
   align-items: center;
   justify-content: space-between;
}
.navbar-brand {
   padding-top: var(--bs-navbar-brand-padding-y);
   padding-bottom: var(--bs-navbar-brand-padding-y);
   margin-right: var(--bs-navbar-brand-margin-end);
   font-size: var(--bs-navbar-brand-font-size);
   color: var(--bs-navbar-brand-color);
   text-decoration: none;
   white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
   color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
   --bs-nav-link-padding-x: 0;
   --bs-nav-link-padding-y: 0.5rem;
   --bs-nav-link-font-weight: ;
   --bs-nav-link-color: var(--bs-navbar-color);
   --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
   --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
   display: flex;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
   color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
   position: static;
}
.navbar-text {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
   color: var(--bs-navbar-active-color);
}
.navbar-collapse {
   flex-basis: 100%;
   flex-grow: 1;
   align-items: center;
}
.navbar-toggler {
   padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
   font-size: var(--bs-navbar-toggler-font-size);
   line-height: 1;
   color: var(--bs-navbar-color);
   background-color: transparent;
   border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
   border-radius: var(--bs-navbar-toggler-border-radius);
   transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
   .navbar-toggler {
      transition: none;
   }
}
.navbar-toggler:hover {
   text-decoration: none;
}
.navbar-toggler:focus {
   text-decoration: none;
   outline: 0;
   box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
   display: inline-block;
   width: 1.5em;
   height: 1.5em;
   vertical-align: middle;
   background-image: var(--bs-navbar-toggler-icon-bg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100%;
}
.navbar-nav-scroll {
   max-height: var(--bs-scroll-height, 75vh);
   overflow-y: auto;
}
@media (min-width: 576px) {
   .navbar-expand-sm {
      flex-wrap: nowrap;
      justify-content: flex-start;
   }
   .navbar-expand-sm .navbar-nav {
      flex-direction: row;
   }
   .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
   }
   .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
   }
   .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible;
   }
   .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
   }
   .navbar-expand-sm .navbar-toggler {
      display: none;
   }
   .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
   }
   .navbar-expand-sm .offcanvas .offcanvas-header {
      display: none;
   }
   .navbar-expand-sm .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
   }
}
@media (min-width: 768px) {
   .navbar-expand-md {
      flex-wrap: nowrap;
      justify-content: flex-start;
   }
   .navbar-expand-md .navbar-nav {
      flex-direction: row;
   }
   .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
   }
   .navbar-expand-md .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
   }
   .navbar-expand-md .navbar-nav-scroll {
      overflow: visible;
   }
   .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
   }
   .navbar-expand-md .navbar-toggler {
      display: none;
   }
   .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
   }
   .navbar-expand-md .offcanvas .offcanvas-header {
      display: none;
   }
   .navbar-expand-md .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
   }
}
@media (min-width: 992px) {
   .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start;
   }
   .navbar-expand-lg .navbar-nav {
      flex-direction: row;
   }
   .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
   }
   .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
   }
   .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible;
   }
   .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
   }
   .navbar-expand-lg .navbar-toggler {
      display: none;
   }
   .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
   }
   .navbar-expand-lg .offcanvas .offcanvas-header {
      display: none;
   }
   .navbar-expand-lg .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
   }
}
@media (min-width: 1200px) {
   .navbar-expand-xl {
      flex-wrap: nowrap;
      justify-content: flex-start;
   }
   .navbar-expand-xl .navbar-nav {
      flex-direction: row;
   }
   .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
   }
   .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
   }
   .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible;
   }
   .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
   }
   .navbar-expand-xl .navbar-toggler {
      display: none;
   }
   .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
   }
   .navbar-expand-xl .offcanvas .offcanvas-header {
      display: none;
   }
   .navbar-expand-xl .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
   }
}
@media (min-width: 1400px) {
   .navbar-expand-xxl {
      flex-wrap: nowrap;
      justify-content: flex-start;
   }
   .navbar-expand-xxl .navbar-nav {
      flex-direction: row;
   }
   .navbar-expand-xxl .navbar-nav .dropdown-menu {
      position: absolute;
   }
   .navbar-expand-xxl .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
   }
   .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible;
   }
   .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
   }
   .navbar-expand-xxl .navbar-toggler {
      display: none;
   }
   .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
   }
   .navbar-expand-xxl .offcanvas .offcanvas-header {
      display: none;
   }
   .navbar-expand-xxl .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
   }
}
.navbar-expand {
   flex-wrap: nowrap;
   justify-content: flex-start;
}
.navbar-expand .navbar-nav {
   flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
   position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
   padding-right: var(--bs-navbar-nav-link-padding-x);
   padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
   overflow: visible;
}
.navbar-expand .navbar-collapse {
   display: flex !important;
   flex-basis: auto;
}
.navbar-expand .navbar-toggler {
   display: none;
}
.navbar-expand .offcanvas {
   position: static;
   z-index: auto;
   flex-grow: 1;
   width: auto !important;
   height: auto !important;
   visibility: visible !important;
   background-color: transparent !important;
   border: 0 !important;
   transform: none !important;
   transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
   display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
   display: flex;
   flex-grow: 0;
   padding: 0;
   overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme="dark"] {
   --bs-navbar-color: rgba(255, 255, 255, 0.55);
   --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
   --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
   --bs-navbar-active-color: #fff;
   --bs-navbar-brand-color: #fff;
   --bs-navbar-brand-hover-color: #fff;
   --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
   --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme="dark"] .navbar-toggler-icon {
   --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
   --bs-card-spacer-y: 1rem;
   --bs-card-spacer-x: 1rem;
   --bs-card-title-spacer-y: 0.5rem;
   --bs-card-title-color: ;
   --bs-card-subtitle-color: ;
   --bs-card-border-width: var(--bs-border-width);
   --bs-card-border-color: var(--bs-border-color-translucent);
   --bs-card-border-radius: var(--bs-border-radius);
   --bs-card-box-shadow: ;
   --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
   --bs-card-cap-padding-y: 0.5rem;
   --bs-card-cap-padding-x: 1rem;
   --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
   --bs-card-cap-color: ;
   --bs-card-height: ;
   --bs-card-color: ;
   --bs-card-bg: var(--bs-body-bg);
   --bs-card-img-overlay-padding: 1rem;
   --bs-card-group-margin: 0.75rem;
   position: relative;
   display: flex;
   flex-direction: column;
   min-width: 0;
   height: var(--bs-card-height);
   color: var(--bs-body-color);
   word-wrap: break-word;
   background-color: var(--bs-card-bg);
   background-clip: border-box;
   border: var(--bs-card-border-width) solid var(--bs-card-border-color);
   border-radius: var(--bs-card-border-radius);
}
.card > hr {
   margin-right: 0;
   margin-left: 0;
}
.card > .list-group {
   border-top: inherit;
   border-bottom: inherit;
}
.card > .list-group:first-child {
   border-top-width: 0;
   border-top-left-radius: var(--bs-card-inner-border-radius);
   border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
   border-bottom-width: 0;
   border-bottom-right-radius: var(--bs-card-inner-border-radius);
   border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
   border-top: 0;
}
.card-body {
   flex: 1 1 auto;
   padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
   color: var(--bs-card-color);
}
.card-title {
   margin-bottom: var(--bs-card-title-spacer-y);
   color: var(--bs-card-title-color);
}
.card-subtitle {
   margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
   margin-bottom: 0;
   color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
   margin-bottom: 0;
}
.card-link + .card-link {
   margin-left: var(--bs-card-spacer-x);
}
.card-header {
   padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
   margin-bottom: 0;
   color: var(--bs-card-cap-color);
   background-color: var(--bs-card-cap-bg);
   border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
   border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
   padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
   color: var(--bs-card-cap-color);
   background-color: var(--bs-card-cap-bg);
   border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
   border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
   margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
   margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
   margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
   border-bottom: 0;
}
.card-header-tabs .nav-link.active {
   background-color: var(--bs-card-bg);
   border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
   margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
   margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
   position: absolute;
   inset: 0;
   padding: var(--bs-card-img-overlay-padding);
   border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
   width: 100%;
}
.card-img,
.card-img-top {
   border-top-left-radius: var(--bs-card-inner-border-radius);
   border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
   border-bottom-right-radius: var(--bs-card-inner-border-radius);
   border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
   margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
   .card-group {
      display: flex;
      flex-flow: row wrap;
   }
   .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
   }
   .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
   }
   .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
   }
   .card-group > .card:not(:last-child) .card-img-top,
   .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
   }
   .card-group > .card:not(:last-child) .card-img-bottom,
   .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
   }
   .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
   }
   .card-group > .card:not(:first-child) .card-img-top,
   .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
   }
   .card-group > .card:not(:first-child) .card-img-bottom,
   .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
   }
}
.accordion {
   --bs-accordion-color: var(--bs-body-color);
   --bs-accordion-bg: var(--bs-body-bg);
   --bs-accordion-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;
   --bs-accordion-border-color: var(--bs-border-color);
   --bs-accordion-border-width: var(--bs-border-width);
   --bs-accordion-border-radius: var(--bs-border-radius);
   --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
   --bs-accordion-btn-padding-x: 1.25rem;
   --bs-accordion-btn-padding-y: 1rem;
   --bs-accordion-btn-color: var(--bs-body-color);
   --bs-accordion-btn-bg: var(--bs-accordion-bg);
   --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   --bs-accordion-btn-icon-width: 1.25rem;
   --bs-accordion-btn-icon-transform: rotate(-180deg);
   --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
   --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   --bs-accordion-btn-focus-border-color: #86b7fe;
   --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
   --bs-accordion-body-padding-x: 1.25rem;
   --bs-accordion-body-padding-y: 1rem;
   --bs-accordion-active-color: var(--bs-primary-text-emphasis);
   --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
   position: relative;
   display: flex;
   align-items: center;
   width: 100%;
   padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
   font-size: 1rem;
   color: var(--bs-accordion-btn-color);
   text-align: left;
   background-color: var(--bs-accordion-btn-bg);
   border: 0;
   border-radius: 0;
   overflow-anchor: none;
   transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
   .accordion-button {
      transition: none;
   }
}
.accordion-button:not(.collapsed) {
   color: var(--bs-accordion-active-color);
   background-color: var(--bs-accordion-active-bg);
   box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed):after {
   background-image: var(--bs-accordion-btn-active-icon);
   transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:after {
   flex-shrink: 0;
   width: var(--bs-accordion-btn-icon-width);
   height: var(--bs-accordion-btn-icon-width);
   margin-left: auto;
   content: "";
   background-image: var(--bs-accordion-btn-icon);
   background-repeat: no-repeat;
   background-size: var(--bs-accordion-btn-icon-width);
   transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
   .accordion-button:after {
      transition: none;
   }
}
.accordion-button:hover {
   z-index: 2;
}
.accordion-button:focus {
   z-index: 3;
   border-color: var(--bs-accordion-btn-focus-border-color);
   outline: 0;
   box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
   margin-bottom: 0;
}
.accordion-item {
   color: var(--bs-accordion-color);
   background-color: var(--bs-accordion-bg);
   border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
   border-top-left-radius: var(--bs-accordion-border-radius);
   border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
   border-top-left-radius: var(--bs-accordion-inner-border-radius);
   border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
   border-top: 0;
}
.accordion-item:last-of-type {
   border-bottom-right-radius: var(--bs-accordion-border-radius);
   border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
   border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
   border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
   border-bottom-right-radius: var(--bs-accordion-border-radius);
   border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
   padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
   border-width: 0;
}
.accordion-flush .accordion-item {
   border-right: 0;
   border-left: 0;
   border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
   border-top: 0;
}
.accordion-flush .accordion-item:last-child {
   border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
   border-radius: 0;
}
[data-bs-theme="dark"] .accordion-button:after {
   --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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");
}
.breadcrumb {
   --bs-breadcrumb-padding-x: 0;
   --bs-breadcrumb-padding-y: 0;
   --bs-breadcrumb-margin-bottom: 1rem;
   --bs-breadcrumb-bg: ;
   --bs-breadcrumb-border-radius: ;
   --bs-breadcrumb-divider-color: var(--bs-secondary-color);
   --bs-breadcrumb-item-padding-x: 0.5rem;
   --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
   display: flex;
   flex-wrap: wrap;
   padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
   margin-bottom: var(--bs-breadcrumb-margin-bottom);
   font-size: var(--bs-breadcrumb-font-size);
   list-style: none;
   background-color: var(--bs-breadcrumb-bg);
   border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
   padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item:before {
   float: left;
   padding-right: var(--bs-breadcrumb-item-padding-x);
   color: var(--bs-breadcrumb-divider-color);
   content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
   color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
   --bs-pagination-padding-x: 0.75rem;
   --bs-pagination-padding-y: 0.375rem;
   --bs-pagination-font-size: 1rem;
   --bs-pagination-color: var(--bs-link-color);
   --bs-pagination-bg: var(--bs-body-bg);
   --bs-pagination-border-width: var(--bs-border-width);
   --bs-pagination-border-color: var(--bs-border-color);
   --bs-pagination-border-radius: var(--bs-border-radius);
   --bs-pagination-hover-color: var(--bs-link-hover-color);
   --bs-pagination-hover-bg: var(--bs-tertiary-bg);
   --bs-pagination-hover-border-color: var(--bs-border-color);
   --bs-pagination-focus-color: var(--bs-link-hover-color);
   --bs-pagination-focus-bg: var(--bs-secondary-bg);
   --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
   --bs-pagination-active-color: #fff;
   --bs-pagination-active-bg: #0d6efd;
   --bs-pagination-active-border-color: #0d6efd;
   --bs-pagination-disabled-color: var(--bs-secondary-color);
   --bs-pagination-disabled-bg: var(--bs-secondary-bg);
   --bs-pagination-disabled-border-color: var(--bs-border-color);
   display: flex;
   padding-left: 0;
   list-style: none;
}
.page-link {
   position: relative;
   display: block;
   padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
   font-size: var(--bs-pagination-font-size);
   color: var(--bs-pagination-color);
   text-decoration: none;
   background-color: var(--bs-pagination-bg);
   border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .page-link {
      transition: none;
   }
}
.page-link:hover {
   z-index: 2;
   color: var(--bs-pagination-hover-color);
   background-color: var(--bs-pagination-hover-bg);
   border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
   z-index: 3;
   color: var(--bs-pagination-focus-color);
   background-color: var(--bs-pagination-focus-bg);
   outline: 0;
   box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
   z-index: 3;
   color: var(--bs-pagination-active-color);
   background-color: var(--bs-pagination-active-bg);
   border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
   color: var(--bs-pagination-disabled-color);
   pointer-events: none;
   background-color: var(--bs-pagination-disabled-bg);
   border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
   margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
   border-top-left-radius: var(--bs-pagination-border-radius);
   border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
   border-top-right-radius: var(--bs-pagination-border-radius);
   border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
   --bs-pagination-padding-x: 1.5rem;
   --bs-pagination-padding-y: 0.75rem;
   --bs-pagination-font-size: 1.25rem;
   --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
   --bs-pagination-padding-x: 0.5rem;
   --bs-pagination-padding-y: 0.25rem;
   --bs-pagination-font-size: 0.875rem;
   --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
   --bs-badge-padding-x: 0.65em;
   --bs-badge-padding-y: 0.35em;
   --bs-badge-font-size: 0.75em;
   --bs-badge-font-weight: 700;
   --bs-badge-color: #fff;
   --bs-badge-border-radius: var(--bs-border-radius);
   display: inline-block;
   padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
   font-size: var(--bs-badge-font-size);
   font-weight: var(--bs-badge-font-weight);
   line-height: 1;
   color: var(--bs-badge-color);
   text-align: center;
   white-space: nowrap;
   vertical-align: baseline;
   border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
   display: none;
}
.btn .badge {
   position: relative;
   top: -1px;
}
.alert {
   --bs-alert-bg: transparent;
   --bs-alert-padding-x: 1rem;
   --bs-alert-padding-y: 1rem;
   --bs-alert-margin-bottom: 1rem;
   --bs-alert-color: inherit;
   --bs-alert-border-color: transparent;
   --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
   --bs-alert-border-radius: var(--bs-border-radius);
   --bs-alert-link-color: inherit;
   position: relative;
   padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
   margin-bottom: var(--bs-alert-margin-bottom);
   color: var(--bs-alert-color);
   background-color: var(--bs-alert-bg);
   border: var(--bs-alert-border);
   border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
   color: inherit;
}
.alert-link {
   font-weight: 700;
   color: var(--bs-alert-link-color);
}
.alert-dismissible {
   padding-right: 3rem;
}
.alert-dismissible .btn-close {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 2;
   padding: 1.25rem 1rem;
}
.alert-primary {
   --bs-alert-color: var(--bs-primary-text-emphasis);
   --bs-alert-bg: var(--bs-primary-bg-subtle);
   --bs-alert-border-color: var(--bs-primary-border-subtle);
   --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
   --bs-alert-color: var(--bs-secondary-text-emphasis);
   --bs-alert-bg: var(--bs-secondary-bg-subtle);
   --bs-alert-border-color: var(--bs-secondary-border-subtle);
   --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
   --bs-alert-color: var(--bs-success-text-emphasis);
   --bs-alert-bg: var(--bs-success-bg-subtle);
   --bs-alert-border-color: var(--bs-success-border-subtle);
   --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
   --bs-alert-color: var(--bs-info-text-emphasis);
   --bs-alert-bg: var(--bs-info-bg-subtle);
   --bs-alert-border-color: var(--bs-info-border-subtle);
   --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
   --bs-alert-color: var(--bs-warning-text-emphasis);
   --bs-alert-bg: var(--bs-warning-bg-subtle);
   --bs-alert-border-color: var(--bs-warning-border-subtle);
   --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
   --bs-alert-color: var(--bs-danger-text-emphasis);
   --bs-alert-bg: var(--bs-danger-bg-subtle);
   --bs-alert-border-color: var(--bs-danger-border-subtle);
   --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
   --bs-alert-color: var(--bs-light-text-emphasis);
   --bs-alert-bg: var(--bs-light-bg-subtle);
   --bs-alert-border-color: var(--bs-light-border-subtle);
   --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
   --bs-alert-color: var(--bs-dark-text-emphasis);
   --bs-alert-bg: var(--bs-dark-bg-subtle);
   --bs-alert-border-color: var(--bs-dark-border-subtle);
   --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
   0% {
      background-position-x: 1rem;
   }
}
.progress,
.progress-stacked {
   --bs-progress-height: 1rem;
   --bs-progress-font-size: 0.75rem;
   --bs-progress-bg: var(--bs-secondary-bg);
   --bs-progress-border-radius: var(--bs-border-radius);
   --bs-progress-box-shadow: var(--bs-box-shadow-inset);
   --bs-progress-bar-color: #fff;
   --bs-progress-bar-bg: #0d6efd;
   --bs-progress-bar-transition: width 0.6s ease;
   display: flex;
   height: var(--bs-progress-height);
   overflow: hidden;
   font-size: var(--bs-progress-font-size);
   background-color: var(--bs-progress-bg);
   border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
   display: flex;
   flex-direction: column;
   justify-content: center;
   overflow: hidden;
   color: var(--bs-progress-bar-color);
   text-align: center;
   white-space: nowrap;
   background-color: var(--bs-progress-bar-bg);
   transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
   .progress-bar {
      transition: none;
   }
}
.progress-bar-striped {
   background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
   );
   background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
   overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
   width: 100%;
}
.progress-bar-animated {
   animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
   .progress-bar-animated {
      animation: none;
   }
}
.list-group {
   --bs-list-group-color: var(--bs-body-color);
   --bs-list-group-bg: var(--bs-body-bg);
   --bs-list-group-border-color: var(--bs-border-color);
   --bs-list-group-border-width: var(--bs-border-width);
   --bs-list-group-border-radius: var(--bs-border-radius);
   --bs-list-group-item-padding-x: 1rem;
   --bs-list-group-item-padding-y: 0.5rem;
   --bs-list-group-action-color: var(--bs-secondary-color);
   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
   --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
   --bs-list-group-action-active-color: var(--bs-body-color);
   --bs-list-group-action-active-bg: var(--bs-secondary-bg);
   --bs-list-group-disabled-color: var(--bs-secondary-color);
   --bs-list-group-disabled-bg: var(--bs-body-bg);
   --bs-list-group-active-color: #fff;
   --bs-list-group-active-bg: #0d6efd;
   --bs-list-group-active-border-color: #0d6efd;
   display: flex;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0;
   border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
   list-style-type: none;
   counter-reset: section;
}
.list-group-numbered > .list-group-item:before {
   content: counters(section, ".") ". ";
   counter-increment: section;
}
.list-group-item-action {
   width: 100%;
   color: var(--bs-list-group-action-color);
   text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
   z-index: 1;
   color: var(--bs-list-group-action-hover-color);
   text-decoration: none;
   background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
   color: var(--bs-list-group-action-active-color);
   background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
   position: relative;
   display: block;
   padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
   color: var(--bs-list-group-color);
   text-decoration: none;
   background-color: var(--bs-list-group-bg);
   border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
   border-top-left-radius: inherit;
   border-top-right-radius: inherit;
}
.list-group-item:last-child {
   border-bottom-right-radius: inherit;
   border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
   color: var(--bs-list-group-disabled-color);
   pointer-events: none;
   background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
   z-index: 2;
   color: var(--bs-list-group-active-color);
   background-color: var(--bs-list-group-active-bg);
   border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
   border-top-width: 0;
}
.list-group-item + .list-group-item.active {
   margin-top: calc(-1 * var(--bs-list-group-border-width));
   border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
   flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
   border-bottom-left-radius: var(--bs-list-group-border-radius);
   border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
   border-top-right-radius: var(--bs-list-group-border-radius);
   border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
   margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
   border-top-width: var(--bs-list-group-border-width);
   border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
   margin-left: calc(-1 * var(--bs-list-group-border-width));
   border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
   .list-group-horizontal-sm {
      flex-direction: row;
   }
   .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
   }
   .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
   }
   .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0;
   }
   .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
   }
   .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
   }
}
@media (min-width: 768px) {
   .list-group-horizontal-md {
      flex-direction: row;
   }
   .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
   }
   .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
   }
   .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0;
   }
   .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
   }
   .list-group-horizontal-md > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
   }
}
@media (min-width: 992px) {
   .list-group-horizontal-lg {
      flex-direction: row;
   }
   .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
   }
   .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
   }
   .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0;
   }
   .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
   }
   .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
   }
}
@media (min-width: 1200px) {
   .list-group-horizontal-xl {
      flex-direction: row;
   }
   .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
   }
   .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
   }
   .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0;
   }
   .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
   }
   .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
   }
}
@media (min-width: 1400px) {
   .list-group-horizontal-xxl {
      flex-direction: row;
   }
   .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
   }
   .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
   }
   .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0;
   }
   .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
   }
   .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
   }
}
.list-group-flush {
   border-radius: 0;
}
.list-group-flush > .list-group-item {
   border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
   border-bottom-width: 0;
}
.list-group-item-primary {
   --bs-list-group-color: var(--bs-primary-text-emphasis);
   --bs-list-group-bg: var(--bs-primary-bg-subtle);
   --bs-list-group-border-color: var(--bs-primary-border-subtle);
   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
   --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
   --bs-list-group-action-active-color: var(--bs-emphasis-color);
   --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
   --bs-list-group-active-color: var(--bs-primary-bg-subtle);
   --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
   --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
   --bs-list-group-color: var(--bs-secondary-text-emphasis);
   --bs-list-group-bg: var(--bs-secondary-bg-subtle);
   --bs-list-group-border-color: var(--bs-secondary-border-subtle);
   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
   --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
   --bs-list-group-action-active-color: var(--bs-emphasis-color);
   --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
   --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
   --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
   --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
   --bs-list-group-color: var(--bs-success-text-emphasis);
   --bs-list-group-bg: var(--bs-success-bg-subtle);
   --bs-list-group-border-color: var(--bs-success-border-subtle);
   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
   --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
   --bs-list-group-action-active-color: var(--bs-emphasis-color);
   --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
   --bs-list-group-active-color: var(--bs-success-bg-subtle);
   --bs-list-group-active-bg: var(--bs-success-text-emphasis);
   --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
   --bs-list-group-color: var(--bs-info-text-emphasis);
   --bs-list-group-bg: var(--bs-info-bg-subtle);
   --bs-list-group-border-color: var(--bs-info-border-subtle);
   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
   --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
   --bs-list-group-action-active-color: var(--bs-emphasis-color);
   --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
   --bs-list-group-active-color: var(--bs-info-bg-subtle);
   --bs-list-group-active-bg: var(--bs-info-text-emphasis);
   --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
   --bs-list-group-color: var(--bs-warning-text-emphasis);
   --bs-list-group-bg: var(--bs-warning-bg-subtle);
   --bs-list-group-border-color: var(--bs-warning-border-subtle);
   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
   --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
   --bs-list-group-action-active-color: var(--bs-emphasis-color);
   --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
   --bs-list-group-active-color: var(--bs-warning-bg-subtle);
   --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
   --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
   --bs-list-group-color: var(--bs-danger-text-emphasis);
   --bs-list-group-bg: var(--bs-danger-bg-subtle);
   --bs-list-group-border-color: var(--bs-danger-border-subtle);
   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
   --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
   --bs-list-group-action-active-color: var(--bs-emphasis-color);
   --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
   --bs-list-group-active-color: var(--bs-danger-bg-subtle);
   --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
   --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
   --bs-list-group-color: var(--bs-light-text-emphasis);
   --bs-list-group-bg: var(--bs-light-bg-subtle);
   --bs-list-group-border-color: var(--bs-light-border-subtle);
   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
   --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
   --bs-list-group-action-active-color: var(--bs-emphasis-color);
   --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
   --bs-list-group-active-color: var(--bs-light-bg-subtle);
   --bs-list-group-active-bg: var(--bs-light-text-emphasis);
   --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
   --bs-list-group-color: var(--bs-dark-text-emphasis);
   --bs-list-group-bg: var(--bs-dark-bg-subtle);
   --bs-list-group-border-color: var(--bs-dark-border-subtle);
   --bs-list-group-action-hover-color: var(--bs-emphasis-color);
   --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
   --bs-list-group-action-active-color: var(--bs-emphasis-color);
   --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
   --bs-list-group-active-color: var(--bs-dark-bg-subtle);
   --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
   --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
   --bs-btn-close-color: #000;
   --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
   --bs-btn-close-opacity: 0.5;
   --bs-btn-close-hover-opacity: 0.75;
   --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
   --bs-btn-close-focus-opacity: 1;
   --bs-btn-close-disabled-opacity: 0.25;
   --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
   box-sizing: content-box;
   width: 1em;
   height: 1em;
   padding: 0.25em;
   color: var(--bs-btn-close-color);
   background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
   border: 0;
   border-radius: 0.375rem;
   opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
   color: var(--bs-btn-close-color);
   text-decoration: none;
   opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
   outline: 0;
   box-shadow: var(--bs-btn-close-focus-shadow);
   opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
   pointer-events: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
   opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white,
[data-bs-theme="dark"] .btn-close {
   filter: var(--bs-btn-close-white-filter);
}
.toast {
   --bs-toast-zindex: 1090;
   --bs-toast-padding-x: 0.75rem;
   --bs-toast-padding-y: 0.5rem;
   --bs-toast-spacing: 1.5rem;
   --bs-toast-max-width: 350px;
   --bs-toast-font-size: 0.875rem;
   --bs-toast-color: ;
   --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
   --bs-toast-border-width: var(--bs-border-width);
   --bs-toast-border-color: var(--bs-border-color-translucent);
   --bs-toast-border-radius: var(--bs-border-radius);
   --bs-toast-box-shadow: var(--bs-box-shadow);
   --bs-toast-header-color: var(--bs-secondary-color);
   --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
   --bs-toast-header-border-color: var(--bs-border-color-translucent);
   width: var(--bs-toast-max-width);
   max-width: 100%;
   font-size: var(--bs-toast-font-size);
   color: var(--bs-toast-color);
   pointer-events: auto;
   background-color: var(--bs-toast-bg);
   background-clip: padding-box;
   border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
   box-shadow: var(--bs-toast-box-shadow);
   border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
   opacity: 0;
}
.toast:not(.show) {
   display: none;
}
.toast-container {
   --bs-toast-zindex: 1090;
   position: absolute;
   z-index: var(--bs-toast-zindex);
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
   max-width: 100%;
   pointer-events: none;
}
.toast-container > :not(:last-child) {
   margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
   display: flex;
   align-items: center;
   padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
   color: var(--bs-toast-header-color);
   background-color: var(--bs-toast-header-bg);
   background-clip: padding-box;
   border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
   border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
   border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
   margin-right: calc(-0.5 * var(--bs-toast-padding-x));
   margin-left: var(--bs-toast-padding-x);
}
.toast-body {
   padding: var(--bs-toast-padding-x);
   word-wrap: break-word;
}
.modal {
   --bs-modal-zindex: 1055;
   --bs-modal-width: 500px;
   --bs-modal-padding: 1rem;
   --bs-modal-margin: 0.5rem;
   --bs-modal-color: ;
   --bs-modal-bg: var(--bs-body-bg);
   --bs-modal-border-color: var(--bs-border-color-translucent);
   --bs-modal-border-width: var(--bs-border-width);
   --bs-modal-border-radius: var(--bs-border-radius-lg);
   --bs-modal-box-shadow: var(--bs-box-shadow-sm);
   --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
   --bs-modal-header-padding-x: 1rem;
   --bs-modal-header-padding-y: 1rem;
   --bs-modal-header-padding: 1rem 1rem;
   --bs-modal-header-border-color: var(--bs-border-color);
   --bs-modal-header-border-width: var(--bs-border-width);
   --bs-modal-title-line-height: 1.5;
   --bs-modal-footer-gap: 0.5rem;
   --bs-modal-footer-bg: ;
   --bs-modal-footer-border-color: var(--bs-border-color);
   --bs-modal-footer-border-width: var(--bs-border-width);
   position: fixed;
   top: 0;
   left: 0;
   z-index: var(--bs-modal-zindex);
   display: none;
   width: 100%;
   height: 100%;
   overflow-x: hidden;
   overflow-y: auto;
   outline: 0;
}
.modal-dialog {
   position: relative;
   width: auto;
   margin: var(--bs-modal-margin);
   pointer-events: none;
}
.modal.fade .modal-dialog {
   transition: transform 0.3s ease-out;
   transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
   .modal.fade .modal-dialog {
      transition: none;
   }
}
.modal.show .modal-dialog {
   transform: none;
}
.modal.modal-static .modal-dialog {
   transform: scale(1.02);
}
.modal-dialog-scrollable {
   height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
   max-height: 100%;
   overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
   overflow-y: auto;
}
.modal-dialog-centered {
   display: flex;
   align-items: center;
   min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   color: var(--bs-modal-color);
   pointer-events: auto;
   background-color: var(--bs-modal-bg);
   background-clip: padding-box;
   border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
   border-radius: var(--bs-modal-border-radius);
   outline: 0;
}
.modal-backdrop {
   --bs-backdrop-zindex: 1050;
   --bs-backdrop-bg: #000;
   --bs-backdrop-opacity: 0.5;
   position: fixed;
   top: 0;
   left: 0;
   z-index: var(--bs-backdrop-zindex);
   width: 100vw;
   height: 100vh;
   background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
   opacity: 0;
}
.modal-backdrop.show {
   opacity: var(--bs-backdrop-opacity);
}
.modal-header {
   display: flex;
   flex-shrink: 0;
   align-items: center;
   justify-content: space-between;
   padding: var(--bs-modal-header-padding);
   border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
   border-top-left-radius: var(--bs-modal-inner-border-radius);
   border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
   padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
   margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x))
      calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
   margin-bottom: 0;
   line-height: var(--bs-modal-title-line-height);
}
.modal-body {
   position: relative;
   flex: 1 1 auto;
   padding: var(--bs-modal-padding);
}
.modal-footer {
   display: flex;
   flex-shrink: 0;
   flex-wrap: wrap;
   align-items: center;
   justify-content: flex-end;
   padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
   background-color: var(--bs-modal-footer-bg);
   border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
   border-bottom-right-radius: var(--bs-modal-inner-border-radius);
   border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
   margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
   .modal {
      --bs-modal-margin: 1.75rem;
      --bs-modal-box-shadow: var(--bs-box-shadow);
   }
   .modal-dialog {
      max-width: var(--bs-modal-width);
      margin-right: auto;
      margin-left: auto;
   }
   .modal-sm {
      --bs-modal-width: 300px;
   }
}
@media (min-width: 992px) {
   .modal-lg,
   .modal-xl {
      --bs-modal-width: 800px;
   }
}
@media (min-width: 1200px) {
   .modal-xl {
      --bs-modal-width: 1140px;
   }
}
.modal-fullscreen {
   width: 100vw;
   max-width: none;
   height: 100%;
   margin: 0;
}
.modal-fullscreen .modal-content {
   height: 100%;
   border: 0;
   border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
   border-radius: 0;
}
.modal-fullscreen .modal-body {
   overflow-y: auto;
}
@media (max-width: 575.98px) {
   .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
   }
   .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
   }
   .modal-fullscreen-sm-down .modal-header,
   .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0;
   }
   .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
   }
}
@media (max-width: 767.98px) {
   .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
   }
   .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
   }
   .modal-fullscreen-md-down .modal-header,
   .modal-fullscreen-md-down .modal-footer {
      border-radius: 0;
   }
   .modal-fullscreen-md-down .modal-body {
      overflow-y: auto;
   }
}
@media (max-width: 991.98px) {
   .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
   }
   .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
   }
   .modal-fullscreen-lg-down .modal-header,
   .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0;
   }
   .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto;
   }
}
@media (max-width: 1199.98px) {
   .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
   }
   .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
   }
   .modal-fullscreen-xl-down .modal-header,
   .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0;
   }
   .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto;
   }
}
@media (max-width: 1399.98px) {
   .modal-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
   }
   .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
   }
   .modal-fullscreen-xxl-down .modal-header,
   .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0;
   }
   .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto;
   }
}
.tooltip {
   --bs-tooltip-zindex: 1080;
   --bs-tooltip-max-width: 200px;
   --bs-tooltip-padding-x: 0.5rem;
   --bs-tooltip-padding-y: 0.25rem;
   --bs-tooltip-margin: ;
   --bs-tooltip-font-size: 0.875rem;
   --bs-tooltip-color: var(--bs-body-bg);
   --bs-tooltip-bg: var(--bs-emphasis-color);
   --bs-tooltip-border-radius: var(--bs-border-radius);
   --bs-tooltip-opacity: 0.9;
   --bs-tooltip-arrow-width: 0.8rem;
   --bs-tooltip-arrow-height: 0.4rem;
   z-index: var(--bs-tooltip-zindex);
   display: block;
   margin: var(--bs-tooltip-margin);
   font-family: var(--bs-font-sans-serif);
   font-style: normal;
   font-weight: 400;
   line-height: 1.5;
   text-align: left;
   text-align: start;
   text-decoration: none;
   text-shadow: none;
   text-transform: none;
   letter-spacing: normal;
   word-break: normal;
   white-space: normal;
   word-spacing: normal;
   line-break: auto;
   font-size: var(--bs-tooltip-font-size);
   word-wrap: break-word;
   opacity: 0;
}
.tooltip.show {
   opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
   display: block;
   width: var(--bs-tooltip-arrow-width);
   height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow:before {
   position: absolute;
   content: "";
   border-color: transparent;
   border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
   bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
   top: -1px;
   border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
   border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
   left: calc(-1 * var(--bs-tooltip-arrow-height));
   width: var(--bs-tooltip-arrow-height);
   height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
   right: -1px;
   border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height)
      calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
   border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
   top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
   bottom: -1px;
   border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
   border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
   right: calc(-1 * var(--bs-tooltip-arrow-height));
   width: var(--bs-tooltip-arrow-height);
   height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
   left: -1px;
   border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5)
      var(--bs-tooltip-arrow-height);
   border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
   max-width: var(--bs-tooltip-max-width);
   padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
   color: var(--bs-tooltip-color);
   text-align: center;
   background-color: var(--bs-tooltip-bg);
   border-radius: var(--bs-tooltip-border-radius);
}
.popover {
   --bs-popover-zindex: 1070;
   --bs-popover-max-width: 276px;
   --bs-popover-font-size: 0.875rem;
   --bs-popover-bg: var(--bs-body-bg);
   --bs-popover-border-width: var(--bs-border-width);
   --bs-popover-border-color: var(--bs-border-color-translucent);
   --bs-popover-border-radius: var(--bs-border-radius-lg);
   --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
   --bs-popover-box-shadow: var(--bs-box-shadow);
   --bs-popover-header-padding-x: 1rem;
   --bs-popover-header-padding-y: 0.5rem;
   --bs-popover-header-font-size: 1rem;
   --bs-popover-header-color: inherit;
   --bs-popover-header-bg: var(--bs-secondary-bg);
   --bs-popover-body-padding-x: 1rem;
   --bs-popover-body-padding-y: 1rem;
   --bs-popover-body-color: var(--bs-body-color);
   --bs-popover-arrow-width: 1rem;
   --bs-popover-arrow-height: 0.5rem;
   --bs-popover-arrow-border: var(--bs-popover-border-color);
   z-index: var(--bs-popover-zindex);
   display: block;
   max-width: var(--bs-popover-max-width);
   font-family: var(--bs-font-sans-serif);
   font-style: normal;
   font-weight: 400;
   line-height: 1.5;
   text-align: left;
   text-align: start;
   text-decoration: none;
   text-shadow: none;
   text-transform: none;
   letter-spacing: normal;
   word-break: normal;
   white-space: normal;
   word-spacing: normal;
   line-break: auto;
   font-size: var(--bs-popover-font-size);
   word-wrap: break-word;
   background-color: var(--bs-popover-bg);
   background-clip: padding-box;
   border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
   border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
   display: block;
   width: var(--bs-popover-arrow-width);
   height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow:before,
.popover .popover-arrow:after {
   position: absolute;
   display: block;
   content: "";
   border-color: transparent;
   border-style: solid;
   border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
   bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
   border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before {
   bottom: 0;
   border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
   bottom: var(--bs-popover-border-width);
   border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
   left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
   width: var(--bs-popover-arrow-height);
   height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
   border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height)
      calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before {
   left: 0;
   border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
   left: var(--bs-popover-border-width);
   border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
   top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
   border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before {
   top: 0;
   border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
   top: var(--bs-popover-border-width);
   border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header:before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before {
   position: absolute;
   top: 0;
   left: 50%;
   display: block;
   width: var(--bs-popover-arrow-width);
   margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
   content: "";
   border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
   right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
   width: var(--bs-popover-arrow-height);
   height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
   border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5)
      var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow:before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before {
   right: 0;
   border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
   right: var(--bs-popover-border-width);
   border-left-color: var(--bs-popover-bg);
}
.popover-header {
   padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
   margin-bottom: 0;
   font-size: var(--bs-popover-header-font-size);
   color: var(--bs-popover-header-color);
   background-color: var(--bs-popover-header-bg);
   border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
   border-top-left-radius: var(--bs-popover-inner-border-radius);
   border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
   display: none;
}
.popover-body {
   padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
   color: var(--bs-popover-body-color);
}
.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.active,
.carousel-item-next,
.carousel-item-prev {
   display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
   transform: translate(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
   transform: translate(-100%);
}
.carousel-fade .carousel-item {
   opacity: 0;
   transition-property: opacity;
   transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
   z-index: 1;
   opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
   z-index: 0;
   opacity: 0;
   transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
   .carousel-fade .active.carousel-item-start,
   .carousel-fade .active.carousel-item-end {
      transition: none;
   }
}
.carousel-control-prev,
.carousel-control-next {
   position: absolute;
   top: 0;
   bottom: 0;
   z-index: 1;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 15%;
   padding: 0;
   color: #fff;
   text-align: center;
   background: none;
   border: 0;
   opacity: 0.5;
   transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
   .carousel-control-prev,
   .carousel-control-next {
      transition: none;
   }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
   color: #fff;
   text-decoration: none;
   outline: 0;
   opacity: 0.9;
}
.carousel-control-prev {
   left: 0;
}
.carousel-control-next {
   right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
   display: inline-block;
   width: 2rem;
   height: 2rem;
   background-repeat: no-repeat;
   background-position: 50%;
   background-size: 100% 100%;
}
.carousel-control-prev-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 2;
   display: flex;
   justify-content: center;
   padding: 0;
   margin-right: 15%;
   margin-bottom: 1rem;
   margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
   box-sizing: content-box;
   flex: 0 1 auto;
   width: 30px;
   height: 3px;
   padding: 0;
   margin-right: 3px;
   margin-left: 3px;
   text-indent: -999px;
   cursor: pointer;
   background-color: #fff;
   background-clip: padding-box;
   border: 0;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   opacity: 0.5;
   transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
   .carousel-indicators [data-bs-target] {
      transition: none;
   }
}
.carousel-indicators .active {
   opacity: 1;
}
.carousel-caption {
   position: absolute;
   right: 15%;
   bottom: 1.25rem;
   left: 15%;
   padding-top: 1.25rem;
   padding-bottom: 1.25rem;
   color: #fff;
   text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
   filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
   background-color: #000;
}
.carousel-dark .carousel-caption {
   color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
   filter: invert(1) grayscale(100);
}
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
   background-color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-caption,
[data-bs-theme="dark"].carousel .carousel-caption {
   color: #000;
}
.spinner-grow,
.spinner-border {
   display: inline-block;
   width: var(--bs-spinner-width);
   height: var(--bs-spinner-height);
   vertical-align: var(--bs-spinner-vertical-align);
   border-radius: 50%;
   animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
   to {
      transform: rotate(360deg);
   }
}
.spinner-border {
   --bs-spinner-width: 2rem;
   --bs-spinner-height: 2rem;
   --bs-spinner-vertical-align: -0.125em;
   --bs-spinner-border-width: 0.25em;
   --bs-spinner-animation-speed: 0.75s;
   --bs-spinner-animation-name: spinner-border;
   border: var(--bs-spinner-border-width) solid currentcolor;
   border-right-color: transparent;
}
.spinner-border-sm {
   --bs-spinner-width: 1rem;
   --bs-spinner-height: 1rem;
   --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
   0% {
      transform: scale(0);
   }
   50% {
      opacity: 1;
      transform: none;
   }
}
.spinner-grow {
   --bs-spinner-width: 2rem;
   --bs-spinner-height: 2rem;
   --bs-spinner-vertical-align: -0.125em;
   --bs-spinner-animation-speed: 0.75s;
   --bs-spinner-animation-name: spinner-grow;
   background-color: currentcolor;
   opacity: 0;
}
.spinner-grow-sm {
   --bs-spinner-width: 1rem;
   --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
   .spinner-border,
   .spinner-grow {
      --bs-spinner-animation-speed: 1.5s;
   }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
   --bs-offcanvas-zindex: 1045;
   --bs-offcanvas-width: 400px;
   --bs-offcanvas-height: 30vh;
   --bs-offcanvas-padding-x: 1rem;
   --bs-offcanvas-padding-y: 1rem;
   --bs-offcanvas-color: var(--bs-body-color);
   --bs-offcanvas-bg: var(--bs-body-bg);
   --bs-offcanvas-border-width: var(--bs-border-width);
   --bs-offcanvas-border-color: var(--bs-border-color-translucent);
   --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
   --bs-offcanvas-transition: transform 0.3s ease-in-out;
   --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
   .offcanvas-sm {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
   }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
   .offcanvas-sm {
      transition: none;
   }
}
@media (max-width: 575.98px) {
   .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translate(-100%);
   }
   .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translate(100%);
   }
   .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
   }
   .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
   }
   .offcanvas-sm.showing,
   .offcanvas-sm.show:not(.hiding) {
      transform: none;
   }
   .offcanvas-sm.showing,
   .offcanvas-sm.hiding,
   .offcanvas-sm.show {
      visibility: visible;
   }
}
@media (min-width: 576px) {
   .offcanvas-sm {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
   }
   .offcanvas-sm .offcanvas-header {
      display: none;
   }
   .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
   }
}
@media (max-width: 767.98px) {
   .offcanvas-md {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
   }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
   .offcanvas-md {
      transition: none;
   }
}
@media (max-width: 767.98px) {
   .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translate(-100%);
   }
   .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translate(100%);
   }
   .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
   }
   .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
   }
   .offcanvas-md.showing,
   .offcanvas-md.show:not(.hiding) {
      transform: none;
   }
   .offcanvas-md.showing,
   .offcanvas-md.hiding,
   .offcanvas-md.show {
      visibility: visible;
   }
}
@media (min-width: 768px) {
   .offcanvas-md {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
   }
   .offcanvas-md .offcanvas-header {
      display: none;
   }
   .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
   }
}
@media (max-width: 991.98px) {
   .offcanvas-lg {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
   }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
   .offcanvas-lg {
      transition: none;
   }
}
@media (max-width: 991.98px) {
   .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translate(-100%);
   }
   .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translate(100%);
   }
   .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
   }
   .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
   }
   .offcanvas-lg.showing,
   .offcanvas-lg.show:not(.hiding) {
      transform: none;
   }
   .offcanvas-lg.showing,
   .offcanvas-lg.hiding,
   .offcanvas-lg.show {
      visibility: visible;
   }
}
@media (min-width: 992px) {
   .offcanvas-lg {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
   }
   .offcanvas-lg .offcanvas-header {
      display: none;
   }
   .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
   }
}
@media (max-width: 1199.98px) {
   .offcanvas-xl {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
   }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
   .offcanvas-xl {
      transition: none;
   }
}
@media (max-width: 1199.98px) {
   .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translate(-100%);
   }
   .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translate(100%);
   }
   .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
   }
   .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
   }
   .offcanvas-xl.showing,
   .offcanvas-xl.show:not(.hiding) {
      transform: none;
   }
   .offcanvas-xl.showing,
   .offcanvas-xl.hiding,
   .offcanvas-xl.show {
      visibility: visible;
   }
}
@media (min-width: 1200px) {
   .offcanvas-xl {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
   }
   .offcanvas-xl .offcanvas-header {
      display: none;
   }
   .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
   }
}
@media (max-width: 1399.98px) {
   .offcanvas-xxl {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
   }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
   .offcanvas-xxl {
      transition: none;
   }
}
@media (max-width: 1399.98px) {
   .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translate(-100%);
   }
   .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translate(100%);
   }
   .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
   }
   .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
   }
   .offcanvas-xxl.showing,
   .offcanvas-xxl.show:not(.hiding) {
      transform: none;
   }
   .offcanvas-xxl.showing,
   .offcanvas-xxl.hiding,
   .offcanvas-xxl.show {
      visibility: visible;
   }
}
@media (min-width: 1400px) {
   .offcanvas-xxl {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
   }
   .offcanvas-xxl .offcanvas-header {
      display: none;
   }
   .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
   }
}
.offcanvas {
   position: fixed;
   bottom: 0;
   z-index: var(--bs-offcanvas-zindex);
   display: flex;
   flex-direction: column;
   max-width: 100%;
   color: var(--bs-offcanvas-color);
   visibility: hidden;
   background-color: var(--bs-offcanvas-bg);
   background-clip: padding-box;
   outline: 0;
   transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
   .offcanvas {
      transition: none;
   }
}
.offcanvas.offcanvas-start {
   top: 0;
   left: 0;
   width: var(--bs-offcanvas-width);
   border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
   transform: translate(-100%);
}
.offcanvas.offcanvas-end {
   top: 0;
   right: 0;
   width: var(--bs-offcanvas-width);
   border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
   transform: translate(100%);
}
.offcanvas.offcanvas-top {
   top: 0;
   right: 0;
   left: 0;
   height: var(--bs-offcanvas-height);
   max-height: 100%;
   border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
   transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
   right: 0;
   left: 0;
   height: var(--bs-offcanvas-height);
   max-height: 100%;
   border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
   transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
   transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
   visibility: visible;
}
.offcanvas-backdrop {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1040;
   width: 100vw;
   height: 100vh;
   background-color: #000;
}
.offcanvas-backdrop.fade {
   opacity: 0;
}
.offcanvas-backdrop.show {
   opacity: 0.5;
}
.offcanvas-header {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
   padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
   margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
   margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
   margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.offcanvas-title {
   margin-bottom: 0;
   line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
   flex-grow: 1;
   padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
   overflow-y: auto;
}
.placeholder {
   display: inline-block;
   min-height: 1em;
   vertical-align: middle;
   cursor: wait;
   background-color: currentcolor;
   opacity: 0.5;
}
.placeholder.btn:before {
   display: inline-block;
   content: "";
}
.placeholder-xs {
   min-height: 0.6em;
}
.placeholder-sm {
   min-height: 0.8em;
}
.placeholder-lg {
   min-height: 1.2em;
}
.placeholder-glow .placeholder {
   animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
   50% {
      opacity: 0.2;
   }
}
.placeholder-wave {
   -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
   mask-image: linear-gradient(130deg, #000 55%, #000c, #000 95%);
   -webkit-mask-size: 200% 100%;
   mask-size: 200% 100%;
   animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
   to {
      -webkit-mask-position: -200% 0%;
      mask-position: -200% 0%;
   }
}
.clearfix:after {
   display: block;
   clear: both;
   content: "";
}
.text-bg-primary {
   color: #fff !important;
   background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
   color: #fff !important;
   background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
   color: #fff !important;
   background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
   color: #000 !important;
   background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
   color: #000 !important;
   background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
   color: #fff !important;
   background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
   color: #000 !important;
   background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
   color: #fff !important;
   background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
   color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
   color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
   color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
   color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
   color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
   color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
   color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
   color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
   color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
   color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
   color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
   color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
   color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
   color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
   color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
   color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
   color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
   -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
   color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
   -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
   text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
   outline: 0;
   box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0)
      var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
   display: inline-flex;
   gap: 0.375rem;
   align-items: center;
   -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
   text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
   text-underline-offset: 0.25em;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.icon-link > .bi {
   flex-shrink: 0;
   width: 1em;
   height: 1em;
   fill: currentcolor;
   transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
   .icon-link > .bi {
      transition: none;
   }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
   transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
   position: relative;
   width: 100%;
}
.ratio:before {
   display: block;
   padding-top: var(--bs-aspect-ratio);
   content: "";
}
.ratio > * {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.ratio-1x1 {
   --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
   --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
   --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
   --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030;
}
.fixed-bottom {
   position: fixed;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1030;
}
.sticky-top {
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 1020;
}
.sticky-bottom {
   position: -webkit-sticky;
   position: sticky;
   bottom: 0;
   z-index: 1020;
}
@media (min-width: 576px) {
   .sticky-sm-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
   }
   .sticky-sm-bottom {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      z-index: 1020;
   }
}
@media (min-width: 768px) {
   .sticky-md-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
   }
   .sticky-md-bottom {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      z-index: 1020;
   }
}
@media (min-width: 992px) {
   .sticky-lg-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
   }
   .sticky-lg-bottom {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      z-index: 1020;
   }
}
@media (min-width: 1200px) {
   .sticky-xl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
   }
   .sticky-xl-bottom {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      z-index: 1020;
   }
}
@media (min-width: 1400px) {
   .sticky-xxl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
   }
   .sticky-xxl-bottom {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      z-index: 1020;
   }
}
.hstack {
   display: flex;
   flex-direction: row;
   align-items: center;
   align-self: stretch;
}
.vstack {
   display: flex;
   flex: 1 1 auto;
   flex-direction: column;
   align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
   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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
   position: absolute !important;
}
.stretched-link:after {
   position: absolute;
   inset: 0;
   z-index: 1;
   content: "";
}
.text-truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.vr {
   display: inline-block;
   align-self: stretch;
   width: var(--bs-border-width);
   min-height: 1em;
   background-color: currentcolor;
   opacity: 0.25;
}
.align-baseline {
   vertical-align: baseline !important;
}
.align-top {
   vertical-align: top !important;
}
.align-middle {
   vertical-align: middle !important;
}
.align-bottom {
   vertical-align: bottom !important;
}
.align-text-bottom {
   vertical-align: text-bottom !important;
}
.align-text-top {
   vertical-align: text-top !important;
}
.float-start {
   float: left !important;
}
.float-end {
   float: right !important;
}
.float-none {
   float: none !important;
}
.object-fit-contain {
   -o-object-fit: contain !important;
   object-fit: contain !important;
}
.object-fit-cover {
   -o-object-fit: cover !important;
   object-fit: cover !important;
}
.object-fit-fill {
   -o-object-fit: fill !important;
   object-fit: fill !important;
}
.object-fit-scale {
   -o-object-fit: scale-down !important;
   object-fit: scale-down !important;
}
.object-fit-none {
   -o-object-fit: none !important;
   object-fit: none !important;
}
.opacity-0 {
   opacity: 0 !important;
}
.opacity-25 {
   opacity: 0.25 !important;
}
.opacity-50 {
   opacity: 0.5 !important;
}
.opacity-75 {
   opacity: 0.75 !important;
}
.opacity-100 {
   opacity: 1 !important;
}
.overflow-auto {
   overflow: auto !important;
}
.overflow-hidden {
   overflow: hidden !important;
}
.overflow-scroll {
   overflow: scroll !important;
}
.overflow-x-auto {
   overflow-x: auto !important;
}
.overflow-x-visible {
   overflow-x: visible !important;
}
.overflow-x-scroll {
   overflow-x: scroll !important;
}
.overflow-y-auto {
   overflow-y: auto !important;
}
.overflow-y-visible {
   overflow-y: visible !important;
}
.overflow-y-scroll {
   overflow-y: scroll !important;
}
.d-inline {
   display: inline !important;
}
.d-inline-block {
   display: inline-block !important;
}
.d-block {
   display: block !important;
}
.d-grid {
   display: grid !important;
}
.d-inline-grid {
   display: inline-grid !important;
}
.d-table {
   display: table !important;
}
.d-table-row {
   display: table-row !important;
}
.d-table-cell {
   display: table-cell !important;
}
.d-flex {
   display: flex !important;
}
.d-inline-flex {
   display: inline-flex !important;
}
.d-none {
   display: none !important;
}
.shadow {
   box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
   box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
   box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
   box-shadow: none !important;
}
.focus-ring-primary {
   --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
   --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
   --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
   --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
   --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
   --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
   --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
   --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
   position: static !important;
}
.position-relative {
   position: relative !important;
}
.position-absolute {
   position: absolute !important;
}
.position-fixed {
   position: fixed !important;
}
.position-sticky {
   position: -webkit-sticky !important;
   position: sticky !important;
}
.top-0 {
   top: 0 !important;
}
.top-50 {
   top: 50% !important;
}
.top-100 {
   top: 100% !important;
}
.bottom-0 {
   bottom: 0 !important;
}
.bottom-50 {
   bottom: 50% !important;
}
.bottom-100 {
   bottom: 100% !important;
}
.start-0 {
   left: 0 !important;
}
.start-50 {
   left: 50% !important;
}
.start-100 {
   left: 100% !important;
}
.end-0 {
   right: 0 !important;
}
.end-50 {
   right: 50% !important;
}
.end-100 {
   right: 100% !important;
}
.translate-middle {
   transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
   transform: translate(-50%) !important;
}
.translate-middle-y {
   transform: translateY(-50%) !important;
}
.border {
   border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
   border: 0 !important;
}
.border-top {
   border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
   border-top: 0 !important;
}
.border-end {
   border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
   border-right: 0 !important;
}
.border-bottom {
   border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
   border-bottom: 0 !important;
}
.border-start {
   border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
   border-left: 0 !important;
}
.border-primary {
   --bs-border-opacity: 1;
   border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
   --bs-border-opacity: 1;
   border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
   --bs-border-opacity: 1;
   border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
   --bs-border-opacity: 1;
   border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
   --bs-border-opacity: 1;
   border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
   --bs-border-opacity: 1;
   border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
   --bs-border-opacity: 1;
   border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
   --bs-border-opacity: 1;
   border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
   --bs-border-opacity: 1;
   border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
   --bs-border-opacity: 1;
   border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
   border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
   border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
   border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
   border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
   border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
   border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
   border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
   border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
   border-width: 1px !important;
}
.border-2 {
   border-width: 2px !important;
}
.border-3 {
   border-width: 3px !important;
}
.border-4 {
   border-width: 4px !important;
}
.border-5 {
   border-width: 5px !important;
}
.border-opacity-10 {
   --bs-border-opacity: 0.1;
}
.border-opacity-25 {
   --bs-border-opacity: 0.25;
}
.border-opacity-50 {
   --bs-border-opacity: 0.5;
}
.border-opacity-75 {
   --bs-border-opacity: 0.75;
}
.border-opacity-100 {
   --bs-border-opacity: 1;
}
.mw-100 {
   max-width: 100% !important;
}
.vw-100 {
   width: 100vw !important;
}
.min-vw-100 {
   min-width: 100vw !important;
}
.h-25 {
   height: 25% !important;
}
.h-50 {
   height: 50% !important;
}
.h-75 {
   height: 75% !important;
}
.h-100 {
   height: 100% !important;
}
.mh-100 {
   max-height: 100% !important;
}
.vh-100 {
   height: 100vh !important;
}
.min-vh-100 {
   min-height: 100vh !important;
}
.flex-fill {
   flex: 1 1 auto !important;
}
.flex-row {
   flex-direction: row !important;
}
.flex-column {
   flex-direction: column !important;
}
.flex-row-reverse {
   flex-direction: row-reverse !important;
}
.flex-column-reverse {
   flex-direction: column-reverse !important;
}
.flex-grow-0 {
   flex-grow: 0 !important;
}
.flex-grow-1 {
   flex-grow: 1 !important;
}
.flex-shrink-0 {
   flex-shrink: 0 !important;
}
.flex-shrink-1 {
   flex-shrink: 1 !important;
}
.flex-wrap {
   flex-wrap: wrap !important;
}
.flex-nowrap {
   flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
   flex-wrap: wrap-reverse !important;
}
.justify-content-start {
   justify-content: flex-start !important;
}
.justify-content-end {
   justify-content: flex-end !important;
}
.justify-content-center {
   justify-content: center !important;
}
.justify-content-between {
   justify-content: space-between !important;
}
.justify-content-around {
   justify-content: space-around !important;
}
.justify-content-evenly {
   justify-content: space-evenly !important;
}
.align-items-start {
   align-items: flex-start !important;
}
.align-items-end {
   align-items: flex-end !important;
}
.align-items-center {
   align-items: center !important;
}
.align-items-baseline {
   align-items: baseline !important;
}
.align-items-stretch {
   align-items: stretch !important;
}
.align-content-start {
   align-content: flex-start !important;
}
.align-content-end {
   align-content: flex-end !important;
}
.align-content-center {
   align-content: center !important;
}
.align-content-between {
   align-content: space-between !important;
}
.align-content-around {
   align-content: space-around !important;
}
.align-content-stretch {
   align-content: stretch !important;
}
.align-self-auto {
   align-self: auto !important;
}
.align-self-start {
   align-self: flex-start !important;
}
.align-self-end {
   align-self: flex-end !important;
}
.align-self-center {
   align-self: center !important;
}
.align-self-baseline {
   align-self: baseline !important;
}
.align-self-stretch {
   align-self: stretch !important;
}
.order-first {
   order: -1 !important;
}
.order-0 {
   order: 0 !important;
}
.order-1 {
   order: 1 !important;
}
.order-2 {
   order: 2 !important;
}
.order-3 {
   order: 3 !important;
}
.order-4 {
   order: 4 !important;
}
.order-5 {
   order: 5 !important;
}
.order-last {
   order: 6 !important;
}
.m-0 {
   margin: 0 !important;
}
.m-1 {
   margin: 0.25rem !important;
}
.m-2 {
   margin: 0.5rem !important;
}
.m-3 {
   margin: 1rem !important;
}
.m-4 {
   margin: 1.5rem !important;
}
.m-5 {
   margin: 3rem !important;
}
.m-auto {
   margin: auto !important;
}
.mx-0 {
   margin-right: 0 !important;
   margin-left: 0 !important;
}
.mx-1 {
   margin-right: 0.25rem !important;
   margin-left: 0.25rem !important;
}
.mx-2 {
   margin-right: 0.5rem !important;
   margin-left: 0.5rem !important;
}
.mx-3 {
   margin-right: 1rem !important;
   margin-left: 1rem !important;
}
.mx-4 {
   margin-right: 1.5rem !important;
   margin-left: 1.5rem !important;
}
.mx-5 {
   margin-right: 3rem !important;
   margin-left: 3rem !important;
}
.mx-auto {
   margin-right: auto !important;
   margin-left: auto !important;
}
.my-0 {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
}
.my-1 {
   margin-top: 0.25rem !important;
   margin-bottom: 0.25rem !important;
}
.my-2 {
   margin-top: 0.5rem !important;
   margin-bottom: 0.5rem !important;
}
.my-3 {
   margin-top: 1rem !important;
   margin-bottom: 1rem !important;
}
.my-4 {
   margin-top: 1.5rem !important;
   margin-bottom: 1.5rem !important;
}
.my-5 {
   margin-top: 3rem !important;
   margin-bottom: 3rem !important;
}
.my-auto {
   margin-top: auto !important;
   margin-bottom: auto !important;
}
.mt-0 {
   margin-top: 0 !important;
}
.mt-1 {
   margin-top: 0.25rem !important;
}
.mt-2 {
   margin-top: 0.5rem !important;
}
.mt-3 {
   margin-top: 1rem !important;
}
.mt-4 {
   margin-top: 1.5rem !important;
}
.mt-5 {
   margin-top: 3rem !important;
}
.mt-auto {
   margin-top: auto !important;
}
.me-0 {
   margin-right: 0 !important;
}
.me-1 {
   margin-right: 0.25rem !important;
}
.me-2 {
   margin-right: 0.5rem !important;
}
.me-3 {
   margin-right: 1rem !important;
}
.me-4 {
   margin-right: 1.5rem !important;
}
.me-5 {
   margin-right: 3rem !important;
}
.me-auto {
   margin-right: auto !important;
}
.mb-0 {
   margin-bottom: 0 !important;
}
.mb-1 {
   margin-bottom: 0.25rem !important;
}
.mb-2 {
   margin-bottom: 0.5rem !important;
}
.mb-3 {
   margin-bottom: 1rem !important;
}
.mb-4 {
   margin-bottom: 1.5rem !important;
}
.mb-5 {
   margin-bottom: 3rem !important;
}
.mb-auto {
   margin-bottom: auto !important;
}
.ms-0 {
   margin-left: 0 !important;
}
.ms-1 {
   margin-left: 0.25rem !important;
}
.ms-2 {
   margin-left: 0.5rem !important;
}
.ms-3 {
   margin-left: 1rem !important;
}
.ms-4 {
   margin-left: 1.5rem !important;
}
.ms-5 {
   margin-left: 3rem !important;
}
.ms-auto {
   margin-left: auto !important;
}
.p-0 {
   padding: 0 !important;
}
.p-1 {
   padding: 0.25rem !important;
}
.p-2 {
   padding: 0.5rem !important;
}
.p-3 {
   padding: 1rem !important;
}
.p-4 {
   padding: 1.5rem !important;
}
.p-5 {
   padding: 3rem !important;
}
.px-0 {
   padding-right: 0 !important;
   padding-left: 0 !important;
}
.px-1 {
   padding-right: 0.25rem !important;
   padding-left: 0.25rem !important;
}
.px-2 {
   padding-right: 0.5rem !important;
   padding-left: 0.5rem !important;
}
.px-3 {
   padding-right: 1rem !important;
   padding-left: 1rem !important;
}
.px-4 {
   padding-right: 1.5rem !important;
   padding-left: 1.5rem !important;
}
.px-5 {
   padding-right: 3rem !important;
   padding-left: 3rem !important;
}
.py-0 {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
}
.py-1 {
   padding-top: 0.25rem !important;
   padding-bottom: 0.25rem !important;
}
.py-2 {
   padding-top: 0.5rem !important;
   padding-bottom: 0.5rem !important;
}
.py-3 {
   padding-top: 1rem !important;
   padding-bottom: 1rem !important;
}
.py-4 {
   padding-top: 1.5rem !important;
   padding-bottom: 1.5rem !important;
}
.py-5 {
   padding-top: 3rem !important;
   padding-bottom: 3rem !important;
}
.pt-0 {
   padding-top: 0 !important;
}
.pt-1 {
   padding-top: 0.25rem !important;
}
.pt-2 {
   padding-top: 0.5rem !important;
}
.pt-3 {
   padding-top: 1rem !important;
}
.pt-4 {
   padding-top: 1.5rem !important;
}
.pt-5 {
   padding-top: 3rem !important;
}
.pe-0 {
   padding-right: 0 !important;
}
.pe-1 {
   padding-right: 0.25rem !important;
}
.pe-2 {
   padding-right: 0.5rem !important;
}
.pe-3 {
   padding-right: 1rem !important;
}
.pe-4 {
   padding-right: 1.5rem !important;
}
.pe-5 {
   padding-right: 3rem !important;
}
.pb-0 {
   padding-bottom: 0 !important;
}
.pb-1 {
   padding-bottom: 0.25rem !important;
}
.pb-2 {
   padding-bottom: 0.5rem !important;
}
.pb-3 {
   padding-bottom: 1rem !important;
}
.pb-4 {
   padding-bottom: 1.5rem !important;
}
.pb-5 {
   padding-bottom: 3rem !important;
}
.ps-0 {
   padding-left: 0 !important;
}
.ps-1 {
   padding-left: 0.25rem !important;
}
.ps-2 {
   padding-left: 0.5rem !important;
}
.ps-3 {
   padding-left: 1rem !important;
}
.ps-4 {
   padding-left: 1.5rem !important;
}
.ps-5 {
   padding-left: 3rem !important;
}
.gap-0 {
   gap: 0 !important;
}
.gap-1 {
   gap: 0.25rem !important;
}
.gap-2 {
   gap: 0.5rem !important;
}
.gap-3 {
   gap: 1rem !important;
}
.gap-4 {
   gap: 1.5rem !important;
}
.gap-5 {
   gap: 3rem !important;
}
.row-gap-0 {
   row-gap: 0 !important;
}
.row-gap-1 {
   row-gap: 0.25rem !important;
}
.row-gap-2 {
   row-gap: 0.5rem !important;
}
.row-gap-3 {
   row-gap: 1rem !important;
}
.row-gap-4 {
   row-gap: 1.5rem !important;
}
.row-gap-5 {
   row-gap: 3rem !important;
}
.column-gap-0 {
   -moz-column-gap: 0 !important;
   column-gap: 0 !important;
}
.column-gap-1 {
   -moz-column-gap: 0.25rem !important;
   column-gap: 0.25rem !important;
}
.column-gap-2 {
   -moz-column-gap: 0.5rem !important;
   column-gap: 0.5rem !important;
}
.column-gap-3 {
   -moz-column-gap: 1rem !important;
   column-gap: 1rem !important;
}
.column-gap-4 {
   -moz-column-gap: 1.5rem !important;
   column-gap: 1.5rem !important;
}
.column-gap-5 {
   -moz-column-gap: 3rem !important;
   column-gap: 3rem !important;
}
.font-monospace {
   font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
   font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
   font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
   font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
   font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
   font-size: 1.25rem !important;
}
.fs-6 {
   font-size: 1rem !important;
}
.fst-italic {
   font-style: italic !important;
}
.fst-normal {
   font-style: normal !important;
}
.fw-lighter {
   font-weight: lighter !important;
}
.fw-light {
   font-weight: 300 !important;
}
.fw-normal {
   font-weight: 400 !important;
}
.fw-medium {
   font-weight: 500 !important;
}
.fw-semibold {
   font-weight: 600 !important;
}
.fw-bold {
   font-weight: 700 !important;
}
.fw-bolder {
   font-weight: bolder !important;
}
.lh-1 {
   line-height: 1 !important;
}
.lh-sm {
   line-height: 1.25 !important;
}
.lh-base {
   line-height: 1.5 !important;
}
.lh-lg {
   line-height: 2 !important;
}
.text-start {
   text-align: left !important;
}
.text-end {
   text-align: right !important;
}
.text-center {
   text-align: center !important;
}
.text-decoration-none {
   text-decoration: none !important;
}
.text-decoration-underline {
   text-decoration: underline !important;
}
.text-decoration-line-through {
   text-decoration: line-through !important;
}
.text-lowercase {
   text-transform: lowercase !important;
}
.text-uppercase {
   text-transform: uppercase !important;
}
.text-capitalize {
   text-transform: capitalize !important;
}
.text-wrap {
   white-space: normal !important;
}
.text-nowrap {
   white-space: nowrap !important;
}
.text-break {
   word-wrap: break-word !important;
   word-break: break-word !important;
}
.text-primary {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
   --bs-text-opacity: 1;
   color: var(--bs-secondary-color) !important;
}
.text-black-50 {
   --bs-text-opacity: 1;
   color: #00000080 !important;
}
.text-white-50 {
   --bs-text-opacity: 1;
   color: #ffffff80 !important;
}
.text-body-secondary {
   --bs-text-opacity: 1;
   color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
   --bs-text-opacity: 1;
   color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
   --bs-text-opacity: 1;
   color: var(--bs-emphasis-color) !important;
}
.text-reset {
   --bs-text-opacity: 1;
   color: inherit !important;
}
.text-opacity-25 {
   --bs-text-opacity: 0.25;
}
.text-opacity-50 {
   --bs-text-opacity: 0.5;
}
.text-opacity-75 {
   --bs-text-opacity: 0.75;
}
.text-opacity-100 {
   --bs-text-opacity: 1;
}
.text-primary-emphasis {
   color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
   color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
   color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
   color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
   color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
   color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
   color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
   color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10,
.link-opacity-10-hover:hover {
   --bs-link-opacity: 0.1;
}
.link-opacity-25,
.link-opacity-25-hover:hover {
   --bs-link-opacity: 0.25;
}
.link-opacity-50,
.link-opacity-50-hover:hover {
   --bs-link-opacity: 0.5;
}
.link-opacity-75,
.link-opacity-75-hover:hover {
   --bs-link-opacity: 0.75;
}
.link-opacity-100,
.link-opacity-100-hover:hover {
   --bs-link-opacity: 1;
}
.link-offset-1,
.link-offset-1-hover:hover {
   text-underline-offset: 0.125em !important;
}
.link-offset-2,
.link-offset-2-hover:hover {
   text-underline-offset: 0.25em !important;
}
.link-offset-3,
.link-offset-3-hover:hover {
   text-underline-offset: 0.375em !important;
}
.link-underline-primary {
   --bs-link-underline-opacity: 1;
   -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
   text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
   --bs-link-underline-opacity: 1;
   -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
   text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
   --bs-link-underline-opacity: 1;
   -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
   text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
   --bs-link-underline-opacity: 1;
   -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
   text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
   --bs-link-underline-opacity: 1;
   -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
   text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
   --bs-link-underline-opacity: 1;
   -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
   text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
   --bs-link-underline-opacity: 1;
   -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
   text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
   --bs-link-underline-opacity: 1;
   -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
   text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
   --bs-link-underline-opacity: 1;
   -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
   text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
   --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
   --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
   --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
   --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
   --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
   --bs-link-underline-opacity: 1;
}
.bg-primary {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
   --bs-bg-opacity: 1;
   background-color: transparent !important;
}
.bg-body-secondary {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
   --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
   --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
   --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
   --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
   --bs-bg-opacity: 1;
}
.bg-primary-subtle {
   background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
   background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
   background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
   background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
   background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
   background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
   background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
   background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
   background-image: var(--bs-gradient) !important;
}
.user-select-all {
   -webkit-user-select: all !important;
   -moz-user-select: all !important;
   user-select: all !important;
}
.user-select-auto {
   -webkit-user-select: auto !important;
   -moz-user-select: auto !important;
   user-select: auto !important;
}
.user-select-none {
   -webkit-user-select: none !important;
   -moz-user-select: none !important;
   user-select: none !important;
}
.pe-none {
   pointer-events: none !important;
}
.pe-auto {
   pointer-events: auto !important;
}
.rounded {
   border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
   border-radius: 0 !important;
}
.rounded-1 {
   border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
   border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
   border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
   border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
   border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
   border-radius: 50% !important;
}
.rounded-pill {
   border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
   border-top-left-radius: var(--bs-border-radius) !important;
   border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
   border-top-left-radius: 0 !important;
   border-top-right-radius: 0 !important;
}
.rounded-top-1 {
   border-top-left-radius: var(--bs-border-radius-sm) !important;
   border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
   border-top-left-radius: var(--bs-border-radius) !important;
   border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
   border-top-left-radius: var(--bs-border-radius-lg) !important;
   border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
   border-top-left-radius: var(--bs-border-radius-xl) !important;
   border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
   border-top-left-radius: var(--bs-border-radius-xxl) !important;
   border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
   border-top-left-radius: 50% !important;
   border-top-right-radius: 50% !important;
}
.rounded-top-pill {
   border-top-left-radius: var(--bs-border-radius-pill) !important;
   border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
   border-top-right-radius: var(--bs-border-radius) !important;
   border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
   border-top-right-radius: 0 !important;
   border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
   border-top-right-radius: var(--bs-border-radius-sm) !important;
   border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
   border-top-right-radius: var(--bs-border-radius) !important;
   border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
   border-top-right-radius: var(--bs-border-radius-lg) !important;
   border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
   border-top-right-radius: var(--bs-border-radius-xl) !important;
   border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
   border-top-right-radius: var(--bs-border-radius-xxl) !important;
   border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
   border-top-right-radius: 50% !important;
   border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
   border-top-right-radius: var(--bs-border-radius-pill) !important;
   border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
   border-bottom-right-radius: var(--bs-border-radius) !important;
   border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
   border-bottom-right-radius: 0 !important;
   border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
   border-bottom-right-radius: var(--bs-border-radius-sm) !important;
   border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
   border-bottom-right-radius: var(--bs-border-radius) !important;
   border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
   border-bottom-right-radius: var(--bs-border-radius-lg) !important;
   border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
   border-bottom-right-radius: var(--bs-border-radius-xl) !important;
   border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
   border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
   border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
   border-bottom-right-radius: 50% !important;
   border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
   border-bottom-right-radius: var(--bs-border-radius-pill) !important;
   border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
   border-bottom-left-radius: var(--bs-border-radius) !important;
   border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
   border-bottom-left-radius: 0 !important;
   border-top-left-radius: 0 !important;
}
.rounded-start-1 {
   border-bottom-left-radius: var(--bs-border-radius-sm) !important;
   border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
   border-bottom-left-radius: var(--bs-border-radius) !important;
   border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
   border-bottom-left-radius: var(--bs-border-radius-lg) !important;
   border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
   border-bottom-left-radius: var(--bs-border-radius-xl) !important;
   border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
   border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
   border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
   border-bottom-left-radius: 50% !important;
   border-top-left-radius: 50% !important;
}
.rounded-start-pill {
   border-bottom-left-radius: var(--bs-border-radius-pill) !important;
   border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
   visibility: visible !important;
}
.invisible {
   visibility: hidden !important;
}
.z-n1 {
   z-index: -1 !important;
}
.z-0 {
   z-index: 0 !important;
}
.z-1 {
   z-index: 1 !important;
}
.z-2 {
   z-index: 2 !important;
}
.z-3 {
   z-index: 3 !important;
}
@media (min-width: 576px) {
   .float-sm-start {
      float: left !important;
   }
   .float-sm-end {
      float: right !important;
   }
   .float-sm-none {
      float: none !important;
   }
   .object-fit-sm-contain {
      -o-object-fit: contain !important;
      object-fit: contain !important;
   }
   .object-fit-sm-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important;
   }
   .object-fit-sm-fill {
      -o-object-fit: fill !important;
      object-fit: fill !important;
   }
   .object-fit-sm-scale {
      -o-object-fit: scale-down !important;
      object-fit: scale-down !important;
   }
   .object-fit-sm-none {
      -o-object-fit: none !important;
      object-fit: none !important;
   }
   .d-sm-inline {
      display: inline !important;
   }
   .d-sm-inline-block {
      display: inline-block !important;
   }
   .d-sm-block {
      display: block !important;
   }
   .d-sm-grid {
      display: grid !important;
   }
   .d-sm-inline-grid {
      display: inline-grid !important;
   }
   .d-sm-table {
      display: table !important;
   }
   .d-sm-table-row {
      display: table-row !important;
   }
   .d-sm-table-cell {
      display: table-cell !important;
   }
   .d-sm-flex {
      display: flex !important;
   }
   .d-sm-inline-flex {
      display: inline-flex !important;
   }
   .d-sm-none {
      display: none !important;
   }
   .flex-sm-fill {
      flex: 1 1 auto !important;
   }
   .flex-sm-row {
      flex-direction: row !important;
   }
   .flex-sm-column {
      flex-direction: column !important;
   }
   .flex-sm-row-reverse {
      flex-direction: row-reverse !important;
   }
   .flex-sm-column-reverse {
      flex-direction: column-reverse !important;
   }
   .flex-sm-grow-0 {
      flex-grow: 0 !important;
   }
   .flex-sm-grow-1 {
      flex-grow: 1 !important;
   }
   .flex-sm-shrink-0 {
      flex-shrink: 0 !important;
   }
   .flex-sm-shrink-1 {
      flex-shrink: 1 !important;
   }
   .flex-sm-wrap {
      flex-wrap: wrap !important;
   }
   .flex-sm-nowrap {
      flex-wrap: nowrap !important;
   }
   .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
   }
   .justify-content-sm-start {
      justify-content: flex-start !important;
   }
   .justify-content-sm-end {
      justify-content: flex-end !important;
   }
   .justify-content-sm-center {
      justify-content: center !important;
   }
   .justify-content-sm-between {
      justify-content: space-between !important;
   }
   .justify-content-sm-around {
      justify-content: space-around !important;
   }
   .justify-content-sm-evenly {
      justify-content: space-evenly !important;
   }
   .align-items-sm-start {
      align-items: flex-start !important;
   }
   .align-items-sm-end {
      align-items: flex-end !important;
   }
   .align-items-sm-center {
      align-items: center !important;
   }
   .align-items-sm-baseline {
      align-items: baseline !important;
   }
   .align-items-sm-stretch {
      align-items: stretch !important;
   }
   .align-content-sm-start {
      align-content: flex-start !important;
   }
   .align-content-sm-end {
      align-content: flex-end !important;
   }
   .align-content-sm-center {
      align-content: center !important;
   }
   .align-content-sm-between {
      align-content: space-between !important;
   }
   .align-content-sm-around {
      align-content: space-around !important;
   }
   .align-content-sm-stretch {
      align-content: stretch !important;
   }
   .align-self-sm-auto {
      align-self: auto !important;
   }
   .align-self-sm-start {
      align-self: flex-start !important;
   }
   .align-self-sm-end {
      align-self: flex-end !important;
   }
   .align-self-sm-center {
      align-self: center !important;
   }
   .align-self-sm-baseline {
      align-self: baseline !important;
   }
   .align-self-sm-stretch {
      align-self: stretch !important;
   }
   .order-sm-first {
      order: -1 !important;
   }
   .order-sm-0 {
      order: 0 !important;
   }
   .order-sm-1 {
      order: 1 !important;
   }
   .order-sm-2 {
      order: 2 !important;
   }
   .order-sm-3 {
      order: 3 !important;
   }
   .order-sm-4 {
      order: 4 !important;
   }
   .order-sm-5 {
      order: 5 !important;
   }
   .order-sm-last {
      order: 6 !important;
   }
   .m-sm-0 {
      margin: 0 !important;
   }
   .m-sm-1 {
      margin: 0.25rem !important;
   }
   .m-sm-2 {
      margin: 0.5rem !important;
   }
   .m-sm-3 {
      margin: 1rem !important;
   }
   .m-sm-4 {
      margin: 1.5rem !important;
   }
   .m-sm-5 {
      margin: 3rem !important;
   }
   .m-sm-auto {
      margin: auto !important;
   }
   .mx-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
   }
   .mx-sm-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
   }
   .mx-sm-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
   }
   .mx-sm-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
   }
   .mx-sm-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
   }
   .mx-sm-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
   }
   .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important;
   }
   .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
   }
   .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
   }
   .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
   }
   .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
   }
   .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
   }
   .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
   }
   .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
   }
   .mt-sm-0 {
      margin-top: 0 !important;
   }
   .mt-sm-1 {
      margin-top: 0.25rem !important;
   }
   .mt-sm-2 {
      margin-top: 0.5rem !important;
   }
   .mt-sm-3 {
      margin-top: 1rem !important;
   }
   .mt-sm-4 {
      margin-top: 1.5rem !important;
   }
   .mt-sm-5 {
      margin-top: 3rem !important;
   }
   .mt-sm-auto {
      margin-top: auto !important;
   }
   .me-sm-0 {
      margin-right: 0 !important;
   }
   .me-sm-1 {
      margin-right: 0.25rem !important;
   }
   .me-sm-2 {
      margin-right: 0.5rem !important;
   }
   .me-sm-3 {
      margin-right: 1rem !important;
   }
   .me-sm-4 {
      margin-right: 1.5rem !important;
   }
   .me-sm-5 {
      margin-right: 3rem !important;
   }
   .me-sm-auto {
      margin-right: auto !important;
   }
   .mb-sm-0 {
      margin-bottom: 0 !important;
   }
   .mb-sm-1 {
      margin-bottom: 0.25rem !important;
   }
   .mb-sm-2 {
      margin-bottom: 0.5rem !important;
   }
   .mb-sm-3 {
      margin-bottom: 1rem !important;
   }
   .mb-sm-4 {
      margin-bottom: 1.5rem !important;
   }
   .mb-sm-5 {
      margin-bottom: 3rem !important;
   }
   .mb-sm-auto {
      margin-bottom: auto !important;
   }
   .ms-sm-0 {
      margin-left: 0 !important;
   }
   .ms-sm-1 {
      margin-left: 0.25rem !important;
   }
   .ms-sm-2 {
      margin-left: 0.5rem !important;
   }
   .ms-sm-3 {
      margin-left: 1rem !important;
   }
   .ms-sm-4 {
      margin-left: 1.5rem !important;
   }
   .ms-sm-5 {
      margin-left: 3rem !important;
   }
   .ms-sm-auto {
      margin-left: auto !important;
   }
   .p-sm-0 {
      padding: 0 !important;
   }
   .p-sm-1 {
      padding: 0.25rem !important;
   }
   .p-sm-2 {
      padding: 0.5rem !important;
   }
   .p-sm-3 {
      padding: 1rem !important;
   }
   .p-sm-4 {
      padding: 1.5rem !important;
   }
   .p-sm-5 {
      padding: 3rem !important;
   }
   .px-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
   }
   .px-sm-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
   }
   .px-sm-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
   }
   .px-sm-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
   }
   .px-sm-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
   }
   .px-sm-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
   }
   .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }
   .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
   }
   .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
   }
   .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
   }
   .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
   }
   .py-sm-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
   }
   .pt-sm-0 {
      padding-top: 0 !important;
   }
   .pt-sm-1 {
      padding-top: 0.25rem !important;
   }
   .pt-sm-2 {
      padding-top: 0.5rem !important;
   }
   .pt-sm-3 {
      padding-top: 1rem !important;
   }
   .pt-sm-4 {
      padding-top: 1.5rem !important;
   }
   .pt-sm-5 {
      padding-top: 3rem !important;
   }
   .pe-sm-0 {
      padding-right: 0 !important;
   }
   .pe-sm-1 {
      padding-right: 0.25rem !important;
   }
   .pe-sm-2 {
      padding-right: 0.5rem !important;
   }
   .pe-sm-3 {
      padding-right: 1rem !important;
   }
   .pe-sm-4 {
      padding-right: 1.5rem !important;
   }
   .pe-sm-5 {
      padding-right: 3rem !important;
   }
   .pb-sm-0 {
      padding-bottom: 0 !important;
   }
   .pb-sm-1 {
      padding-bottom: 0.25rem !important;
   }
   .pb-sm-2 {
      padding-bottom: 0.5rem !important;
   }
   .pb-sm-3 {
      padding-bottom: 1rem !important;
   }
   .pb-sm-4 {
      padding-bottom: 1.5rem !important;
   }
   .pb-sm-5 {
      padding-bottom: 3rem !important;
   }
   .ps-sm-0 {
      padding-left: 0 !important;
   }
   .ps-sm-1 {
      padding-left: 0.25rem !important;
   }
   .ps-sm-2 {
      padding-left: 0.5rem !important;
   }
   .ps-sm-3 {
      padding-left: 1rem !important;
   }
   .ps-sm-4 {
      padding-left: 1.5rem !important;
   }
   .ps-sm-5 {
      padding-left: 3rem !important;
   }
   .gap-sm-0 {
      gap: 0 !important;
   }
   .gap-sm-1 {
      gap: 0.25rem !important;
   }
   .gap-sm-2 {
      gap: 0.5rem !important;
   }
   .gap-sm-3 {
      gap: 1rem !important;
   }
   .gap-sm-4 {
      gap: 1.5rem !important;
   }
   .gap-sm-5 {
      gap: 3rem !important;
   }
   .row-gap-sm-0 {
      row-gap: 0 !important;
   }
   .row-gap-sm-1 {
      row-gap: 0.25rem !important;
   }
   .row-gap-sm-2 {
      row-gap: 0.5rem !important;
   }
   .row-gap-sm-3 {
      row-gap: 1rem !important;
   }
   .row-gap-sm-4 {
      row-gap: 1.5rem !important;
   }
   .row-gap-sm-5 {
      row-gap: 3rem !important;
   }
   .column-gap-sm-0 {
      -moz-column-gap: 0 !important;
      column-gap: 0 !important;
   }
   .column-gap-sm-1 {
      -moz-column-gap: 0.25rem !important;
      column-gap: 0.25rem !important;
   }
   .column-gap-sm-2 {
      -moz-column-gap: 0.5rem !important;
      column-gap: 0.5rem !important;
   }
   .column-gap-sm-3 {
      -moz-column-gap: 1rem !important;
      column-gap: 1rem !important;
   }
   .column-gap-sm-4 {
      -moz-column-gap: 1.5rem !important;
      column-gap: 1.5rem !important;
   }
   .column-gap-sm-5 {
      -moz-column-gap: 3rem !important;
      column-gap: 3rem !important;
   }
   .text-sm-start {
      text-align: left !important;
   }
   .text-sm-end {
      text-align: right !important;
   }
   .text-sm-center {
      text-align: center !important;
   }
}
@media (min-width: 768px) {
   .float-md-start {
      float: left !important;
   }
   .float-md-end {
      float: right !important;
   }
   .float-md-none {
      float: none !important;
   }
   .object-fit-md-contain {
      -o-object-fit: contain !important;
      object-fit: contain !important;
   }
   .object-fit-md-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important;
   }
   .object-fit-md-fill {
      -o-object-fit: fill !important;
      object-fit: fill !important;
   }
   .object-fit-md-scale {
      -o-object-fit: scale-down !important;
      object-fit: scale-down !important;
   }
   .object-fit-md-none {
      -o-object-fit: none !important;
      object-fit: none !important;
   }
   .d-md-inline {
      display: inline !important;
   }
   .d-md-inline-block {
      display: inline-block !important;
   }
   .d-md-block {
      display: block !important;
   }
   .d-md-grid {
      display: grid !important;
   }
   .d-md-inline-grid {
      display: inline-grid !important;
   }
   .d-md-table {
      display: table !important;
   }
   .d-md-table-row {
      display: table-row !important;
   }
   .d-md-table-cell {
      display: table-cell !important;
   }
   .d-md-flex {
      display: flex !important;
   }
   .d-md-inline-flex {
      display: inline-flex !important;
   }
   .d-md-none {
      display: none !important;
   }
   .flex-md-fill {
      flex: 1 1 auto !important;
   }
   .flex-md-row {
      flex-direction: row !important;
   }
   .flex-md-column {
      flex-direction: column !important;
   }
   .flex-md-row-reverse {
      flex-direction: row-reverse !important;
   }
   .flex-md-column-reverse {
      flex-direction: column-reverse !important;
   }
   .flex-md-grow-0 {
      flex-grow: 0 !important;
   }
   .flex-md-grow-1 {
      flex-grow: 1 !important;
   }
   .flex-md-shrink-0 {
      flex-shrink: 0 !important;
   }
   .flex-md-shrink-1 {
      flex-shrink: 1 !important;
   }
   .flex-md-wrap {
      flex-wrap: wrap !important;
   }
   .flex-md-nowrap {
      flex-wrap: nowrap !important;
   }
   .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
   }
   .justify-content-md-start {
      justify-content: flex-start !important;
   }
   .justify-content-md-end {
      justify-content: flex-end !important;
   }
   .justify-content-md-center {
      justify-content: center !important;
   }
   .justify-content-md-between {
      justify-content: space-between !important;
   }
   .justify-content-md-around {
      justify-content: space-around !important;
   }
   .justify-content-md-evenly {
      justify-content: space-evenly !important;
   }
   .align-items-md-start {
      align-items: flex-start !important;
   }
   .align-items-md-end {
      align-items: flex-end !important;
   }
   .align-items-md-center {
      align-items: center !important;
   }
   .align-items-md-baseline {
      align-items: baseline !important;
   }
   .align-items-md-stretch {
      align-items: stretch !important;
   }
   .align-content-md-start {
      align-content: flex-start !important;
   }
   .align-content-md-end {
      align-content: flex-end !important;
   }
   .align-content-md-center {
      align-content: center !important;
   }
   .align-content-md-between {
      align-content: space-between !important;
   }
   .align-content-md-around {
      align-content: space-around !important;
   }
   .align-content-md-stretch {
      align-content: stretch !important;
   }
   .align-self-md-auto {
      align-self: auto !important;
   }
   .align-self-md-start {
      align-self: flex-start !important;
   }
   .align-self-md-end {
      align-self: flex-end !important;
   }
   .align-self-md-center {
      align-self: center !important;
   }
   .align-self-md-baseline {
      align-self: baseline !important;
   }
   .align-self-md-stretch {
      align-self: stretch !important;
   }
   .order-md-first {
      order: -1 !important;
   }
   .order-md-0 {
      order: 0 !important;
   }
   .order-md-1 {
      order: 1 !important;
   }
   .order-md-2 {
      order: 2 !important;
   }
   .order-md-3 {
      order: 3 !important;
   }
   .order-md-4 {
      order: 4 !important;
   }
   .order-md-5 {
      order: 5 !important;
   }
   .order-md-last {
      order: 6 !important;
   }
   .m-md-0 {
      margin: 0 !important;
   }
   .m-md-1 {
      margin: 0.25rem !important;
   }
   .m-md-2 {
      margin: 0.5rem !important;
   }
   .m-md-3 {
      margin: 1rem !important;
   }
   .m-md-4 {
      margin: 1.5rem !important;
   }
   .m-md-5 {
      margin: 3rem !important;
   }
   .m-md-auto {
      margin: auto !important;
   }
   .mx-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
   }
   .mx-md-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
   }
   .mx-md-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
   }
   .mx-md-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
   }
   .mx-md-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
   }
   .mx-md-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
   }
   .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important;
   }
   .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
   }
   .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
   }
   .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
   }
   .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
   }
   .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
   }
   .my-md-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
   }
   .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
   }
   .mt-md-0 {
      margin-top: 0 !important;
   }
   .mt-md-1 {
      margin-top: 0.25rem !important;
   }
   .mt-md-2 {
      margin-top: 0.5rem !important;
   }
   .mt-md-3 {
      margin-top: 1rem !important;
   }
   .mt-md-4 {
      margin-top: 1.5rem !important;
   }
   .mt-md-5 {
      margin-top: 3rem !important;
   }
   .mt-md-auto {
      margin-top: auto !important;
   }
   .me-md-0 {
      margin-right: 0 !important;
   }
   .me-md-1 {
      margin-right: 0.25rem !important;
   }
   .me-md-2 {
      margin-right: 0.5rem !important;
   }
   .me-md-3 {
      margin-right: 1rem !important;
   }
   .me-md-4 {
      margin-right: 1.5rem !important;
   }
   .me-md-5 {
      margin-right: 3rem !important;
   }
   .me-md-auto {
      margin-right: auto !important;
   }
   .mb-md-0 {
      margin-bottom: 0 !important;
   }
   .mb-md-1 {
      margin-bottom: 0.25rem !important;
   }
   .mb-md-2 {
      margin-bottom: 0.5rem !important;
   }
   .mb-md-3 {
      margin-bottom: 1rem !important;
   }
   .mb-md-4 {
      margin-bottom: 1.5rem !important;
   }
   .mb-md-5 {
      margin-bottom: 3rem !important;
   }
   .mb-md-auto {
      margin-bottom: auto !important;
   }
   .ms-md-0 {
      margin-left: 0 !important;
   }
   .ms-md-1 {
      margin-left: 0.25rem !important;
   }
   .ms-md-2 {
      margin-left: 0.5rem !important;
   }
   .ms-md-3 {
      margin-left: 1rem !important;
   }
   .ms-md-4 {
      margin-left: 1.5rem !important;
   }
   .ms-md-5 {
      margin-left: 3rem !important;
   }
   .ms-md-auto {
      margin-left: auto !important;
   }
   .p-md-0 {
      padding: 0 !important;
   }
   .p-md-1 {
      padding: 0.25rem !important;
   }
   .p-md-2 {
      padding: 0.5rem !important;
   }
   .p-md-3 {
      padding: 1rem !important;
   }
   .p-md-4 {
      padding: 1.5rem !important;
   }
   .p-md-5 {
      padding: 3rem !important;
   }
   .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
   }
   .px-md-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
   }
   .px-md-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
   }
   .px-md-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
   }
   .px-md-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
   }
   .px-md-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
   }
   .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }
   .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
   }
   .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
   }
   .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
   }
   .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
   }
   .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
   }
   .pt-md-0 {
      padding-top: 0 !important;
   }
   .pt-md-1 {
      padding-top: 0.25rem !important;
   }
   .pt-md-2 {
      padding-top: 0.5rem !important;
   }
   .pt-md-3 {
      padding-top: 1rem !important;
   }
   .pt-md-4 {
      padding-top: 1.5rem !important;
   }
   .pt-md-5 {
      padding-top: 3rem !important;
   }
   .pe-md-0 {
      padding-right: 0 !important;
   }
   .pe-md-1 {
      padding-right: 0.25rem !important;
   }
   .pe-md-2 {
      padding-right: 0.5rem !important;
   }
   .pe-md-3 {
      padding-right: 1rem !important;
   }
   .pe-md-4 {
      padding-right: 1.5rem !important;
   }
   .pe-md-5 {
      padding-right: 3rem !important;
   }
   .pb-md-0 {
      padding-bottom: 0 !important;
   }
   .pb-md-1 {
      padding-bottom: 0.25rem !important;
   }
   .pb-md-2 {
      padding-bottom: 0.5rem !important;
   }
   .pb-md-3 {
      padding-bottom: 1rem !important;
   }
   .pb-md-4 {
      padding-bottom: 1.5rem !important;
   }
   .pb-md-5 {
      padding-bottom: 3rem !important;
   }
   .ps-md-0 {
      padding-left: 0 !important;
   }
   .ps-md-1 {
      padding-left: 0.25rem !important;
   }
   .ps-md-2 {
      padding-left: 0.5rem !important;
   }
   .ps-md-3 {
      padding-left: 1rem !important;
   }
   .ps-md-4 {
      padding-left: 1.5rem !important;
   }
   .ps-md-5 {
      padding-left: 3rem !important;
   }
   .gap-md-0 {
      gap: 0 !important;
   }
   .gap-md-1 {
      gap: 0.25rem !important;
   }
   .gap-md-2 {
      gap: 0.5rem !important;
   }
   .gap-md-3 {
      gap: 1rem !important;
   }
   .gap-md-4 {
      gap: 1.5rem !important;
   }
   .gap-md-5 {
      gap: 3rem !important;
   }
   .row-gap-md-0 {
      row-gap: 0 !important;
   }
   .row-gap-md-1 {
      row-gap: 0.25rem !important;
   }
   .row-gap-md-2 {
      row-gap: 0.5rem !important;
   }
   .row-gap-md-3 {
      row-gap: 1rem !important;
   }
   .row-gap-md-4 {
      row-gap: 1.5rem !important;
   }
   .row-gap-md-5 {
      row-gap: 3rem !important;
   }
   .column-gap-md-0 {
      -moz-column-gap: 0 !important;
      column-gap: 0 !important;
   }
   .column-gap-md-1 {
      -moz-column-gap: 0.25rem !important;
      column-gap: 0.25rem !important;
   }
   .column-gap-md-2 {
      -moz-column-gap: 0.5rem !important;
      column-gap: 0.5rem !important;
   }
   .column-gap-md-3 {
      -moz-column-gap: 1rem !important;
      column-gap: 1rem !important;
   }
   .column-gap-md-4 {
      -moz-column-gap: 1.5rem !important;
      column-gap: 1.5rem !important;
   }
   .column-gap-md-5 {
      -moz-column-gap: 3rem !important;
      column-gap: 3rem !important;
   }
   .text-md-start {
      text-align: left !important;
   }
   .text-md-end {
      text-align: right !important;
   }
   .text-md-center {
      text-align: center !important;
   }
}
@media (min-width: 992px) {
   .float-lg-start {
      float: left !important;
   }
   .float-lg-end {
      float: right !important;
   }
   .float-lg-none {
      float: none !important;
   }
   .object-fit-lg-contain {
      -o-object-fit: contain !important;
      object-fit: contain !important;
   }
   .object-fit-lg-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important;
   }
   .object-fit-lg-fill {
      -o-object-fit: fill !important;
      object-fit: fill !important;
   }
   .object-fit-lg-scale {
      -o-object-fit: scale-down !important;
      object-fit: scale-down !important;
   }
   .object-fit-lg-none {
      -o-object-fit: none !important;
      object-fit: none !important;
   }
   .d-lg-inline {
      display: inline !important;
   }
   .d-lg-inline-block {
      display: inline-block !important;
   }
   .d-lg-block {
      display: block !important;
   }
   .d-lg-grid {
      display: grid !important;
   }
   .d-lg-inline-grid {
      display: inline-grid !important;
   }
   .d-lg-table {
      display: table !important;
   }
   .d-lg-table-row {
      display: table-row !important;
   }
   .d-lg-table-cell {
      display: table-cell !important;
   }
   .d-lg-flex {
      display: flex !important;
   }
   .d-lg-inline-flex {
      display: inline-flex !important;
   }
   .d-lg-none {
      display: none !important;
   }
   .flex-lg-fill {
      flex: 1 1 auto !important;
   }
   .flex-lg-row {
      flex-direction: row !important;
   }
   .flex-lg-column {
      flex-direction: column !important;
   }
   .flex-lg-row-reverse {
      flex-direction: row-reverse !important;
   }
   .flex-lg-column-reverse {
      flex-direction: column-reverse !important;
   }
   .flex-lg-grow-0 {
      flex-grow: 0 !important;
   }
   .flex-lg-grow-1 {
      flex-grow: 1 !important;
   }
   .flex-lg-shrink-0 {
      flex-shrink: 0 !important;
   }
   .flex-lg-shrink-1 {
      flex-shrink: 1 !important;
   }
   .flex-lg-wrap {
      flex-wrap: wrap !important;
   }
   .flex-lg-nowrap {
      flex-wrap: nowrap !important;
   }
   .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
   }
   .justify-content-lg-start {
      justify-content: flex-start !important;
   }
   .justify-content-lg-end {
      justify-content: flex-end !important;
   }
   .justify-content-lg-center {
      justify-content: center !important;
   }
   .justify-content-lg-between {
      justify-content: space-between !important;
   }
   .justify-content-lg-around {
      justify-content: space-around !important;
   }
   .justify-content-lg-evenly {
      justify-content: space-evenly !important;
   }
   .align-items-lg-start {
      align-items: flex-start !important;
   }
   .align-items-lg-end {
      align-items: flex-end !important;
   }
   .align-items-lg-center {
      align-items: center !important;
   }
   .align-items-lg-baseline {
      align-items: baseline !important;
   }
   .align-items-lg-stretch {
      align-items: stretch !important;
   }
   .align-content-lg-start {
      align-content: flex-start !important;
   }
   .align-content-lg-end {
      align-content: flex-end !important;
   }
   .align-content-lg-center {
      align-content: center !important;
   }
   .align-content-lg-between {
      align-content: space-between !important;
   }
   .align-content-lg-around {
      align-content: space-around !important;
   }
   .align-content-lg-stretch {
      align-content: stretch !important;
   }
   .align-self-lg-auto {
      align-self: auto !important;
   }
   .align-self-lg-start {
      align-self: flex-start !important;
   }
   .align-self-lg-end {
      align-self: flex-end !important;
   }
   .align-self-lg-center {
      align-self: center !important;
   }
   .align-self-lg-baseline {
      align-self: baseline !important;
   }
   .align-self-lg-stretch {
      align-self: stretch !important;
   }
   .order-lg-first {
      order: -1 !important;
   }
   .order-lg-0 {
      order: 0 !important;
   }
   .order-lg-1 {
      order: 1 !important;
   }
   .order-lg-2 {
      order: 2 !important;
   }
   .order-lg-3 {
      order: 3 !important;
   }
   .order-lg-4 {
      order: 4 !important;
   }
   .order-lg-5 {
      order: 5 !important;
   }
   .order-lg-last {
      order: 6 !important;
   }
   .m-lg-0 {
      margin: 0 !important;
   }
   .m-lg-1 {
      margin: 0.25rem !important;
   }
   .m-lg-2 {
      margin: 0.5rem !important;
   }
   .m-lg-3 {
      margin: 1rem !important;
   }
   .m-lg-4 {
      margin: 1.5rem !important;
   }
   .m-lg-5 {
      margin: 3rem !important;
   }
   .m-lg-auto {
      margin: auto !important;
   }
   .mx-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
   }
   .mx-lg-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
   }
   .mx-lg-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
   }
   .mx-lg-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
   }
   .mx-lg-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
   }
   .mx-lg-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
   }
   .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important;
   }
   .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
   }
   .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
   }
   .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
   }
   .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
   }
   .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
   }
   .my-lg-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
   }
   .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
   }
   .mt-lg-0 {
      margin-top: 0 !important;
   }
   .mt-lg-1 {
      margin-top: 0.25rem !important;
   }
   .mt-lg-2 {
      margin-top: 0.5rem !important;
   }
   .mt-lg-3 {
      margin-top: 1rem !important;
   }
   .mt-lg-4 {
      margin-top: 1.5rem !important;
   }
   .mt-lg-5 {
      margin-top: 3rem !important;
   }
   .mt-lg-auto {
      margin-top: auto !important;
   }
   .me-lg-0 {
      margin-right: 0 !important;
   }
   .me-lg-1 {
      margin-right: 0.25rem !important;
   }
   .me-lg-2 {
      margin-right: 0.5rem !important;
   }
   .me-lg-3 {
      margin-right: 1rem !important;
   }
   .me-lg-4 {
      margin-right: 1.5rem !important;
   }
   .me-lg-5 {
      margin-right: 3rem !important;
   }
   .me-lg-auto {
      margin-right: auto !important;
   }
   .mb-lg-0 {
      margin-bottom: 0 !important;
   }
   .mb-lg-1 {
      margin-bottom: 0.25rem !important;
   }
   .mb-lg-2 {
      margin-bottom: 0.5rem !important;
   }
   .mb-lg-3 {
      margin-bottom: 1rem !important;
   }
   .mb-lg-4 {
      margin-bottom: 1.5rem !important;
   }
   .mb-lg-5 {
      margin-bottom: 3rem !important;
   }
   .mb-lg-auto {
      margin-bottom: auto !important;
   }
   .ms-lg-0 {
      margin-left: 0 !important;
   }
   .ms-lg-1 {
      margin-left: 0.25rem !important;
   }
   .ms-lg-2 {
      margin-left: 0.5rem !important;
   }
   .ms-lg-3 {
      margin-left: 1rem !important;
   }
   .ms-lg-4 {
      margin-left: 1.5rem !important;
   }
   .ms-lg-5 {
      margin-left: 3rem !important;
   }
   .ms-lg-auto {
      margin-left: auto !important;
   }
   .p-lg-0 {
      padding: 0 !important;
   }
   .p-lg-1 {
      padding: 0.25rem !important;
   }
   .p-lg-2 {
      padding: 0.5rem !important;
   }
   .p-lg-3 {
      padding: 1rem !important;
   }
   .p-lg-4 {
      padding: 1.5rem !important;
   }
   .p-lg-5 {
      padding: 3rem !important;
   }
   .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
   }
   .px-lg-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
   }
   .px-lg-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
   }
   .px-lg-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
   }
   .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
   }
   .px-lg-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
   }
   .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }
   .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
   }
   .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
   }
   .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
   }
   .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
   }
   .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
   }
   .pt-lg-0 {
      padding-top: 0 !important;
   }
   .pt-lg-1 {
      padding-top: 0.25rem !important;
   }
   .pt-lg-2 {
      padding-top: 0.5rem !important;
   }
   .pt-lg-3 {
      padding-top: 1rem !important;
   }
   .pt-lg-4 {
      padding-top: 1.5rem !important;
   }
   .pt-lg-5 {
      padding-top: 3rem !important;
   }
   .pe-lg-0 {
      padding-right: 0 !important;
   }
   .pe-lg-1 {
      padding-right: 0.25rem !important;
   }
   .pe-lg-2 {
      padding-right: 0.5rem !important;
   }
   .pe-lg-3 {
      padding-right: 1rem !important;
   }
   .pe-lg-4 {
      padding-right: 1.5rem !important;
   }
   .pe-lg-5 {
      padding-right: 3rem !important;
   }
   .pb-lg-0 {
      padding-bottom: 0 !important;
   }
   .pb-lg-1 {
      padding-bottom: 0.25rem !important;
   }
   .pb-lg-2 {
      padding-bottom: 0.5rem !important;
   }
   .pb-lg-3 {
      padding-bottom: 1rem !important;
   }
   .pb-lg-4 {
      padding-bottom: 1.5rem !important;
   }
   .pb-lg-5 {
      padding-bottom: 3rem !important;
   }
   .ps-lg-0 {
      padding-left: 0 !important;
   }
   .ps-lg-1 {
      padding-left: 0.25rem !important;
   }
   .ps-lg-2 {
      padding-left: 0.5rem !important;
   }
   .ps-lg-3 {
      padding-left: 1rem !important;
   }
   .ps-lg-4 {
      padding-left: 1.5rem !important;
   }
   .ps-lg-5 {
      padding-left: 3rem !important;
   }
   .gap-lg-0 {
      gap: 0 !important;
   }
   .gap-lg-1 {
      gap: 0.25rem !important;
   }
   .gap-lg-2 {
      gap: 0.5rem !important;
   }
   .gap-lg-3 {
      gap: 1rem !important;
   }
   .gap-lg-4 {
      gap: 1.5rem !important;
   }
   .gap-lg-5 {
      gap: 3rem !important;
   }
   .row-gap-lg-0 {
      row-gap: 0 !important;
   }
   .row-gap-lg-1 {
      row-gap: 0.25rem !important;
   }
   .row-gap-lg-2 {
      row-gap: 0.5rem !important;
   }
   .row-gap-lg-3 {
      row-gap: 1rem !important;
   }
   .row-gap-lg-4 {
      row-gap: 1.5rem !important;
   }
   .row-gap-lg-5 {
      row-gap: 3rem !important;
   }
   .column-gap-lg-0 {
      -moz-column-gap: 0 !important;
      column-gap: 0 !important;
   }
   .column-gap-lg-1 {
      -moz-column-gap: 0.25rem !important;
      column-gap: 0.25rem !important;
   }
   .column-gap-lg-2 {
      -moz-column-gap: 0.5rem !important;
      column-gap: 0.5rem !important;
   }
   .column-gap-lg-3 {
      -moz-column-gap: 1rem !important;
      column-gap: 1rem !important;
   }
   .column-gap-lg-4 {
      -moz-column-gap: 1.5rem !important;
      column-gap: 1.5rem !important;
   }
   .column-gap-lg-5 {
      -moz-column-gap: 3rem !important;
      column-gap: 3rem !important;
   }
   .text-lg-start {
      text-align: left !important;
   }
   .text-lg-end {
      text-align: right !important;
   }
   .text-lg-center {
      text-align: center !important;
   }
}
@media (min-width: 1200px) {
   .float-xl-start {
      float: left !important;
   }
   .float-xl-end {
      float: right !important;
   }
   .float-xl-none {
      float: none !important;
   }
   .object-fit-xl-contain {
      -o-object-fit: contain !important;
      object-fit: contain !important;
   }
   .object-fit-xl-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important;
   }
   .object-fit-xl-fill {
      -o-object-fit: fill !important;
      object-fit: fill !important;
   }
   .object-fit-xl-scale {
      -o-object-fit: scale-down !important;
      object-fit: scale-down !important;
   }
   .object-fit-xl-none {
      -o-object-fit: none !important;
      object-fit: none !important;
   }
   .d-xl-inline {
      display: inline !important;
   }
   .d-xl-inline-block {
      display: inline-block !important;
   }
   .d-xl-block {
      display: block !important;
   }
   .d-xl-grid {
      display: grid !important;
   }
   .d-xl-inline-grid {
      display: inline-grid !important;
   }
   .d-xl-table {
      display: table !important;
   }
   .d-xl-table-row {
      display: table-row !important;
   }
   .d-xl-table-cell {
      display: table-cell !important;
   }
   .d-xl-flex {
      display: flex !important;
   }
   .d-xl-inline-flex {
      display: inline-flex !important;
   }
   .d-xl-none {
      display: none !important;
   }
   .flex-xl-fill {
      flex: 1 1 auto !important;
   }
   .flex-xl-row {
      flex-direction: row !important;
   }
   .flex-xl-column {
      flex-direction: column !important;
   }
   .flex-xl-row-reverse {
      flex-direction: row-reverse !important;
   }
   .flex-xl-column-reverse {
      flex-direction: column-reverse !important;
   }
   .flex-xl-grow-0 {
      flex-grow: 0 !important;
   }
   .flex-xl-grow-1 {
      flex-grow: 1 !important;
   }
   .flex-xl-shrink-0 {
      flex-shrink: 0 !important;
   }
   .flex-xl-shrink-1 {
      flex-shrink: 1 !important;
   }
   .flex-xl-wrap {
      flex-wrap: wrap !important;
   }
   .flex-xl-nowrap {
      flex-wrap: nowrap !important;
   }
   .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
   }
   .justify-content-xl-start {
      justify-content: flex-start !important;
   }
   .justify-content-xl-end {
      justify-content: flex-end !important;
   }
   .justify-content-xl-center {
      justify-content: center !important;
   }
   .justify-content-xl-between {
      justify-content: space-between !important;
   }
   .justify-content-xl-around {
      justify-content: space-around !important;
   }
   .justify-content-xl-evenly {
      justify-content: space-evenly !important;
   }
   .align-items-xl-start {
      align-items: flex-start !important;
   }
   .align-items-xl-end {
      align-items: flex-end !important;
   }
   .align-items-xl-center {
      align-items: center !important;
   }
   .align-items-xl-baseline {
      align-items: baseline !important;
   }
   .align-items-xl-stretch {
      align-items: stretch !important;
   }
   .align-content-xl-start {
      align-content: flex-start !important;
   }
   .align-content-xl-end {
      align-content: flex-end !important;
   }
   .align-content-xl-center {
      align-content: center !important;
   }
   .align-content-xl-between {
      align-content: space-between !important;
   }
   .align-content-xl-around {
      align-content: space-around !important;
   }
   .align-content-xl-stretch {
      align-content: stretch !important;
   }
   .align-self-xl-auto {
      align-self: auto !important;
   }
   .align-self-xl-start {
      align-self: flex-start !important;
   }
   .align-self-xl-end {
      align-self: flex-end !important;
   }
   .align-self-xl-center {
      align-self: center !important;
   }
   .align-self-xl-baseline {
      align-self: baseline !important;
   }
   .align-self-xl-stretch {
      align-self: stretch !important;
   }
   .order-xl-first {
      order: -1 !important;
   }
   .order-xl-0 {
      order: 0 !important;
   }
   .order-xl-1 {
      order: 1 !important;
   }
   .order-xl-2 {
      order: 2 !important;
   }
   .order-xl-3 {
      order: 3 !important;
   }
   .order-xl-4 {
      order: 4 !important;
   }
   .order-xl-5 {
      order: 5 !important;
   }
   .order-xl-last {
      order: 6 !important;
   }
   .m-xl-0 {
      margin: 0 !important;
   }
   .m-xl-1 {
      margin: 0.25rem !important;
   }
   .m-xl-2 {
      margin: 0.5rem !important;
   }
   .m-xl-3 {
      margin: 1rem !important;
   }
   .m-xl-4 {
      margin: 1.5rem !important;
   }
   .m-xl-5 {
      margin: 3rem !important;
   }
   .m-xl-auto {
      margin: auto !important;
   }
   .mx-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
   }
   .mx-xl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
   }
   .mx-xl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
   }
   .mx-xl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
   }
   .mx-xl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
   }
   .mx-xl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
   }
   .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important;
   }
   .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
   }
   .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
   }
   .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
   }
   .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
   }
   .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
   }
   .my-xl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
   }
   .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
   }
   .mt-xl-0 {
      margin-top: 0 !important;
   }
   .mt-xl-1 {
      margin-top: 0.25rem !important;
   }
   .mt-xl-2 {
      margin-top: 0.5rem !important;
   }
   .mt-xl-3 {
      margin-top: 1rem !important;
   }
   .mt-xl-4 {
      margin-top: 1.5rem !important;
   }
   .mt-xl-5 {
      margin-top: 3rem !important;
   }
   .mt-xl-auto {
      margin-top: auto !important;
   }
   .me-xl-0 {
      margin-right: 0 !important;
   }
   .me-xl-1 {
      margin-right: 0.25rem !important;
   }
   .me-xl-2 {
      margin-right: 0.5rem !important;
   }
   .me-xl-3 {
      margin-right: 1rem !important;
   }
   .me-xl-4 {
      margin-right: 1.5rem !important;
   }
   .me-xl-5 {
      margin-right: 3rem !important;
   }
   .me-xl-auto {
      margin-right: auto !important;
   }
   .mb-xl-0 {
      margin-bottom: 0 !important;
   }
   .mb-xl-1 {
      margin-bottom: 0.25rem !important;
   }
   .mb-xl-2 {
      margin-bottom: 0.5rem !important;
   }
   .mb-xl-3 {
      margin-bottom: 1rem !important;
   }
   .mb-xl-4 {
      margin-bottom: 1.5rem !important;
   }
   .mb-xl-5 {
      margin-bottom: 3rem !important;
   }
   .mb-xl-auto {
      margin-bottom: auto !important;
   }
   .ms-xl-0 {
      margin-left: 0 !important;
   }
   .ms-xl-1 {
      margin-left: 0.25rem !important;
   }
   .ms-xl-2 {
      margin-left: 0.5rem !important;
   }
   .ms-xl-3 {
      margin-left: 1rem !important;
   }
   .ms-xl-4 {
      margin-left: 1.5rem !important;
   }
   .ms-xl-5 {
      margin-left: 3rem !important;
   }
   .ms-xl-auto {
      margin-left: auto !important;
   }
   .p-xl-0 {
      padding: 0 !important;
   }
   .p-xl-1 {
      padding: 0.25rem !important;
   }
   .p-xl-2 {
      padding: 0.5rem !important;
   }
   .p-xl-3 {
      padding: 1rem !important;
   }
   .p-xl-4 {
      padding: 1.5rem !important;
   }
   .p-xl-5 {
      padding: 3rem !important;
   }
   .px-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
   }
   .px-xl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
   }
   .px-xl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
   }
   .px-xl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
   }
   .px-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
   }
   .px-xl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
   }
   .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }
   .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
   }
   .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
   }
   .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
   }
   .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
   }
   .py-xl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
   }
   .pt-xl-0 {
      padding-top: 0 !important;
   }
   .pt-xl-1 {
      padding-top: 0.25rem !important;
   }
   .pt-xl-2 {
      padding-top: 0.5rem !important;
   }
   .pt-xl-3 {
      padding-top: 1rem !important;
   }
   .pt-xl-4 {
      padding-top: 1.5rem !important;
   }
   .pt-xl-5 {
      padding-top: 3rem !important;
   }
   .pe-xl-0 {
      padding-right: 0 !important;
   }
   .pe-xl-1 {
      padding-right: 0.25rem !important;
   }
   .pe-xl-2 {
      padding-right: 0.5rem !important;
   }
   .pe-xl-3 {
      padding-right: 1rem !important;
   }
   .pe-xl-4 {
      padding-right: 1.5rem !important;
   }
   .pe-xl-5 {
      padding-right: 3rem !important;
   }
   .pb-xl-0 {
      padding-bottom: 0 !important;
   }
   .pb-xl-1 {
      padding-bottom: 0.25rem !important;
   }
   .pb-xl-2 {
      padding-bottom: 0.5rem !important;
   }
   .pb-xl-3 {
      padding-bottom: 1rem !important;
   }
   .pb-xl-4 {
      padding-bottom: 1.5rem !important;
   }
   .pb-xl-5 {
      padding-bottom: 3rem !important;
   }
   .ps-xl-0 {
      padding-left: 0 !important;
   }
   .ps-xl-1 {
      padding-left: 0.25rem !important;
   }
   .ps-xl-2 {
      padding-left: 0.5rem !important;
   }
   .ps-xl-3 {
      padding-left: 1rem !important;
   }
   .ps-xl-4 {
      padding-left: 1.5rem !important;
   }
   .ps-xl-5 {
      padding-left: 3rem !important;
   }
   .gap-xl-0 {
      gap: 0 !important;
   }
   .gap-xl-1 {
      gap: 0.25rem !important;
   }
   .gap-xl-2 {
      gap: 0.5rem !important;
   }
   .gap-xl-3 {
      gap: 1rem !important;
   }
   .gap-xl-4 {
      gap: 1.5rem !important;
   }
   .gap-xl-5 {
      gap: 3rem !important;
   }
   .row-gap-xl-0 {
      row-gap: 0 !important;
   }
   .row-gap-xl-1 {
      row-gap: 0.25rem !important;
   }
   .row-gap-xl-2 {
      row-gap: 0.5rem !important;
   }
   .row-gap-xl-3 {
      row-gap: 1rem !important;
   }
   .row-gap-xl-4 {
      row-gap: 1.5rem !important;
   }
   .row-gap-xl-5 {
      row-gap: 3rem !important;
   }
   .column-gap-xl-0 {
      -moz-column-gap: 0 !important;
      column-gap: 0 !important;
   }
   .column-gap-xl-1 {
      -moz-column-gap: 0.25rem !important;
      column-gap: 0.25rem !important;
   }
   .column-gap-xl-2 {
      -moz-column-gap: 0.5rem !important;
      column-gap: 0.5rem !important;
   }
   .column-gap-xl-3 {
      -moz-column-gap: 1rem !important;
      column-gap: 1rem !important;
   }
   .column-gap-xl-4 {
      -moz-column-gap: 1.5rem !important;
      column-gap: 1.5rem !important;
   }
   .column-gap-xl-5 {
      -moz-column-gap: 3rem !important;
      column-gap: 3rem !important;
   }
   .text-xl-start {
      text-align: left !important;
   }
   .text-xl-end {
      text-align: right !important;
   }
   .text-xl-center {
      text-align: center !important;
   }
}
@media (min-width: 1400px) {
   .float-xxl-start {
      float: left !important;
   }
   .float-xxl-end {
      float: right !important;
   }
   .float-xxl-none {
      float: none !important;
   }
   .object-fit-xxl-contain {
      -o-object-fit: contain !important;
      object-fit: contain !important;
   }
   .object-fit-xxl-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important;
   }
   .object-fit-xxl-fill {
      -o-object-fit: fill !important;
      object-fit: fill !important;
   }
   .object-fit-xxl-scale {
      -o-object-fit: scale-down !important;
      object-fit: scale-down !important;
   }
   .object-fit-xxl-none {
      -o-object-fit: none !important;
      object-fit: none !important;
   }
   .d-xxl-inline {
      display: inline !important;
   }
   .d-xxl-inline-block {
      display: inline-block !important;
   }
   .d-xxl-block {
      display: block !important;
   }
   .d-xxl-grid {
      display: grid !important;
   }
   .d-xxl-inline-grid {
      display: inline-grid !important;
   }
   .d-xxl-table {
      display: table !important;
   }
   .d-xxl-table-row {
      display: table-row !important;
   }
   .d-xxl-table-cell {
      display: table-cell !important;
   }
   .d-xxl-flex {
      display: flex !important;
   }
   .d-xxl-inline-flex {
      display: inline-flex !important;
   }
   .d-xxl-none {
      display: none !important;
   }
   .flex-xxl-fill {
      flex: 1 1 auto !important;
   }
   .flex-xxl-row {
      flex-direction: row !important;
   }
   .flex-xxl-column {
      flex-direction: column !important;
   }
   .flex-xxl-row-reverse {
      flex-direction: row-reverse !important;
   }
   .flex-xxl-column-reverse {
      flex-direction: column-reverse !important;
   }
   .flex-xxl-grow-0 {
      flex-grow: 0 !important;
   }
   .flex-xxl-grow-1 {
      flex-grow: 1 !important;
   }
   .flex-xxl-shrink-0 {
      flex-shrink: 0 !important;
   }
   .flex-xxl-shrink-1 {
      flex-shrink: 1 !important;
   }
   .flex-xxl-wrap {
      flex-wrap: wrap !important;
   }
   .flex-xxl-nowrap {
      flex-wrap: nowrap !important;
   }
   .flex-xxl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
   }
   .justify-content-xxl-start {
      justify-content: flex-start !important;
   }
   .justify-content-xxl-end {
      justify-content: flex-end !important;
   }
   .justify-content-xxl-center {
      justify-content: center !important;
   }
   .justify-content-xxl-between {
      justify-content: space-between !important;
   }
   .justify-content-xxl-around {
      justify-content: space-around !important;
   }
   .justify-content-xxl-evenly {
      justify-content: space-evenly !important;
   }
   .align-items-xxl-start {
      align-items: flex-start !important;
   }
   .align-items-xxl-end {
      align-items: flex-end !important;
   }
   .align-items-xxl-center {
      align-items: center !important;
   }
   .align-items-xxl-baseline {
      align-items: baseline !important;
   }
   .align-items-xxl-stretch {
      align-items: stretch !important;
   }
   .align-content-xxl-start {
      align-content: flex-start !important;
   }
   .align-content-xxl-end {
      align-content: flex-end !important;
   }
   .align-content-xxl-center {
      align-content: center !important;
   }
   .align-content-xxl-between {
      align-content: space-between !important;
   }
   .align-content-xxl-around {
      align-content: space-around !important;
   }
   .align-content-xxl-stretch {
      align-content: stretch !important;
   }
   .align-self-xxl-auto {
      align-self: auto !important;
   }
   .align-self-xxl-start {
      align-self: flex-start !important;
   }
   .align-self-xxl-end {
      align-self: flex-end !important;
   }
   .align-self-xxl-center {
      align-self: center !important;
   }
   .align-self-xxl-baseline {
      align-self: baseline !important;
   }
   .align-self-xxl-stretch {
      align-self: stretch !important;
   }
   .order-xxl-first {
      order: -1 !important;
   }
   .order-xxl-0 {
      order: 0 !important;
   }
   .order-xxl-1 {
      order: 1 !important;
   }
   .order-xxl-2 {
      order: 2 !important;
   }
   .order-xxl-3 {
      order: 3 !important;
   }
   .order-xxl-4 {
      order: 4 !important;
   }
   .order-xxl-5 {
      order: 5 !important;
   }
   .order-xxl-last {
      order: 6 !important;
   }
   .m-xxl-0 {
      margin: 0 !important;
   }
   .m-xxl-1 {
      margin: 0.25rem !important;
   }
   .m-xxl-2 {
      margin: 0.5rem !important;
   }
   .m-xxl-3 {
      margin: 1rem !important;
   }
   .m-xxl-4 {
      margin: 1.5rem !important;
   }
   .m-xxl-5 {
      margin: 3rem !important;
   }
   .m-xxl-auto {
      margin: auto !important;
   }
   .mx-xxl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
   }
   .mx-xxl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
   }
   .mx-xxl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
   }
   .mx-xxl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
   }
   .mx-xxl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
   }
   .mx-xxl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
   }
   .mx-xxl-auto {
      margin-right: auto !important;
      margin-left: auto !important;
   }
   .my-xxl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
   }
   .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
   }
   .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
   }
   .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
   }
   .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
   }
   .my-xxl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
   }
   .my-xxl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
   }
   .mt-xxl-0 {
      margin-top: 0 !important;
   }
   .mt-xxl-1 {
      margin-top: 0.25rem !important;
   }
   .mt-xxl-2 {
      margin-top: 0.5rem !important;
   }
   .mt-xxl-3 {
      margin-top: 1rem !important;
   }
   .mt-xxl-4 {
      margin-top: 1.5rem !important;
   }
   .mt-xxl-5 {
      margin-top: 3rem !important;
   }
   .mt-xxl-auto {
      margin-top: auto !important;
   }
   .me-xxl-0 {
      margin-right: 0 !important;
   }
   .me-xxl-1 {
      margin-right: 0.25rem !important;
   }
   .me-xxl-2 {
      margin-right: 0.5rem !important;
   }
   .me-xxl-3 {
      margin-right: 1rem !important;
   }
   .me-xxl-4 {
      margin-right: 1.5rem !important;
   }
   .me-xxl-5 {
      margin-right: 3rem !important;
   }
   .me-xxl-auto {
      margin-right: auto !important;
   }
   .mb-xxl-0 {
      margin-bottom: 0 !important;
   }
   .mb-xxl-1 {
      margin-bottom: 0.25rem !important;
   }
   .mb-xxl-2 {
      margin-bottom: 0.5rem !important;
   }
   .mb-xxl-3 {
      margin-bottom: 1rem !important;
   }
   .mb-xxl-4 {
      margin-bottom: 1.5rem !important;
   }
   .mb-xxl-5 {
      margin-bottom: 3rem !important;
   }
   .mb-xxl-auto {
      margin-bottom: auto !important;
   }
   .ms-xxl-0 {
      margin-left: 0 !important;
   }
   .ms-xxl-1 {
      margin-left: 0.25rem !important;
   }
   .ms-xxl-2 {
      margin-left: 0.5rem !important;
   }
   .ms-xxl-3 {
      margin-left: 1rem !important;
   }
   .ms-xxl-4 {
      margin-left: 1.5rem !important;
   }
   .ms-xxl-5 {
      margin-left: 3rem !important;
   }
   .ms-xxl-auto {
      margin-left: auto !important;
   }
   .p-xxl-0 {
      padding: 0 !important;
   }
   .p-xxl-1 {
      padding: 0.25rem !important;
   }
   .p-xxl-2 {
      padding: 0.5rem !important;
   }
   .p-xxl-3 {
      padding: 1rem !important;
   }
   .p-xxl-4 {
      padding: 1.5rem !important;
   }
   .p-xxl-5 {
      padding: 3rem !important;
   }
   .px-xxl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
   }
   .px-xxl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
   }
   .px-xxl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
   }
   .px-xxl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
   }
   .px-xxl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
   }
   .px-xxl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
   }
   .py-xxl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }
   .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
   }
   .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
   }
   .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
   }
   .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
   }
   .py-xxl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
   }
   .pt-xxl-0 {
      padding-top: 0 !important;
   }
   .pt-xxl-1 {
      padding-top: 0.25rem !important;
   }
   .pt-xxl-2 {
      padding-top: 0.5rem !important;
   }
   .pt-xxl-3 {
      padding-top: 1rem !important;
   }
   .pt-xxl-4 {
      padding-top: 1.5rem !important;
   }
   .pt-xxl-5 {
      padding-top: 3rem !important;
   }
   .pe-xxl-0 {
      padding-right: 0 !important;
   }
   .pe-xxl-1 {
      padding-right: 0.25rem !important;
   }
   .pe-xxl-2 {
      padding-right: 0.5rem !important;
   }
   .pe-xxl-3 {
      padding-right: 1rem !important;
   }
   .pe-xxl-4 {
      padding-right: 1.5rem !important;
   }
   .pe-xxl-5 {
      padding-right: 3rem !important;
   }
   .pb-xxl-0 {
      padding-bottom: 0 !important;
   }
   .pb-xxl-1 {
      padding-bottom: 0.25rem !important;
   }
   .pb-xxl-2 {
      padding-bottom: 0.5rem !important;
   }
   .pb-xxl-3 {
      padding-bottom: 1rem !important;
   }
   .pb-xxl-4 {
      padding-bottom: 1.5rem !important;
   }
   .pb-xxl-5 {
      padding-bottom: 3rem !important;
   }
   .ps-xxl-0 {
      padding-left: 0 !important;
   }
   .ps-xxl-1 {
      padding-left: 0.25rem !important;
   }
   .ps-xxl-2 {
      padding-left: 0.5rem !important;
   }
   .ps-xxl-3 {
      padding-left: 1rem !important;
   }
   .ps-xxl-4 {
      padding-left: 1.5rem !important;
   }
   .ps-xxl-5 {
      padding-left: 3rem !important;
   }
   .gap-xxl-0 {
      gap: 0 !important;
   }
   .gap-xxl-1 {
      gap: 0.25rem !important;
   }
   .gap-xxl-2 {
      gap: 0.5rem !important;
   }
   .gap-xxl-3 {
      gap: 1rem !important;
   }
   .gap-xxl-4 {
      gap: 1.5rem !important;
   }
   .gap-xxl-5 {
      gap: 3rem !important;
   }
   .row-gap-xxl-0 {
      row-gap: 0 !important;
   }
   .row-gap-xxl-1 {
      row-gap: 0.25rem !important;
   }
   .row-gap-xxl-2 {
      row-gap: 0.5rem !important;
   }
   .row-gap-xxl-3 {
      row-gap: 1rem !important;
   }
   .row-gap-xxl-4 {
      row-gap: 1.5rem !important;
   }
   .row-gap-xxl-5 {
      row-gap: 3rem !important;
   }
   .column-gap-xxl-0 {
      -moz-column-gap: 0 !important;
      column-gap: 0 !important;
   }
   .column-gap-xxl-1 {
      -moz-column-gap: 0.25rem !important;
      column-gap: 0.25rem !important;
   }
   .column-gap-xxl-2 {
      -moz-column-gap: 0.5rem !important;
      column-gap: 0.5rem !important;
   }
   .column-gap-xxl-3 {
      -moz-column-gap: 1rem !important;
      column-gap: 1rem !important;
   }
   .column-gap-xxl-4 {
      -moz-column-gap: 1.5rem !important;
      column-gap: 1.5rem !important;
   }
   .column-gap-xxl-5 {
      -moz-column-gap: 3rem !important;
      column-gap: 3rem !important;
   }
   .text-xxl-start {
      text-align: left !important;
   }
   .text-xxl-end {
      text-align: right !important;
   }
   .text-xxl-center {
      text-align: center !important;
   }
}
@media (min-width: 1200px) {
   .fs-1 {
      font-size: 2.5rem !important;
   }
   .fs-2 {
      font-size: 2rem !important;
   }
   .fs-3 {
      font-size: 1.75rem !important;
   }
   .fs-4 {
      font-size: 1.5rem !important;
   }
}
@media print {
   .d-print-inline {
      display: inline !important;
   }
   .d-print-inline-block {
      display: inline-block !important;
   }
   .d-print-block {
      display: block !important;
   }
   .d-print-grid {
      display: grid !important;
   }
   .d-print-inline-grid {
      display: inline-grid !important;
   }
   .d-print-table {
      display: table !important;
   }
   .d-print-table-row {
      display: table-row !important;
   }
   .d-print-table-cell {
      display: table-cell !important;
   }
   .d-print-flex {
      display: flex !important;
   }
   .d-print-inline-flex {
      display: inline-flex !important;
   }
   .d-print-none {
      display: none !important;
   }
} /*!
    Magnific popup
    Version: 1.1.0 - 2016-02-20
    Plugin URL: http://dimsemenov.com/plugins/magnific-popup/
    License: Copyright (c) 2016 Dmitry Semenov
!*/
.mfp-container * {
   transition-timing-function: none;
   -moz-transition-timing-function: none;
   -webkit-transition-timing-function: none;
   -o-transition-timing-function: none;
   transition-duration: 0s;
   -moz-transition-duration: 0s;
   -webkit-transition-duration: 0s;
   -o-transition-duration: 0s;
}
.mfp-bg {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1042;
   overflow: hidden;
   position: fixed;
   background: #0b0b0b;
   opacity: 0.8;
}
.mfp-wrap {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1043;
   position: fixed;
   outline: none !important;
   -webkit-backface-visibility: hidden;
}
.mfp-container {
   text-align: center;
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   padding: 0 8px;
   box-sizing: border-box;
}
.mfp-container:before {
   content: "";
   display: inline-block;
   height: 100%;
   vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
   display: none;
}
.mfp-content {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   margin: 0 auto;
   text-align: left;
   z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
   width: 100%;
   cursor: auto;
}
.mfp-ajax-cur {
   cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
   cursor: -moz-zoom-out;
   cursor: -webkit-zoom-out;
   cursor: zoom-out;
}
.mfp-zoom {
   cursor: pointer;
   cursor: -webkit-zoom-in;
   cursor: -moz-zoom-in;
   cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
   cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
}
.mfp-loading.mfp-figure {
   display: none;
}
.mfp-hide {
   display: none !important;
}
.mfp-preloader {
   color: #ccc;
   position: absolute;
   top: 50%;
   width: auto;
   text-align: center;
   margin-top: -0.8em;
   left: 8px;
   right: 8px;
   z-index: 1044;
}
.mfp-preloader a {
   color: #ccc;
}
.mfp-preloader a:hover {
   color: #fff;
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
   display: none;
}
button.mfp-close,
button.mfp-arrow {
   overflow: visible;
   cursor: pointer;
   background: transparent;
   border: 0;
   -webkit-appearance: none;
   display: block;
   outline: none;
   padding: 0;
   z-index: 1046;
   box-shadow: none;
   touch-action: manipulation;
}
button::-moz-focus-inner {
   padding: 0;
   border: 0;
}
.mfp-close {
   width: 44px;
   height: 44px;
   line-height: 44px;
   position: absolute;
   right: 0;
   top: 0;
   text-decoration: none;
   text-align: center;
   opacity: 0.65;
   padding: 0 0 18px 10px;
   color: #fff;
   font-style: normal;
   font-size: 28px;
   font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
   opacity: 1;
}
.mfp-close:active {
   top: 1px;
}
.mfp-close-btn-in .mfp-close {
   color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
   color: #fff;
   right: -6px;
   text-align: right;
   padding-right: 6px;
   width: 100%;
}
.mfp-counter {
   position: absolute;
   top: 0;
   right: 0;
   color: #ccc;
   font-size: 12px;
   line-height: 18px;
   white-space: nowrap;
}
.mfp-arrow {
   position: absolute;
   opacity: 0.65;
   margin: -30px 0 0;
   top: 50%;
   padding: 0;
   width: 60px;
   height: 60px;
   -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
   margin-top: -30px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
   opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
   content: "";
   display: block;
   width: 0;
   height: 0;
   position: absolute;
   left: 0;
   top: 0;
   margin-top: 35px;
   margin-left: 35px;
   border: medium inset transparent;
}
.mfp-arrow:after {
   border-top-width: 13px;
   border-bottom-width: 13px;
   top: 8px;
}
.mfp-arrow:before {
   border-top-width: 21px;
   border-bottom-width: 21px;
   opacity: 0.7;
}
.mfp-arrow-left {
   left: 0;
}
.mfp-arrow-left:after {
   border-right: 17px solid #fff;
   margin-left: 31px;
}
.mfp-arrow-left:before {
   margin-left: 25px;
   border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
   right: 0;
}
.mfp-arrow-right:after {
   border-left: 17px solid #fff;
   margin-left: 39px;
}
.mfp-arrow-right:before {
   border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
   padding-top: 40px;
   padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
   line-height: 0;
   width: 100%;
   max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
   top: -40px;
}
.mfp-iframe-scaler {
   width: 100%;
   height: 0;
   overflow: hidden;
   padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   box-shadow: 0 0 8px #0009;
   background: #000;
}
img.mfp-img {
   width: auto;
   max-width: 100%;
   height: auto;
   display: block;
   line-height: 0;
   box-sizing: border-box;
   padding: 40px 0;
   margin: 0 auto;
}
.mfp-figure {
   line-height: 0;
}
.mfp-figure:after {
   content: "";
   position: absolute;
   inset: 40px 0;
   display: block;
   width: auto;
   height: auto;
   z-index: -1;
   box-shadow: 0 0 8px #0009;
   background: #444;
}
.mfp-figure small {
   color: #bdbdbd;
   display: block;
   font-size: 12px;
   line-height: 14px;
}
.mfp-figure figure {
   margin: 0;
}
.mfp-bottom-bar {
   margin-top: -36px;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   cursor: auto;
}
.mfp-title {
   text-align: left;
   line-height: 18px;
   color: #f3f3f3;
   word-wrap: break-word;
   padding-right: 36px;
}
.mfp-image-holder .mfp-content {
   max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
   cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
   .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0;
   }
   .mfp-img-mobile img.mfp-img {
      padding: 0;
   }
   .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0;
   }
   .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px;
   }
   .mfp-img-mobile .mfp-bottom-bar {
      background: #0009;
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box;
   }
   .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
   }
   .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px;
   }
   .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: #0009;
      position: fixed;
      text-align: center;
      padding: 0;
   }
}
@media all and (max-width: 900px) {
   .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
   }
   .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0;
   }
   .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%;
   }
   .mfp-container {
      padding-left: 6px;
      padding-right: 6px;
   }
} /*!
    Swiper
    Version: 11.0.5
    Plugin URL: https://swiperjs.com
    License: Copyright 2014-2023 Vladimir Kharlampidi | Released under the MIT License 
!*/
@font-face {
   font-family: swiper-icons;
   src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
   font-weight: 400;
   font-style: normal;
}
:root {
   --swiper-theme-color: #007aff;
}
:host {
   position: relative;
   display: block;
   margin-left: auto;
   margin-right: auto;
   z-index: 1;
}
.swiper {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   overflow: hidden;
   list-style: none;
   padding: 0;
   z-index: 1;
   display: block;
}
.swiper-vertical > .swiper-wrapper {
   flex-direction: column;
}
.swiper-wrapper {
   position: relative;
   width: 100%;
   height: 100%;
   z-index: 1;
   display: flex;
   transition-property: transform;
   transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
   box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
   transform: translateZ(0);
}
.swiper-horizontal {
   touch-action: pan-y;
}
.swiper-vertical {
   touch-action: pan-x;
}
.swiper-slide {
   flex-shrink: 0;
   width: 100%;
   height: 100%;
   position: relative;
   transition-property: transform;
   display: block;
}
.swiper-slide-invisible-blank {
   visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
   height: auto;
}
.swiper-autoheight .swiper-wrapper {
   align-items: flex-start;
   transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
   transform: translateZ(0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
   perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
   transform-style: preserve-3d;
}
.swiper-3d {
   perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
   transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
   overflow: auto;
   scrollbar-width: none;
   -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
   display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
   scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
   scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
   scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
   scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
   scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
   content: "";
   flex-shrink: 0;
   order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
   scroll-snap-align: center center;
   scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
   margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
   height: 100%;
   min-height: 1px;
   width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
   margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
   width: 100%;
   min-width: 1px;
   height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
   background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
   background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
   background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
   background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
   background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
   width: 42px;
   height: 42px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -21px;
   margin-top: -21px;
   z-index: 10;
   transform-origin: 50%;
   box-sizing: border-box;
   border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
   border-radius: 50%;
   border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
   animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
   --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
   --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
   0% {
      transform: rotate(0);
   }
   to {
      transform: rotate(360deg);
   }
}
.swiper-virtual .swiper-slide {
   -webkit-backface-visibility: hidden;
   transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
   height: 1px;
   width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
   width: 1px;
   height: var(--swiper-virtual-size);
}
:root {
   --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
   position: absolute;
   top: var(--swiper-navigation-top-offset, 50%);
   width: calc(var(--swiper-navigation-size) / 44 * 27);
   height: var(--swiper-navigation-size);
   margin-top: calc(0px - var(--swiper-navigation-size) / 2);
   z-index: 10;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
   opacity: 0.35;
   cursor: auto;
   pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
   opacity: 0;
   cursor: auto;
   pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
   display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
   width: 100%;
   height: 100%;
   object-fit: contain;
   transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
   transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
   left: var(--swiper-navigation-sides-offset, 10px);
   right: auto;
}
.swiper-button-lock {
   display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
   font-family: swiper-icons;
   font-size: var(--swiper-navigation-size);
   text-transform: none !important;
   letter-spacing: 0;
   font-variant: initial;
   line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
   content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
   right: var(--swiper-navigation-sides-offset, 10px);
   left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
   content: "next";
}
.swiper-pagination {
   position: absolute;
   text-align: center;
   transition: 0.3s opacity;
   transform: translateZ(0);
   z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
   opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
   display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
   bottom: var(--swiper-pagination-bottom, 8px);
   top: var(--swiper-pagination-top, auto);
   left: 0;
   width: 100%;
}
.swiper-pagination-bullets-dynamic {
   overflow: hidden;
   font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   transform: scale(0.33);
   position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
   transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
   transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
   transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
   transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
   transform: scale(0.33);
}
.swiper-pagination-bullet {
   width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
   height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
   display: inline-block;
   border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
   background: var(--swiper-pagination-bullet-inactive-color, #000);
   opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
   border: none;
   margin: 0;
   padding: 0;
   box-shadow: none;
   -webkit-appearance: none;
   appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
   cursor: pointer;
}
.swiper-pagination-bullet:only-child {
   display: none !important;
}
.swiper-pagination-bullet-active {
   opacity: var(--swiper-pagination-bullet-opacity, 1);
   background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
   right: var(--swiper-pagination-right, 8px);
   left: var(--swiper-pagination-left, auto);
   top: 50%;
   transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
   display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
   top: 50%;
   transform: translateY(-50%);
   width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   display: inline-block;
   transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
   left: 50%;
   transform: translate(-50%);
   white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
   color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
   background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
   position: absolute;
}
.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;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
   width: 100%;
   height: var(--swiper-pagination-progressbar-size, 4px);
   left: 0;
   top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
   width: var(--swiper-pagination-progressbar-size, 4px);
   height: 100%;
   left: 0;
   top: 0;
}
.swiper-pagination-lock {
   display: none;
}
.swiper-scrollbar {
   border-radius: var(--swiper-scrollbar-border-radius, 10px);
   position: relative;
   touch-action: none;
   background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
   display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
   position: absolute;
   left: var(--swiper-scrollbar-sides-offset, 1%);
   bottom: var(--swiper-scrollbar-bottom, 4px);
   top: var(--swiper-scrollbar-top, auto);
   z-index: 50;
   height: var(--swiper-scrollbar-size, 4px);
   width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
   position: absolute;
   left: var(--swiper-scrollbar-left, auto);
   right: var(--swiper-scrollbar-right, 4px);
   top: var(--swiper-scrollbar-sides-offset, 1%);
   z-index: 50;
   width: var(--swiper-scrollbar-size, 4px);
   height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
   height: 100%;
   width: 100%;
   position: relative;
   background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
   border-radius: var(--swiper-scrollbar-border-radius, 10px);
   left: 0;
   top: 0;
}
.swiper-scrollbar-cursor-drag {
   cursor: move;
}
.swiper-scrollbar-lock {
   display: none;
}
.swiper-zoom-container {
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
   max-width: 100%;
   max-height: 100%;
   object-fit: contain;
}
.swiper-slide-zoomed {
   cursor: move;
   touch-action: none;
}
.swiper .swiper-notification {
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none;
   opacity: 0;
   z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
   transition-timing-function: ease-out;
   margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
   flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
   flex-wrap: wrap;
   flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
   transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
   pointer-events: none;
   transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
   pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
   pointer-events: auto;
}
.swiper-cube {
   overflow: visible;
}
.swiper-cube .swiper-slide {
   pointer-events: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1;
   visibility: hidden;
   transform-origin: 0 0;
   width: 100%;
   height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
   pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
   transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
   pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
   pointer-events: auto;
   visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   opacity: 0.6;
   z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
   content: "";
   background: #000;
   position: absolute;
   inset: 0;
   filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
   pointer-events: auto;
   visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
   z-index: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.swiper-flip {
   overflow: visible;
}
.swiper-flip .swiper-slide {
   pointer-events: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
   pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
   pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
   z-index: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   overflow: hidden;
   transition-property: transform, opacity, height;
}
.swiper-cards {
   overflow: visible;
}
.swiper-cards .swiper-slide {
   transform-origin: center bottom;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   overflow: hidden;
} /*!
    Custom scrollbar - jquery mousewheel plugin
    Version: 3.1.5
    Plugin URL: http://manos.malihu.gr/jquery-custom-content-scroller
    License: Copyright Manos Malihutsakis | Released under the MIT license
!*/
.mCustomScrollbar {
   -ms-touch-action: pinch-zoom;
   touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
   -ms-touch-action: auto;
   touch-action: auto;
}
.mCustomScrollBox {
   position: relative;
   overflow: hidden;
   height: 100%;
   max-width: 100%;
   outline: none;
   direction: ltr;
}
.mCSB_container {
   overflow: hidden;
   width: auto;
   height: auto;
}
.mCSB_inside > .mCSB_container {
   margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
   margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
   margin-right: 0;
   margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
   margin-left: 0;
}
.mCSB_scrollTools {
   position: absolute;
   width: 16px;
   height: auto;
   inset: 0 0 0 auto;
}
.mCSB_outside + .mCSB_scrollTools {
   right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
   right: auto;
   left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
   left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
   position: absolute;
   inset: 0;
   height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
   margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
   width: 2px;
   height: 100%;
   margin: 0 auto;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
   cursor: pointer;
   width: 100%;
   height: 30px;
   z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   position: relative;
   width: 4px;
   height: 100%;
   margin: 0 auto;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
   width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
   width: 8px;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
   display: block;
   position: absolute;
   height: 20px;
   width: 100%;
   overflow: hidden;
   margin: 0 auto;
   cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
   bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
   margin-right: 0;
   margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
   min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
   margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
   width: auto;
   height: 16px;
   inset: auto 0 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
   margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
   height: 2px;
   margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
   width: 30px;
   height: 100%;
   left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   width: 100%;
   height: 4px;
   margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_draggerContainer:hover
   .mCSB_dragger
   .mCSB_dragger_bar {
   height: 12px;
   margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
   height: 8px;
   margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
   display: block;
   position: absolute;
   width: 20px;
   height: 100%;
   overflow: hidden;
   margin: 0 auto;
   cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
   left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
   right: 0;
}
.mCSB_container_wrapper {
   position: absolute;
   height: auto;
   width: auto;
   overflow: hidden;
   inset: 0;
   margin-right: 30px;
   margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
   padding-right: 30px;
   padding-bottom: 30px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
   bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
   bottom: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
   + .mCSB_scrollTools
   ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   left: 20px;
}
.mCS-dir-rtl
   > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
   > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
   + .mCSB_scrollTools
   ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
   margin-right: 0;
   margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
   padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
   padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
   margin-right: 0;
   margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
   margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
   -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
   -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
   -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
   transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
   -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
      margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
   -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
      margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
   -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
      margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
   transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
      margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
      opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
   opacity: 0.75;
   filter: "alpha(opacity=75)";
   -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
   opacity: 0;
   filter: "alpha(opacity=0)";
   -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
   opacity: 1;
   filter: "alpha(opacity=100)";
   -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: #0006;
   filter: "alpha(opacity=40)";
   -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #ffffffbf;
   filter: "alpha(opacity=75)";
   -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #ffffffd9;
   filter: "alpha(opacity=85)";
   -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #ffffffe6;
   filter: "alpha(opacity=90)";
   -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
   background-image: url(mCSB_buttons.png);
   background-repeat: no-repeat;
   opacity: 0.4;
   filter: "alpha(opacity=40)";
   -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
   background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
   background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
   background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
   opacity: 0.75;
   filter: "alpha(opacity=75)";
   -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
   opacity: 0.9;
   filter: "alpha(opacity=90)";
   -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: #00000026;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000bf;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000000d9;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #000000e6;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -80px -56px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
   width: 4px;
   background-color: #fff;
   background-color: #ffffff1a;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 4px;
   background-color: #fff;
   background-color: #ffffffbf;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   width: 100%;
   height: 4px;
   margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #ffffffd9;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #ffffffe6;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: #0000001a;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000bf;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000d9;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000e6;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -120px -56px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
   width: 4px;
   background-color: #fff;
   background-color: #ffffff1a;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 6px;
   background-color: #fff;
   background-color: #ffffffbf;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
   height: 4px;
   margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   width: 100%;
   height: 6px;
   margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #ffffffd9;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #ffffffe6;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: #0000001a;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000bf;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000d9;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000e6;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #fff;
   background-color: #ffffff1a;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   width: 100%;
   height: 2px;
   margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: #00000026;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000bf;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000d9;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000e6;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #fff;
   background-color: #ffffff26;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
   height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 14px;
   margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
   width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   height: 14px;
   margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
   .mCSB_draggerContainer:hover
   .mCSB_dragger
   .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
   .mCSB_draggerContainer:hover
   .mCSB_dragger
   .mCSB_dragger_bar {
   width: 16px;
   height: 16px;
   margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
   .mCSB_draggerContainer:hover
   .mCSB_draggerRail {
   width: 4px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_draggerContainer:hover
   .mCSB_dragger
   .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_draggerContainer:hover
   .mCSB_dragger
   .mCSB_dragger_bar {
   height: 16px;
   width: 16px;
   margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_draggerContainer:hover
   .mCSB_draggerRail {
   height: 4px;
   margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
   background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
   background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
   background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000bf;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: #00000026;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000d9;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000e6;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -80px -128px;
}
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
   width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   background-color: transparent;
   background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
   background-repeat: repeat-y;
   opacity: 0.3;
   filter: "alpha(opacity=30)";
   -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   height: 4px;
   margin: 6px 0;
   background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -100px -128px;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-repeat: repeat-y;
   background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
   background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0.5)),
      color-stop(100%, rgba(255, 255, 255, 0))
   );
   background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
   background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
   background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
   background-image: linear-gradient(to right, #ffffff80, #fff0);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   background-repeat: repeat-x;
   background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
   background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(255, 255, 255, 0.5)),
      color-stop(100%, rgba(255, 255, 255, 0))
   );
   background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
   background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
   background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
   background-image: linear-gradient(to bottom, #ffffff80, #fff0);
}
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
   height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
   width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
   opacity: 1;
   filter: "alpha(opacity=30)";
   -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
   width: 8px;
   background-color: #000;
   background-color: #0003;
   box-shadow: inset 1px 0 1px #00000080, inset -1px 0 1px #fff3;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
   height: 8px;
   margin: 4px 0;
   box-shadow: inset 0 1px 1px #00000080, inset 0 -1px 1px #fff3;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   width: 100%;
   height: 8px;
   margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: #0000001a;
   box-shadow: inset 1px 0 1px #0000001a;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   box-shadow: inset 0 1px 1px #0000001a;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -120px -128px;
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
   opacity: 1;
   filter: "alpha(opacity=30)";
   -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
   right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
   box-shadow: inset 1px 0 1px #0000001a, inset 0 0 14px #00000080;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
   bottom: 1px;
   box-shadow: inset 0 1px 1px #0000001a, inset 0 0 14px #00000080;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   box-shadow: inset 1px 0 #fff6;
   width: 12px;
   margin: 2px;
   position: absolute;
   height: auto;
   inset: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   box-shadow: inset 0 1px #fff6;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   height: 12px;
   width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
   background-color: #000;
   background-color: #0000000d;
   box-shadow: inset 1px 1px 16px #0000001a;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
   background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
   box-shadow: inset 0 0 14px #0003;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
   box-shadow: inset 0 1px 1px #0000001a, inset 0 0 14px #0003;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   box-shadow: inset 1px 0 #fff6, inset -1px 0 #0003;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   box-shadow: inset 0 1px #fff6, inset 0 -1px #0003;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
   background-color: #fff;
   background-color: #0000000d;
   box-shadow: inset 1px 1px 16px #0000001a;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
   right: 0;
   margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
   bottom: 0;
   margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
   left: 0;
   right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
   height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
   width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #fff3;
   filter: "alpha(opacity=20)";
   -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #ffffff80;
   filter: "alpha(opacity=50)";
   -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: #0003;
   filter: "alpha(opacity=20)";
   -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #000;
   background-color: #00000080;
   filter: "alpha(opacity=50)";
   -ms-filter: "alpha(opacity=50)";
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
   width: 6px;
   background-color: #000;
   background-color: #0003;
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
   height: 6px;
   margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
   width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
   .mCSB_dragger.mCSB_dragger_onDrag_expanded
   + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
   height: 12px;
   margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000bf;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000d9;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000e6;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: #0000001a;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -120px -128px;
}
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
   width: 12px;
   background-color: #000;
   background-color: #0003;
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   width: 6px;
   margin: 3px 5px;
   position: absolute;
   height: auto;
   inset: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
   height: 6px;
   margin: 5px 3px;
   position: absolute;
   width: auto;
   inset: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
   width: 100%;
   height: 12px;
   margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -40px -128px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000bf;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000d9;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000e6;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: #0000001a;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
   background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
   background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
   background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
   background-position: -120px -128px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: transparent;
   border-width: 1px;
   border-style: solid;
   border-color: #fff;
   border-color: #fff3;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
   border-color: #000;
   border-color: #0003;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #fff;
   background-color: #fff9;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
   background-color: #000;
   background-color: #0009;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000bf;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000d9;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #000;
   background-color: #000000e6;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #ffffffbf;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #ffffffd9;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
   background-color: #fff;
   background-color: #ffffffe6;
} /*!
    Justified Gallery
    Version: 3.8.1
    Plugin URL: http://miromannino.github.io/Justified-Gallery/
    License: Copyright (c) 2020 Miro Mannino | Licensed under the MIT license
!*/
.justified-gallery {
   width: 100%;
   position: relative;
   overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
   position: absolute;
   display: inline-block;
   overflow: hidden;
   filter: "alpha(opacity=10)";
   opacity: 0.1;
   margin: 0;
   padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
   position: absolute;
   top: 50%;
   left: 50%;
   margin: 0;
   padding: 0;
   border: none;
   filter: "alpha(opacity=0)";
   opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
   display: none;
   position: absolute;
   bottom: 0;
   padding: 5px;
   background-color: #000;
   left: 0;
   right: 0;
   margin: 0;
   color: #fff;
   font-size: 12px;
   font-weight: 300;
   font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
   display: initial;
   filter: "alpha(opacity=70)";
   opacity: 0.7;
   -webkit-transition: opacity 0.5s ease-in;
   -moz-transition: opacity 0.5s ease-in;
   -o-transition: opacity 0.5s ease-in;
   transition: opacity 0.5s ease-in;
}
.justified-gallery > .jg-entry-visible {
   filter: "alpha(opacity=100)";
   opacity: 1;
   background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
   filter: "alpha(opacity=100)";
   opacity: 1;
   -webkit-transition: opacity 0.5s ease-in;
   -moz-transition: opacity 0.5s ease-in;
   -o-transition: opacity 0.5s ease-in;
   transition: opacity 0.5s ease-in;
}
.justified-gallery > .jg-filtered {
   display: none;
}
.justified-gallery > .jg-spinner {
   position: absolute;
   bottom: 0;
   margin-left: -24px;
   padding: 10px 0;
   left: 50%;
   filter: "alpha(opacity=100)";
   opacity: 1;
   overflow: initial;
}
.justified-gallery > .jg-spinner > span {
   display: inline-block;
   filter: "alpha(opacity=0)";
   opacity: 0;
   width: 8px;
   height: 8px;
   margin: 0 4px;
   background-color: #000;
   border-radius: 6px;
} /*!
    Splitting
    Version: 1.0.5
    Plugin URL: https://splitting.js.org/
    License: Copyright © 2018-present Stephen Shaw | Licensed under the MIT license
!*/ /*! Recommended styles for Splitting */
.splitting .word,
.splitting .char {
   display: inline-block;
}
.splitting .char {
   position: relative;
}
.splitting .char:before,
.splitting .char:after {
   content: attr(data-char);
   position: absolute;
   top: 0;
   left: 0;
   visibility: hidden;
   transition: inherit;
   user-select: none;
}
.splitting {
   --word-center: calc((var(--word-total) - 1) / 2);
   --char-center: calc((var(--char-total) - 1) / 2);
   --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
   --word-percent: calc(var(--word-index) / var(--word-total));
   --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
   --char-percent: calc(var(--char-index) / var(--char-total));
   --char-offset: calc(var(--char-index) - var(--char-center));
   --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
   --distance-sine: calc(var(--char-offset) / var(--char-center));
   --distance-percent: calc((var(--distance) / var(--char-center)));
} /*!
    Carto - Interactive portfolio
    Created by ThemeZaa
!*/
#stickyImgContainer {
   width: 100vw;
   height: 100vh;
   overflow: hidden;
   position: fixed;
   top: 0;
   left: 0;
   background-color: #131319;
}
#stickyImgContainer canvas {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
#stickyImgContainer .slides {
   box-sizing: border-box;
   position: absolute;
   top: 50%;
   padding: 0 10vw;
   width: 100%;
   max-width: 100%;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
#stickyImgContainer .slide {
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   height: 33vh;
   color: #fff;
   transform: translateY(-50%);
   transition: transform 1.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
#stickyImgContainer .slide-meta {
   margin: 0;
   font-size: 1.35rem;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
#stickyImgContainer .slide-meta,
#stickyImgContainer .slide-more {
   opacity: 0;
   transition: opacity 0.9s cubic-bezier(0.2, 1, 0.3, 1);
}
#stickyImgContainer .show-meta .slide-meta,
#stickyImgContainer .show-meta .slide-more {
   opacity: 1;
   transition: opacity 1.5s 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}
#stickyImgContainer .slide-title {
   margin: 0;
   text-indent: -0.5vw;
   transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
#stickyImgContainer .prev,
#stickyImgContainer .next {
   opacity: 0;
}
#stickyImgContainer .prev .slide-title,
#stickyImgContainer .next .slide-title {
   opacity: 0.2;
}
#stickyImgContainer .prev {
   transform: translateY(-85%);
}
#stickyImgContainer .next {
   transform: translateY(-15%);
}
#stickyImgContainer .scrolling > .slide {
   transform: translateY(-50%);
   opacity: 1;
} /*!
    Atropos
    Version: 2.0.2
    Plugin URL: https://atroposjs.com
    License: Copyright 2021-2023 | Released under the MIT License
!*/
.atropos {
   position: relative;
   display: block;
   perspective: 1200px;
   transform: translateZ(0);
}
.atropos-rotate-touch,
.atropos-rotate-scroll-x,
.atropos-rotate-scroll-y {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
}
.atropos-rotate-touch-scroll-y {
   touch-action: pan-y;
}
.atropos-rotate-touch-scroll-x {
   touch-action: pan-x;
}
.atropos-rotate-touch {
   touch-action: none;
}
.atropos-scale,
.atropos-rotate {
   width: 100%;
   height: 100%;
   transform-style: preserve-3d;
   transition-property: transform;
   display: block;
}
.atropos-shadow,
.atropos-highlight {
   position: absolute;
   pointer-events: none;
   transition-property: transform, opacity;
   display: block;
   opacity: 0;
}
.atropos-shadow {
   z-index: -1;
   background: #000;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   filter: blur(30px);
}
.atropos-highlight {
   left: -50%;
   top: -50%;
   width: 200%;
   height: 200%;
   background-image: radial-gradient(circle at 50%, rgba(255, 255, 255, 0.25), transparent 50%);
   z-index: 0;
}
.atropos-rotate {
   position: relative;
}
.atropos-inner {
   width: 100%;
   height: 100%;
   position: relative;
   overflow: hidden;
   transform-style: preserve-3d;
   transform: translateZ(0);
   display: block;
}
.atropos-active {
   z-index: 1;
}
.atropos-active .atropos-shadow {
   opacity: 1 !important;
}
[data-atropos-offset],
::slotted([data-atropos-offset]) {
   transition-property: transform;
}
[data-atropos-opacity] {
   transition-property: opacity;
}
[data-atropos-offset][data-atropos-opacity],
::slotted([data-atropos-offset][data-atropos-opacity]) {
   transition-property: transform, opacity;
} /*!
    Font Awesome
    Version: 6.5.1
    Plugin URL: https://fontawesome.com
    License: Copyright 2023 Fonticons, Inc. | https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
!*/
.fa {
   font-family: var(--fa-style-family, "Font Awesome 6 Free");
   font-weight: var(--fa-style, 900);
}
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: var(--fa-display, inline-block);
   font-style: normal;
   font-variant: normal;
   line-height: 1;
   text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
   font-family: "Font Awesome 6 Free";
}
.fab,
.fa-brands {
   font-family: "Font Awesome 6 Brands";
}
.fa-1x {
   font-size: 1em;
}
.fa-2x {
   font-size: 2em;
}
.fa-3x {
   font-size: 3em;
}
.fa-4x {
   font-size: 4em;
}
.fa-5x {
   font-size: 5em;
}
.fa-6x {
   font-size: 6em;
}
.fa-7x {
   font-size: 7em;
}
.fa-8x {
   font-size: 8em;
}
.fa-9x {
   font-size: 9em;
}
.fa-10x {
   font-size: 10em;
}
.fa-2xs {
   font-size: 0.625em;
   line-height: 0.1em;
   vertical-align: 0.225em;
}
.fa-xs {
   font-size: 0.75em;
   line-height: 0.08333em;
   vertical-align: 0.125em;
}
.fa-sm {
   font-size: 0.875em;
   line-height: 0.07143em;
   vertical-align: 0.05357em;
}
.fa-lg {
   font-size: 1.25em;
   line-height: 0.05em;
   vertical-align: -0.075em;
}
.fa-xl {
   font-size: 1.5em;
   line-height: 0.04167em;
   vertical-align: -0.125em;
}
.fa-2xl {
   font-size: 2em;
   line-height: 0.03125em;
   vertical-align: -0.1875em;
}
.fa-fw {
   text-align: center;
   width: 1.25em;
}
.fa-ul {
   list-style-type: none;
   margin-left: var(--fa-li-margin, 2.5em);
   padding-left: 0;
}
.fa-ul > li {
   position: relative;
}
.fa-li {
   left: calc(var(--fa-li-width, 2em) * -1);
   position: absolute;
   text-align: center;
   width: var(--fa-li-width, 2em);
   line-height: inherit;
}
.fa-border {
   border-color: var(--fa-border-color, #eee);
   border-radius: var(--fa-border-radius, 0.1em);
   border-style: var(--fa-border-style, solid);
   border-width: var(--fa-border-width, 0.08em);
   padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
   float: left;
   margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
   float: right;
   margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
   -webkit-animation-name: fa-beat;
   animation-name: fa-beat;
   -webkit-animation-delay: var(--fa-animation-delay, 0s);
   animation-delay: var(--fa-animation-delay, 0s);
   -webkit-animation-direction: var(--fa-animation-direction, normal);
   animation-direction: var(--fa-animation-direction, normal);
   -webkit-animation-duration: var(--fa-animation-duration, 1s);
   animation-duration: var(--fa-animation-duration, 1s);
   -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
   animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
   -webkit-animation-name: fa-bounce;
   animation-name: fa-bounce;
   -webkit-animation-delay: var(--fa-animation-delay, 0s);
   animation-delay: var(--fa-animation-delay, 0s);
   -webkit-animation-direction: var(--fa-animation-direction, normal);
   animation-direction: var(--fa-animation-direction, normal);
   -webkit-animation-duration: var(--fa-animation-duration, 1s);
   animation-duration: var(--fa-animation-duration, 1s);
   -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
   animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
   -webkit-animation-name: fa-fade;
   animation-name: fa-fade;
   -webkit-animation-delay: var(--fa-animation-delay, 0s);
   animation-delay: var(--fa-animation-delay, 0s);
   -webkit-animation-direction: var(--fa-animation-direction, normal);
   animation-direction: var(--fa-animation-direction, normal);
   -webkit-animation-duration: var(--fa-animation-duration, 1s);
   animation-duration: var(--fa-animation-duration, 1s);
   -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
   animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
   -webkit-animation-name: fa-beat-fade;
   animation-name: fa-beat-fade;
   -webkit-animation-delay: var(--fa-animation-delay, 0s);
   animation-delay: var(--fa-animation-delay, 0s);
   -webkit-animation-direction: var(--fa-animation-direction, normal);
   animation-direction: var(--fa-animation-direction, normal);
   -webkit-animation-duration: var(--fa-animation-duration, 1s);
   animation-duration: var(--fa-animation-duration, 1s);
   -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
   animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
   -webkit-animation-name: fa-flip;
   animation-name: fa-flip;
   -webkit-animation-delay: var(--fa-animation-delay, 0s);
   animation-delay: var(--fa-animation-delay, 0s);
   -webkit-animation-direction: var(--fa-animation-direction, normal);
   animation-direction: var(--fa-animation-direction, normal);
   -webkit-animation-duration: var(--fa-animation-duration, 1s);
   animation-duration: var(--fa-animation-duration, 1s);
   -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
   animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
   -webkit-animation-name: fa-shake;
   animation-name: fa-shake;
   -webkit-animation-delay: var(--fa-animation-delay, 0s);
   animation-delay: var(--fa-animation-delay, 0s);
   -webkit-animation-direction: var(--fa-animation-direction, normal);
   animation-direction: var(--fa-animation-direction, normal);
   -webkit-animation-duration: var(--fa-animation-duration, 1s);
   animation-duration: var(--fa-animation-duration, 1s);
   -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   -webkit-animation-timing-function: var(--fa-animation-timing, linear);
   animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
   -webkit-animation-name: fa-spin;
   animation-name: fa-spin;
   -webkit-animation-delay: var(--fa-animation-delay, 0s);
   animation-delay: var(--fa-animation-delay, 0s);
   -webkit-animation-direction: var(--fa-animation-direction, normal);
   animation-direction: var(--fa-animation-direction, normal);
   -webkit-animation-duration: var(--fa-animation-duration, 2s);
   animation-duration: var(--fa-animation-duration, 2s);
   -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   -webkit-animation-timing-function: var(--fa-animation-timing, linear);
   animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
   --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
   -webkit-animation-name: fa-spin;
   animation-name: fa-spin;
   -webkit-animation-direction: var(--fa-animation-direction, normal);
   animation-direction: var(--fa-animation-direction, normal);
   -webkit-animation-duration: var(--fa-animation-duration, 1s);
   animation-duration: var(--fa-animation-duration, 1s);
   -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   animation-iteration-count: var(--fa-animation-iteration-count, infinite);
   -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
   animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
   .fa-beat,
   .fa-bounce,
   .fa-fade,
   .fa-beat-fade,
   .fa-flip,
   .fa-pulse,
   .fa-shake,
   .fa-spin,
   .fa-spin-pulse {
      -webkit-animation-delay: -1ms;
      animation-delay: -1ms;
      -webkit-animation-duration: 1ms;
      animation-duration: 1ms;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transition-duration: 0s;
      transition-duration: 0s;
   }
}
@-webkit-keyframes fa-beat {
   0%,
   90% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }
   45% {
      -webkit-transform: scale(var(--fa-beat-scale, 1.25));
      transform: scale(var(--fa-beat-scale, 1.25));
   }
}
@keyframes fa-beat {
   0%,
   90% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }
   45% {
      -webkit-transform: scale(var(--fa-beat-scale, 1.25));
      transform: scale(var(--fa-beat-scale, 1.25));
   }
}
@-webkit-keyframes fa-bounce {
   0% {
      -webkit-transform: scale(1, 1) translateY(0);
      transform: scale(1) translateY(0);
   }
   10% {
      -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
      transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
   }
   30% {
      -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1))
         translateY(var(--fa-bounce-height, -0.5em));
      transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1))
         translateY(var(--fa-bounce-height, -0.5em));
   }
   50% {
      -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
      transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
   }
   57% {
      -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
      transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
   }
   64% {
      -webkit-transform: scale(1, 1) translateY(0);
      transform: scale(1) translateY(0);
   }
   to {
      -webkit-transform: scale(1, 1) translateY(0);
      transform: scale(1) translateY(0);
   }
}
@keyframes fa-bounce {
   0% {
      -webkit-transform: scale(1, 1) translateY(0);
      transform: scale(1) translateY(0);
   }
   10% {
      -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
      transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
   }
   30% {
      -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1))
         translateY(var(--fa-bounce-height, -0.5em));
      transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1))
         translateY(var(--fa-bounce-height, -0.5em));
   }
   50% {
      -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
      transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
   }
   57% {
      -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
      transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
   }
   64% {
      -webkit-transform: scale(1, 1) translateY(0);
      transform: scale(1) translateY(0);
   }
   to {
      -webkit-transform: scale(1, 1) translateY(0);
      transform: scale(1) translateY(0);
   }
}
@-webkit-keyframes fa-fade {
   50% {
      opacity: var(--fa-fade-opacity, 0.4);
   }
}
@keyframes fa-fade {
   50% {
      opacity: var(--fa-fade-opacity, 0.4);
   }
}
@-webkit-keyframes fa-beat-fade {
   0%,
   to {
      opacity: var(--fa-beat-fade-opacity, 0.4);
      -webkit-transform: scale(1);
      transform: scale(1);
   }
   50% {
      opacity: 1;
      -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
      transform: scale(var(--fa-beat-fade-scale, 1.125));
   }
}
@keyframes fa-beat-fade {
   0%,
   to {
      opacity: var(--fa-beat-fade-opacity, 0.4);
      -webkit-transform: scale(1);
      transform: scale(1);
   }
   50% {
      opacity: 1;
      -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
      transform: scale(var(--fa-beat-fade-scale, 1.125));
   }
}
@-webkit-keyframes fa-flip {
   50% {
      -webkit-transform: rotate3d(
         var(--fa-flip-x, 0),
         var(--fa-flip-y, 1),
         var(--fa-flip-z, 0),
         var(--fa-flip-angle, -180deg)
      );
      transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
   }
}
@keyframes fa-flip {
   50% {
      -webkit-transform: rotate3d(
         var(--fa-flip-x, 0),
         var(--fa-flip-y, 1),
         var(--fa-flip-z, 0),
         var(--fa-flip-angle, -180deg)
      );
      transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
   }
}
@-webkit-keyframes fa-shake {
   0% {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
   }
   4% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
   }
   8%,
   24% {
      -webkit-transform: rotate(-18deg);
      transform: rotate(-18deg);
   }
   12%,
   28% {
      -webkit-transform: rotate(18deg);
      transform: rotate(18deg);
   }
   16% {
      -webkit-transform: rotate(-22deg);
      transform: rotate(-22deg);
   }
   20% {
      -webkit-transform: rotate(22deg);
      transform: rotate(22deg);
   }
   32% {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
   }
   36% {
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg);
   }
   40%,
   to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0);
   }
}
@keyframes fa-shake {
   0% {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
   }
   4% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
   }
   8%,
   24% {
      -webkit-transform: rotate(-18deg);
      transform: rotate(-18deg);
   }
   12%,
   28% {
      -webkit-transform: rotate(18deg);
      transform: rotate(18deg);
   }
   16% {
      -webkit-transform: rotate(-22deg);
      transform: rotate(-22deg);
   }
   20% {
      -webkit-transform: rotate(22deg);
      transform: rotate(22deg);
   }
   32% {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
   }
   36% {
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg);
   }
   40%,
   to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0);
   }
}
@-webkit-keyframes fa-spin {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0);
   }
   to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
@keyframes fa-spin {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0);
   }
   to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
.fa-rotate-90 {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
}
.fa-rotate-180 {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}
.fa-rotate-270 {
   -webkit-transform: rotate(270deg);
   transform: rotate(270deg);
}
.fa-flip-horizontal {
   -webkit-transform: scale(-1, 1);
   transform: scaleX(-1);
}
.fa-flip-vertical {
   -webkit-transform: scale(1, -1);
   transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
   -webkit-transform: scale(-1, -1);
   transform: scale(-1);
}
.fa-rotate-by {
   -webkit-transform: rotate(var(--fa-rotate-angle, none));
   transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
   display: inline-block;
   height: 2em;
   line-height: 2em;
   position: relative;
   vertical-align: middle;
   width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%;
   z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
   line-height: inherit;
}
.fa-stack-2x {
   font-size: 2em;
}
.fa-inverse {
   color: var(--fa-inverse, #fff);
}
.fa-0:before {
   content: "0";
}
.fa-1:before {
   content: "1";
}
.fa-2:before {
   content: "2";
}
.fa-3:before {
   content: "3";
}
.fa-4:before {
   content: "4";
}
.fa-5:before {
   content: "5";
}
.fa-6:before {
   content: "6";
}
.fa-7:before {
   content: "7";
}
.fa-8:before {
   content: "8";
}
.fa-9:before {
   content: "9";
}
.fa-fill-drip:before {
   content: "";
}
.fa-arrows-to-circle:before {
   content: "";
}
.fa-circle-chevron-right:before {
   content: "";
}
.fa-chevron-circle-right:before {
   content: "";
}
.fa-at:before {
   content: "@";
}
.fa-trash-can:before {
   content: "";
}
.fa-trash-alt:before {
   content: "";
}
.fa-text-height:before {
   content: "";
}
.fa-user-xmark:before {
   content: "";
}
.fa-user-times:before {
   content: "";
}
.fa-stethoscope:before {
   content: "";
}
.fa-message:before {
   content: "";
}
.fa-comment-alt:before {
   content: "";
}
.fa-info:before {
   content: "";
}
.fa-down-left-and-up-right-to-center:before {
   content: "";
}
.fa-compress-alt:before {
   content: "";
}
.fa-explosion:before {
   content: "";
}
.fa-file-lines:before {
   content: "";
}
.fa-file-alt:before {
   content: "";
}
.fa-file-text:before {
   content: "";
}
.fa-wave-square:before {
   content: "";
}
.fa-ring:before {
   content: "";
}
.fa-building-un:before {
   content: "";
}
.fa-dice-three:before {
   content: "";
}
.fa-calendar-days:before {
   content: "";
}
.fa-calendar-alt:before {
   content: "";
}
.fa-anchor-circle-check:before {
   content: "";
}
.fa-building-circle-arrow-right:before {
   content: "";
}
.fa-volleyball:before {
   content: "";
}
.fa-volleyball-ball:before {
   content: "";
}
.fa-arrows-up-to-line:before {
   content: "";
}
.fa-sort-down:before {
   content: "";
}
.fa-sort-desc:before {
   content: "";
}
.fa-circle-minus:before {
   content: "";
}
.fa-minus-circle:before {
   content: "";
}
.fa-door-open:before {
   content: "";
}
.fa-right-from-bracket:before {
   content: "";
}
.fa-sign-out-alt:before {
   content: "";
}
.fa-atom:before {
   content: "";
}
.fa-soap:before {
   content: "";
}
.fa-icons:before {
   content: "";
}
.fa-heart-music-camera-bolt:before {
   content: "";
}
.fa-microphone-lines-slash:before {
   content: "";
}
.fa-microphone-alt-slash:before {
   content: "";
}
.fa-bridge-circle-check:before {
   content: "";
}
.fa-pump-medical:before {
   content: "";
}
.fa-fingerprint:before {
   content: "";
}
.fa-hand-point-right:before {
   content: "";
}
.fa-magnifying-glass-location:before {
   content: "";
}
.fa-search-location:before {
   content: "";
}
.fa-forward-step:before {
   content: "";
}
.fa-step-forward:before {
   content: "";
}
.fa-face-smile-beam:before {
   content: "";
}
.fa-smile-beam:before {
   content: "";
}
.fa-flag-checkered:before {
   content: "";
}
.fa-football:before {
   content: "";
}
.fa-football-ball:before {
   content: "";
}
.fa-school-circle-exclamation:before {
   content: "";
}
.fa-crop:before {
   content: "";
}
.fa-angles-down:before {
   content: "";
}
.fa-angle-double-down:before {
   content: "";
}
.fa-users-rectangle:before {
   content: "";
}
.fa-people-roof:before {
   content: "";
}
.fa-people-line:before {
   content: "";
}
.fa-beer-mug-empty:before {
   content: "";
}
.fa-beer:before {
   content: "";
}
.fa-diagram-predecessor:before {
   content: "";
}
.fa-arrow-up-long:before {
   content: "";
}
.fa-long-arrow-up:before {
   content: "";
}
.fa-fire-flame-simple:before {
   content: "";
}
.fa-burn:before {
   content: "";
}
.fa-person:before {
   content: "";
}
.fa-male:before {
   content: "";
}
.fa-laptop:before {
   content: "";
}
.fa-file-csv:before {
   content: "";
}
.fa-menorah:before {
   content: "";
}
.fa-truck-plane:before {
   content: "";
}
.fa-record-vinyl:before {
   content: "";
}
.fa-face-grin-stars:before {
   content: "";
}
.fa-grin-stars:before {
   content: "";
}
.fa-bong:before {
   content: "";
}
.fa-spaghetti-monster-flying:before {
   content: "";
}
.fa-pastafarianism:before {
   content: "";
}
.fa-arrow-down-up-across-line:before {
   content: "";
}
.fa-spoon:before {
   content: "";
}
.fa-utensil-spoon:before {
   content: "";
}
.fa-jar-wheat:before {
   content: "";
}
.fa-envelopes-bulk:before {
   content: "";
}
.fa-mail-bulk:before {
   content: "";
}
.fa-file-circle-exclamation:before {
   content: "";
}
.fa-circle-h:before {
   content: "";
}
.fa-hospital-symbol:before {
   content: "";
}
.fa-pager:before {
   content: "";
}
.fa-address-book:before {
   content: "";
}
.fa-contact-book:before {
   content: "";
}
.fa-strikethrough:before {
   content: "";
}
.fa-k:before {
   content: "K";
}
.fa-landmark-flag:before {
   content: "";
}
.fa-pencil:before {
   content: "";
}
.fa-pencil-alt:before {
   content: "";
}
.fa-backward:before {
   content: "";
}
.fa-caret-right:before {
   content: "";
}
.fa-comments:before {
   content: "";
}
.fa-paste:before {
   content: "";
}
.fa-file-clipboard:before {
   content: "";
}
.fa-code-pull-request:before {
   content: "";
}
.fa-clipboard-list:before {
   content: "";
}
.fa-truck-ramp-box:before {
   content: "";
}
.fa-truck-loading:before {
   content: "";
}
.fa-user-check:before {
   content: "";
}
.fa-vial-virus:before {
   content: "";
}
.fa-sheet-plastic:before {
   content: "";
}
.fa-blog:before {
   content: "";
}
.fa-user-ninja:before {
   content: "";
}
.fa-person-arrow-up-from-line:before {
   content: "";
}
.fa-scroll-torah:before {
   content: "";
}
.fa-torah:before {
   content: "";
}
.fa-broom-ball:before {
   content: "";
}
.fa-quidditch:before {
   content: "";
}
.fa-quidditch-broom-ball:before {
   content: "";
}
.fa-toggle-off:before {
   content: "";
}
.fa-box-archive:before {
   content: "";
}
.fa-archive:before {
   content: "";
}
.fa-person-drowning:before {
   content: "";
}
.fa-arrow-down-9-1:before {
   content: "";
}
.fa-sort-numeric-desc:before {
   content: "";
}
.fa-sort-numeric-down-alt:before {
   content: "";
}
.fa-face-grin-tongue-squint:before {
   content: "";
}
.fa-grin-tongue-squint:before {
   content: "";
}
.fa-spray-can:before {
   content: "";
}
.fa-truck-monster:before {
   content: "";
}
.fa-w:before {
   content: "W";
}
.fa-earth-africa:before {
   content: "";
}
.fa-globe-africa:before {
   content: "";
}
.fa-rainbow:before {
   content: "";
}
.fa-circle-notch:before {
   content: "";
}
.fa-tablet-screen-button:before {
   content: "";
}
.fa-tablet-alt:before {
   content: "";
}
.fa-paw:before {
   content: "";
}
.fa-cloud:before {
   content: "";
}
.fa-trowel-bricks:before {
   content: "";
}
.fa-face-flushed:before {
   content: "";
}
.fa-flushed:before {
   content: "";
}
.fa-hospital-user:before {
   content: "";
}
.fa-tent-arrow-left-right:before {
   content: "";
}
.fa-gavel:before {
   content: "";
}
.fa-legal:before {
   content: "";
}
.fa-binoculars:before {
   content: "";
}
.fa-microphone-slash:before {
   content: "";
}
.fa-box-tissue:before {
   content: "";
}
.fa-motorcycle:before {
   content: "";
}
.fa-bell-concierge:before {
   content: "";
}
.fa-concierge-bell:before {
   content: "";
}
.fa-pen-ruler:before {
   content: "";
}
.fa-pencil-ruler:before {
   content: "";
}
.fa-people-arrows:before {
   content: "";
}
.fa-people-arrows-left-right:before {
   content: "";
}
.fa-mars-and-venus-burst:before {
   content: "";
}
.fa-square-caret-right:before {
   content: "";
}
.fa-caret-square-right:before {
   content: "";
}
.fa-scissors:before {
   content: "";
}
.fa-cut:before {
   content: "";
}
.fa-sun-plant-wilt:before {
   content: "";
}
.fa-toilets-portable:before {
   content: "";
}
.fa-hockey-puck:before {
   content: "";
}
.fa-table:before {
   content: "";
}
.fa-magnifying-glass-arrow-right:before {
   content: "";
}
.fa-tachograph-digital:before {
   content: "";
}
.fa-digital-tachograph:before {
   content: "";
}
.fa-users-slash:before {
   content: "";
}
.fa-clover:before {
   content: "";
}
.fa-reply:before {
   content: "";
}
.fa-mail-reply:before {
   content: "";
}
.fa-star-and-crescent:before {
   content: "";
}
.fa-house-fire:before {
   content: "";
}
.fa-square-minus:before {
   content: "";
}
.fa-minus-square:before {
   content: "";
}
.fa-helicopter:before {
   content: "";
}
.fa-compass:before {
   content: "";
}
.fa-square-caret-down:before {
   content: "";
}
.fa-caret-square-down:before {
   content: "";
}
.fa-file-circle-question:before {
   content: "";
}
.fa-laptop-code:before {
   content: "";
}
.fa-swatchbook:before {
   content: "";
}
.fa-prescription-bottle:before {
   content: "";
}
.fa-bars:before {
   content: "";
}
.fa-navicon:before {
   content: "";
}
.fa-people-group:before {
   content: "";
}
.fa-hourglass-end:before {
   content: "";
}
.fa-hourglass-3:before {
   content: "";
}
.fa-heart-crack:before {
   content: "";
}
.fa-heart-broken:before {
   content: "";
}
.fa-square-up-right:before {
   content: "";
}
.fa-external-link-square-alt:before {
   content: "";
}
.fa-face-kiss-beam:before {
   content: "";
}
.fa-kiss-beam:before {
   content: "";
}
.fa-film:before {
   content: "";
}
.fa-ruler-horizontal:before {
   content: "";
}
.fa-people-robbery:before {
   content: "";
}
.fa-lightbulb:before {
   content: "";
}
.fa-caret-left:before {
   content: "";
}
.fa-circle-exclamation:before {
   content: "";
}
.fa-exclamation-circle:before {
   content: "";
}
.fa-school-circle-xmark:before {
   content: "";
}
.fa-arrow-right-from-bracket:before {
   content: "";
}
.fa-sign-out:before {
   content: "";
}
.fa-circle-chevron-down:before {
   content: "";
}
.fa-chevron-circle-down:before {
   content: "";
}
.fa-unlock-keyhole:before {
   content: "";
}
.fa-unlock-alt:before {
   content: "";
}
.fa-cloud-showers-heavy:before {
   content: "";
}
.fa-headphones-simple:before {
   content: "";
}
.fa-headphones-alt:before {
   content: "";
}
.fa-sitemap:before {
   content: "";
}
.fa-circle-dollar-to-slot:before {
   content: "";
}
.fa-donate:before {
   content: "";
}
.fa-memory:before {
   content: "";
}
.fa-road-spikes:before {
   content: "";
}
.fa-fire-burner:before {
   content: "";
}
.fa-flag:before {
   content: "";
}
.fa-hanukiah:before {
   content: "";
}
.fa-feather:before {
   content: "";
}
.fa-volume-low:before {
   content: "";
}
.fa-volume-down:before {
   content: "";
}
.fa-comment-slash:before {
   content: "";
}
.fa-cloud-sun-rain:before {
   content: "";
}
.fa-compress:before {
   content: "";
}
.fa-wheat-awn:before {
   content: "";
}
.fa-wheat-alt:before {
   content: "";
}
.fa-ankh:before {
   content: "";
}
.fa-hands-holding-child:before {
   content: "";
}
.fa-asterisk:before {
   content: "*";
}
.fa-square-check:before {
   content: "";
}
.fa-check-square:before {
   content: "";
}
.fa-peseta-sign:before {
   content: "";
}
.fa-heading:before {
   content: "";
}
.fa-header:before {
   content: "";
}
.fa-ghost:before {
   content: "";
}
.fa-list:before {
   content: "";
}
.fa-list-squares:before {
   content: "";
}
.fa-square-phone-flip:before {
   content: "";
}
.fa-phone-square-alt:before {
   content: "";
}
.fa-cart-plus:before {
   content: "";
}
.fa-gamepad:before {
   content: "";
}
.fa-circle-dot:before {
   content: "";
}
.fa-dot-circle:before {
   content: "";
}
.fa-face-dizzy:before {
   content: "";
}
.fa-dizzy:before {
   content: "";
}
.fa-egg:before {
   content: "";
}
.fa-house-medical-circle-xmark:before {
   content: "";
}
.fa-campground:before {
   content: "";
}
.fa-folder-plus:before {
   content: "";
}
.fa-futbol:before {
   content: "";
}
.fa-futbol-ball:before {
   content: "";
}
.fa-soccer-ball:before {
   content: "";
}
.fa-paintbrush:before {
   content: "";
}
.fa-paint-brush:before {
   content: "";
}
.fa-lock:before {
   content: "";
}
.fa-gas-pump:before {
   content: "";
}
.fa-hot-tub-person:before {
   content: "";
}
.fa-hot-tub:before {
   content: "";
}
.fa-map-location:before {
   content: "";
}
.fa-map-marked:before {
   content: "";
}
.fa-house-flood-water:before {
   content: "";
}
.fa-tree:before {
   content: "";
}
.fa-bridge-lock:before {
   content: "";
}
.fa-sack-dollar:before {
   content: "";
}
.fa-pen-to-square:before {
   content: "";
}
.fa-edit:before {
   content: "";
}
.fa-car-side:before {
   content: "";
}
.fa-share-nodes:before {
   content: "";
}
.fa-share-alt:before {
   content: "";
}
.fa-heart-circle-minus:before {
   content: "";
}
.fa-hourglass-half:before {
   content: "";
}
.fa-hourglass-2:before {
   content: "";
}
.fa-microscope:before {
   content: "";
}
.fa-sink:before {
   content: "";
}
.fa-bag-shopping:before {
   content: "";
}
.fa-shopping-bag:before {
   content: "";
}
.fa-arrow-down-z-a:before {
   content: "";
}
.fa-sort-alpha-desc:before {
   content: "";
}
.fa-sort-alpha-down-alt:before {
   content: "";
}
.fa-mitten:before {
   content: "";
}
.fa-person-rays:before {
   content: "";
}
.fa-users:before {
   content: "";
}
.fa-eye-slash:before {
   content: "";
}
.fa-flask-vial:before {
   content: "";
}
.fa-hand:before {
   content: "";
}
.fa-hand-paper:before {
   content: "";
}
.fa-om:before {
   content: "";
}
.fa-worm:before {
   content: "";
}
.fa-house-circle-xmark:before {
   content: "";
}
.fa-plug:before {
   content: "";
}
.fa-chevron-up:before {
   content: "";
}
.fa-hand-spock:before {
   content: "";
}
.fa-stopwatch:before {
   content: "";
}
.fa-face-kiss:before {
   content: "";
}
.fa-kiss:before {
   content: "";
}
.fa-bridge-circle-xmark:before {
   content: "";
}
.fa-face-grin-tongue:before {
   content: "";
}
.fa-grin-tongue:before {
   content: "";
}
.fa-chess-bishop:before {
   content: "";
}
.fa-face-grin-wink:before {
   content: "";
}
.fa-grin-wink:before {
   content: "";
}
.fa-ear-deaf:before {
   content: "";
}
.fa-deaf:before {
   content: "";
}
.fa-deafness:before {
   content: "";
}
.fa-hard-of-hearing:before {
   content: "";
}
.fa-road-circle-check:before {
   content: "";
}
.fa-dice-five:before {
   content: "";
}
.fa-square-rss:before {
   content: "";
}
.fa-rss-square:before {
   content: "";
}
.fa-land-mine-on:before {
   content: "";
}
.fa-i-cursor:before {
   content: "";
}
.fa-stamp:before {
   content: "";
}
.fa-stairs:before {
   content: "";
}
.fa-i:before {
   content: "I";
}
.fa-hryvnia-sign:before {
   content: "";
}
.fa-hryvnia:before {
   content: "";
}
.fa-pills:before {
   content: "";
}
.fa-face-grin-wide:before {
   content: "";
}
.fa-grin-alt:before {
   content: "";
}
.fa-tooth:before {
   content: "";
}
.fa-v:before {
   content: "V";
}
.fa-bangladeshi-taka-sign:before {
   content: "";
}
.fa-bicycle:before {
   content: "";
}
.fa-staff-snake:before {
   content: "";
}
.fa-rod-asclepius:before {
   content: "";
}
.fa-rod-snake:before {
   content: "";
}
.fa-staff-aesculapius:before {
   content: "";
}
.fa-head-side-cough-slash:before {
   content: "";
}
.fa-truck-medical:before {
   content: "";
}
.fa-ambulance:before {
   content: "";
}
.fa-wheat-awn-circle-exclamation:before {
   content: "";
}
.fa-snowman:before {
   content: "";
}
.fa-mortar-pestle:before {
   content: "";
}
.fa-road-barrier:before {
   content: "";
}
.fa-school:before {
   content: "";
}
.fa-igloo:before {
   content: "";
}
.fa-joint:before {
   content: "";
}
.fa-angle-right:before {
   content: "";
}
.fa-horse:before {
   content: "";
}
.fa-q:before {
   content: "Q";
}
.fa-g:before {
   content: "G";
}
.fa-notes-medical:before {
   content: "";
}
.fa-temperature-half:before {
   content: "";
}
.fa-temperature-2:before {
   content: "";
}
.fa-thermometer-2:before {
   content: "";
}
.fa-thermometer-half:before {
   content: "";
}
.fa-dong-sign:before {
   content: "";
}
.fa-capsules:before {
   content: "";
}
.fa-poo-storm:before {
   content: "";
}
.fa-poo-bolt:before {
   content: "";
}
.fa-face-frown-open:before {
   content: "";
}
.fa-frown-open:before {
   content: "";
}
.fa-hand-point-up:before {
   content: "";
}
.fa-money-bill:before {
   content: "";
}
.fa-bookmark:before {
   content: "";
}
.fa-align-justify:before {
   content: "";
}
.fa-umbrella-beach:before {
   content: "";
}
.fa-helmet-un:before {
   content: "";
}
.fa-bullseye:before {
   content: "";
}
.fa-bacon:before {
   content: "";
}
.fa-hand-point-down:before {
   content: "";
}
.fa-arrow-up-from-bracket:before {
   content: "";
}
.fa-folder:before {
   content: "";
}
.fa-folder-blank:before {
   content: "";
}
.fa-file-waveform:before {
   content: "";
}
.fa-file-medical-alt:before {
   content: "";
}
.fa-radiation:before {
   content: "";
}
.fa-chart-simple:before {
   content: "";
}
.fa-mars-stroke:before {
   content: "";
}
.fa-vial:before {
   content: "";
}
.fa-gauge:before {
   content: "";
}
.fa-dashboard:before {
   content: "";
}
.fa-gauge-med:before {
   content: "";
}
.fa-tachometer-alt-average:before {
   content: "";
}
.fa-wand-magic-sparkles:before {
   content: "";
}
.fa-magic-wand-sparkles:before {
   content: "";
}
.fa-e:before {
   content: "E";
}
.fa-pen-clip:before {
   content: "";
}
.fa-pen-alt:before {
   content: "";
}
.fa-bridge-circle-exclamation:before {
   content: "";
}
.fa-user:before {
   content: "";
}
.fa-school-circle-check:before {
   content: "";
}
.fa-dumpster:before {
   content: "";
}
.fa-van-shuttle:before {
   content: "";
}
.fa-shuttle-van:before {
   content: "";
}
.fa-building-user:before {
   content: "";
}
.fa-square-caret-left:before {
   content: "";
}
.fa-caret-square-left:before {
   content: "";
}
.fa-highlighter:before {
   content: "";
}
.fa-key:before {
   content: "";
}
.fa-bullhorn:before {
   content: "";
}
.fa-globe:before {
   content: "";
}
.fa-synagogue:before {
   content: "";
}
.fa-person-half-dress:before {
   content: "";
}
.fa-road-bridge:before {
   content: "";
}
.fa-location-arrow:before {
   content: "";
}
.fa-c:before {
   content: "C";
}
.fa-tablet-button:before {
   content: "";
}
.fa-building-lock:before {
   content: "";
}
.fa-pizza-slice:before {
   content: "";
}
.fa-money-bill-wave:before {
   content: "";
}
.fa-chart-area:before {
   content: "";
}
.fa-area-chart:before {
   content: "";
}
.fa-house-flag:before {
   content: "";
}
.fa-person-circle-minus:before {
   content: "";
}
.fa-ban:before {
   content: "";
}
.fa-cancel:before {
   content: "";
}
.fa-camera-rotate:before {
   content: "";
}
.fa-spray-can-sparkles:before {
   content: "";
}
.fa-air-freshener:before {
   content: "";
}
.fa-star:before {
   content: "";
}
.fa-repeat:before {
   content: "";
}
.fa-cross:before {
   content: "";
}
.fa-box:before {
   content: "";
}
.fa-venus-mars:before {
   content: "";
}
.fa-arrow-pointer:before {
   content: "";
}
.fa-mouse-pointer:before {
   content: "";
}
.fa-maximize:before {
   content: "";
}
.fa-expand-arrows-alt:before {
   content: "";
}
.fa-charging-station:before {
   content: "";
}
.fa-shapes:before {
   content: "";
}
.fa-triangle-circle-square:before {
   content: "";
}
.fa-shuffle:before {
   content: "";
}
.fa-random:before {
   content: "";
}
.fa-person-running:before {
   content: "";
}
.fa-running:before {
   content: "";
}
.fa-mobile-retro:before {
   content: "";
}
.fa-grip-lines-vertical:before {
   content: "";
}
.fa-spider:before {
   content: "";
}
.fa-hands-bound:before {
   content: "";
}
.fa-file-invoice-dollar:before {
   content: "";
}
.fa-plane-circle-exclamation:before {
   content: "";
}
.fa-x-ray:before {
   content: "";
}
.fa-spell-check:before {
   content: "";
}
.fa-slash:before {
   content: "";
}
.fa-computer-mouse:before {
   content: "";
}
.fa-mouse:before {
   content: "";
}
.fa-arrow-right-to-bracket:before {
   content: "";
}
.fa-sign-in:before {
   content: "";
}
.fa-shop-slash:before {
   content: "";
}
.fa-store-alt-slash:before {
   content: "";
}
.fa-server:before {
   content: "";
}
.fa-virus-covid-slash:before {
   content: "";
}
.fa-shop-lock:before {
   content: "";
}
.fa-hourglass-start:before {
   content: "";
}
.fa-hourglass-1:before {
   content: "";
}
.fa-blender-phone:before {
   content: "";
}
.fa-building-wheat:before {
   content: "";
}
.fa-person-breastfeeding:before {
   content: "";
}
.fa-right-to-bracket:before {
   content: "";
}
.fa-sign-in-alt:before {
   content: "";
}
.fa-venus:before {
   content: "";
}
.fa-passport:before {
   content: "";
}
.fa-heart-pulse:before {
   content: "";
}
.fa-heartbeat:before {
   content: "";
}
.fa-people-carry-box:before {
   content: "";
}
.fa-people-carry:before {
   content: "";
}
.fa-temperature-high:before {
   content: "";
}
.fa-microchip:before {
   content: "";
}
.fa-crown:before {
   content: "";
}
.fa-weight-hanging:before {
   content: "";
}
.fa-xmarks-lines:before {
   content: "";
}
.fa-file-prescription:before {
   content: "";
}
.fa-weight-scale:before {
   content: "";
}
.fa-weight:before {
   content: "";
}
.fa-user-group:before {
   content: "";
}
.fa-user-friends:before {
   content: "";
}
.fa-arrow-up-a-z:before {
   content: "";
}
.fa-sort-alpha-up:before {
   content: "";
}
.fa-chess-knight:before {
   content: "";
}
.fa-face-laugh-squint:before {
   content: "";
}
.fa-laugh-squint:before {
   content: "";
}
.fa-wheelchair:before {
   content: "";
}
.fa-circle-arrow-up:before {
   content: "";
}
.fa-arrow-circle-up:before {
   content: "";
}
.fa-toggle-on:before {
   content: "";
}
.fa-person-walking:before {
   content: "";
}
.fa-walking:before {
   content: "";
}
.fa-l:before {
   content: "L";
}
.fa-fire:before {
   content: "";
}
.fa-bed-pulse:before {
   content: "";
}
.fa-procedures:before {
   content: "";
}
.fa-shuttle-space:before {
   content: "";
}
.fa-space-shuttle:before {
   content: "";
}
.fa-face-laugh:before {
   content: "";
}
.fa-laugh:before {
   content: "";
}
.fa-folder-open:before {
   content: "";
}
.fa-heart-circle-plus:before {
   content: "";
}
.fa-code-fork:before {
   content: "";
}
.fa-city:before {
   content: "";
}
.fa-microphone-lines:before {
   content: "";
}
.fa-microphone-alt:before {
   content: "";
}
.fa-pepper-hot:before {
   content: "";
}
.fa-unlock:before {
   content: "";
}
.fa-colon-sign:before {
   content: "";
}
.fa-headset:before {
   content: "";
}
.fa-store-slash:before {
   content: "";
}
.fa-road-circle-xmark:before {
   content: "";
}
.fa-user-minus:before {
   content: "";
}
.fa-mars-stroke-up:before {
   content: "";
}
.fa-mars-stroke-v:before {
   content: "";
}
.fa-champagne-glasses:before {
   content: "";
}
.fa-glass-cheers:before {
   content: "";
}
.fa-clipboard:before {
   content: "";
}
.fa-house-circle-exclamation:before {
   content: "";
}
.fa-file-arrow-up:before {
   content: "";
}
.fa-file-upload:before {
   content: "";
}
.fa-wifi:before {
   content: "";
}
.fa-wifi-3:before {
   content: "";
}
.fa-wifi-strong:before {
   content: "";
}
.fa-bath:before {
   content: "";
}
.fa-bathtub:before {
   content: "";
}
.fa-underline:before {
   content: "";
}
.fa-user-pen:before {
   content: "";
}
.fa-user-edit:before {
   content: "";
}
.fa-signature:before {
   content: "";
}
.fa-stroopwafel:before {
   content: "";
}
.fa-bold:before {
   content: "";
}
.fa-anchor-lock:before {
   content: "";
}
.fa-building-ngo:before {
   content: "";
}
.fa-manat-sign:before {
   content: "";
}
.fa-not-equal:before {
   content: "";
}
.fa-border-top-left:before {
   content: "";
}
.fa-border-style:before {
   content: "";
}
.fa-map-location-dot:before {
   content: "";
}
.fa-map-marked-alt:before {
   content: "";
}
.fa-jedi:before {
   content: "";
}
.fa-square-poll-vertical:before {
   content: "";
}
.fa-poll:before {
   content: "";
}
.fa-mug-hot:before {
   content: "";
}
.fa-car-battery:before {
   content: "";
}
.fa-battery-car:before {
   content: "";
}
.fa-gift:before {
   content: "";
}
.fa-dice-two:before {
   content: "";
}
.fa-chess-queen:before {
   content: "";
}
.fa-glasses:before {
   content: "";
}
.fa-chess-board:before {
   content: "";
}
.fa-building-circle-check:before {
   content: "";
}
.fa-person-chalkboard:before {
   content: "";
}
.fa-mars-stroke-right:before {
   content: "";
}
.fa-mars-stroke-h:before {
   content: "";
}
.fa-hand-back-fist:before {
   content: "";
}
.fa-hand-rock:before {
   content: "";
}
.fa-square-caret-up:before {
   content: "";
}
.fa-caret-square-up:before {
   content: "";
}
.fa-cloud-showers-water:before {
   content: "";
}
.fa-chart-bar:before {
   content: "";
}
.fa-bar-chart:before {
   content: "";
}
.fa-hands-bubbles:before {
   content: "";
}
.fa-hands-wash:before {
   content: "";
}
.fa-less-than-equal:before {
   content: "";
}
.fa-train:before {
   content: "";
}
.fa-eye-low-vision:before {
   content: "";
}
.fa-low-vision:before {
   content: "";
}
.fa-crow:before {
   content: "";
}
.fa-sailboat:before {
   content: "";
}
.fa-window-restore:before {
   content: "";
}
.fa-square-plus:before {
   content: "";
}
.fa-plus-square:before {
   content: "";
}
.fa-torii-gate:before {
   content: "";
}
.fa-frog:before {
   content: "";
}
.fa-bucket:before {
   content: "";
}
.fa-image:before {
   content: "";
}
.fa-microphone:before {
   content: "";
}
.fa-cow:before {
   content: "";
}
.fa-caret-up:before {
   content: "";
}
.fa-screwdriver:before {
   content: "";
}
.fa-folder-closed:before {
   content: "";
}
.fa-house-tsunami:before {
   content: "";
}
.fa-square-nfi:before {
   content: "";
}
.fa-arrow-up-from-ground-water:before {
   content: "";
}
.fa-martini-glass:before {
   content: "";
}
.fa-glass-martini-alt:before {
   content: "";
}
.fa-rotate-left:before {
   content: "";
}
.fa-rotate-back:before {
   content: "";
}
.fa-rotate-backward:before {
   content: "";
}
.fa-undo-alt:before {
   content: "";
}
.fa-table-columns:before {
   content: "";
}
.fa-columns:before {
   content: "";
}
.fa-lemon:before {
   content: "";
}
.fa-head-side-mask:before {
   content: "";
}
.fa-handshake:before {
   content: "";
}
.fa-gem:before {
   content: "";
}
.fa-dolly:before {
   content: "";
}
.fa-dolly-box:before {
   content: "";
}
.fa-smoking:before {
   content: "";
}
.fa-minimize:before {
   content: "";
}
.fa-compress-arrows-alt:before {
   content: "";
}
.fa-monument:before {
   content: "";
}
.fa-snowplow:before {
   content: "";
}
.fa-angles-right:before {
   content: "";
}
.fa-angle-double-right:before {
   content: "";
}
.fa-cannabis:before {
   content: "";
}
.fa-circle-play:before {
   content: "";
}
.fa-play-circle:before {
   content: "";
}
.fa-tablets:before {
   content: "";
}
.fa-ethernet:before {
   content: "";
}
.fa-euro-sign:before {
   content: "";
}
.fa-eur:before {
   content: "";
}
.fa-euro:before {
   content: "";
}
.fa-chair:before {
   content: "";
}
.fa-circle-check:before {
   content: "";
}
.fa-check-circle:before {
   content: "";
}
.fa-circle-stop:before {
   content: "";
}
.fa-stop-circle:before {
   content: "";
}
.fa-compass-drafting:before {
   content: "";
}
.fa-drafting-compass:before {
   content: "";
}
.fa-plate-wheat:before {
   content: "";
}
.fa-icicles:before {
   content: "";
}
.fa-person-shelter:before {
   content: "";
}
.fa-neuter:before {
   content: "";
}
.fa-id-badge:before {
   content: "";
}
.fa-marker:before {
   content: "";
}
.fa-face-laugh-beam:before {
   content: "";
}
.fa-laugh-beam:before {
   content: "";
}
.fa-helicopter-symbol:before {
   content: "";
}
.fa-universal-access:before {
   content: "";
}
.fa-circle-chevron-up:before {
   content: "";
}
.fa-chevron-circle-up:before {
   content: "";
}
.fa-lari-sign:before {
   content: "";
}
.fa-volcano:before {
   content: "";
}
.fa-person-walking-dashed-line-arrow-right:before {
   content: "";
}
.fa-sterling-sign:before {
   content: "";
}
.fa-gbp:before {
   content: "";
}
.fa-pound-sign:before {
   content: "";
}
.fa-viruses:before {
   content: "";
}
.fa-square-person-confined:before {
   content: "";
}
.fa-user-tie:before {
   content: "";
}
.fa-arrow-down-long:before {
   content: "";
}
.fa-long-arrow-down:before {
   content: "";
}
.fa-tent-arrow-down-to-line:before {
   content: "";
}
.fa-certificate:before {
   content: "";
}
.fa-reply-all:before {
   content: "";
}
.fa-mail-reply-all:before {
   content: "";
}
.fa-suitcase:before {
   content: "";
}
.fa-person-skating:before {
   content: "";
}
.fa-skating:before {
   content: "";
}
.fa-filter-circle-dollar:before {
   content: "";
}
.fa-funnel-dollar:before {
   content: "";
}
.fa-camera-retro:before {
   content: "";
}
.fa-circle-arrow-down:before {
   content: "";
}
.fa-arrow-circle-down:before {
   content: "";
}
.fa-file-import:before {
   content: "";
}
.fa-arrow-right-to-file:before {
   content: "";
}
.fa-square-arrow-up-right:before {
   content: "";
}
.fa-external-link-square:before {
   content: "";
}
.fa-box-open:before {
   content: "";
}
.fa-scroll:before {
   content: "";
}
.fa-spa:before {
   content: "";
}
.fa-location-pin-lock:before {
   content: "";
}
.fa-pause:before {
   content: "";
}
.fa-hill-avalanche:before {
   content: "";
}
.fa-temperature-empty:before {
   content: "";
}
.fa-temperature-0:before {
   content: "";
}
.fa-thermometer-0:before {
   content: "";
}
.fa-thermometer-empty:before {
   content: "";
}
.fa-bomb:before {
   content: "";
}
.fa-registered:before {
   content: "";
}
.fa-address-card:before {
   content: "";
}
.fa-contact-card:before {
   content: "";
}
.fa-vcard:before {
   content: "";
}
.fa-scale-unbalanced-flip:before {
   content: "";
}
.fa-balance-scale-right:before {
   content: "";
}
.fa-subscript:before {
   content: "";
}
.fa-diamond-turn-right:before {
   content: "";
}
.fa-directions:before {
   content: "";
}
.fa-burst:before {
   content: "";
}
.fa-house-laptop:before {
   content: "";
}
.fa-laptop-house:before {
   content: "";
}
.fa-face-tired:before {
   content: "";
}
.fa-tired:before {
   content: "";
}
.fa-money-bills:before {
   content: "";
}
.fa-smog:before {
   content: "";
}
.fa-crutch:before {
   content: "";
}
.fa-cloud-arrow-up:before {
   content: "";
}
.fa-cloud-upload:before {
   content: "";
}
.fa-cloud-upload-alt:before {
   content: "";
}
.fa-palette:before {
   content: "";
}
.fa-arrows-turn-right:before {
   content: "";
}
.fa-vest:before {
   content: "";
}
.fa-ferry:before {
   content: "";
}
.fa-arrows-down-to-people:before {
   content: "";
}
.fa-seedling:before {
   content: "";
}
.fa-sprout:before {
   content: "";
}
.fa-left-right:before {
   content: "";
}
.fa-arrows-alt-h:before {
   content: "";
}
.fa-boxes-packing:before {
   content: "";
}
.fa-circle-arrow-left:before {
   content: "";
}
.fa-arrow-circle-left:before {
   content: "";
}
.fa-group-arrows-rotate:before {
   content: "";
}
.fa-bowl-food:before {
   content: "";
}
.fa-candy-cane:before {
   content: "";
}
.fa-arrow-down-wide-short:before {
   content: "";
}
.fa-sort-amount-asc:before {
   content: "";
}
.fa-sort-amount-down:before {
   content: "";
}
.fa-cloud-bolt:before {
   content: "";
}
.fa-thunderstorm:before {
   content: "";
}
.fa-text-slash:before {
   content: "";
}
.fa-remove-format:before {
   content: "";
}
.fa-face-smile-wink:before {
   content: "";
}
.fa-smile-wink:before {
   content: "";
}
.fa-file-word:before {
   content: "";
}
.fa-file-powerpoint:before {
   content: "";
}
.fa-arrows-left-right:before {
   content: "";
}
.fa-arrows-h:before {
   content: "";
}
.fa-house-lock:before {
   content: "";
}
.fa-cloud-arrow-down:before {
   content: "";
}
.fa-cloud-download:before {
   content: "";
}
.fa-cloud-download-alt:before {
   content: "";
}
.fa-children:before {
   content: "";
}
.fa-chalkboard:before {
   content: "";
}
.fa-blackboard:before {
   content: "";
}
.fa-user-large-slash:before {
   content: "";
}
.fa-user-alt-slash:before {
   content: "";
}
.fa-envelope-open:before {
   content: "";
}
.fa-handshake-simple-slash:before {
   content: "";
}
.fa-handshake-alt-slash:before {
   content: "";
}
.fa-mattress-pillow:before {
   content: "";
}
.fa-guarani-sign:before {
   content: "";
}
.fa-arrows-rotate:before {
   content: "";
}
.fa-refresh:before {
   content: "";
}
.fa-sync:before {
   content: "";
}
.fa-fire-extinguisher:before {
   content: "";
}
.fa-cruzeiro-sign:before {
   content: "";
}
.fa-greater-than-equal:before {
   content: "";
}
.fa-shield-halved:before {
   content: "";
}
.fa-shield-alt:before {
   content: "";
}
.fa-book-atlas:before {
   content: "";
}
.fa-atlas:before {
   content: "";
}
.fa-virus:before {
   content: "";
}
.fa-envelope-circle-check:before {
   content: "";
}
.fa-layer-group:before {
   content: "";
}
.fa-arrows-to-dot:before {
   content: "";
}
.fa-archway:before {
   content: "";
}
.fa-heart-circle-check:before {
   content: "";
}
.fa-house-chimney-crack:before {
   content: "";
}
.fa-house-damage:before {
   content: "";
}
.fa-file-zipper:before {
   content: "";
}
.fa-file-archive:before {
   content: "";
}
.fa-square:before {
   content: "";
}
.fa-martini-glass-empty:before {
   content: "";
}
.fa-glass-martini:before {
   content: "";
}
.fa-couch:before {
   content: "";
}
.fa-cedi-sign:before {
   content: "";
}
.fa-italic:before {
   content: "";
}
.fa-church:before {
   content: "";
}
.fa-comments-dollar:before {
   content: "";
}
.fa-democrat:before {
   content: "";
}
.fa-z:before {
   content: "Z";
}
.fa-person-skiing:before {
   content: "";
}
.fa-skiing:before {
   content: "";
}
.fa-road-lock:before {
   content: "";
}
.fa-a:before {
   content: "A";
}
.fa-temperature-arrow-down:before {
   content: "";
}
.fa-temperature-down:before {
   content: "";
}
.fa-feather-pointed:before {
   content: "";
}
.fa-feather-alt:before {
   content: "";
}
.fa-p:before {
   content: "P";
}
.fa-snowflake:before {
   content: "";
}
.fa-newspaper:before {
   content: "";
}
.fa-rectangle-ad:before {
   content: "";
}
.fa-ad:before {
   content: "";
}
.fa-circle-arrow-right:before {
   content: "";
}
.fa-arrow-circle-right:before {
   content: "";
}
.fa-filter-circle-xmark:before {
   content: "";
}
.fa-locust:before {
   content: "";
}
.fa-sort:before {
   content: "";
}
.fa-unsorted:before {
   content: "";
}
.fa-list-ol:before {
   content: "";
}
.fa-list-1-2:before {
   content: "";
}
.fa-list-numeric:before {
   content: "";
}
.fa-person-dress-burst:before {
   content: "";
}
.fa-money-check-dollar:before {
   content: "";
}
.fa-money-check-alt:before {
   content: "";
}
.fa-vector-square:before {
   content: "";
}
.fa-bread-slice:before {
   content: "";
}
.fa-language:before {
   content: "";
}
.fa-face-kiss-wink-heart:before {
   content: "";
}
.fa-kiss-wink-heart:before {
   content: "";
}
.fa-filter:before {
   content: "";
}
.fa-question:before {
   content: "?";
}
.fa-file-signature:before {
   content: "";
}
.fa-up-down-left-right:before {
   content: "";
}
.fa-arrows-alt:before {
   content: "";
}
.fa-house-chimney-user:before {
   content: "";
}
.fa-hand-holding-heart:before {
   content: "";
}
.fa-puzzle-piece:before {
   content: "";
}
.fa-money-check:before {
   content: "";
}
.fa-star-half-stroke:before {
   content: "";
}
.fa-star-half-alt:before {
   content: "";
}
.fa-code:before {
   content: "";
}
.fa-whiskey-glass:before {
   content: "";
}
.fa-glass-whiskey:before {
   content: "";
}
.fa-building-circle-exclamation:before {
   content: "";
}
.fa-magnifying-glass-chart:before {
   content: "";
}
.fa-arrow-up-right-from-square:before {
   content: "";
}
.fa-external-link:before {
   content: "";
}
.fa-cubes-stacked:before {
   content: "";
}
.fa-won-sign:before {
   content: "";
}
.fa-krw:before {
   content: "";
}
.fa-won:before {
   content: "";
}
.fa-virus-covid:before {
   content: "";
}
.fa-austral-sign:before {
   content: "";
}
.fa-f:before {
   content: "F";
}
.fa-leaf:before {
   content: "";
}
.fa-road:before {
   content: "";
}
.fa-taxi:before {
   content: "";
}
.fa-cab:before {
   content: "";
}
.fa-person-circle-plus:before {
   content: "";
}
.fa-chart-pie:before {
   content: "";
}
.fa-pie-chart:before {
   content: "";
}
.fa-bolt-lightning:before {
   content: "";
}
.fa-sack-xmark:before {
   content: "";
}
.fa-file-excel:before {
   content: "";
}
.fa-file-contract:before {
   content: "";
}
.fa-fish-fins:before {
   content: "";
}
.fa-building-flag:before {
   content: "";
}
.fa-face-grin-beam:before {
   content: "";
}
.fa-grin-beam:before {
   content: "";
}
.fa-object-ungroup:before {
   content: "";
}
.fa-poop:before {
   content: "";
}
.fa-location-pin:before {
   content: "";
}
.fa-map-marker:before {
   content: "";
}
.fa-kaaba:before {
   content: "";
}
.fa-toilet-paper:before {
   content: "";
}
.fa-helmet-safety:before {
   content: "";
}
.fa-hard-hat:before {
   content: "";
}
.fa-hat-hard:before {
   content: "";
}
.fa-eject:before {
   content: "";
}
.fa-circle-right:before {
   content: "";
}
.fa-arrow-alt-circle-right:before {
   content: "";
}
.fa-plane-circle-check:before {
   content: "";
}
.fa-face-rolling-eyes:before {
   content: "";
}
.fa-meh-rolling-eyes:before {
   content: "";
}
.fa-object-group:before {
   content: "";
}
.fa-chart-line:before {
   content: "";
}
.fa-line-chart:before {
   content: "";
}
.fa-mask-ventilator:before {
   content: "";
}
.fa-arrow-right:before {
   content: "";
}
.fa-signs-post:before {
   content: "";
}
.fa-map-signs:before {
   content: "";
}
.fa-cash-register:before {
   content: "";
}
.fa-person-circle-question:before {
   content: "";
}
.fa-h:before {
   content: "H";
}
.fa-tarp:before {
   content: "";
}
.fa-screwdriver-wrench:before {
   content: "";
}
.fa-tools:before {
   content: "";
}
.fa-arrows-to-eye:before {
   content: "";
}
.fa-plug-circle-bolt:before {
   content: "";
}
.fa-heart:before {
   content: "";
}
.fa-mars-and-venus:before {
   content: "";
}
.fa-house-user:before {
   content: "";
}
.fa-home-user:before {
   content: "";
}
.fa-dumpster-fire:before {
   content: "";
}
.fa-house-crack:before {
   content: "";
}
.fa-martini-glass-citrus:before {
   content: "";
}
.fa-cocktail:before {
   content: "";
}
.fa-face-surprise:before {
   content: "";
}
.fa-surprise:before {
   content: "";
}
.fa-bottle-water:before {
   content: "";
}
.fa-circle-pause:before {
   content: "";
}
.fa-pause-circle:before {
   content: "";
}
.fa-toilet-paper-slash:before {
   content: "";
}
.fa-apple-whole:before {
   content: "";
}
.fa-apple-alt:before {
   content: "";
}
.fa-kitchen-set:before {
   content: "";
}
.fa-r:before {
   content: "R";
}
.fa-temperature-quarter:before {
   content: "";
}
.fa-temperature-1:before {
   content: "";
}
.fa-thermometer-1:before {
   content: "";
}
.fa-thermometer-quarter:before {
   content: "";
}
.fa-cube:before {
   content: "";
}
.fa-bitcoin-sign:before {
   content: "";
}
.fa-shield-dog:before {
   content: "";
}
.fa-solar-panel:before {
   content: "";
}
.fa-lock-open:before {
   content: "";
}
.fa-elevator:before {
   content: "";
}
.fa-money-bill-transfer:before {
   content: "";
}
.fa-money-bill-trend-up:before {
   content: "";
}
.fa-house-flood-water-circle-arrow-right:before {
   content: "";
}
.fa-square-poll-horizontal:before {
   content: "";
}
.fa-poll-h:before {
   content: "";
}
.fa-circle:before {
   content: "";
}
.fa-backward-fast:before {
   content: "";
}
.fa-fast-backward:before {
   content: "";
}
.fa-recycle:before {
   content: "";
}
.fa-user-astronaut:before {
   content: "";
}
.fa-plane-slash:before {
   content: "";
}
.fa-trademark:before {
   content: "";
}
.fa-basketball:before {
   content: "";
}
.fa-basketball-ball:before {
   content: "";
}
.fa-satellite-dish:before {
   content: "";
}
.fa-circle-up:before {
   content: "";
}
.fa-arrow-alt-circle-up:before {
   content: "";
}
.fa-mobile-screen-button:before {
   content: "";
}
.fa-mobile-alt:before {
   content: "";
}
.fa-volume-high:before {
   content: "";
}
.fa-volume-up:before {
   content: "";
}
.fa-users-rays:before {
   content: "";
}
.fa-wallet:before {
   content: "";
}
.fa-clipboard-check:before {
   content: "";
}
.fa-file-audio:before {
   content: "";
}
.fa-burger:before {
   content: "";
}
.fa-hamburger:before {
   content: "";
}
.fa-wrench:before {
   content: "";
}
.fa-bugs:before {
   content: "";
}
.fa-rupee-sign:before {
   content: "";
}
.fa-rupee:before {
   content: "";
}
.fa-file-image:before {
   content: "";
}
.fa-circle-question:before {
   content: "";
}
.fa-question-circle:before {
   content: "";
}
.fa-plane-departure:before {
   content: "";
}
.fa-handshake-slash:before {
   content: "";
}
.fa-book-bookmark:before {
   content: "";
}
.fa-code-branch:before {
   content: "";
}
.fa-hat-cowboy:before {
   content: "";
}
.fa-bridge:before {
   content: "";
}
.fa-phone-flip:before {
   content: "";
}
.fa-phone-alt:before {
   content: "";
}
.fa-truck-front:before {
   content: "";
}
.fa-cat:before {
   content: "";
}
.fa-anchor-circle-exclamation:before {
   content: "";
}
.fa-truck-field:before {
   content: "";
}
.fa-route:before {
   content: "";
}
.fa-clipboard-question:before {
   content: "";
}
.fa-panorama:before {
   content: "";
}
.fa-comment-medical:before {
   content: "";
}
.fa-teeth-open:before {
   content: "";
}
.fa-file-circle-minus:before {
   content: "";
}
.fa-tags:before {
   content: "";
}
.fa-wine-glass:before {
   content: "";
}
.fa-forward-fast:before {
   content: "";
}
.fa-fast-forward:before {
   content: "";
}
.fa-face-meh-blank:before {
   content: "";
}
.fa-meh-blank:before {
   content: "";
}
.fa-square-parking:before {
   content: "";
}
.fa-parking:before {
   content: "";
}
.fa-house-signal:before {
   content: "";
}
.fa-bars-progress:before {
   content: "";
}
.fa-tasks-alt:before {
   content: "";
}
.fa-faucet-drip:before {
   content: "";
}
.fa-cart-flatbed:before {
   content: "";
}
.fa-dolly-flatbed:before {
   content: "";
}
.fa-ban-smoking:before {
   content: "";
}
.fa-smoking-ban:before {
   content: "";
}
.fa-terminal:before {
   content: "";
}
.fa-mobile-button:before {
   content: "";
}
.fa-house-medical-flag:before {
   content: "";
}
.fa-basket-shopping:before {
   content: "";
}
.fa-shopping-basket:before {
   content: "";
}
.fa-tape:before {
   content: "";
}
.fa-bus-simple:before {
   content: "";
}
.fa-bus-alt:before {
   content: "";
}
.fa-eye:before {
   content: "";
}
.fa-face-sad-cry:before {
   content: "";
}
.fa-sad-cry:before {
   content: "";
}
.fa-audio-description:before {
   content: "";
}
.fa-person-military-to-person:before {
   content: "";
}
.fa-file-shield:before {
   content: "";
}
.fa-user-slash:before {
   content: "";
}
.fa-pen:before {
   content: "";
}
.fa-tower-observation:before {
   content: "";
}
.fa-file-code:before {
   content: "";
}
.fa-signal:before {
   content: "";
}
.fa-signal-5:before {
   content: "";
}
.fa-signal-perfect:before {
   content: "";
}
.fa-bus:before {
   content: "";
}
.fa-heart-circle-xmark:before {
   content: "";
}
.fa-house-chimney:before {
   content: "";
}
.fa-home-lg:before {
   content: "";
}
.fa-window-maximize:before {
   content: "";
}
.fa-face-frown:before {
   content: "";
}
.fa-frown:before {
   content: "";
}
.fa-prescription:before {
   content: "";
}
.fa-shop:before {
   content: "";
}
.fa-store-alt:before {
   content: "";
}
.fa-floppy-disk:before {
   content: "";
}
.fa-save:before {
   content: "";
}
.fa-vihara:before {
   content: "";
}
.fa-scale-unbalanced:before {
   content: "";
}
.fa-balance-scale-left:before {
   content: "";
}
.fa-sort-up:before {
   content: "";
}
.fa-sort-asc:before {
   content: "";
}
.fa-comment-dots:before {
   content: "";
}
.fa-commenting:before {
   content: "";
}
.fa-plant-wilt:before {
   content: "";
}
.fa-diamond:before {
   content: "";
}
.fa-face-grin-squint:before {
   content: "";
}
.fa-grin-squint:before {
   content: "";
}
.fa-hand-holding-dollar:before {
   content: "";
}
.fa-hand-holding-usd:before {
   content: "";
}
.fa-bacterium:before {
   content: "";
}
.fa-hand-pointer:before {
   content: "";
}
.fa-drum-steelpan:before {
   content: "";
}
.fa-hand-scissors:before {
   content: "";
}
.fa-hands-praying:before {
   content: "";
}
.fa-praying-hands:before {
   content: "";
}
.fa-arrow-rotate-right:before {
   content: "";
}
.fa-arrow-right-rotate:before {
   content: "";
}
.fa-arrow-rotate-forward:before {
   content: "";
}
.fa-redo:before {
   content: "";
}
.fa-biohazard:before {
   content: "";
}
.fa-location-crosshairs:before {
   content: "";
}
.fa-location:before {
   content: "";
}
.fa-mars-double:before {
   content: "";
}
.fa-child-dress:before {
   content: "";
}
.fa-users-between-lines:before {
   content: "";
}
.fa-lungs-virus:before {
   content: "";
}
.fa-face-grin-tears:before {
   content: "";
}
.fa-grin-tears:before {
   content: "";
}
.fa-phone:before {
   content: "";
}
.fa-calendar-xmark:before {
   content: "";
}
.fa-calendar-times:before {
   content: "";
}
.fa-child-reaching:before {
   content: "";
}
.fa-head-side-virus:before {
   content: "";
}
.fa-user-gear:before {
   content: "";
}
.fa-user-cog:before {
   content: "";
}
.fa-arrow-up-1-9:before {
   content: "";
}
.fa-sort-numeric-up:before {
   content: "";
}
.fa-door-closed:before {
   content: "";
}
.fa-shield-virus:before {
   content: "";
}
.fa-dice-six:before {
   content: "";
}
.fa-mosquito-net:before {
   content: "";
}
.fa-bridge-water:before {
   content: "";
}
.fa-person-booth:before {
   content: "";
}
.fa-text-width:before {
   content: "";
}
.fa-hat-wizard:before {
   content: "";
}
.fa-pen-fancy:before {
   content: "";
}
.fa-person-digging:before {
   content: "";
}
.fa-digging:before {
   content: "";
}
.fa-trash:before {
   content: "";
}
.fa-gauge-simple:before {
   content: "";
}
.fa-gauge-simple-med:before {
   content: "";
}
.fa-tachometer-average:before {
   content: "";
}
.fa-book-medical:before {
   content: "";
}
.fa-poo:before {
   content: "";
}
.fa-quote-right:before {
   content: "";
}
.fa-quote-right-alt:before {
   content: "";
}
.fa-shirt:before {
   content: "";
}
.fa-t-shirt:before {
   content: "";
}
.fa-tshirt:before {
   content: "";
}
.fa-cubes:before {
   content: "";
}
.fa-divide:before {
   content: "";
}
.fa-tenge-sign:before {
   content: "";
}
.fa-tenge:before {
   content: "";
}
.fa-headphones:before {
   content: "";
}
.fa-hands-holding:before {
   content: "";
}
.fa-hands-clapping:before {
   content: "";
}
.fa-republican:before {
   content: "";
}
.fa-arrow-left:before {
   content: "";
}
.fa-person-circle-xmark:before {
   content: "";
}
.fa-ruler:before {
   content: "";
}
.fa-align-left:before {
   content: "";
}
.fa-dice-d6:before {
   content: "";
}
.fa-restroom:before {
   content: "";
}
.fa-j:before {
   content: "J";
}
.fa-users-viewfinder:before {
   content: "";
}
.fa-file-video:before {
   content: "";
}
.fa-up-right-from-square:before {
   content: "";
}
.fa-external-link-alt:before {
   content: "";
}
.fa-table-cells:before {
   content: "";
}
.fa-th:before {
   content: "";
}
.fa-file-pdf:before {
   content: "";
}
.fa-book-bible:before {
   content: "";
}
.fa-bible:before {
   content: "";
}
.fa-o:before {
   content: "O";
}
.fa-suitcase-medical:before {
   content: "";
}
.fa-medkit:before {
   content: "";
}
.fa-user-secret:before {
   content: "";
}
.fa-otter:before {
   content: "";
}
.fa-person-dress:before {
   content: "";
}
.fa-female:before {
   content: "";
}
.fa-comment-dollar:before {
   content: "";
}
.fa-business-time:before {
   content: "";
}
.fa-briefcase-clock:before {
   content: "";
}
.fa-table-cells-large:before {
   content: "";
}
.fa-th-large:before {
   content: "";
}
.fa-book-tanakh:before {
   content: "";
}
.fa-tanakh:before {
   content: "";
}
.fa-phone-volume:before {
   content: "";
}
.fa-volume-control-phone:before {
   content: "";
}
.fa-hat-cowboy-side:before {
   content: "";
}
.fa-clipboard-user:before {
   content: "";
}
.fa-child:before {
   content: "";
}
.fa-lira-sign:before {
   content: "";
}
.fa-satellite:before {
   content: "";
}
.fa-plane-lock:before {
   content: "";
}
.fa-tag:before {
   content: "";
}
.fa-comment:before {
   content: "";
}
.fa-cake-candles:before {
   content: "";
}
.fa-birthday-cake:before {
   content: "";
}
.fa-cake:before {
   content: "";
}
.fa-envelope:before {
   content: "";
}
.fa-angles-up:before {
   content: "";
}
.fa-angle-double-up:before {
   content: "";
}
.fa-paperclip:before {
   content: "";
}
.fa-arrow-right-to-city:before {
   content: "";
}
.fa-ribbon:before {
   content: "";
}
.fa-lungs:before {
   content: "";
}
.fa-arrow-up-9-1:before {
   content: "";
}
.fa-sort-numeric-up-alt:before {
   content: "";
}
.fa-litecoin-sign:before {
   content: "";
}
.fa-border-none:before {
   content: "";
}
.fa-circle-nodes:before {
   content: "";
}
.fa-parachute-box:before {
   content: "";
}
.fa-indent:before {
   content: "";
}
.fa-truck-field-un:before {
   content: "";
}
.fa-hourglass:before {
   content: "";
}
.fa-hourglass-empty:before {
   content: "";
}
.fa-mountain:before {
   content: "";
}
.fa-user-doctor:before {
   content: "";
}
.fa-user-md:before {
   content: "";
}
.fa-circle-info:before {
   content: "";
}
.fa-info-circle:before {
   content: "";
}
.fa-cloud-meatball:before {
   content: "";
}
.fa-camera:before {
   content: "";
}
.fa-camera-alt:before {
   content: "";
}
.fa-square-virus:before {
   content: "";
}
.fa-meteor:before {
   content: "";
}
.fa-car-on:before {
   content: "";
}
.fa-sleigh:before {
   content: "";
}
.fa-arrow-down-1-9:before {
   content: "";
}
.fa-sort-numeric-asc:before {
   content: "";
}
.fa-sort-numeric-down:before {
   content: "";
}
.fa-hand-holding-droplet:before {
   content: "";
}
.fa-hand-holding-water:before {
   content: "";
}
.fa-water:before {
   content: "";
}
.fa-calendar-check:before {
   content: "";
}
.fa-braille:before {
   content: "";
}
.fa-prescription-bottle-medical:before {
   content: "";
}
.fa-prescription-bottle-alt:before {
   content: "";
}
.fa-landmark:before {
   content: "";
}
.fa-truck:before {
   content: "";
}
.fa-crosshairs:before {
   content: "";
}
.fa-person-cane:before {
   content: "";
}
.fa-tent:before {
   content: "";
}
.fa-vest-patches:before {
   content: "";
}
.fa-check-double:before {
   content: "";
}
.fa-arrow-down-a-z:before {
   content: "";
}
.fa-sort-alpha-asc:before {
   content: "";
}
.fa-sort-alpha-down:before {
   content: "";
}
.fa-money-bill-wheat:before {
   content: "";
}
.fa-cookie:before {
   content: "";
}
.fa-arrow-rotate-left:before {
   content: "";
}
.fa-arrow-left-rotate:before {
   content: "";
}
.fa-arrow-rotate-back:before {
   content: "";
}
.fa-arrow-rotate-backward:before {
   content: "";
}
.fa-undo:before {
   content: "";
}
.fa-hard-drive:before {
   content: "";
}
.fa-hdd:before {
   content: "";
}
.fa-face-grin-squint-tears:before {
   content: "";
}
.fa-grin-squint-tears:before {
   content: "";
}
.fa-dumbbell:before {
   content: "";
}
.fa-rectangle-list:before {
   content: "";
}
.fa-list-alt:before {
   content: "";
}
.fa-tarp-droplet:before {
   content: "";
}
.fa-house-medical-circle-check:before {
   content: "";
}
.fa-person-skiing-nordic:before {
   content: "";
}
.fa-skiing-nordic:before {
   content: "";
}
.fa-calendar-plus:before {
   content: "";
}
.fa-plane-arrival:before {
   content: "";
}
.fa-circle-left:before {
   content: "";
}
.fa-arrow-alt-circle-left:before {
   content: "";
}
.fa-train-subway:before {
   content: "";
}
.fa-subway:before {
   content: "";
}
.fa-chart-gantt:before {
   content: "";
}
.fa-indian-rupee-sign:before {
   content: "";
}
.fa-indian-rupee:before {
   content: "";
}
.fa-inr:before {
   content: "";
}
.fa-crop-simple:before {
   content: "";
}
.fa-crop-alt:before {
   content: "";
}
.fa-money-bill-1:before {
   content: "";
}
.fa-money-bill-alt:before {
   content: "";
}
.fa-left-long:before {
   content: "";
}
.fa-long-arrow-alt-left:before {
   content: "";
}
.fa-dna:before {
   content: "";
}
.fa-virus-slash:before {
   content: "";
}
.fa-minus:before {
   content: "";
}
.fa-subtract:before {
   content: "";
}
.fa-chess:before {
   content: "";
}
.fa-arrow-left-long:before {
   content: "";
}
.fa-long-arrow-left:before {
   content: "";
}
.fa-plug-circle-check:before {
   content: "";
}
.fa-street-view:before {
   content: "";
}
.fa-franc-sign:before {
   content: "";
}
.fa-volume-off:before {
   content: "";
}
.fa-hands-asl-interpreting:before {
   content: "";
}
.fa-american-sign-language-interpreting:before {
   content: "";
}
.fa-asl-interpreting:before {
   content: "";
}
.fa-hands-american-sign-language-interpreting:before {
   content: "";
}
.fa-gear:before {
   content: "";
}
.fa-cog:before {
   content: "";
}
.fa-droplet-slash:before {
   content: "";
}
.fa-tint-slash:before {
   content: "";
}
.fa-mosque:before {
   content: "";
}
.fa-mosquito:before {
   content: "";
}
.fa-star-of-david:before {
   content: "";
}
.fa-person-military-rifle:before {
   content: "";
}
.fa-cart-shopping:before {
   content: "";
}
.fa-shopping-cart:before {
   content: "";
}
.fa-vials:before {
   content: "";
}
.fa-plug-circle-plus:before {
   content: "";
}
.fa-place-of-worship:before {
   content: "";
}
.fa-grip-vertical:before {
   content: "";
}
.fa-arrow-turn-up:before {
   content: "";
}
.fa-level-up:before {
   content: "";
}
.fa-u:before {
   content: "U";
}
.fa-square-root-variable:before {
   content: "";
}
.fa-square-root-alt:before {
   content: "";
}
.fa-clock:before {
   content: "";
}
.fa-clock-four:before {
   content: "";
}
.fa-backward-step:before {
   content: "";
}
.fa-step-backward:before {
   content: "";
}
.fa-pallet:before {
   content: "";
}
.fa-faucet:before {
   content: "";
}
.fa-baseball-bat-ball:before {
   content: "";
}
.fa-s:before {
   content: "S";
}
.fa-timeline:before {
   content: "";
}
.fa-keyboard:before {
   content: "";
}
.fa-caret-down:before {
   content: "";
}
.fa-house-chimney-medical:before {
   content: "";
}
.fa-clinic-medical:before {
   content: "";
}
.fa-temperature-three-quarters:before {
   content: "";
}
.fa-temperature-3:before {
   content: "";
}
.fa-thermometer-3:before {
   content: "";
}
.fa-thermometer-three-quarters:before {
   content: "";
}
.fa-mobile-screen:before {
   content: "";
}
.fa-mobile-android-alt:before {
   content: "";
}
.fa-plane-up:before {
   content: "";
}
.fa-piggy-bank:before {
   content: "";
}
.fa-battery-half:before {
   content: "";
}
.fa-battery-3:before {
   content: "";
}
.fa-mountain-city:before {
   content: "";
}
.fa-coins:before {
   content: "";
}
.fa-khanda:before {
   content: "";
}
.fa-sliders:before {
   content: "";
}
.fa-sliders-h:before {
   content: "";
}
.fa-folder-tree:before {
   content: "";
}
.fa-network-wired:before {
   content: "";
}
.fa-map-pin:before {
   content: "";
}
.fa-hamsa:before {
   content: "";
}
.fa-cent-sign:before {
   content: "";
}
.fa-flask:before {
   content: "";
}
.fa-person-pregnant:before {
   content: "";
}
.fa-wand-sparkles:before {
   content: "";
}
.fa-ellipsis-vertical:before {
   content: "";
}
.fa-ellipsis-v:before {
   content: "";
}
.fa-ticket:before {
   content: "";
}
.fa-power-off:before {
   content: "";
}
.fa-right-long:before {
   content: "";
}
.fa-long-arrow-alt-right:before {
   content: "";
}
.fa-flag-usa:before {
   content: "";
}
.fa-laptop-file:before {
   content: "";
}
.fa-tty:before {
   content: "";
}
.fa-teletype:before {
   content: "";
}
.fa-diagram-next:before {
   content: "";
}
.fa-person-rifle:before {
   content: "";
}
.fa-house-medical-circle-exclamation:before {
   content: "";
}
.fa-closed-captioning:before {
   content: "";
}
.fa-person-hiking:before {
   content: "";
}
.fa-hiking:before {
   content: "";
}
.fa-venus-double:before {
   content: "";
}
.fa-images:before {
   content: "";
}
.fa-calculator:before {
   content: "";
}
.fa-people-pulling:before {
   content: "";
}
.fa-n:before {
   content: "N";
}
.fa-cable-car:before {
   content: "";
}
.fa-tram:before {
   content: "";
}
.fa-cloud-rain:before {
   content: "";
}
.fa-building-circle-xmark:before {
   content: "";
}
.fa-ship:before {
   content: "";
}
.fa-arrows-down-to-line:before {
   content: "";
}
.fa-download:before {
   content: "";
}
.fa-face-grin:before {
   content: "";
}
.fa-grin:before {
   content: "";
}
.fa-delete-left:before {
   content: "";
}
.fa-backspace:before {
   content: "";
}
.fa-eye-dropper:before {
   content: "";
}
.fa-eye-dropper-empty:before {
   content: "";
}
.fa-eyedropper:before {
   content: "";
}
.fa-file-circle-check:before {
   content: "";
}
.fa-forward:before {
   content: "";
}
.fa-mobile:before {
   content: "";
}
.fa-mobile-android:before {
   content: "";
}
.fa-mobile-phone:before {
   content: "";
}
.fa-face-meh:before {
   content: "";
}
.fa-meh:before {
   content: "";
}
.fa-align-center:before {
   content: "";
}
.fa-book-skull:before {
   content: "";
}
.fa-book-dead:before {
   content: "";
}
.fa-id-card:before {
   content: "";
}
.fa-drivers-license:before {
   content: "";
}
.fa-outdent:before {
   content: "";
}
.fa-dedent:before {
   content: "";
}
.fa-heart-circle-exclamation:before {
   content: "";
}
.fa-house:before {
   content: "";
}
.fa-home:before {
   content: "";
}
.fa-home-alt:before {
   content: "";
}
.fa-home-lg-alt:before {
   content: "";
}
.fa-calendar-week:before {
   content: "";
}
.fa-laptop-medical:before {
   content: "";
}
.fa-b:before {
   content: "B";
}
.fa-file-medical:before {
   content: "";
}
.fa-dice-one:before {
   content: "";
}
.fa-kiwi-bird:before {
   content: "";
}
.fa-arrow-right-arrow-left:before {
   content: "";
}
.fa-exchange:before {
   content: "";
}
.fa-rotate-right:before {
   content: "";
}
.fa-redo-alt:before {
   content: "";
}
.fa-rotate-forward:before {
   content: "";
}
.fa-utensils:before {
   content: "";
}
.fa-cutlery:before {
   content: "";
}
.fa-arrow-up-wide-short:before {
   content: "";
}
.fa-sort-amount-up:before {
   content: "";
}
.fa-mill-sign:before {
   content: "";
}
.fa-bowl-rice:before {
   content: "";
}
.fa-skull:before {
   content: "";
}
.fa-tower-broadcast:before {
   content: "";
}
.fa-broadcast-tower:before {
   content: "";
}
.fa-truck-pickup:before {
   content: "";
}
.fa-up-long:before {
   content: "";
}
.fa-long-arrow-alt-up:before {
   content: "";
}
.fa-stop:before {
   content: "";
}
.fa-code-merge:before {
   content: "";
}
.fa-upload:before {
   content: "";
}
.fa-hurricane:before {
   content: "";
}
.fa-mound:before {
   content: "";
}
.fa-toilet-portable:before {
   content: "";
}
.fa-compact-disc:before {
   content: "";
}
.fa-file-arrow-down:before {
   content: "";
}
.fa-file-download:before {
   content: "";
}
.fa-caravan:before {
   content: "";
}
.fa-shield-cat:before {
   content: "";
}
.fa-bolt:before {
   content: "";
}
.fa-zap:before {
   content: "";
}
.fa-glass-water:before {
   content: "";
}
.fa-oil-well:before {
   content: "";
}
.fa-vault:before {
   content: "";
}
.fa-mars:before {
   content: "";
}
.fa-toilet:before {
   content: "";
}
.fa-plane-circle-xmark:before {
   content: "";
}
.fa-yen-sign:before {
   content: "";
}
.fa-cny:before {
   content: "";
}
.fa-jpy:before {
   content: "";
}
.fa-rmb:before {
   content: "";
}
.fa-yen:before {
   content: "";
}
.fa-ruble-sign:before {
   content: "";
}
.fa-rouble:before {
   content: "";
}
.fa-rub:before {
   content: "";
}
.fa-ruble:before {
   content: "";
}
.fa-sun:before {
   content: "";
}
.fa-guitar:before {
   content: "";
}
.fa-face-laugh-wink:before {
   content: "";
}
.fa-laugh-wink:before {
   content: "";
}
.fa-horse-head:before {
   content: "";
}
.fa-bore-hole:before {
   content: "";
}
.fa-industry:before {
   content: "";
}
.fa-circle-down:before {
   content: "";
}
.fa-arrow-alt-circle-down:before {
   content: "";
}
.fa-arrows-turn-to-dots:before {
   content: "";
}
.fa-florin-sign:before {
   content: "";
}
.fa-arrow-down-short-wide:before {
   content: "";
}
.fa-sort-amount-desc:before {
   content: "";
}
.fa-sort-amount-down-alt:before {
   content: "";
}
.fa-less-than:before {
   content: "<";
}
.fa-angle-down:before {
   content: "";
}
.fa-car-tunnel:before {
   content: "";
}
.fa-head-side-cough:before {
   content: "";
}
.fa-grip-lines:before {
   content: "";
}
.fa-thumbs-down:before {
   content: "";
}
.fa-user-lock:before {
   content: "";
}
.fa-arrow-right-long:before {
   content: "";
}
.fa-long-arrow-right:before {
   content: "";
}
.fa-anchor-circle-xmark:before {
   content: "";
}
.fa-ellipsis:before {
   content: "";
}
.fa-ellipsis-h:before {
   content: "";
}
.fa-chess-pawn:before {
   content: "";
}
.fa-kit-medical:before {
   content: "";
}
.fa-first-aid:before {
   content: "";
}
.fa-person-through-window:before {
   content: "";
}
.fa-toolbox:before {
   content: "";
}
.fa-hands-holding-circle:before {
   content: "";
}
.fa-bug:before {
   content: "";
}
.fa-credit-card:before {
   content: "";
}
.fa-credit-card-alt:before {
   content: "";
}
.fa-car:before {
   content: "";
}
.fa-automobile:before {
   content: "";
}
.fa-hand-holding-hand:before {
   content: "";
}
.fa-book-open-reader:before {
   content: "";
}
.fa-book-reader:before {
   content: "";
}
.fa-mountain-sun:before {
   content: "";
}
.fa-arrows-left-right-to-line:before {
   content: "";
}
.fa-dice-d20:before {
   content: "";
}
.fa-truck-droplet:before {
   content: "";
}
.fa-file-circle-xmark:before {
   content: "";
}
.fa-temperature-arrow-up:before {
   content: "";
}
.fa-temperature-up:before {
   content: "";
}
.fa-medal:before {
   content: "";
}
.fa-bed:before {
   content: "";
}
.fa-square-h:before {
   content: "";
}
.fa-h-square:before {
   content: "";
}
.fa-podcast:before {
   content: "";
}
.fa-temperature-full:before {
   content: "";
}
.fa-temperature-4:before {
   content: "";
}
.fa-thermometer-4:before {
   content: "";
}
.fa-thermometer-full:before {
   content: "";
}
.fa-bell:before {
   content: "";
}
.fa-superscript:before {
   content: "";
}
.fa-plug-circle-xmark:before {
   content: "";
}
.fa-star-of-life:before {
   content: "";
}
.fa-phone-slash:before {
   content: "";
}
.fa-paint-roller:before {
   content: "";
}
.fa-handshake-angle:before {
   content: "";
}
.fa-hands-helping:before {
   content: "";
}
.fa-location-dot:before {
   content: "";
}
.fa-map-marker-alt:before {
   content: "";
}
.fa-file:before {
   content: "";
}
.fa-greater-than:before {
   content: ">";
}
.fa-person-swimming:before {
   content: "";
}
.fa-swimmer:before {
   content: "";
}
.fa-arrow-down:before {
   content: "";
}
.fa-droplet:before {
   content: "";
}
.fa-tint:before {
   content: "";
}
.fa-eraser:before {
   content: "";
}
.fa-earth-americas:before {
   content: "";
}
.fa-earth:before {
   content: "";
}
.fa-earth-america:before {
   content: "";
}
.fa-globe-americas:before {
   content: "";
}
.fa-person-burst:before {
   content: "";
}
.fa-dove:before {
   content: "";
}
.fa-battery-empty:before {
   content: "";
}
.fa-battery-0:before {
   content: "";
}
.fa-socks:before {
   content: "";
}
.fa-inbox:before {
   content: "";
}
.fa-section:before {
   content: "";
}
.fa-gauge-high:before {
   content: "";
}
.fa-tachometer-alt:before {
   content: "";
}
.fa-tachometer-alt-fast:before {
   content: "";
}
.fa-envelope-open-text:before {
   content: "";
}
.fa-hospital:before {
   content: "";
}
.fa-hospital-alt:before {
   content: "";
}
.fa-hospital-wide:before {
   content: "";
}
.fa-wine-bottle:before {
   content: "";
}
.fa-chess-rook:before {
   content: "";
}
.fa-bars-staggered:before {
   content: "";
}
.fa-reorder:before {
   content: "";
}
.fa-stream:before {
   content: "";
}
.fa-dharmachakra:before {
   content: "";
}
.fa-hotdog:before {
   content: "";
}
.fa-person-walking-with-cane:before {
   content: "";
}
.fa-blind:before {
   content: "";
}
.fa-drum:before {
   content: "";
}
.fa-ice-cream:before {
   content: "";
}
.fa-heart-circle-bolt:before {
   content: "";
}
.fa-fax:before {
   content: "";
}
.fa-paragraph:before {
   content: "";
}
.fa-check-to-slot:before {
   content: "";
}
.fa-vote-yea:before {
   content: "";
}
.fa-star-half:before {
   content: "";
}
.fa-boxes-stacked:before {
   content: "";
}
.fa-boxes:before {
   content: "";
}
.fa-boxes-alt:before {
   content: "";
}
.fa-link:before {
   content: "";
}
.fa-chain:before {
   content: "";
}
.fa-ear-listen:before {
   content: "";
}
.fa-assistive-listening-systems:before {
   content: "";
}
.fa-tree-city:before {
   content: "";
}
.fa-play:before {
   content: "";
}
.fa-font:before {
   content: "";
}
.fa-rupiah-sign:before {
   content: "";
}
.fa-magnifying-glass:before {
   content: "";
}
.fa-search:before {
   content: "";
}
.fa-table-tennis-paddle-ball:before {
   content: "";
}
.fa-ping-pong-paddle-ball:before {
   content: "";
}
.fa-table-tennis:before {
   content: "";
}
.fa-person-dots-from-line:before {
   content: "";
}
.fa-diagnoses:before {
   content: "";
}
.fa-trash-can-arrow-up:before {
   content: "";
}
.fa-trash-restore-alt:before {
   content: "";
}
.fa-naira-sign:before {
   content: "";
}
.fa-cart-arrow-down:before {
   content: "";
}
.fa-walkie-talkie:before {
   content: "";
}
.fa-file-pen:before {
   content: "";
}
.fa-file-edit:before {
   content: "";
}
.fa-receipt:before {
   content: "";
}
.fa-square-pen:before {
   content: "";
}
.fa-pen-square:before {
   content: "";
}
.fa-pencil-square:before {
   content: "";
}
.fa-suitcase-rolling:before {
   content: "";
}
.fa-person-circle-exclamation:before {
   content: "";
}
.fa-chevron-down:before {
   content: "";
}
.fa-battery-full:before {
   content: "";
}
.fa-battery:before {
   content: "";
}
.fa-battery-5:before {
   content: "";
}
.fa-skull-crossbones:before {
   content: "";
}
.fa-code-compare:before {
   content: "";
}
.fa-list-ul:before {
   content: "";
}
.fa-list-dots:before {
   content: "";
}
.fa-school-lock:before {
   content: "";
}
.fa-tower-cell:before {
   content: "";
}
.fa-down-long:before {
   content: "";
}
.fa-long-arrow-alt-down:before {
   content: "";
}
.fa-ranking-star:before {
   content: "";
}
.fa-chess-king:before {
   content: "";
}
.fa-person-harassing:before {
   content: "";
}
.fa-brazilian-real-sign:before {
   content: "";
}
.fa-landmark-dome:before {
   content: "";
}
.fa-landmark-alt:before {
   content: "";
}
.fa-arrow-up:before {
   content: "";
}
.fa-tv:before {
   content: "";
}
.fa-television:before {
   content: "";
}
.fa-tv-alt:before {
   content: "";
}
.fa-shrimp:before {
   content: "";
}
.fa-list-check:before {
   content: "";
}
.fa-tasks:before {
   content: "";
}
.fa-jug-detergent:before {
   content: "";
}
.fa-circle-user:before {
   content: "";
}
.fa-user-circle:before {
   content: "";
}
.fa-user-shield:before {
   content: "";
}
.fa-wind:before {
   content: "";
}
.fa-car-burst:before {
   content: "";
}
.fa-car-crash:before {
   content: "";
}
.fa-y:before {
   content: "Y";
}
.fa-person-snowboarding:before {
   content: "";
}
.fa-snowboarding:before {
   content: "";
}
.fa-truck-fast:before {
   content: "";
}
.fa-shipping-fast:before {
   content: "";
}
.fa-fish:before {
   content: "";
}
.fa-user-graduate:before {
   content: "";
}
.fa-circle-half-stroke:before {
   content: "";
}
.fa-adjust:before {
   content: "";
}
.fa-clapperboard:before {
   content: "";
}
.fa-circle-radiation:before {
   content: "";
}
.fa-radiation-alt:before {
   content: "";
}
.fa-baseball:before {
   content: "";
}
.fa-baseball-ball:before {
   content: "";
}
.fa-jet-fighter-up:before {
   content: "";
}
.fa-diagram-project:before {
   content: "";
}
.fa-project-diagram:before {
   content: "";
}
.fa-copy:before {
   content: "";
}
.fa-volume-xmark:before {
   content: "";
}
.fa-volume-mute:before {
   content: "";
}
.fa-volume-times:before {
   content: "";
}
.fa-hand-sparkles:before {
   content: "";
}
.fa-grip:before {
   content: "";
}
.fa-grip-horizontal:before {
   content: "";
}
.fa-share-from-square:before {
   content: "";
}
.fa-share-square:before {
   content: "";
}
.fa-child-combatant:before {
   content: "";
}
.fa-child-rifle:before {
   content: "";
}
.fa-gun:before {
   content: "";
}
.fa-square-phone:before {
   content: "";
}
.fa-phone-square:before {
   content: "";
}
.fa-plus:before {
   content: "+";
}
.fa-add:before {
   content: "+";
}
.fa-expand:before {
   content: "";
}
.fa-computer:before {
   content: "";
}
.fa-xmark:before {
   content: "";
}
.fa-close:before {
   content: "";
}
.fa-multiply:before {
   content: "";
}
.fa-remove:before {
   content: "";
}
.fa-times:before {
   content: "";
}
.fa-arrows-up-down-left-right:before {
   content: "";
}
.fa-arrows:before {
   content: "";
}
.fa-chalkboard-user:before {
   content: "";
}
.fa-chalkboard-teacher:before {
   content: "";
}
.fa-peso-sign:before {
   content: "";
}
.fa-building-shield:before {
   content: "";
}
.fa-baby:before {
   content: "";
}
.fa-users-line:before {
   content: "";
}
.fa-quote-left:before {
   content: "";
}
.fa-quote-left-alt:before {
   content: "";
}
.fa-tractor:before {
   content: "";
}
.fa-trash-arrow-up:before {
   content: "";
}
.fa-trash-restore:before {
   content: "";
}
.fa-arrow-down-up-lock:before {
   content: "";
}
.fa-lines-leaning:before {
   content: "";
}
.fa-ruler-combined:before {
   content: "";
}
.fa-copyright:before {
   content: "";
}
.fa-equals:before {
   content: "=";
}
.fa-blender:before {
   content: "";
}
.fa-teeth:before {
   content: "";
}
.fa-shekel-sign:before {
   content: "";
}
.fa-ils:before {
   content: "";
}
.fa-shekel:before {
   content: "";
}
.fa-sheqel:before {
   content: "";
}
.fa-sheqel-sign:before {
   content: "";
}
.fa-map:before {
   content: "";
}
.fa-rocket:before {
   content: "";
}
.fa-photo-film:before {
   content: "";
}
.fa-photo-video:before {
   content: "";
}
.fa-folder-minus:before {
   content: "";
}
.fa-store:before {
   content: "";
}
.fa-arrow-trend-up:before {
   content: "";
}
.fa-plug-circle-minus:before {
   content: "";
}
.fa-sign-hanging:before {
   content: "";
}
.fa-sign:before {
   content: "";
}
.fa-bezier-curve:before {
   content: "";
}
.fa-bell-slash:before {
   content: "";
}
.fa-tablet:before {
   content: "";
}
.fa-tablet-android:before {
   content: "";
}
.fa-school-flag:before {
   content: "";
}
.fa-fill:before {
   content: "";
}
.fa-angle-up:before {
   content: "";
}
.fa-drumstick-bite:before {
   content: "";
}
.fa-holly-berry:before {
   content: "";
}
.fa-chevron-left:before {
   content: "";
}
.fa-bacteria:before {
   content: "";
}
.fa-hand-lizard:before {
   content: "";
}
.fa-notdef:before {
   content: "";
}
.fa-disease:before {
   content: "";
}
.fa-briefcase-medical:before {
   content: "";
}
.fa-genderless:before {
   content: "";
}
.fa-chevron-right:before {
   content: "";
}
.fa-retweet:before {
   content: "";
}
.fa-car-rear:before {
   content: "";
}
.fa-car-alt:before {
   content: "";
}
.fa-pump-soap:before {
   content: "";
}
.fa-video-slash:before {
   content: "";
}
.fa-battery-quarter:before {
   content: "";
}
.fa-battery-2:before {
   content: "";
}
.fa-radio:before {
   content: "";
}
.fa-baby-carriage:before {
   content: "";
}
.fa-carriage-baby:before {
   content: "";
}
.fa-traffic-light:before {
   content: "";
}
.fa-thermometer:before {
   content: "";
}
.fa-vr-cardboard:before {
   content: "";
}
.fa-hand-middle-finger:before {
   content: "";
}
.fa-percent:before {
   content: "%";
}
.fa-percentage:before {
   content: "%";
}
.fa-truck-moving:before {
   content: "";
}
.fa-glass-water-droplet:before {
   content: "";
}
.fa-display:before {
   content: "";
}
.fa-face-smile:before {
   content: "";
}
.fa-smile:before {
   content: "";
}
.fa-thumbtack:before {
   content: "";
}
.fa-thumb-tack:before {
   content: "";
}
.fa-trophy:before {
   content: "";
}
.fa-person-praying:before {
   content: "";
}
.fa-pray:before {
   content: "";
}
.fa-hammer:before {
   content: "";
}
.fa-hand-peace:before {
   content: "";
}
.fa-rotate:before {
   content: "";
}
.fa-sync-alt:before {
   content: "";
}
.fa-spinner:before {
   content: "";
}
.fa-robot:before {
   content: "";
}
.fa-peace:before {
   content: "";
}
.fa-gears:before {
   content: "";
}
.fa-cogs:before {
   content: "";
}
.fa-warehouse:before {
   content: "";
}
.fa-arrow-up-right-dots:before {
   content: "";
}
.fa-splotch:before {
   content: "";
}
.fa-face-grin-hearts:before {
   content: "";
}
.fa-grin-hearts:before {
   content: "";
}
.fa-dice-four:before {
   content: "";
}
.fa-sim-card:before {
   content: "";
}
.fa-transgender:before {
   content: "";
}
.fa-transgender-alt:before {
   content: "";
}
.fa-mercury:before {
   content: "";
}
.fa-arrow-turn-down:before {
   content: "";
}
.fa-level-down:before {
   content: "";
}
.fa-person-falling-burst:before {
   content: "";
}
.fa-award:before {
   content: "";
}
.fa-ticket-simple:before {
   content: "";
}
.fa-ticket-alt:before {
   content: "";
}
.fa-building:before {
   content: "";
}
.fa-angles-left:before {
   content: "";
}
.fa-angle-double-left:before {
   content: "";
}
.fa-qrcode:before {
   content: "";
}
.fa-clock-rotate-left:before {
   content: "";
}
.fa-history:before {
   content: "";
}
.fa-face-grin-beam-sweat:before {
   content: "";
}
.fa-grin-beam-sweat:before {
   content: "";
}
.fa-file-export:before {
   content: "";
}
.fa-arrow-right-from-file:before {
   content: "";
}
.fa-shield:before {
   content: "";
}
.fa-shield-blank:before {
   content: "";
}
.fa-arrow-up-short-wide:before {
   content: "";
}
.fa-sort-amount-up-alt:before {
   content: "";
}
.fa-house-medical:before {
   content: "";
}
.fa-golf-ball-tee:before {
   content: "";
}
.fa-golf-ball:before {
   content: "";
}
.fa-circle-chevron-left:before {
   content: "";
}
.fa-chevron-circle-left:before {
   content: "";
}
.fa-house-chimney-window:before {
   content: "";
}
.fa-pen-nib:before {
   content: "";
}
.fa-tent-arrow-turn-left:before {
   content: "";
}
.fa-tents:before {
   content: "";
}
.fa-wand-magic:before {
   content: "";
}
.fa-magic:before {
   content: "";
}
.fa-dog:before {
   content: "";
}
.fa-carrot:before {
   content: "";
}
.fa-moon:before {
   content: "";
}
.fa-wine-glass-empty:before {
   content: "";
}
.fa-wine-glass-alt:before {
   content: "";
}
.fa-cheese:before {
   content: "";
}
.fa-yin-yang:before {
   content: "";
}
.fa-music:before {
   content: "";
}
.fa-code-commit:before {
   content: "";
}
.fa-temperature-low:before {
   content: "";
}
.fa-person-biking:before {
   content: "";
}
.fa-biking:before {
   content: "";
}
.fa-broom:before {
   content: "";
}
.fa-shield-heart:before {
   content: "";
}
.fa-gopuram:before {
   content: "";
}
.fa-earth-oceania:before {
   content: "";
}
.fa-globe-oceania:before {
   content: "";
}
.fa-square-xmark:before {
   content: "";
}
.fa-times-square:before {
   content: "";
}
.fa-xmark-square:before {
   content: "";
}
.fa-hashtag:before {
   content: "#";
}
.fa-up-right-and-down-left-from-center:before {
   content: "";
}
.fa-expand-alt:before {
   content: "";
}
.fa-oil-can:before {
   content: "";
}
.fa-t:before {
   content: "T";
}
.fa-hippo:before {
   content: "";
}
.fa-chart-column:before {
   content: "";
}
.fa-infinity:before {
   content: "";
}
.fa-vial-circle-check:before {
   content: "";
}
.fa-person-arrow-down-to-line:before {
   content: "";
}
.fa-voicemail:before {
   content: "";
}
.fa-fan:before {
   content: "";
}
.fa-person-walking-luggage:before {
   content: "";
}
.fa-up-down:before {
   content: "";
}
.fa-arrows-alt-v:before {
   content: "";
}
.fa-cloud-moon-rain:before {
   content: "";
}
.fa-calendar:before {
   content: "";
}
.fa-trailer:before {
   content: "";
}
.fa-bahai:before {
   content: "";
}
.fa-haykal:before {
   content: "";
}
.fa-sd-card:before {
   content: "";
}
.fa-dragon:before {
   content: "";
}
.fa-shoe-prints:before {
   content: "";
}
.fa-circle-plus:before {
   content: "";
}
.fa-plus-circle:before {
   content: "";
}
.fa-face-grin-tongue-wink:before {
   content: "";
}
.fa-grin-tongue-wink:before {
   content: "";
}
.fa-hand-holding:before {
   content: "";
}
.fa-plug-circle-exclamation:before {
   content: "";
}
.fa-link-slash:before {
   content: "";
}
.fa-chain-broken:before {
   content: "";
}
.fa-chain-slash:before {
   content: "";
}
.fa-unlink:before {
   content: "";
}
.fa-clone:before {
   content: "";
}
.fa-person-walking-arrow-loop-left:before {
   content: "";
}
.fa-arrow-up-z-a:before {
   content: "";
}
.fa-sort-alpha-up-alt:before {
   content: "";
}
.fa-fire-flame-curved:before {
   content: "";
}
.fa-fire-alt:before {
   content: "";
}
.fa-tornado:before {
   content: "";
}
.fa-file-circle-plus:before {
   content: "";
}
.fa-book-quran:before {
   content: "";
}
.fa-quran:before {
   content: "";
}
.fa-anchor:before {
   content: "";
}
.fa-border-all:before {
   content: "";
}
.fa-face-angry:before {
   content: "";
}
.fa-angry:before {
   content: "";
}
.fa-cookie-bite:before {
   content: "";
}
.fa-arrow-trend-down:before {
   content: "";
}
.fa-rss:before {
   content: "";
}
.fa-feed:before {
   content: "";
}
.fa-draw-polygon:before {
   content: "";
}
.fa-scale-balanced:before {
   content: "";
}
.fa-balance-scale:before {
   content: "";
}
.fa-gauge-simple-high:before {
   content: "";
}
.fa-tachometer:before {
   content: "";
}
.fa-tachometer-fast:before {
   content: "";
}
.fa-shower:before {
   content: "";
}
.fa-desktop:before {
   content: "";
}
.fa-desktop-alt:before {
   content: "";
}
.fa-m:before {
   content: "M";
}
.fa-table-list:before {
   content: "";
}
.fa-th-list:before {
   content: "";
}
.fa-comment-sms:before {
   content: "";
}
.fa-sms:before {
   content: "";
}
.fa-book:before {
   content: "";
}
.fa-user-plus:before {
   content: "";
}
.fa-check:before {
   content: "";
}
.fa-battery-three-quarters:before {
   content: "";
}
.fa-battery-4:before {
   content: "";
}
.fa-house-circle-check:before {
   content: "";
}
.fa-angle-left:before {
   content: "";
}
.fa-diagram-successor:before {
   content: "";
}
.fa-truck-arrow-right:before {
   content: "";
}
.fa-arrows-split-up-and-left:before {
   content: "";
}
.fa-hand-fist:before {
   content: "";
}
.fa-fist-raised:before {
   content: "";
}
.fa-cloud-moon:before {
   content: "";
}
.fa-briefcase:before {
   content: "";
}
.fa-person-falling:before {
   content: "";
}
.fa-image-portrait:before {
   content: "";
}
.fa-portrait:before {
   content: "";
}
.fa-user-tag:before {
   content: "";
}
.fa-rug:before {
   content: "";
}
.fa-earth-europe:before {
   content: "";
}
.fa-globe-europe:before {
   content: "";
}
.fa-cart-flatbed-suitcase:before {
   content: "";
}
.fa-luggage-cart:before {
   content: "";
}
.fa-rectangle-xmark:before {
   content: "";
}
.fa-rectangle-times:before {
   content: "";
}
.fa-times-rectangle:before {
   content: "";
}
.fa-window-close:before {
   content: "";
}
.fa-baht-sign:before {
   content: "";
}
.fa-book-open:before {
   content: "";
}
.fa-book-journal-whills:before {
   content: "";
}
.fa-journal-whills:before {
   content: "";
}
.fa-handcuffs:before {
   content: "";
}
.fa-triangle-exclamation:before {
   content: "";
}
.fa-exclamation-triangle:before {
   content: "";
}
.fa-warning:before {
   content: "";
}
.fa-database:before {
   content: "";
}
.fa-share:before {
   content: "";
}
.fa-mail-forward:before {
   content: "";
}
.fa-bottle-droplet:before {
   content: "";
}
.fa-mask-face:before {
   content: "";
}
.fa-hill-rockslide:before {
   content: "";
}
.fa-right-left:before {
   content: "";
}
.fa-exchange-alt:before {
   content: "";
}
.fa-paper-plane:before {
   content: "";
}
.fa-road-circle-exclamation:before {
   content: "";
}
.fa-dungeon:before {
   content: "";
}
.fa-align-right:before {
   content: "";
}
.fa-money-bill-1-wave:before {
   content: "";
}
.fa-money-bill-wave-alt:before {
   content: "";
}
.fa-life-ring:before {
   content: "";
}
.fa-hands:before {
   content: "";
}
.fa-sign-language:before {
   content: "";
}
.fa-signing:before {
   content: "";
}
.fa-calendar-day:before {
   content: "";
}
.fa-water-ladder:before {
   content: "";
}
.fa-ladder-water:before {
   content: "";
}
.fa-swimming-pool:before {
   content: "";
}
.fa-arrows-up-down:before {
   content: "";
}
.fa-arrows-v:before {
   content: "";
}
.fa-face-grimace:before {
   content: "";
}
.fa-grimace:before {
   content: "";
}
.fa-wheelchair-move:before {
   content: "";
}
.fa-wheelchair-alt:before {
   content: "";
}
.fa-turn-down:before {
   content: "";
}
.fa-level-down-alt:before {
   content: "";
}
.fa-person-walking-arrow-right:before {
   content: "";
}
.fa-square-envelope:before {
   content: "";
}
.fa-envelope-square:before {
   content: "";
}
.fa-dice:before {
   content: "";
}
.fa-bowling-ball:before {
   content: "";
}
.fa-brain:before {
   content: "";
}
.fa-bandage:before {
   content: "";
}
.fa-band-aid:before {
   content: "";
}
.fa-calendar-minus:before {
   content: "";
}
.fa-circle-xmark:before {
   content: "";
}
.fa-times-circle:before {
   content: "";
}
.fa-xmark-circle:before {
   content: "";
}
.fa-gifts:before {
   content: "";
}
.fa-hotel:before {
   content: "";
}
.fa-earth-asia:before {
   content: "";
}
.fa-globe-asia:before {
   content: "";
}
.fa-id-card-clip:before {
   content: "";
}
.fa-id-card-alt:before {
   content: "";
}
.fa-magnifying-glass-plus:before {
   content: "";
}
.fa-search-plus:before {
   content: "";
}
.fa-thumbs-up:before {
   content: "";
}
.fa-user-clock:before {
   content: "";
}
.fa-hand-dots:before {
   content: "";
}
.fa-allergies:before {
   content: "";
}
.fa-file-invoice:before {
   content: "";
}
.fa-window-minimize:before {
   content: "";
}
.fa-mug-saucer:before {
   content: "";
}
.fa-coffee:before {
   content: "";
}
.fa-brush:before {
   content: "";
}
.fa-mask:before {
   content: "";
}
.fa-magnifying-glass-minus:before {
   content: "";
}
.fa-search-minus:before {
   content: "";
}
.fa-ruler-vertical:before {
   content: "";
}
.fa-user-large:before {
   content: "";
}
.fa-user-alt:before {
   content: "";
}
.fa-train-tram:before {
   content: "";
}
.fa-user-nurse:before {
   content: "";
}
.fa-syringe:before {
   content: "";
}
.fa-cloud-sun:before {
   content: "";
}
.fa-stopwatch-20:before {
   content: "";
}
.fa-square-full:before {
   content: "";
}
.fa-magnet:before {
   content: "";
}
.fa-jar:before {
   content: "";
}
.fa-note-sticky:before {
   content: "";
}
.fa-sticky-note:before {
   content: "";
}
.fa-bug-slash:before {
   content: "";
}
.fa-arrow-up-from-water-pump:before {
   content: "";
}
.fa-bone:before {
   content: "";
}
.fa-user-injured:before {
   content: "";
}
.fa-face-sad-tear:before {
   content: "";
}
.fa-sad-tear:before {
   content: "";
}
.fa-plane:before {
   content: "";
}
.fa-tent-arrows-down:before {
   content: "";
}
.fa-exclamation:before {
   content: "!";
}
.fa-arrows-spin:before {
   content: "";
}
.fa-print:before {
   content: "";
}
.fa-turkish-lira-sign:before {
   content: "";
}
.fa-try:before {
   content: "";
}
.fa-turkish-lira:before {
   content: "";
}
.fa-dollar-sign:before {
   content: "$";
}
.fa-dollar:before {
   content: "$";
}
.fa-usd:before {
   content: "$";
}
.fa-x:before {
   content: "X";
}
.fa-magnifying-glass-dollar:before {
   content: "";
}
.fa-search-dollar:before {
   content: "";
}
.fa-users-gear:before {
   content: "";
}
.fa-users-cog:before {
   content: "";
}
.fa-person-military-pointing:before {
   content: "";
}
.fa-building-columns:before {
   content: "";
}
.fa-bank:before {
   content: "";
}
.fa-institution:before {
   content: "";
}
.fa-museum:before {
   content: "";
}
.fa-university:before {
   content: "";
}
.fa-umbrella:before {
   content: "";
}
.fa-trowel:before {
   content: "";
}
.fa-d:before {
   content: "D";
}
.fa-stapler:before {
   content: "";
}
.fa-masks-theater:before {
   content: "";
}
.fa-theater-masks:before {
   content: "";
}
.fa-kip-sign:before {
   content: "";
}
.fa-hand-point-left:before {
   content: "";
}
.fa-handshake-simple:before {
   content: "";
}
.fa-handshake-alt:before {
   content: "";
}
.fa-jet-fighter:before {
   content: "";
}
.fa-fighter-jet:before {
   content: "";
}
.fa-square-share-nodes:before {
   content: "";
}
.fa-share-alt-square:before {
   content: "";
}
.fa-barcode:before {
   content: "";
}
.fa-plus-minus:before {
   content: "";
}
.fa-video:before {
   content: "";
}
.fa-video-camera:before {
   content: "";
}
.fa-graduation-cap:before {
   content: "";
}
.fa-mortar-board:before {
   content: "";
}
.fa-hand-holding-medical:before {
   content: "";
}
.fa-person-circle-check:before {
   content: "";
}
.fa-turn-up:before {
   content: "";
}
.fa-level-up-alt:before {
   content: "";
}
.sr-only,
.fa-sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border-width: 0;
}
:root,
:host {
   --fa-style-family-brands: "Font Awesome 6 Brands";
   --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
   font-family: "Font Awesome 6 Brands";
   font-style: normal;
   font-weight: 400;
   font-display: block;
   src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype");
}
.fab,
.fa-brands {
   font-weight: 400;
}
.fa-monero:before {
   content: "";
}
.fa-hooli:before {
   content: "";
}
.fa-yelp:before {
   content: "";
}
.fa-cc-visa:before {
   content: "";
}
.fa-lastfm:before {
   content: "";
}
.fa-shopware:before {
   content: "";
}
.fa-creative-commons-nc:before {
   content: "";
}
.fa-aws:before {
   content: "";
}
.fa-redhat:before {
   content: "";
}
.fa-yoast:before {
   content: "";
}
.fa-cloudflare:before {
   content: "";
}
.fa-ups:before {
   content: "";
}
.fa-pixiv:before {
   content: "";
}
.fa-wpexplorer:before {
   content: "";
}
.fa-dyalog:before {
   content: "";
}
.fa-bity:before {
   content: "";
}
.fa-stackpath:before {
   content: "";
}
.fa-buysellads:before {
   content: "";
}
.fa-first-order:before {
   content: "";
}
.fa-modx:before {
   content: "";
}
.fa-guilded:before {
   content: "";
}
.fa-vnv:before {
   content: "";
}
.fa-square-js:before {
   content: "";
}
.fa-js-square:before {
   content: "";
}
.fa-microsoft:before {
   content: "";
}
.fa-qq:before {
   content: "";
}
.fa-orcid:before {
   content: "";
}
.fa-java:before {
   content: "";
}
.fa-invision:before {
   content: "";
}
.fa-creative-commons-pd-alt:before {
   content: "";
}
.fa-centercode:before {
   content: "";
}
.fa-glide-g:before {
   content: "";
}
.fa-drupal:before {
   content: "";
}
.fa-hire-a-helper:before {
   content: "";
}
.fa-creative-commons-by:before {
   content: "";
}
.fa-unity:before {
   content: "";
}
.fa-whmcs:before {
   content: "";
}
.fa-rocketchat:before {
   content: "";
}
.fa-vk:before {
   content: "";
}
.fa-untappd:before {
   content: "";
}
.fa-mailchimp:before {
   content: "";
}
.fa-css3-alt:before {
   content: "";
}
.fa-square-reddit:before {
   content: "";
}
.fa-reddit-square:before {
   content: "";
}
.fa-vimeo-v:before {
   content: "";
}
.fa-contao:before {
   content: "";
}
.fa-square-font-awesome:before {
   content: "";
}
.fa-deskpro:before {
   content: "";
}
.fa-brave:before {
   content: "";
}
.fa-sistrix:before {
   content: "";
}
.fa-square-instagram:before {
   content: "";
}
.fa-instagram-square:before {
   content: "";
}
.fa-battle-net:before {
   content: "";
}
.fa-the-red-yeti:before {
   content: "";
}
.fa-square-hacker-news:before {
   content: "";
}
.fa-hacker-news-square:before {
   content: "";
}
.fa-edge:before {
   content: "";
}
.fa-threads:before {
   content: "";
}
.fa-napster:before {
   content: "";
}
.fa-square-snapchat:before {
   content: "";
}
.fa-snapchat-square:before {
   content: "";
}
.fa-google-plus-g:before {
   content: "";
}
.fa-artstation:before {
   content: "";
}
.fa-markdown:before {
   content: "";
}
.fa-sourcetree:before {
   content: "";
}
.fa-google-plus:before {
   content: "";
}
.fa-diaspora:before {
   content: "";
}
.fa-foursquare:before {
   content: "";
}
.fa-stack-overflow:before {
   content: "";
}
.fa-github-alt:before {
   content: "";
}
.fa-phoenix-squadron:before {
   content: "";
}
.fa-pagelines:before {
   content: "";
}
.fa-algolia:before {
   content: "";
}
.fa-red-river:before {
   content: "";
}
.fa-creative-commons-sa:before {
   content: "";
}
.fa-safari:before {
   content: "";
}
.fa-google:before {
   content: "";
}
.fa-square-font-awesome-stroke:before {
   content: "";
}
.fa-font-awesome-alt:before {
   content: "";
}
.fa-atlassian:before {
   content: "";
}
.fa-linkedin-in:before {
   content: "";
}
.fa-digital-ocean:before {
   content: "";
}
.fa-nimblr:before {
   content: "";
}
.fa-chromecast:before {
   content: "";
}
.fa-evernote:before {
   content: "";
}
.fa-hacker-news:before {
   content: "";
}
.fa-creative-commons-sampling:before {
   content: "";
}
.fa-adversal:before {
   content: "";
}
.fa-creative-commons:before {
   content: "";
}
.fa-watchman-monitoring:before {
   content: "";
}
.fa-fonticons:before {
   content: "";
}
.fa-weixin:before {
   content: "";
}
.fa-shirtsinbulk:before {
   content: "";
}
.fa-codepen:before {
   content: "";
}
.fa-git-alt:before {
   content: "";
}
.fa-lyft:before {
   content: "";
}
.fa-rev:before {
   content: "";
}
.fa-windows:before {
   content: "";
}
.fa-wizards-of-the-coast:before {
   content: "";
}
.fa-square-viadeo:before {
   content: "";
}
.fa-viadeo-square:before {
   content: "";
}
.fa-meetup:before {
   content: "";
}
.fa-centos:before {
   content: "";
}
.fa-adn:before {
   content: "";
}
.fa-cloudsmith:before {
   content: "";
}
.fa-opensuse:before {
   content: "";
}
.fa-pied-piper-alt:before {
   content: "";
}
.fa-square-dribbble:before {
   content: "";
}
.fa-dribbble-square:before {
   content: "";
}
.fa-codiepie:before {
   content: "";
}
.fa-node:before {
   content: "";
}
.fa-mix:before {
   content: "";
}
.fa-steam:before {
   content: "";
}
.fa-cc-apple-pay:before {
   content: "";
}
.fa-scribd:before {
   content: "";
}
.fa-debian:before {
   content: "";
}
.fa-openid:before {
   content: "";
}
.fa-instalod:before {
   content: "";
}
.fa-expeditedssl:before {
   content: "";
}
.fa-sellcast:before {
   content: "";
}
.fa-square-twitter:before {
   content: "";
}
.fa-twitter-square:before {
   content: "";
}
.fa-r-project:before {
   content: "";
}
.fa-delicious:before {
   content: "";
}
.fa-freebsd:before {
   content: "";
}
.fa-vuejs:before {
   content: "";
}
.fa-accusoft:before {
   content: "";
}
.fa-ioxhost:before {
   content: "";
}
.fa-fonticons-fi:before {
   content: "";
}
.fa-app-store:before {
   content: "";
}
.fa-cc-mastercard:before {
   content: "";
}
.fa-itunes-note:before {
   content: "";
}
.fa-golang:before {
   content: "";
}
.fa-kickstarter:before {
   content: "";
}
.fa-grav:before {
   content: "";
}
.fa-weibo:before {
   content: "";
}
.fa-uncharted:before {
   content: "";
}
.fa-firstdraft:before {
   content: "";
}
.fa-square-youtube:before {
   content: "";
}
.fa-youtube-square:before {
   content: "";
}
.fa-wikipedia-w:before {
   content: "";
}
.fa-wpressr:before {
   content: "";
}
.fa-rendact:before {
   content: "";
}
.fa-angellist:before {
   content: "";
}
.fa-galactic-republic:before {
   content: "";
}
.fa-nfc-directional:before {
   content: "";
}
.fa-skype:before {
   content: "";
}
.fa-joget:before {
   content: "";
}
.fa-fedora:before {
   content: "";
}
.fa-stripe-s:before {
   content: "";
}
.fa-meta:before {
   content: "";
}
.fa-laravel:before {
   content: "";
}
.fa-hotjar:before {
   content: "";
}
.fa-bluetooth-b:before {
   content: "";
}
.fa-square-letterboxd:before {
   content: "";
}
.fa-sticker-mule:before {
   content: "";
}
.fa-creative-commons-zero:before {
   content: "";
}
.fa-hips:before {
   content: "";
}
.fa-behance:before {
   content: "";
}
.fa-reddit:before {
   content: "";
}
.fa-discord:before {
   content: "";
}
.fa-chrome:before {
   content: "";
}
.fa-app-store-ios:before {
   content: "";
}
.fa-cc-discover:before {
   content: "";
}
.fa-wpbeginner:before {
   content: "";
}
.fa-confluence:before {
   content: "";
}
.fa-shoelace:before {
   content: "";
}
.fa-mdb:before {
   content: "";
}
.fa-dochub:before {
   content: "";
}
.fa-accessible-icon:before {
   content: "";
}
.fa-ebay:before {
   content: "";
}
.fa-amazon:before {
   content: "";
}
.fa-unsplash:before {
   content: "";
}
.fa-yarn:before {
   content: "";
}
.fa-square-steam:before {
   content: "";
}
.fa-steam-square:before {
   content: "";
}
.fa-500px:before {
   content: "";
}
.fa-square-vimeo:before {
   content: "";
}
.fa-vimeo-square:before {
   content: "";
}
.fa-asymmetrik:before {
   content: "";
}
.fa-font-awesome:before {
   content: "";
}
.fa-font-awesome-flag:before {
   content: "";
}
.fa-font-awesome-logo-full:before {
   content: "";
}
.fa-gratipay:before {
   content: "";
}
.fa-apple:before {
   content: "";
}
.fa-hive:before {
   content: "";
}
.fa-gitkraken:before {
   content: "";
}
.fa-keybase:before {
   content: "";
}
.fa-apple-pay:before {
   content: "";
}
.fa-padlet:before {
   content: "";
}
.fa-amazon-pay:before {
   content: "";
}
.fa-square-github:before {
   content: "";
}
.fa-github-square:before {
   content: "";
}
.fa-stumbleupon:before {
   content: "";
}
.fa-fedex:before {
   content: "";
}
.fa-phoenix-framework:before {
   content: "";
}
.fa-shopify:before {
   content: "";
}
.fa-neos:before {
   content: "";
}
.fa-square-threads:before {
   content: "";
}
.fa-hackerrank:before {
   content: "";
}
.fa-researchgate:before {
   content: "";
}
.fa-swift:before {
   content: "";
}
.fa-angular:before {
   content: "";
}
.fa-speakap:before {
   content: "";
}
.fa-angrycreative:before {
   content: "";
}
.fa-y-combinator:before {
   content: "";
}
.fa-empire:before {
   content: "";
}
.fa-envira:before {
   content: "";
}
.fa-google-scholar:before {
   content: "";
}
.fa-square-gitlab:before {
   content: "";
}
.fa-gitlab-square:before {
   content: "";
}
.fa-studiovinari:before {
   content: "";
}
.fa-pied-piper:before {
   content: "";
}
.fa-wordpress:before {
   content: "";
}
.fa-product-hunt:before {
   content: "";
}
.fa-firefox:before {
   content: "";
}
.fa-linode:before {
   content: "";
}
.fa-goodreads:before {
   content: "";
}
.fa-square-odnoklassniki:before {
   content: "";
}
.fa-odnoklassniki-square:before {
   content: "";
}
.fa-jsfiddle:before {
   content: "";
}
.fa-sith:before {
   content: "";
}
.fa-themeisle:before {
   content: "";
}
.fa-page4:before {
   content: "";
}
.fa-hashnode:before {
   content: "";
}
.fa-react:before {
   content: "";
}
.fa-cc-paypal:before {
   content: "";
}
.fa-squarespace:before {
   content: "";
}
.fa-cc-stripe:before {
   content: "";
}
.fa-creative-commons-share:before {
   content: "";
}
.fa-bitcoin:before {
   content: "";
}
.fa-keycdn:before {
   content: "";
}
.fa-opera:before {
   content: "";
}
.fa-itch-io:before {
   content: "";
}
.fa-umbraco:before {
   content: "";
}
.fa-galactic-senate:before {
   content: "";
}
.fa-ubuntu:before {
   content: "";
}
.fa-draft2digital:before {
   content: "";
}
.fa-stripe:before {
   content: "";
}
.fa-houzz:before {
   content: "";
}
.fa-gg:before {
   content: "";
}
.fa-dhl:before {
   content: "";
}
.fa-square-pinterest:before {
   content: "";
}
.fa-pinterest-square:before {
   content: "";
}
.fa-xing:before {
   content: "";
}
.fa-blackberry:before {
   content: "";
}
.fa-creative-commons-pd:before {
   content: "";
}
.fa-playstation:before {
   content: "";
}
.fa-quinscape:before {
   content: "";
}
.fa-less:before {
   content: "";
}
.fa-blogger-b:before {
   content: "";
}
.fa-opencart:before {
   content: "";
}
.fa-vine:before {
   content: "";
}
.fa-signal-messenger:before {
   content: "";
}
.fa-paypal:before {
   content: "";
}
.fa-gitlab:before {
   content: "";
}
.fa-typo3:before {
   content: "";
}
.fa-reddit-alien:before {
   content: "";
}
.fa-yahoo:before {
   content: "";
}
.fa-dailymotion:before {
   content: "";
}
.fa-affiliatetheme:before {
   content: "";
}
.fa-pied-piper-pp:before {
   content: "";
}
.fa-bootstrap:before {
   content: "";
}
.fa-odnoklassniki:before {
   content: "";
}
.fa-nfc-symbol:before {
   content: "";
}
.fa-mintbit:before {
   content: "";
}
.fa-ethereum:before {
   content: "";
}
.fa-speaker-deck:before {
   content: "";
}
.fa-creative-commons-nc-eu:before {
   content: "";
}
.fa-patreon:before {
   content: "";
}
.fa-avianex:before {
   content: "";
}
.fa-ello:before {
   content: "";
}
.fa-gofore:before {
   content: "";
}
.fa-bimobject:before {
   content: "";
}
.fa-brave-reverse:before {
   content: "";
}
.fa-facebook-f:before {
   content: "";
}
.fa-square-google-plus:before {
   content: "";
}
.fa-google-plus-square:before {
   content: "";
}
.fa-mandalorian:before {
   content: "";
}
.fa-first-order-alt:before {
   content: "";
}
.fa-osi:before {
   content: "";
}
.fa-google-wallet:before {
   content: "";
}
.fa-d-and-d-beyond:before {
   content: "";
}
.fa-periscope:before {
   content: "";
}
.fa-fulcrum:before {
   content: "";
}
.fa-cloudscale:before {
   content: "";
}
.fa-forumbee:before {
   content: "";
}
.fa-mizuni:before {
   content: "";
}
.fa-schlix:before {
   content: "";
}
.fa-square-xing:before {
   content: "";
}
.fa-xing-square:before {
   content: "";
}
.fa-bandcamp:before {
   content: "";
}
.fa-wpforms:before {
   content: "";
}
.fa-cloudversify:before {
   content: "";
}
.fa-usps:before {
   content: "";
}
.fa-megaport:before {
   content: "";
}
.fa-magento:before {
   content: "";
}
.fa-spotify:before {
   content: "";
}
.fa-optin-monster:before {
   content: "";
}
.fa-fly:before {
   content: "";
}
.fa-aviato:before {
   content: "";
}
.fa-itunes:before {
   content: "";
}
.fa-cuttlefish:before {
   content: "";
}
.fa-blogger:before {
   content: "";
}
.fa-flickr:before {
   content: "";
}
.fa-viber:before {
   content: "";
}
.fa-soundcloud:before {
   content: "";
}
.fa-digg:before {
   content: "";
}
.fa-tencent-weibo:before {
   content: "";
}
.fa-letterboxd:before {
   content: "";
}
.fa-symfony:before {
   content: "";
}
.fa-maxcdn:before {
   content: "";
}
.fa-etsy:before {
   content: "";
}
.fa-facebook-messenger:before {
   content: "";
}
.fa-audible:before {
   content: "";
}
.fa-think-peaks:before {
   content: "";
}
.fa-bilibili:before {
   content: "";
}
.fa-erlang:before {
   content: "";
}
.fa-x-twitter:before {
   content: "";
}
.fa-cotton-bureau:before {
   content: "";
}
.fa-dashcube:before {
   content: "";
}
.fa-42-group:before {
   content: "";
}
.fa-innosoft:before {
   content: "";
}
.fa-stack-exchange:before {
   content: "";
}
.fa-elementor:before {
   content: "";
}
.fa-square-pied-piper:before {
   content: "";
}
.fa-pied-piper-square:before {
   content: "";
}
.fa-creative-commons-nd:before {
   content: "";
}
.fa-palfed:before {
   content: "";
}
.fa-superpowers:before {
   content: "";
}
.fa-resolving:before {
   content: "";
}
.fa-xbox:before {
   content: "";
}
.fa-searchengin:before {
   content: "";
}
.fa-tiktok:before {
   content: "";
}
.fa-square-facebook:before {
   content: "";
}
.fa-facebook-square:before {
   content: "";
}
.fa-renren:before {
   content: "";
}
.fa-linux:before {
   content: "";
}
.fa-glide:before {
   content: "";
}
.fa-linkedin:before {
   content: "";
}
.fa-hubspot:before {
   content: "";
}
.fa-deploydog:before {
   content: "";
}
.fa-twitch:before {
   content: "";
}
.fa-ravelry:before {
   content: "";
}
.fa-mixer:before {
   content: "";
}
.fa-square-lastfm:before {
   content: "";
}
.fa-lastfm-square:before {
   content: "";
}
.fa-vimeo:before {
   content: "";
}
.fa-mendeley:before {
   content: "";
}
.fa-uniregistry:before {
   content: "";
}
.fa-figma:before {
   content: "";
}
.fa-creative-commons-remix:before {
   content: "";
}
.fa-cc-amazon-pay:before {
   content: "";
}
.fa-dropbox:before {
   content: "";
}
.fa-instagram:before {
   content: "";
}
.fa-cmplid:before {
   content: "";
}
.fa-upwork:before {
   content: "";
}
.fa-facebook:before {
   content: "";
}
.fa-gripfire:before {
   content: "";
}
.fa-jedi-order:before {
   content: "";
}
.fa-uikit:before {
   content: "";
}
.fa-fort-awesome-alt:before {
   content: "";
}
.fa-phabricator:before {
   content: "";
}
.fa-ussunnah:before {
   content: "";
}
.fa-earlybirds:before {
   content: "";
}
.fa-trade-federation:before {
   content: "";
}
.fa-autoprefixer:before {
   content: "";
}
.fa-whatsapp:before {
   content: "";
}
.fa-slideshare:before {
   content: "";
}
.fa-google-play:before {
   content: "";
}
.fa-viadeo:before {
   content: "";
}
.fa-line:before {
   content: "";
}
.fa-google-drive:before {
   content: "";
}
.fa-servicestack:before {
   content: "";
}
.fa-simplybuilt:before {
   content: "";
}
.fa-bitbucket:before {
   content: "";
}
.fa-imdb:before {
   content: "";
}
.fa-deezer:before {
   content: "";
}
.fa-raspberry-pi:before {
   content: "";
}
.fa-jira:before {
   content: "";
}
.fa-docker:before {
   content: "";
}
.fa-screenpal:before {
   content: "";
}
.fa-bluetooth:before {
   content: "";
}
.fa-gitter:before {
   content: "";
}
.fa-d-and-d:before {
   content: "";
}
.fa-microblog:before {
   content: "";
}
.fa-cc-diners-club:before {
   content: "";
}
.fa-gg-circle:before {
   content: "";
}
.fa-pied-piper-hat:before {
   content: "";
}
.fa-kickstarter-k:before {
   content: "";
}
.fa-yandex:before {
   content: "";
}
.fa-readme:before {
   content: "";
}
.fa-html5:before {
   content: "";
}
.fa-sellsy:before {
   content: "";
}
.fa-sass:before {
   content: "";
}
.fa-wirsindhandwerk:before {
   content: "";
}
.fa-wsh:before {
   content: "";
}
.fa-buromobelexperte:before {
   content: "";
}
.fa-salesforce:before {
   content: "";
}
.fa-octopus-deploy:before {
   content: "";
}
.fa-medapps:before {
   content: "";
}
.fa-ns8:before {
   content: "";
}
.fa-pinterest-p:before {
   content: "";
}
.fa-apper:before {
   content: "";
}
.fa-fort-awesome:before {
   content: "";
}
.fa-waze:before {
   content: "";
}
.fa-cc-jcb:before {
   content: "";
}
.fa-snapchat:before {
   content: "";
}
.fa-snapchat-ghost:before {
   content: "";
}
.fa-fantasy-flight-games:before {
   content: "";
}
.fa-rust:before {
   content: "";
}
.fa-wix:before {
   content: "";
}
.fa-square-behance:before {
   content: "";
}
.fa-behance-square:before {
   content: "";
}
.fa-supple:before {
   content: "";
}
.fa-webflow:before {
   content: "";
}
.fa-rebel:before {
   content: "";
}
.fa-css3:before {
   content: "";
}
.fa-staylinked:before {
   content: "";
}
.fa-kaggle:before {
   content: "";
}
.fa-space-awesome:before {
   content: "";
}
.fa-deviantart:before {
   content: "";
}
.fa-cpanel:before {
   content: "";
}
.fa-goodreads-g:before {
   content: "";
}
.fa-square-git:before {
   content: "";
}
.fa-git-square:before {
   content: "";
}
.fa-square-tumblr:before {
   content: "";
}
.fa-tumblr-square:before {
   content: "";
}
.fa-trello:before {
   content: "";
}
.fa-creative-commons-nc-jp:before {
   content: "";
}
.fa-get-pocket:before {
   content: "";
}
.fa-perbyte:before {
   content: "";
}
.fa-grunt:before {
   content: "";
}
.fa-weebly:before {
   content: "";
}
.fa-connectdevelop:before {
   content: "";
}
.fa-leanpub:before {
   content: "";
}
.fa-black-tie:before {
   content: "";
}
.fa-themeco:before {
   content: "";
}
.fa-python:before {
   content: "";
}
.fa-android:before {
   content: "";
}
.fa-bots:before {
   content: "";
}
.fa-free-code-camp:before {
   content: "";
}
.fa-hornbill:before {
   content: "";
}
.fa-js:before {
   content: "";
}
.fa-ideal:before {
   content: "";
}
.fa-git:before {
   content: "";
}
.fa-dev:before {
   content: "";
}
.fa-sketch:before {
   content: "";
}
.fa-yandex-international:before {
   content: "";
}
.fa-cc-amex:before {
   content: "";
}
.fa-uber:before {
   content: "";
}
.fa-github:before {
   content: "";
}
.fa-php:before {
   content: "";
}
.fa-alipay:before {
   content: "";
}
.fa-youtube:before {
   content: "";
}
.fa-skyatlas:before {
   content: "";
}
.fa-firefox-browser:before {
   content: "";
}
.fa-replyd:before {
   content: "";
}
.fa-suse:before {
   content: "";
}
.fa-jenkins:before {
   content: "";
}
.fa-twitter:before {
   content: "";
}
.fa-rockrms:before {
   content: "";
}
.fa-pinterest:before {
   content: "";
}
.fa-buffer:before {
   content: "";
}
.fa-npm:before {
   content: "";
}
.fa-yammer:before {
   content: "";
}
.fa-btc:before {
   content: "";
}
.fa-dribbble:before {
   content: "";
}
.fa-stumbleupon-circle:before {
   content: "";
}
.fa-internet-explorer:before {
   content: "";
}
.fa-stubber:before {
   content: "";
}
.fa-telegram:before {
   content: "";
}
.fa-telegram-plane:before {
   content: "";
}
.fa-old-republic:before {
   content: "";
}
.fa-odysee:before {
   content: "";
}
.fa-square-whatsapp:before {
   content: "";
}
.fa-whatsapp-square:before {
   content: "";
}
.fa-node-js:before {
   content: "";
}
.fa-edge-legacy:before {
   content: "";
}
.fa-slack:before {
   content: "";
}
.fa-slack-hash:before {
   content: "";
}
.fa-medrt:before {
   content: "";
}
.fa-usb:before {
   content: "";
}
.fa-tumblr:before {
   content: "";
}
.fa-vaadin:before {
   content: "";
}
.fa-quora:before {
   content: "";
}
.fa-square-x-twitter:before {
   content: "";
}
.fa-reacteurope:before {
   content: "";
}
.fa-medium:before {
   content: "";
}
.fa-medium-m:before {
   content: "";
}
.fa-amilia:before {
   content: "";
}
.fa-mixcloud:before {
   content: "";
}
.fa-flipboard:before {
   content: "";
}
.fa-viacoin:before {
   content: "";
}
.fa-critical-role:before {
   content: "";
}
.fa-sitrox:before {
   content: "";
}
.fa-discourse:before {
   content: "";
}
.fa-joomla:before {
   content: "";
}
.fa-mastodon:before {
   content: "";
}
.fa-airbnb:before {
   content: "";
}
.fa-wolf-pack-battalion:before {
   content: "";
}
.fa-buy-n-large:before {
   content: "";
}
.fa-gulp:before {
   content: "";
}
.fa-creative-commons-sampling-plus:before {
   content: "";
}
.fa-strava:before {
   content: "";
}
.fa-ember:before {
   content: "";
}
.fa-canadian-maple-leaf:before {
   content: "";
}
.fa-teamspeak:before {
   content: "";
}
.fa-pushed:before {
   content: "";
}
.fa-wordpress-simple:before {
   content: "";
}
.fa-nutritionix:before {
   content: "";
}
.fa-wodu:before {
   content: "";
}
.fa-google-pay:before {
   content: "";
}
.fa-intercom:before {
   content: "";
}
.fa-zhihu:before {
   content: "";
}
.fa-korvue:before {
   content: "";
}
.fa-pix:before {
   content: "";
}
.fa-steam-symbol:before {
   content: "";
}
:root,
:host {
   --fa-style-family-classic: "Font Awesome 6 Free";
   --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
   font-family: "Font Awesome 6 Free";
   font-style: normal;
   font-weight: 400;
   font-display: block;
   src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype");
}
.far,
.fa-regular {
   font-weight: 400;
}
:root,
:host {
   --fa-style-family-classic: "Font Awesome 6 Free";
   --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
   font-family: "Font Awesome 6 Free";
   font-style: normal;
   font-weight: 900;
   font-display: block;
   src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype");
}
.fas,
.fa-solid {
   font-weight: 900;
}
@font-face {
   font-family: "Font Awesome 5 Brands";
   font-display: block;
   font-weight: 400;
   src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
   font-family: "Font Awesome 5 Free";
   font-display: block;
   font-weight: 900;
   src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
   font-family: "Font Awesome 5 Free";
   font-display: block;
   font-weight: 400;
   src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
   font-family: FontAwesome;
   font-display: block;
   src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
   font-family: FontAwesome;
   font-display: block;
   src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
   font-family: FontAwesome;
   font-display: block;
   src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype");
   unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D,
      U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7,
      U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E,
      U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9,
      U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C,
      U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
   font-family: FontAwesome;
   font-display: block;
   src: url(../fonts/fa-v4compatibility.woff2) format("woff2"), url(../fonts/fa-v4compatibility.ttf) format("truetype");
   unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE,
      U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E,
      U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
} /*!
    Themify
    Version: 1.0.1
    Plugin URL: https://themify.me/themify-icons
    License: Themify Icons font licensed under: http://scripts.sil.org/OFL
!*/
@font-face {
   font-family: themify;
   src: url(../fonts/themify.eot?-fvbane);
   src: url(../fonts/themify.eot?#iefix-fvbane) format("embedded-opentype"),
      url(../fonts/themify.woff?-fvbane) format("woff"), url(../fonts/themify.ttf?-fvbane) format("truetype"),
      url(../fonts/themify.svg?-fvbane#themify) format("svg");
   font-weight: 400;
   font-style: normal;
}
[class^="ti-"],
[class*=" ti-"] {
   font-family: themify;
   speak: none;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
   content: "";
}
.ti-volume:before {
   content: "";
}
.ti-user:before {
   content: "";
}
.ti-unlock:before {
   content: "";
}
.ti-unlink:before {
   content: "";
}
.ti-trash:before {
   content: "";
}
.ti-thought:before {
   content: "";
}
.ti-target:before {
   content: "";
}
.ti-tag:before {
   content: "";
}
.ti-tablet:before {
   content: "";
}
.ti-star:before {
   content: "";
}
.ti-spray:before {
   content: "";
}
.ti-signal:before {
   content: "";
}
.ti-shopping-cart:before {
   content: "";
}
.ti-shopping-cart-full:before {
   content: "";
}
.ti-settings:before {
   content: "";
}
.ti-search:before {
   content: "";
}
.ti-zoom-in:before {
   content: "";
}
.ti-zoom-out:before {
   content: "";
}
.ti-cut:before {
   content: "";
}
.ti-ruler:before {
   content: "";
}
.ti-ruler-pencil:before {
   content: "";
}
.ti-ruler-alt:before {
   content: "";
}
.ti-bookmark:before {
   content: "";
}
.ti-bookmark-alt:before {
   content: "";
}
.ti-reload:before {
   content: "";
}
.ti-plus:before {
   content: "";
}
.ti-pin:before {
   content: "";
}
.ti-pencil:before {
   content: "";
}
.ti-pencil-alt:before {
   content: "";
}
.ti-paint-roller:before {
   content: "";
}
.ti-paint-bucket:before {
   content: "";
}
.ti-na:before {
   content: "";
}
.ti-mobile:before {
   content: "";
}
.ti-minus:before {
   content: "";
}
.ti-medall:before {
   content: "";
}
.ti-medall-alt:before {
   content: "";
}
.ti-marker:before {
   content: "";
}
.ti-marker-alt:before {
   content: "";
}
.ti-arrow-up:before {
   content: "";
}
.ti-arrow-right:before {
   content: "";
}
.ti-arrow-left:before {
   content: "";
}
.ti-arrow-down:before {
   content: "";
}
.ti-lock:before {
   content: "";
}
.ti-location-arrow:before {
   content: "";
}
.ti-link:before {
   content: "";
}
.ti-layout:before {
   content: "";
}
.ti-layers:before {
   content: "";
}
.ti-layers-alt:before {
   content: "";
}
.ti-key:before {
   content: "";
}
.ti-import:before {
   content: "";
}
.ti-image:before {
   content: "";
}
.ti-heart:before {
   content: "";
}
.ti-heart-broken:before {
   content: "";
}
.ti-hand-stop:before {
   content: "";
}
.ti-hand-open:before {
   content: "";
}
.ti-hand-drag:before {
   content: "";
}
.ti-folder:before {
   content: "";
}
.ti-flag:before {
   content: "";
}
.ti-flag-alt:before {
   content: "";
}
.ti-flag-alt-2:before {
   content: "";
}
.ti-eye:before {
   content: "";
}
.ti-export:before {
   content: "";
}
.ti-exchange-vertical:before {
   content: "";
}
.ti-desktop:before {
   content: "";
}
.ti-cup:before {
   content: "";
}
.ti-crown:before {
   content: "";
}
.ti-comments:before {
   content: "";
}
.ti-comment:before {
   content: "";
}
.ti-comment-alt:before {
   content: "";
}
.ti-close:before {
   content: "";
}
.ti-clip:before {
   content: "";
}
.ti-angle-up:before {
   content: "";
}
.ti-angle-right:before {
   content: "";
}
.ti-angle-left:before {
   content: "";
}
.ti-angle-down:before {
   content: "";
}
.ti-check:before {
   content: "";
}
.ti-check-box:before {
   content: "";
}
.ti-camera:before {
   content: "";
}
.ti-announcement:before {
   content: "";
}
.ti-brush:before {
   content: "";
}
.ti-briefcase:before {
   content: "";
}
.ti-bolt:before {
   content: "";
}
.ti-bolt-alt:before {
   content: "";
}
.ti-blackboard:before {
   content: "";
}
.ti-bag:before {
   content: "";
}
.ti-move:before {
   content: "";
}
.ti-arrows-vertical:before {
   content: "";
}
.ti-arrows-horizontal:before {
   content: "";
}
.ti-fullscreen:before {
   content: "";
}
.ti-arrow-top-right:before {
   content: "";
}
.ti-arrow-top-left:before {
   content: "";
}
.ti-arrow-circle-up:before {
   content: "";
}
.ti-arrow-circle-right:before {
   content: "";
}
.ti-arrow-circle-left:before {
   content: "";
}
.ti-arrow-circle-down:before {
   content: "";
}
.ti-angle-double-up:before {
   content: "";
}
.ti-angle-double-right:before {
   content: "";
}
.ti-angle-double-left:before {
   content: "";
}
.ti-angle-double-down:before {
   content: "";
}
.ti-zip:before {
   content: "";
}
.ti-world:before {
   content: "";
}
.ti-wheelchair:before {
   content: "";
}
.ti-view-list:before {
   content: "";
}
.ti-view-list-alt:before {
   content: "";
}
.ti-view-grid:before {
   content: "";
}
.ti-uppercase:before {
   content: "";
}
.ti-upload:before {
   content: "";
}
.ti-underline:before {
   content: "";
}
.ti-truck:before {
   content: "";
}
.ti-timer:before {
   content: "";
}
.ti-ticket:before {
   content: "";
}
.ti-thumb-up:before {
   content: "";
}
.ti-thumb-down:before {
   content: "";
}
.ti-text:before {
   content: "";
}
.ti-stats-up:before {
   content: "";
}
.ti-stats-down:before {
   content: "";
}
.ti-split-v:before {
   content: "";
}
.ti-split-h:before {
   content: "";
}
.ti-smallcap:before {
   content: "";
}
.ti-shine:before {
   content: "";
}
.ti-shift-right:before {
   content: "";
}
.ti-shift-left:before {
   content: "";
}
.ti-shield:before {
   content: "";
}
.ti-notepad:before {
   content: "";
}
.ti-server:before {
   content: "";
}
.ti-quote-right:before {
   content: "";
}
.ti-quote-left:before {
   content: "";
}
.ti-pulse:before {
   content: "";
}
.ti-printer:before {
   content: "";
}
.ti-power-off:before {
   content: "";
}
.ti-plug:before {
   content: "";
}
.ti-pie-chart:before {
   content: "";
}
.ti-paragraph:before {
   content: "";
}
.ti-panel:before {
   content: "";
}
.ti-package:before {
   content: "";
}
.ti-music:before {
   content: "";
}
.ti-music-alt:before {
   content: "";
}
.ti-mouse:before {
   content: "";
}
.ti-mouse-alt:before {
   content: "";
}
.ti-money:before {
   content: "";
}
.ti-microphone:before {
   content: "";
}
.ti-menu:before {
   content: "";
}
.ti-menu-alt:before {
   content: "";
}
.ti-map:before {
   content: "";
}
.ti-map-alt:before {
   content: "";
}
.ti-loop:before {
   content: "";
}
.ti-location-pin:before {
   content: "";
}
.ti-list:before {
   content: "";
}
.ti-light-bulb:before {
   content: "";
}
.ti-Italic:before {
   content: "";
}
.ti-info:before {
   content: "";
}
.ti-infinite:before {
   content: "";
}
.ti-id-badge:before {
   content: "";
}
.ti-hummer:before {
   content: "";
}
.ti-home:before {
   content: "";
}
.ti-help:before {
   content: "";
}
.ti-headphone:before {
   content: "";
}
.ti-harddrives:before {
   content: "";
}
.ti-harddrive:before {
   content: "";
}
.ti-gift:before {
   content: "";
}
.ti-game:before {
   content: "";
}
.ti-filter:before {
   content: "";
}
.ti-files:before {
   content: "";
}
.ti-file:before {
   content: "";
}
.ti-eraser:before {
   content: "";
}
.ti-envelope:before {
   content: "";
}
.ti-download:before {
   content: "";
}
.ti-direction:before {
   content: "";
}
.ti-direction-alt:before {
   content: "";
}
.ti-dashboard:before {
   content: "";
}
.ti-control-stop:before {
   content: "";
}
.ti-control-shuffle:before {
   content: "";
}
.ti-control-play:before {
   content: "";
}
.ti-control-pause:before {
   content: "";
}
.ti-control-forward:before {
   content: "";
}
.ti-control-backward:before {
   content: "";
}
.ti-cloud:before {
   content: "";
}
.ti-cloud-up:before {
   content: "";
}
.ti-cloud-down:before {
   content: "";
}
.ti-clipboard:before {
   content: "";
}
.ti-car:before {
   content: "";
}
.ti-calendar:before {
   content: "";
}
.ti-book:before {
   content: "";
}
.ti-bell:before {
   content: "";
}
.ti-basketball:before {
   content: "";
}
.ti-bar-chart:before {
   content: "";
}
.ti-bar-chart-alt:before {
   content: "";
}
.ti-back-right:before {
   content: "";
}
.ti-back-left:before {
   content: "";
}
.ti-arrows-corner:before {
   content: "";
}
.ti-archive:before {
   content: "";
}
.ti-anchor:before {
   content: "";
}
.ti-align-right:before {
   content: "";
}
.ti-align-left:before {
   content: "";
}
.ti-align-justify:before {
   content: "";
}
.ti-align-center:before {
   content: "";
}
.ti-alert:before {
   content: "";
}
.ti-alarm-clock:before {
   content: "";
}
.ti-agenda:before {
   content: "";
}
.ti-write:before {
   content: "";
}
.ti-window:before {
   content: "";
}
.ti-widgetized:before {
   content: "";
}
.ti-widget:before {
   content: "";
}
.ti-widget-alt:before {
   content: "";
}
.ti-wallet:before {
   content: "";
}
.ti-video-clapper:before {
   content: "";
}
.ti-video-camera:before {
   content: "";
}
.ti-vector:before {
   content: "";
}
.ti-themify-logo:before {
   content: "";
}
.ti-themify-favicon:before {
   content: "";
}
.ti-themify-favicon-alt:before {
   content: "";
}
.ti-support:before {
   content: "";
}
.ti-stamp:before {
   content: "";
}
.ti-split-v-alt:before {
   content: "";
}
.ti-slice:before {
   content: "";
}
.ti-shortcode:before {
   content: "";
}
.ti-shift-right-alt:before {
   content: "";
}
.ti-shift-left-alt:before {
   content: "";
}
.ti-ruler-alt-2:before {
   content: "";
}
.ti-receipt:before {
   content: "";
}
.ti-pin2:before {
   content: "";
}
.ti-pin-alt:before {
   content: "";
}
.ti-pencil-alt2:before {
   content: "";
}
.ti-palette:before {
   content: "";
}
.ti-more:before {
   content: "";
}
.ti-more-alt:before {
   content: "";
}
.ti-microphone-alt:before {
   content: "";
}
.ti-magnet:before {
   content: "";
}
.ti-line-double:before {
   content: "";
}
.ti-line-dotted:before {
   content: "";
}
.ti-line-dashed:before {
   content: "";
}
.ti-layout-width-full:before {
   content: "";
}
.ti-layout-width-default:before {
   content: "";
}
.ti-layout-width-default-alt:before {
   content: "";
}
.ti-layout-tab:before {
   content: "";
}
.ti-layout-tab-window:before {
   content: "";
}
.ti-layout-tab-v:before {
   content: "";
}
.ti-layout-tab-min:before {
   content: "";
}
.ti-layout-slider:before {
   content: "";
}
.ti-layout-slider-alt:before {
   content: "";
}
.ti-layout-sidebar-right:before {
   content: "";
}
.ti-layout-sidebar-none:before {
   content: "";
}
.ti-layout-sidebar-left:before {
   content: "";
}
.ti-layout-placeholder:before {
   content: "";
}
.ti-layout-menu:before {
   content: "";
}
.ti-layout-menu-v:before {
   content: "";
}
.ti-layout-menu-separated:before {
   content: "";
}
.ti-layout-menu-full:before {
   content: "";
}
.ti-layout-media-right-alt:before {
   content: "";
}
.ti-layout-media-right:before {
   content: "";
}
.ti-layout-media-overlay:before {
   content: "";
}
.ti-layout-media-overlay-alt:before {
   content: "";
}
.ti-layout-media-overlay-alt-2:before {
   content: "";
}
.ti-layout-media-left-alt:before {
   content: "";
}
.ti-layout-media-left:before {
   content: "";
}
.ti-layout-media-center-alt:before {
   content: "";
}
.ti-layout-media-center:before {
   content: "";
}
.ti-layout-list-thumb:before {
   content: "";
}
.ti-layout-list-thumb-alt:before {
   content: "";
}
.ti-layout-list-post:before {
   content: "";
}
.ti-layout-list-large-image:before {
   content: "";
}
.ti-layout-line-solid:before {
   content: "";
}
.ti-layout-grid4:before {
   content: "";
}
.ti-layout-grid3:before {
   content: "";
}
.ti-layout-grid2:before {
   content: "";
}
.ti-layout-grid2-thumb:before {
   content: "";
}
.ti-layout-cta-right:before {
   content: "";
}
.ti-layout-cta-left:before {
   content: "";
}
.ti-layout-cta-center:before {
   content: "";
}
.ti-layout-cta-btn-right:before {
   content: "";
}
.ti-layout-cta-btn-left:before {
   content: "";
}
.ti-layout-column4:before {
   content: "";
}
.ti-layout-column3:before {
   content: "";
}
.ti-layout-column2:before {
   content: "";
}
.ti-layout-accordion-separated:before {
   content: "";
}
.ti-layout-accordion-merged:before {
   content: "";
}
.ti-layout-accordion-list:before {
   content: "";
}
.ti-ink-pen:before {
   content: "";
}
.ti-info-alt:before {
   content: "";
}
.ti-help-alt:before {
   content: "";
}
.ti-headphone-alt:before {
   content: "";
}
.ti-hand-point-up:before {
   content: "";
}
.ti-hand-point-right:before {
   content: "";
}
.ti-hand-point-left:before {
   content: "";
}
.ti-hand-point-down:before {
   content: "";
}
.ti-gallery:before {
   content: "";
}
.ti-face-smile:before {
   content: "";
}
.ti-face-sad:before {
   content: "";
}
.ti-credit-card:before {
   content: "";
}
.ti-control-skip-forward:before {
   content: "";
}
.ti-control-skip-backward:before {
   content: "";
}
.ti-control-record:before {
   content: "";
}
.ti-control-eject:before {
   content: "";
}
.ti-comments-smiley:before {
   content: "";
}
.ti-brush-alt:before {
   content: "";
}
.ti-youtube:before {
   content: "";
}
.ti-vimeo:before {
   content: "";
}
.ti-twitter:before {
   content: "";
}
.ti-time:before {
   content: "";
}
.ti-tumblr:before {
   content: "";
}
.ti-skype:before {
   content: "";
}
.ti-share:before {
   content: "";
}
.ti-share-alt:before {
   content: "";
}
.ti-rocket:before {
   content: "";
}
.ti-pinterest:before {
   content: "";
}
.ti-new-window:before {
   content: "";
}
.ti-microsoft:before {
   content: "";
}
.ti-list-ol:before {
   content: "";
}
.ti-linkedin:before {
   content: "";
}
.ti-layout-sidebar-2:before {
   content: "";
}
.ti-layout-grid4-alt:before {
   content: "";
}
.ti-layout-grid3-alt:before {
   content: "";
}
.ti-layout-grid2-alt:before {
   content: "";
}
.ti-layout-column4-alt:before {
   content: "";
}
.ti-layout-column3-alt:before {
   content: "";
}
.ti-layout-column2-alt:before {
   content: "";
}
.ti-instagram:before {
   content: "";
}
.ti-google:before {
   content: "";
}
.ti-github:before {
   content: "";
}
.ti-flickr:before {
   content: "";
}
.ti-facebook:before {
   content: "";
}
.ti-dropbox:before {
   content: "";
}
.ti-dribbble:before {
   content: "";
}
.ti-apple:before {
   content: "";
}
.ti-android:before {
   content: "";
}
.ti-save:before {
   content: "";
}
.ti-save-alt:before {
   content: "";
}
.ti-yahoo:before {
   content: "";
}
.ti-wordpress:before {
   content: "";
}
.ti-vimeo-alt:before {
   content: "";
}
.ti-twitter-alt:before {
   content: "";
}
.ti-tumblr-alt:before {
   content: "";
}
.ti-trello:before {
   content: "";
}
.ti-stack-overflow:before {
   content: "";
}
.ti-soundcloud:before {
   content: "";
}
.ti-sharethis:before {
   content: "";
}
.ti-sharethis-alt:before {
   content: "";
}
.ti-reddit:before {
   content: "";
}
.ti-pinterest-alt:before {
   content: "";
}
.ti-microsoft-alt:before {
   content: "";
}
.ti-linux:before {
   content: "";
}
.ti-jsfiddle:before {
   content: "";
}
.ti-joomla:before {
   content: "";
}
.ti-html5:before {
   content: "";
}
.ti-flickr-alt:before {
   content: "";
}
.ti-email:before {
   content: "";
}
.ti-drupal:before {
   content: "";
}
.ti-dropbox-alt:before {
   content: "";
}
.ti-css3:before {
   content: "";
}
.ti-rss:before {
   content: "";
}
.ti-rss-alt:before {
   content: "";
} /*!
    Icons mind
    Plugin URI: https://iconsmind.com/view_icons/
!*/
@font-face {
   font-family: icomoon;
   src: url(../fonts/icomoon.eot?-rdmvgc);
   src: url(../fonts/icomoon.eot?#iefix-rdmvgc) format("embedded-opentype"),
      url(../fonts/icomoon.woff?-rdmvgc) format("woff"), url(../fonts/icomoon.ttf?-rdmvgc) format("truetype"),
      url(../fonts/icomoon.svg?-rdmvgc#icomoon) format("svg");
   font-weight: 400;
   font-style: normal;
}
[class^="line-icon-"],
[class*=" line-icon-"] {
   font-family: icomoon;
   speak: none;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.line-icon-A-Z:before {
   content: "";
}
.line-icon-Aa:before {
   content: "";
}
.line-icon-Add-Bag:before {
   content: "";
}
.line-icon-Add-Basket:before {
   content: "";
}
.line-icon-Add-Cart:before {
   content: "";
}
.line-icon-Add-File:before {
   content: "";
}
.line-icon-Add-SpaceAfterParagraph:before {
   content: "";
}
.line-icon-Add-SpaceBeforeParagraph:before {
   content: "";
}
.line-icon-Add-User:before {
   content: "";
}
.line-icon-Add-UserStar:before {
   content: "";
}
.line-icon-Add-Window:before {
   content: "";
}
.line-icon-Add:before {
   content: "";
}
.line-icon-Address-Book:before {
   content: "";
}
.line-icon-Address-Book2:before {
   content: "";
}
.line-icon-Administrator:before {
   content: "";
}
.line-icon-Aerobics-2:before {
   content: "";
}
.line-icon-Aerobics-3:before {
   content: "";
}
.line-icon-Aerobics:before {
   content: "";
}
.line-icon-Affiliate:before {
   content: "";
}
.line-icon-Aim:before {
   content: "";
}
.line-icon-Air-Balloon:before {
   content: "";
}
.line-icon-Airbrush:before {
   content: "";
}
.line-icon-Airship:before {
   content: "";
}
.line-icon-Alarm-Clock:before {
   content: "";
}
.line-icon-Alarm-Clock2:before {
   content: "";
}
.line-icon-Alarm:before {
   content: "";
}
.line-icon-Alien-2:before {
   content: "";
}
.line-icon-Alien:before {
   content: "";
}
.line-icon-Aligator:before {
   content: "";
}
.line-icon-Align-Center:before {
   content: "";
}
.line-icon-Align-JustifyAll:before {
   content: "";
}
.line-icon-Align-JustifyCenter:before {
   content: "";
}
.line-icon-Align-JustifyLeft:before {
   content: "";
}
.line-icon-Align-JustifyRight:before {
   content: "";
}
.line-icon-Align-Left:before {
   content: "";
}
.line-icon-Align-Right:before {
   content: "";
}
.line-icon-Alpha:before {
   content: "";
}
.line-icon-Ambulance:before {
   content: "";
}
.line-icon-AMX:before {
   content: "";
}
.line-icon-Anchor-2:before {
   content: "";
}
.line-icon-Anchor:before {
   content: "";
}
.line-icon-Android-Store:before {
   content: "";
}
.line-icon-Android:before {
   content: "";
}
.line-icon-Angel-Smiley:before {
   content: "";
}
.line-icon-Angel:before {
   content: "";
}
.line-icon-Angry:before {
   content: "";
}
.line-icon-Apple-Bite:before {
   content: "";
}
.line-icon-Apple-Store:before {
   content: "";
}
.line-icon-Apple:before {
   content: "";
}
.line-icon-Approved-Window:before {
   content: "";
}
.line-icon-Aquarius-2:before {
   content: "";
}
.line-icon-Aquarius:before {
   content: "";
}
.line-icon-Archery-2:before {
   content: "";
}
.line-icon-Archery:before {
   content: "";
}
.line-icon-Argentina:before {
   content: "";
}
.line-icon-Aries-2:before {
   content: "";
}
.line-icon-Aries:before {
   content: "";
}
.line-icon-Army-Key:before {
   content: "";
}
.line-icon-Arrow-Around:before {
   content: "";
}
.line-icon-Arrow-Back3:before {
   content: "";
}
.line-icon-Arrow-Back:before {
   content: "";
}
.line-icon-Arrow-Back2:before {
   content: "";
}
.line-icon-Arrow-Barrier:before {
   content: "";
}
.line-icon-Arrow-Circle:before {
   content: "";
}
.line-icon-Arrow-Cross:before {
   content: "";
}
.line-icon-Arrow-Down:before {
   content: "";
}
.line-icon-Arrow-Down2:before {
   content: "";
}
.line-icon-Arrow-Down3:before {
   content: "";
}
.line-icon-Arrow-DowninCircle:before {
   content: "";
}
.line-icon-Arrow-Fork:before {
   content: "";
}
.line-icon-Arrow-Forward:before {
   content: "";
}
.line-icon-Arrow-Forward2:before {
   content: "";
}
.line-icon-Arrow-From:before {
   content: "";
}
.line-icon-Arrow-Inside:before {
   content: "";
}
.line-icon-Arrow-Inside45:before {
   content: "";
}
.line-icon-Arrow-InsideGap:before {
   content: "";
}
.line-icon-Arrow-InsideGap45:before {
   content: "";
}
.line-icon-Arrow-Into:before {
   content: "";
}
.line-icon-Arrow-Join:before {
   content: "";
}
.line-icon-Arrow-Junction:before {
   content: "";
}
.line-icon-Arrow-Left:before {
   content: "";
}
.line-icon-Arrow-Left2:before {
   content: "";
}
.line-icon-Arrow-LeftinCircle:before {
   content: "";
}
.line-icon-Arrow-Loop:before {
   content: "";
}
.line-icon-Arrow-Merge:before {
   content: "";
}
.line-icon-Arrow-Mix:before {
   content: "";
}
.line-icon-Arrow-Next:before {
   content: "";
}
.line-icon-Arrow-OutLeft:before {
   content: "";
}
.line-icon-Arrow-OutRight:before {
   content: "";
}
.line-icon-Arrow-Outside:before {
   content: "";
}
.line-icon-Arrow-Outside45:before {
   content: "";
}
.line-icon-Arrow-OutsideGap:before {
   content: "";
}
.line-icon-Arrow-OutsideGap45:before {
   content: "";
}
.line-icon-Arrow-Over:before {
   content: "";
}
.line-icon-Arrow-Refresh:before {
   content: "";
}
.line-icon-Arrow-Refresh2:before {
   content: "";
}
.line-icon-Arrow-Right:before {
   content: "";
}
.line-icon-Arrow-Right2:before {
   content: "";
}
.line-icon-Arrow-RightinCircle:before {
   content: "";
}
.line-icon-Arrow-Shuffle:before {
   content: "";
}
.line-icon-Arrow-Squiggly:before {
   content: "";
}
.line-icon-Arrow-Through:before {
   content: "";
}
.line-icon-Arrow-To:before {
   content: "";
}
.line-icon-Arrow-TurnLeft:before {
   content: "";
}
.line-icon-Arrow-TurnRight:before {
   content: "";
}
.line-icon-Arrow-Up:before {
   content: "";
}
.line-icon-Arrow-Up2:before {
   content: "";
}
.line-icon-Arrow-Up3:before {
   content: "";
}
.line-icon-Arrow-UpinCircle:before {
   content: "";
}
.line-icon-Arrow-XLeft:before {
   content: "";
}
.line-icon-Arrow-XRight:before {
   content: "";
}
.line-icon-Ask:before {
   content: "";
}
.line-icon-Assistant:before {
   content: "";
}
.line-icon-Astronaut:before {
   content: "";
}
.line-icon-At-Sign:before {
   content: "";
}
.line-icon-ATM:before {
   content: "";
}
.line-icon-Atom:before {
   content: "";
}
.line-icon-Audio:before {
   content: "";
}
.line-icon-Auto-Flash:before {
   content: "";
}
.line-icon-Autumn:before {
   content: "";
}
.line-icon-Baby-Clothes:before {
   content: "";
}
.line-icon-Baby-Clothes2:before {
   content: "";
}
.line-icon-Baby-Cry:before {
   content: "";
}
.line-icon-Baby:before {
   content: "";
}
.line-icon-Back2:before {
   content: "";
}
.line-icon-Back-Media:before {
   content: "";
}
.line-icon-Back-Music:before {
   content: "";
}
.line-icon-Back:before {
   content: "";
}
.line-icon-Background:before {
   content: "";
}
.line-icon-Bacteria:before {
   content: "";
}
.line-icon-Bag-Coins:before {
   content: "";
}
.line-icon-Bag-Items:before {
   content: "";
}
.line-icon-Bag-Quantity:before {
   content: "";
}
.line-icon-Bag:before {
   content: "";
}
.line-icon-Bakelite:before {
   content: "";
}
.line-icon-Ballet-Shoes:before {
   content: "";
}
.line-icon-Balloon:before {
   content: "";
}
.line-icon-Banana:before {
   content: "";
}
.line-icon-Band-Aid:before {
   content: "";
}
.line-icon-Bank:before {
   content: "";
}
.line-icon-Bar-Chart:before {
   content: "";
}
.line-icon-Bar-Chart2:before {
   content: "";
}
.line-icon-Bar-Chart3:before {
   content: "";
}
.line-icon-Bar-Chart4:before {
   content: "";
}
.line-icon-Bar-Chart5:before {
   content: "";
}
.line-icon-Bar-Code:before {
   content: "";
}
.line-icon-Barricade-2:before {
   content: "";
}
.line-icon-Barricade:before {
   content: "";
}
.line-icon-Baseball:before {
   content: "";
}
.line-icon-Basket-Ball:before {
   content: "";
}
.line-icon-Basket-Coins:before {
   content: "";
}
.line-icon-Basket-Items:before {
   content: "";
}
.line-icon-Basket-Quantity:before {
   content: "";
}
.line-icon-Bat-2:before {
   content: "";
}
.line-icon-Bat:before {
   content: "";
}
.line-icon-Bathrobe:before {
   content: "";
}
.line-icon-Batman-Mask:before {
   content: "";
}
.line-icon-Battery-0:before {
   content: "";
}
.line-icon-Battery-25:before {
   content: "";
}
.line-icon-Battery-50:before {
   content: "";
}
.line-icon-Battery-75:before {
   content: "";
}
.line-icon-Battery-100:before {
   content: "";
}
.line-icon-Battery-Charge:before {
   content: "";
}
.line-icon-Bear:before {
   content: "";
}
.line-icon-Beard-2:before {
   content: "";
}
.line-icon-Beard-3:before {
   content: "";
}
.line-icon-Beard:before {
   content: "";
}
.line-icon-Bebo:before {
   content: "";
}
.line-icon-Bee:before {
   content: "";
}
.line-icon-Beer-Glass:before {
   content: "";
}
.line-icon-Beer:before {
   content: "";
}
.line-icon-Bell-2:before {
   content: "";
}
.line-icon-Bell:before {
   content: "";
}
.line-icon-Belt-2:before {
   content: "";
}
.line-icon-Belt-3:before {
   content: "";
}
.line-icon-Belt:before {
   content: "";
}
.line-icon-Berlin-Tower:before {
   content: "";
}
.line-icon-Beta:before {
   content: "";
}
.line-icon-Betvibes:before {
   content: "";
}
.line-icon-Bicycle-2:before {
   content: "";
}
.line-icon-Bicycle-3:before {
   content: "";
}
.line-icon-Bicycle:before {
   content: "";
}
.line-icon-Big-Bang:before {
   content: "";
}
.line-icon-Big-Data:before {
   content: "";
}
.line-icon-Bike-Helmet:before {
   content: "";
}
.line-icon-Bikini:before {
   content: "";
}
.line-icon-Bilk-Bottle2:before {
   content: "";
}
.line-icon-Billing:before {
   content: "";
}
.line-icon-Bing:before {
   content: "";
}
.line-icon-Binocular:before {
   content: "";
}
.line-icon-Bio-Hazard:before {
   content: "";
}
.line-icon-Biotech:before {
   content: "";
}
.line-icon-Bird-DeliveringLetter:before {
   content: "";
}
.line-icon-Bird:before {
   content: "";
}
.line-icon-Birthday-Cake:before {
   content: "";
}
.line-icon-Bisexual:before {
   content: "";
}
.line-icon-Bishop:before {
   content: "";
}
.line-icon-Bitcoin:before {
   content: "";
}
.line-icon-Black-Cat:before {
   content: "";
}
.line-icon-Blackboard:before {
   content: "";
}
.line-icon-Blinklist:before {
   content: "";
}
.line-icon-Block-Cloud:before {
   content: "";
}
.line-icon-Block-Window:before {
   content: "";
}
.line-icon-Blogger:before {
   content: "";
}
.line-icon-Blood:before {
   content: "";
}
.line-icon-Blouse:before {
   content: "";
}
.line-icon-Blueprint:before {
   content: "";
}
.line-icon-Board:before {
   content: "";
}
.line-icon-Bodybuilding:before {
   content: "";
}
.line-icon-Bold-Text:before {
   content: "";
}
.line-icon-Bone:before {
   content: "";
}
.line-icon-Bones:before {
   content: "";
}
.line-icon-Book:before {
   content: "";
}
.line-icon-Bookmark:before {
   content: "";
}
.line-icon-Books-2:before {
   content: "";
}
.line-icon-Books:before {
   content: "";
}
.line-icon-Boom:before {
   content: "";
}
.line-icon-Boot-2:before {
   content: "";
}
.line-icon-Boot:before {
   content: "";
}
.line-icon-Bottom-ToTop:before {
   content: "";
}
.line-icon-Bow-2:before {
   content: "";
}
.line-icon-Bow-3:before {
   content: "";
}
.line-icon-Bow-4:before {
   content: "";
}
.line-icon-Bow-5:before {
   content: "";
}
.line-icon-Bow-6:before {
   content: "";
}
.line-icon-Bow:before {
   content: "";
}
.line-icon-Bowling-2:before {
   content: "";
}
.line-icon-Bowling:before {
   content: "";
}
.line-icon-Box2:before {
   content: "";
}
.line-icon-Box-Close:before {
   content: "";
}
.line-icon-Box-Full:before {
   content: "";
}
.line-icon-Box-Open:before {
   content: "";
}
.line-icon-Box-withFolders:before {
   content: "";
}
.line-icon-Box:before {
   content: "";
}
.line-icon-Boy:before {
   content: "";
}
.line-icon-Bra:before {
   content: "";
}
.line-icon-Brain-2:before {
   content: "";
}
.line-icon-Brain-3:before {
   content: "";
}
.line-icon-Brain:before {
   content: "";
}
.line-icon-Brazil:before {
   content: "";
}
.line-icon-Bread-2:before {
   content: "";
}
.line-icon-Bread:before {
   content: "";
}
.line-icon-Bridge:before {
   content: "";
}
.line-icon-Brightkite:before {
   content: "";
}
.line-icon-Broke-Link2:before {
   content: "";
}
.line-icon-Broken-Link:before {
   content: "";
}
.line-icon-Broom:before {
   content: "";
}
.line-icon-Brush:before {
   content: "";
}
.line-icon-Bucket:before {
   content: "";
}
.line-icon-Bug:before {
   content: "";
}
.line-icon-Building:before {
   content: "";
}
.line-icon-Bulleted-List:before {
   content: "";
}
.line-icon-Bus-2:before {
   content: "";
}
.line-icon-Bus:before {
   content: "";
}
.line-icon-Business-Man:before {
   content: "";
}
.line-icon-Business-ManWoman:before {
   content: "";
}
.line-icon-Business-Mens:before {
   content: "";
}
.line-icon-Business-Woman:before {
   content: "";
}
.line-icon-Butterfly:before {
   content: "";
}
.line-icon-Button:before {
   content: "";
}
.line-icon-Cable-Car:before {
   content: "";
}
.line-icon-Cake:before {
   content: "";
}
.line-icon-Calculator-2:before {
   content: "";
}
.line-icon-Calculator-3:before {
   content: "";
}
.line-icon-Calculator:before {
   content: "";
}
.line-icon-Calendar-2:before {
   content: "";
}
.line-icon-Calendar-3:before {
   content: "";
}
.line-icon-Calendar-4:before {
   content: "";
}
.line-icon-Calendar-Clock:before {
   content: "";
}
.line-icon-Calendar:before {
   content: "";
}
.line-icon-Camel:before {
   content: "";
}
.line-icon-Camera-2:before {
   content: "";
}
.line-icon-Camera-3:before {
   content: "";
}
.line-icon-Camera-4:before {
   content: "";
}
.line-icon-Camera-5:before {
   content: "";
}
.line-icon-Camera-Back:before {
   content: "";
}
.line-icon-Camera:before {
   content: "";
}
.line-icon-Can-2:before {
   content: "";
}
.line-icon-Can:before {
   content: "";
}
.line-icon-Canada:before {
   content: "";
}
.line-icon-Cancer-2:before {
   content: "";
}
.line-icon-Cancer-3:before {
   content: "";
}
.line-icon-Cancer:before {
   content: "";
}
.line-icon-Candle:before {
   content: "";
}
.line-icon-Candy-Cane:before {
   content: "";
}
.line-icon-Candy:before {
   content: "";
}
.line-icon-Cannon:before {
   content: "";
}
.line-icon-Cap-2:before {
   content: "";
}
.line-icon-Cap-3:before {
   content: "";
}
.line-icon-Cap-Smiley:before {
   content: "";
}
.line-icon-Cap:before {
   content: "";
}
.line-icon-Capricorn-2:before {
   content: "";
}
.line-icon-Capricorn:before {
   content: "";
}
.line-icon-Car-2:before {
   content: "";
}
.line-icon-Car-3:before {
   content: "";
}
.line-icon-Car-Coins:before {
   content: "";
}
.line-icon-Car-Items:before {
   content: "";
}
.line-icon-Car-Wheel:before {
   content: "";
}
.line-icon-Car:before {
   content: "";
}
.line-icon-Cardigan:before {
   content: "";
}
.line-icon-Cardiovascular:before {
   content: "";
}
.line-icon-Cart-Quantity:before {
   content: "";
}
.line-icon-Casette-Tape:before {
   content: "";
}
.line-icon-Cash-Register:before {
   content: "";
}
.line-icon-Cash-register2:before {
   content: "";
}
.line-icon-Castle:before {
   content: "";
}
.line-icon-Cat:before {
   content: "";
}
.line-icon-Cathedral:before {
   content: "";
}
.line-icon-Cauldron:before {
   content: "";
}
.line-icon-CD-2:before {
   content: "";
}
.line-icon-CD-Cover:before {
   content: "";
}
.line-icon-CD:before {
   content: "";
}
.line-icon-Cello:before {
   content: "";
}
.line-icon-Celsius:before {
   content: "";
}
.line-icon-Chacked-Flag:before {
   content: "";
}
.line-icon-Chair:before {
   content: "";
}
.line-icon-Charger:before {
   content: "";
}
.line-icon-Check-2:before {
   content: "";
}
.line-icon-Check:before {
   content: "";
}
.line-icon-Checked-User:before {
   content: "";
}
.line-icon-Checkmate:before {
   content: "";
}
.line-icon-Checkout-Bag:before {
   content: "";
}
.line-icon-Checkout-Basket:before {
   content: "";
}
.line-icon-Checkout:before {
   content: "";
}
.line-icon-Cheese:before {
   content: "";
}
.line-icon-Cheetah:before {
   content: "";
}
.line-icon-Chef-Hat:before {
   content: "";
}
.line-icon-Chef-Hat2:before {
   content: "";
}
.line-icon-Chef:before {
   content: "";
}
.line-icon-Chemical-2:before {
   content: "";
}
.line-icon-Chemical-3:before {
   content: "";
}
.line-icon-Chemical-4:before {
   content: "";
}
.line-icon-Chemical-5:before {
   content: "";
}
.line-icon-Chemical:before {
   content: "";
}
.line-icon-Chess-Board:before {
   content: "";
}
.line-icon-Chess:before {
   content: "";
}
.line-icon-Chicken:before {
   content: "";
}
.line-icon-Chile:before {
   content: "";
}
.line-icon-Chimney:before {
   content: "";
}
.line-icon-China:before {
   content: "";
}
.line-icon-Chinese-Temple:before {
   content: "";
}
.line-icon-Chip:before {
   content: "";
}
.line-icon-Chopsticks-2:before {
   content: "";
}
.line-icon-Chopsticks:before {
   content: "";
}
.line-icon-Christmas-Ball:before {
   content: "";
}
.line-icon-Christmas-Bell:before {
   content: "";
}
.line-icon-Christmas-Candle:before {
   content: "";
}
.line-icon-Christmas-Hat:before {
   content: "";
}
.line-icon-Christmas-Sleigh:before {
   content: "";
}
.line-icon-Christmas-Snowman:before {
   content: "";
}
.line-icon-Christmas-Sock:before {
   content: "";
}
.line-icon-Christmas-Tree:before {
   content: "";
}
.line-icon-Christmas:before {
   content: "";
}
.line-icon-Chrome:before {
   content: "";
}
.line-icon-Chrysler-Building:before {
   content: "";
}
.line-icon-Cinema:before {
   content: "";
}
.line-icon-Circular-Point:before {
   content: "";
}
.line-icon-City-Hall:before {
   content: "";
}
.line-icon-Clamp:before {
   content: "";
}
.line-icon-Clapperboard-Close:before {
   content: "";
}
.line-icon-Clapperboard-Open:before {
   content: "";
}
.line-icon-Claps:before {
   content: "";
}
.line-icon-Clef:before {
   content: "";
}
.line-icon-Clinic:before {
   content: "";
}
.line-icon-Clock-2:before {
   content: "";
}
.line-icon-Clock-3:before {
   content: "";
}
.line-icon-Clock-4:before {
   content: "";
}
.line-icon-Clock-Back:before {
   content: "";
}
.line-icon-Clock-Forward:before {
   content: "";
}
.line-icon-Clock:before {
   content: "";
}
.line-icon-Close-Window:before {
   content: "";
}
.line-icon-Close:before {
   content: "";
}
.line-icon-Clothing-Store:before {
   content: "";
}
.line-icon-Cloud--:before {
   content: "";
}
.line-icon-Cloud-:before {
   content: "";
}
.line-icon-Cloud-Camera:before {
   content: "";
}
.line-icon-Cloud-Computer:before {
   content: "";
}
.line-icon-Cloud-Email:before {
   content: "";
}
.line-icon-Cloud-Hail:before {
   content: "";
}
.line-icon-Cloud-Laptop:before {
   content: "";
}
.line-icon-Cloud-Lock:before {
   content: "";
}
.line-icon-Cloud-Moon:before {
   content: "";
}
.line-icon-Cloud-Music:before {
   content: "";
}
.line-icon-Cloud-Picture:before {
   content: "";
}
.line-icon-Cloud-Rain:before {
   content: "";
}
.line-icon-Cloud-Remove:before {
   content: "";
}
.line-icon-Cloud-Secure:before {
   content: "";
}
.line-icon-Cloud-Settings:before {
   content: "";
}
.line-icon-Cloud-Smartphone:before {
   content: "";
}
.line-icon-Cloud-Snow:before {
   content: "";
}
.line-icon-Cloud-Sun:before {
   content: "";
}
.line-icon-Cloud-Tablet:before {
   content: "";
}
.line-icon-Cloud-Video:before {
   content: "";
}
.line-icon-Cloud-Weather:before {
   content: "";
}
.line-icon-Cloud:before {
   content: "";
}
.line-icon-Clouds-Weather:before {
   content: "";
}
.line-icon-Clouds:before {
   content: "";
}
.line-icon-Clown:before {
   content: "";
}
.line-icon-CMYK:before {
   content: "";
}
.line-icon-Coat:before {
   content: "";
}
.line-icon-Cocktail:before {
   content: "";
}
.line-icon-Coconut:before {
   content: "";
}
.line-icon-Code-Window:before {
   content: "";
}
.line-icon-Coding:before {
   content: "";
}
.line-icon-Coffee-2:before {
   content: "";
}
.line-icon-Coffee-Bean:before {
   content: "";
}
.line-icon-Coffee-Machine:before {
   content: "";
}
.line-icon-Coffee-toGo:before {
   content: "";
}
.line-icon-Coffee:before {
   content: "";
}
.line-icon-Coffin:before {
   content: "";
}
.line-icon-Coin:before {
   content: "";
}
.line-icon-Coins-2:before {
   content: "";
}
.line-icon-Coins-3:before {
   content: "";
}
.line-icon-Coins:before {
   content: "";
}
.line-icon-Colombia:before {
   content: "";
}
.line-icon-Colosseum:before {
   content: "";
}
.line-icon-Column-2:before {
   content: "";
}
.line-icon-Column-3:before {
   content: "";
}
.line-icon-Column:before {
   content: "";
}
.line-icon-Comb-2:before {
   content: "";
}
.line-icon-Comb:before {
   content: "";
}
.line-icon-Communication-Tower:before {
   content: "";
}
.line-icon-Communication-Tower2:before {
   content: "";
}
.line-icon-Compass-2:before {
   content: "";
}
.line-icon-Compass-3:before {
   content: "";
}
.line-icon-Compass-4:before {
   content: "";
}
.line-icon-Compass-Rose:before {
   content: "";
}
.line-icon-Compass:before {
   content: "";
}
.line-icon-Computer-2:before {
   content: "";
}
.line-icon-Computer-3:before {
   content: "";
}
.line-icon-Computer-Secure:before {
   content: "";
}
.line-icon-Computer:before {
   content: "";
}
.line-icon-Conference:before {
   content: "";
}
.line-icon-Confused:before {
   content: "";
}
.line-icon-Conservation:before {
   content: "";
}
.line-icon-Consulting:before {
   content: "";
}
.line-icon-Contrast:before {
   content: "";
}
.line-icon-Control-2:before {
   content: "";
}
.line-icon-Control:before {
   content: "";
}
.line-icon-Cookie-Man:before {
   content: "";
}
.line-icon-Cookies:before {
   content: "";
}
.line-icon-Cool-Guy:before {
   content: "";
}
.line-icon-Cool:before {
   content: "";
}
.line-icon-Copyright:before {
   content: "";
}
.line-icon-Costume:before {
   content: "";
}
.line-icon-Couple-Sign:before {
   content: "";
}
.line-icon-Cow:before {
   content: "";
}
.line-icon-CPU:before {
   content: "";
}
.line-icon-Crane:before {
   content: "";
}
.line-icon-Cranium:before {
   content: "";
}
.line-icon-Credit-Card:before {
   content: "";
}
.line-icon-Credit-Card2:before {
   content: "";
}
.line-icon-Credit-Card3:before {
   content: "";
}
.line-icon-Cricket:before {
   content: "";
}
.line-icon-Criminal:before {
   content: "";
}
.line-icon-Croissant:before {
   content: "";
}
.line-icon-Crop-2:before {
   content: "";
}
.line-icon-Crop-3:before {
   content: "";
}
.line-icon-Crown-2:before {
   content: "";
}
.line-icon-Crown:before {
   content: "";
}
.line-icon-Crying:before {
   content: "";
}
.line-icon-Cube-Molecule:before {
   content: "";
}
.line-icon-Cube-Molecule2:before {
   content: "";
}
.line-icon-Cupcake:before {
   content: "";
}
.line-icon-Cursor-Click:before {
   content: "";
}
.line-icon-Cursor-Click2:before {
   content: "";
}
.line-icon-Cursor-Move:before {
   content: "";
}
.line-icon-Cursor-Move2:before {
   content: "";
}
.line-icon-Cursor-Select:before {
   content: "";
}
.line-icon-Cursor:before {
   content: "";
}
.line-icon-D-Eyeglasses:before {
   content: "";
}
.line-icon-D-Eyeglasses2:before {
   content: "";
}
.line-icon-Dam:before {
   content: "";
}
.line-icon-Danemark:before {
   content: "";
}
.line-icon-Danger-2:before {
   content: "";
}
.line-icon-Danger:before {
   content: "";
}
.line-icon-Dashboard:before {
   content: "";
}
.line-icon-Data-Backup:before {
   content: "";
}
.line-icon-Data-Block:before {
   content: "";
}
.line-icon-Data-Center:before {
   content: "";
}
.line-icon-Data-Clock:before {
   content: "";
}
.line-icon-Data-Cloud:before {
   content: "";
}
.line-icon-Data-Compress:before {
   content: "";
}
.line-icon-Data-Copy:before {
   content: "";
}
.line-icon-Data-Download:before {
   content: "";
}
.line-icon-Data-Financial:before {
   content: "";
}
.line-icon-Data-Key:before {
   content: "";
}
.line-icon-Data-Lock:before {
   content: "";
}
.line-icon-Data-Network:before {
   content: "";
}
.line-icon-Data-Password:before {
   content: "";
}
.line-icon-Data-Power:before {
   content: "";
}
.line-icon-Data-Refresh:before {
   content: "";
}
.line-icon-Data-Save:before {
   content: "";
}
.line-icon-Data-Search:before {
   content: "";
}
.line-icon-Data-Security:before {
   content: "";
}
.line-icon-Data-Settings:before {
   content: "";
}
.line-icon-Data-Sharing:before {
   content: "";
}
.line-icon-Data-Shield:before {
   content: "";
}
.line-icon-Data-Signal:before {
   content: "";
}
.line-icon-Data-Storage:before {
   content: "";
}
.line-icon-Data-Stream:before {
   content: "";
}
.line-icon-Data-Transfer:before {
   content: "";
}
.line-icon-Data-Unlock:before {
   content: "";
}
.line-icon-Data-Upload:before {
   content: "";
}
.line-icon-Data-Yes:before {
   content: "";
}
.line-icon-Data:before {
   content: "";
}
.line-icon-David-Star:before {
   content: "";
}
.line-icon-Daylight:before {
   content: "";
}
.line-icon-Death:before {
   content: "";
}
.line-icon-Debian:before {
   content: "";
}
.line-icon-Dec:before {
   content: "";
}
.line-icon-Decrase-Inedit:before {
   content: "";
}
.line-icon-Deer-2:before {
   content: "";
}
.line-icon-Deer:before {
   content: "";
}
.line-icon-Delete-File:before {
   content: "";
}
.line-icon-Delete-Window:before {
   content: "";
}
.line-icon-Delicious:before {
   content: "";
}
.line-icon-Depression:before {
   content: "";
}
.line-icon-Deviantart:before {
   content: "";
}
.line-icon-Device-SyncwithCloud:before {
   content: "";
}
.line-icon-Diamond:before {
   content: "";
}
.line-icon-Dice-2:before {
   content: "";
}
.line-icon-Dice:before {
   content: "";
}
.line-icon-Digg:before {
   content: "";
}
.line-icon-Digital-Drawing:before {
   content: "";
}
.line-icon-Diigo:before {
   content: "";
}
.line-icon-Dinosaur:before {
   content: "";
}
.line-icon-Diploma-2:before {
   content: "";
}
.line-icon-Diploma:before {
   content: "";
}
.line-icon-Direction-East:before {
   content: "";
}
.line-icon-Direction-North:before {
   content: "";
}
.line-icon-Direction-South:before {
   content: "";
}
.line-icon-Direction-West:before {
   content: "";
}
.line-icon-Director:before {
   content: "";
}
.line-icon-Disk:before {
   content: "";
}
.line-icon-Dj:before {
   content: "";
}
.line-icon-DNA-2:before {
   content: "";
}
.line-icon-DNA-Helix:before {
   content: "";
}
.line-icon-DNA:before {
   content: "";
}
.line-icon-Doctor:before {
   content: "";
}
.line-icon-Dog:before {
   content: "";
}
.line-icon-Dollar-Sign:before {
   content: "";
}
.line-icon-Dollar-Sign2:before {
   content: "";
}
.line-icon-Dollar:before {
   content: "";
}
.line-icon-Dolphin:before {
   content: "";
}
.line-icon-Domino:before {
   content: "";
}
.line-icon-Door-Hanger:before {
   content: "";
}
.line-icon-Door:before {
   content: "";
}
.line-icon-Doplr:before {
   content: "";
}
.line-icon-Double-Circle:before {
   content: "";
}
.line-icon-Double-Tap:before {
   content: "";
}
.line-icon-Doughnut:before {
   content: "";
}
.line-icon-Dove:before {
   content: "";
}
.line-icon-Down-2:before {
   content: "";
}
.line-icon-Down-3:before {
   content: "";
}
.line-icon-Down-4:before {
   content: "";
}
.line-icon-Down:before {
   content: "";
}
.line-icon-Download-2:before {
   content: "";
}
.line-icon-Download-fromCloud:before {
   content: "";
}
.line-icon-Download-Window:before {
   content: "";
}
.line-icon-Download:before {
   content: "";
}
.line-icon-Downward:before {
   content: "";
}
.line-icon-Drag-Down:before {
   content: "";
}
.line-icon-Drag-Left:before {
   content: "";
}
.line-icon-Drag-Right:before {
   content: "";
}
.line-icon-Drag-Up:before {
   content: "";
}
.line-icon-Drag:before {
   content: "";
}
.line-icon-Dress:before {
   content: "";
}
.line-icon-Drill-2:before {
   content: "";
}
.line-icon-Drill:before {
   content: "";
}
.line-icon-Drop:before {
   content: "";
}
.line-icon-Dropbox:before {
   content: "";
}
.line-icon-Drum:before {
   content: "";
}
.line-icon-Dry:before {
   content: "";
}
.line-icon-Duck:before {
   content: "";
}
.line-icon-Dumbbell:before {
   content: "";
}
.line-icon-Duplicate-Layer:before {
   content: "";
}
.line-icon-Duplicate-Window:before {
   content: "";
}
.line-icon-DVD:before {
   content: "";
}
.line-icon-Eagle:before {
   content: "";
}
.line-icon-Ear:before {
   content: "";
}
.line-icon-Earphones-2:before {
   content: "";
}
.line-icon-Earphones:before {
   content: "";
}
.line-icon-Eci-Icon:before {
   content: "";
}
.line-icon-Edit-Map:before {
   content: "";
}
.line-icon-Edit:before {
   content: "";
}
.line-icon-Eggs:before {
   content: "";
}
.line-icon-Egypt:before {
   content: "";
}
.line-icon-Eifel-Tower:before {
   content: "";
}
.line-icon-eject-2:before {
   content: "";
}
.line-icon-Eject:before {
   content: "";
}
.line-icon-El-Castillo:before {
   content: "";
}
.line-icon-Elbow:before {
   content: "";
}
.line-icon-Electric-Guitar:before {
   content: "";
}
.line-icon-Electricity:before {
   content: "";
}
.line-icon-Elephant:before {
   content: "";
}
.line-icon-Email:before {
   content: "";
}
.line-icon-Embassy:before {
   content: "";
}
.line-icon-Empire-StateBuilding:before {
   content: "";
}
.line-icon-Empty-Box:before {
   content: "";
}
.line-icon-End2:before {
   content: "";
}
.line-icon-End-2:before {
   content: "";
}
.line-icon-End:before {
   content: "";
}
.line-icon-Endways:before {
   content: "";
}
.line-icon-Engineering:before {
   content: "";
}
.line-icon-Envelope-2:before {
   content: "";
}
.line-icon-Envelope:before {
   content: "";
}
.line-icon-Environmental-2:before {
   content: "";
}
.line-icon-Environmental-3:before {
   content: "";
}
.line-icon-Environmental:before {
   content: "";
}
.line-icon-Equalizer:before {
   content: "";
}
.line-icon-Eraser-2:before {
   content: "";
}
.line-icon-Eraser-3:before {
   content: "";
}
.line-icon-Eraser:before {
   content: "";
}
.line-icon-Error-404Window:before {
   content: "";
}
.line-icon-Euro-Sign:before {
   content: "";
}
.line-icon-Euro-Sign2:before {
   content: "";
}
.line-icon-Euro:before {
   content: "";
}
.line-icon-Evernote:before {
   content: "";
}
.line-icon-Evil:before {
   content: "";
}
.line-icon-Explode:before {
   content: "";
}
.line-icon-Eye-2:before {
   content: "";
}
.line-icon-Eye-Blind:before {
   content: "";
}
.line-icon-Eye-Invisible:before {
   content: "";
}
.line-icon-Eye-Scan:before {
   content: "";
}
.line-icon-Eye-Visible:before {
   content: "";
}
.line-icon-Eye:before {
   content: "";
}
.line-icon-Eyebrow-2:before {
   content: "";
}
.line-icon-Eyebrow-3:before {
   content: "";
}
.line-icon-Eyebrow:before {
   content: "";
}
.line-icon-Eyeglasses-Smiley:before {
   content: "";
}
.line-icon-Eyeglasses-Smiley2:before {
   content: "";
}
.line-icon-Face-Style:before {
   content: "";
}
.line-icon-Face-Style2:before {
   content: "";
}
.line-icon-Face-Style3:before {
   content: "";
}
.line-icon-Face-Style4:before {
   content: "";
}
.line-icon-Face-Style5:before {
   content: "";
}
.line-icon-Face-Style6:before {
   content: "";
}
.line-icon-Facebook-2:before {
   content: "";
}
.line-icon-Facebook:before {
   content: "";
}
.line-icon-Factory-2:before {
   content: "";
}
.line-icon-Factory:before {
   content: "";
}
.line-icon-Fahrenheit:before {
   content: "";
}
.line-icon-Family-Sign:before {
   content: "";
}
.line-icon-Fan:before {
   content: "";
}
.line-icon-Farmer:before {
   content: "";
}
.line-icon-Fashion:before {
   content: "";
}
.line-icon-Favorite-Window:before {
   content: "";
}
.line-icon-Fax:before {
   content: "";
}
.line-icon-Feather:before {
   content: "";
}
.line-icon-Feedburner:before {
   content: "";
}
.line-icon-Female-2:before {
   content: "";
}
.line-icon-Female-Sign:before {
   content: "";
}
.line-icon-Female:before {
   content: "";
}
.line-icon-File-Block:before {
   content: "";
}
.line-icon-File-Bookmark:before {
   content: "";
}
.line-icon-File-Chart:before {
   content: "";
}
.line-icon-File-Clipboard:before {
   content: "";
}
.line-icon-File-ClipboardFileText:before {
   content: "";
}
.line-icon-File-ClipboardTextImage:before {
   content: "";
}
.line-icon-File-Cloud:before {
   content: "";
}
.line-icon-File-Copy:before {
   content: "";
}
.line-icon-File-Copy2:before {
   content: "";
}
.line-icon-File-CSV:before {
   content: "";
}
.line-icon-File-Download:before {
   content: "";
}
.line-icon-File-Edit:before {
   content: "";
}
.line-icon-File-Excel:before {
   content: "";
}
.line-icon-File-Favorite:before {
   content: "";
}
.line-icon-File-Fire:before {
   content: "";
}
.line-icon-File-Graph:before {
   content: "";
}
.line-icon-File-Hide:before {
   content: "";
}
.line-icon-File-Horizontal:before {
   content: "";
}
.line-icon-File-HorizontalText:before {
   content: "";
}
.line-icon-File-HTML:before {
   content: "";
}
.line-icon-File-JPG:before {
   content: "";
}
.line-icon-File-Link:before {
   content: "";
}
.line-icon-File-Loading:before {
   content: "";
}
.line-icon-File-Lock:before {
   content: "";
}
.line-icon-File-Love:before {
   content: "";
}
.line-icon-File-Music:before {
   content: "";
}
.line-icon-File-Network:before {
   content: "";
}
.line-icon-File-Pictures:before {
   content: "";
}
.line-icon-File-Pie:before {
   content: "";
}
.line-icon-File-Presentation:before {
   content: "";
}
.line-icon-File-Refresh:before {
   content: "";
}
.line-icon-File-Search:before {
   content: "";
}
.line-icon-File-Settings:before {
   content: "";
}
.line-icon-File-Share:before {
   content: "";
}
.line-icon-File-TextImage:before {
   content: "";
}
.line-icon-File-Trash:before {
   content: "";
}
.line-icon-File-TXT:before {
   content: "";
}
.line-icon-File-Upload:before {
   content: "";
}
.line-icon-File-Video:before {
   content: "";
}
.line-icon-File-Word:before {
   content: "";
}
.line-icon-File-Zip:before {
   content: "";
}
.line-icon-File:before {
   content: "";
}
.line-icon-Files:before {
   content: "";
}
.line-icon-Film-Board:before {
   content: "";
}
.line-icon-Film-Cartridge:before {
   content: "";
}
.line-icon-Film-Strip:before {
   content: "";
}
.line-icon-Film-Video:before {
   content: "";
}
.line-icon-Film:before {
   content: "";
}
.line-icon-Filter-2:before {
   content: "";
}
.line-icon-Filter:before {
   content: "";
}
.line-icon-Financial:before {
   content: "";
}
.line-icon-Find-User:before {
   content: "";
}
.line-icon-Finger-DragFourSides:before {
   content: "";
}
.line-icon-Finger-DragTwoSides:before {
   content: "";
}
.line-icon-Finger-Print:before {
   content: "";
}
.line-icon-Finger:before {
   content: "";
}
.line-icon-Fingerprint-2:before {
   content: "";
}
.line-icon-Fingerprint:before {
   content: "";
}
.line-icon-Fire-Flame:before {
   content: "";
}
.line-icon-Fire-Flame2:before {
   content: "";
}
.line-icon-Fire-Hydrant:before {
   content: "";
}
.line-icon-Fire-Staion:before {
   content: "";
}
.line-icon-Firefox:before {
   content: "";
}
.line-icon-Firewall:before {
   content: "";
}
.line-icon-First-Aid:before {
   content: "";
}
.line-icon-First:before {
   content: "";
}
.line-icon-Fish-Food:before {
   content: "";
}
.line-icon-Fish:before {
   content: "";
}
.line-icon-Fit-To:before {
   content: "";
}
.line-icon-Fit-To2:before {
   content: "";
}
.line-icon-Five-Fingers:before {
   content: "";
}
.line-icon-Five-FingersDrag:before {
   content: "";
}
.line-icon-Five-FingersDrag2:before {
   content: "";
}
.line-icon-Five-FingersTouch:before {
   content: "";
}
.line-icon-Flag-2:before {
   content: "";
}
.line-icon-Flag-3:before {
   content: "";
}
.line-icon-Flag-4:before {
   content: "";
}
.line-icon-Flag-5:before {
   content: "";
}
.line-icon-Flag-6:before {
   content: "";
}
.line-icon-Flag:before {
   content: "";
}
.line-icon-Flamingo:before {
   content: "";
}
.line-icon-Flash-2:before {
   content: "";
}
.line-icon-Flash-Video:before {
   content: "";
}
.line-icon-Flash:before {
   content: "";
}
.line-icon-Flashlight:before {
   content: "";
}
.line-icon-Flask-2:before {
   content: "";
}
.line-icon-Flask:before {
   content: "";
}
.line-icon-Flick:before {
   content: "";
}
.line-icon-Flickr:before {
   content: "";
}
.line-icon-Flowerpot:before {
   content: "";
}
.line-icon-Fluorescent:before {
   content: "";
}
.line-icon-Fog-Day:before {
   content: "";
}
.line-icon-Fog-Night:before {
   content: "";
}
.line-icon-Folder-Add:before {
   content: "";
}
.line-icon-Folder-Archive:before {
   content: "";
}
.line-icon-Folder-Binder:before {
   content: "";
}
.line-icon-Folder-Binder2:before {
   content: "";
}
.line-icon-Folder-Block:before {
   content: "";
}
.line-icon-Folder-Bookmark:before {
   content: "";
}
.line-icon-Folder-Close:before {
   content: "";
}
.line-icon-Folder-Cloud:before {
   content: "";
}
.line-icon-Folder-Delete:before {
   content: "";
}
.line-icon-Folder-Download:before {
   content: "";
}
.line-icon-Folder-Edit:before {
   content: "";
}
.line-icon-Folder-Favorite:before {
   content: "";
}
.line-icon-Folder-Fire:before {
   content: "";
}
.line-icon-Folder-Hide:before {
   content: "";
}
.line-icon-Folder-Link:before {
   content: "";
}
.line-icon-Folder-Loading:before {
   content: "";
}
.line-icon-Folder-Lock:before {
   content: "";
}
.line-icon-Folder-Love:before {
   content: "";
}
.line-icon-Folder-Music:before {
   content: "";
}
.line-icon-Folder-Network:before {
   content: "";
}
.line-icon-Folder-Open:before {
   content: "";
}
.line-icon-Folder-Open2:before {
   content: "";
}
.line-icon-Folder-Organizing:before {
   content: "";
}
.line-icon-Folder-Pictures:before {
   content: "";
}
.line-icon-Folder-Refresh:before {
   content: "";
}
.line-icon-Folder-Remove-:before {
   content: "";
}
.line-icon-Folder-Search:before {
   content: "";
}
.line-icon-Folder-Settings:before {
   content: "";
}
.line-icon-Folder-Share:before {
   content: "";
}
.line-icon-Folder-Trash:before {
   content: "";
}
.line-icon-Folder-Upload:before {
   content: "";
}
.line-icon-Folder-Video:before {
   content: "";
}
.line-icon-Folder-WithDocument:before {
   content: "";
}
.line-icon-Folder-Zip:before {
   content: "";
}
.line-icon-Folder:before {
   content: "";
}
.line-icon-Folders:before {
   content: "";
}
.line-icon-Font-Color:before {
   content: "";
}
.line-icon-Font-Name:before {
   content: "";
}
.line-icon-Font-Size:before {
   content: "";
}
.line-icon-Font-Style:before {
   content: "";
}
.line-icon-Font-StyleSubscript:before {
   content: "";
}
.line-icon-Font-StyleSuperscript:before {
   content: "";
}
.line-icon-Font-Window:before {
   content: "";
}
.line-icon-Foot-2:before {
   content: "";
}
.line-icon-Foot:before {
   content: "";
}
.line-icon-Football-2:before {
   content: "";
}
.line-icon-Football:before {
   content: "";
}
.line-icon-Footprint-2:before {
   content: "";
}
.line-icon-Footprint-3:before {
   content: "";
}
.line-icon-Footprint:before {
   content: "";
}
.line-icon-Forest:before {
   content: "";
}
.line-icon-Fork:before {
   content: "";
}
.line-icon-Formspring:before {
   content: "";
}
.line-icon-Formula:before {
   content: "";
}
.line-icon-Forsquare:before {
   content: "";
}
.line-icon-Forward:before {
   content: "";
}
.line-icon-Fountain-Pen:before {
   content: "";
}
.line-icon-Four-Fingers:before {
   content: "";
}
.line-icon-Four-FingersDrag:before {
   content: "";
}
.line-icon-Four-FingersDrag2:before {
   content: "";
}
.line-icon-Four-FingersTouch:before {
   content: "";
}
.line-icon-Fox:before {
   content: "";
}
.line-icon-Frankenstein:before {
   content: "";
}
.line-icon-French-Fries:before {
   content: "";
}
.line-icon-Friendfeed:before {
   content: "";
}
.line-icon-Friendster:before {
   content: "";
}
.line-icon-Frog:before {
   content: "";
}
.line-icon-Fruits:before {
   content: "";
}
.line-icon-Fuel:before {
   content: "";
}
.line-icon-Full-Bag:before {
   content: "";
}
.line-icon-Full-Basket:before {
   content: "";
}
.line-icon-Full-Cart:before {
   content: "";
}
.line-icon-Full-Moon:before {
   content: "";
}
.line-icon-Full-Screen:before {
   content: "";
}
.line-icon-Full-Screen2:before {
   content: "";
}
.line-icon-Full-View:before {
   content: "";
}
.line-icon-Full-View2:before {
   content: "";
}
.line-icon-Full-ViewWindow:before {
   content: "";
}
.line-icon-Function:before {
   content: "";
}
.line-icon-Funky:before {
   content: "";
}
.line-icon-Funny-Bicycle:before {
   content: "";
}
.line-icon-Furl:before {
   content: "";
}
.line-icon-Gamepad-2:before {
   content: "";
}
.line-icon-Gamepad:before {
   content: "";
}
.line-icon-Gas-Pump:before {
   content: "";
}
.line-icon-Gaugage-2:before {
   content: "";
}
.line-icon-Gaugage:before {
   content: "";
}
.line-icon-Gay:before {
   content: "";
}
.line-icon-Gear-2:before {
   content: "";
}
.line-icon-Gear:before {
   content: "";
}
.line-icon-Gears-2:before {
   content: "";
}
.line-icon-Gears:before {
   content: "";
}
.line-icon-Geek-2:before {
   content: "";
}
.line-icon-Geek:before {
   content: "";
}
.line-icon-Gemini-2:before {
   content: "";
}
.line-icon-Gemini:before {
   content: "";
}
.line-icon-Genius:before {
   content: "";
}
.line-icon-Gentleman:before {
   content: "";
}
.line-icon-Geo--:before {
   content: "";
}
.line-icon-Geo-:before {
   content: "";
}
.line-icon-Geo-Close:before {
   content: "";
}
.line-icon-Geo-Love:before {
   content: "";
}
.line-icon-Geo-Number:before {
   content: "";
}
.line-icon-Geo-Star:before {
   content: "";
}
.line-icon-Geo:before {
   content: "";
}
.line-icon-Geo2--:before {
   content: "";
}
.line-icon-Geo2-:before {
   content: "";
}
.line-icon-Geo2-Close:before {
   content: "";
}
.line-icon-Geo2-Love:before {
   content: "";
}
.line-icon-Geo2-Number:before {
   content: "";
}
.line-icon-Geo2-Star:before {
   content: "";
}
.line-icon-Geo2:before {
   content: "";
}
.line-icon-Geo3--:before {
   content: "";
}
.line-icon-Geo3-:before {
   content: "";
}
.line-icon-Geo3-Close:before {
   content: "";
}
.line-icon-Geo3-Love:before {
   content: "";
}
.line-icon-Geo3-Number:before {
   content: "";
}
.line-icon-Geo3-Star:before {
   content: "";
}
.line-icon-Geo3:before {
   content: "";
}
.line-icon-Gey:before {
   content: "";
}
.line-icon-Gift-Box:before {
   content: "";
}
.line-icon-Giraffe:before {
   content: "";
}
.line-icon-Girl:before {
   content: "";
}
.line-icon-Glass-Water:before {
   content: "";
}
.line-icon-Glasses-2:before {
   content: "";
}
.line-icon-Glasses-3:before {
   content: "";
}
.line-icon-Glasses:before {
   content: "";
}
.line-icon-Global-Position:before {
   content: "";
}
.line-icon-Globe-2:before {
   content: "";
}
.line-icon-Globe:before {
   content: "";
}
.line-icon-Gloves:before {
   content: "";
}
.line-icon-Go-Bottom:before {
   content: "";
}
.line-icon-Go-Top:before {
   content: "";
}
.line-icon-Goggles:before {
   content: "";
}
.line-icon-Golf-2:before {
   content: "";
}
.line-icon-Golf:before {
   content: "";
}
.line-icon-Google-Buzz:before {
   content: "";
}
.line-icon-Google-Drive:before {
   content: "";
}
.line-icon-Google-Play:before {
   content: "";
}
.line-icon-Google-Plus:before {
   content: "";
}
.line-icon-Google:before {
   content: "";
}
.line-icon-Gopro:before {
   content: "";
}
.line-icon-Gorilla:before {
   content: "";
}
.line-icon-Gowalla:before {
   content: "";
}
.line-icon-Grave:before {
   content: "";
}
.line-icon-Graveyard:before {
   content: "";
}
.line-icon-Greece:before {
   content: "";
}
.line-icon-Green-Energy:before {
   content: "";
}
.line-icon-Green-House:before {
   content: "";
}
.line-icon-Guitar:before {
   content: "";
}
.line-icon-Gun-2:before {
   content: "";
}
.line-icon-Gun-3:before {
   content: "";
}
.line-icon-Gun:before {
   content: "";
}
.line-icon-Gymnastics:before {
   content: "";
}
.line-icon-Hair-2:before {
   content: "";
}
.line-icon-Hair-3:before {
   content: "";
}
.line-icon-Hair-4:before {
   content: "";
}
.line-icon-Hair:before {
   content: "";
}
.line-icon-Half-Moon:before {
   content: "";
}
.line-icon-Halloween-HalfMoon:before {
   content: "";
}
.line-icon-Halloween-Moon:before {
   content: "";
}
.line-icon-Hamburger:before {
   content: "";
}
.line-icon-Hammer:before {
   content: "";
}
.line-icon-Hand-Touch:before {
   content: "";
}
.line-icon-Hand-Touch2:before {
   content: "";
}
.line-icon-Hand-TouchSmartphone:before {
   content: "";
}
.line-icon-Hand:before {
   content: "";
}
.line-icon-Hands:before {
   content: "";
}
.line-icon-Handshake:before {
   content: "";
}
.line-icon-Hanger:before {
   content: "";
}
.line-icon-Happy:before {
   content: "";
}
.line-icon-Hat-2:before {
   content: "";
}
.line-icon-Hat:before {
   content: "";
}
.line-icon-Haunted-House:before {
   content: "";
}
.line-icon-HD-Video:before {
   content: "";
}
.line-icon-HD:before {
   content: "";
}
.line-icon-HDD:before {
   content: "";
}
.line-icon-Headphone:before {
   content: "";
}
.line-icon-Headphones:before {
   content: "";
}
.line-icon-Headset:before {
   content: "";
}
.line-icon-Heart-2:before {
   content: "";
}
.line-icon-Heart:before {
   content: "";
}
.line-icon-Heels-2:before {
   content: "";
}
.line-icon-Heels:before {
   content: "";
}
.line-icon-Height-Window:before {
   content: "";
}
.line-icon-Helicopter-2:before {
   content: "";
}
.line-icon-Helicopter:before {
   content: "";
}
.line-icon-Helix-2:before {
   content: "";
}
.line-icon-Hello:before {
   content: "";
}
.line-icon-Helmet-2:before {
   content: "";
}
.line-icon-Helmet-3:before {
   content: "";
}
.line-icon-Helmet:before {
   content: "";
}
.line-icon-Hipo:before {
   content: "";
}
.line-icon-Hipster-Glasses:before {
   content: "";
}
.line-icon-Hipster-Glasses2:before {
   content: "";
}
.line-icon-Hipster-Glasses3:before {
   content: "";
}
.line-icon-Hipster-Headphones:before {
   content: "";
}
.line-icon-Hipster-Men:before {
   content: "";
}
.line-icon-Hipster-Men2:before {
   content: "";
}
.line-icon-Hipster-Men3:before {
   content: "";
}
.line-icon-Hipster-Sunglasses:before {
   content: "";
}
.line-icon-Hipster-Sunglasses2:before {
   content: "";
}
.line-icon-Hipster-Sunglasses3:before {
   content: "";
}
.line-icon-Hokey:before {
   content: "";
}
.line-icon-Holly:before {
   content: "";
}
.line-icon-Home-2:before {
   content: "";
}
.line-icon-Home-3:before {
   content: "";
}
.line-icon-Home-4:before {
   content: "";
}
.line-icon-Home-5:before {
   content: "";
}
.line-icon-Home-Window:before {
   content: "";
}
.line-icon-Home:before {
   content: "";
}
.line-icon-Homosexual:before {
   content: "";
}
.line-icon-Honey:before {
   content: "";
}
.line-icon-Hong-Kong:before {
   content: "";
}
.line-icon-Hoodie:before {
   content: "";
}
.line-icon-Horror:before {
   content: "";
}
.line-icon-Horse:before {
   content: "";
}
.line-icon-Hospital-2:before {
   content: "";
}
.line-icon-Hospital:before {
   content: "";
}
.line-icon-Host:before {
   content: "";
}
.line-icon-Hot-Dog:before {
   content: "";
}
.line-icon-Hotel:before {
   content: "";
}
.line-icon-Hour:before {
   content: "";
}
.line-icon-Hub:before {
   content: "";
}
.line-icon-Humor:before {
   content: "";
}
.line-icon-Hurt:before {
   content: "";
}
.line-icon-Ice-Cream:before {
   content: "";
}
.line-icon-ICQ:before {
   content: "";
}
.line-icon-ID-2:before {
   content: "";
}
.line-icon-ID-3:before {
   content: "";
}
.line-icon-ID-Card:before {
   content: "";
}
.line-icon-Idea-2:before {
   content: "";
}
.line-icon-Idea-3:before {
   content: "";
}
.line-icon-Idea-4:before {
   content: "";
}
.line-icon-Idea-5:before {
   content: "";
}
.line-icon-Idea:before {
   content: "";
}
.line-icon-Identification-Badge:before {
   content: "";
}
.line-icon-ImDB:before {
   content: "";
}
.line-icon-Inbox-Empty:before {
   content: "";
}
.line-icon-Inbox-Forward:before {
   content: "";
}
.line-icon-Inbox-Full:before {
   content: "";
}
.line-icon-Inbox-Into:before {
   content: "";
}
.line-icon-Inbox-Out:before {
   content: "";
}
.line-icon-Inbox-Reply:before {
   content: "";
}
.line-icon-Inbox:before {
   content: "";
}
.line-icon-Increase-Inedit:before {
   content: "";
}
.line-icon-Indent-FirstLine:before {
   content: "";
}
.line-icon-Indent-LeftMargin:before {
   content: "";
}
.line-icon-Indent-RightMargin:before {
   content: "";
}
.line-icon-India:before {
   content: "";
}
.line-icon-Info-Window:before {
   content: "";
}
.line-icon-Information:before {
   content: "";
}
.line-icon-Inifity:before {
   content: "";
}
.line-icon-Instagram:before {
   content: "";
}
.line-icon-Internet-2:before {
   content: "";
}
.line-icon-Internet-Explorer:before {
   content: "";
}
.line-icon-Internet-Smiley:before {
   content: "";
}
.line-icon-Internet:before {
   content: "";
}
.line-icon-iOS-Apple:before {
   content: "";
}
.line-icon-Israel:before {
   content: "";
}
.line-icon-Italic-Text:before {
   content: "";
}
.line-icon-Jacket-2:before {
   content: "";
}
.line-icon-Jacket:before {
   content: "";
}
.line-icon-Jamaica:before {
   content: "";
}
.line-icon-Japan:before {
   content: "";
}
.line-icon-Japanese-Gate:before {
   content: "";
}
.line-icon-Jeans:before {
   content: "";
}
.line-icon-Jeep-2:before {
   content: "";
}
.line-icon-Jeep:before {
   content: "";
}
.line-icon-Jet:before {
   content: "";
}
.line-icon-Joystick:before {
   content: "";
}
.line-icon-Juice:before {
   content: "";
}
.line-icon-Jump-Rope:before {
   content: "";
}
.line-icon-Kangoroo:before {
   content: "";
}
.line-icon-Kenya:before {
   content: "";
}
.line-icon-Key-2:before {
   content: "";
}
.line-icon-Key-3:before {
   content: "";
}
.line-icon-Key-Lock:before {
   content: "";
}
.line-icon-Key:before {
   content: "";
}
.line-icon-Keyboard:before {
   content: "";
}
.line-icon-Keyboard3:before {
   content: "";
}
.line-icon-Keypad:before {
   content: "";
}
.line-icon-King-2:before {
   content: "";
}
.line-icon-King:before {
   content: "";
}
.line-icon-Kiss:before {
   content: "";
}
.line-icon-Knee:before {
   content: "";
}
.line-icon-Knife-2:before {
   content: "";
}
.line-icon-Knife:before {
   content: "";
}
.line-icon-Knight:before {
   content: "";
}
.line-icon-Koala:before {
   content: "";
}
.line-icon-Korea:before {
   content: "";
}
.line-icon-Lamp:before {
   content: "";
}
.line-icon-Landscape-2:before {
   content: "";
}
.line-icon-Landscape:before {
   content: "";
}
.line-icon-Lantern:before {
   content: "";
}
.line-icon-Laptop-2:before {
   content: "";
}
.line-icon-Laptop-3:before {
   content: "";
}
.line-icon-Laptop-Phone:before {
   content: "";
}
.line-icon-Laptop-Secure:before {
   content: "";
}
.line-icon-Laptop-Tablet:before {
   content: "";
}
.line-icon-Laptop:before {
   content: "";
}
.line-icon-Laser:before {
   content: "";
}
.line-icon-Last-FM:before {
   content: "";
}
.line-icon-Last:before {
   content: "";
}
.line-icon-Laughing:before {
   content: "";
}
.line-icon-Layer-1635:before {
   content: "";
}
.line-icon-Layer-1646:before {
   content: "";
}
.line-icon-Layer-Backward:before {
   content: "";
}
.line-icon-Layer-Forward:before {
   content: "";
}
.line-icon-Leafs-2:before {
   content: "";
}
.line-icon-Leafs:before {
   content: "";
}
.line-icon-Leaning-Tower:before {
   content: "";
}
.line-icon-Left--Right:before {
   content: "";
}
.line-icon-Left--Right3:before {
   content: "";
}
.line-icon-Left-2:before {
   content: "";
}
.line-icon-Left-3:before {
   content: "";
}
.line-icon-Left-4:before {
   content: "";
}
.line-icon-Left-ToRight:before {
   content: "";
}
.line-icon-Left:before {
   content: "";
}
.line-icon-Leg-2:before {
   content: "";
}
.line-icon-Leg:before {
   content: "";
}
.line-icon-Lego:before {
   content: "";
}
.line-icon-Lemon:before {
   content: "";
}
.line-icon-Len-2:before {
   content: "";
}
.line-icon-Len-3:before {
   content: "";
}
.line-icon-Len:before {
   content: "";
}
.line-icon-Leo-2:before {
   content: "";
}
.line-icon-Leo:before {
   content: "";
}
.line-icon-Leopard:before {
   content: "";
}
.line-icon-Lesbian:before {
   content: "";
}
.line-icon-Lesbians:before {
   content: "";
}
.line-icon-Letter-Close:before {
   content: "";
}
.line-icon-Letter-Open:before {
   content: "";
}
.line-icon-Letter-Sent:before {
   content: "";
}
.line-icon-Libra-2:before {
   content: "";
}
.line-icon-Libra:before {
   content: "";
}
.line-icon-Library-2:before {
   content: "";
}
.line-icon-Library:before {
   content: "";
}
.line-icon-Life-Jacket:before {
   content: "";
}
.line-icon-Life-Safer:before {
   content: "";
}
.line-icon-Light-Bulb:before {
   content: "";
}
.line-icon-Light-Bulb2:before {
   content: "";
}
.line-icon-Light-BulbLeaf:before {
   content: "";
}
.line-icon-Lighthouse:before {
   content: "";
}
.line-icon-Like-2:before {
   content: "";
}
.line-icon-Like:before {
   content: "";
}
.line-icon-Line-Chart:before {
   content: "";
}
.line-icon-Line-Chart2:before {
   content: "";
}
.line-icon-Line-Chart3:before {
   content: "";
}
.line-icon-Line-Chart4:before {
   content: "";
}
.line-icon-Line-Spacing:before {
   content: "";
}
.line-icon-Line-SpacingText:before {
   content: "";
}
.line-icon-Link-2:before {
   content: "";
}
.line-icon-Link:before {
   content: "";
}
.line-icon-Linkedin-2:before {
   content: "";
}
.line-icon-Linkedin:before {
   content: "";
}
.line-icon-Linux:before {
   content: "";
}
.line-icon-Lion:before {
   content: "";
}
.line-icon-Livejournal:before {
   content: "";
}
.line-icon-Loading-2:before {
   content: "";
}
.line-icon-Loading-3:before {
   content: "";
}
.line-icon-Loading-Window:before {
   content: "";
}
.line-icon-Loading:before {
   content: "";
}
.line-icon-Location-2:before {
   content: "";
}
.line-icon-Location:before {
   content: "";
}
.line-icon-Lock-2:before {
   content: "";
}
.line-icon-Lock-3:before {
   content: "";
}
.line-icon-Lock-User:before {
   content: "";
}
.line-icon-Lock-Window:before {
   content: "";
}
.line-icon-Lock:before {
   content: "";
}
.line-icon-Lollipop-2:before {
   content: "";
}
.line-icon-Lollipop-3:before {
   content: "";
}
.line-icon-Lollipop:before {
   content: "";
}
.line-icon-Loop:before {
   content: "";
}
.line-icon-Loud:before {
   content: "";
}
.line-icon-Loudspeaker:before {
   content: "";
}
.line-icon-Love-2:before {
   content: "";
}
.line-icon-Love-User:before {
   content: "";
}
.line-icon-Love-Window:before {
   content: "";
}
.line-icon-Love:before {
   content: "";
}
.line-icon-Lowercase-Text:before {
   content: "";
}
.line-icon-Luggafe-Front:before {
   content: "";
}
.line-icon-Luggage-2:before {
   content: "";
}
.line-icon-Macro:before {
   content: "";
}
.line-icon-Magic-Wand:before {
   content: "";
}
.line-icon-Magnet:before {
   content: "";
}
.line-icon-Magnifi-Glass-:before {
   content: "";
}
.line-icon-Magnifi-Glass:before {
   content: "";
}
.line-icon-Magnifi-Glass2:before {
   content: "";
}
.line-icon-Mail-2:before {
   content: "";
}
.line-icon-Mail-3:before {
   content: "";
}
.line-icon-Mail-Add:before {
   content: "";
}
.line-icon-Mail-Attachement:before {
   content: "";
}
.line-icon-Mail-Block:before {
   content: "";
}
.line-icon-Mail-Delete:before {
   content: "";
}
.line-icon-Mail-Favorite:before {
   content: "";
}
.line-icon-Mail-Forward:before {
   content: "";
}
.line-icon-Mail-Gallery:before {
   content: "";
}
.line-icon-Mail-Inbox:before {
   content: "";
}
.line-icon-Mail-Link:before {
   content: "";
}
.line-icon-Mail-Lock:before {
   content: "";
}
.line-icon-Mail-Love:before {
   content: "";
}
.line-icon-Mail-Money:before {
   content: "";
}
.line-icon-Mail-Open:before {
   content: "";
}
.line-icon-Mail-Outbox:before {
   content: "";
}
.line-icon-Mail-Password:before {
   content: "";
}
.line-icon-Mail-Photo:before {
   content: "";
}
.line-icon-Mail-Read:before {
   content: "";
}
.line-icon-Mail-Removex:before {
   content: "";
}
.line-icon-Mail-Reply:before {
   content: "";
}
.line-icon-Mail-ReplyAll:before {
   content: "";
}
.line-icon-Mail-Search:before {
   content: "";
}
.line-icon-Mail-Send:before {
   content: "";
}
.line-icon-Mail-Settings:before {
   content: "";
}
.line-icon-Mail-Unread:before {
   content: "";
}
.line-icon-Mail-Video:before {
   content: "";
}
.line-icon-Mail-withAtSign:before {
   content: "";
}
.line-icon-Mail-WithCursors:before {
   content: "";
}
.line-icon-Mail:before {
   content: "";
}
.line-icon-Mailbox-Empty:before {
   content: "";
}
.line-icon-Mailbox-Full:before {
   content: "";
}
.line-icon-Male-2:before {
   content: "";
}
.line-icon-Male-Sign:before {
   content: "";
}
.line-icon-Male:before {
   content: "";
}
.line-icon-MaleFemale:before {
   content: "";
}
.line-icon-Man-Sign:before {
   content: "";
}
.line-icon-Management:before {
   content: "";
}
.line-icon-Mans-Underwear:before {
   content: "";
}
.line-icon-Mans-Underwear2:before {
   content: "";
}
.line-icon-Map-Marker:before {
   content: "";
}
.line-icon-Map-Marker2:before {
   content: "";
}
.line-icon-Map-Marker3:before {
   content: "";
}
.line-icon-Map:before {
   content: "";
}
.line-icon-Map2:before {
   content: "";
}
.line-icon-Marker-2:before {
   content: "";
}
.line-icon-Marker-3:before {
   content: "";
}
.line-icon-Marker:before {
   content: "";
}
.line-icon-Martini-Glass:before {
   content: "";
}
.line-icon-Mask:before {
   content: "";
}
.line-icon-Master-Card:before {
   content: "";
}
.line-icon-Maximize-Window:before {
   content: "";
}
.line-icon-Maximize:before {
   content: "";
}
.line-icon-Medal-2:before {
   content: "";
}
.line-icon-Medal-3:before {
   content: "";
}
.line-icon-Medal:before {
   content: "";
}
.line-icon-Medical-Sign:before {
   content: "";
}
.line-icon-Medicine-2:before {
   content: "";
}
.line-icon-Medicine-3:before {
   content: "";
}
.line-icon-Medicine:before {
   content: "";
}
.line-icon-Megaphone:before {
   content: "";
}
.line-icon-Memory-Card:before {
   content: "";
}
.line-icon-Memory-Card2:before {
   content: "";
}
.line-icon-Memory-Card3:before {
   content: "";
}
.line-icon-Men:before {
   content: "";
}
.line-icon-Menorah:before {
   content: "";
}
.line-icon-Mens:before {
   content: "";
}
.line-icon-Metacafe:before {
   content: "";
}
.line-icon-Mexico:before {
   content: "";
}
.line-icon-Mic:before {
   content: "";
}
.line-icon-Microphone-2:before {
   content: "";
}
.line-icon-Microphone-3:before {
   content: "";
}
.line-icon-Microphone-4:before {
   content: "";
}
.line-icon-Microphone-5:before {
   content: "";
}
.line-icon-Microphone-6:before {
   content: "";
}
.line-icon-Microphone-7:before {
   content: "";
}
.line-icon-Microphone:before {
   content: "";
}
.line-icon-Microscope:before {
   content: "";
}
.line-icon-Milk-Bottle:before {
   content: "";
}
.line-icon-Mine:before {
   content: "";
}
.line-icon-Minimize-Maximize-Close-Window:before {
   content: "";
}
.line-icon-Minimize-Window:before {
   content: "";
}
.line-icon-Minimize:before {
   content: "";
}
.line-icon-Mirror:before {
   content: "";
}
.line-icon-Mixer:before {
   content: "";
}
.line-icon-Mixx:before {
   content: "";
}
.line-icon-Money-2:before {
   content: "";
}
.line-icon-Money-Bag:before {
   content: "";
}
.line-icon-Money-Smiley:before {
   content: "";
}
.line-icon-Money:before {
   content: "";
}
.line-icon-Monitor-2:before {
   content: "";
}
.line-icon-Monitor-3:before {
   content: "";
}
.line-icon-Monitor-4:before {
   content: "";
}
.line-icon-Monitor-5:before {
   content: "";
}
.line-icon-Monitor-Analytics:before {
   content: "";
}
.line-icon-Monitor-Laptop:before {
   content: "";
}
.line-icon-Monitor-phone:before {
   content: "";
}
.line-icon-Monitor-Tablet:before {
   content: "";
}
.line-icon-Monitor-Vertical:before {
   content: "";
}
.line-icon-Monitor:before {
   content: "";
}
.line-icon-Monitoring:before {
   content: "";
}
.line-icon-Monkey:before {
   content: "";
}
.line-icon-Monster:before {
   content: "";
}
.line-icon-Morocco:before {
   content: "";
}
.line-icon-Motorcycle:before {
   content: "";
}
.line-icon-Mouse-2:before {
   content: "";
}
.line-icon-Mouse-3:before {
   content: "";
}
.line-icon-Mouse-4:before {
   content: "";
}
.line-icon-Mouse-Pointer:before {
   content: "";
}
.line-icon-Mouse:before {
   content: "";
}
.line-icon-Moustache-Smiley:before {
   content: "";
}
.line-icon-Movie-Ticket:before {
   content: "";
}
.line-icon-Movie:before {
   content: "";
}
.line-icon-Mp3-File:before {
   content: "";
}
.line-icon-Museum:before {
   content: "";
}
.line-icon-Mushroom:before {
   content: "";
}
.line-icon-Music-Note:before {
   content: "";
}
.line-icon-Music-Note2:before {
   content: "";
}
.line-icon-Music-Note3:before {
   content: "";
}
.line-icon-Music-Note4:before {
   content: "";
}
.line-icon-Music-Player:before {
   content: "";
}
.line-icon-Mustache-2:before {
   content: "";
}
.line-icon-Mustache-3:before {
   content: "";
}
.line-icon-Mustache-4:before {
   content: "";
}
.line-icon-Mustache-5:before {
   content: "";
}
.line-icon-Mustache-6:before {
   content: "";
}
.line-icon-Mustache-7:before {
   content: "";
}
.line-icon-Mustache-8:before {
   content: "";
}
.line-icon-Mustache:before {
   content: "";
}
.line-icon-Mute:before {
   content: "";
}
.line-icon-Myspace:before {
   content: "";
}
.line-icon-Navigat-Start:before {
   content: "";
}
.line-icon-Navigate-End:before {
   content: "";
}
.line-icon-Navigation-LeftWindow:before {
   content: "";
}
.line-icon-Navigation-RightWindow:before {
   content: "";
}
.line-icon-Nepal:before {
   content: "";
}
.line-icon-Netscape:before {
   content: "";
}
.line-icon-Network-Window:before {
   content: "";
}
.line-icon-Network:before {
   content: "";
}
.line-icon-Neutron:before {
   content: "";
}
.line-icon-New-Mail:before {
   content: "";
}
.line-icon-New-Tab:before {
   content: "";
}
.line-icon-Newspaper-2:before {
   content: "";
}
.line-icon-Newspaper:before {
   content: "";
}
.line-icon-Newsvine:before {
   content: "";
}
.line-icon-Next2:before {
   content: "";
}
.line-icon-Next-3:before {
   content: "";
}
.line-icon-Next-Music:before {
   content: "";
}
.line-icon-Next:before {
   content: "";
}
.line-icon-No-Battery:before {
   content: "";
}
.line-icon-No-Drop:before {
   content: "";
}
.line-icon-No-Flash:before {
   content: "";
}
.line-icon-No-Smoking:before {
   content: "";
}
.line-icon-Noose:before {
   content: "";
}
.line-icon-Normal-Text:before {
   content: "";
}
.line-icon-Note:before {
   content: "";
}
.line-icon-Notepad-2:before {
   content: "";
}
.line-icon-Notepad:before {
   content: "";
}
.line-icon-Nuclear:before {
   content: "";
}
.line-icon-Numbering-List:before {
   content: "";
}
.line-icon-Nurse:before {
   content: "";
}
.line-icon-Office-Lamp:before {
   content: "";
}
.line-icon-Office:before {
   content: "";
}
.line-icon-Oil:before {
   content: "";
}
.line-icon-Old-Camera:before {
   content: "";
}
.line-icon-Old-Cassette:before {
   content: "";
}
.line-icon-Old-Clock:before {
   content: "";
}
.line-icon-Old-Radio:before {
   content: "";
}
.line-icon-Old-Sticky:before {
   content: "";
}
.line-icon-Old-Sticky2:before {
   content: "";
}
.line-icon-Old-Telephone:before {
   content: "";
}
.line-icon-Old-TV:before {
   content: "";
}
.line-icon-On-Air:before {
   content: "";
}
.line-icon-On-Off-2:before {
   content: "";
}
.line-icon-On-Off-3:before {
   content: "";
}
.line-icon-On-off:before {
   content: "";
}
.line-icon-One-Finger:before {
   content: "";
}
.line-icon-One-FingerTouch:before {
   content: "";
}
.line-icon-One-Window:before {
   content: "";
}
.line-icon-Open-Banana:before {
   content: "";
}
.line-icon-Open-Book:before {
   content: "";
}
.line-icon-Opera-House:before {
   content: "";
}
.line-icon-Opera:before {
   content: "";
}
.line-icon-Optimization:before {
   content: "";
}
.line-icon-Orientation-2:before {
   content: "";
}
.line-icon-Orientation-3:before {
   content: "";
}
.line-icon-Orientation:before {
   content: "";
}
.line-icon-Orkut:before {
   content: "";
}
.line-icon-Ornament:before {
   content: "";
}
.line-icon-Over-Time:before {
   content: "";
}
.line-icon-Over-Time2:before {
   content: "";
}
.line-icon-Owl:before {
   content: "";
}
.line-icon-Pac-Man:before {
   content: "";
}
.line-icon-Paint-Brush:before {
   content: "";
}
.line-icon-Paint-Bucket:before {
   content: "";
}
.line-icon-Paintbrush:before {
   content: "";
}
.line-icon-Palette:before {
   content: "";
}
.line-icon-Palm-Tree:before {
   content: "";
}
.line-icon-Panda:before {
   content: "";
}
.line-icon-Panorama:before {
   content: "";
}
.line-icon-Pantheon:before {
   content: "";
}
.line-icon-Pantone:before {
   content: "";
}
.line-icon-Pants:before {
   content: "";
}
.line-icon-Paper-Plane:before {
   content: "";
}
.line-icon-Paper:before {
   content: "";
}
.line-icon-Parasailing:before {
   content: "";
}
.line-icon-Parrot:before {
   content: "";
}
.line-icon-Password-2shopping:before {
   content: "";
}
.line-icon-Password-Field:before {
   content: "";
}
.line-icon-Password-shopping:before {
   content: "";
}
.line-icon-Password:before {
   content: "";
}
.line-icon-pause-2:before {
   content: "";
}
.line-icon-Pause:before {
   content: "";
}
.line-icon-Paw:before {
   content: "";
}
.line-icon-Pawn:before {
   content: "";
}
.line-icon-Paypal:before {
   content: "";
}
.line-icon-Pen-2:before {
   content: "";
}
.line-icon-Pen-3:before {
   content: "";
}
.line-icon-Pen-4:before {
   content: "";
}
.line-icon-Pen-5:before {
   content: "";
}
.line-icon-Pen-6:before {
   content: "";
}
.line-icon-Pen:before {
   content: "";
}
.line-icon-Pencil-Ruler:before {
   content: "";
}
.line-icon-Pencil:before {
   content: "";
}
.line-icon-Penguin:before {
   content: "";
}
.line-icon-Pentagon:before {
   content: "";
}
.line-icon-People-onCloud:before {
   content: "";
}
.line-icon-Pepper-withFire:before {
   content: "";
}
.line-icon-Pepper:before {
   content: "";
}
.line-icon-Petrol:before {
   content: "";
}
.line-icon-Petronas-Tower:before {
   content: "";
}
.line-icon-Philipines:before {
   content: "";
}
.line-icon-Phone-2:before {
   content: "";
}
.line-icon-Phone-3:before {
   content: "";
}
.line-icon-Phone-3G:before {
   content: "";
}
.line-icon-Phone-4G:before {
   content: "";
}
.line-icon-Phone-Simcard:before {
   content: "";
}
.line-icon-Phone-SMS:before {
   content: "";
}
.line-icon-Phone-Wifi:before {
   content: "";
}
.line-icon-Phone:before {
   content: "";
}
.line-icon-Photo-2:before {
   content: "";
}
.line-icon-Photo-3:before {
   content: "";
}
.line-icon-Photo-Album:before {
   content: "";
}
.line-icon-Photo-Album2:before {
   content: "";
}
.line-icon-Photo-Album3:before {
   content: "";
}
.line-icon-Photo:before {
   content: "";
}
.line-icon-Photos:before {
   content: "";
}
.line-icon-Physics:before {
   content: "";
}
.line-icon-Pi:before {
   content: "";
}
.line-icon-Piano:before {
   content: "";
}
.line-icon-Picasa:before {
   content: "";
}
.line-icon-Pie-Chart:before {
   content: "";
}
.line-icon-Pie-Chart2:before {
   content: "";
}
.line-icon-Pie-Chart3:before {
   content: "";
}
.line-icon-Pilates-2:before {
   content: "";
}
.line-icon-Pilates-3:before {
   content: "";
}
.line-icon-Pilates:before {
   content: "";
}
.line-icon-Pilot:before {
   content: "";
}
.line-icon-Pinch:before {
   content: "";
}
.line-icon-Ping-Pong:before {
   content: "";
}
.line-icon-Pinterest:before {
   content: "";
}
.line-icon-Pipe:before {
   content: "";
}
.line-icon-Pipette:before {
   content: "";
}
.line-icon-Piramids:before {
   content: "";
}
.line-icon-Pisces-2:before {
   content: "";
}
.line-icon-Pisces:before {
   content: "";
}
.line-icon-Pizza-Slice:before {
   content: "";
}
.line-icon-Pizza:before {
   content: "";
}
.line-icon-Plane-2:before {
   content: "";
}
.line-icon-Plane:before {
   content: "";
}
.line-icon-Plant:before {
   content: "";
}
.line-icon-Plasmid:before {
   content: "";
}
.line-icon-Plaster:before {
   content: "";
}
.line-icon-Plastic-CupPhone:before {
   content: "";
}
.line-icon-Plastic-CupPhone2:before {
   content: "";
}
.line-icon-Plate:before {
   content: "";
}
.line-icon-Plates:before {
   content: "";
}
.line-icon-Plaxo:before {
   content: "";
}
.line-icon-Play-Music:before {
   content: "";
}
.line-icon-Plug-In:before {
   content: "";
}
.line-icon-Plug-In2:before {
   content: "";
}
.line-icon-Plurk:before {
   content: "";
}
.line-icon-Pointer:before {
   content: "";
}
.line-icon-Poland:before {
   content: "";
}
.line-icon-Police-Man:before {
   content: "";
}
.line-icon-Police-Station:before {
   content: "";
}
.line-icon-Police-Woman:before {
   content: "";
}
.line-icon-Police:before {
   content: "";
}
.line-icon-Polo-Shirt:before {
   content: "";
}
.line-icon-Portrait:before {
   content: "";
}
.line-icon-Portugal:before {
   content: "";
}
.line-icon-Post-Mail:before {
   content: "";
}
.line-icon-Post-Mail2:before {
   content: "";
}
.line-icon-Post-Office:before {
   content: "";
}
.line-icon-Post-Sign:before {
   content: "";
}
.line-icon-Post-Sign2ways:before {
   content: "";
}
.line-icon-Posterous:before {
   content: "";
}
.line-icon-Pound-Sign:before {
   content: "";
}
.line-icon-Pound-Sign2:before {
   content: "";
}
.line-icon-Pound:before {
   content: "";
}
.line-icon-Power-2:before {
   content: "";
}
.line-icon-Power-3:before {
   content: "";
}
.line-icon-Power-Cable:before {
   content: "";
}
.line-icon-Power-Station:before {
   content: "";
}
.line-icon-Power:before {
   content: "";
}
.line-icon-Prater:before {
   content: "";
}
.line-icon-Present:before {
   content: "";
}
.line-icon-Presents:before {
   content: "";
}
.line-icon-Press:before {
   content: "";
}
.line-icon-Preview:before {
   content: "";
}
.line-icon-Previous:before {
   content: "";
}
.line-icon-Pricing:before {
   content: "";
}
.line-icon-Printer:before {
   content: "";
}
.line-icon-Professor:before {
   content: "";
}
.line-icon-Profile:before {
   content: "";
}
.line-icon-Project:before {
   content: "";
}
.line-icon-Projector-2:before {
   content: "";
}
.line-icon-Projector:before {
   content: "";
}
.line-icon-Pulse:before {
   content: "";
}
.line-icon-Pumpkin:before {
   content: "";
}
.line-icon-Punk:before {
   content: "";
}
.line-icon-Punker:before {
   content: "";
}
.line-icon-Puzzle:before {
   content: "";
}
.line-icon-QIK:before {
   content: "";
}
.line-icon-QR-Code:before {
   content: "";
}
.line-icon-Queen-2:before {
   content: "";
}
.line-icon-Queen:before {
   content: "";
}
.line-icon-Quill-2:before {
   content: "";
}
.line-icon-Quill-3:before {
   content: "";
}
.line-icon-Quill:before {
   content: "";
}
.line-icon-Quotes-2:before {
   content: "";
}
.line-icon-Quotes:before {
   content: "";
}
.line-icon-Radio:before {
   content: "";
}
.line-icon-Radioactive:before {
   content: "";
}
.line-icon-Rafting:before {
   content: "";
}
.line-icon-Rain-Drop:before {
   content: "";
}
.line-icon-Rainbow-2:before {
   content: "";
}
.line-icon-Rainbow:before {
   content: "";
}
.line-icon-Ram:before {
   content: "";
}
.line-icon-Razzor-Blade:before {
   content: "";
}
.line-icon-Receipt-2:before {
   content: "";
}
.line-icon-Receipt-3:before {
   content: "";
}
.line-icon-Receipt-4:before {
   content: "";
}
.line-icon-Receipt:before {
   content: "";
}
.line-icon-Record2:before {
   content: "";
}
.line-icon-Record-3:before {
   content: "";
}
.line-icon-Record-Music:before {
   content: "";
}
.line-icon-Record:before {
   content: "";
}
.line-icon-Recycling-2:before {
   content: "";
}
.line-icon-Recycling:before {
   content: "";
}
.line-icon-Reddit:before {
   content: "";
}
.line-icon-Redhat:before {
   content: "";
}
.line-icon-Redirect:before {
   content: "";
}
.line-icon-Redo:before {
   content: "";
}
.line-icon-Reel:before {
   content: "";
}
.line-icon-Refinery:before {
   content: "";
}
.line-icon-Refresh-Window:before {
   content: "";
}
.line-icon-Refresh:before {
   content: "";
}
.line-icon-Reload-2:before {
   content: "";
}
.line-icon-Reload-3:before {
   content: "";
}
.line-icon-Reload:before {
   content: "";
}
.line-icon-Remote-Controll:before {
   content: "";
}
.line-icon-Remote-Controll2:before {
   content: "";
}
.line-icon-Remove-Bag:before {
   content: "";
}
.line-icon-Remove-Basket:before {
   content: "";
}
.line-icon-Remove-Cart:before {
   content: "";
}
.line-icon-Remove-File:before {
   content: "";
}
.line-icon-Remove-User:before {
   content: "";
}
.line-icon-Remove-Window:before {
   content: "";
}
.line-icon-Remove:before {
   content: "";
}
.line-icon-Rename:before {
   content: "";
}
.line-icon-Repair:before {
   content: "";
}
.line-icon-Repeat-2:before {
   content: "";
}
.line-icon-Repeat-3:before {
   content: "";
}
.line-icon-Repeat-4:before {
   content: "";
}
.line-icon-Repeat-5:before {
   content: "";
}
.line-icon-Repeat-6:before {
   content: "";
}
.line-icon-Repeat-7:before {
   content: "";
}
.line-icon-Repeat:before {
   content: "";
}
.line-icon-Reset:before {
   content: "";
}
.line-icon-Resize:before {
   content: "";
}
.line-icon-Restore-Window:before {
   content: "";
}
.line-icon-Retouching:before {
   content: "";
}
.line-icon-Retro-Camera:before {
   content: "";
}
.line-icon-Retro:before {
   content: "";
}
.line-icon-Retweet:before {
   content: "";
}
.line-icon-Reverbnation:before {
   content: "";
}
.line-icon-Rewind:before {
   content: "";
}
.line-icon-RGB:before {
   content: "";
}
.line-icon-Ribbon-2:before {
   content: "";
}
.line-icon-Ribbon-3:before {
   content: "";
}
.line-icon-Ribbon:before {
   content: "";
}
.line-icon-Right-2:before {
   content: "";
}
.line-icon-Right-3:before {
   content: "";
}
.line-icon-Right-4:before {
   content: "";
}
.line-icon-Right-ToLeft:before {
   content: "";
}
.line-icon-Right:before {
   content: "";
}
.line-icon-Road-2:before {
   content: "";
}
.line-icon-Road-3:before {
   content: "";
}
.line-icon-Road:before {
   content: "";
}
.line-icon-Robot-2:before {
   content: "";
}
.line-icon-Robot:before {
   content: "";
}
.line-icon-Rock-andRoll:before {
   content: "";
}
.line-icon-Rocket:before {
   content: "";
}
.line-icon-Roller:before {
   content: "";
}
.line-icon-Roof:before {
   content: "";
}
.line-icon-Rook:before {
   content: "";
}
.line-icon-Rotate-Gesture:before {
   content: "";
}
.line-icon-Rotate-Gesture2:before {
   content: "";
}
.line-icon-Rotate-Gesture3:before {
   content: "";
}
.line-icon-Rotation-390:before {
   content: "";
}
.line-icon-Rotation:before {
   content: "";
}
.line-icon-Router-2:before {
   content: "";
}
.line-icon-Router:before {
   content: "";
}
.line-icon-RSS:before {
   content: "";
}
.line-icon-Ruler-2:before {
   content: "";
}
.line-icon-Ruler:before {
   content: "";
}
.line-icon-Running-Shoes:before {
   content: "";
}
.line-icon-Running:before {
   content: "";
}
.line-icon-Safari:before {
   content: "";
}
.line-icon-Safe-Box:before {
   content: "";
}
.line-icon-Safe-Box2:before {
   content: "";
}
.line-icon-Safety-PinClose:before {
   content: "";
}
.line-icon-Safety-PinOpen:before {
   content: "";
}
.line-icon-Sagittarus-2:before {
   content: "";
}
.line-icon-Sagittarus:before {
   content: "";
}
.line-icon-Sailing-Ship:before {
   content: "";
}
.line-icon-Sand-watch:before {
   content: "";
}
.line-icon-Sand-watch2:before {
   content: "";
}
.line-icon-Santa-Claus:before {
   content: "";
}
.line-icon-Santa-Claus2:before {
   content: "";
}
.line-icon-Santa-onSled:before {
   content: "";
}
.line-icon-Satelite-2:before {
   content: "";
}
.line-icon-Satelite:before {
   content: "";
}
.line-icon-Save-Window:before {
   content: "";
}
.line-icon-Save:before {
   content: "";
}
.line-icon-Saw:before {
   content: "";
}
.line-icon-Saxophone:before {
   content: "";
}
.line-icon-Scale:before {
   content: "";
}
.line-icon-Scarf:before {
   content: "";
}
.line-icon-Scissor:before {
   content: "";
}
.line-icon-Scooter-Front:before {
   content: "";
}
.line-icon-Scooter:before {
   content: "";
}
.line-icon-Scorpio-2:before {
   content: "";
}
.line-icon-Scorpio:before {
   content: "";
}
.line-icon-Scotland:before {
   content: "";
}
.line-icon-Screwdriver:before {
   content: "";
}
.line-icon-Scroll-Fast:before {
   content: "";
}
.line-icon-Scroll:before {
   content: "";
}
.line-icon-Scroller-2:before {
   content: "";
}
.line-icon-Scroller:before {
   content: "";
}
.line-icon-Sea-Dog:before {
   content: "";
}
.line-icon-Search-onCloud:before {
   content: "";
}
.line-icon-Search-People:before {
   content: "";
}
.line-icon-secound:before {
   content: "";
}
.line-icon-secound2:before {
   content: "";
}
.line-icon-Security-Block:before {
   content: "";
}
.line-icon-Security-Bug:before {
   content: "";
}
.line-icon-Security-Camera:before {
   content: "";
}
.line-icon-Security-Check:before {
   content: "";
}
.line-icon-Security-Settings:before {
   content: "";
}
.line-icon-Security-Smiley:before {
   content: "";
}
.line-icon-Securiy-Remove:before {
   content: "";
}
.line-icon-Seed:before {
   content: "";
}
.line-icon-Selfie:before {
   content: "";
}
.line-icon-Serbia:before {
   content: "";
}
.line-icon-Server-2:before {
   content: "";
}
.line-icon-Server:before {
   content: "";
}
.line-icon-Servers:before {
   content: "";
}
.line-icon-Settings-Window:before {
   content: "";
}
.line-icon-Sewing-Machine:before {
   content: "";
}
.line-icon-Sexual:before {
   content: "";
}
.line-icon-Share-onCloud:before {
   content: "";
}
.line-icon-Share-Window:before {
   content: "";
}
.line-icon-Share:before {
   content: "";
}
.line-icon-Sharethis:before {
   content: "";
}
.line-icon-Shark:before {
   content: "";
}
.line-icon-Sheep:before {
   content: "";
}
.line-icon-Sheriff-Badge:before {
   content: "";
}
.line-icon-Shield:before {
   content: "";
}
.line-icon-Ship-2:before {
   content: "";
}
.line-icon-Ship:before {
   content: "";
}
.line-icon-Shirt:before {
   content: "";
}
.line-icon-Shoes-2:before {
   content: "";
}
.line-icon-Shoes-3:before {
   content: "";
}
.line-icon-Shoes:before {
   content: "";
}
.line-icon-Shop-2:before {
   content: "";
}
.line-icon-Shop-3:before {
   content: "";
}
.line-icon-Shop-4:before {
   content: "";
}
.line-icon-Shop:before {
   content: "";
}
.line-icon-Shopping-Bag:before {
   content: "";
}
.line-icon-Shopping-Basket:before {
   content: "";
}
.line-icon-Shopping-Cart:before {
   content: "";
}
.line-icon-Short-Pants:before {
   content: "";
}
.line-icon-Shoutwire:before {
   content: "";
}
.line-icon-Shovel:before {
   content: "";
}
.line-icon-Shuffle-2:before {
   content: "";
}
.line-icon-Shuffle-3:before {
   content: "";
}
.line-icon-Shuffle-4:before {
   content: "";
}
.line-icon-Shuffle:before {
   content: "";
}
.line-icon-Shutter:before {
   content: "";
}
.line-icon-Sidebar-Window:before {
   content: "";
}
.line-icon-Signal:before {
   content: "";
}
.line-icon-Singapore:before {
   content: "";
}
.line-icon-Skate-Shoes:before {
   content: "";
}
.line-icon-Skateboard-2:before {
   content: "";
}
.line-icon-Skateboard:before {
   content: "";
}
.line-icon-Skeleton:before {
   content: "";
}
.line-icon-Ski:before {
   content: "";
}
.line-icon-Skirt:before {
   content: "";
}
.line-icon-Skrill:before {
   content: "";
}
.line-icon-Skull:before {
   content: "";
}
.line-icon-Skydiving:before {
   content: "";
}
.line-icon-Skype:before {
   content: "";
}
.line-icon-Sled-withGifts:before {
   content: "";
}
.line-icon-Sled:before {
   content: "";
}
.line-icon-Sleeping:before {
   content: "";
}
.line-icon-Sleet:before {
   content: "";
}
.line-icon-Slippers:before {
   content: "";
}
.line-icon-Smart:before {
   content: "";
}
.line-icon-Smartphone-2:before {
   content: "";
}
.line-icon-Smartphone-3:before {
   content: "";
}
.line-icon-Smartphone-4:before {
   content: "";
}
.line-icon-Smartphone-Secure:before {
   content: "";
}
.line-icon-Smartphone:before {
   content: "";
}
.line-icon-Smile:before {
   content: "";
}
.line-icon-Smoking-Area:before {
   content: "";
}
.line-icon-Smoking-Pipe:before {
   content: "";
}
.line-icon-Snake:before {
   content: "";
}
.line-icon-Snorkel:before {
   content: "";
}
.line-icon-Snow-2:before {
   content: "";
}
.line-icon-Snow-Dome:before {
   content: "";
}
.line-icon-Snow-Storm:before {
   content: "";
}
.line-icon-Snow:before {
   content: "";
}
.line-icon-Snowflake-2:before {
   content: "";
}
.line-icon-Snowflake-3:before {
   content: "";
}
.line-icon-Snowflake-4:before {
   content: "";
}
.line-icon-Snowflake:before {
   content: "";
}
.line-icon-Snowman:before {
   content: "";
}
.line-icon-Soccer-Ball:before {
   content: "";
}
.line-icon-Soccer-Shoes:before {
   content: "";
}
.line-icon-Socks:before {
   content: "";
}
.line-icon-Solar:before {
   content: "";
}
.line-icon-Sound-Wave:before {
   content: "";
}
.line-icon-Sound:before {
   content: "";
}
.line-icon-Soundcloud:before {
   content: "";
}
.line-icon-Soup:before {
   content: "";
}
.line-icon-South-Africa:before {
   content: "";
}
.line-icon-Space-Needle:before {
   content: "";
}
.line-icon-Spain:before {
   content: "";
}
.line-icon-Spam-Mail:before {
   content: "";
}
.line-icon-Speach-Bubble:before {
   content: "";
}
.line-icon-Speach-Bubble2:before {
   content: "";
}
.line-icon-Speach-Bubble3:before {
   content: "";
}
.line-icon-Speach-Bubble4:before {
   content: "";
}
.line-icon-Speach-Bubble5:before {
   content: "";
}
.line-icon-Speach-Bubble6:before {
   content: "";
}
.line-icon-Speach-Bubble7:before {
   content: "";
}
.line-icon-Speach-Bubble8:before {
   content: "";
}
.line-icon-Speach-Bubble9:before {
   content: "";
}
.line-icon-Speach-Bubble10:before {
   content: "";
}
.line-icon-Speach-Bubble11:before {
   content: "";
}
.line-icon-Speach-Bubble12:before {
   content: "";
}
.line-icon-Speach-Bubble13:before {
   content: "";
}
.line-icon-Speach-BubbleAsking:before {
   content: "";
}
.line-icon-Speach-BubbleComic:before {
   content: "";
}
.line-icon-Speach-BubbleComic2:before {
   content: "";
}
.line-icon-Speach-BubbleComic3:before {
   content: "";
}
.line-icon-Speach-BubbleComic4:before {
   content: "";
}
.line-icon-Speach-BubbleDialog:before {
   content: "";
}
.line-icon-Speach-Bubbles:before {
   content: "";
}
.line-icon-Speak-2:before {
   content: "";
}
.line-icon-Speak:before {
   content: "";
}
.line-icon-Speaker-2:before {
   content: "";
}
.line-icon-Speaker:before {
   content: "";
}
.line-icon-Spell-Check:before {
   content: "";
}
.line-icon-Spell-CheckABC:before {
   content: "";
}
.line-icon-Spermium:before {
   content: "";
}
.line-icon-Spider:before {
   content: "";
}
.line-icon-Spiderweb:before {
   content: "";
}
.line-icon-Split-FourSquareWindow:before {
   content: "";
}
.line-icon-Split-Horizontal:before {
   content: "";
}
.line-icon-Split-Horizontal2Window:before {
   content: "";
}
.line-icon-Split-Vertical:before {
   content: "";
}
.line-icon-Split-Vertical2:before {
   content: "";
}
.line-icon-Split-Window:before {
   content: "";
}
.line-icon-Spoder:before {
   content: "";
}
.line-icon-Spoon:before {
   content: "";
}
.line-icon-Sport-Mode:before {
   content: "";
}
.line-icon-Sports-Clothings1:before {
   content: "";
}
.line-icon-Sports-Clothings2:before {
   content: "";
}
.line-icon-Sports-Shirt:before {
   content: "";
}
.line-icon-Spot:before {
   content: "";
}
.line-icon-Spray:before {
   content: "";
}
.line-icon-Spread:before {
   content: "";
}
.line-icon-Spring:before {
   content: "";
}
.line-icon-Spurl:before {
   content: "";
}
.line-icon-Spy:before {
   content: "";
}
.line-icon-Squirrel:before {
   content: "";
}
.line-icon-SSL:before {
   content: "";
}
.line-icon-St-BasilsCathedral:before {
   content: "";
}
.line-icon-St-PaulsCathedral:before {
   content: "";
}
.line-icon-Stamp-2:before {
   content: "";
}
.line-icon-Stamp:before {
   content: "";
}
.line-icon-Stapler:before {
   content: "";
}
.line-icon-Star-Track:before {
   content: "";
}
.line-icon-Star:before {
   content: "";
}
.line-icon-Starfish:before {
   content: "";
}
.line-icon-Start2:before {
   content: "";
}
.line-icon-Start-3:before {
   content: "";
}
.line-icon-Start-ways:before {
   content: "";
}
.line-icon-Start:before {
   content: "";
}
.line-icon-Statistic:before {
   content: "";
}
.line-icon-Stethoscope:before {
   content: "";
}
.line-icon-stop--2:before {
   content: "";
}
.line-icon-Stop-Music:before {
   content: "";
}
.line-icon-Stop:before {
   content: "";
}
.line-icon-Stopwatch-2:before {
   content: "";
}
.line-icon-Stopwatch:before {
   content: "";
}
.line-icon-Storm:before {
   content: "";
}
.line-icon-Street-View:before {
   content: "";
}
.line-icon-Street-View2:before {
   content: "";
}
.line-icon-Strikethrough-Text:before {
   content: "";
}
.line-icon-Stroller:before {
   content: "";
}
.line-icon-Structure:before {
   content: "";
}
.line-icon-Student-Female:before {
   content: "";
}
.line-icon-Student-Hat:before {
   content: "";
}
.line-icon-Student-Hat2:before {
   content: "";
}
.line-icon-Student-Male:before {
   content: "";
}
.line-icon-Student-MaleFemale:before {
   content: "";
}
.line-icon-Students:before {
   content: "";
}
.line-icon-Studio-Flash:before {
   content: "";
}
.line-icon-Studio-Lightbox:before {
   content: "";
}
.line-icon-Stumbleupon:before {
   content: "";
}
.line-icon-Suit:before {
   content: "";
}
.line-icon-Suitcase:before {
   content: "";
}
.line-icon-Sum-2:before {
   content: "";
}
.line-icon-Sum:before {
   content: "";
}
.line-icon-Summer:before {
   content: "";
}
.line-icon-Sun-CloudyRain:before {
   content: "";
}
.line-icon-Sun:before {
   content: "";
}
.line-icon-Sunglasses-2:before {
   content: "";
}
.line-icon-Sunglasses-3:before {
   content: "";
}
.line-icon-Sunglasses-Smiley:before {
   content: "";
}
.line-icon-Sunglasses-Smiley2:before {
   content: "";
}
.line-icon-Sunglasses-W:before {
   content: "";
}
.line-icon-Sunglasses-W2:before {
   content: "";
}
.line-icon-Sunglasses-W3:before {
   content: "";
}
.line-icon-Sunglasses:before {
   content: "";
}
.line-icon-Sunrise:before {
   content: "";
}
.line-icon-Sunset:before {
   content: "";
}
.line-icon-Superman:before {
   content: "";
}
.line-icon-Support:before {
   content: "";
}
.line-icon-Surprise:before {
   content: "";
}
.line-icon-Sushi:before {
   content: "";
}
.line-icon-Sweden:before {
   content: "";
}
.line-icon-Swimming-Short:before {
   content: "";
}
.line-icon-Swimming:before {
   content: "";
}
.line-icon-Swimmwear:before {
   content: "";
}
.line-icon-Switch:before {
   content: "";
}
.line-icon-Switzerland:before {
   content: "";
}
.line-icon-Sync-Cloud:before {
   content: "";
}
.line-icon-Sync:before {
   content: "";
}
.line-icon-Synchronize-2:before {
   content: "";
}
.line-icon-Synchronize:before {
   content: "";
}
.line-icon-T-Shirt:before {
   content: "";
}
.line-icon-Tablet-2:before {
   content: "";
}
.line-icon-Tablet-3:before {
   content: "";
}
.line-icon-Tablet-Orientation:before {
   content: "";
}
.line-icon-Tablet-Phone:before {
   content: "";
}
.line-icon-Tablet-Secure:before {
   content: "";
}
.line-icon-Tablet-Vertical:before {
   content: "";
}
.line-icon-Tablet:before {
   content: "";
}
.line-icon-Tactic:before {
   content: "";
}
.line-icon-Tag-2:before {
   content: "";
}
.line-icon-Tag-3:before {
   content: "";
}
.line-icon-Tag-4:before {
   content: "";
}
.line-icon-Tag-5:before {
   content: "";
}
.line-icon-Tag:before {
   content: "";
}
.line-icon-Taj-Mahal:before {
   content: "";
}
.line-icon-Talk-Man:before {
   content: "";
}
.line-icon-Tap:before {
   content: "";
}
.line-icon-Target-Market:before {
   content: "";
}
.line-icon-Target:before {
   content: "";
}
.line-icon-Taurus-2:before {
   content: "";
}
.line-icon-Taurus:before {
   content: "";
}
.line-icon-Taxi-2:before {
   content: "";
}
.line-icon-Taxi-Sign:before {
   content: "";
}
.line-icon-Taxi:before {
   content: "";
}
.line-icon-Teacher:before {
   content: "";
}
.line-icon-Teapot:before {
   content: "";
}
.line-icon-Technorati:before {
   content: "";
}
.line-icon-Teddy-Bear:before {
   content: "";
}
.line-icon-Tee-Mug:before {
   content: "";
}
.line-icon-Telephone-2:before {
   content: "";
}
.line-icon-Telephone:before {
   content: "";
}
.line-icon-Telescope:before {
   content: "";
}
.line-icon-Temperature-2:before {
   content: "";
}
.line-icon-Temperature-3:before {
   content: "";
}
.line-icon-Temperature:before {
   content: "";
}
.line-icon-Temple:before {
   content: "";
}
.line-icon-Tennis-Ball:before {
   content: "";
}
.line-icon-Tennis:before {
   content: "";
}
.line-icon-Tent:before {
   content: "";
}
.line-icon-Test-Tube:before {
   content: "";
}
.line-icon-Test-Tube2:before {
   content: "";
}
.line-icon-Testimonal:before {
   content: "";
}
.line-icon-Text-Box:before {
   content: "";
}
.line-icon-Text-Effect:before {
   content: "";
}
.line-icon-Text-HighlightColor:before {
   content: "";
}
.line-icon-Text-Paragraph:before {
   content: "";
}
.line-icon-Thailand:before {
   content: "";
}
.line-icon-The-WhiteHouse:before {
   content: "";
}
.line-icon-This-SideUp:before {
   content: "";
}
.line-icon-Thread:before {
   content: "";
}
.line-icon-Three-ArrowFork:before {
   content: "";
}
.line-icon-Three-Fingers:before {
   content: "";
}
.line-icon-Three-FingersDrag:before {
   content: "";
}
.line-icon-Three-FingersDrag2:before {
   content: "";
}
.line-icon-Three-FingersTouch:before {
   content: "";
}
.line-icon-Thumb:before {
   content: "";
}
.line-icon-Thumbs-DownSmiley:before {
   content: "";
}
.line-icon-Thumbs-UpSmiley:before {
   content: "";
}
.line-icon-Thunder:before {
   content: "";
}
.line-icon-Thunderstorm:before {
   content: "";
}
.line-icon-Ticket:before {
   content: "";
}
.line-icon-Tie-2:before {
   content: "";
}
.line-icon-Tie-3:before {
   content: "";
}
.line-icon-Tie-4:before {
   content: "";
}
.line-icon-Tie:before {
   content: "";
}
.line-icon-Tiger:before {
   content: "";
}
.line-icon-Time-Backup:before {
   content: "";
}
.line-icon-Time-Bomb:before {
   content: "";
}
.line-icon-Time-Clock:before {
   content: "";
}
.line-icon-Time-Fire:before {
   content: "";
}
.line-icon-Time-Machine:before {
   content: "";
}
.line-icon-Time-Window:before {
   content: "";
}
.line-icon-Timer-2:before {
   content: "";
}
.line-icon-Timer:before {
   content: "";
}
.line-icon-To-Bottom:before {
   content: "";
}
.line-icon-To-Bottom2:before {
   content: "";
}
.line-icon-To-Left:before {
   content: "";
}
.line-icon-To-Right:before {
   content: "";
}
.line-icon-To-Top:before {
   content: "";
}
.line-icon-To-Top2:before {
   content: "";
}
.line-icon-Token-:before {
   content: "";
}
.line-icon-Tomato:before {
   content: "";
}
.line-icon-Tongue:before {
   content: "";
}
.line-icon-Tooth-2:before {
   content: "";
}
.line-icon-Tooth:before {
   content: "";
}
.line-icon-Top-ToBottom:before {
   content: "";
}
.line-icon-Touch-Window:before {
   content: "";
}
.line-icon-Tourch:before {
   content: "";
}
.line-icon-Tower-2:before {
   content: "";
}
.line-icon-Tower-Bridge:before {
   content: "";
}
.line-icon-Tower:before {
   content: "";
}
.line-icon-Trace:before {
   content: "";
}
.line-icon-Tractor:before {
   content: "";
}
.line-icon-traffic-Light:before {
   content: "";
}
.line-icon-Traffic-Light2:before {
   content: "";
}
.line-icon-Train-2:before {
   content: "";
}
.line-icon-Train:before {
   content: "";
}
.line-icon-Tram:before {
   content: "";
}
.line-icon-Transform-2:before {
   content: "";
}
.line-icon-Transform-3:before {
   content: "";
}
.line-icon-Transform-4:before {
   content: "";
}
.line-icon-Transform:before {
   content: "";
}
.line-icon-Trash-withMen:before {
   content: "";
}
.line-icon-Tree-2:before {
   content: "";
}
.line-icon-Tree-3:before {
   content: "";
}
.line-icon-Tree-4:before {
   content: "";
}
.line-icon-Tree-5:before {
   content: "";
}
.line-icon-Tree:before {
   content: "";
}
.line-icon-Trekking:before {
   content: "";
}
.line-icon-Triangle-ArrowDown:before {
   content: "";
}
.line-icon-Triangle-ArrowLeft:before {
   content: "";
}
.line-icon-Triangle-ArrowRight:before {
   content: "";
}
.line-icon-Triangle-ArrowUp:before {
   content: "";
}
.line-icon-Tripod-2:before {
   content: "";
}
.line-icon-Tripod-andVideo:before {
   content: "";
}
.line-icon-Tripod-withCamera:before {
   content: "";
}
.line-icon-Tripod-withGopro:before {
   content: "";
}
.line-icon-Trophy-2:before {
   content: "";
}
.line-icon-Trophy:before {
   content: "";
}
.line-icon-Truck:before {
   content: "";
}
.line-icon-Trumpet:before {
   content: "";
}
.line-icon-Tumblr:before {
   content: "";
}
.line-icon-Turkey:before {
   content: "";
}
.line-icon-Turn-Down:before {
   content: "";
}
.line-icon-Turn-Down2:before {
   content: "";
}
.line-icon-Turn-DownFromLeft:before {
   content: "";
}
.line-icon-Turn-DownFromRight:before {
   content: "";
}
.line-icon-Turn-Left:before {
   content: "";
}
.line-icon-Turn-Left3:before {
   content: "";
}
.line-icon-Turn-Right:before {
   content: "";
}
.line-icon-Turn-Right3:before {
   content: "";
}
.line-icon-Turn-Up:before {
   content: "";
}
.line-icon-Turn-Up2:before {
   content: "";
}
.line-icon-Turtle:before {
   content: "";
}
.line-icon-Tuxedo:before {
   content: "";
}
.line-icon-TV:before {
   content: "";
}
.line-icon-Twister:before {
   content: "";
}
.line-icon-Twitter-2:before {
   content: "";
}
.line-icon-Twitter:before {
   content: "";
}
.line-icon-Two-Fingers:before {
   content: "";
}
.line-icon-Two-FingersDrag:before {
   content: "";
}
.line-icon-Two-FingersDrag2:before {
   content: "";
}
.line-icon-Two-FingersScroll:before {
   content: "";
}
.line-icon-Two-FingersTouch:before {
   content: "";
}
.line-icon-Two-Windows:before {
   content: "";
}
.line-icon-Type-Pass:before {
   content: "";
}
.line-icon-Ukraine:before {
   content: "";
}
.line-icon-Umbrela:before {
   content: "";
}
.line-icon-Umbrella-2:before {
   content: "";
}
.line-icon-Umbrella-3:before {
   content: "";
}
.line-icon-Under-LineText:before {
   content: "";
}
.line-icon-Undo:before {
   content: "";
}
.line-icon-United-Kingdom:before {
   content: "";
}
.line-icon-United-States:before {
   content: "";
}
.line-icon-University-2:before {
   content: "";
}
.line-icon-University:before {
   content: "";
}
.line-icon-Unlike-2:before {
   content: "";
}
.line-icon-Unlike:before {
   content: "";
}
.line-icon-Unlock-2:before {
   content: "";
}
.line-icon-Unlock-3:before {
   content: "";
}
.line-icon-Unlock:before {
   content: "";
}
.line-icon-Up--Down:before {
   content: "";
}
.line-icon-Up--Down3:before {
   content: "";
}
.line-icon-Up-2:before {
   content: "";
}
.line-icon-Up-3:before {
   content: "";
}
.line-icon-Up-4:before {
   content: "";
}
.line-icon-Up:before {
   content: "";
}
.line-icon-Upgrade:before {
   content: "";
}
.line-icon-Upload-2:before {
   content: "";
}
.line-icon-Upload-toCloud:before {
   content: "";
}
.line-icon-Upload-Window:before {
   content: "";
}
.line-icon-Upload:before {
   content: "";
}
.line-icon-Uppercase-Text:before {
   content: "";
}
.line-icon-Upward:before {
   content: "";
}
.line-icon-URL-Window:before {
   content: "";
}
.line-icon-Usb-2:before {
   content: "";
}
.line-icon-Usb-Cable:before {
   content: "";
}
.line-icon-Usb:before {
   content: "";
}
.line-icon-User:before {
   content: "";
}
.line-icon-Ustream:before {
   content: "";
}
.line-icon-Vase:before {
   content: "";
}
.line-icon-Vector-2:before {
   content: "";
}
.line-icon-Vector-3:before {
   content: "";
}
.line-icon-Vector-4:before {
   content: "";
}
.line-icon-Vector-5:before {
   content: "";
}
.line-icon-Vector:before {
   content: "";
}
.line-icon-Venn-Diagram:before {
   content: "";
}
.line-icon-Vest-2:before {
   content: "";
}
.line-icon-Vest:before {
   content: "";
}
.line-icon-Viddler:before {
   content: "";
}
.line-icon-Video-2:before {
   content: "";
}
.line-icon-Video-3:before {
   content: "";
}
.line-icon-Video-4:before {
   content: "";
}
.line-icon-Video-5:before {
   content: "";
}
.line-icon-Video-6:before {
   content: "";
}
.line-icon-Video-GameController:before {
   content: "";
}
.line-icon-Video-Len:before {
   content: "";
}
.line-icon-Video-Len2:before {
   content: "";
}
.line-icon-Video-Photographer:before {
   content: "";
}
.line-icon-Video-Tripod:before {
   content: "";
}
.line-icon-Video:before {
   content: "";
}
.line-icon-Vietnam:before {
   content: "";
}
.line-icon-View-Height:before {
   content: "";
}
.line-icon-View-Width:before {
   content: "";
}
.line-icon-Vimeo:before {
   content: "";
}
.line-icon-Virgo-2:before {
   content: "";
}
.line-icon-Virgo:before {
   content: "";
}
.line-icon-Virus-2:before {
   content: "";
}
.line-icon-Virus-3:before {
   content: "";
}
.line-icon-Virus:before {
   content: "";
}
.line-icon-Visa:before {
   content: "";
}
.line-icon-Voice:before {
   content: "";
}
.line-icon-Voicemail:before {
   content: "";
}
.line-icon-Volleyball:before {
   content: "";
}
.line-icon-Volume-Down:before {
   content: "";
}
.line-icon-Volume-Up:before {
   content: "";
}
.line-icon-VPN:before {
   content: "";
}
.line-icon-Wacom-Tablet:before {
   content: "";
}
.line-icon-Waiter:before {
   content: "";
}
.line-icon-Walkie-Talkie:before {
   content: "";
}
.line-icon-Wallet-2:before {
   content: "";
}
.line-icon-Wallet-3:before {
   content: "";
}
.line-icon-Wallet:before {
   content: "";
}
.line-icon-Warehouse:before {
   content: "";
}
.line-icon-Warning-Window:before {
   content: "";
}
.line-icon-Watch-2:before {
   content: "";
}
.line-icon-Watch-3:before {
   content: "";
}
.line-icon-Watch:before {
   content: "";
}
.line-icon-Wave-2:before {
   content: "";
}
.line-icon-Wave:before {
   content: "";
}
.line-icon-Webcam:before {
   content: "";
}
.line-icon-weight-Lift:before {
   content: "";
}
.line-icon-Wheelbarrow:before {
   content: "";
}
.line-icon-Wheelchair:before {
   content: "";
}
.line-icon-Width-Window:before {
   content: "";
}
.line-icon-Wifi-2:before {
   content: "";
}
.line-icon-Wifi-Keyboard:before {
   content: "";
}
.line-icon-Wifi:before {
   content: "";
}
.line-icon-Wind-Turbine:before {
   content: "";
}
.line-icon-Windmill:before {
   content: "";
}
.line-icon-Window-2:before {
   content: "";
}
.line-icon-Window:before {
   content: "";
}
.line-icon-Windows-2:before {
   content: "";
}
.line-icon-Windows-Microsoft:before {
   content: "";
}
.line-icon-Windows:before {
   content: "";
}
.line-icon-Windsock:before {
   content: "";
}
.line-icon-Windy:before {
   content: "";
}
.line-icon-Wine-Bottle:before {
   content: "";
}
.line-icon-Wine-Glass:before {
   content: "";
}
.line-icon-Wink:before {
   content: "";
}
.line-icon-Winter-2:before {
   content: "";
}
.line-icon-Winter:before {
   content: "";
}
.line-icon-Wireless:before {
   content: "";
}
.line-icon-Witch-Hat:before {
   content: "";
}
.line-icon-Witch:before {
   content: "";
}
.line-icon-Wizard:before {
   content: "";
}
.line-icon-Wolf:before {
   content: "";
}
.line-icon-Woman-Sign:before {
   content: "";
}
.line-icon-WomanMan:before {
   content: "";
}
.line-icon-Womans-Underwear:before {
   content: "";
}
.line-icon-Womans-Underwear2:before {
   content: "";
}
.line-icon-Women:before {
   content: "";
}
.line-icon-Wonder-Woman:before {
   content: "";
}
.line-icon-Wordpress:before {
   content: "";
}
.line-icon-Worker-Clothes:before {
   content: "";
}
.line-icon-Worker:before {
   content: "";
}
.line-icon-Wrap-Text:before {
   content: "";
}
.line-icon-Wreath:before {
   content: "";
}
.line-icon-Wrench:before {
   content: "";
}
.line-icon-X-Box:before {
   content: "";
}
.line-icon-X-ray:before {
   content: "";
}
.line-icon-Xanga:before {
   content: "";
}
.line-icon-Xing:before {
   content: "";
}
.line-icon-Yacht:before {
   content: "";
}
.line-icon-Yahoo-Buzz:before {
   content: "";
}
.line-icon-Yahoo:before {
   content: "";
}
.line-icon-Yelp:before {
   content: "";
}
.line-icon-Yes:before {
   content: "";
}
.line-icon-Ying-Yang:before {
   content: "";
}
.line-icon-Youtube:before {
   content: "";
}
.line-icon-Z-A:before {
   content: "";
}
.line-icon-Zebra:before {
   content: "";
}
.line-icon-Zombie:before {
   content: "";
}
.line-icon-Zoom-Gesture:before {
   content: "";
}
.line-icon-Zootool:before {
   content: "";
} /*!
    Feather
    Plugin URL: https://feathericons.com/
!*/
@font-face {
   font-family: feather;
   src: url(../fonts/feather.eot?t=1525787366991);
   src: url(../fonts/feather.eot?t=1525787366991#iefix) format("embedded-opentype"),
      url(../fonts/feather.woff?t=1525787366991) format("woff"),
      url(../fonts/feather.ttf?t=1525787366991) format("truetype"),
      url(../fonts/feather.svg?t=1525787366991#feather) format("svg");
}
.feather {
   font-family: feather !important;
   speak: none;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.icon-feather-alert-octagon:before {
   content: "";
}
.icon-feather-alert-circle:before {
   content: "";
}
.icon-feather-activity:before {
   content: "";
}
.icon-feather-alert-triangle:before {
   content: "";
}
.icon-feather-align-center:before {
   content: "";
}
.icon-feather-airplay:before {
   content: "";
}
.icon-feather-align-justify:before {
   content: "";
}
.icon-feather-align-left:before {
   content: "";
}
.icon-feather-align-right:before {
   content: "";
}
.icon-feather-arrow-down-left:before {
   content: "";
}
.icon-feather-arrow-down-right:before {
   content: "";
}
.icon-feather-anchor:before {
   content: "";
}
.icon-feather-aperture:before {
   content: "";
}
.icon-feather-arrow-left:before {
   content: "";
}
.icon-feather-arrow-right:before {
   content: "";
}
.icon-feather-arrow-down:before {
   content: "";
}
.icon-feather-arrow-up-left:before {
   content: "";
}
.icon-feather-arrow-up-right:before {
   content: "";
}
.icon-feather-arrow-up:before {
   content: "";
}
.icon-feather-award:before {
   content: "";
}
.icon-feather-bar-chart:before {
   content: "";
}
.icon-feather-at-sign:before {
   content: "";
}
.icon-feather-bar-chart-2:before {
   content: "";
}
.icon-feather-battery-charging:before {
   content: "";
}
.icon-feather-bell-off:before {
   content: "";
}
.icon-feather-battery:before {
   content: "";
}
.icon-feather-bluetooth:before {
   content: "";
}
.icon-feather-bell:before {
   content: "";
}
.icon-feather-book:before {
   content: "";
}
.icon-feather-briefcase:before {
   content: "";
}
.icon-feather-camera-off:before {
   content: "";
}
.icon-feather-calendar:before {
   content: "";
}
.icon-feather-bookmark:before {
   content: "";
}
.icon-feather-box:before {
   content: "";
}
.icon-feather-camera:before {
   content: "";
}
.icon-feather-check-circle:before {
   content: "";
}
.icon-feather-check:before {
   content: "";
}
.icon-feather-check-square:before {
   content: "";
}
.icon-feather-cast:before {
   content: "";
}
.icon-feather-chevron-down:before {
   content: "";
}
.icon-feather-chevron-left:before {
   content: "";
}
.icon-feather-chevron-right:before {
   content: "";
}
.icon-feather-chevron-up:before {
   content: "";
}
.icon-feather-chevrons-down:before {
   content: "";
}
.icon-feather-chevrons-right:before {
   content: "";
}
.icon-feather-chevrons-up:before {
   content: "";
}
.icon-feather-chevrons-left:before {
   content: "";
}
.icon-feather-circle:before {
   content: "";
}
.icon-feather-clipboard:before {
   content: "";
}
.icon-feather-chrome:before {
   content: "";
}
.icon-feather-clock:before {
   content: "";
}
.icon-feather-cloud-lightning:before {
   content: "";
}
.icon-feather-cloud-drizzle:before {
   content: "";
}
.icon-feather-cloud-rain:before {
   content: "";
}
.icon-feather-cloud-off:before {
   content: "";
}
.icon-feather-codepen:before {
   content: "";
}
.icon-feather-cloud-snow:before {
   content: "";
}
.icon-feather-compass:before {
   content: "";
}
.icon-feather-copy:before {
   content: "";
}
.icon-feather-corner-down-right:before {
   content: "";
}
.icon-feather-corner-down-left:before {
   content: "";
}
.icon-feather-corner-left-down:before {
   content: "";
}
.icon-feather-corner-left-up:before {
   content: "";
}
.icon-feather-corner-up-left:before {
   content: "";
}
.icon-feather-corner-up-right:before {
   content: "";
}
.icon-feather-corner-right-down:before {
   content: "";
}
.icon-feather-corner-right-up:before {
   content: "";
}
.icon-feather-cpu:before {
   content: "";
}
.icon-feather-credit-card:before {
   content: "";
}
.icon-feather-crosshair:before {
   content: "";
}
.icon-feather-disc:before {
   content: "";
}
.icon-feather-delete:before {
   content: "";
}
.icon-feather-download-cloud:before {
   content: "";
}
.icon-feather-download:before {
   content: "";
}
.icon-feather-droplet:before {
   content: "";
}
.icon-feather-edit-2:before {
   content: "";
}
.icon-feather-edit:before {
   content: "";
}
.icon-feather-edit-1:before {
   content: "";
}
.icon-feather-external-link:before {
   content: "";
}
.icon-feather-eye:before {
   content: "";
}
.icon-feather-feather:before {
   content: "";
}
.icon-feather-facebook:before {
   content: "";
}
.icon-feather-file-minus:before {
   content: "";
}
.icon-feather-eye-off:before {
   content: "";
}
.icon-feather-fast-forward:before {
   content: "";
}
.icon-feather-file-text:before {
   content: "";
}
.icon-feather-film:before {
   content: "";
}
.icon-feather-file:before {
   content: "";
}
.icon-feather-file-plus:before {
   content: "";
}
.icon-feather-folder:before {
   content: "";
}
.icon-feather-filter:before {
   content: "";
}
.icon-feather-flag:before {
   content: "";
}
.icon-feather-globe:before {
   content: "";
}
.icon-feather-grid:before {
   content: "";
}
.icon-feather-heart:before {
   content: "";
}
.icon-feather-home:before {
   content: "";
}
.icon-feather-github:before {
   content: "";
}
.icon-feather-image:before {
   content: "";
}
.icon-feather-inbox:before {
   content: "";
}
.icon-feather-layers:before {
   content: "";
}
.icon-feather-info:before {
   content: "";
}
.icon-feather-instagram:before {
   content: "";
}
.icon-feather-layout:before {
   content: "";
}
.icon-feather-link-2:before {
   content: "";
}
.icon-feather-life-buoy:before {
   content: "";
}
.icon-feather-link:before {
   content: "";
}
.icon-feather-log-in:before {
   content: "";
}
.icon-feather-list:before {
   content: "";
}
.icon-feather-lock:before {
   content: "";
}
.icon-feather-log-out:before {
   content: "";
}
.icon-feather-loader:before {
   content: "";
}
.icon-feather-mail:before {
   content: "";
}
.icon-feather-maximize-2:before {
   content: "";
}
.icon-feather-map:before {
   content: "";
}
.icon-feather-map-pin:before {
   content: "";
}
.icon-feather-menu:before {
   content: "";
}
.icon-feather-message-circle:before {
   content: "";
}
.icon-feather-message-square:before {
   content: "";
}
.icon-feather-minimize-2:before {
   content: "";
}
.icon-feather-mic-off:before {
   content: "";
}
.icon-feather-minus-circle:before {
   content: "";
}
.icon-feather-mic:before {
   content: "";
}
.icon-feather-minus-square:before {
   content: "";
}
.icon-feather-minus:before {
   content: "";
}
.icon-feather-moon:before {
   content: "";
}
.icon-feather-monitor:before {
   content: "";
}
.icon-feather-more-vertical:before {
   content: "";
}
.icon-feather-more-horizontal:before {
   content: "";
}
.icon-feather-move:before {
   content: "";
}
.icon-feather-music:before {
   content: "";
}
.icon-feather-navigation-2:before {
   content: "";
}
.icon-feather-navigation:before {
   content: "";
}
.icon-feather-octagon:before {
   content: "";
}
.icon-feather-package:before {
   content: "";
}
.icon-feather-pause-circle:before {
   content: "";
}
.icon-feather-pause:before {
   content: "";
}
.icon-feather-percent:before {
   content: "";
}
.icon-feather-phone-call:before {
   content: "";
}
.icon-feather-phone-forwarded:before {
   content: "";
}
.icon-feather-phone-missed:before {
   content: "";
}
.icon-feather-phone-off:before {
   content: "";
}
.icon-feather-phone-incoming:before {
   content: "";
}
.icon-feather-phone:before {
   content: "";
}
.icon-feather-phone-outgoing:before {
   content: "";
}
.icon-feather-pie-chart:before {
   content: "";
}
.icon-feather-play-circle:before {
   content: "";
}
.icon-feather-play:before {
   content: "";
}
.icon-feather-plus-square:before {
   content: "";
}
.icon-feather-plus-circle:before {
   content: "";
}
.icon-feather-plus:before {
   content: "";
}
.icon-feather-pocket:before {
   content: "";
}
.icon-feather-printer:before {
   content: "";
}
.icon-feather-power:before {
   content: "";
}
.icon-feather-radio:before {
   content: "";
}
.icon-feather-repeat:before {
   content: "";
}
.icon-feather-refresh-ccw:before {
   content: "";
}
.icon-feather-rewind:before {
   content: "";
}
.icon-feather-rotate-ccw:before {
   content: "";
}
.icon-feather-refresh-cw:before {
   content: "";
}
.icon-feather-rotate-cw:before {
   content: "";
}
.icon-feather-save:before {
   content: "";
}
.icon-feather-search:before {
   content: "";
}
.icon-feather-server:before {
   content: "";
}
.icon-feather-scissors:before {
   content: "";
}
.icon-feather-share-2:before {
   content: "";
}
.icon-feather-share:before {
   content: "";
}
.icon-feather-shield:before {
   content: "";
}
.icon-feather-settings:before {
   content: "";
}
.icon-feather-skip-back:before {
   content: "";
}
.icon-feather-shuffle:before {
   content: "";
}
.icon-feather-sidebar:before {
   content: "";
}
.icon-feather-skip-forward:before {
   content: "";
}
.icon-feather-slack:before {
   content: "";
}
.icon-feather-slash:before {
   content: "";
}
.icon-feather-smartphone:before {
   content: "";
}
.icon-feather-square:before {
   content: "";
}
.icon-feather-speaker:before {
   content: "";
}
.icon-feather-star:before {
   content: "";
}
.icon-feather-stop-circle:before {
   content: "";
}
.icon-feather-sun:before {
   content: "";
}
.icon-feather-sunrise:before {
   content: "";
}
.icon-feather-tablet:before {
   content: "";
}
.icon-feather-tag:before {
   content: "";
}
.icon-feather-sunset:before {
   content: "";
}
.icon-feather-target:before {
   content: "";
}
.icon-feather-thermometer:before {
   content: "";
}
.icon-feather-thumbs-up:before {
   content: "";
}
.icon-feather-thumbs-down:before {
   content: "";
}
.icon-feather-toggle-left:before {
   content: "";
}
.icon-feather-toggle-right:before {
   content: "";
}
.icon-feather-trash-2:before {
   content: "";
}
.icon-feather-trash:before {
   content: "";
}
.icon-feather-trending-up:before {
   content: "";
}
.icon-feather-trending-down:before {
   content: "";
}
.icon-feather-triangle:before {
   content: "";
}
.icon-feather-type:before {
   content: "";
}
.icon-feather-twitter:before {
   content: "";
}
.icon-feather-upload:before {
   content: "";
}
.icon-feather-umbrella:before {
   content: "";
}
.icon-feather-upload-cloud:before {
   content: "";
}
.icon-feather-unlock:before {
   content: "";
}
.icon-feather-user-check:before {
   content: "";
}
.icon-feather-user-minus:before {
   content: "";
}
.icon-feather-user-plus:before {
   content: "";
}
.icon-feather-user-x:before {
   content: "";
}
.icon-feather-user:before {
   content: "";
}
.icon-feather-users:before {
   content: "";
}
.icon-feather-video-off:before {
   content: "";
}
.icon-feather-video:before {
   content: "";
}
.icon-feather-voicemail:before {
   content: "";
}
.icon-feather-volume-x:before {
   content: "";
}
.icon-feather-volume-2:before {
   content: "";
}
.icon-feather-volume-1:before {
   content: "";
}
.icon-feather-volume:before {
   content: "";
}
.icon-feather-watch:before {
   content: "";
}
.icon-feather-wifi:before {
   content: "";
}
.icon-feather-x-square:before {
   content: "";
}
.icon-feather-wind:before {
   content: "";
}
.icon-feather-x:before {
   content: "";
}
.icon-feather-x-circle:before {
   content: "";
}
.icon-feather-zap:before {
   content: "";
}
.icon-feather-zoom-in:before {
   content: "";
}
.icon-feather-zoom-out:before {
   content: "";
}
.icon-feather-command:before {
   content: "";
}
.icon-feather-cloud:before {
   content: "";
}
.icon-feather-hash:before {
   content: "";
}
.icon-feather-headphones:before {
   content: "";
}
.icon-feather-underline:before {
   content: "";
}
.icon-feather-italic:before {
   content: "";
}
.icon-feather-bold:before {
   content: "";
}
.icon-feather-crop:before {
   content: "";
}
.icon-feather-help-circle:before {
   content: "";
}
.icon-feather-paperclip:before {
   content: "";
}
.icon-feather-shopping-cart:before {
   content: "";
}
.icon-feather-tv:before {
   content: "";
}
.icon-feather-wifi-off:before {
   content: "";
}
.icon-feather-minimize:before {
   content: "";
}
.icon-feather-maximize:before {
   content: "";
}
.icon-feather-gitlab:before {
   content: "";
}
.icon-feather-sliders:before {
   content: "";
}
.icon-feather-star-on:before {
   content: "";
}
.icon-feather-heart-on:before {
   content: "";
}
.icon-feather-archive:before {
   content: "";
}
.icon-feather-arrow-down-circle:before {
   content: "";
}
.icon-feather-arrow-up-circle:before {
   content: "";
}
.icon-feather-arrow-left-circle:before {
   content: "";
}
.icon-feather-arrow-right-circle:before {
   content: "";
}
.icon-feather-bar-chart-line-:before {
   content: "";
}
.icon-feather-bar-chart-line:before {
   content: "";
}
.icon-feather-book-open:before {
   content: "";
}
.icon-feather-code:before {
   content: "";
}
.icon-feather-database:before {
   content: "";
}
.icon-feather-dollar-sign:before {
   content: "";
}
.icon-feather-folder-plus:before {
   content: "";
}
.icon-feather-gift:before {
   content: "";
}
.icon-feather-folder-minus:before {
   content: "";
}
.icon-feather-git-commit:before {
   content: "";
}
.icon-feather-git-branch:before {
   content: "";
}
.icon-feather-git-pull-request:before {
   content: "";
}
.icon-feather-git-merge:before {
   content: "";
}
.icon-feather-linkedin:before {
   content: "";
}
.icon-feather-hard-drive:before {
   content: "";
}
.icon-feather-more-vertical-:before {
   content: "";
}
.icon-feather-more-horizontal-:before {
   content: "";
}
.icon-feather-rss:before {
   content: "";
}
.icon-feather-send:before {
   content: "";
}
.icon-feather-shield-off:before {
   content: "";
}
.icon-feather-shopping-bag:before {
   content: "";
}
.icon-feather-terminal:before {
   content: "";
}
.icon-feather-truck:before {
   content: "";
}
.icon-feather-zap-off:before {
   content: "";
}
.icon-feather-youtube:before {
   content: "";
} /*!
    Bootstrap Icons
    Version: 1.11.3
    Plugin URL: (https://icons.getbootstrap.com/)
    License: Copyright 2019-2024 The Bootstrap Authors | Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
!*/
@font-face {
   font-display: block;
   font-family: bootstrap-icons;
   src: url(../fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6) format("woff2"),
      url(../fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6) format("woff");
}
.bi:before,
[class^="bi-"]:before,
[class*=" bi-"]:before {
   display: inline-block;
   font-family: bootstrap-icons !important;
   font-style: normal;
   font-weight: 400 !important;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   vertical-align: -0.125em;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.bi-123:before {
   content: "";
}
.bi-alarm-fill:before {
   content: "";
}
.bi-alarm:before {
   content: "";
}
.bi-align-bottom:before {
   content: "";
}
.bi-align-center:before {
   content: "";
}
.bi-align-end:before {
   content: "";
}
.bi-align-middle:before {
   content: "";
}
.bi-align-start:before {
   content: "";
}
.bi-align-top:before {
   content: "";
}
.bi-alt:before {
   content: "";
}
.bi-app-indicator:before {
   content: "";
}
.bi-app:before {
   content: "";
}
.bi-archive-fill:before {
   content: "";
}
.bi-archive:before {
   content: "";
}
.bi-arrow-90deg-down:before {
   content: "";
}
.bi-arrow-90deg-left:before {
   content: "";
}
.bi-arrow-90deg-right:before {
   content: "";
}
.bi-arrow-90deg-up:before {
   content: "";
}
.bi-arrow-bar-down:before {
   content: "";
}
.bi-arrow-bar-left:before {
   content: "";
}
.bi-arrow-bar-right:before {
   content: "";
}
.bi-arrow-bar-up:before {
   content: "";
}
.bi-arrow-clockwise:before {
   content: "";
}
.bi-arrow-counterclockwise:before {
   content: "";
}
.bi-arrow-down-circle-fill:before {
   content: "";
}
.bi-arrow-down-circle:before {
   content: "";
}
.bi-arrow-down-left-circle-fill:before {
   content: "";
}
.bi-arrow-down-left-circle:before {
   content: "";
}
.bi-arrow-down-left-square-fill:before {
   content: "";
}
.bi-arrow-down-left-square:before {
   content: "";
}
.bi-arrow-down-left:before {
   content: "";
}
.bi-arrow-down-right-circle-fill:before {
   content: "";
}
.bi-arrow-down-right-circle:before {
   content: "";
}
.bi-arrow-down-right-square-fill:before {
   content: "";
}
.bi-arrow-down-right-square:before {
   content: "";
}
.bi-arrow-down-right:before {
   content: "";
}
.bi-arrow-down-short:before {
   content: "";
}
.bi-arrow-down-square-fill:before {
   content: "";
}
.bi-arrow-down-square:before {
   content: "";
}
.bi-arrow-down-up:before {
   content: "";
}
.bi-arrow-down:before {
   content: "";
}
.bi-arrow-left-circle-fill:before {
   content: "";
}
.bi-arrow-left-circle:before {
   content: "";
}
.bi-arrow-left-right:before {
   content: "";
}
.bi-arrow-left-short:before {
   content: "";
}
.bi-arrow-left-square-fill:before {
   content: "";
}
.bi-arrow-left-square:before {
   content: "";
}
.bi-arrow-left:before {
   content: "";
}
.bi-arrow-repeat:before {
   content: "";
}
.bi-arrow-return-left:before {
   content: "";
}
.bi-arrow-return-right:before {
   content: "";
}
.bi-arrow-right-circle-fill:before {
   content: "";
}
.bi-arrow-right-circle:before {
   content: "";
}
.bi-arrow-right-short:before {
   content: "";
}
.bi-arrow-right-square-fill:before {
   content: "";
}
.bi-arrow-right-square:before {
   content: "";
}
.bi-arrow-right:before {
   content: "";
}
.bi-arrow-up-circle-fill:before {
   content: "";
}
.bi-arrow-up-circle:before {
   content: "";
}
.bi-arrow-up-left-circle-fill:before {
   content: "";
}
.bi-arrow-up-left-circle:before {
   content: "";
}
.bi-arrow-up-left-square-fill:before {
   content: "";
}
.bi-arrow-up-left-square:before {
   content: "";
}
.bi-arrow-up-left:before {
   content: "";
}
.bi-arrow-up-right-circle-fill:before {
   content: "";
}
.bi-arrow-up-right-circle:before {
   content: "";
}
.bi-arrow-up-right-square-fill:before {
   content: "";
}
.bi-arrow-up-right-square:before {
   content: "";
}
.bi-arrow-up-right:before {
   content: "";
}
.bi-arrow-up-short:before {
   content: "";
}
.bi-arrow-up-square-fill:before {
   content: "";
}
.bi-arrow-up-square:before {
   content: "";
}
.bi-arrow-up:before {
   content: "";
}
.bi-arrows-angle-contract:before {
   content: "";
}
.bi-arrows-angle-expand:before {
   content: "";
}
.bi-arrows-collapse:before {
   content: "";
}
.bi-arrows-expand:before {
   content: "";
}
.bi-arrows-fullscreen:before {
   content: "";
}
.bi-arrows-move:before {
   content: "";
}
.bi-aspect-ratio-fill:before {
   content: "";
}
.bi-aspect-ratio:before {
   content: "";
}
.bi-asterisk:before {
   content: "";
}
.bi-at:before {
   content: "";
}
.bi-award-fill:before {
   content: "";
}
.bi-award:before {
   content: "";
}
.bi-back:before {
   content: "";
}
.bi-backspace-fill:before {
   content: "";
}
.bi-backspace-reverse-fill:before {
   content: "";
}
.bi-backspace-reverse:before {
   content: "";
}
.bi-backspace:before {
   content: "";
}
.bi-badge-3d-fill:before {
   content: "";
}
.bi-badge-3d:before {
   content: "";
}
.bi-badge-4k-fill:before {
   content: "";
}
.bi-badge-4k:before {
   content: "";
}
.bi-badge-8k-fill:before {
   content: "";
}
.bi-badge-8k:before {
   content: "";
}
.bi-badge-ad-fill:before {
   content: "";
}
.bi-badge-ad:before {
   content: "";
}
.bi-badge-ar-fill:before {
   content: "";
}
.bi-badge-ar:before {
   content: "";
}
.bi-badge-cc-fill:before {
   content: "";
}
.bi-badge-cc:before {
   content: "";
}
.bi-badge-hd-fill:before {
   content: "";
}
.bi-badge-hd:before {
   content: "";
}
.bi-badge-tm-fill:before {
   content: "";
}
.bi-badge-tm:before {
   content: "";
}
.bi-badge-vo-fill:before {
   content: "";
}
.bi-badge-vo:before {
   content: "";
}
.bi-badge-vr-fill:before {
   content: "";
}
.bi-badge-vr:before {
   content: "";
}
.bi-badge-wc-fill:before {
   content: "";
}
.bi-badge-wc:before {
   content: "";
}
.bi-bag-check-fill:before {
   content: "";
}
.bi-bag-check:before {
   content: "";
}
.bi-bag-dash-fill:before {
   content: "";
}
.bi-bag-dash:before {
   content: "";
}
.bi-bag-fill:before {
   content: "";
}
.bi-bag-plus-fill:before {
   content: "";
}
.bi-bag-plus:before {
   content: "";
}
.bi-bag-x-fill:before {
   content: "";
}
.bi-bag-x:before {
   content: "";
}
.bi-bag:before {
   content: "";
}
.bi-bar-chart-fill:before {
   content: "";
}
.bi-bar-chart-line-fill:before {
   content: "";
}
.bi-bar-chart-line:before {
   content: "";
}
.bi-bar-chart-steps:before {
   content: "";
}
.bi-bar-chart:before {
   content: "";
}
.bi-basket-fill:before {
   content: "";
}
.bi-basket:before {
   content: "";
}
.bi-basket2-fill:before {
   content: "";
}
.bi-basket2:before {
   content: "";
}
.bi-basket3-fill:before {
   content: "";
}
.bi-basket3:before {
   content: "";
}
.bi-battery-charging:before {
   content: "";
}
.bi-battery-full:before {
   content: "";
}
.bi-battery-half:before {
   content: "";
}
.bi-battery:before {
   content: "";
}
.bi-bell-fill:before {
   content: "";
}
.bi-bell:before {
   content: "";
}
.bi-bezier:before {
   content: "";
}
.bi-bezier2:before {
   content: "";
}
.bi-bicycle:before {
   content: "";
}
.bi-binoculars-fill:before {
   content: "";
}
.bi-binoculars:before {
   content: "";
}
.bi-blockquote-left:before {
   content: "";
}
.bi-blockquote-right:before {
   content: "";
}
.bi-book-fill:before {
   content: "";
}
.bi-book-half:before {
   content: "";
}
.bi-book:before {
   content: "";
}
.bi-bookmark-check-fill:before {
   content: "";
}
.bi-bookmark-check:before {
   content: "";
}
.bi-bookmark-dash-fill:before {
   content: "";
}
.bi-bookmark-dash:before {
   content: "";
}
.bi-bookmark-fill:before {
   content: "";
}
.bi-bookmark-heart-fill:before {
   content: "";
}
.bi-bookmark-heart:before {
   content: "";
}
.bi-bookmark-plus-fill:before {
   content: "";
}
.bi-bookmark-plus:before {
   content: "";
}
.bi-bookmark-star-fill:before {
   content: "";
}
.bi-bookmark-star:before {
   content: "";
}
.bi-bookmark-x-fill:before {
   content: "";
}
.bi-bookmark-x:before {
   content: "";
}
.bi-bookmark:before {
   content: "";
}
.bi-bookmarks-fill:before {
   content: "";
}
.bi-bookmarks:before {
   content: "";
}
.bi-bookshelf:before {
   content: "";
}
.bi-bootstrap-fill:before {
   content: "";
}
.bi-bootstrap-reboot:before {
   content: "";
}
.bi-bootstrap:before {
   content: "";
}
.bi-border-all:before {
   content: "";
}
.bi-border-bottom:before {
   content: "";
}
.bi-border-center:before {
   content: "";
}
.bi-border-inner:before {
   content: "";
}
.bi-border-left:before {
   content: "";
}
.bi-border-middle:before {
   content: "";
}
.bi-border-outer:before {
   content: "";
}
.bi-border-right:before {
   content: "";
}
.bi-border-style:before {
   content: "";
}
.bi-border-top:before {
   content: "";
}
.bi-border-width:before {
   content: "";
}
.bi-border:before {
   content: "";
}
.bi-bounding-box-circles:before {
   content: "";
}
.bi-bounding-box:before {
   content: "";
}
.bi-box-arrow-down-left:before {
   content: "";
}
.bi-box-arrow-down-right:before {
   content: "";
}
.bi-box-arrow-down:before {
   content: "";
}
.bi-box-arrow-in-down-left:before {
   content: "";
}
.bi-box-arrow-in-down-right:before {
   content: "";
}
.bi-box-arrow-in-down:before {
   content: "";
}
.bi-box-arrow-in-left:before {
   content: "";
}
.bi-box-arrow-in-right:before {
   content: "";
}
.bi-box-arrow-in-up-left:before {
   content: "";
}
.bi-box-arrow-in-up-right:before {
   content: "";
}
.bi-box-arrow-in-up:before {
   content: "";
}
.bi-box-arrow-left:before {
   content: "";
}
.bi-box-arrow-right:before {
   content: "";
}
.bi-box-arrow-up-left:before {
   content: "";
}
.bi-box-arrow-up-right:before {
   content: "";
}
.bi-box-arrow-up:before {
   content: "";
}
.bi-box-seam:before {
   content: "";
}
.bi-box:before {
   content: "";
}
.bi-braces:before {
   content: "";
}
.bi-bricks:before {
   content: "";
}
.bi-briefcase-fill:before {
   content: "";
}
.bi-briefcase:before {
   content: "";
}
.bi-brightness-alt-high-fill:before {
   content: "";
}
.bi-brightness-alt-high:before {
   content: "";
}
.bi-brightness-alt-low-fill:before {
   content: "";
}
.bi-brightness-alt-low:before {
   content: "";
}
.bi-brightness-high-fill:before {
   content: "";
}
.bi-brightness-high:before {
   content: "";
}
.bi-brightness-low-fill:before {
   content: "";
}
.bi-brightness-low:before {
   content: "";
}
.bi-broadcast-pin:before {
   content: "";
}
.bi-broadcast:before {
   content: "";
}
.bi-brush-fill:before {
   content: "";
}
.bi-brush:before {
   content: "";
}
.bi-bucket-fill:before {
   content: "";
}
.bi-bucket:before {
   content: "";
}
.bi-bug-fill:before {
   content: "";
}
.bi-bug:before {
   content: "";
}
.bi-building:before {
   content: "";
}
.bi-bullseye:before {
   content: "";
}
.bi-calculator-fill:before {
   content: "";
}
.bi-calculator:before {
   content: "";
}
.bi-calendar-check-fill:before {
   content: "";
}
.bi-calendar-check:before {
   content: "";
}
.bi-calendar-date-fill:before {
   content: "";
}
.bi-calendar-date:before {
   content: "";
}
.bi-calendar-day-fill:before {
   content: "";
}
.bi-calendar-day:before {
   content: "";
}
.bi-calendar-event-fill:before {
   content: "";
}
.bi-calendar-event:before {
   content: "";
}
.bi-calendar-fill:before {
   content: "";
}
.bi-calendar-minus-fill:before {
   content: "";
}
.bi-calendar-minus:before {
   content: "";
}
.bi-calendar-month-fill:before {
   content: "";
}
.bi-calendar-month:before {
   content: "";
}
.bi-calendar-plus-fill:before {
   content: "";
}
.bi-calendar-plus:before {
   content: "";
}
.bi-calendar-range-fill:before {
   content: "";
}
.bi-calendar-range:before {
   content: "";
}
.bi-calendar-week-fill:before {
   content: "";
}
.bi-calendar-week:before {
   content: "";
}
.bi-calendar-x-fill:before {
   content: "";
}
.bi-calendar-x:before {
   content: "";
}
.bi-calendar:before {
   content: "";
}
.bi-calendar2-check-fill:before {
   content: "";
}
.bi-calendar2-check:before {
   content: "";
}
.bi-calendar2-date-fill:before {
   content: "";
}
.bi-calendar2-date:before {
   content: "";
}
.bi-calendar2-day-fill:before {
   content: "";
}
.bi-calendar2-day:before {
   content: "";
}
.bi-calendar2-event-fill:before {
   content: "";
}
.bi-calendar2-event:before {
   content: "";
}
.bi-calendar2-fill:before {
   content: "";
}
.bi-calendar2-minus-fill:before {
   content: "";
}
.bi-calendar2-minus:before {
   content: "";
}
.bi-calendar2-month-fill:before {
   content: "";
}
.bi-calendar2-month:before {
   content: "";
}
.bi-calendar2-plus-fill:before {
   content: "";
}
.bi-calendar2-plus:before {
   content: "";
}
.bi-calendar2-range-fill:before {
   content: "";
}
.bi-calendar2-range:before {
   content: "";
}
.bi-calendar2-week-fill:before {
   content: "";
}
.bi-calendar2-week:before {
   content: "";
}
.bi-calendar2-x-fill:before {
   content: "";
}
.bi-calendar2-x:before {
   content: "";
}
.bi-calendar2:before {
   content: "";
}
.bi-calendar3-event-fill:before {
   content: "";
}
.bi-calendar3-event:before {
   content: "";
}
.bi-calendar3-fill:before {
   content: "";
}
.bi-calendar3-range-fill:before {
   content: "";
}
.bi-calendar3-range:before {
   content: "";
}
.bi-calendar3-week-fill:before {
   content: "";
}
.bi-calendar3-week:before {
   content: "";
}
.bi-calendar3:before {
   content: "";
}
.bi-calendar4-event:before {
   content: "";
}
.bi-calendar4-range:before {
   content: "";
}
.bi-calendar4-week:before {
   content: "";
}
.bi-calendar4:before {
   content: "";
}
.bi-camera-fill:before {
   content: "";
}
.bi-camera-reels-fill:before {
   content: "";
}
.bi-camera-reels:before {
   content: "";
}
.bi-camera-video-fill:before {
   content: "";
}
.bi-camera-video-off-fill:before {
   content: "";
}
.bi-camera-video-off:before {
   content: "";
}
.bi-camera-video:before {
   content: "";
}
.bi-camera:before {
   content: "";
}
.bi-camera2:before {
   content: "";
}
.bi-capslock-fill:before {
   content: "";
}
.bi-capslock:before {
   content: "";
}
.bi-card-checklist:before {
   content: "";
}
.bi-card-heading:before {
   content: "";
}
.bi-card-image:before {
   content: "";
}
.bi-card-list:before {
   content: "";
}
.bi-card-text:before {
   content: "";
}
.bi-caret-down-fill:before {
   content: "";
}
.bi-caret-down-square-fill:before {
   content: "";
}
.bi-caret-down-square:before {
   content: "";
}
.bi-caret-down:before {
   content: "";
}
.bi-caret-left-fill:before {
   content: "";
}
.bi-caret-left-square-fill:before {
   content: "";
}
.bi-caret-left-square:before {
   content: "";
}
.bi-caret-left:before {
   content: "";
}
.bi-caret-right-fill:before {
   content: "";
}
.bi-caret-right-square-fill:before {
   content: "";
}
.bi-caret-right-square:before {
   content: "";
}
.bi-caret-right:before {
   content: "";
}
.bi-caret-up-fill:before {
   content: "";
}
.bi-caret-up-square-fill:before {
   content: "";
}
.bi-caret-up-square:before {
   content: "";
}
.bi-caret-up:before {
   content: "";
}
.bi-cart-check-fill:before {
   content: "";
}
.bi-cart-check:before {
   content: "";
}
.bi-cart-dash-fill:before {
   content: "";
}
.bi-cart-dash:before {
   content: "";
}
.bi-cart-fill:before {
   content: "";
}
.bi-cart-plus-fill:before {
   content: "";
}
.bi-cart-plus:before {
   content: "";
}
.bi-cart-x-fill:before {
   content: "";
}
.bi-cart-x:before {
   content: "";
}
.bi-cart:before {
   content: "";
}
.bi-cart2:before {
   content: "";
}
.bi-cart3:before {
   content: "";
}
.bi-cart4:before {
   content: "";
}
.bi-cash-stack:before {
   content: "";
}
.bi-cash:before {
   content: "";
}
.bi-cast:before {
   content: "";
}
.bi-chat-dots-fill:before {
   content: "";
}
.bi-chat-dots:before {
   content: "";
}
.bi-chat-fill:before {
   content: "";
}
.bi-chat-left-dots-fill:before {
   content: "";
}
.bi-chat-left-dots:before {
   content: "";
}
.bi-chat-left-fill:before {
   content: "";
}
.bi-chat-left-quote-fill:before {
   content: "";
}
.bi-chat-left-quote:before {
   content: "";
}
.bi-chat-left-text-fill:before {
   content: "";
}
.bi-chat-left-text:before {
   content: "";
}
.bi-chat-left:before {
   content: "";
}
.bi-chat-quote-fill:before {
   content: "";
}
.bi-chat-quote:before {
   content: "";
}
.bi-chat-right-dots-fill:before {
   content: "";
}
.bi-chat-right-dots:before {
   content: "";
}
.bi-chat-right-fill:before {
   content: "";
}
.bi-chat-right-quote-fill:before {
   content: "";
}
.bi-chat-right-quote:before {
   content: "";
}
.bi-chat-right-text-fill:before {
   content: "";
}
.bi-chat-right-text:before {
   content: "";
}
.bi-chat-right:before {
   content: "";
}
.bi-chat-square-dots-fill:before {
   content: "";
}
.bi-chat-square-dots:before {
   content: "";
}
.bi-chat-square-fill:before {
   content: "";
}
.bi-chat-square-quote-fill:before {
   content: "";
}
.bi-chat-square-quote:before {
   content: "";
}
.bi-chat-square-text-fill:before {
   content: "";
}
.bi-chat-square-text:before {
   content: "";
}
.bi-chat-square:before {
   content: "";
}
.bi-chat-text-fill:before {
   content: "";
}
.bi-chat-text:before {
   content: "";
}
.bi-chat:before {
   content: "";
}
.bi-check-all:before {
   content: "";
}
.bi-check-circle-fill:before {
   content: "";
}
.bi-check-circle:before {
   content: "";
}
.bi-check-square-fill:before {
   content: "";
}
.bi-check-square:before {
   content: "";
}
.bi-check:before {
   content: "";
}
.bi-check2-all:before {
   content: "";
}
.bi-check2-circle:before {
   content: "";
}
.bi-check2-square:before {
   content: "";
}
.bi-check2:before {
   content: "";
}
.bi-chevron-bar-contract:before {
   content: "";
}
.bi-chevron-bar-down:before {
   content: "";
}
.bi-chevron-bar-expand:before {
   content: "";
}
.bi-chevron-bar-left:before {
   content: "";
}
.bi-chevron-bar-right:before {
   content: "";
}
.bi-chevron-bar-up:before {
   content: "";
}
.bi-chevron-compact-down:before {
   content: "";
}
.bi-chevron-compact-left:before {
   content: "";
}
.bi-chevron-compact-right:before {
   content: "";
}
.bi-chevron-compact-up:before {
   content: "";
}
.bi-chevron-contract:before {
   content: "";
}
.bi-chevron-double-down:before {
   content: "";
}
.bi-chevron-double-left:before {
   content: "";
}
.bi-chevron-double-right:before {
   content: "";
}
.bi-chevron-double-up:before {
   content: "";
}
.bi-chevron-down:before {
   content: "";
}
.bi-chevron-expand:before {
   content: "";
}
.bi-chevron-left:before {
   content: "";
}
.bi-chevron-right:before {
   content: "";
}
.bi-chevron-up:before {
   content: "";
}
.bi-circle-fill:before {
   content: "";
}
.bi-circle-half:before {
   content: "";
}
.bi-circle-square:before {
   content: "";
}
.bi-circle:before {
   content: "";
}
.bi-clipboard-check:before {
   content: "";
}
.bi-clipboard-data:before {
   content: "";
}
.bi-clipboard-minus:before {
   content: "";
}
.bi-clipboard-plus:before {
   content: "";
}
.bi-clipboard-x:before {
   content: "";
}
.bi-clipboard:before {
   content: "";
}
.bi-clock-fill:before {
   content: "";
}
.bi-clock-history:before {
   content: "";
}
.bi-clock:before {
   content: "";
}
.bi-cloud-arrow-down-fill:before {
   content: "";
}
.bi-cloud-arrow-down:before {
   content: "";
}
.bi-cloud-arrow-up-fill:before {
   content: "";
}
.bi-cloud-arrow-up:before {
   content: "";
}
.bi-cloud-check-fill:before {
   content: "";
}
.bi-cloud-check:before {
   content: "";
}
.bi-cloud-download-fill:before {
   content: "";
}
.bi-cloud-download:before {
   content: "";
}
.bi-cloud-drizzle-fill:before {
   content: "";
}
.bi-cloud-drizzle:before {
   content: "";
}
.bi-cloud-fill:before {
   content: "";
}
.bi-cloud-fog-fill:before {
   content: "";
}
.bi-cloud-fog:before {
   content: "";
}
.bi-cloud-fog2-fill:before {
   content: "";
}
.bi-cloud-fog2:before {
   content: "";
}
.bi-cloud-hail-fill:before {
   content: "";
}
.bi-cloud-hail:before {
   content: "";
}
.bi-cloud-haze-fill:before {
   content: "";
}
.bi-cloud-haze:before {
   content: "";
}
.bi-cloud-haze2-fill:before {
   content: "";
}
.bi-cloud-lightning-fill:before {
   content: "";
}
.bi-cloud-lightning-rain-fill:before {
   content: "";
}
.bi-cloud-lightning-rain:before {
   content: "";
}
.bi-cloud-lightning:before {
   content: "";
}
.bi-cloud-minus-fill:before {
   content: "";
}
.bi-cloud-minus:before {
   content: "";
}
.bi-cloud-moon-fill:before {
   content: "";
}
.bi-cloud-moon:before {
   content: "";
}
.bi-cloud-plus-fill:before {
   content: "";
}
.bi-cloud-plus:before {
   content: "";
}
.bi-cloud-rain-fill:before {
   content: "";
}
.bi-cloud-rain-heavy-fill:before {
   content: "";
}
.bi-cloud-rain-heavy:before {
   content: "";
}
.bi-cloud-rain:before {
   content: "";
}
.bi-cloud-slash-fill:before {
   content: "";
}
.bi-cloud-slash:before {
   content: "";
}
.bi-cloud-sleet-fill:before {
   content: "";
}
.bi-cloud-sleet:before {
   content: "";
}
.bi-cloud-snow-fill:before {
   content: "";
}
.bi-cloud-snow:before {
   content: "";
}
.bi-cloud-sun-fill:before {
   content: "";
}
.bi-cloud-sun:before {
   content: "";
}
.bi-cloud-upload-fill:before {
   content: "";
}
.bi-cloud-upload:before {
   content: "";
}
.bi-cloud:before {
   content: "";
}
.bi-clouds-fill:before {
   content: "";
}
.bi-clouds:before {
   content: "";
}
.bi-cloudy-fill:before {
   content: "";
}
.bi-cloudy:before {
   content: "";
}
.bi-code-slash:before {
   content: "";
}
.bi-code-square:before {
   content: "";
}
.bi-code:before {
   content: "";
}
.bi-collection-fill:before {
   content: "";
}
.bi-collection-play-fill:before {
   content: "";
}
.bi-collection-play:before {
   content: "";
}
.bi-collection:before {
   content: "";
}
.bi-columns-gap:before {
   content: "";
}
.bi-columns:before {
   content: "";
}
.bi-command:before {
   content: "";
}
.bi-compass-fill:before {
   content: "";
}
.bi-compass:before {
   content: "";
}
.bi-cone-striped:before {
   content: "";
}
.bi-cone:before {
   content: "";
}
.bi-controller:before {
   content: "";
}
.bi-cpu-fill:before {
   content: "";
}
.bi-cpu:before {
   content: "";
}
.bi-credit-card-2-back-fill:before {
   content: "";
}
.bi-credit-card-2-back:before {
   content: "";
}
.bi-credit-card-2-front-fill:before {
   content: "";
}
.bi-credit-card-2-front:before {
   content: "";
}
.bi-credit-card-fill:before {
   content: "";
}
.bi-credit-card:before {
   content: "";
}
.bi-crop:before {
   content: "";
}
.bi-cup-fill:before {
   content: "";
}
.bi-cup-straw:before {
   content: "";
}
.bi-cup:before {
   content: "";
}
.bi-cursor-fill:before {
   content: "";
}
.bi-cursor-text:before {
   content: "";
}
.bi-cursor:before {
   content: "";
}
.bi-dash-circle-dotted:before {
   content: "";
}
.bi-dash-circle-fill:before {
   content: "";
}
.bi-dash-circle:before {
   content: "";
}
.bi-dash-square-dotted:before {
   content: "";
}
.bi-dash-square-fill:before {
   content: "";
}
.bi-dash-square:before {
   content: "";
}
.bi-dash:before {
   content: "";
}
.bi-diagram-2-fill:before {
   content: "";
}
.bi-diagram-2:before {
   content: "";
}
.bi-diagram-3-fill:before {
   content: "";
}
.bi-diagram-3:before {
   content: "";
}
.bi-diamond-fill:before {
   content: "";
}
.bi-diamond-half:before {
   content: "";
}
.bi-diamond:before {
   content: "";
}
.bi-dice-1-fill:before {
   content: "";
}
.bi-dice-1:before {
   content: "";
}
.bi-dice-2-fill:before {
   content: "";
}
.bi-dice-2:before {
   content: "";
}
.bi-dice-3-fill:before {
   content: "";
}
.bi-dice-3:before {
   content: "";
}
.bi-dice-4-fill:before {
   content: "";
}
.bi-dice-4:before {
   content: "";
}
.bi-dice-5-fill:before {
   content: "";
}
.bi-dice-5:before {
   content: "";
}
.bi-dice-6-fill:before {
   content: "";
}
.bi-dice-6:before {
   content: "";
}
.bi-disc-fill:before {
   content: "";
}
.bi-disc:before {
   content: "";
}
.bi-discord:before {
   content: "";
}
.bi-display-fill:before {
   content: "";
}
.bi-display:before {
   content: "";
}
.bi-distribute-horizontal:before {
   content: "";
}
.bi-distribute-vertical:before {
   content: "";
}
.bi-door-closed-fill:before {
   content: "";
}
.bi-door-closed:before {
   content: "";
}
.bi-door-open-fill:before {
   content: "";
}
.bi-door-open:before {
   content: "";
}
.bi-dot:before {
   content: "";
}
.bi-download:before {
   content: "";
}
.bi-droplet-fill:before {
   content: "";
}
.bi-droplet-half:before {
   content: "";
}
.bi-droplet:before {
   content: "";
}
.bi-earbuds:before {
   content: "";
}
.bi-easel-fill:before {
   content: "";
}
.bi-easel:before {
   content: "";
}
.bi-egg-fill:before {
   content: "";
}
.bi-egg-fried:before {
   content: "";
}
.bi-egg:before {
   content: "";
}
.bi-eject-fill:before {
   content: "";
}
.bi-eject:before {
   content: "";
}
.bi-emoji-angry-fill:before {
   content: "";
}
.bi-emoji-angry:before {
   content: "";
}
.bi-emoji-dizzy-fill:before {
   content: "";
}
.bi-emoji-dizzy:before {
   content: "";
}
.bi-emoji-expressionless-fill:before {
   content: "";
}
.bi-emoji-expressionless:before {
   content: "";
}
.bi-emoji-frown-fill:before {
   content: "";
}
.bi-emoji-frown:before {
   content: "";
}
.bi-emoji-heart-eyes-fill:before {
   content: "";
}
.bi-emoji-heart-eyes:before {
   content: "";
}
.bi-emoji-laughing-fill:before {
   content: "";
}
.bi-emoji-laughing:before {
   content: "";
}
.bi-emoji-neutral-fill:before {
   content: "";
}
.bi-emoji-neutral:before {
   content: "";
}
.bi-emoji-smile-fill:before {
   content: "";
}
.bi-emoji-smile-upside-down-fill:before {
   content: "";
}
.bi-emoji-smile-upside-down:before {
   content: "";
}
.bi-emoji-smile:before {
   content: "";
}
.bi-emoji-sunglasses-fill:before {
   content: "";
}
.bi-emoji-sunglasses:before {
   content: "";
}
.bi-emoji-wink-fill:before {
   content: "";
}
.bi-emoji-wink:before {
   content: "";
}
.bi-envelope-fill:before {
   content: "";
}
.bi-envelope-open-fill:before {
   content: "";
}
.bi-envelope-open:before {
   content: "";
}
.bi-envelope:before {
   content: "";
}
.bi-eraser-fill:before {
   content: "";
}
.bi-eraser:before {
   content: "";
}
.bi-exclamation-circle-fill:before {
   content: "";
}
.bi-exclamation-circle:before {
   content: "";
}
.bi-exclamation-diamond-fill:before {
   content: "";
}
.bi-exclamation-diamond:before {
   content: "";
}
.bi-exclamation-octagon-fill:before {
   content: "";
}
.bi-exclamation-octagon:before {
   content: "";
}
.bi-exclamation-square-fill:before {
   content: "";
}
.bi-exclamation-square:before {
   content: "";
}
.bi-exclamation-triangle-fill:before {
   content: "";
}
.bi-exclamation-triangle:before {
   content: "";
}
.bi-exclamation:before {
   content: "";
}
.bi-exclude:before {
   content: "";
}
.bi-eye-fill:before {
   content: "";
}
.bi-eye-slash-fill:before {
   content: "";
}
.bi-eye-slash:before {
   content: "";
}
.bi-eye:before {
   content: "";
}
.bi-eyedropper:before {
   content: "";
}
.bi-eyeglasses:before {
   content: "";
}
.bi-facebook:before {
   content: "";
}
.bi-file-arrow-down-fill:before {
   content: "";
}
.bi-file-arrow-down:before {
   content: "";
}
.bi-file-arrow-up-fill:before {
   content: "";
}
.bi-file-arrow-up:before {
   content: "";
}
.bi-file-bar-graph-fill:before {
   content: "";
}
.bi-file-bar-graph:before {
   content: "";
}
.bi-file-binary-fill:before {
   content: "";
}
.bi-file-binary:before {
   content: "";
}
.bi-file-break-fill:before {
   content: "";
}
.bi-file-break:before {
   content: "";
}
.bi-file-check-fill:before {
   content: "";
}
.bi-file-check:before {
   content: "";
}
.bi-file-code-fill:before {
   content: "";
}
.bi-file-code:before {
   content: "";
}
.bi-file-diff-fill:before {
   content: "";
}
.bi-file-diff:before {
   content: "";
}
.bi-file-earmark-arrow-down-fill:before {
   content: "";
}
.bi-file-earmark-arrow-down:before {
   content: "";
}
.bi-file-earmark-arrow-up-fill:before {
   content: "";
}
.bi-file-earmark-arrow-up:before {
   content: "";
}
.bi-file-earmark-bar-graph-fill:before {
   content: "";
}
.bi-file-earmark-bar-graph:before {
   content: "";
}
.bi-file-earmark-binary-fill:before {
   content: "";
}
.bi-file-earmark-binary:before {
   content: "";
}
.bi-file-earmark-break-fill:before {
   content: "";
}
.bi-file-earmark-break:before {
   content: "";
}
.bi-file-earmark-check-fill:before {
   content: "";
}
.bi-file-earmark-check:before {
   content: "";
}
.bi-file-earmark-code-fill:before {
   content: "";
}
.bi-file-earmark-code:before {
   content: "";
}
.bi-file-earmark-diff-fill:before {
   content: "";
}
.bi-file-earmark-diff:before {
   content: "";
}
.bi-file-earmark-easel-fill:before {
   content: "";
}
.bi-file-earmark-easel:before {
   content: "";
}
.bi-file-earmark-excel-fill:before {
   content: "";
}
.bi-file-earmark-excel:before {
   content: "";
}
.bi-file-earmark-fill:before {
   content: "";
}
.bi-file-earmark-font-fill:before {
   content: "";
}
.bi-file-earmark-font:before {
   content: "";
}
.bi-file-earmark-image-fill:before {
   content: "";
}
.bi-file-earmark-image:before {
   content: "";
}
.bi-file-earmark-lock-fill:before {
   content: "";
}
.bi-file-earmark-lock:before {
   content: "";
}
.bi-file-earmark-lock2-fill:before {
   content: "";
}
.bi-file-earmark-lock2:before {
   content: "";
}
.bi-file-earmark-medical-fill:before {
   content: "";
}
.bi-file-earmark-medical:before {
   content: "";
}
.bi-file-earmark-minus-fill:before {
   content: "";
}
.bi-file-earmark-minus:before {
   content: "";
}
.bi-file-earmark-music-fill:before {
   content: "";
}
.bi-file-earmark-music:before {
   content: "";
}
.bi-file-earmark-person-fill:before {
   content: "";
}
.bi-file-earmark-person:before {
   content: "";
}
.bi-file-earmark-play-fill:before {
   content: "";
}
.bi-file-earmark-play:before {
   content: "";
}
.bi-file-earmark-plus-fill:before {
   content: "";
}
.bi-file-earmark-plus:before {
   content: "";
}
.bi-file-earmark-post-fill:before {
   content: "";
}
.bi-file-earmark-post:before {
   content: "";
}
.bi-file-earmark-ppt-fill:before {
   content: "";
}
.bi-file-earmark-ppt:before {
   content: "";
}
.bi-file-earmark-richtext-fill:before {
   content: "";
}
.bi-file-earmark-richtext:before {
   content: "";
}
.bi-file-earmark-ruled-fill:before {
   content: "";
}
.bi-file-earmark-ruled:before {
   content: "";
}
.bi-file-earmark-slides-fill:before {
   content: "";
}
.bi-file-earmark-slides:before {
   content: "";
}
.bi-file-earmark-spreadsheet-fill:before {
   content: "";
}
.bi-file-earmark-spreadsheet:before {
   content: "";
}
.bi-file-earmark-text-fill:before {
   content: "";
}
.bi-file-earmark-text:before {
   content: "";
}
.bi-file-earmark-word-fill:before {
   content: "";
}
.bi-file-earmark-word:before {
   content: "";
}
.bi-file-earmark-x-fill:before {
   content: "";
}
.bi-file-earmark-x:before {
   content: "";
}
.bi-file-earmark-zip-fill:before {
   content: "";
}
.bi-file-earmark-zip:before {
   content: "";
}
.bi-file-earmark:before {
   content: "";
}
.bi-file-easel-fill:before {
   content: "";
}
.bi-file-easel:before {
   content: "";
}
.bi-file-excel-fill:before {
   content: "";
}
.bi-file-excel:before {
   content: "";
}
.bi-file-fill:before {
   content: "";
}
.bi-file-font-fill:before {
   content: "";
}
.bi-file-font:before {
   content: "";
}
.bi-file-image-fill:before {
   content: "";
}
.bi-file-image:before {
   content: "";
}
.bi-file-lock-fill:before {
   content: "";
}
.bi-file-lock:before {
   content: "";
}
.bi-file-lock2-fill:before {
   content: "";
}
.bi-file-lock2:before {
   content: "";
}
.bi-file-medical-fill:before {
   content: "";
}
.bi-file-medical:before {
   content: "";
}
.bi-file-minus-fill:before {
   content: "";
}
.bi-file-minus:before {
   content: "";
}
.bi-file-music-fill:before {
   content: "";
}
.bi-file-music:before {
   content: "";
}
.bi-file-person-fill:before {
   content: "";
}
.bi-file-person:before {
   content: "";
}
.bi-file-play-fill:before {
   content: "";
}
.bi-file-play:before {
   content: "";
}
.bi-file-plus-fill:before {
   content: "";
}
.bi-file-plus:before {
   content: "";
}
.bi-file-post-fill:before {
   content: "";
}
.bi-file-post:before {
   content: "";
}
.bi-file-ppt-fill:before {
   content: "";
}
.bi-file-ppt:before {
   content: "";
}
.bi-file-richtext-fill:before {
   content: "";
}
.bi-file-richtext:before {
   content: "";
}
.bi-file-ruled-fill:before {
   content: "";
}
.bi-file-ruled:before {
   content: "";
}
.bi-file-slides-fill:before {
   content: "";
}
.bi-file-slides:before {
   content: "";
}
.bi-file-spreadsheet-fill:before {
   content: "";
}
.bi-file-spreadsheet:before {
   content: "";
}
.bi-file-text-fill:before {
   content: "";
}
.bi-file-text:before {
   content: "";
}
.bi-file-word-fill:before {
   content: "";
}
.bi-file-word:before {
   content: "";
}
.bi-file-x-fill:before {
   content: "";
}
.bi-file-x:before {
   content: "";
}
.bi-file-zip-fill:before {
   content: "";
}
.bi-file-zip:before {
   content: "";
}
.bi-file:before {
   content: "";
}
.bi-files-alt:before {
   content: "";
}
.bi-files:before {
   content: "";
}
.bi-film:before {
   content: "";
}
.bi-filter-circle-fill:before {
   content: "";
}
.bi-filter-circle:before {
   content: "";
}
.bi-filter-left:before {
   content: "";
}
.bi-filter-right:before {
   content: "";
}
.bi-filter-square-fill:before {
   content: "";
}
.bi-filter-square:before {
   content: "";
}
.bi-filter:before {
   content: "";
}
.bi-flag-fill:before {
   content: "";
}
.bi-flag:before {
   content: "";
}
.bi-flower1:before {
   content: "";
}
.bi-flower2:before {
   content: "";
}
.bi-flower3:before {
   content: "";
}
.bi-folder-check:before {
   content: "";
}
.bi-folder-fill:before {
   content: "";
}
.bi-folder-minus:before {
   content: "";
}
.bi-folder-plus:before {
   content: "";
}
.bi-folder-symlink-fill:before {
   content: "";
}
.bi-folder-symlink:before {
   content: "";
}
.bi-folder-x:before {
   content: "";
}
.bi-folder:before {
   content: "";
}
.bi-folder2-open:before {
   content: "";
}
.bi-folder2:before {
   content: "";
}
.bi-fonts:before {
   content: "";
}
.bi-forward-fill:before {
   content: "";
}
.bi-forward:before {
   content: "";
}
.bi-front:before {
   content: "";
}
.bi-fullscreen-exit:before {
   content: "";
}
.bi-fullscreen:before {
   content: "";
}
.bi-funnel-fill:before {
   content: "";
}
.bi-funnel:before {
   content: "";
}
.bi-gear-fill:before {
   content: "";
}
.bi-gear-wide-connected:before {
   content: "";
}
.bi-gear-wide:before {
   content: "";
}
.bi-gear:before {
   content: "";
}
.bi-gem:before {
   content: "";
}
.bi-geo-alt-fill:before {
   content: "";
}
.bi-geo-alt:before {
   content: "";
}
.bi-geo-fill:before {
   content: "";
}
.bi-geo:before {
   content: "";
}
.bi-gift-fill:before {
   content: "";
}
.bi-gift:before {
   content: "";
}
.bi-github:before {
   content: "";
}
.bi-globe:before {
   content: "";
}
.bi-globe2:before {
   content: "";
}
.bi-google:before {
   content: "";
}
.bi-graph-down:before {
   content: "";
}
.bi-graph-up:before {
   content: "";
}
.bi-grid-1x2-fill:before {
   content: "";
}
.bi-grid-1x2:before {
   content: "";
}
.bi-grid-3x2-gap-fill:before {
   content: "";
}
.bi-grid-3x2-gap:before {
   content: "";
}
.bi-grid-3x2:before {
   content: "";
}
.bi-grid-3x3-gap-fill:before {
   content: "";
}
.bi-grid-3x3-gap:before {
   content: "";
}
.bi-grid-3x3:before {
   content: "";
}
.bi-grid-fill:before {
   content: "";
}
.bi-grid:before {
   content: "";
}
.bi-grip-horizontal:before {
   content: "";
}
.bi-grip-vertical:before {
   content: "";
}
.bi-hammer:before {
   content: "";
}
.bi-hand-index-fill:before {
   content: "";
}
.bi-hand-index-thumb-fill:before {
   content: "";
}
.bi-hand-index-thumb:before {
   content: "";
}
.bi-hand-index:before {
   content: "";
}
.bi-hand-thumbs-down-fill:before {
   content: "";
}
.bi-hand-thumbs-down:before {
   content: "";
}
.bi-hand-thumbs-up-fill:before {
   content: "";
}
.bi-hand-thumbs-up:before {
   content: "";
}
.bi-handbag-fill:before {
   content: "";
}
.bi-handbag:before {
   content: "";
}
.bi-hash:before {
   content: "";
}
.bi-hdd-fill:before {
   content: "";
}
.bi-hdd-network-fill:before {
   content: "";
}
.bi-hdd-network:before {
   content: "";
}
.bi-hdd-rack-fill:before {
   content: "";
}
.bi-hdd-rack:before {
   content: "";
}
.bi-hdd-stack-fill:before {
   content: "";
}
.bi-hdd-stack:before {
   content: "";
}
.bi-hdd:before {
   content: "";
}
.bi-headphones:before {
   content: "";
}
.bi-headset:before {
   content: "";
}
.bi-heart-fill:before {
   content: "";
}
.bi-heart-half:before {
   content: "";
}
.bi-heart:before {
   content: "";
}
.bi-heptagon-fill:before {
   content: "";
}
.bi-heptagon-half:before {
   content: "";
}
.bi-heptagon:before {
   content: "";
}
.bi-hexagon-fill:before {
   content: "";
}
.bi-hexagon-half:before {
   content: "";
}
.bi-hexagon:before {
   content: "";
}
.bi-hourglass-bottom:before {
   content: "";
}
.bi-hourglass-split:before {
   content: "";
}
.bi-hourglass-top:before {
   content: "";
}
.bi-hourglass:before {
   content: "";
}
.bi-house-door-fill:before {
   content: "";
}
.bi-house-door:before {
   content: "";
}
.bi-house-fill:before {
   content: "";
}
.bi-house:before {
   content: "";
}
.bi-hr:before {
   content: "";
}
.bi-hurricane:before {
   content: "";
}
.bi-image-alt:before {
   content: "";
}
.bi-image-fill:before {
   content: "";
}
.bi-image:before {
   content: "";
}
.bi-images:before {
   content: "";
}
.bi-inbox-fill:before {
   content: "";
}
.bi-inbox:before {
   content: "";
}
.bi-inboxes-fill:before {
   content: "";
}
.bi-inboxes:before {
   content: "";
}
.bi-info-circle-fill:before {
   content: "";
}
.bi-info-circle:before {
   content: "";
}
.bi-info-square-fill:before {
   content: "";
}
.bi-info-square:before {
   content: "";
}
.bi-info:before {
   content: "";
}
.bi-input-cursor-text:before {
   content: "";
}
.bi-input-cursor:before {
   content: "";
}
.bi-instagram:before {
   content: "";
}
.bi-intersect:before {
   content: "";
}
.bi-journal-album:before {
   content: "";
}
.bi-journal-arrow-down:before {
   content: "";
}
.bi-journal-arrow-up:before {
   content: "";
}
.bi-journal-bookmark-fill:before {
   content: "";
}
.bi-journal-bookmark:before {
   content: "";
}
.bi-journal-check:before {
   content: "";
}
.bi-journal-code:before {
   content: "";
}
.bi-journal-medical:before {
   content: "";
}
.bi-journal-minus:before {
   content: "";
}
.bi-journal-plus:before {
   content: "";
}
.bi-journal-richtext:before {
   content: "";
}
.bi-journal-text:before {
   content: "";
}
.bi-journal-x:before {
   content: "";
}
.bi-journal:before {
   content: "";
}
.bi-journals:before {
   content: "";
}
.bi-joystick:before {
   content: "";
}
.bi-justify-left:before {
   content: "";
}
.bi-justify-right:before {
   content: "";
}
.bi-justify:before {
   content: "";
}
.bi-kanban-fill:before {
   content: "";
}
.bi-kanban:before {
   content: "";
}
.bi-key-fill:before {
   content: "";
}
.bi-key:before {
   content: "";
}
.bi-keyboard-fill:before {
   content: "";
}
.bi-keyboard:before {
   content: "";
}
.bi-ladder:before {
   content: "";
}
.bi-lamp-fill:before {
   content: "";
}
.bi-lamp:before {
   content: "";
}
.bi-laptop-fill:before {
   content: "";
}
.bi-laptop:before {
   content: "";
}
.bi-layer-backward:before {
   content: "";
}
.bi-layer-forward:before {
   content: "";
}
.bi-layers-fill:before {
   content: "";
}
.bi-layers-half:before {
   content: "";
}
.bi-layers:before {
   content: "";
}
.bi-layout-sidebar-inset-reverse:before {
   content: "";
}
.bi-layout-sidebar-inset:before {
   content: "";
}
.bi-layout-sidebar-reverse:before {
   content: "";
}
.bi-layout-sidebar:before {
   content: "";
}
.bi-layout-split:before {
   content: "";
}
.bi-layout-text-sidebar-reverse:before {
   content: "";
}
.bi-layout-text-sidebar:before {
   content: "";
}
.bi-layout-text-window-reverse:before {
   content: "";
}
.bi-layout-text-window:before {
   content: "";
}
.bi-layout-three-columns:before {
   content: "";
}
.bi-layout-wtf:before {
   content: "";
}
.bi-life-preserver:before {
   content: "";
}
.bi-lightbulb-fill:before {
   content: "";
}
.bi-lightbulb-off-fill:before {
   content: "";
}
.bi-lightbulb-off:before {
   content: "";
}
.bi-lightbulb:before {
   content: "";
}
.bi-lightning-charge-fill:before {
   content: "";
}
.bi-lightning-charge:before {
   content: "";
}
.bi-lightning-fill:before {
   content: "";
}
.bi-lightning:before {
   content: "";
}
.bi-link-45deg:before {
   content: "";
}
.bi-link:before {
   content: "";
}
.bi-linkedin:before {
   content: "";
}
.bi-list-check:before {
   content: "";
}
.bi-list-nested:before {
   content: "";
}
.bi-list-ol:before {
   content: "";
}
.bi-list-stars:before {
   content: "";
}
.bi-list-task:before {
   content: "";
}
.bi-list-ul:before {
   content: "";
}
.bi-list:before {
   content: "";
}
.bi-lock-fill:before {
   content: "";
}
.bi-lock:before {
   content: "";
}
.bi-mailbox:before {
   content: "";
}
.bi-mailbox2:before {
   content: "";
}
.bi-map-fill:before {
   content: "";
}
.bi-map:before {
   content: "";
}
.bi-markdown-fill:before {
   content: "";
}
.bi-markdown:before {
   content: "";
}
.bi-mask:before {
   content: "";
}
.bi-megaphone-fill:before {
   content: "";
}
.bi-megaphone:before {
   content: "";
}
.bi-menu-app-fill:before {
   content: "";
}
.bi-menu-app:before {
   content: "";
}
.bi-menu-button-fill:before {
   content: "";
}
.bi-menu-button-wide-fill:before {
   content: "";
}
.bi-menu-button-wide:before {
   content: "";
}
.bi-menu-button:before {
   content: "";
}
.bi-menu-down:before {
   content: "";
}
.bi-menu-up:before {
   content: "";
}
.bi-mic-fill:before {
   content: "";
}
.bi-mic-mute-fill:before {
   content: "";
}
.bi-mic-mute:before {
   content: "";
}
.bi-mic:before {
   content: "";
}
.bi-minecart-loaded:before {
   content: "";
}
.bi-minecart:before {
   content: "";
}
.bi-moisture:before {
   content: "";
}
.bi-moon-fill:before {
   content: "";
}
.bi-moon-stars-fill:before {
   content: "";
}
.bi-moon-stars:before {
   content: "";
}
.bi-moon:before {
   content: "";
}
.bi-mouse-fill:before {
   content: "";
}
.bi-mouse:before {
   content: "";
}
.bi-mouse2-fill:before {
   content: "";
}
.bi-mouse2:before {
   content: "";
}
.bi-mouse3-fill:before {
   content: "";
}
.bi-mouse3:before {
   content: "";
}
.bi-music-note-beamed:before {
   content: "";
}
.bi-music-note-list:before {
   content: "";
}
.bi-music-note:before {
   content: "";
}
.bi-music-player-fill:before {
   content: "";
}
.bi-music-player:before {
   content: "";
}
.bi-newspaper:before {
   content: "";
}
.bi-node-minus-fill:before {
   content: "";
}
.bi-node-minus:before {
   content: "";
}
.bi-node-plus-fill:before {
   content: "";
}
.bi-node-plus:before {
   content: "";
}
.bi-nut-fill:before {
   content: "";
}
.bi-nut:before {
   content: "";
}
.bi-octagon-fill:before {
   content: "";
}
.bi-octagon-half:before {
   content: "";
}
.bi-octagon:before {
   content: "";
}
.bi-option:before {
   content: "";
}
.bi-outlet:before {
   content: "";
}
.bi-paint-bucket:before {
   content: "";
}
.bi-palette-fill:before {
   content: "";
}
.bi-palette:before {
   content: "";
}
.bi-palette2:before {
   content: "";
}
.bi-paperclip:before {
   content: "";
}
.bi-paragraph:before {
   content: "";
}
.bi-patch-check-fill:before {
   content: "";
}
.bi-patch-check:before {
   content: "";
}
.bi-patch-exclamation-fill:before {
   content: "";
}
.bi-patch-exclamation:before {
   content: "";
}
.bi-patch-minus-fill:before {
   content: "";
}
.bi-patch-minus:before {
   content: "";
}
.bi-patch-plus-fill:before {
   content: "";
}
.bi-patch-plus:before {
   content: "";
}
.bi-patch-question-fill:before {
   content: "";
}
.bi-patch-question:before {
   content: "";
}
.bi-pause-btn-fill:before {
   content: "";
}
.bi-pause-btn:before {
   content: "";
}
.bi-pause-circle-fill:before {
   content: "";
}
.bi-pause-circle:before {
   content: "";
}
.bi-pause-fill:before {
   content: "";
}
.bi-pause:before {
   content: "";
}
.bi-peace-fill:before {
   content: "";
}
.bi-peace:before {
   content: "";
}
.bi-pen-fill:before {
   content: "";
}
.bi-pen:before {
   content: "";
}
.bi-pencil-fill:before {
   content: "";
}
.bi-pencil-square:before {
   content: "";
}
.bi-pencil:before {
   content: "";
}
.bi-pentagon-fill:before {
   content: "";
}
.bi-pentagon-half:before {
   content: "";
}
.bi-pentagon:before {
   content: "";
}
.bi-people-fill:before {
   content: "";
}
.bi-people:before {
   content: "";
}
.bi-percent:before {
   content: "";
}
.bi-person-badge-fill:before {
   content: "";
}
.bi-person-badge:before {
   content: "";
}
.bi-person-bounding-box:before {
   content: "";
}
.bi-person-check-fill:before {
   content: "";
}
.bi-person-check:before {
   content: "";
}
.bi-person-circle:before {
   content: "";
}
.bi-person-dash-fill:before {
   content: "";
}
.bi-person-dash:before {
   content: "";
}
.bi-person-fill:before {
   content: "";
}
.bi-person-lines-fill:before {
   content: "";
}
.bi-person-plus-fill:before {
   content: "";
}
.bi-person-plus:before {
   content: "";
}
.bi-person-square:before {
   content: "";
}
.bi-person-x-fill:before {
   content: "";
}
.bi-person-x:before {
   content: "";
}
.bi-person:before {
   content: "";
}
.bi-phone-fill:before {
   content: "";
}
.bi-phone-landscape-fill:before {
   content: "";
}
.bi-phone-landscape:before {
   content: "";
}
.bi-phone-vibrate-fill:before {
   content: "";
}
.bi-phone-vibrate:before {
   content: "";
}
.bi-phone:before {
   content: "";
}
.bi-pie-chart-fill:before {
   content: "";
}
.bi-pie-chart:before {
   content: "";
}
.bi-pin-angle-fill:before {
   content: "";
}
.bi-pin-angle:before {
   content: "";
}
.bi-pin-fill:before {
   content: "";
}
.bi-pin:before {
   content: "";
}
.bi-pip-fill:before {
   content: "";
}
.bi-pip:before {
   content: "";
}
.bi-play-btn-fill:before {
   content: "";
}
.bi-play-btn:before {
   content: "";
}
.bi-play-circle-fill:before {
   content: "";
}
.bi-play-circle:before {
   content: "";
}
.bi-play-fill:before {
   content: "";
}
.bi-play:before {
   content: "";
}
.bi-plug-fill:before {
   content: "";
}
.bi-plug:before {
   content: "";
}
.bi-plus-circle-dotted:before {
   content: "";
}
.bi-plus-circle-fill:before {
   content: "";
}
.bi-plus-circle:before {
   content: "";
}
.bi-plus-square-dotted:before {
   content: "";
}
.bi-plus-square-fill:before {
   content: "";
}
.bi-plus-square:before {
   content: "";
}
.bi-plus:before {
   content: "";
}
.bi-power:before {
   content: "";
}
.bi-printer-fill:before {
   content: "";
}
.bi-printer:before {
   content: "";
}
.bi-puzzle-fill:before {
   content: "";
}
.bi-puzzle:before {
   content: "";
}
.bi-question-circle-fill:before {
   content: "";
}
.bi-question-circle:before {
   content: "";
}
.bi-question-diamond-fill:before {
   content: "";
}
.bi-question-diamond:before {
   content: "";
}
.bi-question-octagon-fill:before {
   content: "";
}
.bi-question-octagon:before {
   content: "";
}
.bi-question-square-fill:before {
   content: "";
}
.bi-question-square:before {
   content: "";
}
.bi-question:before {
   content: "";
}
.bi-rainbow:before {
   content: "";
}
.bi-receipt-cutoff:before {
   content: "";
}
.bi-receipt:before {
   content: "";
}
.bi-reception-0:before {
   content: "";
}
.bi-reception-1:before {
   content: "";
}
.bi-reception-2:before {
   content: "";
}
.bi-reception-3:before {
   content: "";
}
.bi-reception-4:before {
   content: "";
}
.bi-record-btn-fill:before {
   content: "";
}
.bi-record-btn:before {
   content: "";
}
.bi-record-circle-fill:before {
   content: "";
}
.bi-record-circle:before {
   content: "";
}
.bi-record-fill:before {
   content: "";
}
.bi-record:before {
   content: "";
}
.bi-record2-fill:before {
   content: "";
}
.bi-record2:before {
   content: "";
}
.bi-reply-all-fill:before {
   content: "";
}
.bi-reply-all:before {
   content: "";
}
.bi-reply-fill:before {
   content: "";
}
.bi-reply:before {
   content: "";
}
.bi-rss-fill:before {
   content: "";
}
.bi-rss:before {
   content: "";
}
.bi-rulers:before {
   content: "";
}
.bi-save-fill:before {
   content: "";
}
.bi-save:before {
   content: "";
}
.bi-save2-fill:before {
   content: "";
}
.bi-save2:before {
   content: "";
}
.bi-scissors:before {
   content: "";
}
.bi-screwdriver:before {
   content: "";
}
.bi-search:before {
   content: "";
}
.bi-segmented-nav:before {
   content: "";
}
.bi-server:before {
   content: "";
}
.bi-share-fill:before {
   content: "";
}
.bi-share:before {
   content: "";
}
.bi-shield-check:before {
   content: "";
}
.bi-shield-exclamation:before {
   content: "";
}
.bi-shield-fill-check:before {
   content: "";
}
.bi-shield-fill-exclamation:before {
   content: "";
}
.bi-shield-fill-minus:before {
   content: "";
}
.bi-shield-fill-plus:before {
   content: "";
}
.bi-shield-fill-x:before {
   content: "";
}
.bi-shield-fill:before {
   content: "";
}
.bi-shield-lock-fill:before {
   content: "";
}
.bi-shield-lock:before {
   content: "";
}
.bi-shield-minus:before {
   content: "";
}
.bi-shield-plus:before {
   content: "";
}
.bi-shield-shaded:before {
   content: "";
}
.bi-shield-slash-fill:before {
   content: "";
}
.bi-shield-slash:before {
   content: "";
}
.bi-shield-x:before {
   content: "";
}
.bi-shield:before {
   content: "";
}
.bi-shift-fill:before {
   content: "";
}
.bi-shift:before {
   content: "";
}
.bi-shop-window:before {
   content: "";
}
.bi-shop:before {
   content: "";
}
.bi-shuffle:before {
   content: "";
}
.bi-signpost-2-fill:before {
   content: "";
}
.bi-signpost-2:before {
   content: "";
}
.bi-signpost-fill:before {
   content: "";
}
.bi-signpost-split-fill:before {
   content: "";
}
.bi-signpost-split:before {
   content: "";
}
.bi-signpost:before {
   content: "";
}
.bi-sim-fill:before {
   content: "";
}
.bi-sim:before {
   content: "";
}
.bi-skip-backward-btn-fill:before {
   content: "";
}
.bi-skip-backward-btn:before {
   content: "";
}
.bi-skip-backward-circle-fill:before {
   content: "";
}
.bi-skip-backward-circle:before {
   content: "";
}
.bi-skip-backward-fill:before {
   content: "";
}
.bi-skip-backward:before {
   content: "";
}
.bi-skip-end-btn-fill:before {
   content: "";
}
.bi-skip-end-btn:before {
   content: "";
}
.bi-skip-end-circle-fill:before {
   content: "";
}
.bi-skip-end-circle:before {
   content: "";
}
.bi-skip-end-fill:before {
   content: "";
}
.bi-skip-end:before {
   content: "";
}
.bi-skip-forward-btn-fill:before {
   content: "";
}
.bi-skip-forward-btn:before {
   content: "";
}
.bi-skip-forward-circle-fill:before {
   content: "";
}
.bi-skip-forward-circle:before {
   content: "";
}
.bi-skip-forward-fill:before {
   content: "";
}
.bi-skip-forward:before {
   content: "";
}
.bi-skip-start-btn-fill:before {
   content: "";
}
.bi-skip-start-btn:before {
   content: "";
}
.bi-skip-start-circle-fill:before {
   content: "";
}
.bi-skip-start-circle:before {
   content: "";
}
.bi-skip-start-fill:before {
   content: "";
}
.bi-skip-start:before {
   content: "";
}
.bi-slack:before {
   content: "";
}
.bi-slash-circle-fill:before {
   content: "";
}
.bi-slash-circle:before {
   content: "";
}
.bi-slash-square-fill:before {
   content: "";
}
.bi-slash-square:before {
   content: "";
}
.bi-slash:before {
   content: "";
}
.bi-sliders:before {
   content: "";
}
.bi-smartwatch:before {
   content: "";
}
.bi-snow:before {
   content: "";
}
.bi-snow2:before {
   content: "";
}
.bi-snow3:before {
   content: "";
}
.bi-sort-alpha-down-alt:before {
   content: "";
}
.bi-sort-alpha-down:before {
   content: "";
}
.bi-sort-alpha-up-alt:before {
   content: "";
}
.bi-sort-alpha-up:before {
   content: "";
}
.bi-sort-down-alt:before {
   content: "";
}
.bi-sort-down:before {
   content: "";
}
.bi-sort-numeric-down-alt:before {
   content: "";
}
.bi-sort-numeric-down:before {
   content: "";
}
.bi-sort-numeric-up-alt:before {
   content: "";
}
.bi-sort-numeric-up:before {
   content: "";
}
.bi-sort-up-alt:before {
   content: "";
}
.bi-sort-up:before {
   content: "";
}
.bi-soundwave:before {
   content: "";
}
.bi-speaker-fill:before {
   content: "";
}
.bi-speaker:before {
   content: "";
}
.bi-speedometer:before {
   content: "";
}
.bi-speedometer2:before {
   content: "";
}
.bi-spellcheck:before {
   content: "";
}
.bi-square-fill:before {
   content: "";
}
.bi-square-half:before {
   content: "";
}
.bi-square:before {
   content: "";
}
.bi-stack:before {
   content: "";
}
.bi-star-fill:before {
   content: "";
}
.bi-star-half:before {
   content: "";
}
.bi-star:before {
   content: "";
}
.bi-stars:before {
   content: "";
}
.bi-stickies-fill:before {
   content: "";
}
.bi-stickies:before {
   content: "";
}
.bi-sticky-fill:before {
   content: "";
}
.bi-sticky:before {
   content: "";
}
.bi-stop-btn-fill:before {
   content: "";
}
.bi-stop-btn:before {
   content: "";
}
.bi-stop-circle-fill:before {
   content: "";
}
.bi-stop-circle:before {
   content: "";
}
.bi-stop-fill:before {
   content: "";
}
.bi-stop:before {
   content: "";
}
.bi-stoplights-fill:before {
   content: "";
}
.bi-stoplights:before {
   content: "";
}
.bi-stopwatch-fill:before {
   content: "";
}
.bi-stopwatch:before {
   content: "";
}
.bi-subtract:before {
   content: "";
}
.bi-suit-club-fill:before {
   content: "";
}
.bi-suit-club:before {
   content: "";
}
.bi-suit-diamond-fill:before {
   content: "";
}
.bi-suit-diamond:before {
   content: "";
}
.bi-suit-heart-fill:before {
   content: "";
}
.bi-suit-heart:before {
   content: "";
}
.bi-suit-spade-fill:before {
   content: "";
}
.bi-suit-spade:before {
   content: "";
}
.bi-sun-fill:before {
   content: "";
}
.bi-sun:before {
   content: "";
}
.bi-sunglasses:before {
   content: "";
}
.bi-sunrise-fill:before {
   content: "";
}
.bi-sunrise:before {
   content: "";
}
.bi-sunset-fill:before {
   content: "";
}
.bi-sunset:before {
   content: "";
}
.bi-symmetry-horizontal:before {
   content: "";
}
.bi-symmetry-vertical:before {
   content: "";
}
.bi-table:before {
   content: "";
}
.bi-tablet-fill:before {
   content: "";
}
.bi-tablet-landscape-fill:before {
   content: "";
}
.bi-tablet-landscape:before {
   content: "";
}
.bi-tablet:before {
   content: "";
}
.bi-tag-fill:before {
   content: "";
}
.bi-tag:before {
   content: "";
}
.bi-tags-fill:before {
   content: "";
}
.bi-tags:before {
   content: "";
}
.bi-telegram:before {
   content: "";
}
.bi-telephone-fill:before {
   content: "";
}
.bi-telephone-forward-fill:before {
   content: "";
}
.bi-telephone-forward:before {
   content: "";
}
.bi-telephone-inbound-fill:before {
   content: "";
}
.bi-telephone-inbound:before {
   content: "";
}
.bi-telephone-minus-fill:before {
   content: "";
}
.bi-telephone-minus:before {
   content: "";
}
.bi-telephone-outbound-fill:before {
   content: "";
}
.bi-telephone-outbound:before {
   content: "";
}
.bi-telephone-plus-fill:before {
   content: "";
}
.bi-telephone-plus:before {
   content: "";
}
.bi-telephone-x-fill:before {
   content: "";
}
.bi-telephone-x:before {
   content: "";
}
.bi-telephone:before {
   content: "";
}
.bi-terminal-fill:before {
   content: "";
}
.bi-terminal:before {
   content: "";
}
.bi-text-center:before {
   content: "";
}
.bi-text-indent-left:before {
   content: "";
}
.bi-text-indent-right:before {
   content: "";
}
.bi-text-left:before {
   content: "";
}
.bi-text-paragraph:before {
   content: "";
}
.bi-text-right:before {
   content: "";
}
.bi-textarea-resize:before {
   content: "";
}
.bi-textarea-t:before {
   content: "";
}
.bi-textarea:before {
   content: "";
}
.bi-thermometer-half:before {
   content: "";
}
.bi-thermometer-high:before {
   content: "";
}
.bi-thermometer-low:before {
   content: "";
}
.bi-thermometer-snow:before {
   content: "";
}
.bi-thermometer-sun:before {
   content: "";
}
.bi-thermometer:before {
   content: "";
}
.bi-three-dots-vertical:before {
   content: "";
}
.bi-three-dots:before {
   content: "";
}
.bi-toggle-off:before {
   content: "";
}
.bi-toggle-on:before {
   content: "";
}
.bi-toggle2-off:before {
   content: "";
}
.bi-toggle2-on:before {
   content: "";
}
.bi-toggles:before {
   content: "";
}
.bi-toggles2:before {
   content: "";
}
.bi-tools:before {
   content: "";
}
.bi-tornado:before {
   content: "";
}
.bi-trash-fill:before {
   content: "";
}
.bi-trash:before {
   content: "";
}
.bi-trash2-fill:before {
   content: "";
}
.bi-trash2:before {
   content: "";
}
.bi-tree-fill:before {
   content: "";
}
.bi-tree:before {
   content: "";
}
.bi-triangle-fill:before {
   content: "";
}
.bi-triangle-half:before {
   content: "";
}
.bi-triangle:before {
   content: "";
}
.bi-trophy-fill:before {
   content: "";
}
.bi-trophy:before {
   content: "";
}
.bi-tropical-storm:before {
   content: "";
}
.bi-truck-flatbed:before {
   content: "";
}
.bi-truck:before {
   content: "";
}
.bi-tsunami:before {
   content: "";
}
.bi-tv-fill:before {
   content: "";
}
.bi-tv:before {
   content: "";
}
.bi-twitch:before {
   content: "";
}
.bi-twitter:before {
   content: "";
}
.bi-type-bold:before {
   content: "";
}
.bi-type-h1:before {
   content: "";
}
.bi-type-h2:before {
   content: "";
}
.bi-type-h3:before {
   content: "";
}
.bi-type-italic:before {
   content: "";
}
.bi-type-strikethrough:before {
   content: "";
}
.bi-type-underline:before {
   content: "";
}
.bi-type:before {
   content: "";
}
.bi-ui-checks-grid:before {
   content: "";
}
.bi-ui-checks:before {
   content: "";
}
.bi-ui-radios-grid:before {
   content: "";
}
.bi-ui-radios:before {
   content: "";
}
.bi-umbrella-fill:before {
   content: "";
}
.bi-umbrella:before {
   content: "";
}
.bi-union:before {
   content: "";
}
.bi-unlock-fill:before {
   content: "";
}
.bi-unlock:before {
   content: "";
}
.bi-upc-scan:before {
   content: "";
}
.bi-upc:before {
   content: "";
}
.bi-upload:before {
   content: "";
}
.bi-vector-pen:before {
   content: "";
}
.bi-view-list:before {
   content: "";
}
.bi-view-stacked:before {
   content: "";
}
.bi-vinyl-fill:before {
   content: "";
}
.bi-vinyl:before {
   content: "";
}
.bi-voicemail:before {
   content: "";
}
.bi-volume-down-fill:before {
   content: "";
}
.bi-volume-down:before {
   content: "";
}
.bi-volume-mute-fill:before {
   content: "";
}
.bi-volume-mute:before {
   content: "";
}
.bi-volume-off-fill:before {
   content: "";
}
.bi-volume-off:before {
   content: "";
}
.bi-volume-up-fill:before {
   content: "";
}
.bi-volume-up:before {
   content: "";
}
.bi-vr:before {
   content: "";
}
.bi-wallet-fill:before {
   content: "";
}
.bi-wallet:before {
   content: "";
}
.bi-wallet2:before {
   content: "";
}
.bi-watch:before {
   content: "";
}
.bi-water:before {
   content: "";
}
.bi-whatsapp:before {
   content: "";
}
.bi-wifi-1:before {
   content: "";
}
.bi-wifi-2:before {
   content: "";
}
.bi-wifi-off:before {
   content: "";
}
.bi-wifi:before {
   content: "";
}
.bi-wind:before {
   content: "";
}
.bi-window-dock:before {
   content: "";
}
.bi-window-sidebar:before {
   content: "";
}
.bi-window:before {
   content: "";
}
.bi-wrench:before {
   content: "";
}
.bi-x-circle-fill:before {
   content: "";
}
.bi-x-circle:before {
   content: "";
}
.bi-x-diamond-fill:before {
   content: "";
}
.bi-x-diamond:before {
   content: "";
}
.bi-x-octagon-fill:before {
   content: "";
}
.bi-x-octagon:before {
   content: "";
}
.bi-x-square-fill:before {
   content: "";
}
.bi-x-square:before {
   content: "";
}
.bi-x:before {
   content: "";
}
.bi-youtube:before {
   content: "";
}
.bi-zoom-in:before {
   content: "";
}
.bi-zoom-out:before {
   content: "";
}
.bi-bank:before {
   content: "";
}
.bi-bank2:before {
   content: "";
}
.bi-bell-slash-fill:before {
   content: "";
}
.bi-bell-slash:before {
   content: "";
}
.bi-cash-coin:before {
   content: "";
}
.bi-check-lg:before {
   content: "";
}
.bi-coin:before {
   content: "";
}
.bi-currency-bitcoin:before {
   content: "";
}
.bi-currency-dollar:before {
   content: "";
}
.bi-currency-euro:before {
   content: "";
}
.bi-currency-exchange:before {
   content: "";
}
.bi-currency-pound:before {
   content: "";
}
.bi-currency-yen:before {
   content: "";
}
.bi-dash-lg:before {
   content: "";
}
.bi-exclamation-lg:before {
   content: "";
}
.bi-file-earmark-pdf-fill:before {
   content: "";
}
.bi-file-earmark-pdf:before {
   content: "";
}
.bi-file-pdf-fill:before {
   content: "";
}
.bi-file-pdf:before {
   content: "";
}
.bi-gender-ambiguous:before {
   content: "";
}
.bi-gender-female:before {
   content: "";
}
.bi-gender-male:before {
   content: "";
}
.bi-gender-trans:before {
   content: "";
}
.bi-headset-vr:before {
   content: "";
}
.bi-info-lg:before {
   content: "";
}
.bi-mastodon:before {
   content: "";
}
.bi-messenger:before {
   content: "";
}
.bi-piggy-bank-fill:before {
   content: "";
}
.bi-piggy-bank:before {
   content: "";
}
.bi-pin-map-fill:before {
   content: "";
}
.bi-pin-map:before {
   content: "";
}
.bi-plus-lg:before {
   content: "";
}
.bi-question-lg:before {
   content: "";
}
.bi-recycle:before {
   content: "";
}
.bi-reddit:before {
   content: "";
}
.bi-safe-fill:before {
   content: "";
}
.bi-safe2-fill:before {
   content: "";
}
.bi-safe2:before {
   content: "";
}
.bi-sd-card-fill:before {
   content: "";
}
.bi-sd-card:before {
   content: "";
}
.bi-skype:before {
   content: "";
}
.bi-slash-lg:before {
   content: "";
}
.bi-translate:before {
   content: "";
}
.bi-x-lg:before {
   content: "";
}
.bi-safe:before {
   content: "";
}
.bi-apple:before {
   content: "";
}
.bi-microsoft:before {
   content: "";
}
.bi-windows:before {
   content: "";
}
.bi-behance:before {
   content: "";
}
.bi-dribbble:before {
   content: "";
}
.bi-line:before {
   content: "";
}
.bi-medium:before {
   content: "";
}
.bi-paypal:before {
   content: "";
}
.bi-pinterest:before {
   content: "";
}
.bi-signal:before {
   content: "";
}
.bi-snapchat:before {
   content: "";
}
.bi-spotify:before {
   content: "";
}
.bi-stack-overflow:before {
   content: "";
}
.bi-strava:before {
   content: "";
}
.bi-wordpress:before {
   content: "";
}
.bi-vimeo:before {
   content: "";
}
.bi-activity:before {
   content: "";
}
.bi-easel2-fill:before {
   content: "";
}
.bi-easel2:before {
   content: "";
}
.bi-easel3-fill:before {
   content: "";
}
.bi-easel3:before {
   content: "";
}
.bi-fan:before {
   content: "";
}
.bi-fingerprint:before {
   content: "";
}
.bi-graph-down-arrow:before {
   content: "";
}
.bi-graph-up-arrow:before {
   content: "";
}
.bi-hypnotize:before {
   content: "";
}
.bi-magic:before {
   content: "";
}
.bi-person-rolodex:before {
   content: "";
}
.bi-person-video:before {
   content: "";
}
.bi-person-video2:before {
   content: "";
}
.bi-person-video3:before {
   content: "";
}
.bi-person-workspace:before {
   content: "";
}
.bi-radioactive:before {
   content: "";
}
.bi-webcam-fill:before {
   content: "";
}
.bi-webcam:before {
   content: "";
}
.bi-yin-yang:before {
   content: "";
}
.bi-bandaid-fill:before {
   content: "";
}
.bi-bandaid:before {
   content: "";
}
.bi-bluetooth:before {
   content: "";
}
.bi-body-text:before {
   content: "";
}
.bi-boombox:before {
   content: "";
}
.bi-boxes:before {
   content: "";
}
.bi-dpad-fill:before {
   content: "";
}
.bi-dpad:before {
   content: "";
}
.bi-ear-fill:before {
   content: "";
}
.bi-ear:before {
   content: "";
}
.bi-envelope-check-fill:before {
   content: "";
}
.bi-envelope-check:before {
   content: "";
}
.bi-envelope-dash-fill:before {
   content: "";
}
.bi-envelope-dash:before {
   content: "";
}
.bi-envelope-exclamation-fill:before {
   content: "";
}
.bi-envelope-exclamation:before {
   content: "";
}
.bi-envelope-plus-fill:before {
   content: "";
}
.bi-envelope-plus:before {
   content: "";
}
.bi-envelope-slash-fill:before {
   content: "";
}
.bi-envelope-slash:before {
   content: "";
}
.bi-envelope-x-fill:before {
   content: "";
}
.bi-envelope-x:before {
   content: "";
}
.bi-explicit-fill:before {
   content: "";
}
.bi-explicit:before {
   content: "";
}
.bi-git:before {
   content: "";
}
.bi-infinity:before {
   content: "";
}
.bi-list-columns-reverse:before {
   content: "";
}
.bi-list-columns:before {
   content: "";
}
.bi-meta:before {
   content: "";
}
.bi-nintendo-switch:before {
   content: "";
}
.bi-pc-display-horizontal:before {
   content: "";
}
.bi-pc-display:before {
   content: "";
}
.bi-pc-horizontal:before {
   content: "";
}
.bi-pc:before {
   content: "";
}
.bi-playstation:before {
   content: "";
}
.bi-plus-slash-minus:before {
   content: "";
}
.bi-projector-fill:before {
   content: "";
}
.bi-projector:before {
   content: "";
}
.bi-qr-code-scan:before {
   content: "";
}
.bi-qr-code:before {
   content: "";
}
.bi-quora:before {
   content: "";
}
.bi-quote:before {
   content: "";
}
.bi-robot:before {
   content: "";
}
.bi-send-check-fill:before {
   content: "";
}
.bi-send-check:before {
   content: "";
}
.bi-send-dash-fill:before {
   content: "";
}
.bi-send-dash:before {
   content: "";
}
.bi-send-exclamation-fill:before {
   content: "";
}
.bi-send-exclamation:before {
   content: "";
}
.bi-send-fill:before {
   content: "";
}
.bi-send-plus-fill:before {
   content: "";
}
.bi-send-plus:before {
   content: "";
}
.bi-send-slash-fill:before {
   content: "";
}
.bi-send-slash:before {
   content: "";
}
.bi-send-x-fill:before {
   content: "";
}
.bi-send-x:before {
   content: "";
}
.bi-send:before {
   content: "";
}
.bi-steam:before {
   content: "";
}
.bi-terminal-dash:before {
   content: "";
}
.bi-terminal-plus:before {
   content: "";
}
.bi-terminal-split:before {
   content: "";
}
.bi-ticket-detailed-fill:before {
   content: "";
}
.bi-ticket-detailed:before {
   content: "";
}
.bi-ticket-fill:before {
   content: "";
}
.bi-ticket-perforated-fill:before {
   content: "";
}
.bi-ticket-perforated:before {
   content: "";
}
.bi-ticket:before {
   content: "";
}
.bi-tiktok:before {
   content: "";
}
.bi-window-dash:before {
   content: "";
}
.bi-window-desktop:before {
   content: "";
}
.bi-window-fullscreen:before {
   content: "";
}
.bi-window-plus:before {
   content: "";
}
.bi-window-split:before {
   content: "";
}
.bi-window-stack:before {
   content: "";
}
.bi-window-x:before {
   content: "";
}
.bi-xbox:before {
   content: "";
}
.bi-ethernet:before {
   content: "";
}
.bi-hdmi-fill:before {
   content: "";
}
.bi-hdmi:before {
   content: "";
}
.bi-usb-c-fill:before {
   content: "";
}
.bi-usb-c:before {
   content: "";
}
.bi-usb-fill:before {
   content: "";
}
.bi-usb-plug-fill:before {
   content: "";
}
.bi-usb-plug:before {
   content: "";
}
.bi-usb-symbol:before {
   content: "";
}
.bi-usb:before {
   content: "";
}
.bi-boombox-fill:before {
   content: "";
}
.bi-displayport:before {
   content: "";
}
.bi-gpu-card:before {
   content: "";
}
.bi-memory:before {
   content: "";
}
.bi-modem-fill:before {
   content: "";
}
.bi-modem:before {
   content: "";
}
.bi-motherboard-fill:before {
   content: "";
}
.bi-motherboard:before {
   content: "";
}
.bi-optical-audio-fill:before {
   content: "";
}
.bi-optical-audio:before {
   content: "";
}
.bi-pci-card:before {
   content: "";
}
.bi-router-fill:before {
   content: "";
}
.bi-router:before {
   content: "";
}
.bi-thunderbolt-fill:before {
   content: "";
}
.bi-thunderbolt:before {
   content: "";
}
.bi-usb-drive-fill:before {
   content: "";
}
.bi-usb-drive:before {
   content: "";
}
.bi-usb-micro-fill:before {
   content: "";
}
.bi-usb-micro:before {
   content: "";
}
.bi-usb-mini-fill:before {
   content: "";
}
.bi-usb-mini:before {
   content: "";
}
.bi-cloud-haze2:before {
   content: "";
}
.bi-device-hdd-fill:before {
   content: "";
}
.bi-device-hdd:before {
   content: "";
}
.bi-device-ssd-fill:before {
   content: "";
}
.bi-device-ssd:before {
   content: "";
}
.bi-displayport-fill:before {
   content: "";
}
.bi-mortarboard-fill:before {
   content: "";
}
.bi-mortarboard:before {
   content: "";
}
.bi-terminal-x:before {
   content: "";
}
.bi-arrow-through-heart-fill:before {
   content: "";
}
.bi-arrow-through-heart:before {
   content: "";
}
.bi-badge-sd-fill:before {
   content: "";
}
.bi-badge-sd:before {
   content: "";
}
.bi-bag-heart-fill:before {
   content: "";
}
.bi-bag-heart:before {
   content: "";
}
.bi-balloon-fill:before {
   content: "";
}
.bi-balloon-heart-fill:before {
   content: "";
}
.bi-balloon-heart:before {
   content: "";
}
.bi-balloon:before {
   content: "";
}
.bi-box2-fill:before {
   content: "";
}
.bi-box2-heart-fill:before {
   content: "";
}
.bi-box2-heart:before {
   content: "";
}
.bi-box2:before {
   content: "";
}
.bi-braces-asterisk:before {
   content: "";
}
.bi-calendar-heart-fill:before {
   content: "";
}
.bi-calendar-heart:before {
   content: "";
}
.bi-calendar2-heart-fill:before {
   content: "";
}
.bi-calendar2-heart:before {
   content: "";
}
.bi-chat-heart-fill:before {
   content: "";
}
.bi-chat-heart:before {
   content: "";
}
.bi-chat-left-heart-fill:before {
   content: "";
}
.bi-chat-left-heart:before {
   content: "";
}
.bi-chat-right-heart-fill:before {
   content: "";
}
.bi-chat-right-heart:before {
   content: "";
}
.bi-chat-square-heart-fill:before {
   content: "";
}
.bi-chat-square-heart:before {
   content: "";
}
.bi-clipboard-check-fill:before {
   content: "";
}
.bi-clipboard-data-fill:before {
   content: "";
}
.bi-clipboard-fill:before {
   content: "";
}
.bi-clipboard-heart-fill:before {
   content: "";
}
.bi-clipboard-heart:before {
   content: "";
}
.bi-clipboard-minus-fill:before {
   content: "";
}
.bi-clipboard-plus-fill:before {
   content: "";
}
.bi-clipboard-pulse:before {
   content: "";
}
.bi-clipboard-x-fill:before {
   content: "";
}
.bi-clipboard2-check-fill:before {
   content: "";
}
.bi-clipboard2-check:before {
   content: "";
}
.bi-clipboard2-data-fill:before {
   content: "";
}
.bi-clipboard2-data:before {
   content: "";
}
.bi-clipboard2-fill:before {
   content: "";
}
.bi-clipboard2-heart-fill:before {
   content: "";
}
.bi-clipboard2-heart:before {
   content: "";
}
.bi-clipboard2-minus-fill:before {
   content: "";
}
.bi-clipboard2-minus:before {
   content: "";
}
.bi-clipboard2-plus-fill:before {
   content: "";
}
.bi-clipboard2-plus:before {
   content: "";
}
.bi-clipboard2-pulse-fill:before {
   content: "";
}
.bi-clipboard2-pulse:before {
   content: "";
}
.bi-clipboard2-x-fill:before {
   content: "";
}
.bi-clipboard2-x:before {
   content: "";
}
.bi-clipboard2:before {
   content: "";
}
.bi-emoji-kiss-fill:before {
   content: "";
}
.bi-emoji-kiss:before {
   content: "";
}
.bi-envelope-heart-fill:before {
   content: "";
}
.bi-envelope-heart:before {
   content: "";
}
.bi-envelope-open-heart-fill:before {
   content: "";
}
.bi-envelope-open-heart:before {
   content: "";
}
.bi-envelope-paper-fill:before {
   content: "";
}
.bi-envelope-paper-heart-fill:before {
   content: "";
}
.bi-envelope-paper-heart:before {
   content: "";
}
.bi-envelope-paper:before {
   content: "";
}
.bi-filetype-aac:before {
   content: "";
}
.bi-filetype-ai:before {
   content: "";
}
.bi-filetype-bmp:before {
   content: "";
}
.bi-filetype-cs:before {
   content: "";
}
.bi-filetype-css:before {
   content: "";
}
.bi-filetype-csv:before {
   content: "";
}
.bi-filetype-doc:before {
   content: "";
}
.bi-filetype-docx:before {
   content: "";
}
.bi-filetype-exe:before {
   content: "";
}
.bi-filetype-gif:before {
   content: "";
}
.bi-filetype-heic:before {
   content: "";
}
.bi-filetype-html:before {
   content: "";
}
.bi-filetype-java:before {
   content: "";
}
.bi-filetype-jpg:before {
   content: "";
}
.bi-filetype-js:before {
   content: "";
}
.bi-filetype-jsx:before {
   content: "";
}
.bi-filetype-key:before {
   content: "";
}
.bi-filetype-m4p:before {
   content: "";
}
.bi-filetype-md:before {
   content: "";
}
.bi-filetype-mdx:before {
   content: "";
}
.bi-filetype-mov:before {
   content: "";
}
.bi-filetype-mp3:before {
   content: "";
}
.bi-filetype-mp4:before {
   content: "";
}
.bi-filetype-otf:before {
   content: "";
}
.bi-filetype-pdf:before {
   content: "";
}
.bi-filetype-php:before {
   content: "";
}
.bi-filetype-png:before {
   content: "";
}
.bi-filetype-ppt:before {
   content: "";
}
.bi-filetype-psd:before {
   content: "";
}
.bi-filetype-py:before {
   content: "";
}
.bi-filetype-raw:before {
   content: "";
}
.bi-filetype-rb:before {
   content: "";
}
.bi-filetype-sass:before {
   content: "";
}
.bi-filetype-scss:before {
   content: "";
}
.bi-filetype-sh:before {
   content: "";
}
.bi-filetype-svg:before {
   content: "";
}
.bi-filetype-tiff:before {
   content: "";
}
.bi-filetype-tsx:before {
   content: "";
}
.bi-filetype-ttf:before {
   content: "";
}
.bi-filetype-txt:before {
   content: "";
}
.bi-filetype-wav:before {
   content: "";
}
.bi-filetype-woff:before {
   content: "";
}
.bi-filetype-xls:before {
   content: "";
}
.bi-filetype-xml:before {
   content: "";
}
.bi-filetype-yml:before {
   content: "";
}
.bi-heart-arrow:before {
   content: "";
}
.bi-heart-pulse-fill:before {
   content: "";
}
.bi-heart-pulse:before {
   content: "";
}
.bi-heartbreak-fill:before {
   content: "";
}
.bi-heartbreak:before {
   content: "";
}
.bi-hearts:before {
   content: "";
}
.bi-hospital-fill:before {
   content: "";
}
.bi-hospital:before {
   content: "";
}
.bi-house-heart-fill:before {
   content: "";
}
.bi-house-heart:before {
   content: "";
}
.bi-incognito:before {
   content: "";
}
.bi-magnet-fill:before {
   content: "";
}
.bi-magnet:before {
   content: "";
}
.bi-person-heart:before {
   content: "";
}
.bi-person-hearts:before {
   content: "";
}
.bi-phone-flip:before {
   content: "";
}
.bi-plugin:before {
   content: "";
}
.bi-postage-fill:before {
   content: "";
}
.bi-postage-heart-fill:before {
   content: "";
}
.bi-postage-heart:before {
   content: "";
}
.bi-postage:before {
   content: "";
}
.bi-postcard-fill:before {
   content: "";
}
.bi-postcard-heart-fill:before {
   content: "";
}
.bi-postcard-heart:before {
   content: "";
}
.bi-postcard:before {
   content: "";
}
.bi-search-heart-fill:before {
   content: "";
}
.bi-search-heart:before {
   content: "";
}
.bi-sliders2-vertical:before {
   content: "";
}
.bi-sliders2:before {
   content: "";
}
.bi-trash3-fill:before {
   content: "";
}
.bi-trash3:before {
   content: "";
}
.bi-valentine:before {
   content: "";
}
.bi-valentine2:before {
   content: "";
}
.bi-wrench-adjustable-circle-fill:before {
   content: "";
}
.bi-wrench-adjustable-circle:before {
   content: "";
}
.bi-wrench-adjustable:before {
   content: "";
}
.bi-filetype-json:before {
   content: "";
}
.bi-filetype-pptx:before {
   content: "";
}
.bi-filetype-xlsx:before {
   content: "";
}
.bi-1-circle-fill:before {
   content: "";
}
.bi-1-circle:before {
   content: "";
}
.bi-1-square-fill:before {
   content: "";
}
.bi-1-square:before {
   content: "";
}
.bi-2-circle-fill:before {
   content: "";
}
.bi-2-circle:before {
   content: "";
}
.bi-2-square-fill:before {
   content: "";
}
.bi-2-square:before {
   content: "";
}
.bi-3-circle-fill:before {
   content: "";
}
.bi-3-circle:before {
   content: "";
}
.bi-3-square-fill:before {
   content: "";
}
.bi-3-square:before {
   content: "";
}
.bi-4-circle-fill:before {
   content: "";
}
.bi-4-circle:before {
   content: "";
}
.bi-4-square-fill:before {
   content: "";
}
.bi-4-square:before {
   content: "";
}
.bi-5-circle-fill:before {
   content: "";
}
.bi-5-circle:before {
   content: "";
}
.bi-5-square-fill:before {
   content: "";
}
.bi-5-square:before {
   content: "";
}
.bi-6-circle-fill:before {
   content: "";
}
.bi-6-circle:before {
   content: "";
}
.bi-6-square-fill:before {
   content: "";
}
.bi-6-square:before {
   content: "";
}
.bi-7-circle-fill:before {
   content: "";
}
.bi-7-circle:before {
   content: "";
}
.bi-7-square-fill:before {
   content: "";
}
.bi-7-square:before {
   content: "";
}
.bi-8-circle-fill:before {
   content: "";
}
.bi-8-circle:before {
   content: "";
}
.bi-8-square-fill:before {
   content: "";
}
.bi-8-square:before {
   content: "";
}
.bi-9-circle-fill:before {
   content: "";
}
.bi-9-circle:before {
   content: "";
}
.bi-9-square-fill:before {
   content: "";
}
.bi-9-square:before {
   content: "";
}
.bi-airplane-engines-fill:before {
   content: "";
}
.bi-airplane-engines:before {
   content: "";
}
.bi-airplane-fill:before {
   content: "";
}
.bi-airplane:before {
   content: "";
}
.bi-alexa:before {
   content: "";
}
.bi-alipay:before {
   content: "";
}
.bi-android:before {
   content: "";
}
.bi-android2:before {
   content: "";
}
.bi-box-fill:before {
   content: "";
}
.bi-box-seam-fill:before {
   content: "";
}
.bi-browser-chrome:before {
   content: "";
}
.bi-browser-edge:before {
   content: "";
}
.bi-browser-firefox:before {
   content: "";
}
.bi-browser-safari:before {
   content: "";
}
.bi-c-circle-fill:before {
   content: "";
}
.bi-c-circle:before {
   content: "";
}
.bi-c-square-fill:before {
   content: "";
}
.bi-c-square:before {
   content: "";
}
.bi-capsule-pill:before {
   content: "";
}
.bi-capsule:before {
   content: "";
}
.bi-car-front-fill:before {
   content: "";
}
.bi-car-front:before {
   content: "";
}
.bi-cassette-fill:before {
   content: "";
}
.bi-cassette:before {
   content: "";
}
.bi-cc-circle-fill:before {
   content: "";
}
.bi-cc-circle:before {
   content: "";
}
.bi-cc-square-fill:before {
   content: "";
}
.bi-cc-square:before {
   content: "";
}
.bi-cup-hot-fill:before {
   content: "";
}
.bi-cup-hot:before {
   content: "";
}
.bi-currency-rupee:before {
   content: "";
}
.bi-dropbox:before {
   content: "";
}
.bi-escape:before {
   content: "";
}
.bi-fast-forward-btn-fill:before {
   content: "";
}
.bi-fast-forward-btn:before {
   content: "";
}
.bi-fast-forward-circle-fill:before {
   content: "";
}
.bi-fast-forward-circle:before {
   content: "";
}
.bi-fast-forward-fill:before {
   content: "";
}
.bi-fast-forward:before {
   content: "";
}
.bi-filetype-sql:before {
   content: "";
}
.bi-fire:before {
   content: "";
}
.bi-google-play:before {
   content: "";
}
.bi-h-circle-fill:before {
   content: "";
}
.bi-h-circle:before {
   content: "";
}
.bi-h-square-fill:before {
   content: "";
}
.bi-h-square:before {
   content: "";
}
.bi-indent:before {
   content: "";
}
.bi-lungs-fill:before {
   content: "";
}
.bi-lungs:before {
   content: "";
}
.bi-microsoft-teams:before {
   content: "";
}
.bi-p-circle-fill:before {
   content: "";
}
.bi-p-circle:before {
   content: "";
}
.bi-p-square-fill:before {
   content: "";
}
.bi-p-square:before {
   content: "";
}
.bi-pass-fill:before {
   content: "";
}
.bi-pass:before {
   content: "";
}
.bi-prescription:before {
   content: "";
}
.bi-prescription2:before {
   content: "";
}
.bi-r-circle-fill:before {
   content: "";
}
.bi-r-circle:before {
   content: "";
}
.bi-r-square-fill:before {
   content: "";
}
.bi-r-square:before {
   content: "";
}
.bi-repeat-1:before {
   content: "";
}
.bi-repeat:before {
   content: "";
}
.bi-rewind-btn-fill:before {
   content: "";
}
.bi-rewind-btn:before {
   content: "";
}
.bi-rewind-circle-fill:before {
   content: "";
}
.bi-rewind-circle:before {
   content: "";
}
.bi-rewind-fill:before {
   content: "";
}
.bi-rewind:before {
   content: "";
}
.bi-train-freight-front-fill:before {
   content: "";
}
.bi-train-freight-front:before {
   content: "";
}
.bi-train-front-fill:before {
   content: "";
}
.bi-train-front:before {
   content: "";
}
.bi-train-lightrail-front-fill:before {
   content: "";
}
.bi-train-lightrail-front:before {
   content: "";
}
.bi-truck-front-fill:before {
   content: "";
}
.bi-truck-front:before {
   content: "";
}
.bi-ubuntu:before {
   content: "";
}
.bi-unindent:before {
   content: "";
}
.bi-unity:before {
   content: "";
}
.bi-universal-access-circle:before {
   content: "";
}
.bi-universal-access:before {
   content: "";
}
.bi-virus:before {
   content: "";
}
.bi-virus2:before {
   content: "";
}
.bi-wechat:before {
   content: "";
}
.bi-yelp:before {
   content: "";
}
.bi-sign-stop-fill:before {
   content: "";
}
.bi-sign-stop-lights-fill:before {
   content: "";
}
.bi-sign-stop-lights:before {
   content: "";
}
.bi-sign-stop:before {
   content: "";
}
.bi-sign-turn-left-fill:before {
   content: "";
}
.bi-sign-turn-left:before {
   content: "";
}
.bi-sign-turn-right-fill:before {
   content: "";
}
.bi-sign-turn-right:before {
   content: "";
}
.bi-sign-turn-slight-left-fill:before {
   content: "";
}
.bi-sign-turn-slight-left:before {
   content: "";
}
.bi-sign-turn-slight-right-fill:before {
   content: "";
}
.bi-sign-turn-slight-right:before {
   content: "";
}
.bi-sign-yield-fill:before {
   content: "";
}
.bi-sign-yield:before {
   content: "";
}
.bi-ev-station-fill:before {
   content: "";
}
.bi-ev-station:before {
   content: "";
}
.bi-fuel-pump-diesel-fill:before {
   content: "";
}
.bi-fuel-pump-diesel:before {
   content: "";
}
.bi-fuel-pump-fill:before {
   content: "";
}
.bi-fuel-pump:before {
   content: "";
}
.bi-0-circle-fill:before {
   content: "";
}
.bi-0-circle:before {
   content: "";
}
.bi-0-square-fill:before {
   content: "";
}
.bi-0-square:before {
   content: "";
}
.bi-rocket-fill:before {
   content: "";
}
.bi-rocket-takeoff-fill:before {
   content: "";
}
.bi-rocket-takeoff:before {
   content: "";
}
.bi-rocket:before {
   content: "";
}
.bi-stripe:before {
   content: "";
}
.bi-subscript:before {
   content: "";
}
.bi-superscript:before {
   content: "";
}
.bi-trello:before {
   content: "";
}
.bi-envelope-at-fill:before {
   content: "";
}
.bi-envelope-at:before {
   content: "";
}
.bi-regex:before {
   content: "";
}
.bi-text-wrap:before {
   content: "";
}
.bi-sign-dead-end-fill:before {
   content: "";
}
.bi-sign-dead-end:before {
   content: "";
}
.bi-sign-do-not-enter-fill:before {
   content: "";
}
.bi-sign-do-not-enter:before {
   content: "";
}
.bi-sign-intersection-fill:before {
   content: "";
}
.bi-sign-intersection-side-fill:before {
   content: "";
}
.bi-sign-intersection-side:before {
   content: "";
}
.bi-sign-intersection-t-fill:before {
   content: "";
}
.bi-sign-intersection-t:before {
   content: "";
}
.bi-sign-intersection-y-fill:before {
   content: "";
}
.bi-sign-intersection-y:before {
   content: "";
}
.bi-sign-intersection:before {
   content: "";
}
.bi-sign-merge-left-fill:before {
   content: "";
}
.bi-sign-merge-left:before {
   content: "";
}
.bi-sign-merge-right-fill:before {
   content: "";
}
.bi-sign-merge-right:before {
   content: "";
}
.bi-sign-no-left-turn-fill:before {
   content: "";
}
.bi-sign-no-left-turn:before {
   content: "";
}
.bi-sign-no-parking-fill:before {
   content: "";
}
.bi-sign-no-parking:before {
   content: "";
}
.bi-sign-no-right-turn-fill:before {
   content: "";
}
.bi-sign-no-right-turn:before {
   content: "";
}
.bi-sign-railroad-fill:before {
   content: "";
}
.bi-sign-railroad:before {
   content: "";
}
.bi-building-add:before {
   content: "";
}
.bi-building-check:before {
   content: "";
}
.bi-building-dash:before {
   content: "";
}
.bi-building-down:before {
   content: "";
}
.bi-building-exclamation:before {
   content: "";
}
.bi-building-fill-add:before {
   content: "";
}
.bi-building-fill-check:before {
   content: "";
}
.bi-building-fill-dash:before {
   content: "";
}
.bi-building-fill-down:before {
   content: "";
}
.bi-building-fill-exclamation:before {
   content: "";
}
.bi-building-fill-gear:before {
   content: "";
}
.bi-building-fill-lock:before {
   content: "";
}
.bi-building-fill-slash:before {
   content: "";
}
.bi-building-fill-up:before {
   content: "";
}
.bi-building-fill-x:before {
   content: "";
}
.bi-building-fill:before {
   content: "";
}
.bi-building-gear:before {
   content: "";
}
.bi-building-lock:before {
   content: "";
}
.bi-building-slash:before {
   content: "";
}
.bi-building-up:before {
   content: "";
}
.bi-building-x:before {
   content: "";
}
.bi-buildings-fill:before {
   content: "";
}
.bi-buildings:before {
   content: "";
}
.bi-bus-front-fill:before {
   content: "";
}
.bi-bus-front:before {
   content: "";
}
.bi-ev-front-fill:before {
   content: "";
}
.bi-ev-front:before {
   content: "";
}
.bi-globe-americas:before {
   content: "";
}
.bi-globe-asia-australia:before {
   content: "";
}
.bi-globe-central-south-asia:before {
   content: "";
}
.bi-globe-europe-africa:before {
   content: "";
}
.bi-house-add-fill:before {
   content: "";
}
.bi-house-add:before {
   content: "";
}
.bi-house-check-fill:before {
   content: "";
}
.bi-house-check:before {
   content: "";
}
.bi-house-dash-fill:before {
   content: "";
}
.bi-house-dash:before {
   content: "";
}
.bi-house-down-fill:before {
   content: "";
}
.bi-house-down:before {
   content: "";
}
.bi-house-exclamation-fill:before {
   content: "";
}
.bi-house-exclamation:before {
   content: "";
}
.bi-house-gear-fill:before {
   content: "";
}
.bi-house-gear:before {
   content: "";
}
.bi-house-lock-fill:before {
   content: "";
}
.bi-house-lock:before {
   content: "";
}
.bi-house-slash-fill:before {
   content: "";
}
.bi-house-slash:before {
   content: "";
}
.bi-house-up-fill:before {
   content: "";
}
.bi-house-up:before {
   content: "";
}
.bi-house-x-fill:before {
   content: "";
}
.bi-house-x:before {
   content: "";
}
.bi-person-add:before {
   content: "";
}
.bi-person-down:before {
   content: "";
}
.bi-person-exclamation:before {
   content: "";
}
.bi-person-fill-add:before {
   content: "";
}
.bi-person-fill-check:before {
   content: "";
}
.bi-person-fill-dash:before {
   content: "";
}
.bi-person-fill-down:before {
   content: "";
}
.bi-person-fill-exclamation:before {
   content: "";
}
.bi-person-fill-gear:before {
   content: "";
}
.bi-person-fill-lock:before {
   content: "";
}
.bi-person-fill-slash:before {
   content: "";
}
.bi-person-fill-up:before {
   content: "";
}
.bi-person-fill-x:before {
   content: "";
}
.bi-person-gear:before {
   content: "";
}
.bi-person-lock:before {
   content: "";
}
.bi-person-slash:before {
   content: "";
}
.bi-person-up:before {
   content: "";
}
.bi-scooter:before {
   content: "";
}
.bi-taxi-front-fill:before {
   content: "";
}
.bi-taxi-front:before {
   content: "";
}
.bi-amd:before {
   content: "";
}
.bi-database-add:before {
   content: "";
}
.bi-database-check:before {
   content: "";
}
.bi-database-dash:before {
   content: "";
}
.bi-database-down:before {
   content: "";
}
.bi-database-exclamation:before {
   content: "";
}
.bi-database-fill-add:before {
   content: "";
}
.bi-database-fill-check:before {
   content: "";
}
.bi-database-fill-dash:before {
   content: "";
}
.bi-database-fill-down:before {
   content: "";
}
.bi-database-fill-exclamation:before {
   content: "";
}
.bi-database-fill-gear:before {
   content: "";
}
.bi-database-fill-lock:before {
   content: "";
}
.bi-database-fill-slash:before {
   content: "";
}
.bi-database-fill-up:before {
   content: "";
}
.bi-database-fill-x:before {
   content: "";
}
.bi-database-fill:before {
   content: "";
}
.bi-database-gear:before {
   content: "";
}
.bi-database-lock:before {
   content: "";
}
.bi-database-slash:before {
   content: "";
}
.bi-database-up:before {
   content: "";
}
.bi-database-x:before {
   content: "";
}
.bi-database:before {
   content: "";
}
.bi-houses-fill:before {
   content: "";
}
.bi-houses:before {
   content: "";
}
.bi-nvidia:before {
   content: "";
}
.bi-person-vcard-fill:before {
   content: "";
}
.bi-person-vcard:before {
   content: "";
}
.bi-sina-weibo:before {
   content: "";
}
.bi-tencent-qq:before {
   content: "";
}
.bi-wikipedia:before {
   content: "";
}
.bi-alphabet-uppercase:before {
   content: "";
}
.bi-alphabet:before {
   content: "";
}
.bi-amazon:before {
   content: "";
}
.bi-arrows-collapse-vertical:before {
   content: "";
}
.bi-arrows-expand-vertical:before {
   content: "";
}
.bi-arrows-vertical:before {
   content: "";
}
.bi-arrows:before {
   content: "";
}
.bi-ban-fill:before {
   content: "";
}
.bi-ban:before {
   content: "";
}
.bi-bing:before {
   content: "";
}
.bi-cake:before {
   content: "";
}
.bi-cake2:before {
   content: "";
}
.bi-cookie:before {
   content: "";
}
.bi-copy:before {
   content: "";
}
.bi-crosshair:before {
   content: "";
}
.bi-crosshair2:before {
   content: "";
}
.bi-emoji-astonished-fill:before {
   content: "";
}
.bi-emoji-astonished:before {
   content: "";
}
.bi-emoji-grimace-fill:before {
   content: "";
}
.bi-emoji-grimace:before {
   content: "";
}
.bi-emoji-grin-fill:before {
   content: "";
}
.bi-emoji-grin:before {
   content: "";
}
.bi-emoji-surprise-fill:before {
   content: "";
}
.bi-emoji-surprise:before {
   content: "";
}
.bi-emoji-tear-fill:before {
   content: "";
}
.bi-emoji-tear:before {
   content: "";
}
.bi-envelope-arrow-down-fill:before {
   content: "";
}
.bi-envelope-arrow-down:before {
   content: "";
}
.bi-envelope-arrow-up-fill:before {
   content: "";
}
.bi-envelope-arrow-up:before {
   content: "";
}
.bi-feather:before {
   content: "";
}
.bi-feather2:before {
   content: "";
}
.bi-floppy-fill:before {
   content: "";
}
.bi-floppy:before {
   content: "";
}
.bi-floppy2-fill:before {
   content: "";
}
.bi-floppy2:before {
   content: "";
}
.bi-gitlab:before {
   content: "";
}
.bi-highlighter:before {
   content: "";
}
.bi-marker-tip:before {
   content: "";
}
.bi-nvme-fill:before {
   content: "";
}
.bi-nvme:before {
   content: "";
}
.bi-opencollective:before {
   content: "";
}
.bi-pci-card-network:before {
   content: "";
}
.bi-pci-card-sound:before {
   content: "";
}
.bi-radar:before {
   content: "";
}
.bi-send-arrow-down-fill:before {
   content: "";
}
.bi-send-arrow-down:before {
   content: "";
}
.bi-send-arrow-up-fill:before {
   content: "";
}
.bi-send-arrow-up:before {
   content: "";
}
.bi-sim-slash-fill:before {
   content: "";
}
.bi-sim-slash:before {
   content: "";
}
.bi-sourceforge:before {
   content: "";
}
.bi-substack:before {
   content: "";
}
.bi-threads-fill:before {
   content: "";
}
.bi-threads:before {
   content: "";
}
.bi-transparency:before {
   content: "";
}
.bi-twitter-x:before {
   content: "";
}
.bi-type-h4:before {
   content: "";
}
.bi-type-h5:before {
   content: "";
}
.bi-type-h6:before {
   content: "";
}
.bi-backpack-fill:before {
   content: "";
}
.bi-backpack:before {
   content: "";
}
.bi-backpack2-fill:before {
   content: "";
}
.bi-backpack2:before {
   content: "";
}
.bi-backpack3-fill:before {
   content: "";
}
.bi-backpack3:before {
   content: "";
}
.bi-backpack4-fill:before {
   content: "";
}
.bi-backpack4:before {
   content: "";
}
.bi-brilliance:before {
   content: "";
}
.bi-cake-fill:before {
   content: "";
}
.bi-cake2-fill:before {
   content: "";
}
.bi-duffle-fill:before {
   content: "";
}
.bi-duffle:before {
   content: "";
}
.bi-exposure:before {
   content: "";
}
.bi-gender-neuter:before {
   content: "";
}
.bi-highlights:before {
   content: "";
}
.bi-luggage-fill:before {
   content: "";
}
.bi-luggage:before {
   content: "";
}
.bi-mailbox-flag:before {
   content: "";
}
.bi-mailbox2-flag:before {
   content: "";
}
.bi-noise-reduction:before {
   content: "";
}
.bi-passport-fill:before {
   content: "";
}
.bi-passport:before {
   content: "";
}
.bi-person-arms-up:before {
   content: "";
}
.bi-person-raised-hand:before {
   content: "";
}
.bi-person-standing-dress:before {
   content: "";
}
.bi-person-standing:before {
   content: "";
}
.bi-person-walking:before {
   content: "";
}
.bi-person-wheelchair:before {
   content: "";
}
.bi-shadows:before {
   content: "";
}
.bi-suitcase-fill:before {
   content: "";
}
.bi-suitcase-lg-fill:before {
   content: "";
}
.bi-suitcase-lg:before {
   content: "";
}
.bi-suitcase:before {
   content: "豈";
}
.bi-suitcase2-fill:before {
   content: "更";
}
.bi-suitcase2:before {
   content: "車";
}
.bi-vignette:before {
   content: "賈";
}
:root {
   --alt-font: "Plus Jakarta Sans", sans-serif;
   --primary-font: "Inter", sans-serif;
}
:root {
   --base-color: #fd0000;
   --white: #ffffff;
   --black: #000000;
   --red: #dc3131;
   --light-red: #feedec;
   --green: #2ebb79;
   --crusoe-green: #d39121;
   --yellow: #ffea23;
   --dark-gray: #232323;
   --medium-gray: #717580;
   --extra-medium-gray: #e4e4e4;
   --light-gray: #a8a8a8;
   --very-light-gray: #f7f7f7;
   --light-medium-gray: #eaeaeb;
   --charcoal-blue: #202329;
   --slate-blue: #262b35;
   --medium-slate-blue: #374162;
   --extra-medium-slate-blue: #23262d;
   --dark-slate-blue: #1f232c;
   --extra-dark-slate-blue: #121418;
   --extra-very-slate-blue: #161620;
   --tussock-yellow: #bc8947;
   --aluminium-grey: #80858f;
   --solitude-blue: #f0f4fd;
   --golden-yellow: #fd961e;
   --selago: #eaedff;
   --white-ice: #d8f5ef;
   --cornflower-blue: #445fed;
   --jade: #00af6b;
   --orange: #ef991f;
   --majorelle-blue: #724ade;
   --light-majorelle-blue: #f2edfe;
   --spring-wood: #f9f6f3;
   --tropical-blue: #1ea3b1;
   --camarone: #20642b;
   --seal-brown: #0e0708;
   --Wasabi: #8ea63a;
}
.alt-font {
   font-family: var(--alt-font);
}
.primary-font {
   font-family: var(--primary-font) !important;
}
html {
   font-size: 16px;
}
body {
   font-family: var(--primary-font);
   font-size: 16px;
   line-height: 30px;
   font-weight: 400;
   color: var(--medium-gray);
   -moz-osx-font-smoothing: grayscale;
   word-break: break-word;
   -webkit-font-smoothing: antialiased;
}
section {
   padding-top: 110px;
   padding-bottom: 110px;
}
section.half-section {
   padding-top: 70px;
   padding-bottom: 70px;
}
section.big-section {
   padding-top: 130px;
   padding-bottom: 130px;
}
section.extra-big-section {
   padding-top: 160px;
   padding-bottom: 160px;
}
img {
   max-width: 100%;
   height: auto;
}
ul li {
   list-style: none;
}
a {
   color: var(--medium-gray);
   -webkit-transition: 0.3s;
   transition: 0.3s;
   text-decoration: none;
}
a:hover {
   color: var(--base-color);
   text-decoration: none;
}
p {
   margin-bottom: 25px;
}
.last-paragraph-no-margin p:last-of-type {
   margin-bottom: 0;
}
video {
   background-size: cover;
   display: table-cell;
   vertical-align: middle;
   width: 100%;
}
:focus-visible {
   outline: none;
}
[class*="line-icon"],
[class*=" line-icon"],
[class*="bi-"],
[class*="feather"],
[class*="ti-"] {
   display: inline-block;
}
.form-control,
.form-control.is-invalid,
.was-validated .form-control:invalid {
   background-position: right 20px center !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
   border-color: #dc3545 !important;
}
.g-recaptcha.is-invalid iframe {
   border: 1px solid #dc3545 !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
   padding-right: 15px;
   padding-left: 15px;
}
.row {
   margin-right: -15px;
   margin-left: -15px;
}
.row > * {
   padding-right: 15px;
   padding-left: 15px;
}
.row.g-0 {
   margin-right: 0;
   margin-left: 0;
}
.row.g-0 > * {
   padding-right: 0;
   padding-left: 0;
}
.row.gutter-very-small {
   margin-left: -5px;
   margin-right: -5px;
}
.row.gutter-very-small > * {
   padding-right: 5px;
   padding-left: 5px;
}
.row.gutter-small {
   margin-left: -10px;
   margin-right: -10px;
}
.row.gutter-small > * {
   padding-right: 10px;
   padding-left: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
   margin-bottom: 30px;
   letter-spacing: -0.5px;
   font-weight: inherit;
}
h1,
.h1 {
   font-size: 4.375rem;
   line-height: 4.375rem;
}
h2,
.h2 {
   font-size: 3.438rem;
   line-height: 3.438rem;
}
h3,
.h3 {
   font-size: 2.813rem;
   line-height: 3.125rem;
}
h4 {
   font-size: 2.375rem;
   line-height: 2.7rem;
}
h5 {
   font-size: 2rem;
   line-height: 2.2rem;
}
h6 {
   font-size: 1.75rem;
   line-height: 1.95rem;
}
.font-style-italic {
   font-style: italic;
}
.hover-text {
   display: none;
}
b,
strong {
   font-weight: 700;
}
.text-white-space-nowrap {
   white-space: nowrap;
}
.text-white-space-normal {
   white-space: normal;
}
.text-transform-none {
   text-transform: none !important;
}
.text-uppercase-inherit {
   text-transform: inherit !important;
}
.word-break-normal {
   word-break: normal;
}
.vertical-align-top {
   vertical-align: top;
}
.fs-0 {
   font-size: 0;
}
.fs-9 {
   font-size: 9px;
}
.fs-10 {
   font-size: 10px;
}
.fs-11 {
   font-size: 11px;
}
.fs-12 {
   font-size: 12px;
}
.fs-13 {
   font-size: 13px;
}
.fs-14 {
   font-size: 14px;
}
.fs-15 {
   font-size: 15px;
}
.fs-16 {
   font-size: 16px;
}
.fs-17 {
   font-size: 17px;
}
.fs-18 {
   font-size: 18px;
}
.fs-19 {
   font-size: 19px;
}
.fs-20 {
   font-size: 20px;
}
.fs-22 {
   font-size: 22px;
}
.fs-24 {
   font-size: 24px;
   line-height: 32px;
}
.fs-26 {
   font-size: 26px;
   line-height: 38px;
}
.fs-28 {
   font-size: 1.75rem;
   line-height: 2.6rem;
}
.fs-30 {
   font-size: 1.875rem;
   line-height: 2.8rem;
}
.fs-32 {
   font-size: 2rem;
   line-height: 2.5rem;
}
.fs-40 {
   font-size: 2.5rem;
   line-height: 2.5rem;
}
.fs-45 {
   font-size: 2.813rem;
   line-height: 3rem;
}
.fs-50 {
   font-size: 3.125rem;
   line-height: 3.25rem;
}
.fs-55 {
   font-size: 3.438rem;
   line-height: 3.5rem;
}
.fs-60 {
   font-size: 3.75rem;
   line-height: 3.75rem;
}
.fs-65 {
   font-size: 4.063rem;
   line-height: 4.688rem;
}
.fs-70 {
   font-size: 4.375rem;
   line-height: 4.375rem;
}
.fs-75 {
   font-size: 4.668rem;
   line-height: 4.668rem;
}
.fs-80 {
   font-size: 5rem;
   line-height: 5rem;
}
.fs-85 {
   font-size: 5.313rem;
   line-height: 5.313rem;
}
.fs-90 {
   font-size: 5.625rem;
   line-height: 5.625rem;
}
.fs-95 {
   font-size: 5.938rem;
   line-height: 5.938rem;
}
.fs-100 {
   font-size: 6.25rem;
   line-height: 6.25rem;
}
.fs-110 {
   font-size: 6.875rem;
   line-height: 6.875rem;
}
.fs-120 {
   font-size: 7.5rem;
   line-height: 7.5rem;
}
.fs-130 {
   font-size: 8.125rem;
   line-height: 8.125rem;
}
.fs-140 {
   font-size: 8.75rem;
   line-height: 8.75rem;
}
.fs-150 {
   font-size: 9.375rem;
   line-height: 9.375rem;
}
.fs-160 {
   font-size: 10rem;
   line-height: 10rem;
}
.fs-170 {
   font-size: 10.625rem;
   line-height: 10.625rem;
}
.fs-180 {
   font-size: 11.25rem;
   line-height: 11.25rem;
}
.fs-190 {
   font-size: 11.875rem;
   line-height: 11.875rem;
}
.fs-200 {
   font-size: 12.5rem;
   line-height: 12.5rem;
}
.fs-225 {
   font-size: 14.063rem;
   line-height: 14.063rem;
}
.fs-250 {
   font-size: 15.625rem;
   line-height: 15.625rem;
}
.fs-275 {
   font-size: 17.188rem;
   line-height: 17.188rem;
}
.fs-300 {
   font-size: 18.75rem;
   line-height: 18.75rem;
}
.fs-350 {
   font-size: 21.875rem;
   line-height: 21.875rem;
}
.fs-400 {
   font-size: 25rem;
   line-height: 25rem;
}
.lh-0px {
   line-height: 0px;
}
.lh-10 {
   line-height: 10px;
}
.lh-11 {
   line-height: 11px;
}
.lh-12 {
   line-height: 12px;
}
.lh-13 {
   line-height: 13px;
}
.lh-14 {
   line-height: 14px;
}
.lh-15 {
   line-height: 15px;
}
.lh-16 {
   line-height: 16px;
}
.lh-18 {
   line-height: 18px;
}
.lh-19 {
   line-height: 19px;
}
.lh-20 {
   line-height: 20px;
}
.lh-22 {
   line-height: 22px;
}
.lh-24 {
   line-height: 24px;
}
.lh-26 {
   line-height: 26px;
}
.lh-28 {
   line-height: 28px;
}
.lh-30 {
   line-height: 30px;
}
.lh-32 {
   line-height: 2rem;
}
.lh-34 {
   line-height: 2.125rem;
}
.lh-36 {
   line-height: 2.25rem;
}
.lh-38 {
   line-height: 2.375rem;
}
.lh-40 {
   line-height: 2.5rem;
}
.lh-42 {
   line-height: 2.625rem;
}
.lh-44 {
   line-height: 2.75rem;
}
.lh-46 {
   line-height: 2.875rem;
}
.lh-48 {
   line-height: 3rem;
}
.lh-50 {
   line-height: 3.125rem;
}
.lh-55 {
   line-height: 3.438rem;
}
.lh-60 {
   line-height: 3.75rem;
}
.lh-65 {
   line-height: 4.063rem;
}
.lh-70 {
   line-height: 4.375rem;
}
.lh-75 {
   line-height: 4.688rem;
}
.lh-80 {
   line-height: 5rem;
}
.lh-85 {
   line-height: 5.313rem;
}
.lh-90 {
   line-height: 5.625rem;
}
.lh-95 {
   line-height: 5.938rem;
}
.lh-100 {
   line-height: 6.25rem;
}
.lh-105 {
   line-height: 6.563rem;
}
.lh-110 {
   line-height: 6.875rem;
}
.lh-115 {
   line-height: 7.188rem;
}
.lh-120 {
   line-height: 7.5rem;
}
.lh-0 {
   line-height: 0;
}
.lh-normal {
   line-height: normal;
}
.lh-initial {
   line-height: initial;
}
.lh-inherit {
   line-height: inherit;
}
.text-white,
.btn-link.text-white,
a.text-white-hover:hover {
   color: var(--white);
}
.text-base-color-hover:hover {
   color: var(--base-color) !important;
}
.text-base-color,
.btn-link.text-base-color {
   color: var(--base-color);
}
.text-black,
.btn-link.text-black,
a.text-black-hover:hover {
   color: var(--black);
}
.text-dark-gray,
.btn-link.text-dark-gray,
a.text-dark-gray-hover:hover {
   color: var(--dark-gray);
}
.text-medium-gray,
.btn-link.text-medium-gray,
a.text-medium-gray-hover:hover {
   color: var(--medium-gray);
}
.text-extra-medium-gray,
.btn-link.text-extra-medium-gray,
a.text-extra-medium-gray-hover:hover {
   color: var(--extra-medium-gray);
}
.text-light-medium-gray,
.btn-link.text-light-medium-gray,
a.text-light-medium-gray:hover {
   color: var(--light-medium-gray);
}
.text-light-gray,
.btn-link.text-light-gray,
a.text-light-gray-hover:hover {
   color: var(--light-gray);
}
.text-very-light-gray,
.btn-link.text-very-light-gray,
a.text-very-light-gray-hover:hover {
   color: var(--very-light-gray);
}
.text-red,
.btn-link.text-red,
a.text-red-hover:hover {
   color: var(--red);
}
.text-green,
.btn-link.text-green,
a.text-green-hover:hover {
   color: var(--green);
}
.text-yellow,
.btn-link.text-yellow,
a.text-yellow-hover:hover {
   color: var(--yellow);
}
.text-golden-yellow,
.btn-link.text-golden-yellow,
a.text-golden-yellow-hover:hover {
   color: var(--golden-yellow);
}
.text-tussock-yellow,
.btn-link.text-tussock-yellow,
a.text-tussock-yellow-hover:hover {
   color: var(--tussock-yellow);
}
.text-cornflower-blue,
.btn-link.text-cornflower-blue,
a.text-cornflower-blue-hover:hover {
   color: var(--cornflower-blue);
}
.text-jade,
.btn-link.text-jade,
a.text-jade-hover:hover {
   color: var(--jade);
}
.text-majorelle-blue {
   color: var(--majorelle-blue);
}
.text-orange {
   color: var(--orange);
}
.text-crusoe-green {
   color: var(--crusoe-green);
}
.text-tropical-blue {
   color: var(--tropical-blue);
}
.text-camarone {
   color: var(--camarone);
}
.text-seal-brown {
   color: var(--seal-brown);
}
.text-Wasabi {
   color: var(--Wasabi);
}
.text-gradient-blue-magenta-orange,
.text-gradient-light-gray-white,
.text-gradient-light-purple-light-orange,
.text-gradient-sky-blue-pink,
.text-gradient-light-blue-light-turquoise,
.text-gradient-fast-blue-purple-light-orange,
.text-gradient-light-pink-light-purple,
.text-gradient-fast-blue-purple,
.text-gradient-pink-orange,
.text-gradient-fast-pink-light-yellow,
.text-gradient-purple-pink,
.text-gradient-light-pink-light-orange {
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.text-gradient-light-pink-light-orange {
   background-image: linear-gradient(to right, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0);
}
.text-gradient-purple-pink {
   background-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
}
.text-gradient-fast-pink-light-yellow {
   background-image: linear-gradient(to right, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83);
}
.text-gradient-pink-orange {
   background-image: linear-gradient(to right, #de347f, #e73a70, #ed4461, #f05152, #ef5f43);
}
.text-gradient-fast-blue-purple {
   background-image: linear-gradient(to right, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff);
}
.text-gradient-light-pink-light-purple {
   background-image: linear-gradient(to right, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8);
}
.text-gradient-fast-blue-purple-light-orange {
   background-image: linear-gradient(to right top, #183fb9, #4f41df, #ae2eb9, #ef3f59, #e9522d);
}
.text-gradient-light-blue-light-turquoise {
   background-image: linear-gradient(to right, #18cdbb, #22d2ae, #3cd69d, #57da89, #73dc73);
}
.text-gradient-sky-blue-pink {
   background-image: linear-gradient(to right, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
}
.text-gradient-light-purple-light-orange {
   background-image: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
}
.text-gradient-light-gray-white {
   background-image: linear-gradient(to bottom, #efefef, #efefef, #f7f7f7, #fdfdfc, #fff);
}
.text-gradient-blue-magenta-orange {
   background-image: linear-gradient(to right, #002fff, #ab00ff, #ff137d, #ff562f, #ee8502);
}
.text-shadow-large {
   text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}
.text-shadow-extra-large {
   text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}
.text-shadow-double-large {
   text-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
}
.text-decoration-line-bottom {
   border-bottom: 1px solid;
}
.text-decoration-line-bottom-medium {
   border-bottom: 2px solid;
}
.text-decoration-line-bottom-thick {
   border-bottom: 3px solid;
}
.text-decoration-line-through {
   text-decoration: line-through;
}
.text-outline {
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: var(--white);
}
.text-outline-width-1px {
   -webkit-text-stroke-width: 1px;
}
.text-outline-width-2px {
   -webkit-text-stroke-width: 2px;
}
.text-outline-width-3px {
   -webkit-text-stroke-width: 3px;
}
.text-outline-width-4px {
   -webkit-text-stroke-width: 4px;
}
.text-outline-width-5px {
   -webkit-text-stroke-width: 5px;
}
.text-outline-color-black {
   -webkit-text-stroke-color: var(--black);
}
.text-outline-color-base-color {
   -webkit-text-stroke-color: var(--base-color);
}
.text-outline-color-red {
   -webkit-text-stroke-color: var(--red);
}
.text-outline-color-dark-gray {
   -webkit-text-stroke-color: var(--dark-gray);
}
.text-outline-color-medium-gray {
   -webkit-text-stroke-color: var(--medium-gray);
}
.text-outline-color-extra-medium-gray {
   -webkit-text-stroke-color: var(--extra-medium-gray);
}
.ls-0px {
   letter-spacing: 0px !important;
}
.ls-05px {
   letter-spacing: 0.5px !important;
}
.ls-1px {
   letter-spacing: 1px !important;
}
.ls-2px {
   letter-spacing: 2px !important;
}
.ls-3px {
   letter-spacing: 3px !important;
}
.ls-4px {
   letter-spacing: 4px !important;
}
.ls-5px {
   letter-spacing: 5px !important;
}
.ls-6px {
   letter-spacing: 6px !important;
}
.ls-7px {
   letter-spacing: 7px !important;
}
.ls-8px {
   letter-spacing: 8px !important;
}
.ls-9px {
   letter-spacing: 9px !important;
}
.ls-10px {
   letter-spacing: 10px !important;
}
.ls-minus-05px {
   letter-spacing: -0.5px !important;
}
.ls-minus-1px {
   letter-spacing: -1px !important;
}
.ls-minus-2px {
   letter-spacing: -2px !important;
}
.ls-minus-3px {
   letter-spacing: -3px !important;
}
.ls-minus-4px {
   letter-spacing: -4px !important;
}
.ls-minus-5px {
   letter-spacing: -5px !important;
}
.ls-minus-6px {
   letter-spacing: -6px !important;
}
.ls-minus-7px {
   letter-spacing: -7px !important;
}
.ls-minus-8px {
   letter-spacing: -8px !important;
}
.ls-minus-9px {
   letter-spacing: -9px !important;
}
.ls-minus-10px {
   letter-spacing: -10px !important;
}
.icon-extra-double-large {
   font-size: 80px;
}
.icon-double-large {
   font-size: 60px;
}
.icon-extra-large {
   font-size: 50px;
}
.icon-large {
   font-size: 42px;
}
.icon-medium {
   font-size: 34px;
}
.icon-very-medium {
   font-size: 28px;
}
.icon-extra-medium {
   font-size: 24px;
}
.icon-small {
   font-size: 18px;
}
.icon-very-small {
   font-size: 14px;
}
.separator-line-1px {
   height: 1px;
}
.separator-line-2px {
   height: 2px;
}
.separator-line-3px {
   height: 3px;
}
.separator-line-4px {
   height: 4px;
}
.separator-line-5px {
   height: 5px;
}
.separator-line-vertical {
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
.separator-line-small {
   width: 35px;
   height: 1px;
   display: inline-block;
   margin-right: 7px;
}
.separator-line-extra-small {
   width: 18px;
   height: 1px;
   display: inline-block;
   margin-right: 8px;
   vertical-align: middle;
}
.separator-line-very-small {
   width: 12px;
   height: 1px;
   display: inline-block;
   margin-right: 9px;
   vertical-align: middle;
}
.opacity-full-dark,
.opacity-full,
.opacity-medium,
.opacity-extra-medium,
.opacity-light,
.opacity-very-light {
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
}
.opacity-very-light {
   opacity: 0.2;
}
.opacity-light {
   opacity: 0.3;
}
.opacity-extra-medium {
   opacity: 0.5;
}
.opacity-medium {
   opacity: 0.75;
}
.opacity-full {
   opacity: 0.8;
}
.opacity-full-dark {
   opacity: 0.9;
}
.position-inherit {
   position: inherit !important;
}
.position-initial {
   position: initial !important;
}
.absolute-middle-center {
   left: 50%;
   top: 50%;
   position: absolute;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.absolute-middle-left {
   left: 0;
   top: 50%;
   position: absolute;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.absolute-middle-right {
   right: 0;
   top: 50%;
   position: absolute;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.absolute-top-center {
   left: 50%;
   top: 0;
   position: absolute;
   -webkit-transform: translateX(-50%);
   transform: translate(-50%);
}
.absolute-bottom-center {
   left: 50%;
   bottom: 0;
   position: absolute;
   -webkit-transform: translateX(-50%);
   transform: translate(-50%);
}
.absolute-bottom-left {
   left: 0;
   bottom: 0;
   position: absolute;
}
.absolute-bottom-right {
   right: 0;
   bottom: 0;
   position: absolute;
}
.vertical-title-center {
   display: flex;
   height: 100%;
}
.vertical-title-center .title {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
   writing-mode: vertical-lr;
}
.skrollr-parallax {
   position: relative !important;
   background-size: cover !important;
   background-attachment: fixed !important;
   transition-timing-function: none;
   -webkit-transition-timing-function: none;
   transition-duration: 0s;
   -webkit-transition-duration: 0s;
}
.skrollr-zoom {
   transition: none !important;
}
.blur-box {
   backdrop-filter: blur(5px);
   -webkit-backdrop-filter: blur(3px);
}
.transform-origin-right {
   transform-origin: right;
}
.transform-origin-left {
   transform-origin: left;
}
.btn.btn-none-transform,
.btn.btn-none-transform:hover {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
}
.transition,
.transition-inner-all * {
   -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.no-transition {
   -webkit-transition: 0s;
   transition: 0s;
}
.pointer-events-none {
   pointer-events: none;
}
.pointer-events-all {
   pointer-events: all;
}
.sticky-wrap {
   position: fixed;
   top: 50%;
   left: 0;
   opacity: 0;
   z-index: 1;
   -webkit-transform: rotate(-90deg) translate(-50%, 50%);
   transform: rotate(-90deg) translate(-50%, 50%);
   transform-origin: 0 50%;
   transition: 1s cubic-bezier(0.7, 0, 0.3, 1) !important;
}
.sticky-wrap.shadow-in {
   left: 50px;
   opacity: 1;
   box-shadow: none !important;
}
.sticky-wrap.sticky-hidden {
   left: 0;
   opacity: 0;
}
.sticky-wrap a,
.sticky-wrap a:hover,
.sticky-wrap div,
.sticky-wrap span,
.sticky-wrap p,
.sticky-wrap .social-icon-style-10 ul li a:hover {
   color: var(--dark-gray) !important;
}
.sticky-wrap.sticky-highlight a,
.sticky-wrap.sticky-highlight a:hover,
.sticky-wrap.sticky-highlight div,
.sticky-wrap.sticky-highlight span,
.sticky-wrap.sticky-highlight p {
   color: var(--white) !important;
}
.sticky-wrap.sticky-highlight .separator-line-1px {
   background-color: var(--white) !important;
}
.sticky-wrap.sticky-highlight .social-icon-style-10 ul li a:hover {
   color: var(--white) !important;
}
.sticky-wrap-right {
   position: fixed;
   top: 50%;
   right: 110px;
   z-index: 1;
   -webkit-transform: rotate(-90deg) translate(50%, 100%);
   transform: rotate(-90deg) translate(50%, 100%);
   transform-origin: 100% 0%;
}
.overflow-visible {
   overflow: visible !important;
}
.overflow-x-hidden {
   overflow-x: hidden !important;
}
.overflow-y-hidden {
   overflow-y: hidden !important;
}
.overlap-section {
   position: relative;
}
.overlap-height {
   transition: 0.3s height;
}
.outside-box-top-15 {
   margin-top: -15vw;
}
.outside-box-top-18 {
   margin-top: -18vw;
}
.outside-box-left-1 {
   margin-left: -1vw;
}
.outside-box-left-2 {
   margin-left: -2vw;
}
.outside-box-left-5 {
   margin-left: -5vw;
}
.outside-box-left-7 {
   margin-left: -7vw;
}
.outside-box-left-8 {
   margin-left: -8vw;
}
.outside-box-left-10 {
   margin-left: -10vw;
}
.outside-box-left-15 {
   margin-left: -15vw;
}
.outside-box-left-20 {
   margin-left: -20vw;
}
.outside-box-left-25 {
   margin-left: -25vw;
}
.outside-box-left-30 {
   margin-left: -30vw;
}
.outside-box-left-35 {
   margin-left: -35vw;
}
.outside-box-left-40 {
   margin-left: -40vw;
}
.outside-box-left-50 {
   margin-left: -50vw;
}
.outside-box-left-60 {
   margin-left: -60vw;
}
.outside-box-left-65 {
   margin-left: -65vw;
}
.outside-box-right-1 {
   margin-right: -1vw;
}
.outside-box-right-2 {
   margin-right: -2vw;
}
.outside-box-right-5 {
   margin-right: -5vw;
}
.outside-box-right-7 {
   margin-right: -7vw;
}
.outside-box-right-10 {
   margin-right: -10vw;
}
.outside-box-right-15 {
   margin-right: -15vw;
}
.outside-box-right-20 {
   margin-right: -20vw;
}
.outside-box-right-25 {
   margin-right: -25vw;
}
.outside-box-right-30 {
   margin-right: -30vw;
}
.outside-box-right-35 {
   margin-right: -35vw;
}
.outside-box-right-40 {
   margin-right: -40vw;
}
.outside-box-right-45 {
   margin-right: -45vw;
}
.outside-box-right-50 {
   margin-right: -50vw;
}
.outside-box-right-60 {
   margin-right: -60vw;
}
.outside-box-right-65 {
   margin-right: -65vw;
}
.filter-mix-100 {
   filter: grayscale(100%) invert(100%);
}
.filter-grayscale-100 {
   filter: grayscale(100%);
}
.box-shadow,
.box-shadow-hover:hover {
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
   box-shadow: 0 0 10px #00000014;
   -webkit-transition: 0.35s ease-in-out;
   transition: 0.35s ease-in-out;
}
.box-shadow-small,
.box-shadow-small-hover:hover {
   -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
   box-shadow: 0 0 15px #00000014;
   -webkit-transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-medium,
.box-shadow-medium-hover:hover {
   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
   box-shadow: 0 0 20px #00000014;
   -webkit-transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-medium-bottom,
.box-shadow-medium-bottom-hover:hover {
   -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
   box-shadow: 0 10px 20px #00000014;
   -webkit-transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-large,
.box-shadow-large-hover:hover {
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
   box-shadow: 0 0 25px #00000014;
   -webkit-transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-extra-large,
.box-shadow-extra-large-hover:hover {
   -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
   box-shadow: 0 0 30px #00000014;
   -webkit-transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-double-large,
.box-shadow-double-large-hover:hover {
   -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
   box-shadow: 0 0 45px #00000017;
   -webkit-transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-triple-large,
.box-shadow-triple-large-hover:hover {
   -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 60px #0003;
   -webkit-transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-quadruple-large,
.box-shadow-quadruple-large-hover:hover {
   -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
   box-shadow: 0 20px 60px #00000014;
   -webkit-transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-hover:hover,
.box-shadow-large-hover:hover,
.box-shadow-extra-large-hover:hover,
.box-shadow-medium-hover:hover,
.box-shadow-small-hover:hover,
.box-shadow-double-large-hover:hover,
.box-shadow-quadruple-large-hover:hover {
   -webkit-transform: translate3d(0, -3px, 0);
   transform: translate3d(0, -3px, 0);
}
.box-shadow-bottom {
   -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
   box-shadow: 0 10px 15px #0000000d;
}
input,
select,
textarea,
.form-control,
.form-select {
   padding: 12px 25px;
   width: 100%;
   max-width: 100%;
   resize: none;
   outline: none;
   font-size: 16px;
   border: 1px solid #e4e4e4;
   color: var(--medium-gray);
   line-height: inherit;
   word-break: normal;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.form-select {
   color: var(--medium-gray);
}
.form-select:focus {
   border-color: #dfdfdf;
}
input:focus,
select:focus,
textarea:focus,
.form-control:focus {
   border: 1px solid #c2c2c2;
   box-shadow: none !important;
   color: var(--medium-gray);
}
::-webkit-input-placeholder {
   color: var(--medium-gray) !important;
   text-overflow: ellipsis;
}
::-moz-placeholder {
   color: var(--medium-gray) !important;
   text-overflow: ellipsis;
   opacity: 1;
}
:-ms-input-placeholder {
   color: var(--medium-gray) !important;
   text-overflow: ellipsis;
   opacity: 1;
}
.placeholder-light::-webkit-input-placeholder {
   color: var(--white) !important;
   text-overflow: ellipsis;
}
.placeholder-light::-moz-placeholder {
   color: var(--white) !important;
   text-overflow: ellipsis;
   opacity: 1;
}
.placeholder-light:-ms-input-placeholder {
   color: var(--white) !important;
   text-overflow: ellipsis;
   opacity: 1;
}
.search-error {
   border-color: var(--red) !important;
}
.select {
   position: relative;
}
.select:after {
   content: "";
   font-family: feather !important;
   right: 20px;
   top: 50%;
   height: 34px;
   position: absolute;
   pointer-events: none;
   font-size: 22px;
   margin-top: -15px;
}
.date-time,
.date-icon {
   position: relative;
}
.date-icon input[type="date"]::-webkit-inner-spin-button,
.date-icon input[type="date"]::-webkit-calendar-picker-indicator {
   -webkit-appearance: none;
   opacity: 0;
   -moz-appearance: none;
   appearance: none;
}
.date-icon:after {
   content: "";
   font-family: feather !important;
   right: 28px;
   top: 50%;
   height: 34px;
   position: absolute;
   pointer-events: none;
   font-size: 22px;
   margin-top: -15px;
}
.date-icon input[type="date"]::-webkit-date-and-time-value {
   text-align: left !important;
}
@-moz-document url-prefix() {
   .date-icon:after {
      display: none;
   }
}
.time-icon {
   position: relative;
}
.time-icon input[type="time"]::-webkit-inner-spin-button,
.time-icon input[type="time"]::-webkit-calendar-picker-indicator {
   -webkit-appearance: none;
   opacity: 0;
   -moz-appearance: none;
   appearance: none;
}
.time-icon:after {
   content: "";
   font-family: feather !important;
   right: 28px;
   top: 50%;
   height: 34px;
   position: absolute;
   pointer-events: none;
   font-size: 22px;
   margin-top: -15px;
}
.input-small,
.textarea-small,
.select-small {
   padding: 7px 15px;
   font-size: 12px;
}
.input-medium,
.textarea-medium,
.select-medium {
   padding: 14px 28px;
}
.input-large {
   padding: 16px 32px;
}
.form-control.is-invalid:focus {
   box-shadow: none;
}
.box-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.hover-box {
   z-index: 1;
}
.hover-box * {
   -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
   will-change: transform;
}
.hover-box:hover .box-overlay {
   opacity: 1;
   visibility: visible;
}
.hover-box.dark-hover .border-dark-opacity {
   border-color: #23232326 !important;
}
.hover-box.dark-hover:hover a,
.hover-box.dark-hover:hover p,
.hover-box.dark-hover:hover span,
.hover-box.dark-hover:hover .btn,
.hover-box.dark-hover:hover i,
.hover-box.dark-hover:hover b,
.hover-box.dark-hover:hover u,
.hover-box.dark-hover:hover h1,
.hover-box.dark-hover:hover h2,
.hover-box.dark-hover:hover h3,
.hover-box.dark-hover:hover h4,
.hover-box.dark-hover:hover h5,
.hover-box.dark-hover:hover h6 {
   color: var(--white) !important;
   -webkit-text-stroke-color: var(--white);
}
.hover-box.dark-hover:hover [class*="separator-line"] {
   background-color: var(--white);
}
.hover-box.dark-hover:hover [class*="btn-link-gradient"] span {
   background: var(--white);
   background-image: none;
}
.hover-box.dark-hover:hover [class*="btn-transparent"] {
   background-color: var(--white);
   border-color: var(--white);
   color: var(--dark-gray) !important;
}
.hover-box.dark-hover:hover .text-light-opacity {
   opacity: 0.7;
}
.hover-box.dark-hover:hover .text-medium-opacity {
   opacity: 0.5;
}
.hover-box.dark-hover:hover .border-dark-opacity {
   border-color: #ffffff4d !important;
}
.hover-box.dark-hover:hover .content-slide-up .text-light-opacity {
   opacity: 0.7;
}
.hover-box.dark-hover:hover .btn-link {
   border-color: var(--white);
}
.hover-box.dark-hover:hover [class*="text-gradient-"] {
   color: var(--white);
   background-image: none;
   -webkit-background-clip: inherit;
   -webkit-text-fill-color: var(--white);
}
.hover-box.light-hover .border-light-opacity {
   border-color: #ffffff40 !important;
}
.hover-box.light-hover:hover a,
.hover-box.light-hover:hover span,
.hover-box.light-hover:hover .btn,
.hover-box.light-hover:hover i,
.hover-box.light-hover:hover b,
.hover-box.light-hover:hover u,
.hover-box.light-hover:hover p,
.hover-box.light-hover:hover h1,
.hover-box.light-hover:hover h2,
.hover-box.light-hover:hover h3,
.hover-box.light-hover:hover h4,
.hover-box.light-hover:hover h5,
.hover-box.light-hover:hover h6 {
   color: var(--dark-gray) !important;
}
.hover-box.light-hover:hover .text-light-opacity {
   opacity: 0.7;
}
.hover-box.light-hover:hover .text-medium-opacity {
   opacity: 0.5;
}
.hover-box.light-hover:hover .border-light-opacity {
   border-color: #23232326 !important;
}
.hover-box.light-hover:hover .content-slide-up .text-light-opacity {
   opacity: 0.7;
}
.hover-box.light-hover:hover .btn-link {
   border-color: var(--dark-gray);
}
.hover-box.light-hover:hover [class*="separator-line"] {
   background-color: var(--dark-gray);
}
.hover-box.light-hover:hover [class*="text-gradient-"] {
   color: var(--dark-gray);
   background-image: none;
   -webkit-background-clip: var(--dark-gray);
   -webkit-text-fill-color: var(--dark-gray);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
   bottom: 45px;
   left: 50%;
   width: auto;
   cursor: default;
   -webkit-transform: translateX(-50%);
   transform: translate(-50%);
}
.swiper-horizontal > .swiper-pagination-bullets-right,
.swiper-vertical > .swiper-pagination-bullets-right {
   inset: 50% 60px auto auto;
   width: auto;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: right;
}
.swiper-horizontal > .swiper-pagination-bullets-right .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets-right .swiper-pagination-bullet {
   display: block;
   margin: 25px 0 !important;
}
.swiper-dark-pagination .swiper-pagination-bullet {
   width: 8px;
   height: 8px;
   margin: 0 15px !important;
   opacity: 1;
   background-color: var(--light-gray);
   -webkit-transition: 0.3s;
   transition: 0.3s;
   outline: none;
}
.swiper-dark-pagination .swiper-pagination-bullet:before {
   content: "";
   width: 30px;
   height: 30px;
   border: 1px solid var(--dark-gray);
   background: transparent;
   display: inline-block;
   border-radius: 50%;
   position: relative;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-transition: 0.3s;
   transition: 0.3s;
   opacity: 0;
}
.swiper-dark-pagination .swiper-pagination-bullet:hover {
   background-color: var(--dark-gray);
}
.swiper-dark-pagination .swiper-pagination-bullet:hover:before {
   opacity: 1;
}
.swiper-dark-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: var(--dark-gray);
}
.swiper-dark-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
   opacity: 1;
}
.swiper-light-pagination .swiper-pagination-bullet {
   width: 8px;
   height: 8px;
   margin: 0 15px !important;
   display: inline-block;
   vertical-align: middle;
   background-color: var(--white);
   -webkit-transition: 0.3s;
   transition: 0.3s;
   outline: none;
   opacity: 0.5;
}
.swiper-light-pagination .swiper-pagination-bullet:before {
   content: "";
   width: 30px;
   height: 30px;
   border: 2px solid rgba(255, 255, 255, 0.2);
   background: transparent;
   display: inline-block;
   border-radius: 50%;
   position: relative;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-transition: 0.3s;
   transition: 0.3s;
   opacity: 0;
}
.swiper-light-pagination .swiper-pagination-bullet:hover {
   background-color: var(--white);
   opacity: 1;
}
.swiper-light-pagination .swiper-pagination-bullet:hover:before {
   opacity: 1;
}
.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: var(--white);
   opacity: 1;
}
.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
   opacity: 1;
}
.swiper-pagination-style-2 .swiper-pagination-bullet {
   width: 8px;
   height: 8px;
   margin: 0 6px !important;
}
.swiper-pagination-style-2 .swiper-pagination-bullet:before {
   display: none;
}
.swiper-pagination-style-3 .swiper-pagination-bullet {
   width: 14px;
   height: 14px;
   background: transparent;
   opacity: 0.4;
   margin: 0 7px !important;
   border: 2px solid var(--white);
}
.swiper-pagination-style-3 .swiper-pagination-bullet:hover,
.swiper-pagination-style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: var(--white);
   opacity: 1;
   -webkit-transform: scale(1.3);
   transform: scale(1.3);
}
.swiper-pagination-style-3 .swiper-pagination-bullet:before {
   display: none;
}
.swiper-pagination-style-3.dark .swiper-pagination-bullet {
   border: 2px solid var(--dark-gray);
}
.swiper-pagination-style-3.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: var(--dark-gray);
}
.swiper-pagination-style-4 .swiper-pagination-bullet {
   width: 8px;
   height: 8px;
   background: var(--white);
   opacity: 1;
   position: relative;
   margin: 0 25px !important;
   border: 0;
}
.swiper-pagination-style-4 .swiper-pagination-bullet:hover,
.swiper-pagination-style-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: var(--base-color);
   opacity: 1;
   border: 0;
}
.swiper-pagination-style-4.dark .swiper-pagination-bullet {
   background: var(--dark-gray);
}
.swiper-pagination-style-4.dark .swiper-pagination-bullet:hover,
.swiper-pagination-style-4.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: var(--base-color);
}
.slider-custom-image .slider-custom-image-pagination {
   display: flex;
   align-items: center;
   bottom: 0;
}
.slider-custom-image .slider-custom-image-pagination .swiper-pagination-bullet {
   outline: none;
   opacity: 0.8;
   width: 100px;
   height: 100px;
   margin: 0 15px !important;
   background-size: cover;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   -webkit-filter: grayscale(1);
   filter: grayscale(1);
}
.slider-custom-image .slider-custom-image-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
   -webkit-filter: grayscale(0);
   filter: grayscale(0);
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
   opacity: 1;
}
.slider-custom-image .slider-custom-image-pagination.slider-custom-image-pagination-top {
   top: 0;
   bottom: auto;
}
.swiper-number-pagination-style-01 .swiper-number {
   text-align: left;
   bottom: 70px;
}
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet {
   position: relative;
   padding-right: 10px;
   padding-left: 8px;
   margin: 0;
   color: var(--white);
   opacity: 0.7;
   width: auto;
   -webkit-transition: 0.5s;
   transition: 0.5s;
   height: auto;
   background: transparent;
   border-radius: 0;
   outline: none;
}
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
   opacity: 1;
}
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
   width: 70px;
}
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet:after {
   width: 0;
   height: 1px;
   content: "";
   margin-left: 15px;
   display: inline-block;
   background: var(--white);
   vertical-align: middle;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.swiper-number-pagination-style-02 .swiper-number {
   width: auto;
   left: inherit;
   right: 60px;
   padding: 0;
}
.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet {
   position: relative;
   font-family: var(--alt-font);
   font-size: 15px;
   display: block;
   color: var(--white);
   margin: 10px 0 !important;
   opacity: 0.7;
   width: 56px;
   -webkit-transition: 0.4s;
   transition: 0.4s;
   height: 56px;
   background: transparent;
   border-radius: 100%;
   text-align: center;
   line-height: 56px;
   outline: none;
}
.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
   opacity: 1;
}
.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: 0.4s;
   transition: 0.4s;
   background: #00000073;
   z-index: -1;
}
.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet:before {
   width: 56px;
   height: 56px;
   border-radius: 100%;
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   -webkit-transform: scale(0.7);
   transform: scale(0.7);
}
.swiper-line-pagination-style-01 .swiper-line-pagination {
   text-align: center;
   bottom: 0;
   width: 100%;
   left: 0;
}
.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet {
   width: 100px;
   height: 2px;
   margin: 0 !important;
   border-radius: 0;
}
.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet:before {
   display: none;
}
.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: var(--base-color);
}
.swiper-h-pagination:after {
   display: none;
}
.swiper-number-pagination-progress .swiper-pagination-wrapper .number-prev,
.swiper-number-pagination-progress .swiper-pagination-wrapper .number-next {
   width: 50px;
   text-align: center;
}
.swiper-number-pagination-progress .swiper-pagination-wrapper .swiper-pagination {
   position: inherit;
   width: auto;
}
.swiper-number-pagination-progress .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
   width: 60px;
   height: 1px;
   vertical-align: middle;
   margin: 0;
   background-color: var(--medium-gray);
}
.swiper-number-navigation-style .swiper-button-prev,
.swiper-number-navigation-style .swiper-button-next {
   top: inherit;
   bottom: 0;
   position: inherit;
   display: inline-block;
   vertical-align: middle;
   transform: none;
   width: auto;
   height: auto;
}
.swiper-number-navigation-style .swiper-button-prev i,
.swiper-number-navigation-style .swiper-button-prev .number-prev,
.swiper-number-navigation-style .swiper-button-prev .number-next,
.swiper-number-navigation-style .swiper-button-next i,
.swiper-number-navigation-style .swiper-button-next .number-prev,
.swiper-number-navigation-style .swiper-button-next .number-next {
   display: inline-block;
   vertical-align: middle;
}
.swiper-number-navigation-style .swiper-button-prev .number-prev,
.swiper-number-navigation-style .swiper-button-prev .number-next,
.swiper-number-navigation-style .swiper-button-next .number-prev,
.swiper-number-navigation-style .swiper-button-next .number-next {
   width: 50px;
   text-align: center;
}
.swiper-pagination-progress {
   width: 220px;
   height: 1px;
   position: relative;
}
.swiper-pagination-progress .swiper-progress {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: var(--swiper-progress, 0);
   background-color: var(--base-color);
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper {
   position: absolute;
   right: 40px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 99;
}
.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .swiper-progress {
   position: absolute;
   top: 0;
   left: 0;
   width: 2px;
   height: var(--swiper-progress, 0);
   background-color: var(--dark-gray);
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .pagination-progress-vertical {
   transform: rotate(180deg);
   writing-mode: vertical-lr;
}
.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .swiper-pagination-progress {
   width: 2px;
   height: 100px;
   background-color: var(--extra-medium-gray);
}
.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .number-next {
   margin-top: 15px;
   width: auto;
}
.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .number-prev {
   margin-bottom: 15px;
   width: auto;
}
.swiper-pagination-bottom .swiper-button-prev,
.swiper-pagination-bottom .swiper-button-next {
   top: inherit;
   bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
   outline: none;
   cursor: pointer;
   height: 45px;
   width: 45px;
   margin-top: 0;
   text-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
   opacity: 0.8;
}
.swiper-button-next {
   left: inherit;
}
.slider-navigation-style-01 {
   position: absolute;
   top: 50%;
   left: 65px;
   -webkit-border-radius: 100%;
   border-radius: 100%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.slider-navigation-style-01.swiper-button-next {
   right: 65px;
   left: inherit;
}
.slider-navigation-style-01:hover {
   opacity: 0.8;
}
.slider-navigation-style-02 {
   position: absolute;
   top: 50%;
   left: 0;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 99;
}
.slider-navigation-style-02.swiper-button-next {
   right: 0;
   left: auto;
}
.slider-navigation-style-03 {
   position: absolute;
   top: 50%;
   left: -60px;
   width: 40px;
   height: 40px;
   background: var(--white);
   -webkit-border-radius: 100%;
   border-radius: 100%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.slider-navigation-style-03.swiper-button-next {
   right: -60px;
   left: inherit;
}
.slider-navigation-style-03:hover {
   -webkit-box-shadow: 0px 0 20px rgba(35, 35, 35, 0.1);
   box-shadow: 0 0 20px #2323231a;
}
.slider-navigation-style-04 {
   height: 56px;
   width: 56px;
   border-radius: 100%;
   position: relative;
   bottom: inherit;
   left: 0;
   top: inherit;
   -webkit-transform: translateY(0px);
   transform: translateY(0);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.slider-navigation-style-04 i {
   -webkit-transition: 0.3s;
   transition: 0.3s;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.slider-navigation-style-04:hover i {
   opacity: 0.5;
}
.slider-navigation-style-04.swiper-button-prev {
   margin-right: 5px;
}
.slider-navigation-style-04.swiper-button-next {
   margin-left: 5px;
}
.slider-navigation-style-05 {
   left: -30%;
}
.slider-navigation-style-05.swiper-button-next {
   right: -30%;
   left: inherit;
}
.slider-navigation-style-06 {
   width: auto;
   height: auto;
   left: 60px;
}
.slider-navigation-style-06.swiper-button-next {
   right: 60px;
   left: inherit;
}
.slider-navigation-style-07 {
   left: 50%;
   bottom: 0;
   top: inherit;
   width: 75px;
   height: 75px;
   -webkit-transform: translateX(-100%);
   transform: translate(-100%);
}
.slider-navigation-style-07.swiper-button-next {
   bottom: 1px;
   -webkit-transform: translate(-100%, -100%);
   transform: translate(-100%, -100%);
}
.slider-navigation-style-08 {
   width: auto;
   height: auto;
   position: relative;
   -webkit-transform: translateX(0px);
   transform: translate(0);
   left: 0;
}
.slider-navigation-style-08.swiper-button-next {
   right: 0;
   left: inherit;
}
.slider-custom-verticle-text > span {
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
.swiper-button-prev.slider-custom-text-prev,
.swiper-button-prev.slider-custom-text-next,
.swiper-button-next.slider-custom-text-prev,
.swiper-button-next.slider-custom-text-next {
   width: auto;
   height: auto;
   min-height: 125px;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.swiper-button-prev.slider-custom-text-prev:hover,
.swiper-button-prev.slider-custom-text-next:hover,
.swiper-button-next.slider-custom-text-prev:hover,
.swiper-button-next.slider-custom-text-next:hover {
   opacity: 0.5;
}
.swiper-button-prev.slider-custom-text-prev {
   border-right: 1px solid var(--extra-medium-gray);
   padding-right: 50px;
}
.swiper-button-next.slider-custom-text-next {
   border-left: 1px solid var(--extra-medium-gray);
   padding-left: 50px;
}
.swiper-width-auto .swiper-slide {
   width: auto;
}
.slider-shadow-right {
   mask-image: linear-gradient(to right, transparent 0%, #000000 0%, #000000 50%, transparent 80%);
   -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 0%, #000000 50%, transparent 80%);
}
.slider-shadow-left {
   mask-image: linear-gradient(to right, transparent 50%, #000000 80%, #000000 0%, transparent 0%);
   -webkit-mask-image: linear-gradient(to right, transparent 50%, #000000 80%, #000000 0%, transparent 0%);
}
.slider-shadow-left-right {
   mask-image: linear-gradient(to right, transparent 18%, #000000 22%, #000000 78%, transparent 82%);
   -webkit-mask-image: linear-gradient(to right, transparent 18%, #000000 22%, #000000 78%, transparent 82%);
}
.slider-shadow-none .swiper {
   mask-image: none !important;
   -webkit-mask-image: none !important;
}
.highlight-separator {
   position: relative;
   padding-bottom: 20px;
}
.highlight-separator[data-shadow-animation] {
   box-shadow: none !important;
   display: inline-block;
}
.highlight-separator[data-shadow-animation] span {
   clip-path: inset(0px 100% 0px 0px);
   float: left;
   width: 100%;
   height: 20px;
   transition: clip-path 1s;
   transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 1);
   position: absolute;
   left: 0;
   bottom: 0;
}
.highlight-separator[data-shadow-animation] span img {
   position: absolute;
   left: 0;
   bottom: 0;
   transition: none;
   width: 100%;
   height: 14px;
}
.highlight-separator.shadow-in[data-shadow-animation] span {
   clip-path: inset(0px 0 0px 0px);
}
.full-screen {
   height: 100vh;
}
.full-screen.top-space-margin {
   height: calc(100vh - 96px);
}
@-webkit-keyframes video-icon-sonar {
   0% {
      opacity: 1;
      -webkit-transform: scale(0.1);
      transform: scale(0.1);
   }
   to {
      opacity: 0;
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
   }
}
@keyframes video-icon-sonar {
   0% {
      opacity: 1;
      -webkit-transform: scale(0.1);
      transform: scale(0.1);
   }
   to {
      opacity: 0;
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
   }
}
.video-icon-box {
   z-index: 1;
}
.video-icon-box > span {
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   flex-flow: row wrap;
   -webkit-box-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.html-video-play .video-icon .play-icon,
.html-video-play .video-icon .pause-icon {
   position: absolute;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.html-video-play .video-icon .play-icon,
.html-video-play .video-icon .pause-icon {
   opacity: 1;
   top: 50%;
   padding-left: 5px;
   visibility: visible;
   -webkit-transition: all 0.4s linear;
   transition: all 0.4s linear;
}
.html-video-play .video-icon .pause-icon {
   top: 100%;
   padding-left: 0;
   opacity: 0;
}
.html-video-play[playing="true"] .video-icon .pause-icon {
   top: 50%;
   opacity: 1;
}
.html-video-play[playing="true"] .video-icon .play-icon {
   top: 0%;
   opacity: 0;
}
.video-play-icon {
   z-index: 1 !important;
}
.video-play-icon.remove-play-icon + .html-video-play {
   opacity: 0 !important;
}
.video-play-icon.remove-play-icon + .html-video-play:hover {
   opacity: 1 !important;
}
.video-play-icon.remove-play-icon:hover + .html-video-play {
   opacity: 1 !important;
}
.video-icon {
   position: relative;
   display: -webkit-inline-box;
   display: inline-flex;
   -webkit-box-align: center;
   align-items: center;
   -webkit-box-pack: center;
   justify-content: center;
   border-radius: 50%;
}
.video-icon i {
   margin-left: 5px;
}
.video-icon .video-icon-sonar {
   position: absolute;
   width: 100%;
   height: 100%;
   border-radius: 50%;
   top: 0;
   left: 0;
   z-index: -10;
   -webkit-animation: video-icon-sonar 2s linear infinite;
   animation: video-icon-sonar 2s linear infinite;
}
.video-icon .video-icon-sonar .video-icon-sonar-bfr {
   content: "";
   position: absolute;
   border-radius: 50%;
   top: -25px;
   left: -25px;
   z-index: -100;
}
.video-icon .video-icon-sonar .video-icon-sonar-afr {
   content: "";
   position: absolute;
   border-radius: 50%;
   top: -10px;
   left: -10px;
   z-index: -50;
}
.video-icon-small .video-icon {
   width: 40px;
   height: 40px;
   font-size: 11px;
}
.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-bfr {
   top: -15px;
   left: -15px;
   width: 70px;
   height: 70px;
}
.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-afr {
   top: 0;
   left: 0;
   width: 40px;
   height: 40px;
}
.video-icon-medium .video-icon {
   width: 50px;
   height: 50px;
   font-size: 14px;
}
.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
   width: 100px;
   height: 100px;
}
.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-afr {
   width: 70px;
   height: 70px;
}
.video-icon-large.video-icon-box .video-icon i {
   margin-left: 5px;
}
.video-icon-large .video-icon {
   width: 85px;
   height: 85px;
   font-size: 20px;
}
.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
   width: 135px;
   height: 135px;
}
.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
   width: 105px;
   height: 105px;
}
.video-icon-extra-large.video-icon-box .video-icon i {
   margin-left: 10px;
}
.video-icon-extra-large .video-icon {
   width: 120px;
   height: 120px;
   font-size: 30px;
}
.video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
   width: 170px;
   height: 170px;
}
.video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
   width: 140px;
   height: 140px;
}
.will-change-transform * {
   will-change: transform;
}
.will-change-inherit * {
   will-change: inherit !important;
}
.animation-rotation {
   -webkit-animation: rotation 8s infinite linear;
}
@-webkit-keyframes rotation {
   0% {
      -webkit-transform: rotate(0deg);
   }
   to {
      -webkit-transform: rotate(359deg);
   }
}
.animation-float {
   animation: float 2s linear 0.5s infinite alternate both;
}
@keyframes float {
   0% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(15px);
   }
   to {
      transform: translateY(30px);
   }
}
.animation-float-small {
   animation: float 2s linear 0.5s infinite alternate both;
}
@keyframes float {
   0% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(5px);
   }
   to {
      transform: translateY(10px);
   }
}
.animation-zoom {
   animation: zoom-in-zoom-out 2s linear 0.5s infinite alternate both;
}
@keyframes zoom-in-zoom-out {
   0% {
      transform: scale(1);
   }
   50% {
      transform: scale(1.2);
   }
   to {
      transform: scale(1);
   }
}
[data-shadow-animation] {
   box-shadow: 0 0 #0000001a;
   transition: box-shadow 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
[data-shadow-animation].shadow-in {
   box-shadow: 0 20px 100px #0000001a;
}
[data-shadow-animation].shadow-in img {
   opacity: 1;
   transition-delay: 0.35s;
}
[data-shadow-animation] img {
   opacity: 0;
   transition: opacity 0.65s cubic-bezier(0.5, 1, 0.5, 1);
}
[data-parallax-liquid] {
   overflow: hidden;
   will-change: transform;
   -webkit-transform: translateY(0);
   transform: translateY(0);
   transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
[data-parallax-liquid] .liquid-parallax {
   will-change: transform;
   transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
   transform: translateY(0) scale(1.201);
   position: relative;
   top: 50px;
}
.masked-image {
   position: absolute;
   top: -100px;
   right: 0;
}
.masked-image svg {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   -o-object-fit: cover;
   object-fit: cover;
}
.masked-image figure {
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
.masked-image img {
   width: 100%;
   height: auto;
   visibility: visible;
}
.shape-image-animation {
   position: absolute;
   bottom: 0;
   left: 0;
}
.shape-image-animation svg {
   height: 100%;
   width: 100%;
}
.shape-image-animation svg path {
   width: 100%;
}
.page-divider-wrapper {
   margin-bottom: -1px;
}
.page-divider-wrapper svg {
   width: 100%;
   margin-bottom: -3px;
}
.magic-cursor {
   cursor: none;
}
#ball-cursor {
   position: fixed;
   width: 70px;
   height: 70px;
   border: 0 !important;
   background-color: var(--dark-gray);
   box-shadow: 0 0 50px #00000040;
   border-radius: 100%;
   opacity: 0 !important;
   overflow: hidden;
   transition: opacity 0.3s ease-in-out 0.1s;
   text-align: center;
}
#ball-cursor:before,
#ball-cursor:after {
   content: "";
   font-family: feather !important;
   color: var(--white);
   font-size: 20px;
   line-height: 70px;
   position: absolute;
   left: 12px;
   top: 0;
}
#ball-cursor:after {
   content: "";
   right: 12px;
   left: auto;
}
.magic-cursor-wrapper {
   position: absolute;
   left: 0;
   top: 0;
   width: 30px;
   height: 30px;
   pointer-events: none;
   z-index: 10000;
   transition: opacity 0.2s ease-in-out 0.2s;
}
.magic-cursor-wrapper.sliderhover #ball-cursor {
   opacity: 1 !important;
}
.magic-cursor-wrapper.vertical #ball-cursor:before,
.magic-cursor-wrapper.vertical #ball-cursor:after {
   content: "";
   left: 50%;
   top: 10px;
   line-height: normal;
   -webkit-transform: translateX(-50%);
   transform: translate(-50%);
}
.magic-cursor-wrapper.vertical #ball-cursor:after {
   content: "";
   right: auto;
   bottom: 10px;
   top: auto;
}
@media (hover: none) {
   .magic-cursor-wrapper {
      display: none;
   }
}
.magic-cursor-light #ball-cursor {
   background-color: var(--white);
}
.magic-cursor-light #ball-cursor:before {
   color: var(--dark-gray);
}
.magic-cursor-light #ball-cursor:after {
   color: var(--dark-gray);
}
.magic-cursor-base-color #ball-cursor {
   background-color: var(--base-color);
}
.magic-cursor-base-color #ball-cursor:before {
   color: var(--white);
}
.magic-cursor-base-color #ball-cursor:after {
   color: var(--white);
}
.magic-view-cursor #ball-cursor {
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
   background-color: #0003;
   width: 180px;
   height: 180px;
   box-shadow: none;
}
.magic-view-cursor #ball-cursor:after {
   display: none;
}
.magic-view-cursor #ball-cursor:before {
   content: "Explore";
   font-size: 16px;
   color: var(--white) !important;
   font-weight: 400;
   font-family: var(--alt-font) !important;
   text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.magic-drag-cursor #ball-cursor {
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
   background-color: #0003;
   width: 140px;
   height: 140px;
   box-shadow: none;
}
.magic-drag-cursor #ball-cursor:after {
   display: none;
}
.magic-drag-cursor #ball-cursor:before {
   content: "< DRAG >";
   font-size: 14px;
   color: var(--white) !important;
   font-weight: 600;
   font-family: var(--alt-font) !important;
   text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   word-spacing: 4px;
   width: inherit;
}
.magic-drag-cursor.magic-cursor-light #ball-cursor {
   background-color: #fff3;
}
.magic-drag-cursor.magic-cursor-light #ball-cursor:before {
   color: var(--dark-gray);
}
.magic-drag-cursor.magic-cursor-light #ball-cursor:after {
   color: var(--dark-gray);
}
.magic-round-cursor #ball-cursor {
   -webkit-backdrop-filter: blur(6px);
   backdrop-filter: blur(6px);
   background-color: #0003;
   width: 220px;
   height: 220px;
   box-shadow: none;
}
.magic-round-cursor #ball-cursor:before {
   display: none;
}
.magic-round-cursor #ball-cursor:after {
   display: none;
}
[data-anime] {
   opacity: 0;
   transition: none;
}
[data-anime].appear {
   opacity: 1;
}
[data-anime].btn {
   transition: none;
}
[data-anime].btn.anime-complete {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.atropos-shadow {
   background-color: transparent !important;
   filter: inherit;
}
.atropos-highlight {
   background-image: inherit !important;
}
@media not all and (min-resolution: 0.001dpcm) {
   [data-anime] [class*="text-shadow-"],
   [data-anime][class*="text-shadow-"],
   [data-fancy-text] [class*="text-shadow-"],
   [data-fancy-text][class*="text-shadow-"] {
      text-shadow: none;
   }
   .review-star-icon i {
      display: inline;
   }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
   .text-white a[href^="tel"] {
      color: var(--white);
   }
   .text-dark-gray a[href^="tel"] {
      color: var(--text-dark-gray);
   }
}
.swiper-slide [data-fancy-text] {
   opacity: 0;
}
.swiper-slide [data-fancy-text].appear,
.swiper-slide.swiper-slide-active [data-fancy-text],
.swiper-slide.swiper-slide-active [data-anime] {
   opacity: 1;
}
.swiper-slide [data-anime] {
   opacity: 0;
   transition: 0.3s ease-in-out;
}
.no-animation .anime-text .whitespace {
   display: inline-block;
}
.no-animation .anime-text .whitespace:after {
   content: "r";
   opacity: 0;
   font-size: 70%;
}
.no-animation [data-anime],
.no-animation [data-fancy-text] {
   opacity: 1;
   transition: none;
}
[data-top-bottom] {
   transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (hover: hover) and (pointer: fine) {
   .custom-cursor .circle-cursor {
      position: fixed;
      left: 0;
      top: 0;
      pointer-events: none;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
   }
   .custom-cursor .circle-cursor-inner {
      margin-left: -3px;
      margin-top: -3px;
      width: 6px;
      height: 6px;
      z-index: 10000001;
      background-color: var(--base-color);
   }
   .custom-cursor .circle-cursor-inner.cursor-link-hover {
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      background-color: var(--base-color);
      opacity: 0.8;
   }
   .custom-cursor .circle-cursor-outer {
      margin-left: -15px;
      margin-top: -15px;
      width: 30px;
      height: 30px;
      border: 1px solid var(--base-color);
      z-index: 10000000;
      opacity: 0.8;
      -webkit-transition: 0.1s;
      transition: 0.1s;
   }
   .custom-cursor .cursor-link.circle-cursor-inner .cursor-link-hover {
      opacity: 1;
   }
}
.is-touchable .cursor-page-inner {
   display: none !important;
}
.stack-box {
   position: relative;
   z-index: 1;
   height: 300vh;
}
.stack-box .stack-box-contain {
   height: 100vh;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
}
.stack-box .stack-item {
   height: 100vh;
   width: 100%;
   position: absolute;
   overflow: hidden;
   z-index: 999;
   display: flex;
   align-items: center;
}
.stack-box .stack-item.stack-item-02 {
   z-index: 99;
}
.stack-box .stack-item.stack-item-03 {
   z-index: 9;
}
.stack-box .stack-item .stack-item-wrapper {
   position: absolute;
   inset: 0;
   z-index: -1;
   display: flex;
   align-items: center;
   height: 100vh;
}
.transform-3d {
   transform: translateZ(100px);
}
.marquees-text {
   -webkit-transform: translateX(100%);
   transform: translate(100%);
   -webkit-animation: example1 50s linear infinite;
   animation: example1 50s linear infinite;
   width: 100%;
}
.looping-wrapper {
   position: absolute;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   width: 1px;
   height: 100vh;
   left: 50%;
   top: 0;
}
.looping-wrapper .el {
   position: absolute;
   opacity: 1;
   width: 2px;
   height: 24vh;
   margin-top: -18vh;
   transform-origin: 50% 100%;
   background: var(--base-color);
}
.looping-wrapper-gray {
   position: absolute;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   width: 1px;
   height: 100vh;
   left: 50%;
   top: 0;
}
.looping-wrapper-gray .el {
   position: absolute;
   opacity: 1;
   width: 2px;
   height: 24vh;
   margin-top: -18vh;
   transform-origin: 50% 100%;
   background: #292929;
}
.marquee-slide {
   -webkit-transition-timing-function: linear !important;
   transition-timing-function: linear !important;
   position: relative;
}
.feather-shadow {
   mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
   -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
}
.text-sliding-line {
   display: inline-block;
   position: relative;
   padding: 0;
   z-index: 1;
   background-image: linear-gradient(135deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 0);
   background-size: 4px 4px;
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
}
.bg-sliding-line {
   background-image: linear-gradient(45deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 0);
   background-size: 0.1em 0.1em;
}
.feature-box-slider .feature-box {
   display: flex;
   flex-direction: row;
   align-items: center;
   padding: 24px 40px;
   background: var(--white);
   box-shadow: 0 5px 25px #59657c26;
   border-radius: 10px;
   color: var(--dark-gray);
   font-weight: 500;
   font-size: 17px;
}
.feature-box-slider .feature-box i {
   font-size: 24px;
   margin-right: 10px;
}
.feature-box-slider .swiper-slide {
   width: auto;
   padding-top: 15px;
   padding-bottom: 15px;
}
.page-loader {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-color: var(--white) !important;
   opacity: 1 !important;
   z-index: 99999;
}
.page-loader:after {
   background: 0 0;
   content: "" !important;
   position: absolute;
   left: calc(50% - 25px) !important;
   top: calc(50% - 25px) !important;
   width: 50px !important;
   height: 50px !important;
   opacity: 1 !important;
   right: inherit !important;
   z-index: 9;
   text-align: center;
   border: 2px solid rgba(23, 23, 23, 0.2);
   border-top-color: #171717b3;
   border-radius: 50%;
   -webkit-animation: rotation 8s infinite linear;
   animation: rotation 1.5s infinite linear;
}
.cookie-message {
   position: fixed;
   bottom: 20px;
   right: 20px;
   max-width: 370px;
   z-index: 999999;
   padding: 40px;
   display: none;
}
.scroll-progress {
   position: fixed;
   right: 20px;
   z-index: 111;
   top: 50%;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   mix-blend-mode: difference;
}
.scroll-progress.visible {
   opacity: 1;
   visibility: visible;
}
.scroll-progress .scroll-top {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.scroll-progress .scroll-line {
   width: 2px;
   height: 60px;
   position: relative;
   background-color: #ffffff26;
   color: inherit;
   display: block;
}
.scroll-progress .scroll-point {
   display: inline-block;
   width: 2px;
   position: absolute;
   background-color: var(--white);
   top: 0;
   left: 0;
}
.scroll-progress .scroll-text {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
   writing-mode: vertical-lr;
   margin-bottom: 15px;
   color: var(--white);
   font-size: 11px;
   text-transform: uppercase;
}
.scroll-progress.scroll-simple {
   position: fixed;
   right: 50px;
   z-index: 111;
   top: auto;
   transform: none;
   bottom: 50px;
   mix-blend-mode: inherit;
}
.scroll-progress.scroll-simple .scroll-top {
   background: var(--white);
   font-size: 17px;
   line-height: 34px;
   box-shadow: 0 0 25px #17171740;
   height: 34px;
   width: 34px;
   padding: 0;
   border-radius: 100%;
}
.theme-demos {
   display: none;
   width: 100%;
   height: 100%;
   min-height: 100%;
   position: fixed;
   background-color: var(--white);
   right: -100%;
   top: 0;
   z-index: 1050;
   -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
   transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.theme-demos section {
   height: 100%;
   min-height: 100%;
   position: relative;
   z-index: 11;
   padding: 0;
   width: 100%;
   overflow-y: scroll;
   background-color: var(--very-light-gray);
}
.theme-demos .demos-wrapper {
   width: 100%;
}
.theme-demos .demos-wrapper .demos-wrapper-inner {
   padding: 60px 50px;
}
.theme-demos.active {
   -webkit-transform: translateX(-100%);
   transform: translate(-100%);
   box-shadow: 0 0 45px #00000040;
}
.theme-demos .grid {
   padding: 0 20px;
   display: flex;
   flex-wrap: wrap;
}
.theme-demos .demo-button-wrapper {
   width: auto;
   white-space: nowrap;
   position: absolute;
   right: 100%;
   display: block;
   bottom: 250px;
   cursor: pointer;
   z-index: 10;
   -webkit-transform: rotate(-90deg) translateY(-100%);
   -ms-transform: rotate(-90deg) translateY(-100%);
   transform: rotate(-90deg) translateY(-100%);
   -webkit-transform-origin: 100% 0% 0;
   -ms-transform-origin: 100% 0% 0;
   transform-origin: 100% 0% 0;
   margin-right: -1px;
   display: flex;
}
.theme-demos .buy-theme a,
.theme-demos .all-demo a {
   color: var(--dark-gray);
   font-size: 11px;
   padding: 15px;
   display: block;
   text-decoration: none;
   font-weight: 500;
}
.theme-demos .buy-theme a > i,
.theme-demos .all-demo a > i {
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 59px;
   line-height: 55px;
   text-align: center;
   opacity: 0;
   font-size: 24px;
   transition-delay: 0.3s;
}
.theme-demos .all-demo {
   background-color: #1f242e;
}
.theme-demos .all-demo .theme-wrapper {
   padding: 0 9px;
   position: relative;
   top: 0;
   opacity: 1;
   transition-delay: 0.3s;
   line-height: 0;
}
.theme-demos .all-demo .theme-wrapper > div {
   display: inline-block;
   vertical-align: middle;
   font-size: 15px;
   line-height: 15px;
   color: var(--white);
   font-size: 14px;
   text-transform: uppercase;
   line-height: 21px;
}
.theme-demos .buy-theme {
   text-align: center;
   background-color: #48a133;
   position: relative;
   z-index: 1;
}
.theme-demos .buy-theme .theme-wrapper {
   padding: 0;
   position: relative;
   top: 0;
   opacity: 1;
   transition-delay: 0.3s;
   line-height: 0;
}
.theme-demos .buy-theme .theme-wrapper span {
   font-size: 15px;
   font-weight: 600;
   margin-right: 0;
}
.theme-demos .buy-theme .theme-wrapper i {
   margin-right: 10px;
   font-size: 21px;
}
.theme-demos .buy-theme .theme-wrapper > div svg {
   margin: 0;
}
.theme-demos .mCustomScrollBox {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
}
.theme-demos .mCustomScrollBox .mCSB_container {
   width: 100%;
   -ms-flex-item-align: start;
   align-self: flex-start;
   margin: 0;
   padding-right: 15px !important;
}
.theme-demos .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
   -ms-flex-item-align: center;
   align-self: center;
}
.theme-demos .mCustomScrollBox .mCSB_draggerRail {
   display: none;
}
.theme-demos .clearfix {
   clear: both;
}
.theme-demos .portfolio-wrapper .grid-item {
   flex: 0 0 auto;
}
.theme-demos .close-popup {
   position: absolute;
   top: 10px;
   right: 10px;
   z-index: 99;
   cursor: pointer;
   -webkit-transition: -webkit-transform 0.3s ease;
   -ms-transition: -ms-transform 0.3s ease;
   transition: transform 0.3s ease;
   -webkit-transform-origin: 50% 50%;
   -ms-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
}
.theme-demos .close-popup:hover {
   -webkit-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
   transform: rotate(-180deg);
}
.show-search-popup .theme-demos .theme-demos,
.show-search-popup .show-menu .theme-demos {
   z-index: 1;
}
@-moz-keyframes example1 {
   0% {
      -moz-transform: translateX(100%);
   }
   to {
      -moz-transform: translateX(-100%);
   }
}
@-webkit-keyframes example1 {
   0% {
      -webkit-transform: translateX(100%);
   }
   to {
      -webkit-transform: translateX(-100%);
   }
}
@keyframes example1 {
   0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translate(100%);
   }
   to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translate(-100%);
   }
}
.bg-base-color {
   background-color: var(--base-color);
}
.bg-dark-gray,
.bg-dark-gray:focus {
   background-color: var(--dark-gray);
}
.bg-black {
   background-color: var(--black);
}
.bg-medium-gray {
   background-color: var(--medium-gray);
}
.bg-light-medium-gray {
   background-color: var(--light-medium-gray);
}
.bg-extra-medium-gray {
   background-color: var(--extra-medium-gray);
}
.bg-light-gray {
   background-color: var(--light-gray);
}
.bg-very-light-gray {
   background-color: var(--very-light-gray);
}
.bg-red {
   background-color: var(--red);
}
.bg-light-red {
   background-color: var(--light-red);
}
.bg-green {
   background-color: var(--green);
}
.bg-crusoe-green {
   background-color: var(--crusoe-green);
}
.bg-yellow {
   background-color: var(--yellow);
}
.bg-charcoal-blue {
   background-color: var(--charcoal-blue);
}
.bg-slate-blue {
   background-color: var(--slate-blue);
}
.bg-medium-slate-blue {
   background-color: var(--medium-slate-blue);
}
.bg-extra-medium-slate-blue {
   background-color: var(--extra-medium-slate-blue);
}
.bg-dark-slate-blue {
   background-color: var(--dark-slate-blue);
}
.bg-extra-dark-slate-blue {
   background-color: var(--extra-dark-slate-blue);
}
.bg-extra-very-slate-blue {
   background-color: var(--extra-very-slate-blue);
}
.bg-tussock-yellow {
   background-color: var(--tussock-yellow);
}
.bg-solitude-blue {
   background-color: var(--solitude-blue);
}
.bg-aluminium-grey {
   background-color: var(--aluminium-grey);
}
.bg-selago {
   background-color: var(--selago);
}
.bg-white-ice {
   background-color: var(--white-ice);
}
.bg-golden-yellow {
   background-color: var(--golden-yellow);
}
.bg-jade {
   background-color: var(--jade);
}
.bg-orange {
   background-color: var(--orange);
}
.bg-light-majorelle-blue {
   background-color: var(--light-majorelle-blue);
}
.bg-majorelle-blue {
   background-color: var(--majorelle-blue);
}
.bg-spring-wood {
   background-color: var(--spring-wood);
}
.bg-tropical-blue {
   background-color: var(--tropical-blue);
}
.bg-cornflower-blue {
   background-color: var(--cornflower-blue);
}
.bg-camarone {
   background-color: var(--camarone);
}
.bg-seal-brown {
   background-color: var(--seal-brown);
}
.bg-Wasabi {
   background-color: var(--Wasabi);
}
.bg-gradient-light-pink-light-orange {
   background-image: linear-gradient(to right top, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0);
}
.bg-gradient-purple-pink {
   background-image: linear-gradient(to right top, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
}
.bg-gradient-fast-pink-light-yellow {
   background-image: linear-gradient(to right top, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83);
}
.bg-gradient-pink-orange {
   background-image: linear-gradient(to right top, #de347f, #e73a70, #ed4461, #f05152, #ef5f43);
}
.bg-gradient-fast-blue-purple {
   background-image: linear-gradient(to right top, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff);
}
.bg-gradient-light-pink-light-purple {
   background-image: linear-gradient(to right top, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8);
}
.bg-gradient-purple-magento {
   background-image: linear-gradient(to right top, #5553e1, #a34dcc, #ce4fb5, #e75ca1, #f47291);
}
.bg-gradient-blue-green {
   background-image: linear-gradient(to right top, #18cdbb, #22d2ae, #3cd69d, #57da89, #73dc73);
}
.bg-gradient-light-purple-light-orange {
   background-image: linear-gradient(to right top, #b783ff, #e37be0, #fa7cc1, #ff85a6, #ff9393);
}
.bg-gradient-sky-blue-pink {
   background-image: linear-gradient(to right top, #5758df, #a553cb, #d055b5, #ea63a0, #f77991);
}
.bg-gradient-dark-gray-brown {
   background-image: linear-gradient(to right top, #0f130f, #1e1d15, #3d2f20, #4e3b27, #664a2f);
}
.bg-gradient-tan-geraldine {
   background-image: linear-gradient(to right top, #fb7f87, #fc8a82, #fb957f, #fa9f7f, #f7aa80);
}
.bg-gradient-very-light-gray {
   background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #fff);
}
.bg-gradient-top-very-light-gray {
   background-image: linear-gradient(to top, #f7f7f7, #f7f7f7, #fcfafa, #fcfafa, #fff);
}
.bg-gradient-orange-transparent {
   background: linear-gradient(to right, #e97522 10%, #fff0 95%);
}
.bg-gradient-blue-transparent {
   background: linear-gradient(to right, #1ea3b1 10%, #fff0 95%);
}
.bg-gradient-emerald-blue-emerald-green {
   background-image: linear-gradient(50deg, #09afea 0, #19e089);
}
.bg-gradient-very-ghost-white {
   background-image: linear-gradient(to bottom, #f4f6ff, #f7f8ff, #fafaff, #fdfdff, #fff);
}
.bg-transparent {
   background-color: transparent;
}
.bg-gradient-fast-blue-purple-transparent {
   background-image: linear-gradient(to right top, #2a46f4, #5f42f9e6, #833cfce6, #a233fee6, #bf25ffe6);
}
.bg-gradient-fast-pink-light-yellow-transparent {
   background-image: linear-gradient(to right top, #f7567fe6, #fe7177e6, #ff8a74e6, #ffa378e6, #ffba83e6);
}
.bg-gradient-sky-blue-pink-transparent {
   background-image: linear-gradient(to right top, #5758dfe6, #a553cbe6, #d055b5e6, #ea63a0e6, #f77991e6);
}
.bg-gradient-gray-light-dark-transparent {
   background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 0.8)), to(transparent));
   background-image: linear-gradient(to top, rgba(32, 35, 41, 0.8) 0%, transparent 100%);
}
.bg-gradient-dark-transparent {
   background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #141622), to(transparent));
   background: linear-gradient(to top, #141622 7%, transparent 100%);
}
.bg-gradient-dark-gray-left-transparent {
   background: -webkit-linear-gradient(right, rgba(24, 25, 28, 0.5), rgba(255, 255, 255, 0));
   background: linear-gradient(to right, #18191c80, #fff0);
}
.bg-gradient-white-transparent {
   background: linear-gradient(to top, #fff 20%, #fff0 80%);
}
.bg-gradient-white-dark-transparent {
   background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #ffffff), to(transparent));
   background: linear-gradient(to top, #fff 30%, #fff0 70%);
}
.bg-gradient-white-bottom-transparent {
   background: #000;
   background: linear-gradient(0deg, #0000, #fff 60%);
}
.bg-gradient-black-bottom-transparent {
   background: #fff;
   background: linear-gradient(0deg, #fff0, #0009);
}
.bg-gradient-solitude-blue-transparent {
   background: -webkit-linear-gradient(bottom, rgb(240, 244, 253), rgba(255, 255, 255, 0));
   background: linear-gradient(to top, #f0f4fd, #fff0);
}
.bg-gradient-extra-midium-gray-transparent {
   background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(50%, rgba(0, 0, 0, 0.5)),
      color-stop(150%, rgba(20, 20, 20, 0.3))
   );
   background: linear-gradient(to bottom, #0000 50%, #1414144d 150%);
}
.bg-dark-gray-transparent {
   background-color: #232323cc;
}
.bg-dark-gray-transparent-light {
   background-color: #23232333;
}
.bg-dark-gray-transparent-medium {
   background-color: #23232366;
}
.bg-medium-gray-transparent {
   background-color: #6f6f6f1a;
}
.bg-light-gray-transparent {
   background-color: #fbfbfb;
}
.bg-medium-gray-transparent {
   background-color: #8888884d;
}
.bg-black-transparent-light {
   background-color: #0003;
}
.bg-black-transparent-medium {
   background-color: #00000080;
}
.bg-black-transparent {
   background-color: #000c;
}
.bg-white-transparent-extra-light,
.bg-white-transparent-extra-light:focus {
   background-color: #ffffff1a;
}
.bg-white-transparent-very-light {
   background-color: #fff3;
}
.bg-white-transparent-light {
   background-color: #fff6;
}
.bg-white-transparent {
   background-color: #ffffffb3;
}
.contain-background {
   background-size: contain;
}
.cover-background {
   background-repeat: no-repeat !important;
   background-size: cover;
   overflow: hidden;
   position: relative;
   background-position: center center !important;
}
.fix-background {
   position: relative;
   background-size: cover !important;
   -webkit-animation-duration: 0s;
   -webkit-animation-fill-mode: none;
   overflow: hidden;
   background-position: center center;
   background-repeat: no-repeat !important;
   background-attachment: fixed !important;
}
.background-size-inherit {
   background-size: inherit !important;
}
.background-attachment-inherit {
   background-attachment: inherit !important;
}
.background-position-left {
   background-position: left center !important;
}
.background-position-left-bottom {
   background-position: left bottom !important;
}
.background-position-left-center {
   background-position: left center !important;
}
.background-position-right {
   background-position: right center !important;
}
.background-position-right-top {
   background-position: right top !important;
}
.background-position-center-top {
   background-position: center top !important;
}
.background-position-left-top {
   background-position: left top !important;
}
.background-position-right-bottom {
   background-position: right bottom !important;
}
.background-position-center-bottom {
   background-position: center bottom 0px !important;
}
.background-repeat {
   background-repeat: repeat;
}
.background-no-repeat {
   background-repeat: no-repeat;
}
.background-no-repeat-y {
   background-repeat-y: no-repeat;
}
.background-position-center {
   background-position: center !important;
}
.background-size-100 {
   background-size: 100% !important;
}
.background-size-auto-100 {
   background-size: auto 100% !important;
}
.background-size-contain {
   background-size: contain !important;
}
.border-6 {
   border-width: 6px !important;
}
.border-7 {
   border-width: 7px !important;
}
.border-8 {
   border-width: 8px !important;
}
.border-9 {
   border-width: 9px !important;
}
.border-10 {
   border-width: 10px !important;
}
.border-dotted {
   border-style: dotted !important;
}
.border-dashed {
   border-style: dashed !important;
}
.border-solid {
   border-style: solid !important;
}
.border-double {
   border-style: double !important;
}
.border-groove {
   border-style: groove !important;
}
.border-ridge {
   border-style: ridge !important;
}
.border-inset {
   border-style: inset !important;
}
.border-outset {
   border-style: outset !important;
}
.border-none {
   border-style: none !important;
}
.border-hidden {
   border-style: hidden !important;
}
.border-color-base-color {
   border-color: var(--base-color) !important;
}
.border-color-white {
   border-color: var(--white) !important;
}
.border-color-dark-gray {
   border-color: var(--dark-gray) !important;
}
.border-color-medium-gray {
   border-color: var(--medium-gray) !important;
}
.border-color-light-gray {
   border-color: var(--light-gray) !important;
}
.border-color-very-light-gray {
   border-color: var(--very-light-gray) !important;
}
.border-color-light-medium-gray {
   border-color: var(--light-medium-gray) !important;
}
.border-color-extra-medium-gray {
   border-color: var(--extra-medium-gray) !important;
}
.border-color-yellow {
   border-color: var(--yellow) !important;
}
.border-color-orange {
   border-color: var(--orange) !important;
}
.border-color-red {
   border-color: var(--red) !important;
}
.border-color-transparent-dark-very-light {
   border-color: #2323231a !important;
}
.border-color-transparent-dark-light {
   border-color: #23232333 !important;
}
.border-color-transparent-white-very-light {
   border-color: #ffffff4d !important;
}
.border-color-transparent-white-light {
   border-color: #ffffff1a !important;
}
.border-color-transparent-white {
   border-color: #fff9 !important;
}
.border-color-transparent,
.border-color-transparent-on-hover:hover {
   border-color: transparent !important;
}
.border-gradient-light-pink-light-orange {
   border-image: linear-gradient(to right top, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0);
   border-image-slice: 1;
}
.border-gradient-purple-pink {
   border-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
   border-image-slice: 1;
}
.border-gradient-fast-pink-light-yellow {
   border-image: linear-gradient(to right top, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83);
   border-image-slice: 1;
}
.border-gradient-pink-orange {
   border-image: linear-gradient(to right top, #de347f, #e73a70, #ed4461, #f05152, #ef5f43);
   border-image-slice: 1;
}
.border-gradient-fast-blue-purple {
   border-image: linear-gradient(to right top, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff);
   border-image-slice: 1;
}
.border-gradient-light-pink-light-purple {
   border-image: linear-gradient(to right top, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8);
   border-image-slice: 1;
}
.border-gradient-light-green-light-perotgreen {
   border-image: linear-gradient(to right top, #5553e1, #a34dcc, #ce4fb5, #e75ca1, #f47291);
   border-image-slice: 1;
}
.border-gradient-sky-blue-pink {
   border-image: linear-gradient(to right top, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
   border-image-slice: 1;
}
.border-radius-0px {
   border-radius: 0 !important;
}
.border-radius-1px {
   border-radius: 1px !important;
}
.border-radius-2px {
   border-radius: 2px !important;
}
.border-radius-3px {
   border-radius: 3px !important;
}
.border-radius-4px {
   border-radius: 4px !important;
}
.border-radius-5px {
   border-radius: 5px !important;
}
.border-radius-6px {
   border-radius: 6px !important;
}
.border-radius-7px {
   border-radius: 7px !important;
}
.border-radius-8px {
   border-radius: 8px !important;
}
.border-radius-9px {
   border-radius: 9px !important;
}
.border-radius-10px {
   border-radius: 10px !important;
}
.border-radius-15px {
   border-radius: 15px !important;
}
.border-radius-18px {
   border-radius: 18px !important;
}
.border-radius-20px {
   border-radius: 20px !important;
}
.border-radius-22px {
   border-radius: 22px !important;
}
.border-radius-24px {
   border-radius: 24px !important;
}
.border-radius-26px {
   border-radius: 26px !important;
}
.border-radius-30px {
   border-radius: 30px !important;
}
.border-radius-40px {
   border-radius: 40px !important;
}
.border-radius-50px {
   border-radius: 50px !important;
}
.border-radius-100px {
   border-radius: 100px !important;
}
.border-radius-50 {
   border-radius: 50% !important;
}
.border-radius-100 {
   border-radius: 100% !important;
}
.no-border-radius {
   border-radius: 0 !important;
}
.border-radius-top-left {
   border-radius: 10px 0 0 10px !important;
}
.parallax {
   position: relative !important;
   background-size: cover !important;
   overflow: hidden;
   background-attachment: fixed !important;
   transition-timing-function: none;
   -webkit-transition-timing-function: none;
   transition-duration: 0s;
   -webkit-transition-duration: 0s;
}
.w-1px {
   width: 1px !important;
}
.w-2px {
   width: 2px !important;
}
.w-3px {
   width: 3px !important;
}
.w-4px {
   width: 4px !important;
}
.w-5px {
   width: 5px !important;
}
.w-6px {
   width: 6px !important;
}
.w-7px {
   width: 7px !important;
}
.w-8px {
   width: 8px !important;
}
.w-9px {
   width: 9px !important;
}
.w-10px {
   width: 10px !important;
}
.w-15px {
   width: 15px !important;
}
.w-20px {
   width: 20px !important;
}
.w-25px {
   width: 25px !important;
}
.w-30px {
   width: 30px !important;
}
.w-35px {
   width: 35px !important;
}
.w-40px {
   width: 40px !important;
}
.w-45px {
   width: 45px !important;
}
.w-50px {
   width: 50px !important;
}
.w-55px {
   width: 55px !important;
}
.w-60px {
   width: 60px !important;
}
.w-65px {
   width: 65px !important;
}
.w-70px {
   width: 70px !important;
}
.w-75px {
   width: 75px !important;
}
.w-80px {
   width: 80px !important;
}
.w-85px {
   width: 85px !important;
}
.w-90px {
   width: 90px !important;
}
.w-95px {
   width: 95px !important;
}
.w-100px {
   width: 100px !important;
}
.w-110px {
   width: 110px !important;
}
.w-120px {
   width: 120px !important;
}
.w-130px {
   width: 130px !important;
}
.w-140px {
   width: 140px !important;
}
.w-150px {
   width: 150px !important;
}
.w-160px {
   width: 160px !important;
}
.w-170px {
   width: 170px !important;
}
.w-180px {
   width: 180px !important;
}
.w-190px {
   width: 190px !important;
}
.w-200px {
   width: 200px !important;
}
.w-210px {
   width: 210px !important;
}
.w-220px {
   width: 220px !important;
}
.w-230px {
   width: 230px !important;
}
.w-240px {
   width: 240px !important;
}
.w-250px {
   width: 250px !important;
}
.w-260px {
   width: 260px !important;
}
.w-270px {
   width: 270px !important;
}
.w-280px {
   width: 280px !important;
}
.w-290px {
   width: 290px !important;
}
.w-300px {
   width: 300px !important;
}
.w-310px {
   width: 310px !important;
}
.w-320px {
   width: 320px !important;
}
.w-330px {
   width: 330px !important;
}
.w-340px {
   width: 340px !important;
}
.w-350px {
   width: 350px !important;
}
.w-360px {
   width: 360px !important;
}
.w-370px {
   width: 370px !important;
}
.w-380px {
   width: 380px !important;
}
.w-390px {
   width: 390px !important;
}
.w-400px {
   width: 400px !important;
}
.w-450px {
   width: 450px !important;
}
.w-500px {
   width: 500px !important;
}
.w-550px {
   width: 550px !important;
}
.w-600px {
   width: 600px !important;
}
.w-650px {
   width: 650px !important;
}
.w-700px {
   width: 700px !important;
}
.w-750px {
   width: 750px !important;
}
.w-800px {
   width: 800px !important;
}
.w-850px {
   width: 850px !important;
}
.w-900px {
   width: 900px !important;
}
.w-950px {
   width: 950px !important;
}
.w-1000px {
   width: 1000px !important;
}
.w-10 {
   width: 10% !important;
}
.w-15 {
   width: 15% !important;
}
.w-20 {
   width: 20% !important;
}
.w-25 {
   width: 25% !important;
}
.w-30 {
   width: 30% !important;
}
.w-35 {
   width: 35% !important;
}
.w-40 {
   width: 40% !important;
}
.w-45 {
   width: 45% !important;
}
.w-50 {
   width: 50% !important;
}
.w-55 {
   width: 55% !important;
}
.w-60 {
   width: 60% !important;
}
.w-65 {
   width: 65% !important;
}
.w-70 {
   width: 70% !important;
}
.w-75 {
   width: 75% !important;
}
.w-80 {
   width: 80% !important;
}
.w-85 {
   width: 85% !important;
}
.w-90 {
   width: 90% !important;
}
.w-95 {
   width: 95% !important;
}
.w-100 {
   width: 100% !important;
}
.w-auto {
   width: auto !important;
}
.h-1px {
   height: 1px !important;
}
.h-2px {
   height: 2px !important;
}
.h-3px {
   height: 3px !important;
}
.h-4px {
   height: 4px !important;
}
.h-5px {
   height: 5px !important;
}
.h-6px {
   height: 6px !important;
}
.h-7px {
   height: 7px !important;
}
.h-8px {
   height: 8px !important;
}
.h-9px {
   height: 9px !important;
}
.h-10px {
   height: 10px !important;
}
.h-11px {
   height: 11px !important;
}
.h-12px {
   height: 12px !important;
}
.h-13px {
   height: 13px !important;
}
.h-14px {
   height: 14px !important;
}
.h-15px {
   height: 15px !important;
}
.h-20px {
   height: 20px !important;
}
.h-25px {
   height: 25px !important;
}
.h-30px {
   height: 30px !important;
}
.h-35px {
   height: 35px !important;
}
.h-40px {
   height: 40px !important;
}
.h-42px {
   height: 42px !important;
}
.h-45px {
   height: 45px !important;
}
.h-50px {
   height: 50px !important;
}
.h-55px {
   height: 55px !important;
}
.h-60px {
   height: 60px !important;
}
.h-65px {
   height: 65px !important;
}
.h-70px {
   height: 70px !important;
}
.h-75px {
   height: 75px !important;
}
.h-80px {
   height: 80px !important;
}
.h-85px {
   height: 85px !important;
}
.h-90px {
   height: 90px !important;
}
.h-95px {
   height: 95px !important;
}
.h-100px {
   height: 100px !important;
}
.h-110px {
   height: 110px !important;
}
.h-120px {
   height: 120px !important;
}
.h-130px {
   height: 130px !important;
}
.h-140px {
   height: 140px !important;
}
.h-150px {
   height: 150px !important;
}
.h-160px {
   height: 160px !important;
}
.h-170px {
   height: 170px !important;
}
.h-180px {
   height: 180px !important;
}
.h-190px {
   height: 190px !important;
}
.h-200px {
   height: 200px !important;
}
.h-210px {
   height: 210px !important;
}
.h-220px {
   height: 220px !important;
}
.h-230px {
   height: 230px !important;
}
.h-240px {
   height: 240px !important;
}
.h-250px {
   height: 250px !important;
}
.h-260px {
   height: 260px !important;
}
.h-270px {
   height: 270px !important;
}
.h-280px {
   height: 280px !important;
}
.h-290px {
   height: 290px !important;
}
.h-300px {
   height: 300px !important;
}
.h-350px {
   height: 350px !important;
}
.h-400px {
   height: 400px !important;
}
.h-450px {
   height: 450px !important;
}
.h-480px {
   height: 480px !important;
}
.h-500px {
   height: 500px !important;
}
.h-550px {
   height: 550px !important;
}
.h-580px {
   height: 580px !important;
}
.h-600px {
   height: 600px !important;
}
.h-650px {
   height: 650px !important;
}
.h-700px {
   height: 700px !important;
}
.h-750px {
   height: 750px !important;
}
.h-800px {
   height: 800px !important;
}
.h-850px {
   height: 850px !important;
}
.h-auto {
   height: auto !important;
}
.extra-very-small-screen {
   height: 250px !important;
}
.extra-small-screen {
   height: 300px !important;
}
.small-screen {
   height: 400px !important;
}
.one-half-screen {
   height: 600px !important;
}
.one-third-screen {
   height: 700px !important;
}
.one-fourth-screen {
   height: 800px !important;
}
.one-fifth-screen {
   height: 900px !important;
}
.one-sixth-screen {
   height: 1000px !important;
}
.one-seventh-screen {
   height: 1200px !important;
}
@media (prefers-reduced-motion: no-preference) {
   :root {
      scroll-behavior: auto;
   }
}
.p-5px {
   padding: 5px !important;
}
.p-10px {
   padding: 10px !important;
}
.p-15px {
   padding: 15px !important;
}
.p-20px {
   padding: 20px !important;
}
.p-25px {
   padding: 25px !important;
}
.p-30px {
   padding: 30px !important;
}
.p-35px {
   padding: 35px !important;
}
.p-40px {
   padding: 40px !important;
}
.p-45px {
   padding: 45px !important;
}
.p-50px {
   padding: 50px !important;
}
.p-55px {
   padding: 55px !important;
}
.p-60px {
   padding: 60px !important;
}
.p-65px {
   padding: 65px !important;
}
.p-70px {
   padding: 70px !important;
}
.p-1 {
   padding: 1% !important;
}
.p-2 {
   padding: 2% !important;
}
.p-3 {
   padding: 3% !important;
}
.p-4 {
   padding: 4% !important;
}
.p-5 {
   padding: 5% !important;
}
.p-6 {
   padding: 6% !important;
}
.p-7 {
   padding: 7% !important;
}
.p-8 {
   padding: 8% !important;
}
.p-9 {
   padding: 9% !important;
}
.p-10 {
   padding: 10% !important;
}
.p-11 {
   padding: 11% !important;
}
.p-12 {
   padding: 12% !important;
}
.p-13 {
   padding: 13% !important;
}
.p-14 {
   padding: 14% !important;
}
.p-15 {
   padding: 15% !important;
}
.p-16 {
   padding: 16% !important;
}
.p-17 {
   padding: 17% !important;
}
.p-18 {
   padding: 18% !important;
}
.p-19 {
   padding: 19% !important;
}
.p-20 {
   padding: 20% !important;
}
.p-21 {
   padding: 21% !important;
}
.p-22 {
   padding: 22% !important;
}
.p-23 {
   padding: 23% !important;
}
.p-24 {
   padding: 24% !important;
}
.p-25 {
   padding: 25% !important;
}
.p-26 {
   padding: 26% !important;
}
.p-27 {
   padding: 27% !important;
}
.p-28 {
   padding: 28% !important;
}
.p-29 {
   padding: 29% !important;
}
.p-30 {
   padding: 30% !important;
}
.pt-5px {
   padding-top: 5px !important;
}
.pt-10px {
   padding-top: 10px !important;
}
.pt-15px {
   padding-top: 15px !important;
}
.pt-20px {
   padding-top: 20px !important;
}
.pt-25px {
   padding-top: 25px !important;
}
.pt-30px {
   padding-top: 30px !important;
}
.pt-35px {
   padding-top: 35px !important;
}
.pt-40px {
   padding-top: 40px !important;
}
.pt-45px {
   padding-top: 45px !important;
}
.pt-50px {
   padding-top: 50px !important;
}
.pt-55px {
   padding-top: 55px !important;
}
.pt-60px {
   padding-top: 60px !important;
}
.pt-65px {
   padding-top: 65px !important;
}
.pt-70px {
   padding-top: 70px !important;
}
.pt-1 {
   padding-top: 1% !important;
}
.pt-2 {
   padding-top: 2% !important;
}
.pt-3 {
   padding-top: 3% !important;
}
.pt-4 {
   padding-top: 4% !important;
}
.pt-5 {
   padding-top: 5% !important;
}
.pt-6 {
   padding-top: 6% !important;
}
.pt-7 {
   padding-top: 7% !important;
}
.pt-8 {
   padding-top: 8% !important;
}
.pt-9 {
   padding-top: 9% !important;
}
.pt-10 {
   padding-top: 10% !important;
}
.pt-11 {
   padding-top: 11% !important;
}
.pt-12 {
   padding-top: 12% !important;
}
.pt-13 {
   padding-top: 13% !important;
}
.pt-14 {
   padding-top: 14% !important;
}
.pt-15 {
   padding-top: 15% !important;
}
.pt-16 {
   padding-top: 16% !important;
}
.pt-17 {
   padding-top: 17% !important;
}
.pt-18 {
   padding-top: 18% !important;
}
.pt-19 {
   padding-top: 19% !important;
}
.pt-20 {
   padding-top: 20% !important;
}
.pt-21 {
   padding-top: 21% !important;
}
.pt-22 {
   padding-top: 22% !important;
}
.pt-23 {
   padding-top: 23% !important;
}
.pt-24 {
   padding-top: 24% !important;
}
.pt-25 {
   padding-top: 25% !important;
}
.pt-26 {
   padding-top: 26% !important;
}
.pt-27 {
   padding-top: 27% !important;
}
.pt-28 {
   padding-top: 28% !important;
}
.pt-29 {
   padding-top: 29% !important;
}
.pt-30 {
   padding-top: 30% !important;
}
.pe-5px {
   padding-right: 5px !important;
}
.pe-10px {
   padding-right: 10px !important;
}
.pe-15px {
   padding-right: 15px !important;
}
.pe-20px {
   padding-right: 20px !important;
}
.pe-25px {
   padding-right: 25px !important;
}
.pe-30px {
   padding-right: 30px !important;
}
.pe-35px {
   padding-right: 35px !important;
}
.pe-40px {
   padding-right: 40px !important;
}
.pe-45px {
   padding-right: 45px !important;
}
.pe-50px {
   padding-right: 50px !important;
}
.pe-55px {
   padding-right: 55px !important;
}
.pe-60px {
   padding-right: 60px !important;
}
.pe-65px {
   padding-right: 65px !important;
}
.pe-70px {
   padding-right: 70px !important;
}
.pe-1 {
   padding-right: 1% !important;
}
.pe-2 {
   padding-right: 2% !important;
}
.pe-3 {
   padding-right: 3% !important;
}
.pe-4 {
   padding-right: 4% !important;
}
.pe-5 {
   padding-right: 5% !important;
}
.pe-6 {
   padding-right: 6% !important;
}
.pe-7 {
   padding-right: 7% !important;
}
.pe-8 {
   padding-right: 8% !important;
}
.pe-9 {
   padding-right: 9% !important;
}
.pe-10 {
   padding-right: 10% !important;
}
.pe-11 {
   padding-right: 11% !important;
}
.pe-12 {
   padding-right: 12% !important;
}
.pe-13 {
   padding-right: 13% !important;
}
.pe-14 {
   padding-right: 14% !important;
}
.pe-15 {
   padding-right: 15% !important;
}
.pe-16 {
   padding-right: 16% !important;
}
.pe-17 {
   padding-right: 17% !important;
}
.pe-18 {
   padding-right: 18% !important;
}
.pe-19 {
   padding-right: 19% !important;
}
.pe-20 {
   padding-right: 20% !important;
}
.pe-21 {
   padding-right: 21% !important;
}
.pe-22 {
   padding-right: 22% !important;
}
.pe-23 {
   padding-right: 23% !important;
}
.pe-24 {
   padding-right: 24% !important;
}
.pe-25 {
   padding-right: 25% !important;
}
.pe-26 {
   padding-right: 26% !important;
}
.pe-27 {
   padding-right: 27% !important;
}
.pe-28 {
   padding-right: 28% !important;
}
.pe-29 {
   padding-right: 29% !important;
}
.pe-30 {
   padding-right: 30% !important;
}
.pb-5px {
   padding-bottom: 5px !important;
}
.pb-10px {
   padding-bottom: 10px !important;
}
.pb-15px {
   padding-bottom: 15px !important;
}
.pb-20px {
   padding-bottom: 20px !important;
}
.pb-25px {
   padding-bottom: 25px !important;
}
.pb-30px {
   padding-bottom: 30px !important;
}
.pb-35px {
   padding-bottom: 35px !important;
}
.pb-40px {
   padding-bottom: 40px !important;
}
.pb-45px {
   padding-bottom: 45px !important;
}
.pb-50px {
   padding-bottom: 50px !important;
}
.pb-55px {
   padding-bottom: 55px !important;
}
.pb-60px {
   padding-bottom: 60px !important;
}
.pb-65px {
   padding-bottom: 65px !important;
}
.pb-70px {
   padding-bottom: 70px !important;
}
.pb-1 {
   padding-bottom: 1% !important;
}
.pb-2 {
   padding-bottom: 2% !important;
}
.pb-3 {
   padding-bottom: 3% !important;
}
.pb-4 {
   padding-bottom: 4% !important;
}
.pb-5 {
   padding-bottom: 5% !important;
}
.pb-6 {
   padding-bottom: 6% !important;
}
.pb-7 {
   padding-bottom: 7% !important;
}
.pb-8 {
   padding-bottom: 8% !important;
}
.pb-9 {
   padding-bottom: 9% !important;
}
.pb-10 {
   padding-bottom: 10% !important;
}
.pb-11 {
   padding-bottom: 11% !important;
}
.pb-12 {
   padding-bottom: 12% !important;
}
.pb-13 {
   padding-bottom: 13% !important;
}
.pb-14 {
   padding-bottom: 14% !important;
}
.pb-15 {
   padding-bottom: 15% !important;
}
.pb-16 {
   padding-bottom: 16% !important;
}
.pb-17 {
   padding-bottom: 17% !important;
}
.pb-18 {
   padding-bottom: 18% !important;
}
.pb-19 {
   padding-bottom: 19% !important;
}
.pb-20 {
   padding-bottom: 20% !important;
}
.pb-21 {
   padding-bottom: 21% !important;
}
.pb-22 {
   padding-bottom: 22% !important;
}
.pb-23 {
   padding-bottom: 23% !important;
}
.pb-24 {
   padding-bottom: 24% !important;
}
.pb-25 {
   padding-bottom: 25% !important;
}
.pb-26 {
   padding-bottom: 26% !important;
}
.pb-27 {
   padding-bottom: 27% !important;
}
.pb-28 {
   padding-bottom: 28% !important;
}
.pb-29 {
   padding-bottom: 29% !important;
}
.pb-30 {
   padding-bottom: 30% !important;
}
.ps-5px {
   padding-left: 5px !important;
}
.ps-10px {
   padding-left: 10px !important;
}
.ps-15px {
   padding-left: 15px !important;
}
.ps-20px {
   padding-left: 20px !important;
}
.ps-25px {
   padding-left: 25px !important;
}
.ps-30px {
   padding-left: 30px !important;
}
.ps-35px {
   padding-left: 35px !important;
}
.ps-40px {
   padding-left: 40px !important;
}
.ps-45px {
   padding-left: 45px !important;
}
.ps-50px {
   padding-left: 50px !important;
}
.ps-55px {
   padding-left: 55px !important;
}
.ps-60px {
   padding-left: 60px !important;
}
.ps-65px {
   padding-left: 65px !important;
}
.ps-70px {
   padding-left: 70px !important;
}
.ps-1 {
   padding-left: 1% !important;
}
.ps-2 {
   padding-left: 2% !important;
}
.ps-3 {
   padding-left: 3% !important;
}
.ps-4 {
   padding-left: 4% !important;
}
.ps-5 {
   padding-left: 5% !important;
}
.ps-6 {
   padding-left: 6% !important;
}
.ps-7 {
   padding-left: 7% !important;
}
.ps-8 {
   padding-left: 8% !important;
}
.ps-9 {
   padding-left: 9% !important;
}
.ps-10 {
   padding-left: 10% !important;
}
.ps-11 {
   padding-left: 11% !important;
}
.ps-12 {
   padding-left: 12% !important;
}
.ps-13 {
   padding-left: 13% !important;
}
.ps-14 {
   padding-left: 14% !important;
}
.ps-15 {
   padding-left: 15% !important;
}
.ps-16 {
   padding-left: 16% !important;
}
.ps-17 {
   padding-left: 17% !important;
}
.ps-18 {
   padding-left: 18% !important;
}
.ps-19 {
   padding-left: 19% !important;
}
.ps-20 {
   padding-left: 20% !important;
}
.ps-21 {
   padding-left: 21% !important;
}
.ps-22 {
   padding-left: 22% !important;
}
.ps-23 {
   padding-left: 23% !important;
}
.ps-24 {
   padding-left: 24% !important;
}
.ps-25 {
   padding-left: 25% !important;
}
.ps-26 {
   padding-left: 26% !important;
}
.ps-27 {
   padding-left: 27% !important;
}
.ps-28 {
   padding-left: 28% !important;
}
.ps-29 {
   padding-left: 29% !important;
}
.ps-30 {
   padding-left: 30% !important;
}
.m-5px {
   margin: 5px !important;
}
.m-10px {
   margin: 10px !important;
}
.m-15px {
   margin: 15px !important;
}
.m-20px {
   margin: 20px !important;
}
.m-25px {
   margin: 25px !important;
}
.m-30px {
   margin: 30px !important;
}
.m-35px {
   margin: 35px !important;
}
.m-40px {
   margin: 40px !important;
}
.m-45px {
   margin: 45px !important;
}
.m-50px {
   margin: 50px !important;
}
.m-55px {
   margin: 55px !important;
}
.m-60px {
   margin: 60px !important;
}
.m-65px {
   margin: 65px !important;
}
.m-70px {
   margin: 70px !important;
}
.m-1 {
   margin: 1% !important;
}
.m-2 {
   margin: 2% !important;
}
.m-3 {
   margin: 3% !important;
}
.m-4 {
   margin: 4% !important;
}
.m-5 {
   margin: 5% !important;
}
.m-6 {
   margin: 6% !important;
}
.m-7 {
   margin: 7% !important;
}
.m-8 {
   margin: 8% !important;
}
.m-9 {
   margin: 9% !important;
}
.m-10 {
   margin: 10% !important;
}
.m-11 {
   margin: 11% !important;
}
.m-12 {
   margin: 12% !important;
}
.m-13 {
   margin: 13% !important;
}
.m-14 {
   margin: 14% !important;
}
.m-15 {
   margin: 15% !important;
}
.m-16 {
   margin: 16% !important;
}
.m-17 {
   margin: 17% !important;
}
.m-18 {
   margin: 18% !important;
}
.m-19 {
   margin: 19% !important;
}
.m-20 {
   margin: 20% !important;
}
.m-21 {
   margin: 21% !important;
}
.m-22 {
   margin: 22% !important;
}
.m-23 {
   margin: 23% !important;
}
.m-24 {
   margin: 24% !important;
}
.m-25 {
   margin: 25% !important;
}
.m-26 {
   margin: 26% !important;
}
.m-27 {
   margin: 27% !important;
}
.m-28 {
   margin: 28% !important;
}
.m-29 {
   margin: 29% !important;
}
.m-30 {
   margin: 30% !important;
}
.mt-5px {
   margin-top: 5px !important;
}
.mt-10px {
   margin-top: 10px !important;
}
.mt-15px {
   margin-top: 15px !important;
}
.mt-20px {
   margin-top: 20px !important;
}
.mt-25px {
   margin-top: 25px !important;
}
.mt-30px {
   margin-top: 30px !important;
}
.mt-35px {
   margin-top: 35px !important;
}
.mt-40px {
   margin-top: 40px !important;
}
.mt-45px {
   margin-top: 45px !important;
}
.mt-50px {
   margin-top: 50px !important;
}
.mt-55px {
   margin-top: 55px !important;
}
.mt-60px {
   margin-top: 60px !important;
}
.mt-65px {
   margin-top: 65px !important;
}
.mt-70px {
   margin-top: 70px !important;
}
.mt-1 {
   margin-top: 1% !important;
}
.mt-2 {
   margin-top: 2% !important;
}
.mt-3 {
   margin-top: 3% !important;
}
.mt-4 {
   margin-top: 4% !important;
}
.mt-5 {
   margin-top: 5% !important;
}
.mt-6 {
   margin-top: 6% !important;
}
.mt-7 {
   margin-top: 7% !important;
}
.mt-8 {
   margin-top: 8% !important;
}
.mt-9 {
   margin-top: 9% !important;
}
.mt-10 {
   margin-top: 10% !important;
}
.mt-11 {
   margin-top: 11% !important;
}
.mt-12 {
   margin-top: 12% !important;
}
.mt-13 {
   margin-top: 13% !important;
}
.mt-14 {
   margin-top: 14% !important;
}
.mt-15 {
   margin-top: 15% !important;
}
.mt-16 {
   margin-top: 16% !important;
}
.mt-17 {
   margin-top: 17% !important;
}
.mt-18 {
   margin-top: 18% !important;
}
.mt-19 {
   margin-top: 19% !important;
}
.mt-20 {
   margin-top: 20% !important;
}
.mt-21 {
   margin-top: 21% !important;
}
.mt-22 {
   margin-top: 22% !important;
}
.mt-23 {
   margin-top: 23% !important;
}
.mt-24 {
   margin-top: 24% !important;
}
.mt-25 {
   margin-top: 25% !important;
}
.mt-26 {
   margin-top: 26% !important;
}
.mt-27 {
   margin-top: 27% !important;
}
.mt-28 {
   margin-top: 28% !important;
}
.mt-29 {
   margin-top: 29% !important;
}
.mt-30 {
   margin-top: 30% !important;
}
.me-5px {
   margin-right: 5px !important;
}
.me-10px {
   margin-right: 10px !important;
}
.me-15px {
   margin-right: 15px !important;
}
.me-20px {
   margin-right: 20px !important;
}
.me-25px {
   margin-right: 25px !important;
}
.me-30px {
   margin-right: 30px !important;
}
.me-35px {
   margin-right: 35px !important;
}
.me-40px {
   margin-right: 40px !important;
}
.me-45px {
   margin-right: 45px !important;
}
.me-50px {
   margin-right: 50px !important;
}
.me-55px {
   margin-right: 55px !important;
}
.me-60px {
   margin-right: 60px !important;
}
.me-65px {
   margin-right: 65px !important;
}
.me-70px {
   margin-right: 70px !important;
}
.me-1 {
   margin-right: 1% !important;
}
.me-2 {
   margin-right: 2% !important;
}
.me-3 {
   margin-right: 3% !important;
}
.me-4 {
   margin-right: 4% !important;
}
.me-5 {
   margin-right: 5% !important;
}
.me-6 {
   margin-right: 6% !important;
}
.me-7 {
   margin-right: 7% !important;
}
.me-8 {
   margin-right: 8% !important;
}
.me-9 {
   margin-right: 9% !important;
}
.me-10 {
   margin-right: 10% !important;
}
.me-11 {
   margin-right: 11% !important;
}
.me-12 {
   margin-right: 12% !important;
}
.me-13 {
   margin-right: 13% !important;
}
.me-14 {
   margin-right: 14% !important;
}
.me-15 {
   margin-right: 15% !important;
}
.me-16 {
   margin-right: 16% !important;
}
.me-17 {
   margin-right: 17% !important;
}
.me-18 {
   margin-right: 18% !important;
}
.me-19 {
   margin-right: 19% !important;
}
.me-20 {
   margin-right: 20% !important;
}
.me-21 {
   margin-right: 21% !important;
}
.me-22 {
   margin-right: 22% !important;
}
.me-23 {
   margin-right: 23% !important;
}
.me-24 {
   margin-right: 24% !important;
}
.me-25 {
   margin-right: 25% !important;
}
.me-26 {
   margin-right: 26% !important;
}
.me-27 {
   margin-right: 27% !important;
}
.me-28 {
   margin-right: 28% !important;
}
.me-29 {
   margin-right: 29% !important;
}
.me-30 {
   margin-right: 30% !important;
}
.mb-5px {
   margin-bottom: 5px !important;
}
.mb-10px {
   margin-bottom: 10px !important;
}
.mb-15px {
   margin-bottom: 15px !important;
}
.mb-20px {
   margin-bottom: 20px !important;
}
.mb-25px {
   margin-bottom: 25px !important;
}
.mb-30px {
   margin-bottom: 30px !important;
}
.mb-35px {
   margin-bottom: 35px !important;
}
.mb-40px {
   margin-bottom: 40px !important;
}
.mb-45px {
   margin-bottom: 45px !important;
}
.mb-50px {
   margin-bottom: 50px !important;
}
.mb-55px {
   margin-bottom: 55px !important;
}
.mb-60px {
   margin-bottom: 60px !important;
}
.mb-65px {
   margin-bottom: 65px !important;
}
.mb-70px {
   margin-bottom: 70px !important;
}
.mb-1 {
   margin-bottom: 1% !important;
}
.mb-2 {
   margin-bottom: 2% !important;
}
.mb-3 {
   margin-bottom: 3% !important;
}
.mb-4 {
   margin-bottom: 4% !important;
}
.mb-5 {
   margin-bottom: 5% !important;
}
.mb-6 {
   margin-bottom: 6% !important;
}
.mb-7 {
   margin-bottom: 7% !important;
}
.mb-8 {
   margin-bottom: 8% !important;
}
.mb-9 {
   margin-bottom: 9% !important;
}
.mb-10 {
   margin-bottom: 10% !important;
}
.mb-11 {
   margin-bottom: 11% !important;
}
.mb-12 {
   margin-bottom: 12% !important;
}
.mb-13 {
   margin-bottom: 13% !important;
}
.mb-14 {
   margin-bottom: 14% !important;
}
.mb-15 {
   margin-bottom: 15% !important;
}
.mb-16 {
   margin-bottom: 16% !important;
}
.mb-17 {
   margin-bottom: 17% !important;
}
.mb-18 {
   margin-bottom: 18% !important;
}
.mb-19 {
   margin-bottom: 19% !important;
}
.mb-20 {
   margin-bottom: 20% !important;
}
.mb-21 {
   margin-bottom: 21% !important;
}
.mb-22 {
   margin-bottom: 22% !important;
}
.mb-23 {
   margin-bottom: 23% !important;
}
.mb-24 {
   margin-bottom: 24% !important;
}
.mb-25 {
   margin-bottom: 25% !important;
}
.mb-26 {
   margin-bottom: 26% !important;
}
.mb-27 {
   margin-bottom: 27% !important;
}
.mb-28 {
   margin-bottom: 28% !important;
}
.mb-29 {
   margin-bottom: 29% !important;
}
.mb-30 {
   margin-bottom: 30% !important;
}
.ms-5px {
   margin-left: 5px !important;
}
.ms-10px {
   margin-left: 10px !important;
}
.ms-15px {
   margin-left: 15px !important;
}
.ms-20px {
   margin-left: 20px !important;
}
.ms-25px {
   margin-left: 25px !important;
}
.ms-30px {
   margin-left: 30px !important;
}
.ms-35px {
   margin-left: 35px !important;
}
.ms-40px {
   margin-left: 40px !important;
}
.ms-45px {
   margin-left: 45px !important;
}
.ms-50px {
   margin-left: 50px !important;
}
.ms-55px {
   margin-left: 55px !important;
}
.ms-60px {
   margin-left: 60px !important;
}
.ms-65px {
   margin-left: 65px !important;
}
.ms-70px {
   margin-left: 70px !important;
}
.ms-1 {
   margin-left: 1% !important;
}
.ms-2 {
   margin-left: 2% !important;
}
.ms-3 {
   margin-left: 3% !important;
}
.ms-4 {
   margin-left: 4% !important;
}
.ms-5 {
   margin-left: 5% !important;
}
.ms-6 {
   margin-left: 6% !important;
}
.ms-7 {
   margin-left: 7% !important;
}
.ms-8 {
   margin-left: 8% !important;
}
.ms-9 {
   margin-left: 9% !important;
}
.ms-10 {
   margin-left: 10% !important;
}
.ms-11 {
   margin-left: 11% !important;
}
.ms-12 {
   margin-left: 12% !important;
}
.ms-13 {
   margin-left: 13% !important;
}
.ms-14 {
   margin-left: 14% !important;
}
.ms-15 {
   margin-left: 15% !important;
}
.ms-16 {
   margin-left: 16% !important;
}
.ms-17 {
   margin-left: 17% !important;
}
.ms-18 {
   margin-left: 18% !important;
}
.ms-19 {
   margin-left: 19% !important;
}
.ms-20 {
   margin-left: 20% !important;
}
.ms-21 {
   margin-left: 21% !important;
}
.ms-22 {
   margin-left: 22% !important;
}
.ms-23 {
   margin-left: 23% !important;
}
.ms-24 {
   margin-left: 24% !important;
}
.ms-25 {
   margin-left: 25% !important;
}
.ms-26 {
   margin-left: 26% !important;
}
.ms-27 {
   margin-left: 27% !important;
}
.ms-28 {
   margin-left: 28% !important;
}
.ms-29 {
   margin-left: 29% !important;
}
.ms-30 {
   margin-left: 30% !important;
}
.top-0px {
   top: 0;
}
.top-1px {
   top: 1px;
}
.top-2px {
   top: 2px;
}
.top-3px {
   top: 3px;
}
.top-4px {
   top: 4px;
}
.top-5px {
   top: 5px;
}
.top-6px {
   top: 6px;
}
.top-7px {
   top: 7px;
}
.top-8px {
   top: 8px;
}
.top-9px {
   top: 9px;
}
.top-10px {
   top: 10px;
}
.top-11px {
   top: 11px;
}
.top-12px {
   top: 12px;
}
.top-13px {
   top: 13px;
}
.top-14px {
   top: 14px;
}
.top-15px {
   top: 15px;
}
.top-16px {
   top: 16px;
}
.top-17px {
   top: 17px;
}
.top-18px {
   top: 18px;
}
.top-19px {
   top: 19px;
}
.top-20px {
   top: 20px;
}
.top-21px {
   top: 21px;
}
.top-22px {
   top: 22px;
}
.top-23px {
   top: 23px;
}
.top-24px {
   top: 24px;
}
.top-25px {
   top: 25px;
}
.top-26px {
   top: 26px;
}
.top-27px {
   top: 27px;
}
.top-28px {
   top: 28px;
}
.top-29px {
   top: 29px;
}
.top-30px {
   top: 30px;
}
.top-40px {
   top: 40px;
}
.top-50px {
   top: 50px;
}
.top-60px {
   top: 60px;
}
.top-70px {
   top: 70px;
}
.top-80px {
   top: 80px;
}
.top-90px {
   top: 90px;
}
.top-100px {
   top: 100px;
}
.top-110px {
   top: 110px;
}
.top-120px {
   top: 120px;
}
.top-130px {
   top: 130px;
}
.top-140px {
   top: 140px;
}
.top-150px {
   top: 150px;
}
.right-0px {
   right: 0;
}
.right-1px {
   right: 1px;
}
.right-2px {
   right: 2px;
}
.right-3px {
   right: 3px;
}
.right-4px {
   right: 4px;
}
.right-5px {
   right: 5px;
}
.right-6px {
   right: 6px;
}
.right-7px {
   right: 7px;
}
.right-8px {
   right: 8px;
}
.right-9px {
   right: 9px;
}
.right-10px {
   right: 10px;
}
.right-11px {
   right: 11px;
}
.right-12px {
   right: 12px;
}
.right-13px {
   right: 13px;
}
.right-14px {
   right: 14px;
}
.right-15px {
   right: 15px;
}
.right-16px {
   right: 16px;
}
.right-17px {
   right: 17px;
}
.right-18px {
   right: 18px;
}
.right-19px {
   right: 19px;
}
.right-20px {
   right: 20px;
}
.right-21px {
   right: 21px;
}
.right-22px {
   right: 22px;
}
.right-23px {
   right: 23px;
}
.right-24px {
   right: 24px;
}
.right-25px {
   right: 25px;
}
.right-26px {
   right: 26px;
}
.right-27px {
   right: 27px;
}
.right-28px {
   right: 28px;
}
.right-29px {
   right: 29px;
}
.right-30px {
   right: 30px;
}
.right-40px {
   right: 40px;
}
.right-50px {
   right: 50px;
}
.right-60px {
   right: 60px;
}
.right-70px {
   right: 70px;
}
.right-80px {
   right: 80px;
}
.right-90px {
   right: 90px;
}
.right-100px {
   right: 100px;
}
.right-110px {
   right: 110px;
}
.right-120px {
   right: 120px;
}
.right-130px {
   right: 130px;
}
.right-140px {
   right: 140px;
}
.right-150px {
   right: 150px;
}
.bottom-0px {
   bottom: 0;
}
.bottom-1px {
   bottom: 1px;
}
.bottom-2px {
   bottom: 2px;
}
.bottom-3px {
   bottom: 3px;
}
.bottom-4px {
   bottom: 4px;
}
.bottom-5px {
   bottom: 5px;
}
.bottom-6px {
   bottom: 6px;
}
.bottom-7px {
   bottom: 7px;
}
.bottom-8px {
   bottom: 8px;
}
.bottom-9px {
   bottom: 9px;
}
.bottom-10px {
   bottom: 10px;
}
.bottom-11px {
   bottom: 11px;
}
.bottom-12px {
   bottom: 12px;
}
.bottom-13px {
   bottom: 13px;
}
.bottom-14px {
   bottom: 14px;
}
.bottom-15px {
   bottom: 15px;
}
.bottom-16px {
   bottom: 16px;
}
.bottom-17px {
   bottom: 17px;
}
.bottom-18px {
   bottom: 18px;
}
.bottom-19px {
   bottom: 19px;
}
.bottom-20px {
   bottom: 20px;
}
.bottom-21px {
   bottom: 21px;
}
.bottom-22px {
   bottom: 22px;
}
.bottom-23px {
   bottom: 23px;
}
.bottom-24px {
   bottom: 24px;
}
.bottom-25px {
   bottom: 25px;
}
.bottom-26px {
   bottom: 26px;
}
.bottom-27px {
   bottom: 27px;
}
.bottom-28px {
   bottom: 28px;
}
.bottom-29px {
   bottom: 29px;
}
.bottom-30px {
   bottom: 30px;
}
.bottom-40px {
   bottom: 40px;
}
.bottom-50px {
   bottom: 50px;
}
.bottom-60px {
   bottom: 60px;
}
.bottom-70px {
   bottom: 70px;
}
.bottom-80px {
   bottom: 80px;
}
.bottom-90px {
   bottom: 90px;
}
.bottom-100px {
   bottom: 100px;
}
.bottom-110px {
   bottom: 110px;
}
.bottom-120px {
   bottom: 120px;
}
.bottom-130px {
   bottom: 130px;
}
.bottom-140px {
   bottom: 140px;
}
.bottom-150px {
   bottom: 150px;
}
.left-0px {
   left: 0;
}
.left-1px {
   left: 1px;
}
.left-2px {
   left: 2px;
}
.left-3px {
   left: 3px;
}
.left-4px {
   left: 4px;
}
.left-5px {
   left: 5px;
}
.left-6px {
   left: 6px;
}
.left-7px {
   left: 7px;
}
.left-8px {
   left: 8px;
}
.left-9px {
   left: 9px;
}
.left-10px {
   left: 10px;
}
.left-11px {
   left: 11px;
}
.left-12px {
   left: 12px;
}
.left-13px {
   left: 13px;
}
.left-14px {
   left: 14px;
}
.left-15px {
   left: 15px;
}
.left-16px {
   left: 16px;
}
.left-17px {
   left: 17px;
}
.left-18px {
   left: 18px;
}
.left-19px {
   left: 19px;
}
.left-20px {
   left: 20px;
}
.left-21px {
   left: 21px;
}
.left-22px {
   left: 22px;
}
.left-23px {
   left: 23px;
}
.left-24px {
   left: 24px;
}
.left-25px {
   left: 25px;
}
.left-26px {
   left: 26px;
}
.left-27px {
   left: 27px;
}
.left-28px {
   left: 28px;
}
.left-29px {
   left: 29px;
}
.left-30px {
   left: 30px;
}
.left-40px {
   left: 40px;
}
.left-50px {
   left: 50px;
}
.left-60px {
   left: 60px;
}
.left-70px {
   left: 70px;
}
.left-80px {
   left: 80px;
}
.left-90px {
   left: 90px;
}
.left-100px {
   left: 100px;
}
.left-110px {
   left: 110px;
}
.left-120px {
   left: 120px;
}
.left-130px {
   left: 130px;
}
.left-140px {
   left: 140px;
}
.left-150px {
   left: 150px;
}
.top-minus-0px {
   top: -0px;
}
.top-minus-1px {
   top: -1px;
}
.top-minus-2px {
   top: -2px;
}
.top-minus-3px {
   top: -3px;
}
.top-minus-4px {
   top: -4px;
}
.top-minus-5px {
   top: -5px;
}
.top-minus-6px {
   top: -6px;
}
.top-minus-7px {
   top: -7px;
}
.top-minus-8px {
   top: -8px;
}
.top-minus-9px {
   top: -9px;
}
.top-minus-10px {
   top: -10px;
}
.top-minus-11px {
   top: -11px;
}
.top-minus-12px {
   top: -12px;
}
.top-minus-13px {
   top: -13px;
}
.top-minus-14px {
   top: -14px;
}
.top-minus-15px {
   top: -15px;
}
.top-minus-16px {
   top: -16px;
}
.top-minus-17px {
   top: -17px;
}
.top-minus-18px {
   top: -18px;
}
.top-minus-19px {
   top: -19px;
}
.top-minus-20px {
   top: -20px;
}
.top-minus-21px {
   top: -21px;
}
.top-minus-22px {
   top: -22px;
}
.top-minus-23px {
   top: -23px;
}
.top-minus-24px {
   top: -24px;
}
.top-minus-25px {
   top: -25px;
}
.top-minus-26px {
   top: -26px;
}
.top-minus-27px {
   top: -27px;
}
.top-minus-28px {
   top: -28px;
}
.top-minus-29px {
   top: -29px;
}
.top-minus-30px {
   top: -30px;
}
.top-minus-40px {
   top: -40px;
}
.top-minus-50px {
   top: -50px;
}
.top-minus-60px {
   top: -60px;
}
.top-minus-70px {
   top: -70px;
}
.top-minus-80px {
   top: -80px;
}
.top-minus-90px {
   top: -90px;
}
.top-minus-100px {
   top: -100px;
}
.top-minus-110px {
   top: -110px;
}
.top-minus-120px {
   top: -120px;
}
.top-minus-130px {
   top: -130px;
}
.top-minus-140px {
   top: -140px;
}
.top-minus-150px {
   top: -150px;
}
.right-minus-0px {
   right: -0px;
}
.right-minus-1px {
   right: -1px;
}
.right-minus-2px {
   right: -2px;
}
.right-minus-3px {
   right: -3px;
}
.right-minus-4px {
   right: -4px;
}
.right-minus-5px {
   right: -5px;
}
.right-minus-6px {
   right: -6px;
}
.right-minus-7px {
   right: -7px;
}
.right-minus-8px {
   right: -8px;
}
.right-minus-9px {
   right: -9px;
}
.right-minus-10px {
   right: -10px;
}
.right-minus-11px {
   right: -11px;
}
.right-minus-12px {
   right: -12px;
}
.right-minus-13px {
   right: -13px;
}
.right-minus-14px {
   right: -14px;
}
.right-minus-15px {
   right: -15px;
}
.right-minus-16px {
   right: -16px;
}
.right-minus-17px {
   right: -17px;
}
.right-minus-18px {
   right: -18px;
}
.right-minus-19px {
   right: -19px;
}
.right-minus-20px {
   right: -20px;
}
.right-minus-21px {
   right: -21px;
}
.right-minus-22px {
   right: -22px;
}
.right-minus-23px {
   right: -23px;
}
.right-minus-24px {
   right: -24px;
}
.right-minus-25px {
   right: -25px;
}
.right-minus-26px {
   right: -26px;
}
.right-minus-27px {
   right: -27px;
}
.right-minus-28px {
   right: -28px;
}
.right-minus-29px {
   right: -29px;
}
.right-minus-30px {
   right: -30px;
}
.right-minus-40px {
   right: -40px;
}
.right-minus-50px {
   right: -50px;
}
.right-minus-60px {
   right: -60px;
}
.right-minus-70px {
   right: -70px;
}
.right-minus-80px {
   right: -80px;
}
.right-minus-90px {
   right: -90px;
}
.right-minus-100px {
   right: -100px;
}
.right-minus-110px {
   right: -110px;
}
.right-minus-120px {
   right: -120px;
}
.right-minus-130px {
   right: -130px;
}
.right-minus-140px {
   right: -140px;
}
.right-minus-150px {
   right: -150px;
}
.bottom-minus-0px {
   bottom: -0px;
}
.bottom-minus-1px {
   bottom: -1px;
}
.bottom-minus-2px {
   bottom: -2px;
}
.bottom-minus-3px {
   bottom: -3px;
}
.bottom-minus-4px {
   bottom: -4px;
}
.bottom-minus-5px {
   bottom: -5px;
}
.bottom-minus-6px {
   bottom: -6px;
}
.bottom-minus-7px {
   bottom: -7px;
}
.bottom-minus-8px {
   bottom: -8px;
}
.bottom-minus-9px {
   bottom: -9px;
}
.bottom-minus-10px {
   bottom: -10px;
}
.bottom-minus-11px {
   bottom: -11px;
}
.bottom-minus-12px {
   bottom: -12px;
}
.bottom-minus-13px {
   bottom: -13px;
}
.bottom-minus-14px {
   bottom: -14px;
}
.bottom-minus-15px {
   bottom: -15px;
}
.bottom-minus-16px {
   bottom: -16px;
}
.bottom-minus-17px {
   bottom: -17px;
}
.bottom-minus-18px {
   bottom: -18px;
}
.bottom-minus-19px {
   bottom: -19px;
}
.bottom-minus-20px {
   bottom: -20px;
}
.bottom-minus-21px {
   bottom: -21px;
}
.bottom-minus-22px {
   bottom: -22px;
}
.bottom-minus-23px {
   bottom: -23px;
}
.bottom-minus-24px {
   bottom: -24px;
}
.bottom-minus-25px {
   bottom: -25px;
}
.bottom-minus-26px {
   bottom: -26px;
}
.bottom-minus-27px {
   bottom: -27px;
}
.bottom-minus-28px {
   bottom: -28px;
}
.bottom-minus-29px {
   bottom: -29px;
}
.bottom-minus-30px {
   bottom: -30px;
}
.bottom-minus-40px {
   bottom: -40px;
}
.bottom-minus-50px {
   bottom: -50px;
}
.bottom-minus-60px {
   bottom: -60px;
}
.bottom-minus-70px {
   bottom: -70px;
}
.bottom-minus-80px {
   bottom: -80px;
}
.bottom-minus-90px {
   bottom: -90px;
}
.bottom-minus-100px {
   bottom: -100px;
}
.bottom-minus-110px {
   bottom: -110px;
}
.bottom-minus-120px {
   bottom: -120px;
}
.bottom-minus-130px {
   bottom: -130px;
}
.bottom-minus-140px {
   bottom: -140px;
}
.bottom-minus-150px {
   bottom: -150px;
}
.left-minus-0px {
   left: -0px;
}
.left-minus-1px {
   left: -1px;
}
.left-minus-2px {
   left: -2px;
}
.left-minus-3px {
   left: -3px;
}
.left-minus-4px {
   left: -4px;
}
.left-minus-5px {
   left: -5px;
}
.left-minus-6px {
   left: -6px;
}
.left-minus-7px {
   left: -7px;
}
.left-minus-8px {
   left: -8px;
}
.left-minus-9px {
   left: -9px;
}
.left-minus-10px {
   left: -10px;
}
.left-minus-11px {
   left: -11px;
}
.left-minus-12px {
   left: -12px;
}
.left-minus-13px {
   left: -13px;
}
.left-minus-14px {
   left: -14px;
}
.left-minus-15px {
   left: -15px;
}
.left-minus-16px {
   left: -16px;
}
.left-minus-17px {
   left: -17px;
}
.left-minus-18px {
   left: -18px;
}
.left-minus-19px {
   left: -19px;
}
.left-minus-20px {
   left: -20px;
}
.left-minus-21px {
   left: -21px;
}
.left-minus-22px {
   left: -22px;
}
.left-minus-23px {
   left: -23px;
}
.left-minus-24px {
   left: -24px;
}
.left-minus-25px {
   left: -25px;
}
.left-minus-26px {
   left: -26px;
}
.left-minus-27px {
   left: -27px;
}
.left-minus-28px {
   left: -28px;
}
.left-minus-29px {
   left: -29px;
}
.left-minus-30px {
   left: -30px;
}
.left-minus-40px {
   left: -40px;
}
.left-minus-50px {
   left: -50px;
}
.left-minus-60px {
   left: -60px;
}
.left-minus-70px {
   left: -70px;
}
.left-minus-80px {
   left: -80px;
}
.left-minus-90px {
   left: -90px;
}
.left-minus-100px {
   left: -100px;
}
.left-minus-110px {
   left: -110px;
}
.left-minus-120px {
   left: -120px;
}
.left-minus-130px {
   left: -130px;
}
.left-minus-140px {
   left: -140px;
}
.left-minus-150px {
   left: -150px;
}
.fw-100 {
   font-weight: 100 !important;
}
.fw-200 {
   font-weight: 200 !important;
}
.fw-300 {
   font-weight: 300 !important;
}
.fw-400 {
   font-weight: 400 !important;
}
.fw-500 {
   font-weight: 500 !important;
}
.fw-600 {
   font-weight: 600 !important;
}
.fw-700 {
   font-weight: 700 !important;
}
.fw-800 {
   font-weight: 800 !important;
}
.fw-900 {
   font-weight: 900 !important;
}
.min-h-100px {
   min-height: 100px !important;
}
.min-h-150px {
   min-height: 150px !important;
}
.min-h-200px {
   min-height: 200px !important;
}
.min-h-250px {
   min-height: 250px !important;
}
.min-h-300px {
   min-height: 300px !important;
}
.min-h-350px {
   min-height: 350px !important;
}
.min-h-400px {
   min-height: 400px !important;
}
.min-h-450px {
   min-height: 450px !important;
}
.min-h-500px {
   min-height: 500px !important;
}
.min-h-550px {
   min-height: 550px !important;
}
.min-h-600px {
   min-height: 600px !important;
}
.min-h-650px {
   min-height: 650px !important;
}
.min-h-700px {
   min-height: 700px !important;
}
.min-h-750px {
   min-height: 750px !important;
}
.min-h-800px {
   min-height: 800px !important;
}
.min-h-850px {
   min-height: 850px !important;
}
.min-h-900px {
   min-height: 900px !important;
}
.min-h-950px {
   min-height: 950px !important;
}
.opacity-0 {
   opacity: 0;
}
.opacity-1 {
   opacity: 0.1;
}
.opacity-2 {
   opacity: 0.2;
}
.opacity-3 {
   opacity: 0.3;
}
.opacity-4 {
   opacity: 0.4;
}
.opacity-5 {
   opacity: 0.5;
}
.opacity-6 {
   opacity: 0.6;
}
.opacity-7 {
   opacity: 0.7;
}
.opacity-8 {
   opacity: 0.8;
}
.opacity-9 {
   opacity: 0.9;
}
.z-index-0 {
   z-index: 0;
}
.z-index-1 {
   z-index: 1;
}
.z-index-2 {
   z-index: 2;
}
.z-index-3 {
   z-index: 3;
}
.z-index-4 {
   z-index: 4;
}
.z-index-5 {
   z-index: 5;
}
.z-index-6 {
   z-index: 6;
}
.z-index-7 {
   z-index: 7;
}
.z-index-8 {
   z-index: 8;
}
.z-index-9 {
   z-index: 9;
}
.z-index-minus-1 {
   z-index: -1;
}
.z-index-minus-2 {
   z-index: -2;
}
header .header-top-bar [class*="col-"] {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-item-align: stretch;
   -ms-grid-row-align: stretch;
   align-self: stretch;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
header .header-top-bar [class*="col-"].text-end {
   justify-content: flex-end !important;
}
header .header-top-bar [class*="col-"] .header-icon {
   -ms-flex-item-align: stretch;
   -ms-grid-row-align: stretch;
   align-self: stretch;
}
header .navbar {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 99;
}
header .navbar [class*="col-"] {
   padding: 0 15px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-item-align: stretch;
   -ms-grid-row-align: stretch;
   align-self: stretch;
}
header .navbar [class*="col-"].text-end {
   justify-content: flex-end !important;
}
header .navbar [class*="col-"] .navbar-nav {
   -ms-flex-item-align: stretch;
   -ms-grid-row-align: stretch;
   align-self: stretch;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
header .navbar [class*="col-"] .navbar-nav .nav-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-item-align: stretch;
   -ms-grid-row-align: stretch;
   align-self: stretch;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
header .navbar [class*="col-"] .navbar-nav .nav-item a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-item-align: stretch;
   -ms-grid-row-align: stretch;
   align-self: stretch;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
header .container-fluid {
   padding-left: 45px;
   padding-right: 45px;
}
header.sticky .navbar-brand {
   padding: 20px 0;
}
header.sticky .navbar {
   -webkit-transform: translateY(-100%);
   transform: translateY(-100%);
}
header.sticky .navbar.sticky-header {
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
header.sticky .navbar.fixed-header {
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
header.sticky .header-light:not(.disable-fixed) {
   box-shadow: 0 10px 35px #0000001a;
}
header.sticky.sticky-appear .header-reverse-back-scroll {
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
header.sticky.sticky-appear .header-reverse-back-scroll.glass-effect {
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
   background-color: #ffffffd9 !important;
}
header.sticky.sticky-appear .header-reverse-back-scroll.header-dark.glass-effect {
   background-color: #232323b3 !important;
}
header.sticky.sticky-active .header-reverse {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   border-color: transparent !important;
}
header.sticky.sticky-active .header-reverse.glass-effect {
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
   background-color: #ffffffd9 !important;
}
header.sticky.sticky-active .header-reverse.header-dark.glass-effect {
   background-color: #232323b3 !important;
}
header.sticky.sticky-active .navbar-brand .alt-logo {
   visibility: visible;
   opacity: 1;
   width: 150px;
}
header.sticky.sticky-active .navbar-brand .default-logo {
   visibility: hidden;
   opacity: 0;
   width: 150px;
}
header.sticky.sticky-active [data-header-hover="dark"] {
   background-color: var(--dark-gray) !important;
}
header.sticky.sticky-active [data-header-hover="dark"] .navbar-nav .nav-item:hover .nav-link {
   color: var(--white);
   opacity: 0.6;
}
header.sticky.sticky-active [data-header-hover="dark"] .navbar-nav .nav-link {
   color: var(--white);
}
header.sticky.sticky-active [data-header-hover="dark"] .icon > a {
   color: var(--white);
}
header.sticky.sticky-active [data-header-hover="dark"] .icon > a:hover {
   color: var(--white);
   opacity: 0.6;
}
header.sticky.sticky-active [data-header-hover="dark"] .icon .push-button span {
   background-color: var(--white);
}
header.sticky.sticky-active [data-header-hover="dark"] .icon .header-language > a,
header.sticky.sticky-active [data-header-hover="dark"] .icon .header-cart > a {
   color: var(--white);
}
header.sticky.sticky-active [data-header-hover="dark"] .icon .header-language > a:hover,
header.sticky.sticky-active [data-header-hover="dark"] .icon .header-cart > a:hover {
   color: var(--white);
}
header.sticky.sticky-active [data-header-hover="dark"] .header-search-style i {
   color: var(--white);
}
header.sticky.sticky-active [data-header-hover="dark"] .header-language-icon .header-language .language-dropdown {
   background-color: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="dark"] .header-language-icon .header-language .language-dropdown a {
   color: var(--light-gray);
}
header.sticky.sticky-active
   [data-header-hover="dark"]
   .header-language-icon
   .header-language
   .language-dropdown
   a:hover {
   color: var(--white);
   opacity: 1;
}
header.sticky.sticky-active [data-header-hover="light"] {
   background-color: var(--white) !important;
   box-shadow: 0 0 50px #0000001a;
}
header.sticky.sticky-active [data-header-hover="light"] .navbar-nav .nav-link {
   color: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .icon > a {
   color: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .icon > a:hover {
   color: var(--medium-gray);
   opacity: 1;
}
header.sticky.sticky-active [data-header-hover="light"] .icon .push-button span {
   background-color: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .icon .header-language > a,
header.sticky.sticky-active [data-header-hover="light"] .icon .header-cart > a {
   color: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .icon .header-language > a:hover,
header.sticky.sticky-active [data-header-hover="light"] .icon .header-cart > a:hover {
   color: var(--medium-gray);
   opacity: 1;
}
header.sticky.sticky-active [data-header-hover="light"] .header-search-style i {
   color: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .header-language-icon .language-dropdown li a {
   color: var(--medium-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .header-language-icon .language-dropdown li a:hover {
   color: var(--dark-gray);
   opacity: 1;
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text {
   color: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text a {
   color: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"].disable-fixed.header-demo {
   background-color: transparent !important;
}
header.sticky .header-icon .push-button {
   padding: 0;
}
header.sticky .center-logo .navbar-nav .nav-link {
   padding: 26px 20px;
}
header.sticky .top-logo .navbar-brand {
   padding: 15px 0;
}
header.sticky .top-logo.fixed-header .navbar-brand,
header.sticky .top-logo.disable-fixed .navbar-brand {
   padding: 22px 0;
}
header.sticky .top-logo.responsive-sticky .navbar-nav .nav-link {
   padding-top: 18px !important;
   padding-bottom: 18px !important;
}
header.sticky .top-logo.responsive-sticky .header-icon .header-cart-icon .header-cart a i {
   padding-top: 22px;
   padding-bottom: 22px;
}
header.sticky .top-logo.responsive-sticky .header-icon .header-language-icon .header-cart > a i {
   padding-top: 22px;
   padding-bottom: 22px;
}
header.sticky .mini-header .header-icon .header-language a i {
   padding-top: 16px;
   padding-bottom: 16px;
}
header.sticky .mini-header .header-icon .header-cart-icon .header-cart a i {
   padding-top: 16px;
   padding-bottom: 16px;
}
header.sticky .fixed-header .navbar-brand,
header.sticky .disable-fixed .navbar-brand {
   padding: 30px 0;
}
header .navbar {
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
header .navbar.mini-header .navbar-brand {
   padding: 20px 0;
}
header .navbar.mini-header .navbar-brand img {
   max-height: 22px;
}
header .navbar-brand {
   margin-right: 0;
   vertical-align: middle;
   padding: 30px 0;
   display: inline-block;
   font-size: 0;
}
header .navbar-brand .default-logo {
   visibility: visible;
   opacity: 1;
   width: 150px !important;
}
header .navbar-brand .alt-logo,
header .navbar-brand .mobile-logo {
   visibility: hidden;
   opacity: 0;
   width: 0;
}
header .navbar-brand img {
   max-height: 120px;
}
header .header-top-bar {
   position: fixed;
   top: 0;
   right: 0;
   width: 100%;
   left: 0;
   z-index: 100;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
header .header-top-bar + .navbar {
   -webkit-transition: 0.3s;
   transition: 0.3s;
   top: 40px;
}
header .header-top-bar + .navbar.disable-fixed {
   top: 0;
}
header .header-top-bar .widget {
   display: inline-block;
}
header .header-top-bar .widget i {
   padding-right: 5px;
}
header .header-top-bar .header-icon .header-social-icon {
   top: 0;
}
header .header-top-bar .header-icon .header-social-icon ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
header .header-top-bar .header-icon .header-social-icon ul li {
   display: inline-block;
   margin: 0 15px 0 0;
}
header .header-top-bar .header-icon .header-social-icon ul li:last-child {
   margin-right: 0;
}
header .header-top-bar .header-icon .header-social-icon a {
   font-size: 12px;
}
header .header-top-bar .header-icon .header-social-text {
   top: 0;
}
header .header-top-bar .header-icon .header-social-text ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
header .header-top-bar .header-icon .header-social-text ul li {
   display: inline-block;
   margin: 0 30px 0 0;
}
header .header-top-bar .header-icon .header-social-text ul li:last-child {
   margin-right: 0;
}
header .left-nav .navbar-nav:before {
   height: 20px;
   width: 1px;
   background-color: var(--medium-gray);
   opacity: 0.5;
   content: "";
   -webkit-transform: translate(-7px, 0px);
   transform: translate(-7px);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
header .disable-fixed {
   position: absolute;
}
header.sticky .responsive-sticky {
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
header.sticky .navbar.disable-fixed {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   box-shadow: none;
}
.navbar {
   padding: 0;
}
.navbar .navbar-nav .nav-item > i {
   display: none;
}
.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item .nav-link.active {
   opacity: 0.6;
}
.navbar .navbar-nav .nav-link {
   font-size: 16px;
   line-height: 20px;
   padding: 10px 20px;
   position: relative;
   font-weight: 500;
   opacity: 1;
   word-break: normal;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   color: var(--white);
}
.navbar .navbar-nav .nav-link .label {
   display: inline-block;
   padding: 1px 11px;
   font-size: 12px;
   margin-left: 8px;
   margin-top: 0;
   vertical-align: middle;
}
.navbar .navbar-nav .dropdown.submenu {
   position: inherit;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
   margin: 0;
   padding: 60px 0 65px;
   border: 0;
   top: 100%;
   background-color: var(--white);
   box-shadow: 0 45px 45px #0000000d;
   -webkit-animation: hide-animation 0.5s;
   animation: hide-animation 0.5s;
   -webkit-border-radius: 0;
   border-radius: 0;
}
.navbar .navbar-nav .dropdown .dropdown-menu li:last-child > a {
   padding-bottom: 0;
}
.navbar .navbar-nav .dropdown .dropdown-menu li.active > a {
   color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
   padding-left: 3px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
   color: var(--medium-gray);
   font-size: 15px;
   line-height: 24px;
   font-weight: 400;
   padding-bottom: 10px;
   display: block;
}
.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
   color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown .dropdown-menu a i {
   width: 25px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 7px;
   text-align: center;
}
.navbar .navbar-nav .dropdown .dropdown-menu a .label {
   display: inline-block;
   padding: 5px 10px;
   font-size: 10px;
   line-height: initial;
   margin-left: 8px;
   margin-top: 0;
   vertical-align: middle;
   font-weight: 700;
   text-transform: uppercase;
   white-space: nowrap;
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
   display: block;
   -webkit-animation: show-animation 0.5s;
   animation: show-animation 0.5s;
}
.navbar .navbar-nav .submenu-content {
   width: 100%;
   border-top: 1px solid #e7e7e7 !important;
   left: 0;
}
.navbar .navbar-nav .submenu-content ul {
   padding: 0 30px 0 0;
   list-style: none;
}
.navbar .navbar-nav .submenu-content ul:nth-child(4n + 1) {
   clear: both;
}
.navbar .navbar-nav .submenu-content ul .sub-title {
   color: var(--dark-gray);
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 10px;
}
.navbar .navbar-nav .submenu-content ul:last-child:before {
   display: none;
}
.navbar .navbar-nav .submenu-content .mega-menu {
   width: 1190px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
   display: none;
   width: 245px;
   padding: 35px 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   box-shadow: 0 0 35px #0000001a;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
   padding: 0 45px 0 40px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
   padding-bottom: 12px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown {
   position: relative;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown i {
   position: absolute;
   right: 35px;
   top: 6px;
   width: auto;
   font-size: 13px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open > a {
   color: var(--dark-gray);
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open > .dropdown-menu {
   display: block;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.menu-left .dropdown-menu {
   left: calc(-100% - 1px);
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
   -webkit-animation: none;
   animation: none;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
   display: none;
   position: absolute;
   left: calc(100% + 1px);
   top: -35px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
   border-radius: 5px;
   padding: 0;
   overflow: hidden;
   width: 260px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li {
   padding: 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
   font-size: 15px;
   line-height: 26px;
   border-bottom: 1px solid rgba(23, 23, 23, 0.1);
   padding: 17px 20px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
   font-size: 19px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
   width: 35px;
   margin-right: 15px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
   border-bottom: 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
   box-shadow: 0 0 35px #0000001a;
   border-radius: 5px;
   width: 310px;
   padding: 20px 35px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li {
   justify-content: center;
   display: flex;
   border-bottom: 0;
   padding: 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li:first-child a {
   border-top: 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
   margin: 0;
   border-top: 1px solid rgba(23, 23, 23, 0.1);
   padding: 15px 30px 15px 0;
   font-size: 16px;
   line-height: 28px;
   font-weight: 500;
   width: 100%;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
   width: 40px;
   font-size: 36px;
   margin-right: 15px;
   color: var(--base-color);
   flex-shrink: 0;
   text-align: left;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
   color: var(--dark-gray);
   font-weight: 600;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
   margin: 0;
   font-size: 13px;
   color: var(--medium-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
   border-radius: 100%;
   width: 45px;
   margin-right: 15px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
   content: "";
   color: var(--black);
   font-family: bootstrap-icons;
   font-weight: 400;
   font-size: 23px;
   position: absolute;
   right: 6px;
   opacity: 0;
   -webkit-transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
   transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:hover:before {
   right: 0;
   opacity: 1;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a.btn {
   padding: 15px 20px;
   justify-content: center;
   margin-top: 10px;
   line-height: normal;
   border-top: 0;
   font-size: 14px;
   margin-bottom: 5px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a.btn:before {
   display: none;
}
[data-header-hover="dark"] .navbar-nav .dropdown .dropdown-menu li.active > a {
   color: var(--white);
}
[data-header-hover="dark"] .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
[data-header-hover="dark"] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
[data-header-hover="dark"] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
   color: var(--white) !important;
}
[data-header-hover="dark"] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
   color: var(--white);
}
[data-header-hover="dark"] .navbar-nav .simple-dropdown .dropdown-menu,
[data-header-hover="dark"] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu,
[data-header-hover="dark"] .navbar-nav .dropdown-with-icon .dropdown-menu {
   background-color: var(--dark-gray);
}
[data-header-hover="dark"] .navbar-nav .simple-dropdown .dropdown-menu a,
[data-header-hover="dark"] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu a,
[data-header-hover="dark"] .navbar-nav .dropdown-with-icon .dropdown-menu a {
   color: var(--light-gray);
}
[data-header-hover="dark"] .navbar-nav .simple-dropdown .dropdown-menu a:hover,
[data-header-hover="dark"] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu a:hover,
[data-header-hover="dark"] .navbar-nav .dropdown-with-icon .dropdown-menu a:hover {
   color: var(--white);
}
[data-header-hover="dark"] .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover > a,
[data-header-hover="dark"] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu .dropdown:hover > a,
[data-header-hover="dark"] .navbar-nav .dropdown-with-icon .dropdown-menu .dropdown:hover > a {
   color: var(--white);
}
[data-header-hover="dark"] .header-cart-icon .header-cart .cart-item-list {
   background-color: var(--dark-gray);
}
[data-header-hover="dark"] .header-cart-icon .header-cart .cart-item-list .cart-item {
   border-color: #3e3e3e;
}
[data-header-hover="dark"] .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
   background-color: var(--black);
}
[data-header-hover="dark"] .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
   color: var(--white);
}
[data-header-hover="dark"] .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
   color: var(--medium-gray);
}
[data-header-hover="dark"] .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover,
[data-header-hover="dark"] .header-cart-icon .header-cart .cart-item-list .cart-item .close {
   color: var(--white);
}
[data-header-hover="dark"] .header-language-icon .header-language .language-dropdown {
   background-color: var(--dark-gray);
}
[data-header-hover="dark"] .header-language-icon .header-language .language-dropdown a {
   color: var(--light-gray);
}
[data-header-hover="dark"] .header-language-icon .header-language .language-dropdown a:hover {
   color: var(--white);
   opacity: 1;
}
.submenu-dark {
   background-color: var(--dark-gray) !important;
}
.submenu-dark .navbar-brand .alt-logo {
   visibility: visible;
   opacity: 1;
   width: auto;
}
.submenu-dark .navbar-brand .default-logo {
   visibility: hidden;
   opacity: 0;
   width: 0;
}
.submenu-dark .navbar-nav .dropdown .dropdown-menu {
   background-color: var(--dark-gray);
}
.submenu-dark .navbar-nav .dropdown .dropdown-menu a {
   color: var(--light-gray);
}
.submenu-dark .navbar-nav .dropdown .dropdown-menu a:hover {
   color: var(--white);
}
.submenu-dark .navbar-nav .dropdown .dropdown-menu li.active > a {
   color: var(--white);
}
.submenu-dark .navbar-nav .submenu-content {
   border-color: #424242 !important;
}
.submenu-dark .navbar-nav .submenu-content ul .sub-title {
   color: var(--white);
}
.submenu-dark .navbar-nav .submenu-content ul:before {
   background-color: var(--medium-gray);
}
.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu {
   background-color: var(--dark-gray);
}
.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu a {
   color: var(--light-gray);
}
.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu a:hover {
   color: var(--white);
}
.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover > a {
   color: var(--white);
}
.submenu-dark .header-cart-icon .header-cart .cart-item-list {
   background-color: var(--dark-gray);
}
.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item {
   border-color: #3e3e3e;
}
.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
   background-color: var(--black);
}
.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
   color: var(--white);
}
.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
   color: var(--medium-gray);
}
.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover,
.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .close {
   color: var(--white);
}
.submenu-dark .header-cart-icon .header-language .language-dropdown {
   background-color: var(--dark-gray);
}
.submenu-dark .header-cart-icon .header-language .language-dropdown a {
   color: var(--light-gray);
}
.submenu-dark .header-cart-icon .header-language .language-dropdown a:hover {
   color: var(--white);
   opacity: 1;
}
.submenu-light {
   background-color: var(--white) !important;
}
.submenu-light .navbar-brand .alt-logo {
   visibility: visible;
   opacity: 1;
   width: auto;
}
.submenu-light .navbar-brand .default-logo {
   visibility: hidden;
   opacity: 0;
   width: 0;
}
.submenu-light .navbar-nav .nav-link {
   color: var(--dark-gray);
}
.submenu-light .header-icon .icon > a {
   color: var(--dark-gray);
}
.submenu-light .header-icon .icon > a:hover {
   color: var(--medium-gray);
}
.submenu-light .header-icon .icon .push-button span {
   background-color: var(--dark-gray);
}
.submenu-light .header-icon .icon .header-language > a,
.submenu-light .header-icon .icon .header-cart > a {
   color: var(--dark-gray);
}
.submenu-light .header-icon .icon .header-language > a:hover,
.submenu-light .header-icon .icon .header-cart > a:hover {
   color: var(--medium-gray);
}
.submenu-light .menu-item-list .nav-link {
   color: var(--dark-gray);
}
.submenu-light .menu-item-list .nav-link:hover,
.submenu-light .menu-item-list .sub-menu a {
   color: var(--dark-gray);
   opacity: 0.6;
}
.submenu-light .menu-item-list .menu-item .toggle,
.submenu-light .widget-text,
.submenu-light .widget-text a {
   color: var(--dark-gray);
}
.header-dark .navbar-nav .dropdown .dropdown-menu {
   background-color: var(--dark-gray);
}
.header-dark .navbar-nav .dropdown .dropdown-menu a {
   color: var(--light-gray);
}
.header-dark .navbar-nav .dropdown .dropdown-menu a:hover {
   color: var(--white);
}
.header-dark .navbar-nav .dropdown .dropdown-menu li.active > a {
   color: var(--white);
}
.header-dark .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-dark .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
   border-bottom: 0;
}
.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
   color: var(--white);
}
.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
   color: var(--light-gray);
}
.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
   color: var(--white);
}
.header-dark .navbar-nav .submenu-content {
   border-color: #424242 !important;
}
.header-dark .navbar-nav .submenu-content ul .sub-title {
   color: var(--white);
}
.header-dark .navbar-nav .submenu-content ul:before {
   background-color: var(--medium-gray);
}
.header-dark .navbar-nav .simple-dropdown .dropdown-menu {
   background-color: var(--dark-gray);
}
.header-dark .navbar-nav .simple-dropdown .dropdown-menu a {
   color: var(--light-gray);
}
.header-dark .navbar-nav .simple-dropdown .dropdown-menu a:hover {
   color: var(--white);
}
.header-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open > a {
   color: var(--white);
}
.header-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover > a {
   color: var(--white);
}
.header-dark .header-cart-icon .header-cart .cart-item-list {
   background-color: var(--dark-gray);
}
.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item {
   border-color: #3e3e3e;
}
.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
   background-color: var(--black);
}
.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
   color: var(--white);
}
.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
   color: var(--medium-gray);
}
.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover,
.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .close {
   color: var(--white);
}
.header-dark .header-language-icon .header-language .language-dropdown {
   background-color: var(--dark-gray);
}
.header-dark .header-language-icon .header-language .language-dropdown a {
   color: var(--light-gray);
}
.header-dark .header-language-icon .header-language .language-dropdown a:hover {
   color: var(--white);
   opacity: 1;
}
.header-light .navbar-nav .nav-link {
   color: var(--dark-gray);
}
.header-light .header-icon .icon > a {
   color: var(--dark-gray);
}
.header-light .header-icon .icon > a:hover {
   color: var(--dark-gray);
   opacity: 0.6;
}
.header-light .header-icon .icon .push-button span {
   background-color: var(--dark-gray);
}
.header-light .header-icon .icon .header-language > a,
.header-light .header-icon .icon .header-cart > a,
.header-light .header-icon .icon .header-account > a {
   color: var(--dark-gray);
}
.header-light .header-icon .icon .header-language > a:hover,
.header-light .header-icon .icon .header-cart > a:hover,
.header-light .header-icon .icon .header-account > a:hover {
   color: var(--dark-gray);
   opacity: 0.6;
}
.header-light .menu-item-list .nav-link {
   color: var(--dark-gray);
}
.header-light .menu-item-list .nav-link:hover {
   color: var(--dark-gray);
   opacity: 0.6;
}
.header-light .menu-item-list .sub-menu a {
   color: var(--medium-gray);
   opacity: 1;
}
.header-light .menu-item-list .sub-menu a:hover {
   color: var(--dark-gray);
}
.header-light .menu-item-list .sub-menu .active > a {
   color: var(--dark-gray);
}
.header-light .menu-item-list .menu-item .menu-toggle:before,
.header-light .menu-item-list .menu-item .menu-toggle:after {
   background-color: var(--dark-gray);
}
.header-light .widget-text,
.header-light .widget-text a {
   color: var(--dark-gray);
}
.header-icon {
   display: flex;
   align-items: center;
}
.header-icon .icon {
   position: relative;
   line-height: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-item-align: stretch;
   -ms-grid-row-align: stretch;
   align-self: stretch;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.header-icon .icon > a {
   padding-left: 16px;
   font-size: 17px;
   color: var(--white);
}
.header-icon .icon > a:hover {
   color: var(--white);
   opacity: 0.6;
}
.header-icon .icon:first-child a:first-child {
   padding-left: 0;
}
.header-icon .icon .header-language,
.header-icon .icon .header-cart,
.header-icon .icon .header-account {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-item-align: stretch;
   -ms-grid-row-align: stretch;
   align-self: stretch;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.header-icon .icon .header-language > a,
.header-icon .icon .header-cart > a,
.header-icon .icon .header-account > a {
   padding-left: 14px;
   color: var(--white);
   font-size: 17px;
}
.header-icon .icon .header-language > a:hover,
.header-icon .icon .header-cart > a:hover,
.header-icon .icon .header-account > a:hover {
   color: var(--white);
   opacity: 0.6;
}
.header-icon .header-mail {
   padding-right: 35px;
   top: 0;
}
.header-icon .header-mail .mail {
   font-size: 14px;
}
.header-icon .header-mail .mail i {
   vertical-align: middle;
   padding-right: 5px;
}
.header-icon .header-social-icon a {
   font-size: 17px;
   padding-left: 20px;
   flex-shrink: 0;
}
.header-cart-icon .header-cart {
   display: inline-block;
}
.header-cart-icon .header-cart .cart-item-list {
   display: none;
   left: auto;
   right: 0;
   box-shadow: 0 0 25px #0000001a;
   border-radius: 0;
   background-color: var(--white);
   border: 0;
   padding: 0;
   min-width: 250px;
   margin: 0;
   position: absolute;
   z-index: 1;
   top: 100%;
}
.header-cart-icon .header-cart .cart-item-list .cart-item {
   display: flex;
   padding: 17px;
   border-top: 1px solid #ededed;
   position: relative;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .close {
   font-size: 16px;
   position: absolute;
   right: 15px;
   top: 15px;
   font-weight: 400;
   color: var(--dark-gray);
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-image {
   max-width: 50px;
   width: 30%;
   display: inline-block;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail {
   padding-left: 15px;
   width: 70%;
   text-align: left;
   display: inline-block;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
   color: var(--dark-gray);
   font-size: 12px;
   display: inline-block;
   line-height: 16px;
   padding: 0;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail .item-ammount {
   display: block;
   font-size: 11px;
   color: var(--medium-gray);
   line-height: normal;
}
.header-cart-icon .header-cart .cart-item-list .cart-item:first-child {
   border-top: 0;
}
.header-cart-icon .header-cart .cart-item-list .cart-total {
   background-color: var(--very-light-gray);
   flex-direction: column !important;
   color: var(--dark-gray);
}
.header-cart-icon .header-cart .cart-item-list .cart-total span {
   line-height: 20px;
   display: inline-block;
}
.header-cart-icon .header-cart .cart-item-list .cart-total .btn {
   width: 100%;
   display: block;
   margin: 8px 0;
}
.header-cart-icon .header-cart.open .cart-item-list {
   display: block;
   -webkit-animation: show-animation 0.5s;
   animation: show-animation 0.5s;
}
.header-cart-icon a {
   position: relative;
}
.header-cart-icon .cart-count {
   position: absolute;
   top: -7px;
   right: -11px;
   width: 17px;
   height: 17px;
   font-weight: 600;
   text-align: center;
   font-size: 10px;
   line-height: 18px;
   background-color: var(--base-color);
   color: var(--white);
   -webkit-border-radius: 100%;
   border-radius: 100%;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.header-account-icon {
   line-height: normal !important;
}
.header-account-icon .header-account {
   display: inline-block;
}
.header-account-icon .header-account .account-item-list {
   display: none;
   left: auto;
   right: 0;
   box-shadow: 0 0 25px #0000001a;
   border-radius: 0;
   background-color: var(--white);
   border: 0;
   padding: 35px 0;
   min-width: 220px;
   margin: 0;
   position: absolute;
   z-index: 1;
   top: 100%;
}
.header-account-icon .header-account .account-item-list .account-item {
   display: inline-block;
   padding: 0 45px 12px 40px;
   width: 100%;
   position: relative;
   font-size: 17px;
   font-weight: 400;
}
.header-account-icon .header-account .account-item-list .account-item a {
   padding-left: 0;
}
.header-account-icon .header-account .account-item-list .account-item a:hover {
   padding-left: 3px;
}
.header-account-icon .header-account .account-item-list .account-item:last-child {
   padding-bottom: 0;
}
.header-account-icon .header-account.open .account-item-list {
   display: block;
   -webkit-animation: show-animation 0.5s;
   animation: show-animation 0.5s;
}
.header-account-icon a {
   position: relative;
}
.header-language-icon .header-language {
   display: inline-block;
}
.header-language-icon .header-language .language-dropdown {
   position: absolute;
   right: 0;
   top: 100%;
   padding: 20px;
   list-style: none;
   background-color: var(--white);
   display: none;
   box-shadow: 0 0 25px #0000001a;
   -webkit-animation: hide-animation 0.5s;
   animation: hide-animation 0.5s;
   z-index: 9;
   text-align: left;
   margin: 0;
   min-width: 140px;
}
.header-language-icon .header-language .language-dropdown li a {
   color: var(--medium-gray);
   font-size: 12px;
   line-height: 28px;
   padding: 0;
}
.header-language-icon .header-language .language-dropdown li a .icon-country {
   width: 16px;
   height: 16px;
   display: inline-block;
   margin: 0 10px 0 5px;
}
.header-language-icon .header-language .language-dropdown li a:hover {
   color: var(--dark-gray);
   opacity: 1;
}
.header-language-icon .header-language.open .language-dropdown {
   display: block;
   -webkit-animation: show-animation 0.5s;
   animation: show-animation 0.5s;
}
.widget-text {
   color: var(--white);
}
header a.widget-text:hover {
   opacity: 0.6;
}
.header-push-button {
   padding-left: 16px;
}
.header-push-button .push-button {
   position: relative;
   display: block;
   width: 22px;
   height: 14px;
   padding: 0;
   cursor: pointer;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.header-push-button .push-button span {
   background: var(--white);
   height: 2px;
   width: 22px;
   content: "";
   display: block;
   border-radius: 0;
   position: absolute;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   -webkit-transform: rotate(0deg);
   transform: rotate(0);
   -webkit-transition: 0.25s;
   transition: 0.25s;
}
.header-push-button .push-button span:nth-child(2) {
   top: 6px;
}
.header-push-button .push-button span:nth-child(3) {
   top: 6px;
}
.header-push-button .push-button span:nth-child(4) {
   top: 12px;
   width: 14px;
   left: -8px;
}
.header-push-button .push-button:hover {
   opacity: 0.6;
}
.show-menu .header-push-button .push-button span:nth-child(1) {
   top: 7px;
   width: 0%;
}
.show-menu .header-push-button .push-button span:nth-child(2) {
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}
.show-menu .header-push-button .push-button span:nth-child(3) {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.show-menu .header-push-button .push-button span:nth-child(4) {
   top: 7px;
   width: 0%;
}
.show-menu {
   overflow: hidden;
}
.show-menu .push-menu {
   right: 0;
   -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
   box-shadow: 0 0 60px #0000004d;
}
.show-menu .push-menu .close-menu {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   -webkit-transition-delay: 0.5s;
   transition-delay: 0.5s;
   visibility: visible;
   cursor: pointer;
}
.show-menu .push-menu.push-menu-left {
   right: auto;
   left: 0;
}
.push-menu {
   position: fixed;
   top: 0;
   right: -100%;
   width: 400px;
   height: 100%;
   z-index: 1031;
   overflow-y: auto;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.push-menu.push-menu-left {
   right: auto;
   left: -100%;
}
.push-menu .left-circle {
   width: 500px !important;
   height: 500px;
   position: absolute;
   left: -160px;
   top: -80px;
   -webkit-border-radius: 100%;
   border-radius: 100%;
}
.push-menu .left-circle:before,
.push-menu .left-circle:after {
   width: 100%;
   height: 100%;
   border: 1px solid var(--light-medium-gray);
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   transform: translate(10px, 5px);
   -webkit-border-radius: 100%;
   border-radius: 100%;
}
.push-menu .left-circle:after {
   transform: translate(5px, 5px);
}
.push-menu .close-menu {
   height: 40px;
   width: 40px;
   text-align: center;
   position: absolute;
   right: 50px;
   top: 50px;
   z-index: 9;
   display: flex;
   border-radius: 100%;
   align-items: center;
   justify-content: center;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
}
.push-menu .push-menu-wrapper {
   height: 100%;
   overflow-y: hidden;
   padding: 20px 0;
}
.push-menu .push-menu-wrapper .mCustomScrollBox {
   display: flex;
}
.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
   align-self: center;
}
.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container {
   width: 100%;
   align-self: flex-start;
}
.push-menu .push-menu-wrapper .mCSB_inside > .mCSB_container {
   margin: 0 !important;
   padding: 0 15px !important;
}
.push-menu.push-menu-style-2 .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
   align-self: start;
}
.push-menu.push-menu-style-3 .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
   height: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: space-between;
}
.center-logo .navbar-nav .nav-link {
   padding: 38px 20px;
}
.center-logo .menu-logo .d-none {
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center;
}
.center-logo .navbar-brand {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   transition: none;
}
.center-logo .navbar-left,
.center-logo .navbar-right {
   width: 42%;
}
.top-logo .navbar-brand {
   padding: 22px 0;
}
.top-logo .navbar-nav .nav-link {
   padding-top: 25px !important;
   padding-bottom: 25px !important;
}
.left-sidebar-wrapper {
   padding-left: 300px;
   position: relative;
   min-height: 300px;
   width: 100%;
}
.left-sidebar-wrapper .collapse:not(.show) {
   display: block !important;
}
header.sticky .left-sidebar-nav .navbar-nav .nav-link {
   padding: 0;
}
.left-sidebar-header {
   position: absolute;
   left: 0;
   width: 301px;
   top: -100%;
   bottom: 0;
   z-index: 999;
   display: block;
}
.left-sidebar-header .menu-item-list .menu-item .nav-link {
   font-size: 16px;
   line-height: 20px;
}
.left-sidebar-header .menu-item-list .menu-item .menu-toggle {
   top: 10px;
}
.left-sidebar-header .menu-item-list .menu-item .sub-menu .menu-toggle {
   top: 0;
}
.left-sidebar-nav {
   width: 300px;
   padding: 80px 50px;
   left: 0;
   position: fixed;
   overflow: hidden;
   display: block;
   height: inherit;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.left-sidebar-nav .left-menu-bottom {
   width: 100%;
}
.left-sidebar-nav .left-menu-bottom .header-icon .icon a {
   padding: 0 15px;
}
.left-sidebar-nav .navbar-brand {
   padding: 0 !important;
}
.left-sidebar-nav .side-menu {
   margin-top: 10.5rem;
   margin-bottom: 10.5rem;
   width: 100%;
}
.left-sidebar-nav .navbar-toggler {
   display: none;
}
.social-text {
   width: 100%;
   display: inline-block;
   color: var(--medium-gray);
   font-size: 13px;
   line-height: 16px;
}
.connect-me a {
   color: var(--dark-gray);
   display: table;
}
.connect-me a:hover {
   opacity: 0.6;
}
.connect-me .widget-text {
   color: var(--dark-gray);
   display: table;
}
.menu-item-list {
   display: block;
   width: 100%;
   list-style: none;
   padding: 0;
   margin-bottom: 0;
}
.menu-item-list .menu-item {
   position: relative;
   margin: 0;
}
.menu-item-list .menu-item ul {
   list-style: none;
   padding: 0;
}
.menu-item-list .menu-item .menu-toggle {
   display: block;
   position: absolute;
   right: 0;
   top: 14px;
   cursor: pointer;
   z-index: 1;
   width: 30px;
   height: 30px;
   line-height: 30px;
}
.menu-item-list .menu-item .menu-toggle:before,
.menu-item-list .menu-item .menu-toggle:after {
   content: "";
   display: block;
   position: absolute;
   right: 10px;
   top: 15px;
   height: 1px;
   width: 11px;
   background-color: var(--white);
}
.menu-item-list .menu-item .menu-toggle:after {
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
.menu-item-list .menu-item .menu-toggle.show:after {
   -webkit-transform: rotate(0deg);
   transform: rotate(0);
}
.menu-item-list .menu-item .sub-menu .menu-toggle {
   top: 0;
}
.menu-item-list .menu-item .sub-menu .menu-toggle:before,
.menu-item-list .menu-item .sub-menu .menu-toggle:after {
   width: 7px;
}
.menu-item-list .menu-item .sub-menu .active > a {
   opacity: 1;
}
.menu-item-list .active .nav-link {
   opacity: 0.6;
}
.menu-item-list .nav-link {
   padding: 5px 20px 5px 0;
   font-size: 20px;
   line-height: 28px;
   display: inline-block;
   width: 100%;
   margin: 9px 0;
   color: var(--white);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.menu-item-list .nav-link:hover {
   color: var(--white);
   opacity: 0.6;
}
.menu-item-list .sub-menu {
   padding: 0;
   display: block;
   height: 0;
   overflow: hidden;
   list-style: none;
   margin: 0;
   position: relative !important;
   transform: none !important;
   background-color: transparent;
   border: 0;
}
.menu-item-list .sub-menu li {
   position: relative;
   margin: 0;
   padding: 5px 0;
}
.menu-item-list .sub-menu li .sub-menu {
   margin: 0;
   padding-left: 15px;
}
.menu-item-list .sub-menu li .sub-menu li {
   padding: 10px 0 0;
}
.menu-item-list .sub-menu li .sub-menu li a {
   padding: 0;
}
.menu-item-list .sub-menu li .sub-menu li a i {
   margin-right: 10px;
}
.menu-item-list .sub-menu li .sub-menu li:first-child {
   margin-top: 10px;
}
.menu-item-list .sub-menu li .sub-menu li:last-child {
   margin-bottom: 10px;
}
.menu-item-list .sub-menu li:last-child {
   margin-bottom: 0;
}
.menu-item-list .sub-menu li:last-child .sub-menu li:last-child {
   margin-bottom: 0;
}
.menu-item-list .sub-menu a {
   font-size: 15px;
   line-height: 22px;
   display: block;
   color: var(--light-gray);
   margin: 0;
   padding-right: 20px;
}
.menu-item-list .sub-menu a:hover {
   color: var(--white);
}
.menu-item-list .sub-menu a .label {
   display: inline-block;
   padding: 5px 10px;
   font-size: 10px;
   line-height: initial;
   margin-left: 8px;
   margin-top: 0;
   vertical-align: middle;
   font-weight: 700;
   text-transform: uppercase;
   white-space: nowrap;
}
.menu-item-list .sub-menu.show {
   height: auto;
   overflow: visible;
}
.left-modern-menu {
   padding-left: 75px;
}
.left-modern-menu .collapse:not(.show) {
   display: block !important;
}
.left-modern-menu .left-modern-header .navbar-brand {
   position: relative;
   z-index: 9;
   width: 100%;
   padding: 0 !important;
   text-align: center;
}
.left-modern-menu .left-modern-header .navbar-brand img {
   max-height: 120px;
}
.left-modern-menu .left-modern-header .modern-sidebar-nav {
   position: fixed;
   height: 100%;
   width: 380px;
   overflow-y: auto;
   top: 0;
   left: -400px;
   transition-duration: 0.3s;
   z-index: 9;
}
.left-modern-menu .left-modern-header .modern-sidebar-nav:hover .side-menu-hover-background-color {
   opacity: 1;
}
.left-modern-menu .left-modern-header .modern-side-menu {
   padding: 75px 40px;
   height: 100%;
   overflow-y: hidden;
}
.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox {
   display: flex;
   width: 100%;
}
.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container {
   align-self: flex-start;
   width: 100%;
   margin: 0;
   padding: 0 30px;
}
.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
   align-self: center;
}
.left-modern-menu .left-modern-header.show .modern-sidebar-nav {
   left: 75px;
   box-shadow: 0 0 150px #0003;
}
.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(1) {
   top: 7px;
   width: 0%;
}
.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(2) {
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}
.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(3) {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(4) {
   top: 7px;
   width: 0%;
}
.side-menu-hover-background-color {
   position: absolute;
   width: 100%;
   height: 100%;
   opacity: 0;
   -webkit-transition-duration: 0.6s;
   transition-duration: 0.6s;
}
.header-dark .social-text,
.header-dark .connect-me .widget-text,
.header-dark .connect-me a {
   color: var(--white);
}
.header-dark .connect-me a:hover {
   opacity: 0.6;
}
.header-dark.left-modern-sidebar .navbar-toggler-line {
   background-color: var(--white);
}
.vertical-title {
   display: flex;
   height: 100%;
   flex: 1;
   justify-content: flex-end;
   flex-direction: column;
   -webkit-transform: translateY(-75px);
   transform: translateY(-75px);
}
.vertical-title .title {
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
   white-space: nowrap;
   text-transform: uppercase;
}
.menu-list-wrapper {
   overflow: auto;
   height: calc(100vh - 150px);
   padding: 50px 0;
}
.menu-list-wrapper .mCustomScrollBox {
   display: flex;
   width: 100%;
}
.menu-list-wrapper .mCustomScrollBox .mCSB_container {
   align-self: flex-start;
   width: 100%;
   margin: 0;
}
.menu-list-wrapper .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
   align-self: center;
}
.left-modern-sidebar {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999;
   height: 100%;
   width: 75px;
   padding: 35px 0;
}
.left-modern-sidebar .toggle-icon {
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 9;
   -webkit-transform: translate(-12px, -50%);
   transform: translate(-12px, -50%);
}
.left-modern-sidebar .toggle-icon .navbar-toggler {
   position: relative;
   margin: 0 auto;
   z-index: 99;
   cursor: pointer;
}
.hamburger-nav {
   width: 50%;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.hamburger-nav .menu-item-list {
   margin-bottom: 0;
   padding: 0 30px;
}
.hamburger-nav .menu-item-list .menu-item {
   margin: 0;
}
.hamburger-menu .header-icon {
   position: absolute;
   left: 0;
   bottom: -50px;
}
.show-menu .hamburger-menu-half .hamburger-logo {
   transform: translateY(0);
   opacity: 1;
   transition-delay: 0.2s;
}
.show-menu .hamburger-menu-half .menu-address {
   transform: translateY(0);
   opacity: 1;
   transition-delay: 0.4s;
}
.show-menu .hamburger-menu-half .menu-text,
.show-menu .hamburger-menu-half .elements-social {
   transform: translateY(0);
   opacity: 1;
   transition-delay: 0.8s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item {
   transform: translateY(0);
   -webkit-transform: translateY(0px);
   opacity: 1;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(1) {
   transition-delay: 0.27s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(2) {
   transition-delay: 0.34s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(3) {
   transition-delay: 0.41s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(4) {
   transition-delay: 0.48s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(5) {
   transition-delay: 0.55s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(6) {
   transition-delay: 0.62s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(7) {
   transition-delay: 0.69s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(8) {
   transition-delay: 0.76s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(9) {
   transition-delay: 0.83s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(10) {
   transition-delay: 0.9s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(11) {
   transition-delay: 0.97s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(12) {
   transition-delay: 1.04s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(13) {
   transition-delay: 1.11s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(14) {
   transition-delay: 1.18s;
}
.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(15) {
   transition-delay: 1.25s;
}
.hamburger-menu-half .hamburger-logo,
.hamburger-menu-half .menu-address {
   transform: translateY(30px);
   opacity: 0;
   transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.hamburger-menu-half .elements-social {
   transform: translateY(30px);
   opacity: 0;
   transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.hamburger-menu-half .menu-item-list .menu-item {
   transform: translateY(30px);
   opacity: 0;
   transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.4s cubic-bezier(0.8, 0.01, 0.165, 0.99);
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(1) {
   transition-delay: 0.49s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(2) {
   transition-delay: 0.42s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(3) {
   transition-delay: 0.35s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(4) {
   transition-delay: 0.28s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(5) {
   transition-delay: 0.21s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(6) {
   transition-delay: 0.14s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(7) {
   transition-delay: 0.07s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(8) {
   transition-delay: 0s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(9) {
   transition-delay: -0.07s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(10) {
   transition-delay: -0.14s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(11) {
   transition-delay: -0.21s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(12) {
   transition-delay: -0.28s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(13) {
   transition-delay: -0.35s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(14) {
   transition-delay: -0.42s;
}
.hamburger-menu-half .menu-item-list .menu-item:nth-child(15) {
   transition-delay: -0.49s;
}
.show-menu .hamburger-menu-simple {
   opacity: 1;
   visibility: visible;
   top: 0;
}
.show-menu .hamburger-menu-simple .hamburger-menu {
   opacity: 1;
}
.show-menu .hamburger-menu-simple .hamburger-logo {
   transform: translateY(0);
   opacity: 1;
   transition-delay: 0.2s;
}
.show-menu .hamburger-menu-simple .menu-address {
   transform: translateY(0);
   opacity: 1;
   transition-delay: 0.4s;
}
.show-menu .hamburger-menu-simple .menu-text,
.show-menu .hamburger-menu-simple .elements-social {
   transform: translateY(0);
   opacity: 1;
   transition-delay: 0.8s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item {
   transform: scale(1) translateY(0);
   -webkit-transform: scale(1) translateY(0px);
   opacity: 1;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(1) {
   transition-delay: 0.27s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(2) {
   transition-delay: 0.34s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(3) {
   transition-delay: 0.41s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(4) {
   transition-delay: 0.48s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(5) {
   transition-delay: 0.55s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(6) {
   transition-delay: 0.62s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(7) {
   transition-delay: 0.69s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(8) {
   transition-delay: 0.76s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(9) {
   transition-delay: 0.83s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(10) {
   transition-delay: 0.9s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(11) {
   transition-delay: 0.97s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(12) {
   transition-delay: 1.04s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(13) {
   transition-delay: 1.11s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(14) {
   transition-delay: 1.18s;
}
.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(15) {
   transition-delay: 1.25s;
}
.hamburger-menu-simple {
   width: 100%;
   right: 0;
   opacity: 1;
   visibility: collapse;
   height: 100vh;
   max-height: 100dvh;
   top: -100%;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.hamburger-menu-simple .navbar-brand {
   position: absolute;
   top: 100px;
   left: 0;
   right: 0;
}
.hamburger-menu-simple .hamburger-menu {
   padding: 30px 0;
   transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
   transition-delay: 0.4s;
   opacity: 0;
}
.hamburger-menu-simple .hamburger-menu .header-icon {
   bottom: 100px;
}
.hamburger-menu-simple .hamburger-logo,
.hamburger-menu-simple .menu-address,
.hamburger-menu-simple .menu-text,
.hamburger-menu-simple .elements-social {
   transform: translateY(-50px);
   opacity: 0;
   transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.hamburger-menu-simple .menu-item-list .menu-item {
   transform: scale(1.15) translateY(-30px);
   opacity: 0;
   transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(1) {
   transition-delay: 0.49s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(2) {
   transition-delay: 0.42s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(3) {
   transition-delay: 0.35s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(4) {
   transition-delay: 0.28s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(5) {
   transition-delay: 0.21s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(6) {
   transition-delay: 0.14s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(7) {
   transition-delay: 0.07s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(8) {
   transition-delay: 0s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(9) {
   transition-delay: -0.07s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(10) {
   transition-delay: -0.14s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(11) {
   transition-delay: -0.21s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(12) {
   transition-delay: -0.28s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(13) {
   transition-delay: -0.35s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(14) {
   transition-delay: -0.42s;
}
.hamburger-menu-simple .menu-item-list .menu-item:nth-child(15) {
   transition-delay: -0.49s;
}
.hamburger-menu-simple .menu-item-list .nav-link {
   font-size: 20px;
   width: auto;
   position: relative;
}
.hamburger-menu-simple .menu-item-list .nav-link:hover {
   opacity: 0.6;
}
.hamburger-logo img {
   max-height: 45px;
}
.right-push-menu .menu-item-list .menu-item .toggle {
   top: 18px;
}
.right-push-menu .menu-item-list .sub-menu li .toggle {
   top: 4px;
}
.right-push-menu .menu-item-list .nav-link {
   font-size: 1.5rem;
   line-height: 2.5rem;
}
.right-push-menu .left-menu-bottom {
   margin-top: 30px;
}
.right-push-menu .left-menu-bottom .header-icon {
   position: relative;
   bottom: 0;
}
.show-search-popup {
   overflow: hidden;
}
.show-search-popup header .navbar {
   z-index: 110;
}
.show-search-popup .search-form-wrapper {
   opacity: 1;
   visibility: visible;
   cursor: url(../images/mfg-close.png), auto;
}
.show-search-popup .search-form-wrapper .search-form {
   height: 50%;
   cursor: default;
   visibility: visible;
   opacity: 1;
}
.search-form-wrapper {
   background: #232323e6;
   width: 100%;
   left: 0;
   top: 0;
   overflow: hidden !important;
   display: block !important;
   height: 100vh;
   position: fixed;
   visibility: hidden;
   opacity: 0;
   z-index: 999;
   -webkit-transition: 0.2s;
   transition: 0.2s;
}
.search-form-wrapper .search-form {
   height: 0;
   background-color: var(--white);
   width: 100%;
   left: 0;
   top: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: 0.6s;
   transition: 0.6s;
}
.search-form-wrapper .search-form .search-input {
   outline: none;
   border: 0;
   border-bottom: 1px solid rgba(23, 23, 23, 0.2);
   color: var(--dark-gray);
   font-size: 18px;
   padding: 20px 0;
   background: transparent;
   line-height: 2.5rem;
   -webkit-border-radius: 0px;
   border-radius: 0;
   height: 80px;
   width: 100%;
}
.search-form-wrapper .search-form .search-input::-moz-placeholder {
   color: var(--light-gray);
   opacity: 1;
}
.search-form-wrapper .search-form .search-input::-webkit-input-placeholder {
   color: var(--light-gray);
}
.search-form-wrapper .search-form .search-button {
   color: var(--dark-gray);
   bottom: 24px;
   position: absolute;
   font-size: 25px;
   right: 0;
   line-height: normal;
   outline: none;
   cursor: pointer;
   z-index: 0;
   margin-right: 0;
   border: none;
   background: none;
}
.search-form-wrapper .search-form:hover {
   color: var(--light-gray);
}
.search-form-wrapper .search-close {
   color: var(--black);
   position: fixed;
   top: 30px;
   right: 35px;
   overflow: visible;
   cursor: pointer;
   background: transparent;
   border: 0;
   -webkit-appearance: none;
   display: block;
   outline: none;
   padding: 0;
   z-index: 1046;
   box-shadow: none;
   font-size: 40px;
   font-weight: 300;
   width: 44px;
   height: 44px;
   line-height: 44px;
}
.search-form-wrapper .search-form-box {
   position: relative;
   width: 45%;
}
@-webkit-keyframes hide-animation {
   0% {
      opacity: 1;
   }
   to {
      opacity: 0;
   }
}
@-webkit-keyframes show-animation {
   0% {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}
button:focus {
   outline: none;
}
.navbar-toggler {
   font-size: 24px;
   width: 22px;
   height: 14px;
   display: inline-block;
   position: relative;
   padding: 0;
   margin: 0;
   border: none;
   vertical-align: middle;
   border-radius: 0;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.navbar-toggler:focus {
   box-shadow: none;
}
.navbar-toggler-line {
   background: var(--dark-gray);
   height: 2px;
   width: 22px;
   content: "";
   display: block;
   border-radius: 0;
   position: absolute;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   -webkit-transform: rotate(0deg);
   transform: rotate(0);
   -webkit-transition: 0.25s;
   transition: 0.25s;
}
.navbar-toggler-line:nth-child(1) {
   top: 0;
   width: 14px;
}
.navbar-toggler-line:nth-child(2) {
   top: 6px;
}
.navbar-toggler-line:nth-child(3) {
   top: 6px;
}
.navbar-toggler-line:nth-child(4) {
   top: 12px;
   width: 14px;
}
.navbar-collapse-show .navbar-toggler-line:nth-child(1) {
   top: 7px;
   width: 0%;
}
.navbar-collapse-show .navbar-toggler-line:nth-child(2) {
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}
.navbar-collapse-show .navbar-toggler-line:nth-child(3) {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.navbar-collapse-show .navbar-toggler-line:nth-child(4) {
   top: 7px;
   width: 0%;
}
.navbar-modern-inner,
.navbar-modern-inner .navbar-toggler {
   display: none;
}
.header-with-topbar + .top-space-margin {
   margin-top: 136px;
}
.header-with-topbar + .top-space-padding {
   padding-top: 136px;
}
.navbar-modern-inner,
.navbar-full-screen-menu-inner {
   display: none;
}
.top-space-margin {
   margin-top: 96px;
}
.top-space-padding {
   padding-top: 96px;
}
.header-demo.navbar .navbar-nav .premium-element {
   padding: 35px 40px;
   border-radius: 13px;
}
.header-demo.navbar .navbar-nav .premium-element a {
   color: #585858;
   padding-bottom: 8px;
}
.header-demo.navbar .navbar-nav .premium-element .sub-title {
   font-size: 18px;
}
.header-demo.navbar .navbar-nav .nav-item:first-child .dropdown-menu a {
   color: var(--dark-gray);
}
.header-demo.navbar .navbar-nav .nav-link {
   font-weight: 600;
}
.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
   font-weight: 500;
}
.header-demo.navbar.header-dark .navbar-nav .nav-item:first-child .dropdown-menu a {
   color: var(--white);
}
.breadcrumb {
   margin: 0;
}
.breadcrumb ul {
   margin: 0;
   padding: 0;
}
.breadcrumb-style-01 ul li {
   display: inline-block;
}
.breadcrumb-style-01 ul li:after {
   content: "";
   font-family: feather;
   font-size: 13px;
   font-weight: 900;
   display: inline-block;
   vertical-align: middle;
   padding: 0 8px 0 10px;
}
.breadcrumb-style-01 ul li:last-child:after {
   content: "";
   padding: 0;
}
.page-title-double-large h1 {
   font-size: 3.6rem;
   line-height: 3.3rem;
}
.page-title-double-large h2 {
   font-size: 17px;
   line-height: 26px;
}
.page-title-extra-large h1 {
   font-size: 3.3rem;
   line-height: 3.3rem;
}
.page-title-extra-large h2 {
   font-size: 18px;
   line-height: 26px;
}
.page-title-large h1 {
   font-size: 2.8rem;
   line-height: 3rem;
}
.page-title-large h2 {
   font-size: 16px;
   line-height: 22px;
}
.page-title-medium h1 {
   font-size: 2rem;
   line-height: 2.2rem;
}
.page-title-medium h2 {
   font-size: 16px;
   line-height: 22px;
}
.page-title-small h1 {
   font-size: 1.625rem;
   line-height: 1.875rem;
}
.page-title-small h2 {
   font-size: 16px;
   line-height: 22px;
}
.page-title-extra-small h1 {
   font-size: 17px;
   line-height: 20px;
}
.page-title-extra-small h2 {
   font-size: 3.8rem;
   line-height: 3.8rem;
}
.page-title-button-style.page-title-button-style {
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}
.page-title-button-style h1 {
   padding: 13px 30px;
   display: inline-block;
}
.page-title-mini-version h1 {
   font-size: 20px;
   line-height: 30px;
}
.down-section {
   position: absolute;
   bottom: 60px;
   left: 0;
   right: 0;
   width: 100%;
}
.down-section a {
   display: inline-block;
}
.down-section.down-bottom {
   bottom: 0;
   -webkit-transform: translateY(50%);
   transform: translateY(50%);
}
.down-section-line .section-line {
   position: relative;
}
.down-section-line .section-line:before {
   position: absolute;
   left: 0;
   top: 0;
   content: "";
   height: 0;
   width: 100%;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
   background-color: var(--base-color);
}
.down-section-line:hover .section-line:before {
   height: 100%;
}
.sidebar-list li {
   position: relative;
   display: inline-block;
   width: 100%;
   margin-bottom: 15px;
   line-height: 18px;
}
.sidebar-list li a {
   display: inline-block;
   text-align: left;
}
.sidebar-list li a:hover {
   color: var(--base-color) !important;
}
.sidebar-list li .item-qty {
   font-size: 14px;
   position: absolute;
   top: 1px;
   right: 0;
   text-align: right;
}
.sidebar-list li:last-child {
   margin-bottom: 0;
}
.latest-post-sidebar {
   list-style: none;
   padding: 0;
   margin: 0;
}
.latest-post-sidebar li {
   margin-bottom: 25px;
}
.latest-post-sidebar li figure {
   height: 65px;
   width: 80px;
   margin: 0;
}
.latest-post-sidebar li .media-body {
   line-height: normal;
   padding-left: 30px;
   position: relative;
   top: -3px;
}
.latest-post-sidebar li:last-child {
   margin-bottom: 0;
}
.popular-post-sidebar {
   list-style: none;
   padding: 0;
   margin: 0;
}
.popular-post-sidebar li {
   margin-bottom: 25px;
}
.popular-post-sidebar li figure {
   height: 100px;
   width: 100px;
   margin: 0;
}
.popular-post-sidebar li .media-body {
   line-height: normal;
   padding-left: 30px;
   position: relative;
}
.popular-post-sidebar li:last-child {
   margin-bottom: 0;
}
.category-list-sidebar {
   list-style: none;
   padding: 0;
   margin: 0;
}
.category-list-sidebar li {
   margin-bottom: 15px;
}
.category-list-sidebar li .btn {
   right: -10%;
   opacity: 0;
   -webkit-transform: scale(0.9);
   transform: scale(0.9);
   -webkit-transition: all 0.3s cubic-bezier(0.37, 0.8, 0.63, 1);
   transition: all 0.3s cubic-bezier(0.37, 0.8, 0.63, 1);
}
.category-list-sidebar li:last-child {
   margin-bottom: 0;
}
.category-list-sidebar li:hover .btn {
   right: -8%;
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
}
.post-sidebar.blog-side-image li {
   margin-bottom: 35px;
   width: 100%;
}
.post-sidebar.blog-side-image li .blog-box .blog-image {
   min-height: 1px;
}
.post-sidebar.blog-side-image li:last-child {
   margin-bottom: 0;
}
.tag-cloud a {
   display: inline-block;
   text-align: center;
   font-size: 14px;
   line-height: 20px;
   margin: 0 6px 10px 0;
   padding: 7px 18px;
   border-radius: 4px;
   border: 1px solid var(--extra-medium-gray);
}
.tag-cloud a:hover,
.tag-cloud a.active {
   box-shadow: 0 0 10px #1717171a;
   color: var(--dark-gray);
   background-color: var(--white);
}
.grid {
   list-style: none;
   padding: 0;
   margin: 0;
}
.grid li img {
   width: 100%;
}
.grid .grid-sizer {
   padding: 0 !important;
   margin: 0 !important;
}
.grid.gutter-very-small li {
   padding: 3px;
}
.grid.gutter-small li {
   padding: 5px;
}
.grid.gutter-medium li {
   padding: 7px;
}
.grid.gutter-large li {
   padding: 10px;
}
.grid.gutter-extra-large li {
   padding: 15px;
}
.grid.gutter-double-extra-large li {
   padding: 20px;
}
.grid.gutter-triple-extra-large li {
   padding: 30px;
}
.grid.grid-6col li {
   width: 16.67%;
}
.grid.grid-6col li.grid-item-double {
   width: 33.33%;
}
.grid.grid-6col li.grid-item-single {
   width: 100%;
}
.grid.grid-5col li {
   width: 20%;
}
.grid.grid-5col li.grid-item-double {
   width: 40%;
}
.grid.grid-5col li.grid-item-single {
   width: 100%;
}
.grid.grid-4col li {
   width: 25%;
}
.grid.grid-4col li.grid-item-double {
   width: 50%;
}
.grid.grid-4col li.grid-item-single {
   width: 100%;
}
.grid.grid-3col li {
   width: 33.33%;
}
.grid.grid-3col li.grid-item-double {
   width: 66.67%;
}
.grid.grid-3col li.grid-item-single {
   width: 100%;
}
.grid.grid-2col li {
   width: 50%;
}
.grid.grid-2col li.grid-item-double,
.grid.grid-2col li.grid-item-single {
   width: 100%;
}
.grid .gutter-large {
   margin: 0 10px;
}
.accordion .accordion-item {
   color: inherit;
   border: none;
}
.accordion .accordion-item .accordion-header {
   background-color: transparent;
   border: none;
   padding: 0;
   margin-bottom: 0;
}
.accordion .accordion-item .accordion-header .accordion-title {
   cursor: pointer;
   padding-right: 25px;
}
.accordion .accordion-item .accordion-header .accordion-title i {
   position: absolute;
   top: 50%;
   right: 0;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.accordion .accordion-item .accordion-collapse {
   border: 0;
}
.accordion-style-01 .accordion-item {
   margin-bottom: 20px;
   overflow: inherit;
   padding: 20px 35px;
   -webkit-border-radius: 4px !important;
   border-radius: 4px !important;
   -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   -webkit-box-shadow: 0px 0px 20px 0px rgba(111, 111, 111, 0.15);
   box-shadow: 0 0 20px #6f6f6f26;
}
.accordion-style-01 .accordion-item:last-child {
   margin-bottom: 0;
}
.accordion-style-01 .accordion-item .collapse {
   overflow: hidden;
}
.accordion-style-01 .accordion-item .accordion-body {
   padding: 12px 45px 10px 0;
}
.accordion-style-01 .accordion-item .accordion-header .accordion-title > i {
   position: static;
   -webkit-transform: none;
   transform: none;
}
.accordion-style-02 .accordion-item {
   background-color: transparent;
}
.accordion-style-02 .accordion-item .accordion-header {
   margin-bottom: 0;
   padding: 15px 0;
}
.accordion-style-02 .accordion-item .accordion-header .accordion-title i {
   right: 0;
}
.accordion-style-02 .accordion-item.active-accordion .accordion-header {
   border-bottom-color: transparent !important;
}
.accordion-style-02 .accordion-item .accordion-body {
   padding: 0 25px 30px 0;
}
.accordion-style-02 .right-icon {
   background-color: var(--white);
   color: var(--dark-gray);
}
.accordion-style-02 .right-icon:hover {
   background-color: var(--base-color);
   color: var(--white);
}
.accordion-style-03 .accordion-item {
   margin-bottom: 20px;
   border: 1px solid rgba(255, 255, 255, 0.15) !important;
   -webkit-border-radius: 0;
   border-radius: 0;
   background-color: transparent;
}
.accordion-style-03 .accordion-item .accordion-header {
   padding: 15px 30px;
   -webkit-border-radius: 0;
   border-radius: 0;
}
.accordion-style-03 .accordion-item .accordion-body {
   padding: 30px;
   border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.accordion-style-04 .accordion-item {
   -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   -webkit-border-radius: 0;
   border-radius: 0;
   background-color: transparent;
}
.accordion-style-04 .accordion-item .accordion-header {
   padding: 18px 35px;
}
.accordion-style-04 .accordion-item .accordion-body {
   padding: 25px 40px 30px;
}
.accordion-style-04 .accordion-item.active-accordion {
   -webkit-box-shadow: 0px 5px 25px 0px rgba(111, 111, 111, 0.15);
   box-shadow: 0 5px 25px #6f6f6f26;
   background: var(--white);
}
.accordion-style-05 .accordion-item {
   margin-bottom: 20px;
   overflow: hidden;
   padding: 22px 35px 22px 65px;
   position: relative;
   -webkit-border-radius: 4px !important;
   border-radius: 4px !important;
   -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   -webkit-box-shadow: 0px 0px 45px 0px rgba(111, 111, 111, 0.15);
   box-shadow: 0 0 45px #6f6f6f26;
}
.accordion-style-05 .accordion-item:last-child {
   margin-bottom: 0;
}
.accordion-style-05 .accordion-item .collapse {
   overflow: hidden;
}
.accordion-style-05 .accordion-item .accordion-body {
   padding: 10px 45px 10px 0;
}
.accordion-style-05 .accordion-item .number {
   position: absolute;
   left: -13px;
   top: 15px;
}
.accordion-style-05 .accordion-item.active-accordion {
   -webkit-box-shadow: 0px 15px 40px 5px rgba(111, 111, 111, 0.15);
   box-shadow: 0 15px 40px 5px #6f6f6f26;
}
.accordion-style-05 .accordion-item.active-accordion .number {
   -webkit-text-fill-color: var(--base-color);
   -webkit-text-stroke-color: var(--base-color);
}
.accordion-style-06 .accordion-item {
   margin-bottom: 0;
   overflow: hidden;
   padding: 15px 100px 15px 45px;
   position: relative;
   -webkit-border-radius: 4px !important;
   border-radius: 4px !important;
}
.accordion-style-06 .accordion-item:last-child {
   margin-bottom: 0;
}
.accordion-style-06 .accordion-item .collapse {
   overflow: hidden;
   border-radius: 0;
}
.accordion-style-06 .accordion-item .accordion-body {
   padding: 10px 0;
}
.accordion-style-06 .accordion-item i {
   position: absolute;
   right: -32px;
   top: 50%;
   opacity: 0;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   color: var(--dark-gray);
   -webkit-transform: rotate(-35deg) translateY(-50%);
   transform: rotate(-35deg) translateY(-50%);
}
.accordion-style-06 .accordion-item .collapsing i {
   opacity: 0;
}
.accordion-style-06 .accordion-item.active-accordion {
   padding-top: 30px;
   padding-bottom: 30px;
   background-image: linear-gradient(to bottom, #f2f8f7, #f5fafa, #f9fbfd, #fcfdfe, #fff);
}
.accordion-style-06 .accordion-item.active-accordion i {
   opacity: 0.15;
}
.alert-success {
   background-color: #f1fbec;
   color: #54b783;
   border-color: #cce8b3;
   padding: 10px 20px;
}
.alert {
   padding: 20px 25px 20px 30px;
   margin-bottom: 30px;
   line-height: 22px;
   position: relative;
   z-index: 1;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}
.alert.alert-success {
   background-color: #f1fbec;
   color: #54b783;
   border-color: #cce8b3;
}
.alert.alert-info {
   background-color: #ebf5f9;
   color: #4278bb;
   border-color: #bce8f1;
}
.alert.alert-warning {
   background-color: #fcf8e3;
   color: #e2ad4b;
   border-color: #faebcc;
}
.alert.alert-danger {
   background-color: #fbf1f1;
   color: #e65656;
   border-color: #efe1e3;
}
.alert strong {
   font-weight: 500;
}
@keyframes hvr-icon-push {
   50% {
      -webkit-trasfrom: scale(0.5);
      trasfrom: scale(0.5);
   }
}
.alert .close {
   opacity: 1;
   font-size: 16px;
   line-height: 22px;
   color: #00000057;
   text-shadow: none;
   float: right;
}
.alert .close i {
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}
.alert .close:hover i {
   -webkit-animation-name: hvr-icon-push;
   animation-name: hvr-icon-push;
   -webkit-animation-duration: 0.3s;
   animation-duration: 0.3s;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}
.alert .close:not(:disabled),
.alert .close:not(.disabled):focus,
.alert .close:not(.disabled):hover {
   opacity: 1;
}
.alert-box-style-02 .alert {
   padding: 22px 60px 22px 30px;
   border: none;
   line-height: 22px;
   -webkit-box-shadow: 0px 0 10px 0 rgba(111, 111, 111, 0.1);
   box-shadow: 0 0 10px #6f6f6f1a;
}
.alert-box-style-02 .alert.alert-success {
   color: #54b783;
}
.alert-box-style-02 .alert.alert-info {
   color: #4278bb;
}
.alert-box-style-02 .alert.alert-warning {
   color: #e2ad4b;
}
.alert-box-style-02 .alert.alert-danger {
   color: #e65656;
}
.alert-box-style-02 .alert .close {
   height: 100%;
   position: absolute;
   right: 0;
   width: 60px;
   text-align: center;
   top: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   border-left: 1px solid var(--light-medium-gray);
   font-size: 18px;
}
.alert-box-style-03 .alert {
   padding: 20px 30px 20px 55px;
   border: 0;
}
.alert-box-style-03 .alert:before {
   font-family: bootstrap-icons;
   display: inline-block;
   position: absolute;
   left: 25px;
   font-size: 18px;
}
.alert-box-style-03 .alert.alert-success {
   background-color: #54b783;
}
.alert-box-style-03 .alert.alert-success:before {
   content: "";
}
.alert-box-style-03 .alert.alert-info {
   background-color: #4278bb;
}
.alert-box-style-03 .alert.alert-info:before {
   content: "";
}
.alert-box-style-03 .alert.alert-warning {
   background-color: #e2ad4b;
}
.alert-box-style-03 .alert.alert-warning:before {
   content: "";
}
.alert-box-style-03 .alert.alert-danger {
   background-color: #e65656;
}
.alert-box-style-03 .alert.alert-danger:before {
   content: "";
}
.alert-box-style-03 .alert .close {
   right: -10px;
   position: relative;
}
.alert-box-style-04 .alert {
   padding: 20px 25px 20px 30px;
   border-radius: 0;
   border: none;
   border-left: 3px solid;
}
.alert-box-style-04 .alert:hover {
   -webkit-box-shadow: 0px 0 10px 0 rgba(111, 111, 111, 0.1);
   box-shadow: 0 0 10px #6f6f6f1a;
}
.alert-box-style-04 .alert.alert-success {
   color: #54b783;
   border-color: #54b783;
}
.alert-box-style-04 .alert.alert-info {
   color: #4278bb;
   border-color: #4278bb;
}
.alert-box-style-04 .alert.alert-warning {
   color: #e2ad4b;
   border-color: #e2ad4b;
}
.alert-box-style-04 .alert.alert-danger {
   color: #e65656;
   border-color: #e65656;
}
.alert-box-style-05 .alert {
   background-color: transparent;
   border: none;
   border-bottom: 2px solid;
   color: var(--dark-gray);
   padding: 10px 0;
   -webkit-border-radius: 0px;
   border-radius: 0;
}
.alert-box-style-05 .alert.alert-success {
   border-color: #54b783;
}
.alert-box-style-05 .alert.alert-info {
   border-color: #4278bb;
}
.alert-box-style-05 .alert.alert-warning {
   border-color: #e2ad4b;
}
.alert-box-style-05 .alert.alert-danger {
   border-color: #e65656;
}
blockquote footer {
   padding: 0;
}
.blockquote-style-04 .blockquote-img img {
   margin-top: -114px;
}
.blockquote-style-04 .blockquote-content {
   padding: 5% 0 5% 26%;
   margin-left: -8vw;
   -webkit-border-radius: 50px 50px 125px 50px;
   border-radius: 50px 50px 125px;
}
@media only screen and (min-width: 1921px) {
   .blockquote-style-04 .blockquote-content {
      margin-left: -6vw;
   }
}
.btn-box-shadow {
   -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
   box-shadow: 0 5px 20px #0000001a;
   -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
.btn-box-shadow:hover {
   -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
   box-shadow: 0 8px 30px #00000026;
   -webkit-transform: translate3d(0, -2px, 0);
   transform: translate3d(0, -2px, 0);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
   border-color: initial;
   color: initial;
}
.btn {
   display: inline-block;
   border: 2px solid transparent;
   border-radius: 0;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   width: auto;
   font-family: var(--alt-font);
   font-weight: 500;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.btn:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
}
.btn:hover {
   background-color: inherit;
}
.btn i {
   position: relative;
   margin-left: 6px;
}
.btn.btn-extra-large {
   font-size: 16px;
   padding: 24px 46px;
}
.btn.btn-large {
   font-size: 14px;
   padding: 18px 34px;
}
.btn.btn-medium {
   font-size: 13px;
   padding: 16px 30px;
}
.btn.btn-small {
   font-size: 12px;
   padding: 13px 26px;
}
.btn.btn-very-small {
   font-size: 11px;
   padding: 10px 20px;
}
.btn.btn-rounded.btn-extra-large {
   padding: 18px 46px;
}
.btn.btn-rounded.btn-large {
   padding: 14px 36px;
}
.btn.btn-rounded.btn-medium {
   padding: 12px 32px;
}
.btn.btn-rounded.btn-small {
   padding: 10px 26px;
}
.btn.btn-rounded.btn-very-small {
   padding: 8px 20px;
}
.btn.btn-rounded.btn-rounded {
   -webkit-border-radius: 50px;
   border-radius: 50px;
}
.btn.btn-round-edge {
   -webkit-border-radius: 4px;
   border-radius: 4px;
}
.btn.btn-round-edge-small {
   -webkit-border-radius: 2px;
   border-radius: 2px;
}
.btn.btn-link {
   padding: 0 0 2px;
   position: relative;
   text-decoration: none;
   border: 0;
   border-bottom: 2px solid;
   letter-spacing: 0;
   background-color: transparent;
}
.btn.btn-link.thin {
   border-bottom: 1px solid;
}
.btn.btn-link:hover {
   opacity: 0.7;
}
.btn.btn-link:focus-visible {
   box-shadow: none;
}
.btn.btn-link-gradient {
   padding: 0 0 3px !important;
   position: relative;
   border: 0;
   background-color: transparent;
}
.btn.btn-link-gradient > span {
   position: absolute;
   bottom: 0;
   left: 0;
   height: 2px;
   width: 100%;
}
.btn.btn-link-gradient.thin span {
   height: 1px;
}
.btn.btn-link-gradient.expand span {
   width: 50%;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.btn.btn-link-gradient:hover {
   opacity: 0.7;
}
.btn.btn-link-gradient:hover.expand:hover span {
   width: 100%;
}
.btn.btn-expand {
   position: relative;
   z-index: 1;
}
.btn.btn-expand span {
   position: absolute;
   top: 0;
   left: 0;
   width: 50%;
   height: 100%;
   z-index: -1;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.btn.btn-expand:hover,
.btn.btn-expand:active {
   border-color: transparent;
}
.btn.btn-expand:hover span,
.btn.btn-expand:active span {
   width: 100%;
}
.btn.btn-expand-ltr {
   position: relative;
   z-index: 1;
   background-color: transparent;
   border: 0;
   color: initial;
}
.btn.btn-expand-ltr:active {
   background-color: transparent;
   border: 0;
   color: initial;
}
.btn.btn-expand-ltr span {
   border-radius: 50px;
   position: absolute;
   top: 50%;
   left: 0;
   z-index: -1;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.btn.btn-expand-ltr:hover span {
   width: 100% !important;
}
.btn.btn-expand-ltr.btn-extra-large {
   padding: 18px 28px;
}
.btn.btn-expand-ltr.btn-extra-large span {
   width: 60px;
   height: 60px;
}
.btn.btn-expand-ltr.btn-large {
   padding: 14px 26px;
}
.btn.btn-expand-ltr.btn-large span {
   width: 50px;
   height: 50px;
}
.btn.btn-expand-ltr.btn-medium {
   padding: 12px 24px;
}
.btn.btn-expand-ltr.btn-medium span {
   width: 44px;
   height: 44px;
}
.btn.btn-expand-ltr.btn-small {
   padding: 10px 22px;
}
.btn.btn-expand-ltr.btn-small span {
   width: 40px;
   height: 40px;
}
.btn.btn-expand-ltr.btn-very-small {
   padding: 8px 18px;
}
.btn.btn-expand-ltr.btn-very-small span {
   width: 38px;
   height: 38px;
}
.btn.btn-hover-animation-switch.btn-link {
   border-bottom: 0;
   padding-bottom: 0;
}
.btn.btn-hover-animation-switch.btn-link:hover {
   opacity: 1;
}
.btn.btn-hover-animation-switch > span {
   display: inline-flex;
   align-items: center;
}
.btn.btn-hover-animation-switch .btn-text {
   margin-left: -13px;
   position: relative;
   z-index: 3;
   transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
}
.btn.btn-hover-animation-switch .btn-icon {
   margin-left: 6px;
   position: relative;
   transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
   transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
   line-height: 0;
   z-index: 3;
}
.btn.btn-hover-animation-switch .btn-icon i {
   margin: 0;
   line-height: 0;
}
.btn.btn-hover-animation-switch .btn-icon + .btn-icon {
   order: -2;
   opacity: 0;
   transition-delay: 0s;
   margin-left: 0;
   -webkit-transform: translateX(-10px);
   transform: translate(-10px);
}
.btn.btn-hover-animation-switch:hover .btn-text {
   transition-delay: 0.1s;
   transform: translate(23px);
}
.btn.btn-hover-animation-switch:hover .btn-icon {
   transition-delay: 0s;
   transform: translate(10px);
   opacity: 0;
}
.btn.btn-hover-animation-switch:hover .btn-icon + .btn-icon {
   opacity: 1;
   transform: translate(0);
   transition-delay: 0.225s;
}
.btn.btn-hover-animation-switch.btn-icon-left .btn-text {
   margin-right: -15px;
   margin-left: 0;
   position: relative;
   z-index: 3;
}
.btn.btn-hover-animation-switch.btn-icon-left .btn-icon {
   opacity: 0;
   margin-left: 0;
   transition-delay: 0s;
   -webkit-transform: translateX(10px);
   transform: translate(10px);
}
.btn.btn-hover-animation-switch.btn-icon-left .btn-icon + .btn-icon {
   opacity: 1;
   margin-left: 0;
   margin-right: 6px;
   transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
   transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
   -webkit-transform: translateX(0px);
   transform: translate(0);
}
.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-text {
   transition-delay: 0.1s;
   transform: translate(-20px);
}
.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-icon {
   transform: translate(0);
   opacity: 1;
   transition-delay: 0.225s;
}
.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-icon + .btn-icon {
   opacity: 0;
   transition-delay: 0s;
   transform: translate(-10px);
}
.btn.btn-hover-animation.btn-link {
   border-bottom: 0;
   padding-bottom: 0;
}
.btn.btn-hover-animation.btn-link:hover {
   opacity: 1;
}
.btn.btn-hover-animation > span {
   display: inline-flex;
   align-items: center;
}
.btn.btn-hover-animation .btn-text {
   margin-left: 0;
   position: relative;
   z-index: 3;
   transition: transform 0.5s;
}
.btn.btn-hover-animation .btn-icon {
   display: inline-flex;
   align-items: center;
   margin-left: -24px;
}
.btn.btn-hover-animation .btn-icon i {
   display: inline-block;
   opacity: 0;
   top: 0;
   transform: translate(0.24px);
   transition: opacity 0.25s, transform 0.5s;
}
.btn.btn-hover-animation:hover .btn-text {
   -webkit-transform: translateX(-12px);
   transform: translate(-12px);
}
.btn.btn-hover-animation:hover .btn-icon i {
   opacity: 1;
   -webkit-transform: translateX(12px);
   transform: translate(12px);
}
.btn.btn-hover-animation:active {
   border-color: transparent !important;
}
.btn.btn-hover-animation.btn-icon-left .btn-icon {
   margin-right: -24px;
   margin-left: 0;
}
.btn.btn-hover-animation.btn-icon-left .btn-icon i {
   transform: translate(0.24px);
}
.btn.btn-hover-animation.btn-icon-left .btn-text {
   margin-right: 0;
   margin-left: 0;
}
.btn.btn-hover-animation.btn-icon-left:hover .btn-text {
   -webkit-transform: translateX(15px);
   transform: translate(15px);
}
.btn.btn-hover-animation.btn-icon-left:hover .btn-icon i {
   opacity: 1;
   -webkit-transform: translateX(-20px);
   transform: translate(-20px);
}
.btn.btn-slide-up span {
   -webkit-transform: translateY(100%);
   transform: translateY(100%);
}
.btn.btn-slide-down span {
   -webkit-transform: translateY(-100%);
   transform: translateY(-100%);
}
.btn.btn-slide-left span {
   -webkit-transform: translateX(100%);
   transform: translate(100%);
}
.btn.btn-slide-right span {
   -webkit-transform: translateX(-100%);
   transform: translate(-100%);
}
.btn.btn-slide-up,
.btn.btn-slide-down,
.btn.btn-slide-left,
.btn.btn-slide-right {
   position: relative;
   z-index: 1;
   overflow: hidden;
}
.btn.btn-slide-up span,
.btn.btn-slide-down span,
.btn.btn-slide-left span,
.btn.btn-slide-right span {
   position: absolute;
   height: 100%;
   width: 102%;
   z-index: -1;
   left: -2px;
   top: 0;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.btn.btn-slide-up:hover span,
.btn.btn-slide-down:hover span,
.btn.btn-slide-left:hover span,
.btn.btn-slide-right:hover span {
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.btn.btn-radius {
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
}
.btn.btn-radius:hover {
   -webkit-border-radius: 10px;
   border-radius: 10px;
}
.btn.arrow-bounce-right {
   position: relative;
}
.btn.arrow-bounce-right:before {
   content: "";
   font-family: "Font Awesome 5 Free";
   position: absolute;
   top: inherit;
   left: 80%;
   transition: all 0.3s;
   opacity: 0;
   font-weight: 900;
   margin-top: 3px;
}
.btn.arrow-bounce-right:hover:before {
   left: 85%;
   opacity: 1;
}
.btn.underline-on-hover {
   position: relative;
   padding: 0 0 2px;
   border: none;
   opacity: 1 !important;
}
.btn.underline-on-hover:after {
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   border-bottom: 2px solid;
   content: "";
   opacity: 0;
   -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
   transition: opacity 0.3s, transform 0.3s;
   -webkit-transform: translateY(7px);
   transform: translateY(7px);
}
.btn.underline-on-hover:hover:after {
   opacity: 1;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.btn.underline-on-hover.btn-medium,
.btn.underline-on-hover.btn-small,
.btn.underline-on-hover.btn-very-small {
   padding: 0 0 3px;
}
.btn.hover-text-dark {
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
   margin: 0;
   padding: 0;
   position: relative;
   border-bottom: none;
   opacity: 0.4;
   display: inline-block;
}
.btn.hover-text-dark:after {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   display: block;
   content: attr(data-hover);
   max-height: 0;
   overflow: hidden;
   -webkit-transition: max-height 0.5s;
   transition: max-height 0.5s;
}
.btn.hover-text-dark:hover {
   opacity: 1;
}
.btn.hover-text-dark:hover:after {
   max-height: 100%;
}
.btn.hover-text-light {
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
   margin: 0;
   padding: 0;
   position: relative;
   border-bottom: none;
   opacity: 1;
   display: inline-block;
}
.btn.hover-text-light:after {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   display: block;
   content: attr(data-hover);
   max-height: 0;
   overflow: hidden;
   -webkit-transition: max-height 0.5s;
   transition: max-height 0.5s;
}
.btn.hover-text-light:hover {
   opacity: 0.6;
}
.btn.hover-text-light:hover:after {
   max-height: 100%;
}
.btn.btn-base-color {
   background-color: var(--base-color);
   color: var(--white);
}
.btn.btn-base-color:hover,
.btn.btn-base-color:active {
   background-color: transparent;
   border-color: var(--base-color);
   color: var(--base-color);
}
.btn.btn-dark-gray {
   background-color: var(--dark-gray);
   color: var(--white);
}
.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:active {
   background-color: transparent;
   border-color: var(--dark-gray);
   color: var(--dark-gray);
}
.btn.btn-black {
   background-color: var(--black);
   color: var(--white);
}
.btn.btn-black:hover,
.btn.btn-black:active {
   background-color: transparent;
   border-color: var(--black);
   color: var(--black);
}
.btn.btn-white {
   background-color: var(--white);
   color: var(--dark-gray);
}
.btn.btn-white:hover,
.btn.btn-white:active {
   background-color: transparent;
   border-color: var(--white);
   color: var(--white);
}
.btn.btn-cornflower-blue {
   background-color: var(--cornflower-blue);
   color: var(--white);
}
.btn.btn-cornflower-blue:hover,
.btn.btn-cornflower-blue:active {
   background-color: transparent;
   border-color: var(--cornflower-blue);
   color: var(--cornflower-blue);
}
.btn.btn-jade {
   background-color: var(--jade);
   color: var(--white);
}
.btn.btn-jade:hover,
.btn.btn-jade:active {
   background-color: transparent;
   border-color: var(--jade);
   color: var(--jade);
}
.btn.btn-transparent-black {
   background-color: transparent;
   border-color: var(--black);
   color: var(--black);
}
.btn.btn-transparent-black:hover,
.btn.btn-transparent-black:active {
   background-color: var(--black);
   border-color: var(--black);
   color: var(--white);
}
.btn.btn-transparent-white {
   background-color: transparent;
   border-color: var(--white);
   color: var(--white);
}
.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:active {
   background-color: var(--white);
   border-color: var(--white);
   color: var(--dark-gray);
}
.btn.btn-transparent-white-light {
   background-color: transparent;
   border-color: #ffffff4d;
   color: var(--white);
}
.btn.btn-transparent-white-light:hover,
.btn.btn-transparent-white-light:active {
   background-color: var(--white);
   border-color: #ffffff4d;
   color: var(--dark-gray);
}
.btn.btn-transparent-base-color {
   background-color: transparent;
   border-color: var(--base-color);
   color: var(--base-color);
}
.btn.btn-transparent-base-color:hover,
.btn.btn-transparent-base-color:active {
   background-color: var(--base-color);
   border-color: var(--base-color);
   color: var(--white);
}
.btn.btn-transparent-dark-gray {
   background-color: transparent;
   border-color: var(--dark-gray);
   color: var(--dark-gray);
}
.btn.btn-transparent-dark-gray:hover,
.btn.btn-transparent-dark-gray:active {
   background-color: var(--dark-gray);
   border-color: var(--dark-gray);
   color: var(--white);
}
.btn.btn-transparent-light-gray {
   background-color: transparent;
   border-color: var(--extra-medium-gray);
   color: var(--dark-gray);
}
.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:active {
   background-color: var(--dark-gray);
   border-color: var(--dark-gray);
   color: var(--white);
}
.btn.btn-double-border.btn-extra-large {
   padding: 0;
}
.btn.btn-double-border.btn-extra-large > span {
   padding: 24px 50px;
}
.btn.btn-double-border.btn-large {
   padding: 0;
}
.btn.btn-double-border.btn-large > span {
   padding: 18px 42px;
}
.btn.btn-double-border.btn-medium {
   padding: 0;
}
.btn.btn-double-border.btn-medium > span {
   padding: 16px 34px;
}
.btn.btn-double-border.btn-small {
   padding: 0;
}
.btn.btn-double-border.btn-small > span {
   padding: 13px 32px;
}
.btn.btn-double-border.btn-very-small {
   padding: 0;
}
.btn.btn-double-border.btn-very-small > span {
   padding: 10px 22px;
}
.btn.btn-double-border > span {
   display: inline-flex;
   align-items: center;
   position: relative;
   overflow: hidden;
}
.btn.btn-double-border .btn-double-text {
   transition: opacity 0.65s, transform 0.65s;
   transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.btn.btn-double-border .btn-double-text:before {
   content: attr(data-text);
   display: inline-block;
   position: absolute;
   white-space: nowrap;
   top: 50%;
   opacity: 0;
   left: 50%;
   transform: translate(-50%, 100%);
   transition: opacity 0.5s, transform 0.8s;
   transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.btn.btn-double-border:hover .btn-double-text {
   transform: translateY(-200%);
}
.btn.btn-double-border:hover .btn-double-text:before {
   transform: translate(-50%, 150%);
   opacity: 1;
}
.btn.btn-double-border:after {
   display: inline-block;
   content: "";
   position: absolute;
   border: 1px solid;
   width: calc(100% - 8px);
   height: calc(100% + 12px);
   top: -6px;
   left: 4px;
   transform: translate(0) translateY(0);
   z-index: 0;
}
.btn.btn-double-border.btn-border-base-color {
   position: relative;
   border: 1px solid var(--base-color);
   color: var(--base-color);
}
.btn.btn-double-border.btn-border-base-color:hover {
   border-color: var(--dark-gray);
   color: var(--dark-gray);
}
.btn.btn-double-border.btn-border-base-color:hover:after {
   border-color: var(--dark-gray);
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.btn.btn-double-border.btn-border-base-color.hover-border-color-white:hover {
   border-color: var(--white);
   color: var(--white);
}
.btn.btn-double-border.btn-border-base-color.hover-border-color-white:hover:after {
   border-color: var(--white);
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.btn.btn-double-border.btn-border-color-dark-gray {
   position: relative;
   border: 1px solid var(--dark-gray);
   color: var(--dark-gray);
}
.btn.btn-double-border.btn-border-color-dark-gray:hover {
   border-color: var(--base-color);
   color: var(--base-color);
}
.btn.btn-double-border.btn-border-color-dark-gray:hover:after {
   border-color: var(--base-color);
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.btn.btn-double-border.btn-border-color-white {
   position: relative;
   border: 1px solid var(--white);
   color: var(--white);
}
.btn.btn-double-border.btn-border-color-white:hover {
   border-color: var(--base-color);
   color: var(--base-color);
}
.btn.btn-double-border.btn-border-color-white:hover:after {
   border-color: var(--base-color);
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.btn.btn-double-border.btn-border-color-transparent-white {
   position: relative;
   border: 1px solid rgba(255, 255, 255, 0.2);
   color: var(--white);
}
.btn.btn-double-border.btn-border-color-transparent-white:after {
   border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn.btn-double-border.btn-border-color-transparent-white:hover {
   border-color: #fff;
   color: var(--white);
}
.btn.btn-double-border.btn-border-color-transparent-white:hover:after {
   border-color: #fff;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.btn.btn-double-border.btn-border-color-transparent-dark {
   position: relative;
   border: 1px solid rgba(35, 35, 35, 0.2);
   color: var(--dark-gray);
}
.btn.btn-double-border.btn-border-color-transparent-dark:after {
   border: 1px solid rgba(35, 35, 35, 0.2);
}
.btn.btn-double-border.btn-border-color-transparent-dark:hover {
   border-color: #232323;
   color: var(--dark-gray);
}
.btn.btn-double-border.btn-border-color-transparent-dark:hover:after {
   border-color: #232323;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.btn.btn-switch-text.btn-extra-large {
   padding: 0;
}
.btn.btn-switch-text.btn-extra-large > span {
   padding: 22px 40px;
}
.btn.btn-switch-text.btn-large {
   padding: 0;
}
.btn.btn-switch-text.btn-large > span {
   padding: 18px 34px;
}
.btn.btn-switch-text.btn-medium {
   padding: 0;
}
.btn.btn-switch-text.btn-medium > span {
   padding: 16px 30px;
}
.btn.btn-switch-text.btn-small {
   padding: 0;
}
.btn.btn-switch-text.btn-small > span {
   padding: 13px 24px;
}
.btn.btn-switch-text.btn-very-small {
   padding: 0;
}
.btn.btn-switch-text.btn-very-small > span {
   padding: 10px 20px;
}
.btn.btn-switch-text > span {
   display: inline-flex;
   align-items: center;
   position: relative;
   overflow: hidden;
}
.btn.btn-switch-text .btn-double-text {
   transition: opacity 0.65s, transform 0.85s;
   transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.btn.btn-switch-text .btn-double-text:before {
   content: attr(data-text);
   display: inline-block;
   position: absolute;
   white-space: nowrap;
   top: 50%;
   opacity: 0;
   left: 50%;
   transform: translate(-50%, 100%);
   transition: opacity 0.5s, transform 0.8s;
   transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.btn.btn-switch-text:hover .btn-double-text,
.btn.btn-switch-text:active .btn-double-text {
   transform: translateY(-200%);
}
.btn.btn-switch-text:hover .btn-double-text:before,
.btn.btn-switch-text:active .btn-double-text:before {
   transform: translate(-50%, 150%);
   opacity: 1;
}
.btn.btn-switch-text.purchase-envato.btn-small {
   padding: 0;
}
.btn.btn-switch-text.purchase-envato.btn-small > span {
   padding: 11px 30px;
}
.btn.base-color-hover:hover,
.btn.base-color-hover:active {
   background-color: var(--base-color);
   color: var(--white);
}
.btn.white-hover:hover,
.btn.white-hover:active {
   background-color: var(--white);
   color: var(--dark-gray);
}
.btn.black-hover:hover,
.btn.black-hover:active {
   background-color: var(--dark-gray);
   color: var(--white);
}
.btn.btn-box-shadow.btn-white:hover,
.btn.btn-box-shadow.btn-white:active {
   background: var(--white);
   color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-black:hover,
.btn.btn-box-shadow.btn-black:active {
   background: var(--black);
   color: var(--white);
}
.btn.btn-box-shadow.btn-dark-gray:hover,
.btn.btn-box-shadow.btn-dark-gray:active {
   background: var(--dark-gray);
   color: var(--white);
}
.btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:active {
   background: var(--base-color);
   color: var(--white);
}
.btn.btn-box-shadow.btn-cornflower-blue:hover,
.btn.btn-box-shadow.btn-cornflower-blue:active {
   background-color: var(--cornflower-blue);
   color: var(--white);
}
.btn.btn-box-shadow.btn-jade:hover,
.btn.btn-box-shadow.btn-jade:active {
   background-color: var(--jade);
   color: var(--white);
}
.btn.with-rounded {
   position: relative;
}
.btn.with-rounded > span {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 42px;
   height: 42px;
   position: absolute;
   border-radius: 100%;
   right: 8px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
   box-shadow: 0 5px 10px #00000059;
}
.btn.with-rounded > span i {
   margin: 0;
}
.btn.with-rounded.btn-extra-large {
   padding-right: 70px;
}
.btn.with-rounded.btn-large {
   padding-right: 55px;
}
.btn.with-rounded.btn-large > span {
   width: 34px;
   height: 34px;
   right: 8px;
}
.btn.with-rounded.btn-medium {
   padding-right: 50px;
}
.btn.with-rounded.btn-medium > span {
   width: 32px;
   height: 32px;
   right: 8px;
}
.btn.with-rounded.btn-small {
   padding-right: 45px;
}
.btn.with-rounded.btn-small > span {
   width: 28px;
   height: 28px;
   right: 6px;
}
.btn.with-rounded.btn-very-small {
   padding-right: 37px;
}
.btn.with-rounded.btn-very-small > span {
   width: 26px;
   height: 26px;
   right: 5px;
}
.left-icon i {
   margin-right: 6px;
   margin-left: 0;
}
[class*="btn-transparent"],
[class*=" btn-transparent"] {
   font-weight: 600;
}
[class*="btn-gradient-"] {
   background-color: transparent;
   border-color: transparent;
}
[class*="btn-gradient-"]:active {
   background-color: transparent;
   border-color: transparent !important;
   color: var(--white) !important;
}
[class*="btn-gradient-"]:hover {
   background-position: right center;
   color: var(--white);
}
.btn-gradient-purple-pink {
   background-image: linear-gradient(to right, #8b14b1, #d53d6e, #8b14b1);
   background-size: 200% auto;
   color: var(--white);
}
.btn-gradient-fast-pink-light-yellow {
   background-image: linear-gradient(to right, #f7567f, #ffba83, #f7567f);
   background-size: 200% auto;
   color: var(--white);
}
.btn-gradient-pink-orange {
   background-image: linear-gradient(to right, #de347f, #ef5f43, #de347f);
   background-size: 200% auto;
   color: var(--white);
}
.btn-gradient-fast-blue-purple {
   background-image: linear-gradient(to right, #2a46f4, #bf25ff, #2a46f4);
   background-size: 200% auto;
   color: var(--white);
}
.btn-gradient-light-pink-light-purple {
   background-image: linear-gradient(to right, #ed579b, #bc63e8, #ed579b);
   background-size: 200% auto;
   color: var(--white);
}
.btn-gradient-sky-blue-pink {
   background-image: linear-gradient(to right, #5758df, #f77991, #5758df);
   background-size: 200% auto;
   color: var(--white);
}
.btn-dual .btn {
   margin-left: 10px;
   margin-right: 10px;
}
.btn-dual .btn.btn-link,
.btn-dual .btn.btn-underline,
.btn-dual .btn.btn-zoom,
.btn-dual .btn.btn-link-gradient {
   margin-left: 30px;
   margin-right: 30px;
}
.categories-btn {
   padding: 4px 12px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   margin-left: 5px;
   display: inline-block;
   font-size: 12px;
   line-height: 20px;
}
.clients-style-01 .client-image:hover > img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-filter: blur(3px);
   filter: blur(3px);
}
.clients-style-02 .swiper-slide {
   -webkit-transition: all 0.35s ease-in-out;
   transition: all 0.35s ease-in-out;
}
.clients-style-02 .swiper-slide:hover {
   -webkit-filter: grayscale(1);
   filter: grayscale(1);
}
.clients-style-02 .swiper-button-prev {
   left: -110px;
}
.clients-style-02 .swiper-button-next {
   right: -110px;
}
.clients-style-03 .client-box {
   -webkit-transition: all 0.35s cubic-bezier(0.12, 0, 0.39, 0);
   transition: all 0.35s cubic-bezier(0.12, 0, 0.39, 0);
   will-change: transform;
}
.clients-style-03 .client-box:hover {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.clients-style-04 .client-box:hover {
   opacity: 0.5;
}
.clients-style-05 .client-box {
   position: relative;
   -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.clients-style-05 .client-box img {
   z-index: 2;
   position: relative;
}
.clients-style-05 .client-box:hover {
   opacity: 0.5;
   -webkit-transform: translateY(-8px);
   transform: translateY(-8px);
}
.clients-style-06 .client-box {
   -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.clients-style-06 .client-box img {
   max-width: inherit;
}
.clients-style-06:hover .client-box {
   opacity: 0.4;
}
.clients-style-06:hover .client-box:hover {
   opacity: 1;
}
.clients-style-07 .client-box .client-info {
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
}
.clients-style-07 .client-box .client-info .client-content {
   position: absolute;
   bottom: 0;
   right: 0;
   -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
   transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
   overflow: hidden;
}
.clients-style-07 .client-box .client-info .client-content .client-link {
   position: absolute;
   opacity: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
   left: 0;
   right: 0;
}
.clients-style-07 .client-box .client-info:hover .client-content {
   margin: 0;
   width: 100% !important;
   height: 100% !important;
   border-radius: 0;
}
.clients-style-07 .client-box .client-info:hover .client-content .client-icon {
   opacity: 0;
   visibility: hidden;
}
.clients-style-07 .client-box .client-info:hover .client-content .client-link {
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.clients-style-07 .client-box .client-info:hover .client-content .box-overlay {
   opacity: 1;
   visibility: visible;
}
.clients-style-08 .client-box {
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   opacity: 0.5;
}
.clients-style-08 .client-box:hover {
   opacity: 1;
}
.show-grid [class^="col-"] {
   background-color: #f5f5f5;
   border: 1px solid rgba(0, 0, 0, 0.2);
   margin-bottom: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   text-align: center;
}
.select-style select {
   background-image: url(../images/contact-form-down-arrow.jpg);
   background-repeat: no-repeat;
   background-position: top 25px right 30px;
   cursor: pointer;
   -webkit-appearance: none;
   background-color: transparent;
}
.terms-condition-box label {
   display: block;
}
.terms-condition-box input[type="checkbox"] {
   opacity: 0;
   visibility: hidden;
   position: absolute;
   top: 4px;
   left: 0;
}
.terms-condition-box input[type="checkbox"]:checked + .box:after {
   display: block;
}
.terms-condition-box input[type="checkbox"].is-invalid + .box:before {
   border-color: #dc3545;
}
.terms-condition-box .box {
   position: relative;
   padding-left: 30px;
   cursor: pointer;
   display: inline-block;
}
.terms-condition-box .box:before {
   content: "";
   width: 20px;
   height: 20px;
   background-color: transparent;
   border: 1px solid var(--extra-medium-gray);
   position: absolute;
   top: 5px;
   left: 0;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}
.terms-condition-box .box:after {
   position: absolute;
   left: 7px;
   top: 9px;
   content: "";
   width: 6px;
   height: 10px;
   display: none;
   border: solid var(--dark-gray);
   border-width: 0 2px 2px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
.contact-form-style-01 input,
.contact-form-style-01 textarea,
.contact-form-style-01 select {
   padding-left: 55px;
}
.contact-form-style-01 .form-group .form-icon {
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   padding-top: 2px;
   left: 25px;
}
.contact-form-style-01 .form-group.form-textarea .form-icon {
   top: 12px;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.contact-form-style-03 input,
.contact-form-style-03 textarea {
   outline: none;
   border: none;
   border-bottom: 1px solid;
   background: transparent;
}
.contact-form-style-03 select {
   outline: none;
   border: none;
   border-bottom: 1px solid;
}
.contact-form-style-03 input:focus,
.contact-form-style-03 select:focus,
.contact-form-style-03 textarea:focus,
.contact-form-style-03 .form-control:focus {
   border: 0;
   border-bottom: 1px solid #c2c2c2;
}
.contact-form-style-03 textarea {
   resize: none;
}
.contact-form-style-03 .form-group .form-icon {
   position: absolute;
   top: 50%;
   right: 5px;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.contact-form-style-03 .form-group.form-textarea .form-icon {
   top: 10px;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.contact-form-style-03 .form-control,
.contact-form-style-03 .form-control.is-invalid,
.contact-form-style-03 .was-validated .form-control:invalid {
   background-position: right 35px center !important;
}
.contact-form-style-06 input,
.contact-form-style-06 textarea {
   color: var(--white);
}
.contact-form-style-06 input:focus,
.contact-form-style-06 textarea:focus {
   color: var(--white);
}
.contact-form-style-06 input::placeholder,
.contact-form-style-06 textarea::placeholder {
   color: var(--light-medium-gray);
}
.contact-form-style-06 .select-style select {
   color: var(--light-medium-gray);
   background-image: url(../images/contact-form-arrow-white.png);
   background-position: top 25px right 20px;
   padding-right: 45px;
}
.contact-form-style-06 .select-style select option {
   color: var(--dark-gray);
}
.contact-form-style-07 input,
.contact-form-style-07 textarea {
   outline: none;
   border: none;
   border-bottom: 1px solid;
   background: transparent;
}
.contact-form-style-07 select {
   outline: none;
   border: none;
   border-bottom: 1px solid;
}
.contact-form-style-07 input:focus,
.contact-form-style-07 select:focus,
.contact-form-style-07 textarea:focus,
.contact-form-style-07 .form-control:focus {
   border: 0;
   border-bottom: 1px solid #c2c2c2;
}
.contact-form-style-07 textarea {
   resize: none;
}
.contact-form-style-07 .form-group .form-icon {
   position: absolute;
   top: 50%;
   right: 5px;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.contact-form-style-07 .form-group.form-textarea .form-icon {
   top: 10px;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.contact-form-style-07 .form-control,
.contact-form-style-07 .form-control.is-invalid,
.contact-form-style-07 .was-validated .form-control:invalid {
   background-position: right 35px center !important;
}
.swiper-button-next,
.swiper-button-prev {
   color: var(--dark-gray);
}
.swiper-button-next:after,
.swiper-button-prev:after {
   display: none;
   content: "";
}
.text-slider-style-02 .swiper-slide {
   opacity: 0.2;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.text-slider-style-02 .swiper-slide.swiper-slide-active {
   opacity: 1;
}
.text-slider-style-03 .swiper-slide > img {
   object-fit: cover;
   height: 100%;
   width: 100%;
}
.text-slider-style-05 .swiper-slide {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   opacity: 0.3;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.text-slider-style-05 .swiper-slide .services-box-style-01:hover img {
   -webkit-transform: scale(1);
   transform: scale(1);
}
.text-slider-style-05 .swiper-slide .services-box-style-01:hover .icon-box {
   opacity: 0;
}
.text-slider-style-05 .swiper-slide.swiper-slide-next {
   -webkit-filter: grayscale(0);
   filter: grayscale(0);
   opacity: 1;
}
.text-slider-style-05 .swiper-slide.swiper-slide-next .services-box-style-01 .icon-box {
   opacity: 1;
}
.countdown-style-01 .counter-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.countdown-style-01 .counter-container .countdown-box {
   font-family: var(--alt-font);
   color: var(--dark-gray);
   background-color: var(--white);
   width: 130px;
   min-height: 130px;
   padding: 25px 20px 20px;
   margin: 0 15px;
   text-align: center;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
   box-shadow: 0 0 25px #0000000d;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.countdown-style-01 .counter-container .countdown-box .number {
   font-size: 2.375rem;
   line-height: 2.5rem;
   font-weight: 600;
   margin-bottom: 5px;
   letter-spacing: -1px;
}
.countdown-style-01 .counter-container .countdown-box span {
   font-size: 14px;
   line-height: 14px;
   color: var(--medium-gray);
   text-transform: uppercase;
}
.countdown-style-02 .countdown-box {
   position: relative;
   width: 165px;
   padding: 0 15px;
   color: var(--white);
   font-family: var(--alt-font);
   display: inline-block;
   text-align: center;
}
.countdown-style-02 .countdown-box:before {
   content: ":";
   position: absolute;
   top: 50%;
   right: -5px;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   color: var(--white);
   text-align: center;
   font-size: 3rem;
   margin-top: -4px;
}
.countdown-style-02 .countdown-box:last-child:before {
   display: none;
}
.countdown-style-02 .countdown-box .number {
   font-size: 3.5rem;
   line-height: 3.75rem;
   font-weight: 600;
   letter-spacing: -1px;
}
.countdown-style-02 .countdown-box span {
   font-size: 15px;
   line-height: 14px;
   text-transform: uppercase;
   position: absolute;
   top: -26px;
   left: 0;
   right: 0;
   color: var(--white);
   font-weight: 500;
}
.countdown-style-03 .countdown-box {
   width: 130px;
   display: inline-block;
   margin: 0 15px;
   text-align: center;
}
.countdown-style-03 .countdown-box .number {
   color: var(--dark-gray);
   font-size: 4.3rem;
   line-height: 4.3rem;
   font-family: var(--alt-font);
   letter-spacing: -1px;
   font-weight: 700;
}
.countdown-style-03 .countdown-box span {
   color: var(--medium-gray);
   text-transform: uppercase;
   font-size: 14px;
   line-height: 16px;
   font-weight: 500;
}
.countdown-style-04 .countdown-box {
   width: 160px;
   display: inline-block;
   margin: 0 7px;
   text-align: center;
   position: relative;
}
.countdown-style-04 .countdown-box:before {
   content: ":";
   position: absolute;
   top: 20px;
   font-size: 2rem;
   color: var(--white);
   right: -10px;
   margin-top: -5px;
   font-weight: 400;
   opacity: 0.7;
}
.countdown-style-04 .countdown-box:last-child:before {
   display: none;
}
.countdown-style-04 .countdown-box .number {
   color: #fff;
   font-size: 4.5rem;
   line-height: 4.5rem;
   font-family: var(--alt-font);
   font-weight: 600;
}
.countdown-style-04 .countdown-box span {
   color: var(--very-light-gray);
   font-size: 15px;
}
.counter-style-03 .feature-box i {
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.counter-style-03 .feature-box:hover i {
   -webkit-transform: translateY(-7px);
   transform: translateY(-7px);
}
.counter-style-04 .vertical-counter:after {
   content: attr(data-text);
   display: inline-block;
   margin-left: 3px;
   word-break: normal;
}
.counter-style-06 .feature-box-content .counter-title {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.counter-style-06 .feature-box-content:after {
   content: "";
   display: block;
   height: 40%;
   right: 0;
   top: 50%;
   width: 1px;
   position: absolute;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   background-color: var(--extra-medium-gray);
}
.counter-style-06 .feature-box:last-child .feature-box-content:after {
   display: none;
}
.counter-style-07 .vertical-counter-number {
   z-index: 1;
}
.vertical-counter-number {
   overflow: hidden;
   width: 100%;
   height: auto;
}
.vertical-counter-number ul {
   text-align: center;
   margin: 0;
   padding: 0;
   list-style: none;
   will-change: transform;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.divider-style-01 .divider-shadow:after,
.divider-style-01 .divider-shadow:before {
   flex: 1 1 auto;
   -webkit-box-flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   content: "";
   height: 10px;
   margin-top: 7px;
   box-shadow: 0 6px 10px -10px #8c8b8b inset;
}
.divider-style-01 .divider-border:after,
.divider-style-01 .divider-border:before {
   flex: 1 1 auto;
   -webkit-box-flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   content: "";
   height: 10px;
   margin-top: 7px;
   border-top: 1px solid #e4e4e4;
}
.divider-style-02 .divider-dot {
   position: relative;
}
.divider-style-02 .divider-dot span {
   content: "";
   position: absolute;
   z-index: 1;
   top: 50%;
   left: 50%;
   margin: -10px 0 0 -13px;
   width: 25px;
   height: 25px;
   box-shadow: inset 0 0 0 6px #fff;
}
.divider-style-02 .divider-dot:after {
   top: 0;
   content: "";
   height: 100%;
   width: 1px;
   flex: 1 1 auto;
   -webkit-box-flex: 1 1 1px;
   -ms-flex: 1 1 1px;
   border-left: 1px solid #e4e4e4;
   position: absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
}
.divider-style-03.divider-style-03-01 {
   border-top: 1px solid;
   width: 100%;
}
.divider-style-03.divider-style-03-02 {
   border-top: 1px dashed;
}
.divider-style-03.divider-style-03-03 {
   border-top: 4px double;
}
.divider-style-03.divider-style-03-04 {
   border-top: 2px dashed;
}
.divider-style-03.divider-style-03-05 {
   border-top: 2px dotted;
}
.first-letter {
   float: left;
   font-size: 4.5rem;
   line-height: 4.5rem;
   font-weight: 600;
   text-align: center;
   margin: 0 25px 0 0;
}
.first-letter-block {
   font-size: 4.5rem;
   line-height: 100px;
   font-weight: 600;
   width: 100px;
   height: 100px;
   margin: 8px 35px 0 0;
}
.first-letter-round {
   -webkit-border-radius: 50%;
   border-radius: 50%;
   font-size: 3.5rem;
}
.first-letter-big {
   float: left;
   font-size: 9rem;
   line-height: 9rem;
   padding: 0;
   text-align: center;
   position: relative;
}
.first-letter-small {
   font-size: 3.438rem;
   line-height: 4rem;
   font-weight: 600;
   width: 65px;
   height: 65px;
   margin: 8px 30px 0 0;
}
.time-table {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   flex-flow: row nowrap;
   -webkit-box-align: stretch;
   align-items: stretch;
   -webkit-box-flex: 1;
   flex: 1 0;
}
.time-table + .time-table .time-table-box {
   border-top-width: 0 !important;
}
.time-table-box {
   -webkit-box-align: stretch;
   align-items: stretch;
   text-align: center;
   flex-basis: 12.5%;
   padding: 30px 10px;
   position: relative;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   flex-direction: column;
   -webkit-box-pack: center;
   justify-content: center;
   min-height: 100px;
}
.time-table-box .inner-box {
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   flex-direction: column;
   -webkit-box-pack: center;
   justify-content: center;
   -webkit-box-flex: 1;
   flex: 1 auto;
   z-index: 9;
}
.time-table-box .inner-box > div {
   line-height: initial;
   margin-top: 7px;
}
.time-table-box + .time-table-box {
   border-left-width: 0 !important;
}
.time-table-box + .time-table-box.name-box:before {
   position: absolute;
   content: "";
   transition: opacity 0.3s;
   opacity: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: var(--base-color);
}
.time-table-box + .time-table-box.name-box:hover .inner-box span,
.time-table-box + .time-table-box.name-box:hover .inner-box div {
   color: var(--white);
}
.time-table-box + .time-table-box.name-box:hover:before {
   opacity: 1;
}
.time-table-box + .time-table-box.name-box:hover .hover-detail {
   visibility: visible;
   opacity: 1;
}
.time-table-box.day {
   padding: 15px 10px;
   min-height: 1px;
}
.time-table-box .hover-detail {
   position: absolute;
   left: 50%;
   top: 100%;
   padding: 25px 30px;
   border-radius: 6px;
   width: 250px;
   z-index: 111;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translate(-50%);
   -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.14);
   box-shadow: 0 0 60px #00000024;
   -webkit-transition: 0.05s;
   transition: 0.05s;
}
.time-table-box .hover-detail:after {
   content: "";
   top: -21px;
   left: 50%;
   height: 0;
   width: 0;
   z-index: 9;
   margin-left: -14px;
   position: absolute;
   pointer-events: none;
   border: solid transparent;
   border-width: 11px;
   border-bottom-color: var(--white);
}
.time-table-box .hover-detail.hover-detail-left {
   left: auto;
   right: 0;
   -webkit-transform: none;
   -ms-transform: none;
   transform: none;
}
.time-table-box .hover-detail.hover-detail-left:after {
   right: 60px;
   left: auto;
}
.time-table-box .hover-detail.hover-detail-top {
   top: auto;
   bottom: 100%;
}
.time-table-box .hover-detail.hover-detail-top:after {
   top: auto;
   bottom: -21px;
   border-top-color: var(--white);
   border-bottom-color: transparent;
}
.name-box span,
.name-box div {
   line-height: 26px;
   transition: 0.2s;
}
.event-style-03 .nav-tabs {
   border-radius: 6px 6px 0 0;
}
.event-style-03 .nav-tabs .nav-link {
   color: var(--white);
   line-height: normal;
   padding: 17px 15px 20px;
   border: 0;
   border-radius: 0;
}
.event-style-03 .nav-tabs .nav-link.active,
.event-style-03 .nav-tabs .nav-link.show,
.event-style-03 .nav-tabs .nav-link:hover {
   color: var(--dark-gray);
   background-color: var(--white);
}
.event-style-03 .nav-tabs > li.nav-item {
   padding: 0;
   width: 100%;
}
.event-style-03 .nav-tabs > li.nav-item:not(:last-child) {
   border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.event-style-03 .accordion .accordion-title .event-time {
   min-width: 354px;
}
.event-style-03 .accordion .accordion-title .event-time i {
   position: static;
   -webkit-transform: none;
   transform: none;
}
.event-style-03 .accordion .trainer-box {
   flex: 0 0 auto;
   width: 270px;
   margin-right: 85px;
   margin-top: 15px;
}
.image-mask {
   -webkit-text-fill-color: transparent;
   -webkit-background-clip: text;
}
.fancy-text-box-style-01 {
   border-bottom: 1px solid;
   border-right: 1px solid;
   overflow: hidden;
}
.fancy-text-box-style-01 .text-box-wrapper .text-box,
.fancy-text-box-style-01 .text-box-wrapper .text-box-hover {
   display: block;
   width: 100%;
   -webkit-transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
   transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.fancy-text-box-style-01 .text-box-wrapper .text-box-hover {
   opacity: 0;
   position: absolute;
}
.fancy-text-box-style-01 .text-box-wrapper:hover .text-box {
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-100%);
   transform: translateY(-100%);
   -webkit-transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
   transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.fancy-text-box-style-01 .text-box-wrapper:hover .text-box-hover {
   opacity: 1;
   -webkit-transform: translateY(-100%);
   transform: translateY(-100%);
   -webkit-transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
   transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.fancy-text-box-style-01:last-child {
   border-right: 0;
}
#map {
   height: 550px;
}
.arrow_box {
   width: 22px;
   height: 22px;
   border-radius: 100%;
   -webkit-border-top-left-radius: 100%;
   -webkit-border-top-right-radius: 100%;
   -webkit-border-bottom-right-radius: 100%;
   -webkit-border-bottom-left-radius: 100%;
   position: relative;
   opacity: 0.8;
   cursor: pointer;
}
.arrow_box span {
   width: 100%;
   height: 100%;
   border: 1px solid;
   opacity: 0.2;
   display: inline-block;
   border-radius: 100%;
   -webkit-border-top-left-radius: 100%;
   -webkit-border-top-right-radius: 100%;
   -webkit-border-bottom-right-radius: 100%;
   -webkit-border-bottom-left-radius: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
.arrow_box span:first-child {
   animation: markerWave 1.5s 0.45s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
   -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.arrow_box span:first-child + span {
   animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
   -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}
.arrow_box span:last-child {
   opacity: 0.1;
}
.arrow_box.marker02 {
   width: 18px;
   height: 18px;
}
.arrow_box.marker02 span {
   border: 0;
}
.arrow_box.marker02:after {
   content: "";
   width: 45px;
   height: 62px;
   background: url(../images/marker02.png) left center no-repeat;
   background-size: cover;
   position: absolute;
   left: -15px;
   top: -58px;
   float: left;
}
.arrow_box.marker03 {
   width: 16px;
   height: 16px;
   -webkit-transform: rotateX(0deg);
   transform: rotateX(0);
}
.arrow_box.marker03 span {
   background-color: transparent !important;
}
@keyframes markerWave {
   0% {
      transform: scale(1);
      opacity: 0.8;
   }
   20% {
      opacity: 0.8;
   }
   to {
      transform: scale(5.5);
      opacity: 0;
   }
}
@-webkit-keyframes markerWave {
   0% {
      -webkit-transform: scale(1);
      opacity: 0.8;
   }
   20% {
      opacity: 0.8;
   }
   to {
      -webkit-transform: scale(5.5);
      opacity: 0;
   }
}
.infowindow {
   color: var(--dark-gray);
   font-weight: 400;
   line-height: 26px;
   font-size: 15px;
   letter-spacing: -0.5px;
   padding: 25px !important;
   text-align: center;
}
.infowindow .mb-3 {
   margin-bottom: 5px !important;
   font-weight: 600;
   font-size: 16px;
   letter-spacing: -0.25px;
}
.infowindow p {
   color: var(--medium-gray);
   font-size: 15px;
   margin-bottom: 5px;
   letter-spacing: -0.25px;
   line-height: 24px;
}
.infowindow :last-child {
   margin-bottom: 0;
}
.gm-style .gm-style-iw-c {
   padding: 0 !important;
   border-radius: 0;
   max-width: 230px !important;
   -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
   box-shadow: 0 20px 60px #00000014;
}
.gm-style .gm-style-iw-d {
   overflow: auto !important;
}
.gm-style .gm-style-iw-t:after {
   background: var(--dark-gray);
   -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
   box-shadow: 0 20px 60px #00000014;
}
.gm-ui-hover-effect {
   opacity: 0.8;
   top: -2px !important;
   right: 2px !important;
   width: 25px !important;
   display: none !important;
   height: 25px !important;
}
.gm-ui-hover-effect img {
   width: 17px !important;
   height: 17px !important;
   margin: 6px !important;
}
.google-maps-link {
   text-align: center;
}
.google-maps-link a {
   font-size: 12px;
   font-weight: 400;
   display: block;
   background-color: var(--dark-gray);
   color: var(--white);
   padding: 15px;
   letter-spacing: 0.5px;
}
.google-maps-link a:hover {
   text-decoration: none;
}
.gmnoprint .gm-style-mtc,
.gmnoprint .gm-svpc {
   display: none;
}
.gm-style a[title],
.gmnoprint .gm-style-cc,
.gmnoprint.gm-style-cc,
.gm-style-cc,
.gmnoscreen {
   display: none !important;
}
.gm-style .gm-style-iw-tc:after {
   background: var(--dark-gray);
}
@media screen {
   .gm-style .gmnoscreen,
   .gmnoscreen {
      display: none;
   }
}
.text-highlight {
   position: relative;
   z-index: 1;
}
.text-highlight span {
   display: inline-block;
   left: -3px;
   position: absolute;
   z-index: -1;
   width: calc(100% + 6px);
}
.separator-animation {
   width: 0 !important;
   -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shadow-in .separator-animation {
   width: calc(100% + 6px) !important;
}
.feature-box {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   text-align: center;
   position: relative;
   z-index: 1;
}
.feature-box .feature-box-icon i:not([class*="text-gradient-"]) {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.feature-box.feature-box-left-icon,
.feature-box.feature-box-left-icon-middle {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
   -webkit-box-align: stretch !important;
   -ms-flex-align: stretch !important;
   align-items: stretch !important;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   text-align: left;
}
.feature-box.feature-box-left-icon .feature-box-icon,
.feature-box.feature-box-left-icon-middle .feature-box-icon {
   margin-right: 30px;
}
.feature-box.feature-box-left-icon .feature-box-content,
.feature-box.feature-box-left-icon-middle .feature-box-content {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}
.feature-box.feature-box-left-icon .content-slide-up,
.feature-box.feature-box-left-icon-middle .content-slide-up {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.feature-box.feature-box-left-icon-middle {
   -webkit-flex-flow: row wrap;
   -ms-flex-flow: row wrap;
   -webkit-box-align: center !important;
   -ms-flex-align: center !important;
   align-items: center !important;
   -webkit-box-align: center;
   -ms-flex-pack: center;
   justify-content: flex-start;
   text-align: left;
}
.feature-box.feature-box-left-icon-middle .content-slide-up {
   flex-flow: row wrap;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
.feature-box.text-start {
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: start;
}
.feature-box.text-end {
   -webkit-box-align: end;
   -ms-flex-align: end;
   align-items: flex-end;
}
.feature-box .feature-box-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   opacity: 0;
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.feature-box .content-slide-up {
   will-change: transform;
   -webkit-transform: translateY(30px);
   transform: translateY(30px);
}
.feature-box .content-slide-up .text-visible {
   opacity: 0;
}
.feature-box .border-hover {
   left: 0;
   bottom: -1px;
   width: calc(100% + 0px);
   height: 5px;
   position: absolute;
   -webkit-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transition: transform 0.5s ease;
   transition: transform 0.5s ease;
   will-change: transform;
}
.feature-box .feature-box-bg-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -9;
   opacity: 0;
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.feature-box .feature-box-icon-rounded {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   position: relative;
   overflow: hidden;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.feature-box .feature-box-icon-rounded .feature-box-icon-hover {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.feature-box .feature-box-icon-rounded i {
   position: relative;
   z-index: 1;
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.feature-box .box-move-bottom-top {
   -webkit-transform: translateY(28px);
   transform: translateY(28px);
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.feature-box .move-bottom-top {
   -webkit-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   opacity: 0;
}
.feature-box:hover .box-move-bottom-top {
   -webkit-transform: translateY(0px);
   transform: translateY(0);
}
.feature-box:hover .box-move-bottom-top .move-bottom-top {
   -webkit-transform: translateY(0px);
   transform: translateY(0);
   opacity: 1;
}
.feature-box:hover .border-hover {
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
}
.feature-box:hover .feature-box-overlay {
   opacity: 1;
}
.feature-box:hover .content-slide-up {
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.feature-box:hover .content-slide-up .text-visible {
   opacity: 1;
}
.feature-box:hover .content-slide-up.content-scale .feature-box-overlay {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.feature-box:hover .feature-box-bg-overlay {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
}
.feature-box:hover .feature-box-icon-rounded.border-color-transparent-on-hover {
   border-color: transparent !important;
}
.feature-box:hover .feature-box-icon-rounded .feature-box-icon-hover {
   opacity: 1;
}
.feature-box:hover .feature-box-content .underline-on-hover {
   color: var(--base-color);
}
.feature-box:hover .feature-box-content .underline-on-hover:after {
   opacity: 1;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.feature-box:hover .dark-hover i,
.feature-box:hover .dark-hover span {
   color: #fff;
}
.feature-box:hover .dark-hover [class*="text-gradient-"] {
   color: var(--white);
   background-image: none;
   -webkit-background-clip: inherit;
   -webkit-text-fill-color: var(--white);
}
.feature-box.border-bottom .feature-box-overlay,
.feature-box.border-top .feature-box-overlay {
   height: calc(100% + 1px);
}
.icon-with-text-style-03 * {
   word-break: initial;
}
.icon-with-text-style-05 .feature-box {
   height: 100%;
}
.icon-with-text-style-07 .hover-box:hover .feature-box-title {
   left: -25%;
}
.icon-with-text-style-07 .hover-box:hover .feature-box-title.text-outline-color-dark-gray {
   -webkit-text-stroke-color: var(--base-color);
   opacity: 1;
}
.icon-with-text-style-07 .feature-box-title {
   position: absolute;
   top: 30px;
   left: 50%;
   word-break: normal;
   width: 100%;
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.icon-with-text-style-10 .feature-box-icon:before {
   width: 100%;
   height: 50%;
   background-color: var(--base-color);
   opacity: 0.12;
   z-index: -1;
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   -webkit-transform: rotate(-40deg);
   -ms-transform: rotate(-40deg);
   transform: rotate(-40deg);
   -webkit-transform-origin: bottom center;
   -ms-transform-origin: bottom center;
   transform-origin: bottom center;
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.icon-with-text-style-10:nth-child(2n) .feature-box-icon:before {
   -webkit-transform: rotate(140deg);
   -ms-transform: rotate(140deg);
   transform: rotate(140deg);
}
.icon-with-text-style-10:hover .feature-box-icon {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.3s cubic-bezier(0.37, 0.8, 0.63, 1.2);
   transition: all 0.3s cubic-bezier(0.37, 0.8, 0.63, 1.2);
}
.icon-with-text-style-10:hover .feature-box-icon i {
   color: var(--white);
}
.icon-with-text-style-10:hover .feature-box-icon:before {
   height: 100%;
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
   opacity: 1;
}
.icon-with-text-style-11 {
   -webkit-transform: translateY(0px);
   transform: translateY(0);
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.icon-with-text-style-11 .text-box {
   opacity: 1;
}
.icon-with-text-style-11 .text-box-hover {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.icon-with-text-style-11:hover {
   -webkit-transform: translateY(-15px);
   transform: translateY(-15px);
}
.icon-with-text-style-11:hover .text-box-hover {
   opacity: 1;
}
.icon-with-text-style-11:hover .text-box {
   opacity: 0;
}
.image-gallery-style-01 .gallery-box .gallery-image {
   will-change: transform;
}
.image-gallery-style-01 .gallery-box:hover img {
   opacity: 0.5;
   -webkit-filter: blur(2px);
   filter: blur(2px);
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.image-gallery-style-02 .gallery-box:hover img {
   -webkit-filter: grayscale(1);
   filter: grayscale(1);
   opacity: 0.3;
}
.image-gallery-style-03 .gallery-box i {
   opacity: 0;
   visibility: hidden;
}
.image-gallery-style-03 .gallery-box img {
   -webkit-transform: scale(1.13) translateZ(0);
   transform: scale(1.13) translateZ(0);
}
.image-gallery-style-03 .gallery-box:hover i {
   opacity: 1;
   visibility: visible;
}
.image-gallery-style-03 .gallery-box:hover img {
   opacity: 0.2;
   -webkit-transform: scale(1) translateZ(0);
   transform: scale(1) translateZ(0);
}
.image-gallery-style-04 .gallery-box {
   will-change: transform;
}
.image-gallery-style-04 .gallery-box img {
   width: 100%;
}
.image-gallery-style-04 .gallery-box:hover img {
   opacity: 0.2;
}
.image-gallery-style-05 .gallery-box {
   will-change: transform;
}
.image-gallery-style-05 .gallery-box:hover img {
   opacity: 0.2;
}
.image-gallery-style-06 .gallery-box {
   will-change: transform;
}
.image-gallery-style-06 .gallery-box img {
   width: 100%;
}
.image-gallery-style-06 .gallery-box .gallery-hover {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   visibility: hidden;
}
.image-gallery-style-06 .gallery-box .gallery-hover .gallery-title {
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
}
.image-gallery-style-06 .gallery-box:hover img {
   opacity: 0.2;
   -webkit-transform: scale(1.15);
   transform: scale(1.15);
}
.image-gallery-style-06 .gallery-box:hover .gallery-hover {
   opacity: 1;
   visibility: visible;
}
.image-gallery-style-06 .gallery-box:hover .gallery-hover .gallery-title {
   -webkit-transform: scale(1);
   transform: scale(1);
}
.instafeed-grid {
   list-style: none;
   text-align: center;
}
.instafeed-grid figure {
   position: relative;
   overflow: hidden;
   margin-bottom: 0;
   border-radius: 4px;
}
.instafeed-grid figure a .insta-icon {
   opacity: 0;
   position: absolute;
   top: 0;
   left: 0;
   text-align: center;
   background: #232323b3;
   width: 100%;
   height: 100%;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.instafeed-grid figure a .insta-icon i {
   margin-right: 5px;
   margin-left: 5px;
   position: relative;
   display: block;
   font-size: 26px;
   color: var(--white);
   top: 50%;
   -webkit-transform: translateY(-50%) scale(1.5, 1.5);
   transform: translateY(-50%) scale(1.5);
   -webkit-transition: all 0.2s cubic-bezier(0.37, 0.8, 0.63, 1);
   transition: all 0.2s cubic-bezier(0.37, 0.8, 0.63, 1);
}
.instafeed-grid figure a .insta-video {
   display: none;
}
.instafeed-grid figure a video {
   object-fit: cover;
   width: 100%;
   height: 100%;
}
.instafeed-grid figure a video[data-class="video"] {
   display: block;
}
.instafeed-grid figure a [data-class="video"] + .insta-image {
   display: none;
}
.instafeed-grid figure:hover a .insta-icon {
   opacity: 1;
}
.instafeed-grid figure:hover a .insta-icon i {
   -webkit-transform: translateY(-50%) scale(1, 1);
   transform: translateY(-50%) scale(1);
}
.instagram-follow-api .instagram-button {
   z-index: 1;
   white-space: nowrap;
   padding: 12px 32px;
   box-shadow: 0 0 35px #17171766;
}
.interactive-banner-style-01 figure {
   -webkit-transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
   transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
}
.interactive-banner-style-01 figure .icon-box {
   opacity: 0;
   position: relative;
   top: 15px;
}
.interactive-banner-style-01 figure figcaption {
   position: absolute;
   bottom: 0;
}
.interactive-banner-style-01 figure:hover {
   -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
}
.interactive-banner-style-01 figure:hover img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
   transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
}
.interactive-banner-style-01 figure:hover .icon-box {
   opacity: 1;
   top: 0;
}
.interactive-banner-style-01 figure:hover .box-overlay {
   opacity: 0.5;
}
.interactive-banner-style-02.hover-box * {
   will-change: auto !important;
}
.interactive-banner-style-02 figure figcaption .features-icon {
   margin-bottom: -45px;
   opacity: 0;
   visibility: hidden;
}
.interactive-banner-style-02:hover figure img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.interactive-banner-style-02:hover figure figcaption .features-icon {
   margin-bottom: 20px;
   opacity: 1;
   visibility: visible;
}
.interactive-banner-style-03 figure {
   position: relative;
}
.interactive-banner-style-03 figure img {
   -webkit-transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
   transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
}
.interactive-banner-style-03 figure figcaption {
   position: absolute;
   bottom: 0;
   top: 0;
   background-color: #0003;
}
.interactive-banner-style-03 figure:hover img {
   -webkit-transform: scale(1.08);
   transform: scale(1.08);
}
.interactive-banner-style-04 figure {
   -webkit-transition: all 0.7s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.7s cubic-bezier(0.5, 1, 0.89, 1);
}
.interactive-banner-style-04 figure * {
   -webkit-transition: all 0.7s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.7s cubic-bezier(0.5, 1, 0.89, 1);
}
.interactive-banner-style-04 figure figcaption {
   position: absolute;
   bottom: 0;
}
.interactive-banner-style-04 figure figcaption .features-content {
   position: absolute;
   left: 25px;
   top: 25px;
   width: calc(100% - 50px);
   height: calc(100% - 50px);
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.interactive-banner-style-04 figure figcaption .features-content .box-overlay {
   height: 0%;
   -webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.interactive-banner-style-04 figure figcaption .box-button {
   opacity: 1;
   visibility: visible;
   position: relative;
   bottom: 0;
   -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.interactive-banner-style-04 figure:hover {
   -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
}
.interactive-banner-style-04 figure:hover figcaption .features-content {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.interactive-banner-style-04 figure:hover figcaption .box-overlay {
   height: 100%;
}
.interactive-banner-style-04 figure:hover figcaption .box-button {
   opacity: 0;
   visibility: hidden;
   position: relative;
   bottom: -70px;
}
.interactive-banner-style-05 figure img {
   -webkit-transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
   transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
}
.interactive-banner-style-05 figure figcaption .btn {
   margin-bottom: -50px;
   visibility: hidden;
   opacity: 0;
   transition-timing-function: linear;
   -webkit-transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
   transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
}
.interactive-banner-style-05 figure figcaption .content-arrow {
   position: absolute;
   right: 0;
   opacity: 0;
   top: 50%;
   -webkit-transform: translateY(5px);
   transform: translateY(5px);
}
.interactive-banner-style-05 figure:hover img {
   -webkit-transform: scale(1.08);
   transform: scale(1.08);
}
.interactive-banner-style-05 figure:hover figcaption img {
   -webkit-transform: scale(1);
   transform: scale(1);
}
.interactive-banner-style-05 figure:hover figcaption .content-arrow {
   opacity: 1;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.interactive-banner-style-05 figure:hover figcaption .btn {
   margin-bottom: 0;
   visibility: visible;
   opacity: 1;
}
.interactive-banner-style-05 .atropos:hover .box-overlay {
   opacity: 1;
   visibility: visible;
}
.interactive-banner-style-05 .atropos:hover img {
   -webkit-transform: scale(1.08);
   transform: scale(1.08);
}
.interactive-banner-style-06 {
   position: relative;
   overflow: hidden;
}
.interactive-banner-style-06 .banners-icon {
   z-index: 9;
   -webkit-transition: 0.35s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.35s cubic-bezier(0.12, 0, 0.39, 0);
}
.interactive-banner-style-06 img {
   -webkit-transition: 1s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 1s cubic-bezier(0.12, 0, 0.39, 0);
   width: 100%;
}
.interactive-banner-style-06 .interactive-banners-content {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: 1;
   transform: translateY(calc(100% - 155px));
   -webkit-transition: 0.55s cubic-bezier(0.12, 0, 0.1, 0);
   transition: 0.55s cubic-bezier(0.12, 0, 0.1, 0);
}
.interactive-banner-style-06 .interactive-banners-content .interactive-banners-content-text {
   opacity: 0;
   visibility: hidden;
   -webkit-transition: 0.35s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.35s cubic-bezier(0.12, 0, 0.39, 0);
}
.interactive-banner-style-06 .box-overlay {
   height: 25%;
   bottom: 0;
   top: auto;
   visibility: visible;
   opacity: 0;
   -webkit-transition: 0.35s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.35s cubic-bezier(0.12, 0, 0.39, 0);
}
.interactive-banner-style-06:hover img {
   -webkit-transform: scale(1.3);
   transform: scale(1.3);
   -webkit-transition: 3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 3s cubic-bezier(0.12, 0, 0.39, 0);
}
.interactive-banner-style-06:hover .icon-hover-base-color {
   color: var(--base-color) !important;
}
.interactive-banner-style-06:hover .interactive-banners-content {
   transform: translateY(0);
}
.interactive-banner-style-06:hover .interactive-banners-content .interactive-banners-content-text {
   opacity: 1;
   visibility: visible;
}
.interactive-banner-style-06:hover .box-overlay {
   height: 100%;
   visibility: visible;
   opacity: 1;
}
.interactive-banner-style-07 figure {
   position: relative;
   overflow: hidden;
}
.interactive-banner-style-07 figure > img {
   -webkit-transition: 0.6s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.6s cubic-bezier(0.12, 0, 0.39, 0);
   -webkit-transform: scale(1);
   transform: scale(1);
}
.interactive-banner-style-07 figure .overlay-bg {
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.interactive-banner-style-07 figure figcaption {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
}
.interactive-banner-style-07 figure .hover-hide-content {
   position: absolute;
   bottom: 50px;
   left: 0;
   width: 100%;
   -webkit-transition: 1s;
   transition: 1s;
}
.interactive-banner-style-07 figure .hover-show-content {
   opacity: 0;
   visibility: hidden;
   position: absolute;
   bottom: 50px;
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   -webkit-transform: scale(1);
   transform: scale(1);
}
.interactive-banner-style-07 figure:hover > img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.interactive-banner-style-07 figure:hover .overlay-bg {
   opacity: 0.7;
}
.interactive-banner-style-07 figure:hover .hover-hide-content {
   opacity: 0;
   visibility: hidden;
   -webkit-transition: 0.1s;
   transition: 0.1s;
}
.interactive-banner-style-07 figure:hover .hover-show-content {
   opacity: 1;
   visibility: visible;
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}
.interactive-banner-style-08 figure:hover img {
   -webkit-transform: scale(1.08);
   transform: scale(1.08);
   -webkit-transition: 1.5s;
   transition: 1.5s;
}
.interactive-banner-style-08 figure:hover .box-overlay {
   opacity: 1;
   visibility: visible;
}
.interactive-banner-style-08 figure:hover figcaption .circle-box {
   background-color: var(--white) !important;
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1.5);
   transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1.5);
}
.interactive-banner-style-09 img {
   -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
   transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.interactive-banner-style-09 .image-content {
   position: absolute;
   top: 0;
}
.interactive-banner-style-09 .image-content .content-title {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   position: relative;
   opacity: 0.6;
   visibility: visible;
   will-change: transform;
   -webkit-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.interactive-banner-style-09 .image-content .content-title-hover {
   position: absolute;
   width: auto;
   left: 0;
   bottom: 0;
   visibility: hidden;
   will-change: transform;
   -webkit-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.interactive-banner-style-09 .image-content .content-arrow {
   will-change: transform;
   position: absolute;
   right: 0;
   opacity: 0;
   top: 50%;
   -webkit-transform: translateY(10px);
   transform: translateY(10px);
   -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   display: flex;
   align-items: center;
   justify-content: center;
}
.interactive-banner-style-09 .image-content .label {
   -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.interactive-banner-style-09 .image-content .hover-label-icon i {
   opacity: 0;
   position: absolute;
   top: 20px;
   left: 0;
   -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.interactive-banner-style-09 .image-content:hover .content-arrow {
   opacity: 1;
   -webkit-transform: translateY(-42%);
   transform: translateY(-42%);
}
.interactive-banner-style-09 .image-content:hover .content-title {
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(-20px);
   transform: translateY(-20px);
}
.interactive-banner-style-09 .image-content:hover .content-title-hover {
   visibility: visible;
   -webkit-transform: translateY(-3px);
   transform: translateY(-3px);
}
.interactive-banner-style-09 .image-content:hover .box-overlay {
   opacity: 1;
   visibility: visible;
}
.interactive-banner-style-09 .image-content:hover .hover-label-icon .label {
   opacity: 0;
   margin-top: -20px;
}
.interactive-banner-style-09 .image-content:hover .hover-label-icon i {
   opacity: 1;
   top: 0;
}
.interactive-banner-style-09:hover img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.list-style-01 {
   list-style: none;
}
.list-style-01 li {
   border-bottom: 1px solid;
}
.list-style-01 li:last-child {
   border-bottom: 0px;
}
.list-style-02 {
   list-style: none;
}
.list-style-02 li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: start;
}
.list-style-02 li:last-child {
   margin-bottom: 0;
}
.list-style-02 li i {
   line-height: 32px;
}
.list-style-03 {
   counter-reset: li;
   list-style-type: none;
}
.list-style-03 li {
   position: relative;
   padding: 0 0 0 38px;
   margin: 0 0 9px;
}
.list-style-03 li:before {
   content: counter(li, decimal-leading-zero) ".";
   counter-increment: li;
   display: inline-block;
   position: absolute;
   left: 0;
}
.list-style-04 {
   padding-left: 16px;
}
.list-style-04 li {
   margin: 0 0 10px;
   list-style: disc;
}
.list-style-05 {
   padding: 0;
   margin: 0;
}
.list-style-05 li {
   margin: 0;
   display: inline-block;
}
.list-style-05 li:before {
   border-radius: 100%;
   content: "";
   background-color: var(--medium-gray);
   display: inline-block;
   width: 6px;
   height: 6px;
   margin: 0 15px;
   vertical-align: middle;
   position: relative;
   top: -2px;
}
.list-style-05 li:first-child:before {
   display: none;
}
.html-video {
   background-color: #000;
   left: 0%;
   position: absolute;
   top: 50%;
   z-index: -3;
   object-fit: cover;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.bg-video-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.bg-video-wrapper iframe {
   width: 100vw;
   height: 56.25vw;
   min-height: 100vh;
   min-width: 177.77vh;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
#popup-form {
   cursor: default;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
   color: var(--white);
   background: transparent;
}
.mfp-iframe-holder .mfp-content {
   max-width: 1050px;
}
.mfp-close,
.mfp-close:active {
   opacity: 1;
   background-color: transparent;
   right: 20px;
   top: 20px;
   height: 30px;
   width: 30px;
   font-size: 13px;
   line-height: 31px;
   position: absolute;
   color: var(--dark-gray);
}
.show-search-popup > section {
   filter: grayscale(100%);
}
.show-search-popup .mfp-search.mfp-bg.mfp-ready {
   opacity: 0.5;
}
.mfp-arrow {
   opacity: 1;
}
.mfp-wrap {
   cursor: url(../images/mfg-close.png), auto;
}
.mfp-wrap .mfp-container {
   cursor: auto;
}
.show-search-popup .mfp-close,
.show-search-popup .mfp-close:active {
   color: var(--dark-gray);
}
.show-search-popup .search-form .search-input {
   border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.show-search-popup .search-form .search-button {
   color: var(--dark-gray);
}
.show-search-popup .mfp-container {
   position: fixed;
   height: 300px;
   background-color: var(--white);
   -webkit-animation-name: "ani-mfp";
   animation-name: ani-mfp;
   -webkit-animation-duration: 0.2s;
   -moz-animation-duration: 0.2s;
   -o-animation-duration: 0.2s;
   animation-duration: 0.2s;
}
.show-search-popup .mfp-removing .mfp-container {
   -webkit-animation-name: "ani-mfp-close";
   animation-name: ani-mfp-close;
   -webkit-animation-duration: 0.2s;
   -moz-animation-duration: 0.2s;
   -o-animation-duration: 0.2s;
   animation-duration: 0.2s;
}
.show-search-popup .search-form .search-input {
   color: var(--dark-gray);
}
.lightbox-gallery a {
   position: relative;
   display: block;
}
.lightbox-gallery .gallary-over-layer {
   position: absolute;
   top: 0;
   left: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-left:after {
   display: none;
}
.mfp-arrow-left {
   left: 30px;
}
.mfp-arrow-right {
   right: 30px;
}
.mfp-arrow-left:before {
   border-right: none;
   content: "";
   font-size: 20px;
   font-family: themify;
   color: var(--white);
   line-height: 60px;
   width: 100%;
   height: 100%;
   border: none;
   margin: 0;
   opacity: 1;
}
.mfp-arrow-right:before {
   border-left: none;
   content: "";
   font-size: 20px;
   font-family: themify;
   color: var(--white);
   line-height: 60px;
   width: 100%;
   height: 100%;
   border: none;
   margin: 0;
   opacity: 1;
}
.mfp-bottom-bar {
   margin-top: -24px;
   font-size: 12px;
}
.mfp-close {
   font-size: 28px;
   font-family: var(--alt-font);
}
.mfp-figure {
   -webkit-animation-name: fadeIn;
   -moz-animation-name: fadeIn;
   -o-animation-name: fadeIn;
   -ms-animation-name: fadeIn;
   animation-name: fadeIn;
   -webkit-animation-duration: 0.4s;
   -moz-animation-duration: 0.4s;
   -ms-animation-duration: 0.4s;
   -o-animation-duration: 0.4s;
   animation-duration: 0.4s;
   -webkit-animation-fill-mode: both;
   -moz-animation-fill-mode: both;
   -ms-animation-fill-mode: both;
   -o-animation-fill-mode: both;
   animation-fill-mode: both;
   webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
}
.my-mfp-zoom-in .zoom-anim-dialog {
   opacity: 0;
   -webkit-transform: scale3d(0.9, 0.9, 1);
   -o-transform: scale3d(0.9, 0.9, 1);
   transform: scale3d(0.9, 0.9, 1);
   -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
   opacity: 1;
   -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
   -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
   transform: translateZ(0) scaleZ(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
   opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
   opacity: 0;
   -webkit-transition: opacity 0.3s ease-out;
   transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
   opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
   opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
   -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
   transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
   opacity: 1;
   -webkit-transform: translateY(0) perspective(600px) rotateX(0);
   -o-transform: translateY(0) perspective(600px) rotateX(0);
   transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
   opacity: 0;
   -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
   -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
   transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
   opacity: 0;
   -webkit-transition: opacity 0.3s ease-out;
   transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
   opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
   opacity: 0;
}
.my-mfp-slide-up .slide-up-popup {
   -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
   -webkit-transform: translate3d(0, 30px, 0);
   transform: translate3d(0, 30px, 0);
}
.my-mfp-slide-up.mfp-ready .slide-up-popup {
   -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
   -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
   transform: translateZ(0) scaleZ(1);
}
.my-mfp-slide-up.mfp-removing .slide-up-popup {
   opacity: 0;
   -webkit-transform: translate3d(0, 30px, 0);
   transform: translate3d(0, 30px, 0);
}
.my-mfp-slide-up.mfp-bg {
   opacity: 0;
   -webkit-transition: opacity 0.3s ease-out;
   transition: opacity 0.3s ease-out;
}
.my-mfp-slide-up.mfp-ready.mfp-bg {
   opacity: 0.8;
}
.my-mfp-slide-up.mfp-removing.mfp-bg {
   opacity: 0;
}
.mfp-bg {
   background: var(--dark-gray);
   opacity: 0.9;
}
.mfp-bg,
.mfp-wrap {
   z-index: 10007;
}
.mfp-fade.mfp-bg {
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
   opacity: 0.93;
}
.mfp-fade.mfp-bg.mfp-removing {
   opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
   opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
   opacity: 0;
}
.mfp-ajax-holder {
   width: 70%;
   height: calc(100% - 100px);
   margin: 0 auto;
   position: relative;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
button.mfp-close,
button.mfp-close:active {
   height: 40px;
   width: 40px;
   position: absolute;
   right: 20px;
   top: 20px;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 0;
}
button.mfp-close:before,
button.mfp-close:active:before {
   content: "";
   color: var(--black);
   font-family: "Font Awesome 6 Free";
   font-size: 20px;
   font-weight: 900;
}
.mfp-gallery button.mfp-close,
.mfp-iframe-holder ~ button.mfp-close {
   right: 40px;
   top: 40px;
   background-color: var(--white);
}
.mfp-gallery button.mfp-close:before,
.mfp-iframe-holder ~ button.mfp-close:before {
   color: var(--dark-gray);
}
.modal-popup-main {
   position: relative;
}
.subscribe-popup .mfp-close,
.subscribe-popup .mfp-close:active {
   background-color: transparent;
   font-size: 13px;
   line-height: 30px;
   top: 20px;
   right: 20px;
}
.subscribe-popup .mfp-close.mfp-close-btn {
   bottom: 0;
   top: inherit;
   position: relative;
   width: auto;
   right: 0;
   height: auto;
   font-size: 14px;
}
.subscribe-popup .mfp-close.mfp-close-btn:before {
   display: none;
}
.subscribe-popup .mfp-close:before {
   color: var(--dark-gray);
}
.subscribe-popup .newsletter-style-02 input {
   padding-right: 70px;
}
.subscribe-popup .newsletter-style-02 .btn {
   padding: 6px 25px 9px;
}
.newsletter-popup label {
   cursor: pointer;
}
[data-parallax-background-ratio] {
   position: relative !important;
   background-size: cover !important;
   overflow: hidden;
   background-attachment: fixed !important;
   transition-duration: 0s;
   -webkit-transition-duration: 0s;
}
.video-icon-effect {
   position: relative;
   width: 65px;
   height: 65px;
   border-radius: 50%;
   background-color: var(--white);
}
.video-icon-effect:before {
   position: absolute;
   content: "";
   animation: border-transform 7s linear infinite alternate forwards;
   background-color: var(--white);
   width: 100px;
   height: 100px;
   top: -15px;
   left: -15px;
   opacity: 0.2;
}
@-webkit-keyframes border-transform {
   0%,
   to {
      border-radius: 36% 64% 59% 41%/40% 45% 55% 60%;
   }
   24% {
      border-radius: 37% 63% 60% 40%/46% 52% 48% 54%;
   }
   32% {
      border-radius: 40% 60% 54% 46%/52% 56% 44% 48%;
   }
   42% {
      border-radius: 52% 48% 62% 38%/54% 54% 46% 46%;
   }
   56% {
      border-radius: 60% 40% 65% 35%/54% 50% 50% 46%;
   }
   70% {
      border-radius: 44% 56% 43% 57%/42% 50% 50% 58%;
   }
}
@keyframes border-transform {
   0%,
   to {
      border-radius: 36% 64% 59% 41%/40% 45% 55% 60%;
   }
   24% {
      border-radius: 37% 63% 60% 40%/46% 52% 48% 54%;
   }
   32% {
      border-radius: 40% 60% 54% 46%/52% 56% 44% 48%;
   }
   42% {
      border-radius: 52% 48% 62% 38%/54% 54% 46% 46%;
   }
   56% {
      border-radius: 60% 40% 65% 35%/54% 50% 50% 46%;
   }
   70% {
      border-radius: 44% 56% 43% 57%/42% 50% 50% 58%;
   }
}
canvas {
   display: block;
   vertical-align: bottom;
}
.pie-chart-style-01 {
   position: relative;
   display: inline-block;
}
.pie-chart-style-01 .percent {
   position: absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.pricing-table-style-01.popular-item {
   margin-top: -30px;
}
.pricing-table-style-02 .popular-item {
   left: -10px;
   position: relative;
   z-index: 1;
   width: calc(100% + 20px);
}
.pricing-table-style-02 .popular-label {
   position: absolute;
   top: 0;
   left: 50%;
   padding: 1px 20px;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.pricing-table-style-04 .accordion-item {
   border-radius: 5px !important;
   padding: 16px 35px;
}
.pricing-table-style-04 .accordion-item .accordion-body {
   padding: 10px 0;
}
.pricing-table-style-04 .accordion-item .icon-round {
   position: absolute;
   top: 50%;
   right: 0;
   text-align: center;
   -webkit-border-radius: 100%;
   border-radius: 100%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.pricing-table-style-04 .accordion-item .icon-round i {
   left: 0;
   font-size: 13px;
}
.pricing-table-style-04 .accordion-item.active-accordion {
   padding: 30px 40px;
   background-color: var(--base-color) !important;
   color: var(--white) !important;
}
.pricing-table-style-04 .accordion-item.active-accordion .accordion-header .accordion-title {
   color: var(--white) !important;
}
.pricing-table-style-04 .accordion-item.active-accordion .icon-round {
   background-color: #0006;
   color: var(--white) !important;
}
.pricing-table-style-07 .nav-tabs {
   padding: 0;
}
.pricing-table-style-07 .nav-tabs .nav-item {
   width: 100%;
   padding: 0 15px;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link {
   border: 0;
   color: var(--medium-gray);
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link .icon {
   border-color: #17171733 !important;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link .icon i {
   opacity: 0;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link .text-dark-gray {
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active {
   box-shadow: none;
   background-color: var(--base-color);
   color: var(--white) !important;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .text-dark-gray,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .text-dark-gray {
   color: var(--white) !important;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .icon i,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .icon i {
   opacity: 1;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .offer,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .offer {
   background-color: var(--dark-gray);
   border-color: var(--dark-gray) !important;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .icon {
   border-color: #fff !important;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .offer {
   background-color: var(--dark-gray);
   border-color: var(--dark-gray) !important;
}
.pricing-table-style-08 .nav-tabs {
   position: relative;
}
.pricing-table-style-08 .nav-tabs > li.nav-item {
   padding: 0;
   margin: 0;
}
.pricing-table-style-08 .nav-tabs > li.nav-item > a.nav-link {
   position: relative;
   padding: 0;
   border: 0;
   color: var(--medium-gray);
}
.pricing-table-style-08 .nav-tabs > li.nav-item > a.nav-link .tab-nav-text {
   margin: 0 15px;
}
.pricing-table-style-08 .nav-tabs > li.nav-item > a:before {
   content: "";
   display: inline-block;
   width: 22px;
   height: 22px;
   position: absolute;
   bottom: 5px;
   left: calc(50% - 15px);
   opacity: 0;
   border-radius: 50em;
   background-color: #fff;
   -webkit-transform: scale(0.5);
   transform: scale(0.5);
   transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
   box-shadow: 0 0 20px #00000080;
}
.pricing-table-style-08 .nav-tabs > li.nav-item > a:after {
   content: "";
   display: inline-block;
   width: 100%;
   height: 32px;
   background-color: #152bca;
}
.pricing-table-style-08 .nav-tabs > li.nav-item > a.active {
   color: var(--dark-gray);
   background-color: transparent;
}
.pricing-table-style-08 .nav-tabs > li.nav-item > a.active:before {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
}
.pricing-table-style-08 .nav-tabs > li.nav-item:first-child a {
   flex-direction: row;
}
.pricing-table-style-08 .nav-tabs > li.nav-item:first-child a:before {
   left: auto;
   right: 0;
}
.pricing-table-style-08 .nav-tabs > li.nav-item:first-child a:after {
   border-radius: 50em 0 0 50em;
   width: 28px;
}
.pricing-table-style-08 .nav-tabs > li.nav-item:last-child a {
   flex-direction: row-reverse;
}
.pricing-table-style-08 .nav-tabs > li.nav-item:last-child a:after {
   width: 30px;
   border-radius: 0 50em 50em 0;
}
.pricing-table-style-08 .nav-tabs > li.nav-item:last-child a:before {
   left: 2px;
}
.pricing-table-style-09 .row,
.pricing-table-style-09 .row img,
.pricing-table-style-09 .row i {
   -webkit-transition: all 0.4s cubic-bezier(0.61, 1, 0.88, 1);
   transition: all 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.pricing-table-style-09 .row:hover {
   -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
   box-shadow: 0 20px 50px #00000014;
}
.pricing-table-style-09 .row:hover img,
.pricing-table-style-09 .row:hover i {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.pricing-table-style-09 .action {
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.pricing-table-style-09 .action:hover {
   margin-right: -5px;
}
.pricing-table-style-10 .cover-background {
   filter: grayscale(0);
   -webkit-transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
   transition: all 0.7s cubic-bezier(0.61, 1, 0.88, 1);
}
.pricing-table-style-10 .popular-label {
   position: absolute;
   top: 0;
   right: 50px;
   z-index: 1;
   height: 100px;
   width: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transform: translate(0, -50%);
   transform: translateY(-50%);
}
.pricing-table-style-10:hover .cover-background {
   filter: grayscale(100%);
}
.pricing-table-style-11 li {
   list-style: none;
   padding: 25px 0;
   position: relative;
   -webkit-transition: all 0.2s cubic-bezier(0.37, 0.8, 0.63, 1);
   transition: all 0.2s cubic-bezier(0.37, 0.8, 0.63, 1);
}
.pricing-table-style-11 li .popular-label {
   position: absolute;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.pricing-table-style-11 li:hover {
   -webkit-transform: scale(1.03);
   transform: scale(1.03);
}
.pricing-table-style-12 {
   padding: 0;
   margin: 0;
   list-style: none;
}
.pricing-table-style-12 li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 15px 0;
   -webkit-transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
   transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.pricing-table-style-12 li:last-child {
   padding-bottom: 0;
}
.pricing-table-style-12 li:hover {
   -webkit-transform: translateX(15px);
   transform: translate(15px);
}
.pricing-table-style-13 {
   padding: 0;
   margin: 0;
   list-style: none;
}
.pricing-table-style-13 li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 25px 0;
   -webkit-transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
   transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.pricing-table-style-13 li:last-child {
   padding-bottom: 0;
}
.pricing-table-style-13 li:hover {
   -webkit-transform: translateX(15px);
   transform: translate(15px);
}
.process-step-style-01 .progress-step-separator {
   position: absolute;
   top: 50%;
   left: calc(100% + 20px);
   -webkit-transform: translateX(-50%);
   transform: translate(-50%);
}
.process-step-style-01 .process-step-icon {
   position: relative;
   text-align: center;
   display: inline-block;
   vertical-align: middle;
}
.process-step-style-01:hover .box-overlay {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}
.process-step-style-01:hover .number,
.process-step-style-01:hover .icon {
   color: var(--white);
}
.process-step-style-01:hover .border-color-transparent-on-hover {
   border-color: transparent !important;
}
.process-step-style-02 .process-step-icon {
   overflow: hidden;
   position: relative;
   text-align: center;
   display: inline-block;
   vertical-align: middle;
   will-change: transform;
}
.process-step-style-02 .progress-step-separator {
   position: absolute;
   top: 50%;
   left: calc(100% + 15px);
   -webkit-transform: translateX(-50%);
   transform: translate(-50%);
}
.process-step-style-02:hover .process-step-icon {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   will-change: transform;
}
.process-step-style-03.hover-box * {
   will-change: auto;
   vertical-align: top;
}
.process-step-style-03 .process-step-icon-box .progress-step-separator {
   position: absolute;
   top: 50%;
   left: calc(100% + 15px);
   -webkit-transform: translateX(-50%);
   transform: translate(-50%);
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.process-step-style-03 .process-step-icon-box .number {
   opacity: 0;
   visibility: hidden;
   -webkit-transition: 0.4s;
   transition: 0.4s;
   top: 55%;
}
.process-step-style-03:hover .process-step-icon-box .box-overlay {
   opacity: 0.9;
}
.process-step-style-03:hover .process-step-icon-box .number {
   opacity: 1;
   visibility: visible;
   top: 50%;
}
.process-step-style-03:hover .process-step-icon-box img,
.process-step-style-03:hover .process-step-icon-box .progress-image {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.process-step-style-04 .process-step-icon-box {
   will-change: transform;
}
.process-step-style-04 .process-step-icon-box .progress-step-separator {
   position: absolute;
   top: 50%;
   left: calc(100% + 15px);
   -webkit-transform: translateX(-50%);
   transform: translate(-50%);
}
.process-step-style-04:hover .process-step-icon-box .number,
.process-step-style-04:hover .process-step-icon-box .icon {
   -webkit-transform: scale(1.3);
   transform: scale(1.3);
}
.process-step-style-05 .process-step-item {
   display: flex;
   position: relative;
   flex-flow: row wrap;
   align-items: stretch;
   justify-content: flex-start;
   text-align: left;
}
.process-step-style-05 .process-content {
   overflow: hidden;
   flex: 1;
   max-width: 100%;
}
.process-step-style-05 .progress-step-separator {
   position: absolute;
   bottom: 15px;
   width: 1px;
   left: 50%;
   height: calc(100% - 100px);
}
.process-step-style-05 .process-step-icon {
   will-change: transform;
   -webkit-transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1.7);
   transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1.7);
}
.process-step-style-05:hover .process-step-icon {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.process-step-style-05:hover .number,
.process-step-style-05:hover .icon {
   color: var(--white);
}
.process-step-style-06 .process-step-icon-box .progress-step-separator {
   position: absolute;
   top: 50%;
   left: 0;
}
.process-step-style-06:hover .process-step-icon-box .step-box {
   -webkit-transform: scale(1.3);
   transform: scale(1.3);
}
.process-step-style-08 .process-step-item {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
   transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.process-step-style-08 .process-step-item:hover {
   -webkit-transform: translateY(-8px);
   transform: translateY(-8px);
}
.process-step-style-09 .progress-right-icon {
   position: absolute;
   top: 50%;
   left: 100%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.process-step-style-09 .process-step-icon {
   position: relative;
   text-align: center;
   display: inline-block;
   vertical-align: middle;
}
.process-step-style-09:hover .box-overlay {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}
.process-step-style-09:hover .border-color-transparent-on-hover {
   border-color: transparent !important;
}
.process-step-style-10 .process-step-icon-box {
   -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
   transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.process-step-style-10:hover .process-step-icon-box {
   -webkit-transform: translateX(20px) scale(1.1);
   transform: translate(20px) scale(1.1);
}
.process-step-style-10.hover-box .hover-content {
   opacity: 0;
   position: absolute;
   left: 0;
   bottom: -15px;
}
.process-step-style-10.hover-box:hover .hover-content {
   opacity: 1;
   bottom: -5px;
}
.process-step-style-11 .process-step-icon-wrap {
   z-index: 1;
   background-color: var(--base-color);
   background-size: 4px 4px;
   -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
   transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.process-step-style-11:hover .process-step-icon-wrap {
   background-color: var(--dark-gray);
   background-image: none;
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
   transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.progress {
   position: relative;
   overflow: visible;
}
.progress .progress-bar {
   width: 0px;
   position: absolute;
   top: 0;
   left: 0;
   overflow: visible;
   -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
   transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
}
.progress .progress-bar.appear .progress-bar-percent {
   opacity: 1;
}
.progress-bar-percent {
   opacity: 0;
}
.progress-bar-style-01 .progress {
   height: 4px;
   border-radius: 0;
}
.progress-bar-style-01 .progress .progress-bar-title {
   position: absolute;
   bottom: 10px;
}
.progress-bar-style-01 .progress .progress-bar-percent {
   position: absolute;
   bottom: 17px;
   right: -20px;
   padding: 7px;
   min-width: 40px;
   min-height: 26px;
   border-radius: 3px;
}
.progress-bar-style-01 .progress .progress-bar-percent:after {
   content: "";
   top: 100%;
   left: 50%;
   height: 0;
   width: 0;
   z-index: 9;
   margin-left: -4px;
   border-width: 4px;
   position: absolute;
   pointer-events: none;
   border: solid transparent;
   border-top-color: #232323;
}
.progress-bar-style-01 .progress .progress-bar {
   height: 100%;
}
.progress-bar-style-02 .progress {
   height: 30px;
   overflow: hidden;
}
.progress-bar-style-02 .progress .progress-bar-percent {
   position: absolute;
   top: 9px;
   right: 20px;
   min-width: 26px;
}
.progress-bar-style-02 .progress .progress-bar-title {
   position: absolute;
   top: 9px;
   left: 20px;
}
.progress-bar-style-02 .progress .progress-bar {
   width: 0px;
   height: 100%;
   position: absolute;
}
.progress-bar-style-03 .progress {
   height: 4px;
}
.progress-bar-style-03 .progress .progress-bar-title {
   position: absolute;
   bottom: 14px;
}
.progress-bar-style-03 .progress .progress-bar {
   height: 100%;
}
.progress-bar-style-03 .progress .progress-bar-percent {
   position: absolute;
   bottom: 14px;
   right: 0;
   opacity: 1;
}
.progress-bar-style-04 .progress {
   height: 8px;
   border-radius: 6px;
}
.progress-bar-style-04 .progress .progress-bar-title {
   position: absolute;
   bottom: 15px;
}
.progress-bar-style-04 .progress .progress-bar {
   height: 100%;
   border-radius: 6px;
}
.progress-bar-style-04 .progress .progress-bar-percent {
   position: absolute;
   bottom: 15px;
   right: 0;
}
.review-star-icon i {
   color: #fd961e;
   letter-spacing: 1px;
}
.review-star-icon.review-star-icon-white i {
   color: var(--white);
}
.review-style-03 .slider-review-image-thumbs {
   padding: 10px;
   height: auto;
}
.review-style-03 .slider-review-image-thumbs .swiper-slide:not(.swiper-slide-thumb-active) img {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
}
.review-style-03 .slider-review-image-thumbs img {
   border: 6px solid transparent;
   margin: 0 auto;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.review-style-03 .slider-review-image-thumbs .swiper-slide-thumb-active img {
   box-shadow: 0 0 30px #0000000d;
   border: 6px solid #ffffff;
}
.review-style-03 .slider-review-image-thumbs .swiper-slide {
   cursor: pointer;
}
.swiper-fade .review-style-08.swiper-slide {
   opacity: 0 !important;
}
.swiper-fade .review-style-08.swiper-slide.swiper-slide-active {
   opacity: 1 !important;
}
.rotate-box {
   will-change: transform;
   min-height: 250px;
   -webkit-perspective: 1000;
   perspective: 1000;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box p {
   color: #ffffffb3;
}
.rotate-box .front-side,
.rotate-box .back-side {
   position: absolute;
   top: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
   transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
}
.rotate-box .rotate-content-front,
.rotate-box .rotate-content-back {
   position: relative;
   top: 50%;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
   transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
}
.rotate-box.to-left .front-side,
.rotate-box.to-right .front-side {
   z-index: 1;
   -webkit-transform: rotateY(0deg);
   transform: rotateY(0);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box.to-left .rotate-content-front,
.rotate-box.to-right .rotate-content-front {
   -webkit-transform: translateY(-50%) translateX(0px) scale(1);
   transform: translateY(-50%) translate(0) scale(1);
}
.rotate-box.to-left:hover .back-side,
.rotate-box.to-right:hover .back-side {
   -webkit-transform: rotateY(0deg);
   transform: rotateY(0);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box.to-left:hover .rotate-content-back,
.rotate-box.to-right:hover .rotate-content-back {
   -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
   transform: translateY(-50%) translate(0) translateZ(0) scale(1);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box.to-left .back-side {
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   z-index: 1;
}
.rotate-box.to-left .rotate-content-back {
   -webkit-transform: translateY(-50%) translateX(400px) translateZ(60px) scale(0.88);
   transform: translateY(-50%) translate(400px) translateZ(60px) scale(0.88);
}
.rotate-box.to-left:hover .front-side {
   -webkit-transform: rotateY(-180deg);
   transform: rotateY(-180deg);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box.to-left:hover .rotate-content-front {
   -webkit-transform: translateY(-50%) translateX(-400px) scale(0.88);
   transform: translateY(-50%) translate(-400px) scale(0.88);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box.to-right .back-side {
   -webkit-transform: rotateY(-180deg);
   transform: rotateY(-180deg);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   z-index: 1;
}
.rotate-box.to-right .rotate-content-back {
   -webkit-transform: translateY(-50%) translateX(-400px) translateZ(60px) scale(0.88);
   transform: translateY(-50%) translate(-400px) translateZ(60px) scale(0.88);
}
.rotate-box.to-right:hover .front-side {
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box.to-right:hover .rotate-content-front {
   -webkit-transform: translateY(-50%) translateX(400px) scale(0.88);
   transform: translateY(-50%) translate(400px) scale(0.88);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box.to-top .front-side,
.rotate-box.to-bottom .front-side {
   -webkit-transform: rotateX(0deg);
   transform: rotateX(0);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box.to-top .rotate-content-front,
.rotate-box.to-bottom .rotate-content-front {
   -webkit-transform: translateY(-50%) translateX(0px) scale(1);
   transform: translateY(-50%) translate(0) scale(1);
}
.rotate-box.to-top:hover .back-side,
.rotate-box.to-bottom:hover .back-side {
   -webkit-transform: rotateX(0deg);
   transform: rotateX(0);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   z-index: 1;
}
.rotate-box.to-top:hover .rotate-content-front,
.rotate-box.to-bottom:hover .rotate-content-front {
   -webkit-transform: translateY(-50%) translateY(400px) scale(0.88);
   transform: translateY(-50%) translateY(400px) scale(0.88);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box.to-top:hover .rotate-content-back,
.rotate-box.to-bottom:hover .rotate-content-back {
   -webkit-transform: translateY(-50%) translateY(0px) translateZ(0px) scale(1);
   transform: translateY(-50%) translateY(0) translateZ(0) scale(1);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box.to-top .back-side {
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   z-index: 1;
}
.rotate-box.to-top .rotate-content-back {
   -webkit-transform: translateY(-50%) translateY(-400px) translateZ(60px) scale(0.88);
   transform: translateY(-50%) translateY(-400px) translateZ(60px) scale(0.88);
}
.rotate-box.to-top:hover .front-side {
   -webkit-transform: rotateX(-180deg);
   transform: rotateX(-180deg);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.rotate-box.to-bottom .back-side {
   -webkit-transform: rotateX(-180deg);
   transform: rotateX(-180deg);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   z-index: 1;
}
.rotate-box.to-bottom .rotate-content-back {
   -webkit-transform: translateY(-50%) translateY(400px) translateZ(60px) scale(0.88);
   transform: translateY(-50%) translateY(400px) translateZ(60px) scale(0.88);
}
.rotate-box.to-bottom:hover .front-side {
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.to-top {
   animation: toTop 0.3s linear forwards;
}
.to-right {
   animation: toRight 0.3s linear forwards;
}
.to-bottom {
   animation: toBottom 0.3s linear forwards;
}
.to-left {
   animation: toLeft 0.3s linear forwards;
}
.rotate-box-style-01 * {
   will-change: transform;
}
.rotate-box-style-01 .rm-rotate-box,
.rotate-box-style-01 .flipper {
   position: relative;
}
.rotate-box-style-01 .flipper:hover .front {
   -webkit-transform: rotateY(-180deg);
   transform: rotateY(-180deg);
}
.rotate-box-style-01 .flipper:hover .back,
.rotate-box-style-01 .flipper.to-right .front {
   -webkit-transform: rotateY(0deg);
   transform: rotateY(0);
}
.rotate-box-style-01 .flipper.to-right .back {
   -webkit-transform: rotateY(-180deg);
   transform: rotateY(-180deg);
}
.rotate-box-style-01 .flipper.to-right:hover .front {
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
}
.rotate-box-style-01 .flipper.to-right:hover .back {
   -webkit-transform: rotateY(0deg);
   transform: rotateY(0);
}
.rotate-box-style-01 .flipper.to-top .front {
   -webkit-transform: rotateX(0deg);
   transform: rotateX(0);
}
.rotate-box-style-01 .flipper.to-top .back {
   -webkit-transform: rotateX(-180deg);
   transform: rotateX(-180deg);
}
.rotate-box-style-01 .flipper.to-top:hover .front {
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
}
.rotate-box-style-01 .flipper.to-top:hover .back,
.rotate-box-style-01 .flipper.to-bottom .front {
   -webkit-transform: rotateX(0deg);
   transform: rotateX(0);
}
.rotate-box-style-01 .flipper.to-bottom .back {
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
}
.rotate-box-style-01 .flipper.to-bottom:hover .front {
   -webkit-transform: rotateX(-180deg);
   transform: rotateX(-180deg);
}
.rotate-box-style-01 .flipper.to-bottom:hover .back {
   -webkit-transform: rotateX(0deg);
   transform: rotateX(0);
}
.rotate-box-style-01 .thumb-wrap {
   perspective: 1000px;
}
.rotate-box-style-01 .content-wrap {
   position: absolute;
   width: 100%;
   display: block;
   transform-style: preserve-3d;
   perspective: inherit;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   z-index: 2;
   bottom: 55px;
   left: 0;
   transform: translateZ(0) scale(1);
}
.rotate-box-style-01 .front {
   -webkit-transform: rotateY(0deg);
   transform: rotateY(0);
   background-size: cover;
   z-index: 1;
   transform-style: preserve-3d;
   -webkit-transform-style: preserve-3d;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   perspective: inherit;
   transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}
.rotate-box-style-01 .back {
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   transform-style: preserve-3d;
   -webkit-transform-style: preserve-3d;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   perspective: inherit;
   transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}
.rotate-box-style-01 .back .content-wrap {
   top: 50%;
   bottom: inherit;
   left: 0;
   transform: translate3d(0, -50%, 0) scale(1);
}
.rotate-box-style-01 .back .box-overlay {
   visibility: visible;
   opacity: 1;
}
.rotate-box-style-02 .rotate-box {
   min-height: 350px;
}
.services-box-style-01 .icon-box {
   opacity: 0;
   margin-top: 15px;
}
.services-box-style-01 .box-image {
   overflow: hidden;
}
.services-box-style-01 .box-image img {
   width: 100%;
}
.services-box-style-01 .box-overlay {
   z-index: 1;
   -webkit-transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
   transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.services-box-style-01:hover img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.5s cubic-bezier(61, 10, 88, 10);
   transition: all 0.5s cubic-bezier(61, 10, 88, 10);
}
.services-box-style-01:hover .icon-box {
   opacity: 1;
   margin-top: 0;
}
.services-box-style-01:hover .box-overlay {
   opacity: 0.8;
}
.services-box-style-02 .box-overlay {
   z-index: 1;
   -webkit-transition: all 0.45s ease-in-out;
   transition: all 0.45s ease-in-out;
}
.services-box-style-02.hover-box:hover .box-overlay {
   opacity: 1;
}
.services-box-style-05 img {
   -webkit-transition: 0.3s;
   transition: 0.3s;
   width: 100%;
}
.services-box-style-05 figure {
   position: relative;
}
.services-box-style-05 figure figcaption {
   position: absolute;
   top: 0;
}
.services-box-style-05 figure figcaption a {
   display: inline-block;
   color: var(--dark-gray);
}
.services-box-style-05 figure figcaption .content-box {
   margin-bottom: -80px;
}
.services-box-style-05 figure:hover figcaption .btn-link {
   color: var(--white);
   border-color: var(--white);
}
.services-box-style-05 figure:hover figcaption .box-title {
   color: var(--white);
}
.services-box-style-05 figure:hover figcaption .box-overlay {
   opacity: 1;
   visibility: visible;
}
.services-box-style-06 .services-text:after {
   content: "";
   display: inline-block;
   font-family: bootstrap-icons;
   vertical-align: middle;
   margin: -2px 2px 0;
   font-size: 22px;
   color: var(--medium-gray);
   opacity: 0.7;
}
.services-box-style-06:hover img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.5s cubic-bezier(61, 10, 88, 10);
   transition: all 0.5s cubic-bezier(61, 10, 88, 10);
}
.services-box-style-07 .btn-hover {
   position: absolute;
   left: 0;
   top: 100%;
   width: 100%;
   height: 100%;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.services-box-style-07 .text-down {
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.services-box-style-07:hover .btn-hover {
   top: 0;
}
.services-box-style-07:hover .text-down {
   -webkit-transform: translateY(20px);
   transform: translateY(20px);
}
@keyframes scale-effect {
   0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
   }
   to {
      -webkit-transform: scale(1);
      transform: scale(1);
   }
}
@-webkit-keyframes scale-effect {
   0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
   }
   to {
      -webkit-transform: scale(1);
      transform: scale(1);
   }
}
@keyframes fade {
   0% {
      opacity: 0.2;
   }
   to {
      opacity: 1;
   }
}
@-webkit-keyframes fade {
   0% {
      opacity: 0.2;
   }
   to {
      opacity: 1;
   }
}
@keyframes slide-right {
   0% {
      -webkit-transform: translateX(-25px);
      transform: translate(-25px);
   }
   to {
      -webkit-transform: translateX(0);
      transform: translate(0);
   }
}
@-webkit-keyframes slide-right {
   0% {
      -webkit-transform: translateX(-25px);
      transform: translate(-25px);
   }
   to {
      -webkit-transform: translateX(0);
      transform: translate(0);
   }
}
.sliding-box * {
   will-change: transform;
}
.sliding-box .sliding-box-item {
   margin-left: 15px;
   margin-right: 15px;
   float: left;
   overflow: hidden;
   position: relative;
   -webkit-transition: width 0.7s;
   transition: width 0.7s;
}
.sliding-box .sliding-box-item .sliding-box-content {
   top: 0;
   height: 100%;
   position: absolute;
}
.sliding-box-style-01 .sliding-box-item .sliding-box-content:after {
   content: "";
   right: 100%;
   top: 50%;
   height: 0;
   width: 0;
   opacity: 0;
   z-index: 9;
   margin-top: -10px;
   position: absolute;
   border: solid transparent;
   border-right-color: var(--white);
   border-width: 12px;
   pointer-events: none;
   -webkit-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.sliding-box-style-01 .sliding-box-item.active .sliding-box-content:after,
.sliding-box-style-01 .sliding-box-item:hover .sliding-box-content:after {
   opacity: 1;
}
.sliding-box-style-02 .sliding-box-item .sliding-box-img {
   border-radius: 4px;
   -webkit-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.sliding-box-style-02 .sliding-box-item.active .sliding-box-img {
   border-radius: 4px 0 0 4px;
}
.sliding-box-style-02 .sliding-box-item.active .sliding-box-content {
   border-radius: 0 4px 4px 0;
}
.sliding-box-style-02 .sliding-box-item.active .content-hover {
   animation: fade 1s;
}
.sliding-box-style-03 .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0.5;
   z-index: 1;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.sliding-box-style-03 .overlay-contnet {
   position: absolute;
   left: 0;
   top: 0;
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.4s linear;
   transition: all 0.4s linear;
}
.sliding-box-style-03 .number {
   position: absolute;
   bottom: -30px;
   left: 0;
   right: 0;
   text-align: center;
}
.sliding-box-style-03 .sliding-box-content:after {
   display: none;
}
.sliding-box-style-03.active .overlay,
.sliding-box-style-03.active .overlay-contnet {
   opacity: 0;
   visibility: hidden;
}
.elements-social .behance:hover,
.elements-social .behance-square:hover {
   color: #1769ff;
}
.elements-social .blogger:hover {
   color: #ff8000;
}
.elements-social .codepen:hover {
   color: #0ebeff;
}
.elements-social .deviantart:hover {
   color: #05cc47;
}
.elements-social .digg:hover {
   color: #262626;
}
.elements-social .dribbble:hover {
   color: #ea4c89;
}
.elements-social .delicious:hover {
   color: #205cc0;
}
.elements-social .email:hover {
   color: #7d7d7d;
}
.elements-social .facebook:hover,
.elements-social .facebook-square:hover {
   color: #3b5998;
}
.elements-social .flickr:hover {
   color: #ff0084;
}
.elements-social .flipboard:hover {
   color: #e12828;
}
.elements-social .github:hover {
   color: #4078c0;
}
.elements-social .google:hover {
   color: #dc4a38;
}
.elements-social .google-plus:hover {
   color: #dd4b39;
}
.elements-social .instagram:hover {
   color: #fe1f49;
}
.elements-social .jsfiddle:hover {
   color: #0084ff;
}
.elements-social .linkedin:hover {
   color: #0077b5;
}
.elements-social .livejournal:hover {
   color: #00b0ea;
}
.elements-social .medium:hover {
   color: #00ab6c;
}
.elements-social .meneame:hover {
   color: #ff6400;
}
.elements-social .mailru:hover {
   color: #168de2;
}
.elements-social .odnoklassniki:hover {
   color: #d7772d;
}
.elements-social .paypal:hover {
   color: #003087;
}
.elements-social .pinterest:hover,
.elements-social .pinterest-p:hover {
   color: #cb2027;
}
.elements-social .print:hover {
   color: #222;
}
.elements-social .reddit:hover,
.elements-social .reddit-square:hover {
   color: #ff4500;
}
.elements-social .rss:hover {
   color: #f2890a;
}
.elements-social .skype:hover {
   color: #00aff0;
}
.elements-social .slack:hover {
   color: #6ecadc;
}
.elements-social .snapchat:hover {
   color: #fffc00;
}
.elements-social .soundcloud:hover {
   color: #f80;
}
.elements-social .spotify:hover {
   color: #1db954;
}
.elements-social .sms:hover {
   color: #ffbd00;
}
.elements-social .sharethis:hover {
   color: #95d03a;
}
.elements-social .stack-overflow:hover {
   color: #f48024;
}
.elements-social .stumbleupon:hover {
   color: #eb4924;
}
.elements-social .telegram:hover {
   color: #08c;
}
.elements-social .trello:hover {
   color: #0079bf;
}
.elements-social .tumblr:hover {
   color: #32506d;
}
.elements-social .twitch:hover {
   color: #6441a5;
}
.elements-social .twitter:hover,
.elements-social .twitter-square:hover {
   color: #00aced;
}
.elements-social .vimeo:hover {
   color: #1ab7ea;
}
.elements-social .vine:hover {
   color: #00bf8f;
}
.elements-social .vk:hover {
   color: #4c6c91;
}
.elements-social .wordpress:hover {
   color: #21759b;
}
.elements-social .weibo:hover {
   color: #f93;
}
.elements-social .whatsapp:hover {
   color: #25d366;
}
.elements-social .xing:hover {
   color: #1a7576;
}
.elements-social .youtube:hover,
.elements-social .youtube-play:hover {
   color: red;
}
.elements-social ul {
   margin-bottom: 0;
   list-style: none;
   padding: 0;
}
.elements-social ul li {
   display: inline-block;
}
.elements-social ul li:first-child {
   margin-left: 0 !important;
}
.elements-social ul li:last-child {
   margin-right: 0 !important;
}
.elements-social ul li a {
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.extra-small-icon li {
   margin: 0 2px;
}
.extra-small-icon a {
   font-size: 14px;
   width: 30px;
   height: 30px;
}
.small-icon li {
   margin: 0 5px;
}
.small-icon a {
   font-size: 18px;
   width: 40px;
   height: 40px;
}
.medium-icon li {
   margin: 0 8px;
}
.medium-icon a {
   font-size: 20px;
   width: 50px;
   height: 50px;
}
.large-icon li {
   margin: 0 10px;
}
.large-icon a {
   font-size: 24px;
   width: 60px;
   height: 60px;
}
.extra-large-icon li {
   margin: 0 12px;
}
.extra-large-icon a {
   font-size: 30px;
   width: 70px;
   height: 70px;
}
.social-icon a {
   margin: 0 15px;
}
.social-icon a:first-child {
   margin-left: 0;
}
.social-icon a:last-child {
   margin-right: 0;
}
[class^="social-icon-"] ul,
[class*=" social-icon-"] ul {
   list-style: none;
}
.elements-social .light li a {
   color: var(--white);
}
.elements-social .dark li a {
   color: var(--dark-gray);
}
.elements-social .icon-with-animation a:hover {
   -webkit-transform: translateY(-8px);
   transform: translateY(-8px);
}
.social-icon-style-01 ul li a:hover {
   color: var(--base-color) !important;
}
.social-icon-style-03 ul li a {
   color: var(--white);
   border-radius: 100%;
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.social-icon-style-03 ul li a:hover {
   background-color: var(--white) !important;
   box-shadow: 0 0 30px #17171740;
   transform: translate3d(0, -3px, 0);
}
.social-icon-style-03 ul li a.behance,
.social-icon-style-03 ul li a.behance-square {
   background-color: #1769ff;
}
.social-icon-style-03 ul li a.blogger {
   background-color: #ff8000;
}
.social-icon-style-03 ul li a.codepen {
   background-color: #0ebeff;
}
.social-icon-style-03 ul li a.deviantart {
   background-color: #05cc47;
}
.social-icon-style-03 ul li a.digg {
   background-color: #262626;
}
.social-icon-style-03 ul li a.dribbble {
   background-color: #ea4c89;
}
.social-icon-style-03 ul li a.delicious {
   background-color: #205cc0;
}
.social-icon-style-03 ul li a.email {
   background-color: #7d7d7d;
}
.social-icon-style-03 ul li a.facebook,
.social-icon-style-03 ul li a.facebook-square {
   background-color: #3b5998;
}
.social-icon-style-03 ul li a.flickr {
   background-color: #ff0084;
}
.social-icon-style-03 ul li a.flipboard {
   background-color: #e12828;
}
.social-icon-style-03 ul li a.github {
   background-color: #4078c0;
}
.social-icon-style-03 ul li a.google {
   background-color: #dc4a38;
}
.social-icon-style-03 ul li a.google-plus {
   background-color: #dd4b39;
}
.social-icon-style-03 ul li a.instagram {
   background-color: #fe1f49;
}
.social-icon-style-03 ul li a.jsfiddle {
   background-color: #0084ff;
}
.social-icon-style-03 ul li a.linkedin {
   background-color: #0077b5;
}
.social-icon-style-03 ul li a.livejournal {
   background-color: #00b0ea;
}
.social-icon-style-03 ul li a.medium {
   background-color: #00ab6c;
}
.social-icon-style-03 ul li a.meneame {
   background-color: #ff6400;
}
.social-icon-style-03 ul li a.mailru {
   background-color: #168de2;
}
.social-icon-style-03 ul li a.odnoklassniki {
   background-color: #d7772d;
}
.social-icon-style-03 ul li a.paypal {
   background-color: #003087;
}
.social-icon-style-03 ul li a.pinterest,
.social-icon-style-03 ul li a.pinterest-p {
   background-color: #cb2027;
}
.social-icon-style-03 ul li a.print {
   background-color: #222;
}
.social-icon-style-03 ul li a.reddit,
.social-icon-style-03 ul li a.reddit-square {
   background-color: #ff4500;
}
.social-icon-style-03 ul li a.rss {
   background-color: #f2890a;
}
.social-icon-style-03 ul li a.skype {
   background-color: #00aff0;
}
.social-icon-style-03 ul li a.slack {
   background-color: #6ecadc;
}
.social-icon-style-03 ul li a.snapchat {
   background-color: #fffc00;
}
.social-icon-style-03 ul li a.soundcloud {
   background-color: #f80;
}
.social-icon-style-03 ul li a.spotify {
   background-color: #1db954;
}
.social-icon-style-03 ul li a.sms {
   background-color: #ffbd00;
}
.social-icon-style-03 ul li a.sharethis {
   background-color: #95d03a;
}
.social-icon-style-03 ul li a.stack-overflow {
   background-color: #f48024;
}
.social-icon-style-03 ul li a.stumbleupon {
   background-color: #eb4924;
}
.social-icon-style-03 ul li a.telegram {
   background-color: #08c;
}
.social-icon-style-03 ul li a.trello {
   background-color: #0079bf;
}
.social-icon-style-03 ul li a.tumblr {
   background-color: #32506d;
}
.social-icon-style-03 ul li a.twitch {
   background-color: #6441a5;
}
.social-icon-style-03 ul li a.twitter,
.social-icon-style-03 ul li a.twitter-square {
   background-color: #00aced;
}
.social-icon-style-03 ul li a.vimeo {
   background-color: #1ab7ea;
}
.social-icon-style-03 ul li a.vine {
   background-color: #00bf8f;
}
.social-icon-style-03 ul li a.vk {
   background-color: #4c6c91;
}
.social-icon-style-03 ul li a.wordpress {
   background-color: #21759b;
}
.social-icon-style-03 ul li a.weibo {
   background-color: #f93;
}
.social-icon-style-03 ul li a.whatsapp {
   background-color: #25d366;
}
.social-icon-style-03 ul li a.xing {
   background-color: #1a7576;
}
.social-icon-style-03 ul li a.youtube,
.social-icon-style-03 ul li a.youtube-play {
   background-color: red;
}
.social-icon-style-04 ul li a {
   z-index: 9;
   position: relative;
}
.social-icon-style-04 ul li a:hover {
   color: var(--white) !important;
}
.social-icon-style-04 ul li a:hover span {
   width: 100%;
   height: 100%;
   border-radius: 100%;
   top: 0;
   left: 0;
}
.social-icon-style-04 ul li a span {
   border-radius: 0;
   display: block;
   height: 0;
   width: 0;
   left: 50%;
   margin: 0;
   position: absolute;
   top: 50%;
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   z-index: -1;
   background-color: var(--dark-gray);
}
.social-icon-style-04 ul li a.behance span,
.social-icon-style-04 ul li a.behance-square span {
   background-color: #1769ff;
}
.social-icon-style-04 ul li a.blogger span {
   background-color: #ff8000;
}
.social-icon-style-04 ul li a.codepen span {
   background-color: #0ebeff;
}
.social-icon-style-04 ul li a.deviantart span {
   background-color: #05cc47;
}
.social-icon-style-04 ul li a.digg span {
   background-color: #262626;
}
.social-icon-style-04 ul li a.dribbble span {
   background-color: #ea4c89;
}
.social-icon-style-04 ul li a.delicious span {
   background-color: #205cc0;
}
.social-icon-style-04 ul li a.email span {
   background-color: #7d7d7d;
}
.social-icon-style-04 ul li a.facebook span,
.social-icon-style-04 ul li a.facebook-square span {
   background-color: #3b5998;
}
.social-icon-style-04 ul li a.flickr span {
   background-color: #ff0084;
}
.social-icon-style-04 ul li a.flipboard span {
   background-color: #e12828;
}
.social-icon-style-04 ul li a.github span {
   background-color: #4078c0;
}
.social-icon-style-04 ul li a.google span {
   background-color: #dc4a38;
}
.social-icon-style-04 ul li a.google-plus span {
   background-color: #dd4b39;
}
.social-icon-style-04 ul li a.instagram span {
   background-color: #fe1f49;
}
.social-icon-style-04 ul li a.jsfiddle span {
   background-color: #0084ff;
}
.social-icon-style-04 ul li a.linkedin span {
   background-color: #0077b5;
}
.social-icon-style-04 ul li a.livejournal span {
   background-color: #00b0ea;
}
.social-icon-style-04 ul li a.medium span {
   background-color: #00ab6c;
}
.social-icon-style-04 ul li a.meneame span {
   background-color: #ff6400;
}
.social-icon-style-04 ul li a.mailru span {
   background-color: #168de2;
}
.social-icon-style-04 ul li a.odnoklassniki span {
   background-color: #d7772d;
}
.social-icon-style-04 ul li a.paypal span {
   background-color: #003087;
}
.social-icon-style-04 ul li a.pinterest span,
.social-icon-style-04 ul li a.pinterest-p span {
   background-color: #cb2027;
}
.social-icon-style-04 ul li a.print span {
   background-color: #222;
}
.social-icon-style-04 ul li a.reddit span,
.social-icon-style-04 ul li a.reddit-square span {
   background-color: #ff4500;
}
.social-icon-style-04 ul li a.rss span {
   background-color: #f2890a;
}
.social-icon-style-04 ul li a.skype span {
   background-color: #00aff0;
}
.social-icon-style-04 ul li a.slack span {
   background-color: #6ecadc;
}
.social-icon-style-04 ul li a.snapchat span {
   background-color: #fffc00;
}
.social-icon-style-04 ul li a.soundcloud span {
   background-color: #f80;
}
.social-icon-style-04 ul li a.spotify span {
   background-color: #1db954;
}
.social-icon-style-04 ul li a.sms span {
   background-color: #ffbd00;
}
.social-icon-style-04 ul li a.sharethis span {
   background-color: #95d03a;
}
.social-icon-style-04 ul li a.stack-overflow span {
   background-color: #f48024;
}
.social-icon-style-04 ul li a.stumbleupon span {
   background-color: #eb4924;
}
.social-icon-style-04 ul li a.telegram span {
   background-color: #08c;
}
.social-icon-style-04 ul li a.trello span {
   background-color: #0079bf;
}
.social-icon-style-04 ul li a.tumblr span {
   background-color: #32506d;
}
.social-icon-style-04 ul li a.twitch span {
   background-color: #6441a5;
}
.social-icon-style-04 ul li a.twitter span,
.social-icon-style-04 ul li a.twitter-square span {
   background-color: #00aced;
}
.social-icon-style-04 ul li a.vimeo span {
   background-color: #1ab7ea;
}
.social-icon-style-04 ul li a.vine span {
   background-color: #00bf8f;
}
.social-icon-style-04 ul li a.vk span {
   background-color: #4c6c91;
}
.social-icon-style-04 ul li a.wordpress span {
   background-color: #21759b;
}
.social-icon-style-04 ul li a.weibo span {
   background-color: #f93;
}
.social-icon-style-04 ul li a.whatsapp span {
   background-color: #25d366;
}
.social-icon-style-04 ul li a.xing span {
   background-color: #1a7576;
}
.social-icon-style-04 ul li a.youtube span,
.social-icon-style-04 ul li a.youtube-play span {
   background-color: red;
}
.social-icon-style-05 ul li a:hover {
   color: var(--white) !important;
}
.social-icon-style-05 ul li a.behance,
.social-icon-style-05 ul li a.behance-square {
   color: #1769ff;
}
.social-icon-style-05 ul li a.blogger {
   color: #ff8000;
}
.social-icon-style-05 ul li a.codepen {
   color: #0ebeff;
}
.social-icon-style-05 ul li a.deviantart {
   color: #05cc47;
}
.social-icon-style-05 ul li a.digg {
   color: #262626;
}
.social-icon-style-05 ul li a.dribbble {
   color: #ea4c89;
}
.social-icon-style-05 ul li a.delicious {
   color: #205cc0;
}
.social-icon-style-05 ul li a.email {
   color: #7d7d7d;
}
.social-icon-style-05 ul li a.facebook,
.social-icon-style-05 ul li a.facebook-square {
   color: #3b5998;
}
.social-icon-style-05 ul li a.flickr {
   color: #ff0084;
}
.social-icon-style-05 ul li a.flipboard {
   color: #e12828;
}
.social-icon-style-05 ul li a.github {
   color: #4078c0;
}
.social-icon-style-05 ul li a.google {
   color: #dc4a38;
}
.social-icon-style-05 ul li a.google-plus {
   color: #dd4b39;
}
.social-icon-style-05 ul li a.instagram {
   color: #fe1f49;
}
.social-icon-style-05 ul li a.jsfiddle {
   color: #0084ff;
}
.social-icon-style-05 ul li a.linkedin {
   color: #0077b5;
}
.social-icon-style-05 ul li a.livejournal {
   color: #00b0ea;
}
.social-icon-style-05 ul li a.medium {
   color: #00ab6c;
}
.social-icon-style-05 ul li a.meneame {
   color: #ff6400;
}
.social-icon-style-05 ul li a.mailru {
   color: #168de2;
}
.social-icon-style-05 ul li a.odnoklassniki {
   color: #d7772d;
}
.social-icon-style-05 ul li a.paypal {
   color: #003087;
}
.social-icon-style-05 ul li a.pinterest,
.social-icon-style-05 ul li a.pinterest-p {
   color: #cb2027;
}
.social-icon-style-05 ul li a.print {
   color: #222;
}
.social-icon-style-05 ul li a.reddit,
.social-icon-style-05 ul li a.reddit-square {
   color: #ff4500;
}
.social-icon-style-05 ul li a.rss {
   color: #f2890a;
}
.social-icon-style-05 ul li a.skype {
   color: #00aff0;
}
.social-icon-style-05 ul li a.slack {
   color: #6ecadc;
}
.social-icon-style-05 ul li a.snapchat {
   color: #fffc00;
}
.social-icon-style-05 ul li a.soundcloud {
   color: #f80;
}
.social-icon-style-05 ul li a.spotify {
   color: #1db954;
}
.social-icon-style-05 ul li a.sms {
   color: #ffbd00;
}
.social-icon-style-05 ul li a.sharethis {
   color: #95d03a;
}
.social-icon-style-05 ul li a.stack-overflow {
   color: #f48024;
}
.social-icon-style-05 ul li a.stumbleupon {
   color: #eb4924;
}
.social-icon-style-05 ul li a.telegram {
   color: #08c;
}
.social-icon-style-05 ul li a.trello {
   color: #0079bf;
}
.social-icon-style-05 ul li a.tumblr {
   color: #32506d;
}
.social-icon-style-05 ul li a.twitch {
   color: #6441a5;
}
.social-icon-style-05 ul li a.twitter,
.social-icon-style-05 ul li a.twitter-square {
   color: #00aced;
}
.social-icon-style-05 ul li a.vimeo {
   color: #1ab7ea;
}
.social-icon-style-05 ul li a.vine {
   color: #00bf8f;
}
.social-icon-style-05 ul li a.vk {
   color: #4c6c91;
}
.social-icon-style-05 ul li a.wordpress {
   color: #21759b;
}
.social-icon-style-05 ul li a.weibo {
   color: #f93;
}
.social-icon-style-05 ul li a.whatsapp {
   color: #25d366;
}
.social-icon-style-05 ul li a.xing {
   color: #1a7576;
}
.social-icon-style-05 ul li a.youtube,
.social-icon-style-05 ul li a.youtube-play {
   color: red;
}
.social-icon-style-05 ul.dark li a:hover {
   color: var(--dark-gray) !important;
}
.social-icon-style-06 ul li a {
   display: inline-block;
   height: auto;
   width: auto;
   padding: 0 24px;
   position: relative;
   vertical-align: middle;
   overflow: hidden;
}
.social-icon-style-06 ul li a .brand-icon {
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 100%;
   transition-duration: 0.3s;
}
.social-icon-style-06 ul li a > span {
   line-height: inherit;
   top: 0;
   position: relative;
   transition: 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.social-icon-style-06 ul li a:hover .brand-label {
   top: -50px;
   transition: 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.social-icon-style-06 ul li a:hover .brand-icon {
   top: 0;
   transition-duration: 0.3s;
}
.social-icon-style-06 ul li a.behance,
.social-icon-style-06 ul li a.behance-square {
   color: #1769ff;
}
.social-icon-style-06 ul li a.blogger {
   color: #ff8000;
}
.social-icon-style-06 ul li a.codepen {
   color: #0ebeff;
}
.social-icon-style-06 ul li a.deviantart {
   color: #05cc47;
}
.social-icon-style-06 ul li a.digg {
   color: #262626;
}
.social-icon-style-06 ul li a.dribbble {
   color: #ea4c89;
}
.social-icon-style-06 ul li a.delicious {
   color: #205cc0;
}
.social-icon-style-06 ul li a.email {
   color: #7d7d7d;
}
.social-icon-style-06 ul li a.facebook,
.social-icon-style-06 ul li a.facebook-square {
   color: #3b5998;
}
.social-icon-style-06 ul li a.flickr {
   color: #ff0084;
}
.social-icon-style-06 ul li a.flipboard {
   color: #e12828;
}
.social-icon-style-06 ul li a.github {
   color: #4078c0;
}
.social-icon-style-06 ul li a.google {
   color: #dc4a38;
}
.social-icon-style-06 ul li a.google-plus {
   color: #dd4b39;
}
.social-icon-style-06 ul li a.instagram {
   color: #fe1f49;
}
.social-icon-style-06 ul li a.jsfiddle {
   color: #0084ff;
}
.social-icon-style-06 ul li a.linkedin {
   color: #0077b5;
}
.social-icon-style-06 ul li a.livejournal {
   color: #00b0ea;
}
.social-icon-style-06 ul li a.medium {
   color: #00ab6c;
}
.social-icon-style-06 ul li a.meneame {
   color: #ff6400;
}
.social-icon-style-06 ul li a.mailru {
   color: #168de2;
}
.social-icon-style-06 ul li a.odnoklassniki {
   color: #d7772d;
}
.social-icon-style-06 ul li a.paypal {
   color: #003087;
}
.social-icon-style-06 ul li a.pinterest,
.social-icon-style-06 ul li a.pinterest-p {
   color: #cb2027;
}
.social-icon-style-06 ul li a.print {
   color: #222;
}
.social-icon-style-06 ul li a.reddit,
.social-icon-style-06 ul li a.reddit-square {
   color: #ff4500;
}
.social-icon-style-06 ul li a.rss {
   color: #f2890a;
}
.social-icon-style-06 ul li a.skype {
   color: #00aff0;
}
.social-icon-style-06 ul li a.slack {
   color: #6ecadc;
}
.social-icon-style-06 ul li a.snapchat {
   color: #fffc00;
}
.social-icon-style-06 ul li a.soundcloud {
   color: #f80;
}
.social-icon-style-06 ul li a.spotify {
   color: #1db954;
}
.social-icon-style-06 ul li a.sms {
   color: #ffbd00;
}
.social-icon-style-06 ul li a.sharethis {
   color: #95d03a;
}
.social-icon-style-06 ul li a.stack-overflow {
   color: #f48024;
}
.social-icon-style-06 ul li a.stumbleupon {
   color: #eb4924;
}
.social-icon-style-06 ul li a.telegram {
   color: #08c;
}
.social-icon-style-06 ul li a.trello {
   color: #0079bf;
}
.social-icon-style-06 ul li a.tumblr {
   color: #32506d;
}
.social-icon-style-06 ul li a.twitch {
   color: #6441a5;
}
.social-icon-style-06 ul li a.twitter,
.social-icon-style-06 ul li a.twitter-square {
   color: #00aced;
}
.social-icon-style-06 ul li a.vimeo {
   color: #1ab7ea;
}
.social-icon-style-06 ul li a.vine {
   color: #00bf8f;
}
.social-icon-style-06 ul li a.vk {
   color: #4c6c91;
}
.social-icon-style-06 ul li a.wordpress {
   color: #21759b;
}
.social-icon-style-06 ul li a.weibo {
   color: #f93;
}
.social-icon-style-06 ul li a.whatsapp {
   color: #25d366;
}
.social-icon-style-06 ul li a.xing {
   color: #1a7576;
}
.social-icon-style-06 ul li a.youtube,
.social-icon-style-06 ul li a.youtube-play {
   color: red;
}
.social-icon-style-07 ul li a {
   position: relative;
   z-index: 3;
   overflow: hidden;
   vertical-align: middle;
}
.social-icon-style-07 ul li a:hover {
   color: var(--white) !important;
}
.social-icon-style-07 ul li a:hover > span {
   top: 0;
}
.social-icon-style-07 ul li a > span {
   position: absolute;
   top: -100%;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: -1;
   -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.social-icon-style-07 ul li a.behance {
   color: #1769ff;
}
.social-icon-style-07 ul li a.behance span {
   background-color: #1769ff;
}
.social-icon-style-07 ul li a.behance-square {
   color: #1769ff;
}
.social-icon-style-07 ul li a.behance-square span {
   background-color: #1769ff;
}
.social-icon-style-07 ul li a.blogger {
   color: #ff8000;
}
.social-icon-style-07 ul li a.blogger span {
   background-color: #ff8000;
}
.social-icon-style-07 ul li a.codepen {
   color: #0ebeff;
}
.social-icon-style-07 ul li a.codepen span {
   background-color: #0ebeff;
}
.social-icon-style-07 ul li a.deviantart {
   color: #05cc47;
}
.social-icon-style-07 ul li a.deviantart span {
   background-color: #05cc47;
}
.social-icon-style-07 ul li a.digg {
   color: #262626;
}
.social-icon-style-07 ul li a.digg span {
   background-color: #262626;
}
.social-icon-style-07 ul li a.dribbble {
   color: #ea4c89;
}
.social-icon-style-07 ul li a.dribbble span {
   background-color: #ea4c89;
}
.social-icon-style-07 ul li a.delicious {
   color: #205cc0;
}
.social-icon-style-07 ul li a.delicious span {
   background-color: #205cc0;
}
.social-icon-style-07 ul li a.email {
   color: #7d7d7d;
}
.social-icon-style-07 ul li a.email span {
   background-color: #7d7d7d;
}
.social-icon-style-07 ul li a.facebook {
   color: #3b5998;
}
.social-icon-style-07 ul li a.facebook span {
   background-color: #3b5998;
}
.social-icon-style-07 ul li a.facebook-square {
   color: #3b5998;
}
.social-icon-style-07 ul li a.facebook-square span {
   background-color: #3b5998;
}
.social-icon-style-07 ul li a.flickr {
   color: #ff0084;
}
.social-icon-style-07 ul li a.flickr span {
   background-color: #ff0084;
}
.social-icon-style-07 ul li a.flipboard {
   color: #e12828;
}
.social-icon-style-07 ul li a.flipboard span {
   background-color: #e12828;
}
.social-icon-style-07 ul li a.github {
   color: #4078c0;
}
.social-icon-style-07 ul li a.github span {
   background-color: #4078c0;
}
.social-icon-style-07 ul li a.google {
   color: #dc4a38;
}
.social-icon-style-07 ul li a.google span {
   background-color: #dc4a38;
}
.social-icon-style-07 ul li a.google-plus {
   color: #dd4b39;
}
.social-icon-style-07 ul li a.google-plus span {
   background-color: #dd4b39;
}
.social-icon-style-07 ul li a.instagram {
   color: #fe1f49;
}
.social-icon-style-07 ul li a.instagram span {
   background-color: #fe1f49;
}
.social-icon-style-07 ul li a.jsfiddle {
   color: #0084ff;
}
.social-icon-style-07 ul li a.jsfiddle span {
   background-color: #0084ff;
}
.social-icon-style-07 ul li a.linkedin {
   color: #0077b5;
}
.social-icon-style-07 ul li a.linkedin span {
   background-color: #0077b5;
}
.social-icon-style-07 ul li a.livejournal {
   color: #00b0ea;
}
.social-icon-style-07 ul li a.livejournal span {
   background-color: #00b0ea;
}
.social-icon-style-07 ul li a.medium {
   color: #00ab6c;
}
.social-icon-style-07 ul li a.medium span {
   background-color: #00ab6c;
}
.social-icon-style-07 ul li a.meneame {
   color: #ff6400;
}
.social-icon-style-07 ul li a.meneame span {
   background-color: #ff6400;
}
.social-icon-style-07 ul li a.mailru {
   color: #168de2;
}
.social-icon-style-07 ul li a.mailru span {
   background-color: #168de2;
}
.social-icon-style-07 ul li a.odnoklassniki {
   color: #d7772d;
}
.social-icon-style-07 ul li a.odnoklassniki span {
   background-color: #d7772d;
}
.social-icon-style-07 ul li a.paypal {
   color: #003087;
}
.social-icon-style-07 ul li a.paypal span {
   background-color: #003087;
}
.social-icon-style-07 ul li a.pinterest {
   color: #cb2027;
}
.social-icon-style-07 ul li a.pinterest span {
   background-color: #cb2027;
}
.social-icon-style-07 ul li a.pinterest-p {
   color: #cb2027;
}
.social-icon-style-07 ul li a.pinterest-p span {
   background-color: #cb2027;
}
.social-icon-style-07 ul li a.print {
   color: #222;
}
.social-icon-style-07 ul li a.print span {
   background-color: #222;
}
.social-icon-style-07 ul li a.reddit {
   color: #ff4500;
}
.social-icon-style-07 ul li a.reddit span {
   background-color: #ff4500;
}
.social-icon-style-07 ul li a.reddit-square {
   color: #ff4500;
}
.social-icon-style-07 ul li a.reddit-square span {
   background-color: #ff4500;
}
.social-icon-style-07 ul li a.rss {
   color: #f2890a;
}
.social-icon-style-07 ul li a.rss span {
   background-color: #f2890a;
}
.social-icon-style-07 ul li a.skype {
   color: #00aff0;
}
.social-icon-style-07 ul li a.skype span {
   background-color: #00aff0;
}
.social-icon-style-07 ul li a.slack {
   color: #6ecadc;
}
.social-icon-style-07 ul li a.slack span {
   background-color: #6ecadc;
}
.social-icon-style-07 ul li a.snapchat {
   color: #fffc00;
}
.social-icon-style-07 ul li a.snapchat span {
   background-color: #fffc00;
}
.social-icon-style-07 ul li a.soundcloud {
   color: #f80;
}
.social-icon-style-07 ul li a.soundcloud span {
   background-color: #f80;
}
.social-icon-style-07 ul li a.spotify {
   color: #1db954;
}
.social-icon-style-07 ul li a.spotify span {
   background-color: #1db954;
}
.social-icon-style-07 ul li a.sms {
   color: #ffbd00;
}
.social-icon-style-07 ul li a.sms span {
   background-color: #ffbd00;
}
.social-icon-style-07 ul li a.sharethis {
   color: #95d03a;
}
.social-icon-style-07 ul li a.sharethis span {
   background-color: #95d03a;
}
.social-icon-style-07 ul li a.stack-overflow {
   color: #f48024;
}
.social-icon-style-07 ul li a.stack-overflow span {
   background-color: #f48024;
}
.social-icon-style-07 ul li a.stumbleupon {
   color: #eb4924;
}
.social-icon-style-07 ul li a.stumbleupon span {
   background-color: #eb4924;
}
.social-icon-style-07 ul li a.telegram {
   color: #08c;
}
.social-icon-style-07 ul li a.telegram span {
   background-color: #08c;
}
.social-icon-style-07 ul li a.trello {
   color: #0079bf;
}
.social-icon-style-07 ul li a.trello span {
   background-color: #0079bf;
}
.social-icon-style-07 ul li a.tumblr {
   color: #32506d;
}
.social-icon-style-07 ul li a.tumblr span {
   background-color: #32506d;
}
.social-icon-style-07 ul li a.twitch {
   color: #6441a5;
}
.social-icon-style-07 ul li a.twitch span {
   background-color: #6441a5;
}
.social-icon-style-07 ul li a.twitter {
   color: #00aced;
}
.social-icon-style-07 ul li a.twitter span {
   background-color: #00aced;
}
.social-icon-style-07 ul li a.twitter-square {
   color: #00aced;
}
.social-icon-style-07 ul li a.twitter-square span {
   background-color: #00aced;
}
.social-icon-style-07 ul li a.vimeo {
   color: #1ab7ea;
}
.social-icon-style-07 ul li a.vimeo span {
   background-color: #1ab7ea;
}
.social-icon-style-07 ul li a.vine {
   color: #00bf8f;
}
.social-icon-style-07 ul li a.vine span {
   background-color: #00bf8f;
}
.social-icon-style-07 ul li a.vk {
   color: #4c6c91;
}
.social-icon-style-07 ul li a.vk span {
   background-color: #4c6c91;
}
.social-icon-style-07 ul li a.wordpress {
   color: #21759b;
}
.social-icon-style-07 ul li a.wordpress span {
   background-color: #21759b;
}
.social-icon-style-07 ul li a.weibo {
   color: #f93;
}
.social-icon-style-07 ul li a.weibo span {
   background-color: #f93;
}
.social-icon-style-07 ul li a.whatsapp {
   color: #25d366;
}
.social-icon-style-07 ul li a.whatsapp span {
   background-color: #25d366;
}
.social-icon-style-07 ul li a.xing {
   color: #1a7576;
}
.social-icon-style-07 ul li a.xing span {
   background-color: #1a7576;
}
.social-icon-style-07 ul li a.youtube {
   color: red;
}
.social-icon-style-07 ul li a.youtube span {
   background-color: red;
}
.social-icon-style-07 ul li a.youtube-play {
   color: red;
}
.social-icon-style-07 ul li a.youtube-play span {
   background-color: red;
}
.social-icon-style-08 ul li a:hover {
   opacity: 0.5;
   color: var(--dark-gray) !important;
}
.social-icon-style-08 ul.light li a:hover {
   opacity: 0.5;
   color: var(--white) !important;
}
.social-icon-style-09 ul li a {
   z-index: 9;
   border: 1px solid rgba(35, 35, 35, 0.15);
   border-radius: 100%;
   position: relative;
}
.social-icon-style-09 ul li a:hover {
   color: var(--white) !important;
}
.social-icon-style-09 ul li a:hover span {
   -webkit-transform: scale(1);
   transform: scale(1);
   opacity: 1;
}
.social-icon-style-09 ul li a span {
   display: block;
   border-radius: 100%;
   height: 100%;
   width: 100%;
   top: -1px;
   left: -1px;
   padding: 1px;
   box-sizing: content-box;
   margin: 0;
   position: absolute;
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
   opacity: 0;
   -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
   pointer-events: none;
   z-index: -1;
   background-color: var(--dark-gray);
}
.social-icon-style-09 ul.light li a {
   border-color: #ffffff4d;
}
.social-icon-style-09 ul.light li a:hover {
   color: var(--dark-gray) !important;
}
.social-icon-style-09 ul.light li a span {
   background-color: var(--white);
}
.social-icon-style-10 ul li a {
   color: var(--dark-gray);
}
.social-icon-style-10 ul li a:hover {
   color: var(--base-color) !important;
}
.social-icon-style-10 .default-color a.behance,
.social-icon-style-10 .default-color a.behance-square {
   color: #1769ff;
}
.social-icon-style-10 .default-color a.blogger {
   color: #ff8000;
}
.social-icon-style-10 .default-color a.codepen {
   color: #0ebeff;
}
.social-icon-style-10 .default-color a.deviantart {
   color: #05cc47;
}
.social-icon-style-10 .default-color a.digg {
   color: #262626;
}
.social-icon-style-10 .default-color a.dribbble {
   color: #ea4c89;
}
.social-icon-style-10 .default-color a.delicious {
   color: #205cc0;
}
.social-icon-style-10 .default-color a.email {
   color: #7d7d7d;
}
.social-icon-style-10 .default-color a.facebook,
.social-icon-style-10 .default-color a.facebook-square {
   color: #3b5998;
}
.social-icon-style-10 .default-color a.flickr {
   color: #ff0084;
}
.social-icon-style-10 .default-color a.flipboard {
   color: #e12828;
}
.social-icon-style-10 .default-color a.github {
   color: #4078c0;
}
.social-icon-style-10 .default-color a.google {
   color: #dc4a38;
}
.social-icon-style-10 .default-color a.google-plus {
   color: #dd4b39;
}
.social-icon-style-10 .default-color a.instagram {
   color: #fe1f49;
}
.social-icon-style-10 .default-color a.jsfiddle {
   color: #0084ff;
}
.social-icon-style-10 .default-color a.linkedin {
   color: #0077b5;
}
.social-icon-style-10 .default-color a.livejournal {
   color: #00b0ea;
}
.social-icon-style-10 .default-color a.medium {
   color: #00ab6c;
}
.social-icon-style-10 .default-color a.meneame {
   color: #ff6400;
}
.social-icon-style-10 .default-color a.mailru {
   color: #168de2;
}
.social-icon-style-10 .default-color a.odnoklassniki {
   color: #d7772d;
}
.social-icon-style-10 .default-color a.paypal {
   color: #003087;
}
.social-icon-style-10 .default-color a.pinterest,
.social-icon-style-10 .default-color a.pinterest-p {
   color: #cb2027;
}
.social-icon-style-10 .default-color a.print {
   color: #222;
}
.social-icon-style-10 .default-color a.reddit,
.social-icon-style-10 .default-color a.reddit-square {
   color: #ff4500;
}
.social-icon-style-10 .default-color a.rss {
   color: #f2890a;
}
.social-icon-style-10 .default-color a.skype {
   color: #00aff0;
}
.social-icon-style-10 .default-color a.slack {
   color: #6ecadc;
}
.social-icon-style-10 .default-color a.snapchat {
   color: #fffc00;
}
.social-icon-style-10 .default-color a.soundcloud {
   color: #f80;
}
.social-icon-style-10 .default-color a.spotify {
   color: #1db954;
}
.social-icon-style-10 .default-color a.sms {
   color: #ffbd00;
}
.social-icon-style-10 .default-color a.sharethis {
   color: #95d03a;
}
.social-icon-style-10 .default-color a.stack-overflow {
   color: #f48024;
}
.social-icon-style-10 .default-color a.stumbleupon {
   color: #eb4924;
}
.social-icon-style-10 .default-color a.telegram {
   color: #08c;
}
.social-icon-style-10 .default-color a.trello {
   color: #0079bf;
}
.social-icon-style-10 .default-color a.tumblr {
   color: #32506d;
}
.social-icon-style-10 .default-color a.twitch {
   color: #6441a5;
}
.social-icon-style-10 .default-color a.twitter,
.social-icon-style-10 .default-color a.twitter-square {
   color: #00aced;
}
.social-icon-style-10 .default-color a.vimeo {
   color: #1ab7ea;
}
.social-icon-style-10 .default-color a.vine {
   color: #00bf8f;
}
.social-icon-style-10 .default-color a.vk {
   color: #4c6c91;
}
.social-icon-style-10 .default-color a.wordpress {
   color: #21759b;
}
.social-icon-style-10 .default-color a.weibo {
   color: #f93;
}
.social-icon-style-10 .default-color a.whatsapp {
   color: #25d366;
}
.social-icon-style-10 .default-color a.xing {
   color: #1a7576;
}
.social-icon-style-10 .default-color a.youtube,
.social-icon-style-10 .default-color a.youtube-play {
   color: red;
}
.social-icon-style-10 .default-color a:hover {
   color: var(--dark-gray) !important;
}
.social-text-style-01 ul li a {
   width: auto;
   height: auto;
   line-height: normal;
}
.newsletter-style-01 input {
   border-radius: 4px;
   padding-right: 160px;
}
.newsletter-style-01 input.is-invalid {
   padding-right: 160px;
}
.newsletter-style-01 .btn {
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   border-radius: 0 4px 4px 0;
}
.newsletter-style-01 .btn i {
   top: 1px;
}
.newsletter-style-02 input {
   border-radius: 4px;
   padding-right: 60px !important;
}
.newsletter-style-02 .btn {
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   border-radius: 0 4px 4px 0;
   padding: 10px 25px 9px;
   display: inline-block;
}
.newsletter-style-02 .btn i {
   margin-left: 0;
   top: inherit;
}
.newsletter-style-02 .btn:active {
   border-color: transparent;
}
.newsletter-style-03 input {
   padding-right: 165px !important;
   padding-left: 30px !important;
}
.newsletter-style-03 .btn {
   position: absolute;
   right: 0;
   top: 0;
   border-radius: 0 100px 100px 0;
   height: 100%;
   padding: 12px 35px 12px 30px;
}
.newsletter-style-03 .btn:active {
   border-color: transparent;
}
.newsletter-style-04 input {
   padding-left: 0;
   padding-right: 40px;
   border-radius: 0;
}
.newsletter-style-04 .btn {
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   padding: 0;
   border: none;
}
.newsletter-style-04 .btn i {
   margin-left: 0;
}
.newsletter-style-01 .form-control,
.newsletter-style-01 .form-control.is-invalid,
.newsletter-style-01 .was-validated .form-control:invalid,
.newsletter-style-02 .form-control,
.newsletter-style-02 .form-control.is-invalid,
.newsletter-style-02 .was-validated .form-control:invalid,
.newsletter-style-03 .form-control,
.newsletter-style-03 .form-control.is-invalid,
.newsletter-style-03 .was-validated .form-control:invalid,
.newsletter-style-04 .form-control,
.newsletter-style-04 .form-control.is-invalid,
.newsletter-style-04 .was-validated .form-control:invalid {
   background-image: inherit;
}
.nav-tabs > li.nav-item {
   display: inline-block;
   float: none;
   margin: 0;
   padding: 0 17px;
}
.tab-style-03 .nav-tabs .nav-link {
   padding: 10px 33px;
   color: var(--medium-gray);
   border: 1px solid var(--light-medium-gray);
   border-bottom: none;
   -webkit-border-radius: 6px 6px 0 0;
   border-radius: 6px 6px 0 0;
}
.tab-style-03 .nav-tabs .nav-link.active,
.tab-style-03 .nav-tabs .nav-link.show,
.tab-style-03 .nav-tabs .nav-link:hover {
   color: var(--dark-gray);
   background-color: var(--white);
}
.tab-style-03 .nav-tabs > li.nav-item {
   padding: 0 8px;
}
.tab-style-02 .nav-tabs {
   border-bottom: none;
}
.tab-style-02 .nav-tabs > li.nav-item {
   margin: 0 34px;
}
.tab-style-02 .nav-tabs > li.nav-item > a.nav-link {
   border: none;
   padding: 0;
   color: var(--medium-gray);
   border-bottom: 2px solid transparent;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.tab-style-02 .nav-tabs > li.nav-item > a.nav-link i {
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
   -webkit-transform: translateY(0);
   transform: translateY(0);
   will-change: transform;
}
.tab-style-02 .nav-tabs > li.nav-item > a.nav-link:hover {
   color: var(--dark-gray);
   border-bottom: 2px solid;
}
.tab-style-02 .nav-tabs > li.nav-item > a.nav-link:hover i {
   color: var(--base-color);
   -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.tab-style-02 .nav-tabs > li.nav-item > a.nav-link.active {
   color: var(--dark-gray);
   border-bottom: 2px solid;
   background: transparent;
}
.tab-style-02 .nav-tabs > li.nav-item > a.nav-link.active i {
   color: var(--base-color);
}
.tab-style-01 .nav-tabs .nav-link {
   border: none;
   -webkit-border-radius: 50px;
   border-radius: 50px;
   padding: 10px 40px;
   color: var(--medium-gray);
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.tab-style-01 .nav-tabs .nav-link.show,
.tab-style-01 .nav-tabs .nav-link.active,
.tab-style-01 .nav-tabs .nav-link:hover {
   color: var(--dark-gray);
   background-color: var(--white);
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
   box-shadow: 0 0 10px #00000014;
   -webkit-transform: translate3d(0, -3px, 0);
   transform: translate3d(0, -3px, 0);
}
.tab-style-01 .nav-tabs > li.nav-item {
   padding: 0 4px;
}
.tab-style-04 .nav-tabs .nav-item {
   padding: 0 35px;
}
.tab-style-04 .nav-tabs .nav-item .nav-link {
   padding: 0;
   border: none;
   background: transparent;
   position: relative;
   color: var(--medium-gray);
}
.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
   width: 100%;
   height: 2px;
   display: block;
   -wekit-transform: scaleX(0);
   -moz-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transition: transform 0.5s ease;
   transition: transform 0.5s ease;
}
.tab-style-04 .nav-tabs .nav-item .nav-link.active,
.tab-style-04 .nav-tabs .nav-item .nav-link.show,
.tab-style-04 .nav-tabs .nav-item .nav-link:hover {
   color: var(--dark-gray);
}
.tab-style-04 .nav-tabs .nav-item .nav-link.active .tab-border,
.tab-style-04 .nav-tabs .nav-item .nav-link.show .tab-border,
.tab-style-04 .nav-tabs .nav-item .nav-link:hover .tab-border {
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
}
.tab-style-05 .nav-tabs > li {
   width: 100%;
}
.tab-style-05 .nav-tabs > li.nav-item {
   padding: 0;
}
.tab-style-05 .nav-tabs .nav-item .nav-link {
   border: none;
   padding: 20px 28px 22px;
   margin-bottom: 15px;
   background: transparent;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   display: flex;
   align-items: center;
}
.tab-style-05 .nav-tabs .nav-item .nav-link i {
   vertical-align: middle;
   display: inline-block;
   margin-right: 10px;
}
.tab-style-05 .nav-tabs .nav-item .nav-link span {
   position: relative;
   top: 1px;
   color: var(--dark-gray);
   -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.tab-style-05 .nav-tabs .nav-item .nav-link:hover,
.tab-style-05 .nav-tabs .nav-item .nav-link.show,
.tab-style-05 .nav-tabs .nav-item .nav-link.active {
   background: var(--white);
   color: var(--base-color);
   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
   box-shadow: 0 0 20px #00000014;
}
.tab-style-05 .nav-tabs .nav-item .nav-link:hover i,
.tab-style-05 .nav-tabs .nav-item .nav-link.show i,
.tab-style-05 .nav-tabs .nav-item .nav-link.active i,
.tab-style-05 .nav-tabs .nav-item .nav-link:hover span,
.tab-style-05 .nav-tabs .nav-item .nav-link.show span,
.tab-style-05 .nav-tabs .nav-item .nav-link.active span {
   color: var(--base-color);
}
.tab-style-05 .nav-tabs .nav-item:last-child .nav-link {
   border-bottom: none;
}
.tab-style-06 .nav-tabs > li.nav-item {
   position: relative;
   z-index: 1;
   padding: 0;
   border: 1px solid;
   overflow: hidden;
   border-radius: 4px 0 0 4px;
}
.tab-style-06 .nav-tabs > li.nav-item:last-child {
   border-radius: 0 4px 4px 0;
   margin-left: -1px;
}
.tab-style-06 .nav-tabs > li.nav-item > a.nav-link {
   border-bottom: none;
   border-radius: 0;
   line-height: 18px;
   padding: 16px 40px;
   text-transform: uppercase;
   z-index: 1;
   background-color: transparent;
   color: var(--medium-gray);
   border: 0;
}
.tab-style-06 .nav-tabs > li.nav-item > a.nav-link.active {
   color: #fff !important;
}
.tab-style-06 .nav-tabs > li.nav-item > a.nav-link.active + .tab-bg-active {
   opacity: 1;
}
.tab-style-06 .tab-bg-active {
   position: absolute;
   top: -1px;
   left: -1px;
   width: calc(100% + 2px);
   height: calc(100% + 2px);
   z-index: -1;
   opacity: 0;
}
.tab-style-07 .nav-tabs > li {
   width: 100%;
}
.tab-style-07 .nav-tabs > li.nav-item {
   padding: 0;
}
.tab-style-07 .nav-tabs .nav-item .nav-link {
   border: none;
   border-bottom: 1px solid;
   border-color: var(--extra-medium-gray);
   padding: 15px 25px;
   background: transparent;
   -webkit-border-radius: 0;
   border-radius: 0;
   -webkit-transition: 0.4s;
   transition: 0.4s;
   position: relative;
}
.tab-style-07 .nav-tabs .nav-item .nav-link span {
   color: var(--dark-gray);
   z-index: 9;
   position: relative;
   -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.tab-style-07 .nav-tabs .nav-item .nav-link:hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.show,
.tab-style-07 .nav-tabs .nav-item .nav-link.active {
   color: var(--white);
   isolation: inherit;
}
.tab-style-07 .nav-tabs .nav-item .nav-link:hover span,
.tab-style-07 .nav-tabs .nav-item .nav-link.show span,
.tab-style-07 .nav-tabs .nav-item .nav-link.active span {
   color: var(--white);
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.tab-style-07 .nav-tabs .nav-item .nav-link:hover .number-box,
.tab-style-07 .nav-tabs .nav-item .nav-link.show .number-box,
.tab-style-07 .nav-tabs .nav-item .nav-link.active .number-box {
   opacity: 1;
   -webkit-transform: translate(50%, -50%);
   transform: translate(50%, -50%);
   transition: opacity 0.4s, transform 0.4s;
   -webkit-transition-delay: 0.35s;
   transition-delay: 0.35s;
}
.tab-style-07 .nav-tabs .nav-item .nav-link:hover .bg-hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.show .bg-hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.active .bg-hover {
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
}
.tab-style-07 .nav-tabs .nav-item .nav-link .number-box {
   position: absolute;
   top: 50%;
   z-index: 9;
   right: 0;
   opacity: 0;
   -webkit-transform: translate(25%, -50%);
   transform: translate(25%, -50%);
   transition: opacity 0s, transform 0s;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}
.tab-style-07 .nav-tabs .nav-item .nav-link .bg-hover {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   content: "";
   -webkit-transform: scaleX(0);
   transform: scaleX(0);
   transform-origin: left;
   -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   z-index: 1;
}
.tab-style-07 .nav-tabs .nav-item:last-child .nav-link {
   border-bottom: none;
}
.tab-style-08 ul .nav-item {
   padding: 0;
   background-color: transparent;
   border-right: 1px solid var(--light-medium-gray);
   flex-grow: 1;
   flex-basis: 0;
}
.tab-style-08 ul .nav-item .nav-link {
   border: 0;
   margin-bottom: 0;
   padding: 30px 15px;
   background-color: transparent;
   position: relative;
   color: var(--medium-gray);
}
.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
   border: 0;
   color: var(--base-color);
}
.tab-style-08 ul .nav-item .nav-link.active .tab-border,
.tab-style-08 ul .nav-item .nav-link.show .tab-border,
.tab-style-08 ul .nav-item .nav-link:hover .tab-border {
   -wekit-transform: scaleX(1);
   -moz-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
}
.tab-style-08 ul .nav-item .tab-border {
   width: calc(100% + 2px);
   height: 3px;
   display: block;
   -wekit-transform: scaleX(0);
   -moz-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transition: transform 0.5s ease;
   transition: transform 0.5s ease;
   position: absolute;
   left: -1px;
   top: 0;
}
.tab-style-08 ul .nav-item:last-child {
   border: 0;
}
.tab-style-08 ul.active-tab-border-bottom .nav-item .tab-border {
   bottom: 0;
   top: auto;
}
.team-style-01 figure figcaption {
   position: absolute;
   bottom: -1px;
}
.team-style-01 figure figcaption .social-icon {
   display: block !important;
   height: auto !important;
   margin-bottom: -50px !important;
   overflow: visible !important;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.team-style-01 figure figcaption .social-icon a {
   margin: 0 10px;
}
.team-style-01 figure figcaption .social-icon a:last-child {
   margin-right: 0;
}
.team-style-01 figure figcaption .social-icon a:first-child {
   margin-left: 0;
}
.team-style-01 figure .text-light-opacity:hover {
   opacity: 1 !important;
}
.team-style-01 figure:hover figcaption .social-icon {
   margin-bottom: 0 !important;
}
.team-style-02 figure figcaption {
   position: absolute;
   opacity: 0;
   bottom: 0;
   -webkit-transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
   transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
}
.team-style-02 figure figcaption .social-icon a {
   margin: 0 12px;
   opacity: 0;
   -webkit-transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
   transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
   -webkit-transform: translateY(-25px);
   transform: translateY(-25px);
   display: inline-block;
}
.team-style-02 figure figcaption .social-icon a:nth-child(1) {
   -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure figcaption .social-icon a:nth-child(2) {
   -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure figcaption .social-icon a:nth-child(3) {
   -webkit-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure figcaption .social-icon a:nth-child(4) {
   -webkit-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure figcaption .social-icon a:nth-child(5) {
   -webkit-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure figcaption .team-member-name {
   opacity: 0;
   -webkit-transform: translate3d(0, 15px, 0);
   transform: translate3d(0, 15px, 0);
   -webkit-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure figcaption .member-designation {
   opacity: 0;
   -webkit-transform: translate3d(0, 15px, 0);
   transform: translate3d(0, 15px, 0);
   -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure:hover figcaption {
   opacity: 1;
}
.team-style-02 figure:hover figcaption .team-member-name {
   opacity: 1;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
   -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure:hover figcaption .member-designation {
   opacity: 0.7;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
   -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure:hover figcaption a {
   opacity: 1;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.team-style-02 figure:hover figcaption a:nth-child(1) {
   -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure:hover figcaption a:nth-child(2) {
   -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure:hover figcaption a:nth-child(3) {
   -webkit-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure:hover figcaption a:nth-child(4) {
   -webkit-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-02 figure:hover figcaption a:nth-child(5) {
   -webkit-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-04 .team-content {
   position: absolute;
   bottom: 0;
   -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
   transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.team-style-04 figure figcaption {
   position: absolute;
   bottom: -20px;
   -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
   transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.team-style-04 figure figcaption .social-icon {
   -webkit-transition: all 0s linear;
   transition: all 0s linear;
}
.team-style-04 figure figcaption .social-icon a {
   margin: 0 10px;
}
.team-style-04 figure:hover figcaption {
   bottom: 0;
}
.team-style-05 .team-content {
   position: absolute;
   bottom: 0;
   opacity: 0;
   -webkit-transition: all 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: all 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.team-style-05 .team-content p {
   top: 55%;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.team-style-05 .social-icon a {
   opacity: 0;
   -webkit-transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
   transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
   -webkit-transform: translateY(25px);
   transform: translateY(25px);
   margin: 0 10px;
   display: inline-block;
}
.team-style-05 .social-icon a:nth-child(1) {
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.team-style-05 .social-icon a:nth-child(2) {
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.team-style-05 .social-icon a:nth-child(3) {
   -webkit-transition: all 0.6s ease;
   transition: all 0.6s ease;
}
.team-style-05 .social-icon a:nth-child(4) {
   -webkit-transition: all 0.8s ease;
   transition: all 0.8s ease;
}
.team-style-05 .social-icon a:nth-child(5) {
   -webkit-transition: all 1s ease;
   transition: all 1s ease;
}
.team-style-05:hover .team-content {
   opacity: 1;
}
.team-style-05:hover .team-content p {
   top: 50%;
}
.team-style-05:hover .social-icon a {
   opacity: 1;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.team-style-05:hover .social-icon a:nth-child(1) {
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.team-style-05:hover .social-icon a:nth-child(2) {
   -webkit-transition: all 0.6s ease;
   transition: all 0.6s ease;
}
.team-style-05:hover .social-icon a:nth-child(3) {
   -webkit-transition: all 0.9s ease;
   transition: all 0.9s ease;
}
.team-style-05:hover .social-icon a:nth-child(4) {
   -webkit-transition: all 1.1s ease;
   transition: all 1.1s ease;
}
.team-style-05:hover .social-icon a:nth-child(5) {
   -webkit-transition: all 1.4s ease;
   transition: all 1.4s ease;
}
.team-style-08 figure {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
   -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-08 figure figcaption {
   position: absolute;
   opacity: 0;
   bottom: 0;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
}
.team-style-08 figure figcaption .social-icon a {
   margin: 0 0 10px;
   opacity: 0;
   display: inline-block;
   background-color: var(--dark-gray);
   height: 50px;
   width: 50px;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transform: translate3d(0, 15px, 0);
   transform: translate3d(0, 15px, 0);
   -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
   -webkit-transform: scale(1);
   transform: scale(1);
}
.team-style-08 figure figcaption .social-icon a:last-child {
   margin-bottom: 0;
}
.team-style-08 figure figcaption .team-member-name {
   opacity: 0;
   -webkit-transform: translate3d(0, 15px, 0);
   transform: translate3d(0, 15px, 0);
   -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-08 figure figcaption .member-designation {
   opacity: 0;
   -webkit-transform: translate3d(0, 20px, 0);
   transform: translate3d(0, 20px, 0);
   -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-08:hover figure {
   -webkit-transform: translate3d(0, -8px, 0);
   transform: translate3d(0, -8px, 0);
}
.team-style-08:hover figure figcaption {
   opacity: 1;
}
.team-style-08:hover figure figcaption .social-icon a:hover {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.team-style-08:hover figure figcaption .team-member-name {
   opacity: 1;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
}
.team-style-08:hover figure figcaption .member-designation {
   opacity: 0.6;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
}
.team-style-08:hover figure figcaption a {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
   opacity: 1;
}
.team-style-09 .nav-tabs > li.nav-item {
   padding: 0;
}
.team-style-09 .nav-tabs > li.nav-item .number {
   color: var(--dark-gray);
   -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.team-style-09 .nav-tabs > li.nav-item:last-child .nav-link {
   border-bottom: 0;
}
.team-style-09 .nav-tabs .nav-link {
   border: 0;
   display: flex;
   border-bottom: 1px solid var(--extra-medium-gray);
   padding: 20px 0;
   margin-bottom: 0;
   background-color: transparent;
   -webkit-border-radius: 0;
   border-radius: 0;
   -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
   transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.team-style-09 .nav-tabs .nav-link:hover {
   -webkit-transform: translate3d(10px, 0, 0);
   transform: translate3d(10px, 0, 0);
}
.team-style-09 .nav-tabs .nav-link.active,
.team-style-09 .nav-tabs .nav-link:hover {
   border-bottom: 1px solid var(--dark-gray);
}
.team-style-10 figure {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
   -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-10 figure .hover-switch-image {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-10 figure figcaption {
   position: absolute;
   opacity: 0;
   bottom: 0;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
}
.team-style-10 figure figcaption .social-icon a {
   margin: 0 0 10px;
   opacity: 0;
   display: inline-block;
   background-color: var(--dark-gray);
   height: 50px;
   width: 50px;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   will-change: transform;
   -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.team-style-10 figure figcaption .social-icon a:last-child {
   margin-bottom: 0;
}
.team-style-10 figure figcaption .team-member-strip {
   -webkit-transform: translate3d(0, 20px, 0);
   transform: translate3d(0, 20px, 0);
   -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.8, 1);
   transition: all 0.3s cubic-bezier(0.2, 0, 0.8, 1);
}
.team-style-10 figure figcaption .team-member-strip .team-member-name {
   opacity: 0;
   -webkit-transform: translate3d(0, 15px, 0);
   transform: translate3d(0, 15px, 0);
   -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-10 figure figcaption .team-member-strip .member-designation {
   opacity: 0;
   -webkit-transform: translate3d(0, 20px, 0);
   transform: translate3d(0, 20px, 0);
   -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
   transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}
.team-style-10:hover figure .hover-switch-image {
   left: 0;
   opacity: 1;
}
.team-style-10:hover figure figcaption {
   opacity: 1;
}
.team-style-10:hover figure figcaption .social-icon a {
   -webkit-transform: scale(1);
   transform: scale(1);
}
.team-style-10:hover figure figcaption .social-icon a:hover {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.team-style-10:hover figure figcaption .team-member-strip {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
}
.team-style-10:hover figure figcaption .team-member-strip .team-member-name {
   opacity: 1;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
}
.team-style-10:hover figure figcaption .team-member-strip .member-designation {
   opacity: 1;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
}
.team-style-10:hover figure figcaption a {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
   opacity: 1;
}
.testimonials-style-01 .testimonial-arrow:after {
   content: "";
   top: 100%;
   left: 50px;
   height: 0;
   width: 0;
   z-index: 9;
   margin-left: -14px;
   position: absolute;
   pointer-events: none;
   border: solid transparent;
   border-width: 14px;
   border-top-color: var(--white);
}
.testimonials-style-01 .author-detail img {
   width: 60px;
   height: 60px;
}
.testimonials-style-04.swiper-horizontal-3d.swiper {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   overflow: hidden;
   z-index: 1;
}
.testimonials-style-04.swiper-horizontal-3d .swiper-wrapper {
   position: relative;
   width: 100%;
   height: 100%;
   z-index: 1;
   display: flex;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   box-sizing: content-box;
}
.testimonials-style-04.swiper-horizontal-3d.swiper-pagination-bottom .swiper-wrapper {
   margin-bottom: 0;
}
.testimonials-style-04.swiper-horizontal-3d .swiper-slide {
   filter: grayscale(100%);
   opacity: 0;
   -webkit-flex-shrink: 0;
   -ms-flex: 0 0 auto;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   width: 100%;
   height: 100%;
   position: relative;
}
.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-prev,
.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-next {
   opacity: 0.7;
}
.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-active {
   opacity: 1;
   filter: grayscale(0);
   box-shadow: 0 0 60px #0000002b;
}
.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
   opacity: 1;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   z-index: 1;
}
.testimonials-style-04.swiper-horizontal-3d .swiper-slide img {
   opacity: 0;
}
.testimonials-style-04.swiper-horizontal-3d.swiper {
   width: 100%;
   padding-bottom: 60px;
}
.testimonials-style-04.swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-left,
.testimonials-style-04.swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-right {
   background-image: none;
}
.testimonials-style-04.swiper-horizontal-3d .swiper-slide-active img {
   opacity: 1;
}
.testimonials-style-05 .testimonials-bubble {
   position: relative;
   border: 1px solid;
   -webkit-transition: 0.2s;
   transition: 0.2s;
}
.testimonials-style-05 .testimonials-bubble:after,
.testimonials-style-05 .testimonials-bubble:before {
   top: 100%;
   left: 50px;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
}
.testimonials-style-05 .testimonials-bubble:after {
   border-color: #fff0;
   border-top-color: var(--white);
   border-width: 15px 15px 0 0;
   margin-left: 1px;
}
.testimonials-style-05 .testimonials-bubble:before {
   border-color: #ededed00;
   border-top-color: var(--extra-medium-gray);
   border-width: 18px 18px 0 0;
}
.testimonials-style-12 .swiper-button-next-nav {
   right: -8px;
}
.testimonials-style-12 .swiper-button-next-nav:hover {
   opacity: 1;
}
.testimonials-style-12 .swiper-button-previous-nav {
   left: -8px;
}
.testimonials-style-12 .swiper-button-previous-nav:hover {
   opacity: 1;
}
.testimonials-style-13 .swiper-slide {
   opacity: 0.1;
}
.testimonials-style-13 .swiper-slide.swiper-slide-active {
   opacity: 1;
}
.testimonials-style-13 .swiper-slide.swiper-slide-next {
   opacity: 0.4;
}
.blog-grid .card {
   color: inherit;
   -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.blog-grid .card .blog-image img {
   -webkit-border-radius: 4px 4px 0 0;
   border-radius: 4px 4px 0 0;
}
.blog-grid .card .card-body {
   color: inherit;
}
.blog-grid .card .card-body p {
   margin-bottom: 15px;
}
.blog-grid .card .card-body .author {
   will-change: transform;
}
.blog-grid .card .card-body .author .blog-date {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.blog-grid .card .card-body .author .like-count a i {
   margin-right: 4px;
   vertical-align: middle;
   -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.blog-grid .card .card-body .author .like-count a:hover i {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}
.blog-grid .card .card-body .author .author-name {
   position: absolute;
   width: auto;
   left: 0;
   bottom: 0;
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(32px);
   transform: translateY(32px);
   -webkit-transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.blog-grid .card .blog-categories {
   position: absolute;
   top: 17px;
   right: 20px;
}
.blog-grid .card .blog-categories .categories-btn {
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
   box-shadow: 0 0 25px #0006;
}
.blog-grid .card:hover .author .blog-date {
   position: relative;
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(-32px);
   transform: translateY(-32px);
}
.blog-grid .card:hover .author .author-name {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.blog-classic .card {
   color: inherit;
}
.blog-classic .card .blog-image img {
   -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
   will-change: transform;
}
.blog-classic .card .card-body {
   color: inherit;
}
.blog-classic .card .card-body .categories-text:after {
   content: "";
   display: inline-block;
   font-family: bootstrap-icons;
   vertical-align: middle;
   margin: -2px 1px 0;
   font-size: 22px;
   color: var(--medium-gray);
   opacity: 0.7;
}
.blog-classic .card .card-body .card-link i {
   opacity: 0;
   visibility: hidden;
   transform-origin: center left;
   -webkit-transform: translateX(-10px) scaleX(0);
   transform: translate(-10px) scaleX(0);
   -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
   vertical-align: middle;
   margin-left: 3px;
}
.blog-classic .card:hover .blog-image img {
   -webkit-transform: scale(1.07);
   transform: scale(1.07);
}
.blog-classic .card:hover .card-body .card-link i {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateX(0) scaleX(1);
   transform: translate(0) scaleX(1);
}
.blog-only-text {
   counter-reset: card-body;
}
.blog-only-text .card-body {
   color: inherit;
   position: relative;
   overflow: hidden;
}
.blog-only-text .card-body .hover-img {
   position: absolute;
   left: 0;
   top: 0;
   -o-object-fit: cover;
   object-fit: cover;
   width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
   -webkit-transform: scale(1.1) rotate(-3deg);
   transform: scale(1.1) rotate(-3deg);
}
.blog-only-text .card-body:after {
   counter-increment: card-body;
   content: counter(card-body, decimal-leading-zero);
   position: absolute;
   font-size: 70px;
   line-height: 70px;
   letter-spacing: -3px;
   top: 30px;
   right: -8px;
   font-weight: 600;
   opacity: 0.1;
   color: var(--dark-gray);
   -webkit-transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
.blog-only-text .card-body:hover .hover-img {
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   -webkit-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0);
}
.blog-only-text .card-body:hover:after {
   opacity: 0.2;
   color: var(--white);
   right: 30px;
   -webkit-transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
.blog-only-text .card-body:hover .card-title {
   text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}
.blog-only-text .card-body:hover .categories-btn {
   background: var(--white);
   color: var(--dark-gray) !important;
   -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
   box-shadow: 0 10px 40px #0009;
   -webkit-transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.35s cubic-bezier(0.37, 0, 0.63, 1);
}
.blog-metro figure .blog-image .blog-overlay {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: #1f232c;
   background: linear-gradient(0deg, #171717cc 0, #17171700 70%);
   -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.blog-metro figure .categories-btn {
   border: 1px solid transparent;
}
.blog-metro figure img {
   -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   width: 100%;
}
.blog-metro figure figcaption {
   position: absolute;
   top: 0;
   left: 0;
}
.blog-metro figure .card-title {
   margin-bottom: 0;
}
.blog-metro figure:hover img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   opacity: 0.5;
}
.blog-metro figure:hover .categories-btn {
   background: transparent !important;
   color: #fff;
   border: 1px solid rgba(255, 255, 255, 0.3);
}
.blog-metro figure:hover .categories-btn.bg-base-color {
   color: var(--base-color) !important;
   border-color: var(--base-color);
}
.blog-masonry .card {
   color: inherit;
}
.blog-masonry .card .card-top {
   position: relative;
   padding: 15px 20px;
}
.blog-masonry .card .card-top:after {
   content: "";
   position: absolute;
   left: 25px;
   top: 100%;
   width: 0;
   height: 0;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   border-top: 8px solid #fff;
   clear: both;
   z-index: 1;
}
.blog-masonry .card .card-top .avtar {
   height: 30px;
   width: 30px;
   margin-right: 10px;
   position: relative;
   border-radius: 100%;
}
.blog-masonry .card .blog-image img {
   -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.blog-masonry .card .blog-image .categories-btn {
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
   box-shadow: 0 0 25px #0006;
}
.blog-masonry .card .like-count a i {
   margin-right: 5px;
   -webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
   will-change: transform;
}
.blog-masonry .card .like-count a:hover i {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}
.blog-masonry .card .blog-date i {
   margin-right: 8px;
}
.blog-masonry .card .blog-categories {
   position: absolute;
   bottom: 30px;
   left: 30px;
}
.blog-masonry .card:hover {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translateZ(0);
}
.blog-masonry .card:hover .blog-image img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.blog-simple figure .blog-image {
   overflow: hidden;
}
.blog-simple figure .blog-hover-icon {
   -webkit-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   opacity: 0;
}
.blog-simple figure figcaption {
   position: absolute;
   bottom: 0;
   top: 0;
   width: 100%;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.blog-simple figure:hover .blog-hover-icon {
   opacity: 1;
   visibility: visible;
   -webkit-transform: scale(1);
   transform: scale(1);
}
.blog-simple figure:hover .post-content .card-title a:hover {
   color: var(--base-color);
}
.blog-simple figure:hover .blog-image img {
   -webkit-filter: blur(2px);
   filter: blur(2px);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.blog-simple figure:hover .blog-image .box-overlay {
   opacity: 0.3;
}
.blog-simple figure:hover .box-overlay {
   opacity: 1;
   visibility: visible;
}
.blog-date .feature-box {
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.blog-date .feature-box .feature-box-icon {
   margin-right: 40px !important;
}
.blog-date .feature-box .post-date {
   min-width: 75px;
   padding: 20px 0 17px;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.blog-date .feature-box .post-date span {
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
.blog-date .feature-box:hover {
   -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
}
.blog-side-image .blog-box .blog-image {
   min-height: 300px;
   will-change: transform;
   -webkit-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.blog-side-image .blog-box .blog-image .blog-post-image-overlay {
   opacity: 0;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.blog-side-image .blog-box .blog-content {
   position: relative;
   z-index: 1;
}
.blog-side-image .blog-box .blog-content .separator {
   width: 10px;
   height: 1px;
   -webkit-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
   display: inline-block;
   vertical-align: middle;
   margin-right: 7px;
}
.blog-side-image .blog-box .blog-content .categories-btn {
   -webkit-border-radius: 50px;
   border-radius: 50px;
   margin-left: 0;
   margin-right: 5px;
   line-height: 20px;
   padding: 4px 15px;
}
.blog-side-image .blog-box:hover .blog-image {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.blog-side-image .blog-box:hover .blog-image .blog-post-image-overlay {
   opacity: 0.4;
}
.blog-side-image .blog-box:hover .blog-content .separator {
   width: 30px;
}
.blog-modern figure .blog-image {
   margin-bottom: 48px;
}
.blog-modern figure .blog-image img {
   -webkit-transition: all 0.9s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.9s cubic-bezier(0.5, 1, 0.89, 1);
}
.blog-modern figure .post-content-wrapper {
   position: absolute;
   bottom: -51px;
   width: 85%;
   margin: 0 auto;
   left: 0;
   right: 0;
   -webkit-box-shadow: 0px 4px 10px rgba(111, 111, 111, 0.1);
   box-shadow: 0 4px 10px #6f6f6f1a;
}
.blog-modern figure .post-content-wrapper .post-content {
   -webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
   transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.blog-modern figure .post-content-wrapper .separator {
   margin: 0 15px;
   opacity: 0.7;
   font-weight: 300;
}
.blog-modern figure:hover .blog-image img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.blog-modern figure:hover .post-content-wrapper .post-content .card-title {
   color: var(--white);
}
.blog-modern figure:hover .post-content-wrapper .post-content .card-title:hover {
   color: var(--white);
}
.blog-modern figure:hover .post-content-wrapper .post-content .box-overlay {
   opacity: 1;
   visibility: visible;
}
.blog-standard .blog-image {
   position: relative;
}
.blog-standard .blog-image .blog-categories {
   position: absolute;
   right: 40px;
   top: 40px;
}
.blog-standard .entry-meta span {
   position: relative;
   margin-right: 20px;
}
.blog-standard .entry-meta span:last-child {
   margin-right: 0;
}
.blog-standard .entry-meta span i {
   margin-right: 7px;
}
.blog-comment {
   padding-left: 0;
   margin-bottom: 0;
}
.blog-comment li {
   padding-bottom: 65px;
   position: relative;
   list-style: none;
}
.blog-comment li:last-child {
   border-bottom: medium none;
   padding-bottom: 0;
}
.blog-comment li .btn-reply {
   float: right;
   font-size: 11px;
   line-height: initial;
   padding: 7px 20px 6px;
   border-radius: 50px;
   border: 1px solid rgba(43.9, 43.9, 43.9, 0.25);
   background-color: var(--white);
}
.blog-comment li .btn-reply:hover {
   border-color: var(--base-color);
   background: var(--base-color);
   color: var(--white);
}
.blog-comment li ul.child-comment {
   list-style: outside none none;
   margin-left: 70px;
}
.blog-comment li ul.child-comment li {
   margin-top: 60px;
   padding-bottom: 0;
}
.blog-comment > li:first-child {
   padding-top: 0;
}
.pagination-style-01 .page-item .page-link {
   border: 0;
   padding: 0 2px;
   margin: 0 7px;
   background: 0 0;
   color: var(--medium-gray);
   min-width: 45px;
   font-size: inherit;
   text-align: center;
   -webkit-border-radius: 100%;
   border-radius: 100%;
   line-height: 45px;
   min-height: 45px;
}
.pagination-style-01 .page-item .page-link i {
   line-height: 40px;
}
.pagination-style-01 .page-item .page-link:hover {
   background: var(--white);
   color: var(--dark-gray);
   box-shadow: 0 0 10px #17171726 !important;
}
.pagination-style-01 .page-item .page-link:focus {
   box-shadow: none;
}
.pagination-style-01 .page-item.active .page-link {
   background: var(--dark-gray);
   color: var(--white);
   box-shadow: 0 0 10px #17171726 !important;
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
   background: transparent;
   box-shadow: none !important;
}
.pagination-style-01.light .page-item:first-child .page-link,
.pagination-style-01.light .page-item:last-child .page-link {
   background: transparent;
   box-shadow: none !important;
}
.pagination-style-01.light .page-item:first-child .page-link:hover,
.pagination-style-01.light .page-item:last-child .page-link:hover {
   color: var(--white);
}
.blog-clean .card {
   color: inherit;
}
.blog-clean .card .blog-image img {
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
   will-change: transform;
}
.blog-clean .card .card-body {
   color: inherit;
}
.blog-clean .card .card-body .blog-categories {
   top: -17px;
}
.blog-clean .card .card-body .blog-categories .categories-btn {
   margin: 0 5px 0 0;
   font-size: 12px;
   border-radius: 0;
}
.blog-clean .card .card-body .card-link i {
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateX(-10px);
   transform: translate(-10px);
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
   vertical-align: middle;
   margin-left: 10px;
   line-height: 11px;
}
.blog-clean .card:hover .blog-image img {
   -webkit-transform: scale(1.07);
   transform: scale(1.07);
}
.blog-clean .card:hover .card-body .card-link i {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateX(0);
   transform: translate(0);
}
.grid-item .portfolio-image img,
.portfolio-grid .work-1col li {
   width: 100%;
}
.portfolio-filter li {
   padding: 0 25px;
}
.portfolio-filter li:first-child {
   padding-left: 0;
}
.portfolio-filter li:last-child {
   padding-right: 0;
}
.portfolio-filter li a {
   color: var(--medium-gray);
   border-bottom: 2px solid transparent;
}
.portfolio-filter li:hover a,
.portfolio-filter li:focus a,
.portfolio-filter li.active a {
   color: var(--dark-gray);
   border-color: var(--dark-gray);
}
.portfolio-filter.filter-btn li {
   padding: 0 12px;
}
.portfolio-filter.filter-btn li a {
   padding: 6px 30px;
   border-radius: 40px;
}
.portfolio-filter.filter-btn li a:hover,
.portfolio-filter.filter-btn li a:focus,
.portfolio-filter.filter-btn li a.active {
   background-color: var(--white);
   color: var(--dark-gray);
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
   box-shadow: 0 0 25px #00000014;
}
.portfolio-filter.filter-btn li.active a {
   background-color: var(--white);
   color: var(--dark-gray);
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
   box-shadow: 0 0 10px #00000014;
}
.portfolio-classic .portfolio-box {
   -webkit-clip-path: inset(0 0 0 0);
   clip-path: inset(0 0 0 0);
}
.portfolio-classic .portfolio-box .portfolio-hover {
   opacity: 0;
   transform: translate3d(0, 45px, 0) skewY(-15deg);
}
.portfolio-classic .portfolio-box:hover {
   -webkit-clip-path: inset(2% 2% 2% 2%);
   clip-path: inset(2% 2% 2% 2%);
}
.portfolio-classic .portfolio-box:hover .portfolio-image img {
   opacity: 0.15;
   -webkit-filter: blur(4px);
   filter: blur(4px);
}
.portfolio-classic .portfolio-box:hover .portfolio-hover {
   opacity: 1;
   transform: translateZ(0);
}
.portfolio-boxed .portfolio-box {
   will-change: transform;
}
.portfolio-boxed .portfolio-box .portfolio-icon a {
   margin: 0 4px;
   position: relative;
   -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
   box-shadow: 0 0 25px #00000080;
}
.portfolio-boxed .portfolio-box .portfolio-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.portfolio-boxed .portfolio-box:hover {
   -webkit-box-shadow: 10px 0 70px rgba(0, 0, 0, 0.15);
   box-shadow: 10px 0 70px #00000026;
   -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
}
.portfolio-boxed .portfolio-box:hover .portfolio-image img {
   opacity: 0.3;
}
.portfolio-boxed .portfolio-box:hover .portfolio-overlay {
   opacity: 1;
   visibility: visible;
}
.mousetip-wrapper .caption {
   opacity: 0;
   visibility: hidden;
   position: absolute;
   top: 20px;
   left: 20px;
   z-index: 9;
}
.mousetip-wrapper:hover .caption {
   opacity: 1;
   visibility: visible;
   display: block;
}
.portfolio-transform .portfolio-box {
   will-change: auto;
   overflow: visible;
}
.portfolio-transform .portfolio-box .caption {
   padding: 22px 28px 11px;
   white-space: nowrap;
   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 25px #0003;
}
.portfolio-transform .portfolio-box .portfolio-image {
   overflow: visible;
}
.portfolio-transform .portfolio-box .portfolio-image img {
   -webkit-transition: all 0.6s linear;
   transition: all 0.6s linear;
}
.portfolio-transform .portfolio-box:hover .portfolio-image img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.portfolio-creative .portfolio-box {
   will-change: transform;
}
.portfolio-creative .portfolio-box .portfolio-title {
   -webkit-transform: scale(2);
   transform: scale(2);
   display: block;
   width: 100%;
}
.portfolio-creative .portfolio-box .portfolio-title:before {
   content: attr(data-text);
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 1;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.portfolio-creative .portfolio-box .portfolio-title:after {
   content: attr(data-text);
   position: absolute;
   left: 0;
   right: 0;
   top: -20px;
   font-size: 110px;
   letter-spacing: -6px;
   color: #0000001a;
   font-weight: 800;
   white-space: nowrap;
   text-align: center;
   display: inline-block;
   animation: glitch-skew 1s infinite linear alternate-reverse;
}
.portfolio-creative .portfolio-box .portfolio-hover span {
   -webkit-transform: translateY(25px);
   transform: translateY(25px);
}
.portfolio-creative .portfolio-box:hover .portfolio-image img {
   opacity: 0;
}
.portfolio-creative .portfolio-box:hover .portfolio-title {
   -webkit-transform: scale(1);
   transform: scale(1);
}
.portfolio-creative .portfolio-box:hover .portfolio-hover span {
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.portfolio-simple .portfolio-box .portfolio-icon a {
   margin: 0 5px;
   position: relative;
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
   box-shadow: 0 0 20px #0000004d;
}
.portfolio-simple .portfolio-box .portfolio-icon a:last-child {
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.portfolio-simple .portfolio-box:hover .portfolio-image img {
   opacity: 0.5;
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.portfolio-modern .portfolio-box {
   position: relative;
   will-change: transform;
}
.portfolio-modern .portfolio-box .portfolio-hover {
   opacity: 0;
   left: 20px;
   bottom: 20px;
   width: calc(100% - 40px);
   height: auto;
   top: inherit;
   -webkit-transform: translateY(0) scale(1, 0);
   transform: translateY(0) scaleY(0);
   transform-origin: bottom center;
}
.portfolio-modern .portfolio-box .portfolio-hover > * > * > * {
   opacity: 0;
   transition-delay: 0.25s;
   transform: translateY(15px);
}
.portfolio-modern .portfolio-box .portfolio-hover > * > * > * + * {
   opacity: 0;
   transition-delay: 0.35s;
}
.portfolio-modern .portfolio-box .portfolio-hover > * > * + * {
   opacity: 0;
   transform: translateY(15px);
   transition-delay: 0.45s;
}
.portfolio-modern .portfolio-box:hover {
   opacity: 1;
   -webkit-filter: blur(0);
   filter: blur(0);
}
.portfolio-modern .portfolio-box:hover .portfolio-image img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.portfolio-modern .portfolio-box:hover .portfolio-hover {
   -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 15px #0003;
   -webkit-transform: translateY(0) scale(1, 1);
   transform: translateY(0) scale(1);
   opacity: 1;
}
.portfolio-modern .portfolio-box:hover .portfolio-hover > * > * > * {
   opacity: 1;
   transform: translateY(0);
}
.portfolio-modern .portfolio-box:hover .portfolio-hover > * > * > * + * {
   opacity: 1;
}
.portfolio-modern .portfolio-box:hover .portfolio-hover > * > * + * {
   opacity: 1;
   transform: translateY(0);
}
.portfolio-attractive .portfolio-link {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   content: "";
   z-index: 9999;
   cursor: pointer;
}
.portfolio-attractive .portfolio-box {
   position: relative;
}
.portfolio-attractive .portfolio-box .portfolio-image img {
   -webkit-transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-attractive .portfolio-box .portfolio-hover .icon-box {
   margin-top: 0;
   transform-style: inherit;
}
.portfolio-attractive .grid-item:hover .portfolio-hover {
   opacity: 1;
}
.portfolio-attractive .grid-item:hover .portfolio-hover .icon-box {
   margin-top: -10px;
}
.portfolio-attractive .grid-item:hover .portfolio-image img {
   opacity: 0.3;
}
.portfolio-attractive .grid-item:hover .move-bottom-top-self span,
.portfolio-attractive .grid-item:hover .move-top-bottom-self span {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}
.portfolio-slider .portfolio-box {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
   transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.portfolio-slider .portfolio-box .portfolio-image img {
   -webkit-transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
   transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.portfolio-slider .portfolio-box .portfolio-hover {
   opacity: 1;
}
.portfolio-slider .portfolio-box .portfolio-hover .portfolio-link .category {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
   visibility: visible;
}
.portfolio-slider .portfolio-box .portfolio-hover .portfolio-link i {
   position: absolute;
   right: 0;
   will-change: transform;
   -webkit-transform: translateY(0);
   transform: translateY(0);
   opacity: 0;
}
.portfolio-slider .portfolio-box:hover {
   -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
}
.portfolio-slider .portfolio-box:hover .portfolio-image img {
   opacity: 0.6;
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-title,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link a,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link i,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link span,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link div {
   color: var(--white) !important;
}
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-title,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link a,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link i,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link span,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link div {
   color: var(--dark-gray) !important;
}
.portfolio-slider .portfolio-box:hover .portfolio-hover .portfolio-link .category {
   -webkit-transform: translateY(-20px);
   transform: translateY(-20px);
   opacity: 0;
   visibility: hidden;
}
.portfolio-slider .portfolio-box:hover .portfolio-hover .portfolio-link i {
   -webkit-transform: translateY(-28px);
   transform: translateY(-28px);
   opacity: 1;
}
.portfolio-slider .portfolio-box:hover .portfolio-hover .box-overlay {
   opacity: 1;
   visibility: visible;
}
.portfolio-clean .portfolio-box {
   position: relative;
}
.portfolio-clean .portfolio-box .portfolio-image {
   -webkit-clip-path: inset(0 0 0 0);
   clip-path: inset(0 0 0 0);
   -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-clean .portfolio-box .portfolio-hover {
   -webkit-transform: translateY(35px);
   transform: translateY(35px);
   -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-clean .portfolio-box .portfolio-hover .portfolio-title {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}
.portfolio-clean .portfolio-box:hover .portfolio-image {
   -webkit-clip-path: inset(0 0 70px 0);
   clip-path: inset(0 0 70px 0);
}
.portfolio-clean .portfolio-box:hover .portfolio-image img {
   -webkit-transform: translateY(-40px);
   transform: translateY(-40px);
}
.portfolio-clean .portfolio-box:hover .portfolio-hover {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
   transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-switch-image .portfolio-box .portfolio-image .hover-switch-image {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   -webkit-transform: scale3d(1.1, 1.1, 1.1);
   transform: scale3d(1.1, 1.1, 1.1);
}
.portfolio-switch-image .portfolio-box:hover {
   -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
}
.portfolio-switch-image .portfolio-box:hover .portfolio-image .hover-switch-image {
   opacity: 1;
   -webkit-transform: scale3d(1, 1, 1);
   transform: scaleZ(1);
}
.portfolio-box,
.gallery-box {
   overflow: hidden;
   will-change: transform;
}
.portfolio-box .move-top-bottom,
.gallery-box .move-top-bottom {
   -webkit-transform: translateY(-15px);
   transform: translateY(-15px);
   opacity: 0;
}
.portfolio-box .move-bottom-top,
.gallery-box .move-bottom-top {
   -webkit-transform: translateY(15px);
   transform: translateY(15px);
   opacity: 0;
}
.portfolio-box .move-left-right,
.gallery-box .move-left-right {
   -webkit-transform: translateX(-15px);
   transform: translate(-15px);
   opacity: 0;
}
.portfolio-box .move-right-left,
.gallery-box .move-right-left {
   -webkit-transform: translateX(15px);
   transform: translate(15px);
   opacity: 0;
}
.portfolio-box .move-bottom-top-self,
.gallery-box .move-bottom-top-self {
   overflow: hidden;
}
.portfolio-box .move-bottom-top-self span,
.gallery-box .move-bottom-top-self span {
   opacity: 0;
   display: block;
   will-change: transform;
   -webkit-transform: translateY(50%);
   transform: translateY(50%);
   -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
   transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.portfolio-box .move-top-bottom-self,
.gallery-box .move-top-bottom-self {
   overflow: hidden;
}
.portfolio-box .move-top-bottom-self span,
.gallery-box .move-top-bottom-self span {
   opacity: 0;
   display: block;
   will-change: transform;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
   transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.portfolio-box .move-left-right-self,
.gallery-box .move-left-right-self {
   overflow: hidden;
}
.portfolio-box .move-left-right-self span,
.gallery-box .move-left-right-self span {
   opacity: 0;
   display: block;
   will-change: transform;
   -webkit-transform: translateX(-50%);
   transform: translate(-50%);
   -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
   transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.portfolio-box .move-right-left-self,
.gallery-box .move-right-left-self {
   overflow: hidden;
}
.portfolio-box .move-right-left-self span,
.gallery-box .move-right-left-self span {
   opacity: 0;
   display: block;
   will-change: transform;
   -webkit-transform: translateX(50%);
   transform: translate(50%);
   -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
   transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.portfolio-box .portfolio-hover,
.gallery-box .portfolio-hover {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   opacity: 0;
}
.portfolio-box .portfolio-image,
.gallery-box .portfolio-image {
   position: relative;
   overflow: hidden;
}
.portfolio-box:hover .move-top-bottom,
.gallery-box:hover .move-top-bottom,
.portfolio-box:hover .move-bottom-top,
.gallery-box:hover .move-bottom-top {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}
.portfolio-box:hover .move-left-right,
.gallery-box:hover .move-left-right,
.portfolio-box:hover .move-right-left,
.gallery-box:hover .move-right-left {
   -webkit-transform: translateX(0);
   transform: translate(0);
   opacity: 1;
}
.portfolio-box:hover .move-bottom-top-self span,
.gallery-box:hover .move-bottom-top-self span {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}
.portfolio-box:hover .move-top-bottom-self span,
.gallery-box:hover .move-top-bottom-self span {
   opacity: 1;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}
.portfolio-box:hover .move-left-right-self span,
.gallery-box:hover .move-left-right-self span {
   -webkit-transform: translateX(0);
   transform: translate(0);
   opacity: 1;
}
.portfolio-box:hover .move-right-left-self span,
.gallery-box:hover .move-right-left-self span {
   opacity: 1;
   -webkit-transform: translateX(0);
   transform: translate(0);
}
.portfolio-box:hover .portfolio-hover,
.gallery-box:hover .portfolio-hover {
   opacity: 1;
}
.portfolio-pagination {
   position: relative;
   z-index: 1;
}
.portfolio-pagination .bg-fancy-image {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   height: 100%;
   width: 100%;
   z-index: -1;
   visibility: hidden;
   background-size: cover;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.portfolio-pagination .btn-slide-icon-left .separator,
.portfolio-pagination .btn-slide-icon-right .separator {
   position: relative;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.portfolio-pagination .btn-slide-icon-left .separator:after,
.portfolio-pagination .btn-slide-icon-left .separator:before,
.portfolio-pagination .btn-slide-icon-right .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:before {
   content: "";
   display: block;
   position: absolute;
   left: -2px;
   top: -4px;
   height: 2px;
   width: 11px;
   background-color: var(--dark-gray);
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.portfolio-pagination .btn-slide-icon-left .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:after {
   -webkit-transform: rotate(132deg);
   transform: rotate(132deg);
}
.portfolio-pagination .btn-slide-icon-left .separator:before,
.portfolio-pagination .btn-slide-icon-right .separator:before {
   -webkit-transform: rotate(228deg);
   transform: rotate(228deg);
   top: 4px !important;
}
.portfolio-pagination .btn-slide-icon-right .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:before {
   right: -2px;
   left: auto;
}
.portfolio-pagination .btn-slide-icon-right .separator:before {
   -webkit-transform: rotate(132deg);
   transform: rotate(132deg);
}
.portfolio-pagination .btn-slide-icon-right .separator:after {
   -webkit-transform: rotate(48deg);
   transform: rotate(48deg);
}
.portfolio-pagination h6,
.portfolio-pagination span {
   -webkit-transition: 0.2s;
   transition: 0.2s;
}
.portfolio-pagination:hover .bg-fancy-image {
   opacity: 1;
   visibility: visible;
}
.portfolio-pagination:hover .separator {
   width: 100px !important;
   background-color: var(--white);
}
.portfolio-pagination:hover .separator:after {
   color: var(--white);
}
.portfolio-pagination:hover span {
   color: var(--white);
}
.portfolio-pagination:hover .btn-slide-icon-left .separator:after,
.portfolio-pagination:hover .btn-slide-icon-left .separator:before,
.portfolio-pagination:hover .btn-slide-icon-right .separator:after,
.portfolio-pagination:hover .btn-slide-icon-right .separator:before {
   background-color: var(--white);
}
@keyframes spin {
   to {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
.grid-loading {
   overflow: hidden;
   position: relative;
   opacity: 1 !important;
   transition: all 0s ease-in-out !important;
   -webkit-transition: all 0s ease-in-out !important;
   z-index: 99;
}
.grid-loading:after {
   background: none;
   content: "" !important;
   position: absolute;
   top: 100px !important;
   left: calc(50% - 25px) !important;
   width: 50px !important;
   height: 50px !important;
   opacity: 1 !important;
   right: inherit !important;
   z-index: 9;
   text-align: center;
   border: 3px solid rgba(23, 23, 23, 0.2);
   border-top-color: #171717b3;
   border-radius: 50%;
   animation: spin 1s linear infinite;
   -webkit-animation: spin 1s linear infinite;
}
.grid-loading:before {
   content: "";
   position: absolute;
   right: 2px;
   top: 1px;
   width: calc(100% - 4px);
   height: calc(100% - 2px);
   border-radius: inherit;
   z-index: 1;
}
.grid-loading.grid-loading-white:after {
   border: 3px solid rgba(255, 255, 255, 0.2);
   border-top-color: #ffffffb3;
}
.grid-loading .grid-item {
   visibility: hidden;
}
.grid-loading li .grid-item {
   overflow: hidden;
   opacity: 0;
}
.sticky-image-distortion-wrapper {
   position: static;
   display: flex;
   height: 100%;
   overflow: hidden;
   width: 100%;
}
.sticky-image-distortion-wrapper .svg-wrapper {
   position: fixed;
   right: 55px;
   height: 100%;
   top: 0;
   width: 50%;
   z-index: -1;
}
.sticky-image-distortion-wrapper .menu {
   width: 50%;
   -ms-overflow-style: none;
   scrollbar-width: none;
   overflow-y: scroll;
   overflow-x: hidden;
   padding: 100px 0 100px 100px;
}
.sticky-image-distortion-wrapper .menu::-webkit-scrollbar {
   display: none;
}
.sticky-image-distortion-wrapper .menu .menu__link {
   display: flex;
   align-items: center;
   width: 100%;
}
.sticky-image-distortion-wrapper .menu .menu__link .sticky-image-title a:hover {
   opacity: 1 !important;
}
.sticky-image-distortion-wrapper .menu .menu__link svg {
   opacity: 0;
   visibility: hidden;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   width: 100%;
   height: 100%;
}
.sticky-image-distortion-wrapper .menu .menu__link.active svg {
   opacity: 1;
   visibility: visible;
}
.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-image-title a {
   padding-left: 70px;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-image-title .title {
   opacity: 0.25;
   left: 95px;
}
.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-category {
   opacity: 1;
   color: var(--dark-gray);
   left: 25px;
}
.sticky-image-distortion-wrapper .menu:hover .menu__link .sticky-image-title a {
   opacity: 0.3;
}
.sticky-image-title {
   position: relative;
   display: flex;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   padding: 0;
   width: 100%;
}
.sticky-image-title a {
   padding: 25px 50px;
   width: 100%;
}
.sticky-image-title .title {
   position: absolute;
   left: 100px;
   width: 100%;
   top: 45%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   word-break: normal;
   z-index: -1;
   opacity: 0;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.sticky-category {
   display: flex;
   align-items: center;
   position: absolute;
   left: 32px;
   height: 100%;
   width: 50px;
   justify-content: center;
   top: 0;
   opacity: 0;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.sticky-category .category {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
   writing-mode: vertical-lr;
}
.threeD-letter-menu {
   position: relative;
   min-height: 100vh;
}
.threeD-letter-menu .menu-item .hover-reveal {
   position: fixed;
   z-index: 1;
   width: 420px;
   height: 420px;
   top: 0;
   left: 0;
   pointer-events: none;
   opacity: 0;
   transform-origin: 100% 0%;
   will-change: transform, filter;
   border-radius: 100%;
}
.threeD-letter-menu .menu-item .hover-reveal .hover-reveal__inner {
   width: 100%;
   height: 100%;
   position: relative;
   overflow: hidden;
   border-radius: 100%;
}
.threeD-letter-menu .menu-item .hover-reveal .hover-reveal__img {
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: 50% 50%;
   will-change: transform;
   border-radius: 100%;
}
.threeD-letter-menu .menu-item .text-white-linear:hover span {
   color: var(--white);
   -webkit-text-fill-color: #fff;
}
.threeD-letter-menu .menu-item .menu-item-text {
   position: relative;
   display: inline-block;
}
.threeD-letter-menu .menu-item .menu-item-text .word {
   overflow: hidden;
   line-height: 120%;
}
.threeD-letter-menu .menu-item .menu-item-text .words .char {
   transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.threeD-letter-menu .menu-item .menu-item-text .clone {
   position: absolute;
   top: 0;
   left: 0;
}
.threeD-letter-menu .menu-item .menu-item-text .clone .char {
   -webkit-transform: translateY(-100px);
   transform: translateY(-100px);
   opacity: 0;
}
.threeD-letter-menu .menu-item .menu-item-text:hover .clone .char {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}
.threeD-letter-menu .menu-item .menu-item-text:hover .words:not(.clone) .char {
   -webkit-transform: translateY(100px);
   transform: translateY(100px);
   opacity: 0;
}
.categories-style-01 .categories-box {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   text-align: center;
   position: relative;
   z-index: 1;
   -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.categories-style-01 a {
   position: relative;
}
.categories-style-01 a:last-child:after {
   content: "";
   position: absolute;
   border-bottom: 2px solid;
   border-color: var(--dark-gray);
   left: 0;
   bottom: 0;
   width: 0%;
   -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.categories-style-01 .count-circle {
   position: absolute;
   top: -15px;
   right: -10px;
   opacity: 0;
   -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
}
.categories-style-01:hover .categories-box {
   -webkit-transform: translate3d(0, -7px, 0);
   transform: translate3d(0, -7px, 0);
}
.categories-style-01:hover a:last-child:after {
   border-color: var(--dark-gray);
   color: var(--dark-gray);
   width: 100%;
}
.categories-style-01:hover .count-circle {
   opacity: 1;
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.categories-style-01:hover img {
   opacity: 0.6;
}
.categories-style-02 {
   -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.categories-style-02 .categories-box {
   position: relative;
}
.categories-style-02:hover {
   transform: translate3d(0, -8px, 0);
}
.categories-style-03 .categories-box {
   position: relative;
   -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.categories-style-03 .categories-box .category-title {
   position: absolute;
   left: 0;
   bottom: 0;
   padding: 30px;
   width: 100%;
}
.categories-style-03 .categories-box .category-image {
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.categories-style-03 .categories-box:hover {
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
}
.categories-style-03 .categories-box:hover .category-image {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.shop-boxed {
   margin-left: -10px;
   margin-right: -10px;
}
.shop-boxed .shop-box {
   border: 6px solid #fff;
   -webkit-transition-duration: 0.4s;
   transition-duration: 0.4s;
}
.shop-boxed .shop-box .shop-image {
   overflow: hidden;
}
.shop-boxed .shop-box .shop-image a {
   display: block;
   overflow: hidden;
}
.shop-boxed .shop-box .shop-image .product-overlay {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shop-boxed .shop-box .shop-image .shop-hover {
   position: absolute;
   bottom: 0;
   width: 100%;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
}
.shop-boxed .shop-box .shop-image .shop-hover a {
   -webkit-transform: translateY(15px);
   transform: translateY(15px);
   opacity: 0;
}
.shop-boxed .shop-box .shop-footer del {
   margin-right: 8px;
}
.shop-boxed .shop-box:hover {
   -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
   box-shadow: 0 0 50px #00000014;
   border: 6px solid #fff;
}
.shop-boxed .shop-box:hover .shop-image .product-overlay {
   opacity: 1;
}
.shop-boxed .shop-box:hover .shop-image .shop-hover {
   bottom: 25px;
}
.shop-boxed .shop-box:hover .shop-image .shop-hover a {
   -webkit-transform: translateY(0px);
   transform: translateY(0);
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
   opacity: 1;
}
.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(2) {
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(3) {
   -webkit-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(4) {
   -webkit-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.shop-modern {
   margin-left: -15px;
   margin-right: -15px;
}
.shop-modern .grid-item .shop-box .shop-image {
   overflow: hidden;
}
.shop-modern .grid-item .shop-box .shop-image img {
   -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shop-modern .grid-item .shop-box .shop-image .shop-overlay {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover {
   position: absolute;
   top: 20px;
   width: auto;
   right: 12px;
   opacity: 0;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul {
   padding: 0;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li {
   display: block;
   width: auto;
   margin: 0 0 8px;
   padding: 0;
   -webkit-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(1) {
   -webkit-transition-delay: 25ms;
   transition-delay: 25ms;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(2) {
   -webkit-transition-delay: 50ms;
   transition-delay: 50ms;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(3) {
   -webkit-transition-delay: 75ms;
   transition-delay: 75ms;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li :nth-child(4) {
   -webkit-transition-delay: 1ms;
   transition-delay: 1ms;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li a:hover {
   background-color: var(--base-color);
}
.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap {
   position: absolute;
   left: 20px;
   bottom: 20px;
   width: calc(100% - 40px);
   text-align: center;
}
.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap .btn {
   opacity: 0;
   visibility: hidden;
   width: 100%;
   -webkit-transform: translateY(10px);
   transform: translateY(10px);
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap .btn.btn-large {
   padding: 8px 20px;
}
.shop-modern .grid-item .shop-box .shop-footer del {
   margin-right: 8px;
}
.shop-modern .grid-item .shop-box:hover .shop-image img {
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
}
.shop-modern .grid-item .shop-box:hover .shop-image .shop-buttons-wrap .btn {
   -webkit-transform: translateY(0px);
   transform: translateY(0);
   opacity: 1;
   visibility: visible;
}
.shop-modern .grid-item .shop-box:hover .shop-image .shop-overlay {
   opacity: 1;
}
.shop-modern .grid-item .shop-box:hover .shop-image .shop-hover {
   opacity: 1;
   top: 20px;
}
.shop-modern .grid-item .shop-box:hover .shop-image .shop-hover ul li {
   -webkit-transform: translateY(0px);
   transform: translateY(0);
}
.shop-sidebar .shop-filter {
   padding: 0;
   margin: 0;
   list-style: none;
}
.shop-sidebar .shop-filter li {
   position: relative;
   margin-bottom: 2px;
   padding: 0 25px;
}
.shop-sidebar .shop-filter li a {
   display: block;
}
.shop-sidebar .shop-filter li a:hover .product-cb {
   border-color: var(--dark-gray);
}
.shop-sidebar .shop-filter li a:hover .product-cb:after {
   opacity: 1;
}
.shop-sidebar .shop-filter li .product-cb {
   width: 16px;
   height: 16px;
   border: 1px solid var(--medium-gray);
   display: inline-block;
   border-radius: 100%;
   position: absolute;
   left: 0;
   top: 8px;
}
.shop-sidebar .shop-filter li .product-cb:after {
   width: 8px;
   height: 8px;
   background-color: var(--dark-gray);
   border-radius: 100%;
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   opacity: 0;
   -webkit-transition: 0.4s;
   transition: 0.4s;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.shop-sidebar .shop-filter li .item-qty {
   position: absolute;
   right: 0;
   top: 0;
   background: var(--very-light-gray);
   border-radius: 100%;
   height: 30px;
   width: 30px;
   font-size: 11px;
   text-align: center;
   font-weight: 500;
   color: var(--dark-gray);
   line-height: 30px;
}
.shop-sidebar .shop-filter li:last-child {
   margin-bottom: 0;
}
.shop-sidebar .shop-filter.color-filter li .product-cb {
   border: 0;
}
.shop-sidebar .shop-filter.color-filter li .product-cb:after {
   background-color: var(--white);
}
.shop-sidebar .shop-filter.fabric-filter li .product-cb {
   line-height: 0;
   overflow: hidden;
   border: 0;
}
.shop-sidebar .shop-filter.fabric-filter li .product-cb:after {
   background-color: var(--white);
}
.shop-sidebar .shop-filter.rating-filter li {
   padding-left: 0;
}
.shop-sidebar .shop-filter.tag-cloud a {
   padding: 5px 10px;
}
.toolbar-wrapper a img {
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.toolbar-wrapper a:hover img {
   opacity: 1;
}
.shop-image {
   position: relative;
}
.shop-image .lable {
   padding: 0 8px;
   position: absolute;
   left: 17px;
   top: 17px;
   color: var(--white);
   font-size: 9px;
   line-height: 21px;
   border-radius: 2px;
   text-transform: uppercase;
   font-weight: 700;
}
.shop-image .lable.new {
   background-color: var(--green);
}
.shop-image .lable.hot {
   background-color: var(--red);
}
.product-image-thumb .swiper-slide {
   cursor: pointer;
   border: 1px solid transparent;
}
.product-image-thumb .swiper-slide.swiper-slide-thumb-active {
   border-color: var(--light-gray);
}
.single-product-thumb .slider-vertical {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 15px;
}
.single-product-thumb .slider-vertical .swiper-slide {
   height: auto !important;
   cursor: pointer;
}
.product-image-slider img {
   cursor: crosshair;
}
.shop-color {
   list-style: none;
   padding: 0;
   display: flex;
}
.shop-color li {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}
.shop-color li > input[type="radio"] + label {
   display: flex;
}
.shop-color li > input[type="radio"] + label span {
   height: 32px;
   width: 32px;
   border-radius: 100%;
   margin-right: 6px;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   cursor: pointer;
}
.shop-color li input[type="radio"]:checked + label span:after {
   position: absolute;
   top: 2px;
   left: 2px;
   color: var(--white);
   height: 28px;
   width: 28px;
   border: 2px solid var(--white);
   border-radius: 100%;
   text-align: center;
   content: "";
   font-weight: 900;
}
.shop-size {
   list-style: none;
   padding: 0;
   display: flex;
}
.shop-size li {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   margin-right: 6px;
}
.shop-size li > input[type="radio"] + label {
   display: flex;
}
.shop-size li > input[type="radio"] + label span {
   height: 37px;
   width: 37px;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   cursor: pointer;
   border: 1px solid var(--extra-medium-gray);
   text-align: center;
   font-size: 12px;
   line-height: normal;
   color: var(--dark-gray);
   font-weight: 500;
}
.shop-size li input[type="radio"]:checked + label span:after {
   position: absolute;
   top: -1px;
   left: -1px;
   height: 37px;
   width: 37px;
   border: 1px solid var(--dark-gray);
   border-radius: 100%;
   text-align: center;
   content: "";
}
.quantity {
   display: inline-block;
   position: relative;
}
.quantity button {
   border: 0;
   background-color: transparent;
   padding: 0;
   margin: -9px 0 0;
   font-size: 22px;
   line-height: 18px;
   position: absolute;
   left: 15px;
   top: 50%;
   color: var(--dark-gray);
   -webkit-transform: translateY(-3px);
   transform: translateY(-3px);
}
.quantity button.qty-plus {
   right: 15px;
   left: auto;
}
.quantity .qty-text {
   width: 115px;
   height: 54px;
   border: 1px solid var(--extra-medium-gray);
   border-radius: 5px;
   text-align: center;
   color: var(--dark-gray);
}
.btn-cart.btn.btn-switch-text.btn-extra-large > span {
   padding: 13px 48px;
}
.wishlist {
   height: 54px;
   width: 54px;
}
.cart-products th {
   border-top: 0;
   border-bottom: 1px solid var(--extra-medium-gray) !important;
   padding: 15px 10px;
   font-weight: 400;
   text-transform: capitalize;
   color: var(--dark-gray);
}
.cart-products td {
   vertical-align: middle;
   border-bottom: 1px solid var(--extra-medium-gray);
   border-top: 0;
   padding: 25px 10px;
   color: var(--medium-gray);
}
.cart-products .product-remove {
   width: 25px;
}
.cart-products .product-thumbnail {
   width: 100px;
}
.cart-products .quantity button {
   color: var(--medium-gray);
}
.cart-products .quantity .qty-text {
   color: var(--medium-gray);
   height: 42px;
   width: 100px;
}
.coupon-code-panel {
   position: relative;
}
.coupon-code-panel:before {
   content: "";
   font-family: feather;
   position: absolute;
   left: 20px;
   z-index: 2;
   line-height: 50px;
}
.coupon-code-panel input {
   margin: 0;
   border: none;
   border: 1px dashed var(--extra-medium-gray);
   padding: 8px 70px 9px 45px;
   width: 100%;
   position: relative;
   font-size: 14px;
}
.coupon-code-panel .apply-coupon-btn {
   position: absolute;
   right: 5px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   color: var(--dark-gray);
   line-height: 30px;
   letter-spacing: 0;
}
.coupon-code-panel .apply-coupon-btn:active {
   border-color: transparent;
}
.total-price-table th,
.total-price-table td {
   border-bottom: 1px solid #e4e4e4;
   padding-top: 20px;
   padding-bottom: 20px;
   vertical-align: top;
}
.total-price-table .total-amount th,
.total-price-table .total-amount td {
   border-bottom: 0;
}
.calculate-shipping .form-select:focus {
   border-color: #dfdfdf;
}
.your-order-table .product td {
   padding-top: 15px;
   padding-bottom: 15px;
   vertical-align: middle;
}
.your-order-box .terms-condition .box:before {
   background-color: var(--white);
}
.header-cart-icon .header-cart .cart-item-list {
   border-radius: 6px;
   padding: 10px 30px 25px;
   min-width: 260px;
}
.header-cart-icon .header-cart .cart-item-list .cart-item {
   padding: 15px 0;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .close {
   right: 0;
   top: 50%;
   font-size: 20px;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
   font-size: 15px;
   line-height: 22px;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail .item-ammount {
   font-size: 14px;
}
.header-cart-icon .header-cart .cart-item-list .cart-item:last-of-type {
   border-bottom: 0;
}
.header-cart-icon .header-cart .cart-item-list .cart-total {
   background-color: transparent;
   border: 0;
   padding-bottom: 0;
   padding-top: 10px;
}
.header-cart-icon .header-cart .cart-item-list .cart-total .btn.btn-large {
   font-size: 14px;
   padding: 11px 20px;
   border-width: 1px;
}
.shop-category-02 .category-box {
   overflow: hidden;
   position: relative;
}
.shop-category-02 .category-box .category-title {
   padding: 0 15px;
   width: 100%;
}
.shop-category-02 .category-box img {
   -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shop-category-02 .category-box .category-hover-content {
   position: absolute;
   left: 20px;
   top: 20px;
   height: calc(100% - 40px);
   width: calc(100% - 40px);
   opacity: 0;
   visibility: hidden;
   -webkit-transform: scale(0.9);
   transform: scale(0.9);
}
.shop-category-02 .category-box .category-hover-content a {
   opacity: 0;
   -webkit-transition: 0.2s;
   transition: 0.2s;
   -webkit-transform: translateY(30px);
   transform: translateY(30px);
}
.shop-category-02 .category-box .category-hover-content a:hover {
   color: var(--dark-gray);
}
.shop-category-02 .category-box .category-hover-content .title {
   opacity: 0;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
}
.shop-category-02 .category-box:hover img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   opacity: 0.6;
}
.shop-category-02 .category-box:hover .category-hover-content {
   opacity: 1;
   visibility: visible;
   -webkit-transform: scale(1);
   transform: scale(1);
}
.shop-category-02 .category-box:hover .category-hover-content .title {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.shop-category-02 .category-box:hover .category-hover-content a {
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0);
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
footer {
   padding-top: 110px;
   padding-bottom: 110px;
}
footer.half-footer {
   padding-top: 70px;
   padding-bottom: 70px;
}
footer.big-footer {
   padding-top: 140px;
   padding-bottom: 140px;
}
footer .footer-logo img {
   max-height: 30px;
}
footer ul {
   padding: 0;
   list-style: none;
   margin: 0;
}
footer ul li {
   margin-bottom: 5px;
}
footer .elements-social.social-icon-style-01 li,
footer .elements-social.social-icon-style-02 li,
footer .elements-social.social-icon-style-05 li,
footer .elements-social.social-icon-style-08 li {
   margin: 0 15px 0 0;
}
footer .elements-social.social-icon-style-01 li a,
footer .elements-social.social-icon-style-02 li a,
footer .elements-social.social-icon-style-05 li a,
footer .elements-social.social-icon-style-08 li a {
   width: auto;
   height: auto;
}
footer .newsletter-style-05 .input-small {
   font-size: 14px;
}
footer .nav-link {
   color: var(--medium-gray);
   padding: 0.5rem 1rem;
}
footer .footer-navbar .nav-item:last-child a {
   padding-right: 0;
}
.footer-dark,
.footer-dark p,
.footer-dark a {
   color: var(--aluminium-grey);
}
.footer-dark a:hover,
.footer-light a:hover {
   color: var(--base-color);
}
.footer-navbar li {
   display: inline-block;
   margin-bottom: 0;
}
.footer-navbar li a:hover {
   color: var(--base-color);
}
.footer-navbar li:last-child a {
   padding-right: 0;
}
.footer-navbar li:first-child a {
   padding-left: 0;
}
.footer-navbar .nav-link:focus {
   color: inherit;
}
.main-content {
   position: relative;
   z-index: 2;
   background: var(--white);
}
.footer-sticky {
   position: -webkit-sticky;
   position: sticky;
   bottom: 0;
   overflow: hidden;
}
.footer-demo ul li {
   margin-bottom: 0;
   line-height: 30px;
}
.footer-demo a:hover {
   color: #fff;
}
.footer-demo img {
   max-height: 55px !important;
}
@media (min-width: 1400px) {
   .container,
   .container-lg,
   .container-md,
   .container-sm,
   .container-xl,
   .container-xxl {
      max-width: 1220px;
   }
}
@media (min-width: 992px) {
   .row.g-lg-0 {
      margin-right: 0;
      margin-left: 0;
   }
   .row.g-lg-0 > * {
      padding-right: 0;
      padding-left: 0;
   }
}
@media (max-width: 1600px) {
   section {
      padding-top: 90px;
      padding-bottom: 90px;
   }
   section.big-section {
      padding-top: 120px;
      padding-bottom: 120px;
   }
   section.extra-big-section {
      padding-top: 160px;
      padding-bottom: 160px;
   }
}
@media (max-width: 991px) {
   html {
      font-size: 14px;
   }
   section {
      padding-top: 75px;
      padding-bottom: 75px;
   }
   section.half-section {
      padding-top: 50px;
      padding-bottom: 50px;
   }
   section.big-section {
      padding-top: 95px;
      padding-bottom: 95px;
   }
   section.extra-big-section {
      padding-top: 110px;
      padding-bottom: 110px;
   }
   .row.md-gutter-very-small {
      margin-left: -5px;
      margin-right: -5px;
   }
   .row.md-gutter-very-small > * {
      padding-right: 5px;
      padding-left: 5px;
   }
   .row.md-gutter-small {
      margin-left: -10px;
      margin-right: -10px;
   }
   .row.md-gutter-small > * {
      padding-right: 10px;
      padding-left: 10px;
   }
}
@media (max-width: 767px) {
   html {
      font-size: 12px;
   }
   section {
      padding-top: 50px;
      padding-bottom: 50px;
   }
   section.half-section {
      padding-top: 40px;
      padding-bottom: 40px;
   }
   section.big-section {
      padding-top: 50px;
      padding-bottom: 50px;
   }
   section.extra-big-section {
      padding-top: 50px;
      padding-bottom: 50px;
   }
   .row.sm-gutter-very-small {
      margin-left: -5px;
      margin-right: -5px;
   }
   .row.sm-gutter-very-small > * {
      padding-right: 5px;
      padding-left: 5px;
   }
   .row.sm-gutter-small {
      margin-left: -10px;
      margin-right: -10px;
   }
   .row.sm-gutter-small > * {
      padding-right: 10px;
      padding-left: 10px;
   }
}
@media (max-width: 1600px) {
   .xxl-fs-100 {
      font-size: 6.25rem;
      line-height: 6.25rem;
   }
   .xxl-fs-110 {
      font-size: 6.875rem;
      line-height: 6.875rem;
   }
   .xxl-fs-120 {
      font-size: 7.5rem;
      line-height: 7.5rem;
   }
   .xxl-fs-130 {
      font-size: 8.125rem;
      line-height: 8.125rem;
   }
   .xxl-fs-140 {
      font-size: 8.75rem;
      line-height: 8.75rem;
   }
   .xxl-fs-150 {
      font-size: 9.375rem;
      line-height: 9.375rem;
   }
   .xxl-fs-160 {
      font-size: 10rem;
      line-height: 10rem;
   }
   .xxl-fs-170 {
      font-size: 10.625rem;
      line-height: 10.625rem;
   }
   .xxl-fs-180 {
      font-size: 11.25rem;
      line-height: 11.25rem;
   }
   .xxl-fs-190 {
      font-size: 11.875rem;
      line-height: 11.875rem;
   }
   .xxl-fs-200 {
      font-size: 12.5rem;
      line-height: 12.5rem;
   }
   .xxl-fs-250 {
      font-size: 15.625rem;
      line-height: 15.625rem;
   }
   .xxl-fs-275 {
      font-size: 17.188rem;
      line-height: 17.188rem;
   }
   .xxl-fs-300 {
      font-size: 18.75rem;
      line-height: 18.75rem;
   }
}
@media (max-width: 1399px) {
   .xl-fs-0 {
      font-size: 0;
   }
   .xl-fs-10 {
      font-size: 10px;
   }
   .xl-fs-11 {
      font-size: 11px;
   }
   .xl-fs-12 {
      font-size: 12px;
   }
   .xl-fs-13 {
      font-size: 13px;
   }
   .xl-fs-14 {
      font-size: 14px;
   }
   .xl-fs-15 {
      font-size: 15px;
   }
   .xl-fs-16 {
      font-size: 16px;
   }
   .xl-fs-17 {
      font-size: 17px;
   }
   .xl-fs-18 {
      font-size: 18px;
   }
   .xl-fs-19 {
      font-size: 19px;
   }
   .xl-fs-20 {
      font-size: 20px;
   }
   .xl-fs-22 {
      font-size: 22px;
   }
   .xl-fs-24 {
      font-size: 24px;
      line-height: 32px;
   }
   .xl-fs-26 {
      font-size: 26px;
      line-height: 38px;
   }
   .xl-fs-28 {
      font-size: 1.75rem;
      line-height: 2.6rem;
   }
   .xl-fs-30 {
      font-size: 1.875rem;
      line-height: 2.8rem;
   }
   .xl-fs-32 {
      font-size: 2rem;
      line-height: 2.5rem;
   }
   .xl-fs-40 {
      font-size: 2.5rem;
      line-height: 2.5rem;
   }
   .xl-fs-45 {
      font-size: 2.813rem;
      line-height: 3rem;
   }
   .xl-fs-50 {
      font-size: 3.125rem;
      line-height: 3.25rem;
   }
   .xl-fs-55 {
      font-size: 3.438rem;
      line-height: 3.5rem;
   }
   .xl-fs-60 {
      font-size: 3.75rem;
      line-height: 3.75rem;
   }
   .xl-fs-65 {
      font-size: 4.063rem;
      line-height: 4.688rem;
   }
   .xl-fs-70 {
      font-size: 4.375rem;
      line-height: 4.375rem;
   }
   .xl-fs-75 {
      font-size: 4.668rem;
      line-height: 4.668rem;
   }
   .xl-fs-80 {
      font-size: 5rem;
      line-height: 5rem;
   }
   .xl-fs-85 {
      font-size: 5.313rem;
      line-height: 5.313rem;
   }
   .xl-fs-90 {
      font-size: 5.625rem;
      line-height: 5.625rem;
   }
   .xl-fs-95 {
      font-size: 5.938rem;
      line-height: 5.938rem;
   }
   .xl-fs-100 {
      font-size: 6.25rem;
      line-height: 6.25rem;
   }
   .xl-fs-110 {
      font-size: 6.875rem;
      line-height: 6.875rem;
   }
   .xl-fs-120 {
      font-size: 7.5rem;
      line-height: 7.5rem;
   }
   .xl-fs-130 {
      font-size: 8.125rem;
      line-height: 8.125rem;
   }
   .xl-fs-140 {
      font-size: 8.75rem;
      line-height: 8.75rem;
   }
   .xl-fs-150 {
      font-size: 9.375rem;
      line-height: 9.375rem;
   }
   .xl-fs-160 {
      font-size: 10rem;
      line-height: 10rem;
   }
   .xl-fs-170 {
      font-size: 10.625rem;
      line-height: 10.625rem;
   }
   .xl-fs-180 {
      font-size: 11.25rem;
      line-height: 11.25rem;
   }
   .xl-fs-190 {
      font-size: 11.875rem;
      line-height: 11.875rem;
   }
   .xl-fs-200 {
      font-size: 12.5rem;
      line-height: 12.5rem;
   }
   .xl-fs-250 {
      font-size: 15.625rem;
      line-height: 15.625rem;
   }
   .xl-fs-275 {
      font-size: 17.188rem;
      line-height: 17.188rem;
   }
   .xl-fs-300 {
      font-size: 18.75rem;
      line-height: 18.75rem;
   }
   .xl-lh-20 {
      line-height: 20px;
   }
   .xl-lh-22 {
      line-height: 22px;
   }
   .xl-lh-24 {
      line-height: 24px;
   }
   .xl-lh-26 {
      line-height: 26px;
   }
   .xl-lh-28 {
      line-height: 28px;
   }
   .xl-lh-30 {
      line-height: 30px;
   }
   .xl-lh-32 {
      line-height: 2rem;
   }
   .xl-lh-34 {
      line-height: 2.125rem;
   }
   .xl-lh-36 {
      line-height: 2.25rem;
   }
   .xl-lh-38 {
      line-height: 2.375rem;
   }
   .xl-lh-40 {
      line-height: 2.5rem;
   }
   .xl-lh-42 {
      line-height: 2.625rem;
   }
   .xl-lh-44 {
      line-height: 2.75rem;
   }
   .xl-lh-46 {
      line-height: 2.875rem;
   }
   .xl-lh-48 {
      line-height: 3rem;
   }
   .xl-lh-50 {
      line-height: 3.125rem;
   }
   .xl-lh-55 {
      line-height: 3.438rem;
   }
   .xl-lh-60 {
      line-height: 3.75rem;
   }
   .xl-lh-65 {
      line-height: 4.063rem;
   }
   .xl-lh-70 {
      line-height: 4.375rem;
   }
   .xl-lh-75 {
      line-height: 4.688rem;
   }
   .xl-lh-80 {
      line-height: 5rem;
   }
   .xl-lh-85 {
      line-height: 5.313rem;
   }
   .xl-lh-90 {
      line-height: 5.625rem;
   }
   .xl-lh-95 {
      line-height: 5.938rem;
   }
   .xl-lh-100 {
      line-height: 6.25rem;
   }
   .xl-lh-normal {
      line-height: normal;
   }
   .xl-lh-initial {
      line-height: initial;
   }
}
@media (max-width: 1199px) {
   .lg-fs-0 {
      font-size: 0;
   }
   .lg-fs-10 {
      font-size: 10px;
   }
   .lg-fs-11 {
      font-size: 11px;
   }
   .lg-fs-12 {
      font-size: 12px;
   }
   .lg-fs-13 {
      font-size: 13px;
   }
   .lg-fs-14 {
      font-size: 14px;
   }
   .lg-fs-15 {
      font-size: 15px;
   }
   .lg-fs-16 {
      font-size: 16px;
   }
   .lg-fs-17 {
      font-size: 17px;
   }
   .lg-fs-18 {
      font-size: 18px;
   }
   .lg-fs-19 {
      font-size: 19px;
   }
   .lg-fs-20 {
      font-size: 20px;
   }
   .lg-fs-22 {
      font-size: 22px;
   }
   .lg-fs-24 {
      font-size: 24px;
      line-height: 32px;
   }
   .lg-fs-26 {
      font-size: 26px;
      line-height: 38px;
   }
   .lg-fs-28 {
      font-size: 1.75rem;
      line-height: 2.6rem;
   }
   .lg-fs-30 {
      font-size: 1.875rem;
      line-height: 2.8rem;
   }
   .lg-fs-32 {
      font-size: 2rem;
      line-height: 2.5rem;
   }
   .lg-fs-40 {
      font-size: 2.5rem;
      line-height: 2.5rem;
   }
   .lg-fs-45 {
      font-size: 2.813rem;
      line-height: 3rem;
   }
   .lg-fs-50 {
      font-size: 3.125rem;
      line-height: 3.25rem;
   }
   .lg-fs-55 {
      font-size: 3.438rem;
      line-height: 3.5rem;
   }
   .lg-fs-60 {
      font-size: 3.75rem;
      line-height: 3.75rem;
   }
   .lg-fs-65 {
      font-size: 4.063rem;
      line-height: 4.688rem;
   }
   .lg-fs-70 {
      font-size: 4.375rem;
      line-height: 4.375rem;
   }
   .lg-fs-75 {
      font-size: 4.668rem;
      line-height: 4.668rem;
   }
   .lg-fs-80 {
      font-size: 5rem;
      line-height: 5rem;
   }
   .lg-fs-85 {
      font-size: 5.313rem;
      line-height: 5.313rem;
   }
   .lg-fs-90 {
      font-size: 5.625rem;
      line-height: 5.625rem;
   }
   .lg-fs-95 {
      font-size: 5.938rem;
      line-height: 5.938rem;
   }
   .lg-fs-100 {
      font-size: 6.25rem;
      line-height: 6.25rem;
   }
   .lg-fs-110 {
      font-size: 6.875rem;
      line-height: 6.875rem;
   }
   .lg-fs-120 {
      font-size: 7.5rem;
      line-height: 7.5rem;
   }
   .lg-fs-130 {
      font-size: 8.125rem;
      line-height: 8.125rem;
   }
   .lg-fs-140 {
      font-size: 8.75rem;
      line-height: 8.75rem;
   }
   .lg-fs-150 {
      font-size: 9.375rem;
      line-height: 9.375rem;
   }
   .lg-fs-160 {
      font-size: 10rem;
      line-height: 10rem;
   }
   .lg-fs-170 {
      font-size: 10.625rem;
      line-height: 10.625rem;
   }
   .lg-fs-180 {
      font-size: 11.25rem;
      line-height: 11.25rem;
   }
   .lg-fs-190 {
      font-size: 11.875rem;
      line-height: 11.875rem;
   }
   .lg-fs-200 {
      font-size: 12.5rem;
      line-height: 12.5rem;
   }
   .lg-fs-250 {
      font-size: 15.625rem;
      line-height: 15.625rem;
   }
   .lg-fs-275 {
      font-size: 17.188rem;
      line-height: 17.188rem;
   }
   .lg-fs-300 {
      font-size: 18.75rem;
      line-height: 18.75rem;
   }
   .lg-lh-20 {
      line-height: 20px;
   }
   .lg-lh-22 {
      line-height: 22px;
   }
   .lg-lh-24 {
      line-height: 24px;
   }
   .lg-lh-26 {
      line-height: 26px;
   }
   .lg-lh-28 {
      line-height: 28px;
   }
   .lg-lh-30 {
      line-height: 30px;
   }
   .lg-lh-32 {
      line-height: 2rem;
   }
   .lg-lh-34 {
      line-height: 2.125rem;
   }
   .lg-lh-36 {
      line-height: 2.25rem;
   }
   .lg-lh-38 {
      line-height: 2.375rem;
   }
   .lg-lh-40 {
      line-height: 2.5rem;
   }
   .lg-lh-42 {
      line-height: 2.625rem;
   }
   .lg-lh-44 {
      line-height: 2.75rem;
   }
   .lg-lh-46 {
      line-height: 2.875rem;
   }
   .lg-lh-48 {
      line-height: 3rem;
   }
   .lg-lh-50 {
      line-height: 3.125rem;
   }
   .lg-lh-55 {
      line-height: 3.438rem;
   }
   .lg-lh-60 {
      line-height: 3.75rem;
   }
   .lg-lh-65 {
      line-height: 4.063rem;
   }
   .lg-lh-70 {
      line-height: 4.375rem;
   }
   .lg-lh-75 {
      line-height: 4.688rem;
   }
   .lg-lh-80 {
      line-height: 5rem;
   }
   .lg-lh-85 {
      line-height: 5.313rem;
   }
   .lg-lh-90 {
      line-height: 5.625rem;
   }
   .lg-lh-95 {
      line-height: 5.938rem;
   }
   .lg-lh-100 {
      line-height: 6.25rem;
   }
   .lg-lh-normal {
      line-height: normal;
   }
   .lg-lh-initial {
      line-height: initial;
   }
}
@media (max-width: 991px) {
   .md-fs-0 {
      font-size: 0;
   }
   .md-fs-10 {
      font-size: 10px;
   }
   .md-fs-11 {
      font-size: 11px;
   }
   .md-fs-12 {
      font-size: 12px;
   }
   .md-fs-13 {
      font-size: 13px;
   }
   .md-fs-14 {
      font-size: 14px;
   }
   .md-fs-15 {
      font-size: 15px;
   }
   .md-fs-16 {
      font-size: 16px;
   }
   .md-fs-17 {
      font-size: 17px;
   }
   .md-fs-18 {
      font-size: 18px;
   }
   .md-fs-19 {
      font-size: 19px;
   }
   .md-fs-20 {
      font-size: 20px;
   }
   .md-fs-22 {
      font-size: 22px;
   }
   .md-fs-24 {
      font-size: 24px;
      line-height: 32px;
   }
   .md-fs-26 {
      font-size: 26px;
      line-height: 38px;
   }
   .md-fs-28 {
      font-size: 1.75rem;
      line-height: 2.6rem;
   }
   .md-fs-30 {
      font-size: 1.875rem;
      line-height: 2.8rem;
   }
   .md-fs-32 {
      font-size: 2rem;
      line-height: 2.5rem;
   }
   .md-fs-40 {
      font-size: 2.5rem;
      line-height: 2.5rem;
   }
   .md-fs-45 {
      font-size: 2.813rem;
      line-height: 3rem;
   }
   .md-fs-50 {
      font-size: 3.125rem;
      line-height: 3.25rem;
   }
   .md-fs-55 {
      font-size: 3.438rem;
      line-height: 3.5rem;
   }
   .md-fs-60 {
      font-size: 3.75rem;
      line-height: 3.75rem;
   }
   .md-fs-65 {
      font-size: 4.063rem;
      line-height: 4.688rem;
   }
   .md-fs-70 {
      font-size: 4.375rem;
      line-height: 4.375rem;
   }
   .md-fs-75 {
      font-size: 4.668rem;
      line-height: 4.668rem;
   }
   .md-fs-80 {
      font-size: 5rem;
      line-height: 5rem;
   }
   .md-fs-85 {
      font-size: 5.313rem;
      line-height: 5.313rem;
   }
   .md-fs-90 {
      font-size: 5.625rem;
      line-height: 5.625rem;
   }
   .md-fs-95 {
      font-size: 5.938rem;
      line-height: 5.938rem;
   }
   .md-fs-100 {
      font-size: 6.25rem;
      line-height: 6.25rem;
   }
   .md-fs-110 {
      font-size: 6.875rem;
      line-height: 6.875rem;
   }
   .md-fs-120 {
      font-size: 7.5rem;
      line-height: 7.5rem;
   }
   .md-fs-130 {
      font-size: 8.125rem;
      line-height: 8.125rem;
   }
   .md-fs-140 {
      font-size: 8.75rem;
      line-height: 8.75rem;
   }
   .md-fs-150 {
      font-size: 9.375rem;
      line-height: 9.375rem;
   }
   .md-fs-160 {
      font-size: 10rem;
      line-height: 10rem;
   }
   .md-fs-170 {
      font-size: 10.625rem;
      line-height: 10.625rem;
   }
   .md-fs-180 {
      font-size: 11.25rem;
      line-height: 11.25rem;
   }
   .md-fs-190 {
      font-size: 11.875rem;
      line-height: 11.875rem;
   }
   .md-fs-200 {
      font-size: 12.5rem;
      line-height: 12.5rem;
   }
   .md-fs-250 {
      font-size: 15.625rem;
      line-height: 15.625rem;
   }
   .md-fs-275 {
      font-size: 17.188rem;
      line-height: 17.188rem;
   }
   .md-fs-300 {
      font-size: 18.75rem;
      line-height: 18.75rem;
   }
   .md-lh-20 {
      line-height: 20px;
   }
   .md-lh-22 {
      line-height: 22px;
   }
   .md-lh-24 {
      line-height: 24px;
   }
   .md-lh-26 {
      line-height: 26px;
   }
   .md-lh-28 {
      line-height: 28px;
   }
   .md-lh-30 {
      line-height: 30px;
   }
   .md-lh-32 {
      line-height: 2rem;
   }
   .md-lh-34 {
      line-height: 2.125rem;
   }
   .md-lh-36 {
      line-height: 2.25rem;
   }
   .md-lh-38 {
      line-height: 2.375rem;
   }
   .md-lh-40 {
      line-height: 2.5rem;
   }
   .md-lh-42 {
      line-height: 2.625rem;
   }
   .md-lh-44 {
      line-height: 2.75rem;
   }
   .md-lh-46 {
      line-height: 2.875rem;
   }
   .md-lh-48 {
      line-height: 3rem;
   }
   .md-lh-50 {
      line-height: 3.125rem;
   }
   .md-lh-55 {
      line-height: 3.438rem;
   }
   .md-lh-60 {
      line-height: 3.75rem;
   }
   .md-lh-65 {
      line-height: 4.063rem;
   }
   .md-lh-70 {
      line-height: 4.375rem;
   }
   .md-lh-75 {
      line-height: 4.688rem;
   }
   .md-lh-80 {
      line-height: 5rem;
   }
   .md-lh-85 {
      line-height: 5.313rem;
   }
   .md-lh-90 {
      line-height: 5.625rem;
   }
   .md-lh-95 {
      line-height: 5.938rem;
   }
   .md-lh-100 {
      line-height: 6.25rem;
   }
   .md-lh-normal {
      line-height: normal;
   }
   .md-lh-initial {
      line-height: initial;
   }
}
@media (max-width: 767px) {
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
      margin-bottom: 25px;
   }
   .sm-fs-0 {
      font-size: 0;
   }
   .sm-fs-10 {
      font-size: 10px;
   }
   .sm-fs-11 {
      font-size: 11px;
   }
   .sm-fs-12 {
      font-size: 12px;
   }
   .sm-fs-13 {
      font-size: 13px;
   }
   .sm-fs-14 {
      font-size: 14px;
   }
   .sm-fs-15 {
      font-size: 15px;
   }
   .sm-fs-16 {
      font-size: 16px;
   }
   .sm-fs-17 {
      font-size: 17px;
   }
   .sm-fs-18 {
      font-size: 18px;
   }
   .sm-fs-19 {
      font-size: 19px;
   }
   .sm-fs-20 {
      font-size: 20px;
   }
   .sm-fs-22 {
      font-size: 22px;
   }
   .sm-fs-24 {
      font-size: 24px;
      line-height: 32px;
   }
   .sm-fs-26 {
      font-size: 26px;
      line-height: 38px;
   }
   .sm-fs-28 {
      font-size: 1.75rem;
      line-height: 2.6rem;
   }
   .sm-fs-30 {
      font-size: 1.875rem;
      line-height: 2.8rem;
   }
   .sm-fs-32 {
      font-size: 2rem;
      line-height: 2.5rem;
   }
   .sm-fs-40 {
      font-size: 2.5rem;
      line-height: 2.5rem;
   }
   .sm-fs-45 {
      font-size: 2.813rem;
      line-height: 2.813rem;
   }
   .sm-fs-50 {
      font-size: 3.125rem;
      line-height: 3.125rem;
   }
   .sm-fs-55 {
      font-size: 3.438rem;
      line-height: 3.438rem;
   }
   .sm-fs-60 {
      font-size: 3.75rem;
      line-height: 3.75rem;
   }
   .sm-fs-65 {
      font-size: 4.063rem;
      line-height: 4.063rem;
   }
   .sm-fs-70 {
      font-size: 4.375rem;
      line-height: 4.375rem;
   }
   .sm-fs-75 {
      font-size: 4.668rem;
      line-height: 4.668rem;
   }
   .sm-fs-80 {
      font-size: 5rem;
      line-height: 5rem;
   }
   .sm-fs-85 {
      font-size: 5.313rem;
      line-height: 5.313rem;
   }
   .sm-fs-90 {
      font-size: 5.625rem;
      line-height: 5.625rem;
   }
   .sm-fs-95 {
      font-size: 5.938rem;
      line-height: 5.938rem;
   }
   .sm-fs-100 {
      font-size: 6.25rem;
      line-height: 6.25rem;
   }
   .sm-fs-110 {
      font-size: 6.875rem;
      line-height: 6.875rem;
   }
   .sm-fs-120 {
      font-size: 7.5rem;
      line-height: 7.5rem;
   }
   .sm-fs-130 {
      font-size: 8.125rem;
      line-height: 8.125rem;
   }
   .sm-fs-140 {
      font-size: 8.75rem;
      line-height: 8.75rem;
   }
   .sm-fs-150 {
      font-size: 9.375rem;
      line-height: 9.375rem;
   }
   .sm-fs-160 {
      font-size: 10rem;
      line-height: 10rem;
   }
   .sm-fs-170 {
      font-size: 10.625rem;
      line-height: 10.625rem;
   }
   .sm-fs-180 {
      font-size: 11.25rem;
      line-height: 11.25rem;
   }
   .sm-fs-190 {
      font-size: 11.875rem;
      line-height: 11.875rem;
   }
   .sm-fs-200 {
      font-size: 12.5rem;
      line-height: 12.5rem;
   }
   .sm-fs-250 {
      font-size: 15.625rem;
      line-height: 15.625rem;
   }
   .sm-fs-275 {
      font-size: 17.188rem;
      line-height: 17.188rem;
   }
   .sm-fs-300 {
      font-size: 18.75rem;
      line-height: 18.75rem;
   }
   .sm-lh-20 {
      line-height: 20px;
   }
   .sm-lh-22 {
      line-height: 22px;
   }
   .sm-lh-24 {
      line-height: 24px;
   }
   .sm-lh-26 {
      line-height: 26px;
   }
   .sm-lh-28 {
      line-height: 28px;
   }
   .sm-lh-30 {
      line-height: 30px;
   }
   .sm-lh-32 {
      line-height: 2rem;
   }
   .sm-lh-34 {
      line-height: 2.125rem;
   }
   .sm-lh-36 {
      line-height: 2.25rem;
   }
   .sm-lh-38 {
      line-height: 2.375rem;
   }
   .sm-lh-40 {
      line-height: 2.5rem;
   }
   .sm-lh-42 {
      line-height: 2.625rem;
   }
   .sm-lh-44 {
      line-height: 2.75rem;
   }
   .sm-lh-46 {
      line-height: 2.875rem;
   }
   .sm-lh-48 {
      line-height: 3rem;
   }
   .sm-lh-50 {
      line-height: 3.125rem;
   }
   .sm-lh-55 {
      line-height: 3.438rem;
   }
   .sm-lh-60 {
      line-height: 3.75rem;
   }
   .sm-lh-65 {
      line-height: 4.063rem;
   }
   .sm-lh-70 {
      line-height: 4.375rem;
   }
   .sm-lh-75 {
      line-height: 4.688rem;
   }
   .sm-lh-80 {
      line-height: 5rem;
   }
   .sm-lh-85 {
      line-height: 5.313rem;
   }
   .sm-lh-90 {
      line-height: 5.625rem;
   }
   .sm-lh-95 {
      line-height: 5.938rem;
   }
   .sm-lh-100 {
      line-height: 6.25rem;
   }
   .sm-lh-normal {
      line-height: normal;
   }
   .sm-lh-initial {
      line-height: initial;
   }
}
@media (max-width: 575px) {
   .xs-fs-0 {
      font-size: 0;
   }
   .xs-fs-10 {
      font-size: 10px;
   }
   .xs-fs-11 {
      font-size: 11px;
   }
   .xs-fs-12 {
      font-size: 12px;
   }
   .xs-fs-13 {
      font-size: 13px;
   }
   .xs-fs-14 {
      font-size: 14px;
   }
   .xs-fs-15 {
      font-size: 15px;
   }
   .xs-fs-16 {
      font-size: 16px;
   }
   .xs-fs-17 {
      font-size: 17px;
   }
   .xs-fs-18 {
      font-size: 18px;
   }
   .xs-fs-19 {
      font-size: 19px;
   }
   .xs-fs-20 {
      font-size: 20px;
   }
   .xs-fs-22 {
      font-size: 22px;
   }
   .xs-fs-24 {
      font-size: 24px;
      line-height: 32px;
   }
   .xs-fs-26 {
      font-size: 26px;
      line-height: 38px;
   }
   .xs-fs-28 {
      font-size: 1.75rem;
      line-height: 2.6rem;
   }
   .xs-fs-30 {
      font-size: 1.875rem;
      line-height: 2.8rem;
   }
   .xs-fs-32 {
      font-size: 2rem;
      line-height: 2.5rem;
   }
   .xs-fs-40 {
      font-size: 2.5rem;
      line-height: 2.5rem;
   }
   .xs-fs-45 {
      font-size: 2.813rem;
      line-height: 3rem;
   }
   .xs-fs-50 {
      font-size: 3.125rem;
      line-height: 3.125rem;
   }
   .xs-fs-55 {
      font-size: 3.438rem;
      line-height: 3.438rem;
   }
   .xs-fs-60 {
      font-size: 3.75rem;
      line-height: 3.75rem;
   }
   .xs-fs-65 {
      font-size: 4.063rem;
      line-height: 4.688rem;
   }
   .xs-fs-70 {
      font-size: 4.375rem;
      line-height: 4.375rem;
   }
   .xs-fs-75 {
      font-size: 4.668rem;
      line-height: 4.668rem;
   }
   .xs-fs-80 {
      font-size: 5rem;
      line-height: 5rem;
   }
   .xs-fs-85 {
      font-size: 5.313rem;
      line-height: 5.313rem;
   }
   .xs-fs-90 {
      font-size: 5.625rem;
      line-height: 5.625rem;
   }
   .xs-fs-95 {
      font-size: 5.938rem;
      line-height: 5.938rem;
   }
   .xs-fs-100 {
      font-size: 6.25rem;
      line-height: 6.25rem;
   }
   .xs-fs-110 {
      font-size: 6.875rem;
      line-height: 6.875rem;
   }
   .xs-fs-120 {
      font-size: 7.5rem;
      line-height: 7.5rem;
   }
   .xs-fs-130 {
      font-size: 8.125rem;
      line-height: 8.125rem;
   }
   .xs-fs-140 {
      font-size: 8.75rem;
      line-height: 8.75rem;
   }
   .xs-fs-150 {
      font-size: 9.375rem;
      line-height: 9.375rem;
   }
   .xs-fs-160 {
      font-size: 10rem;
      line-height: 10rem;
   }
   .xs-fs-170 {
      font-size: 10.625rem;
      line-height: 10.625rem;
   }
   .xs-fs-180 {
      font-size: 11.25rem;
      line-height: 11.25rem;
   }
   .xs-fs-190 {
      font-size: 11.875rem;
      line-height: 11.875rem;
   }
   .xs-fs-200 {
      font-size: 12.5rem;
      line-height: 12.5rem;
   }
   .xs-fs-250 {
      font-size: 15.625rem;
      line-height: 15.625rem;
   }
   .xs-fs-275 {
      font-size: 17.188rem;
      line-height: 17.188rem;
   }
   .xs-fs-300 {
      font-size: 18.75rem;
      line-height: 18.75rem;
   }
   .xs-lh-20 {
      line-height: 20px;
   }
   .xs-lh-22 {
      line-height: 22px;
   }
   .xs-lh-24 {
      line-height: 24px;
   }
   .xs-lh-26 {
      line-height: 26px;
   }
   .xs-lh-28 {
      line-height: 28px;
   }
   .xs-lh-30 {
      line-height: 30px;
   }
   .xs-lh-32 {
      line-height: 2rem;
   }
   .xs-lh-34 {
      line-height: 2.125rem;
   }
   .xs-lh-36 {
      line-height: 2.25rem;
   }
   .xs-lh-38 {
      line-height: 2.375rem;
   }
   .xs-lh-40 {
      line-height: 2.5rem;
   }
   .xs-lh-42 {
      line-height: 2.625rem;
   }
   .xs-lh-44 {
      line-height: 2.75rem;
   }
   .xs-lh-46 {
      line-height: 2.875rem;
   }
   .xs-lh-48 {
      line-height: 3rem;
   }
   .xs-lh-50 {
      line-height: 3.125rem;
   }
   .xs-lh-55 {
      line-height: 3.438rem;
   }
   .xs-lh-60 {
      line-height: 3.75rem;
   }
   .xs-lh-65 {
      line-height: 4.063rem;
   }
   .xs-lh-70 {
      line-height: 4.375rem;
   }
   .xs-lh-75 {
      line-height: 4.688rem;
   }
   .xs-lh-80 {
      line-height: 5rem;
   }
   .xs-lh-85 {
      line-height: 5.313rem;
   }
   .xs-lh-90 {
      line-height: 5.625rem;
   }
   .xs-lh-95 {
      line-height: 5.938rem;
   }
   .xs-lh-100 {
      line-height: 6.25rem;
   }
   .xs-lh-normal {
      line-height: normal;
   }
   .xs-lh-initial {
      line-height: initial;
   }
}
@media (max-width: 1600px) {
   .xxl-w-100 {
      width: 100% !important;
   }
   .xxl-outside-box-right-7 {
      margin-right: -7vw;
   }
}
@media (max-width: 1399px) {
   .xl-w-220px {
      width: 220px !important;
   }
   .xl-w-230px {
      width: 230px !important;
   }
   .xl-w-40 {
      width: 40% !important;
   }
   .xl-w-45 {
      width: 45% !important;
   }
   .xl-w-50 {
      width: 50% !important;
   }
   .xl-w-55 {
      width: 55% !important;
   }
   .xl-w-60 {
      width: 60% !important;
   }
   .xl-w-65 {
      width: 65% !important;
   }
   .xl-w-70 {
      width: 70% !important;
   }
   .xl-w-75 {
      width: 75% !important;
   }
   .xl-w-80 {
      width: 80% !important;
   }
   .xl-w-85 {
      width: 85% !important;
   }
   .xl-w-90 {
      width: 90% !important;
   }
   .xl-w-95 {
      width: 95% !important;
   }
   .xl-w-100 {
      width: 100% !important;
   }
   .xl-w-auto {
      width: auto !important;
   }
   .xl-h-300px {
      height: 300px !important;
   }
   .xl-h-350px {
      height: 350px !important;
   }
   .xl-h-400px {
      height: 400px !important;
   }
   .xl-h-450px {
      height: 450px !important;
   }
   .xl-h-auto {
      height: auto !important;
   }
   .xl-h-100 {
      height: 100% !important;
   }
   .xl-border-top-0 {
      border-top: 0 !important;
   }
   .xl-border-bottom-0 {
      border-bottom: 0 !important;
   }
   .xl-border-end-0 {
      border-right: 0 !important;
   }
   .xl-border-start-0 {
      border-left: 0 !important;
   }
   .xl-ls-minus-05px {
      letter-spacing: -0.5px !important;
   }
   .xl-ls-minus-1px {
      letter-spacing: -1px !important;
   }
   .xl-ls-minus-2px {
      letter-spacing: -2px !important;
   }
   .xl-ls-minus-3px {
      letter-spacing: -3px !important;
   }
   .xl-ls-minus-4px {
      letter-spacing: -4px !important;
   }
   .xl-position-relative {
      position: relative !important;
   }
   .xl-position-absolute {
      position: absolute !important;
   }
   .xl-position-inherit {
      position: inherit !important;
   }
   .xl-position-initial {
      position: initial !important;
   }
   .xl-outside-box-left-10 {
      margin-left: -10vw;
   }
   .xl-outside-box-left-15 {
      margin-left: -15vw;
   }
   .xl-outside-box-left-20 {
      margin-left: -20vw;
   }
   .xl-outside-box-left-30 {
      margin-left: -30vw;
   }
   .xl-outside-box-right-5 {
      margin-right: -5vw;
   }
   .xl-outside-box-right-10 {
      margin-right: -10vw;
   }
   .xl-outside-box-right-15 {
      margin-right: -15vw;
   }
   .xl-outside-box-right-20 {
      margin-right: -20vw;
   }
   .xl-outside-box-right-25 {
      margin-right: -25vw;
   }
   .xl-outside-box-right-30 {
      margin-right: -30vw;
   }
   .theme-demos .demos-wrapper .demos-wrapper-inner {
      padding-left: 0;
      padding-right: 0;
   }
}
@media (max-width: 1199px) {
   .one-fifth-screen {
      height: 750px !important;
   }
   .lg-w-10px {
      width: 10px !important;
   }
   .lg-w-15px {
      width: 15px !important;
   }
   .lg-w-20px {
      width: 20px !important;
   }
   .lg-w-25px {
      width: 25px !important;
   }
   .lg-w-30px {
      width: 30px !important;
   }
   .lg-w-35px {
      width: 35px !important;
   }
   .lg-w-40px {
      width: 40px !important;
   }
   .lg-w-45px {
      width: 45px !important;
   }
   .lg-w-50px {
      width: 50px !important;
   }
   .lg-w-55px {
      width: 55px !important;
   }
   .lg-w-60px {
      width: 60px !important;
   }
   .lg-w-65px {
      width: 65px !important;
   }
   .lg-w-70px {
      width: 70px !important;
   }
   .lg-w-75px {
      width: 75px !important;
   }
   .lg-w-80px {
      width: 80px !important;
   }
   .lg-w-85px {
      width: 85px !important;
   }
   .lg-w-90px {
      width: 90px !important;
   }
   .lg-w-95px {
      width: 95px !important;
   }
   .lg-w-100px {
      width: 100px !important;
   }
   .lg-w-110px {
      width: 110px !important;
   }
   .lg-w-120px {
      width: 120px !important;
   }
   .lg-w-130px {
      width: 130px !important;
   }
   .lg-w-140px {
      width: 140px !important;
   }
   .lg-w-150px {
      width: 150px !important;
   }
   .lg-w-160px {
      width: 160px !important;
   }
   .lg-w-170px {
      width: 170px !important;
   }
   .lg-w-180px {
      width: 180px !important;
   }
   .lg-w-190px {
      width: 190px !important;
   }
   .lg-w-200px {
      width: 200px !important;
   }
   .lg-w-250px {
      width: 250px !important;
   }
   .lg-w-300px {
      width: 300px !important;
   }
   .lg-w-350px {
      width: 350px !important;
   }
   .lg-w-400px {
      width: 400px !important;
   }
   .lg-w-450px {
      width: 450px !important;
   }
   .lg-w-500px {
      width: 500px !important;
   }
   .lg-w-550px {
      width: 550px !important;
   }
   .lg-w-600px {
      width: 600px !important;
   }
   .lg-w-650px {
      width: 650px !important;
   }
   .lg-w-700px {
      width: 700px !important;
   }
   .lg-w-750px {
      width: 750px !important;
   }
   .lg-w-800px {
      width: 800px !important;
   }
   .lg-w-850px {
      width: 850px !important;
   }
   .lg-w-900px {
      width: 900px !important;
   }
   .lg-w-950px {
      width: 950px !important;
   }
   .lg-w-1000px {
      width: 1000px !important;
   }
   .lg-w-10 {
      width: 10% !important;
   }
   .lg-w-15 {
      width: 15% !important;
   }
   .lg-w-20 {
      width: 20% !important;
   }
   .lg-w-25 {
      width: 25% !important;
   }
   .lg-w-30 {
      width: 30% !important;
   }
   .lg-w-35 {
      width: 35% !important;
   }
   .lg-w-40 {
      width: 40% !important;
   }
   .lg-w-45 {
      width: 45% !important;
   }
   .lg-w-50 {
      width: 50% !important;
   }
   .lg-w-55 {
      width: 55% !important;
   }
   .lg-w-60 {
      width: 60% !important;
   }
   .lg-w-65 {
      width: 65% !important;
   }
   .lg-w-70 {
      width: 70% !important;
   }
   .lg-w-75 {
      width: 75% !important;
   }
   .lg-w-80 {
      width: 80% !important;
   }
   .lg-w-85 {
      width: 85% !important;
   }
   .lg-w-90 {
      width: 90% !important;
   }
   .lg-w-95 {
      width: 95% !important;
   }
   .lg-w-100 {
      width: 100% !important;
   }
   .lg-w-auto {
      width: auto !important;
   }
   .lg-h-10px {
      height: 10px !important;
   }
   .lg-h-15px {
      height: 15px !important;
   }
   .lg-h-20px {
      height: 20px !important;
   }
   .lg-h-25px {
      height: 25px !important;
   }
   .lg-h-30px {
      height: 30px !important;
   }
   .lg-h-35px {
      height: 35px !important;
   }
   .lg-h-40px {
      height: 40px !important;
   }
   .lg-h-45px {
      height: 45px !important;
   }
   .lg-h-50px {
      height: 50px !important;
   }
   .lg-h-55px {
      height: 55px !important;
   }
   .lg-h-60px {
      height: 60px !important;
   }
   .lg-h-65px {
      height: 65px !important;
   }
   .lg-h-70px {
      height: 70px !important;
   }
   .lg-h-75px {
      height: 75px !important;
   }
   .lg-h-80px {
      height: 80px !important;
   }
   .lg-h-85px {
      height: 85px !important;
   }
   .lg-h-90px {
      height: 90px !important;
   }
   .lg-h-95px {
      height: 95px !important;
   }
   .lg-h-100px {
      height: 100px !important;
   }
   .lg-h-110px {
      height: 110px !important;
   }
   .lg-h-120px {
      height: 120px !important;
   }
   .lg-h-130px {
      height: 130px !important;
   }
   .lg-h-140px {
      height: 140px !important;
   }
   .lg-h-150px {
      height: 150px !important;
   }
   .lg-h-160px {
      height: 160px !important;
   }
   .lg-h-170px {
      height: 170px !important;
   }
   .lg-h-180px {
      height: 180px !important;
   }
   .lg-h-190px {
      height: 190px !important;
   }
   .lg-h-200px {
      height: 200px !important;
   }
   .lg-h-250px {
      height: 250px !important;
   }
   .lg-h-300px {
      height: 300px !important;
   }
   .lg-h-350px {
      height: 350px !important;
   }
   .lg-h-400px {
      height: 400px !important;
   }
   .lg-h-450px {
      height: 450px !important;
   }
   .lg-h-500px {
      height: 500px !important;
   }
   .lg-h-550px {
      height: 550px !important;
   }
   .lg-h-600px {
      height: 600px !important;
   }
   .lg-h-650px {
      height: 650px !important;
   }
   .lg-h-700px {
      height: 700px !important;
   }
   .lg-h-750px {
      height: 750px !important;
   }
   .lg-h-800px {
      height: 800px !important;
   }
   .lg-h-850px {
      height: 850px !important;
   }
   .lg-h-auto {
      height: auto !important;
   }
   .lg-h-100 {
      height: 100% !important;
   }
   .lg-ls-0px {
      letter-spacing: 0px !important;
   }
   .lg-ls-minus-05px {
      letter-spacing: -0.5px !important;
   }
   .lg-ls-minus-1px {
      letter-spacing: -1px !important;
   }
   .lg-ls-minus-2px {
      letter-spacing: -2px !important;
   }
   .lg-ls-minus-3px {
      letter-spacing: -3px !important;
   }
   .lg-ls-minus-4px {
      letter-spacing: -4px !important;
   }
   .lg-ls-minus-5px {
      letter-spacing: -5px !important;
   }
   .lg-border {
      border: 1px solid;
   }
   .lg-border-top {
      border-top: 1px solid;
   }
   .lg-border-bottom {
      border-bottom: 1px solid;
   }
   .lg-border-start {
      border-left: 1px solid;
   }
   .lg-border-end {
      border-right: 1px solid;
   }
   .lg-border-top-0 {
      border-top: 0 !important;
   }
   .lg-border-bottom-0 {
      border-bottom: 0 !important;
   }
   .lg-border-end-0 {
      border-right: 0 !important;
   }
   .lg-border-start-0 {
      border-left: 0 !important;
   }
   .lg-no-border-radius {
      border-radius: 0 !important;
   }
   .lg-position-relative {
      position: relative !important;
   }
   .lg-position-absolute {
      position: absolute !important;
   }
   .lg-position-inherit {
      position: inherit !important;
   }
   .lg-position-initial {
      position: initial !important;
   }
   .lg-slider-shadow-none {
      mask-image: none !important;
      -webkit-mask-image: none !important;
   }
   .lg-background-image-none {
      background-image: none !important;
   }
   .outside-box-top-15 {
      margin-top: -8vw;
   }
   .lg-outside-box-left-0 {
      margin-left: 0;
   }
   .lg-outside-box-left-2 {
      margin-left: -2vw;
   }
   .lg-outside-box-left-5 {
      margin-left: -5vw;
   }
   .lg-outside-box-left-10 {
      margin-left: -10vw;
   }
   .lg-outside-box-left-20 {
      margin-left: -20vw;
   }
   .lg-outside-box-left-30 {
      margin-left: -30vw;
   }
   .lg-outside-box-left-40 {
      margin-left: -40vw;
   }
   .lg-outside-box-left-50 {
      margin-left: -50vw;
   }
   .lg-outside-box-right-0 {
      margin-right: 0;
   }
   .lg-outside-box-right-2 {
      margin-right: -2vw;
   }
   .lg-outside-box-right-5 {
      margin-right: -5vw;
   }
   .lg-outside-box-right-7 {
      margin-right: -7vw;
   }
   .lg-outside-box-right-10 {
      margin-right: -10vw;
   }
   .lg-outside-box-right-20 {
      margin-right: -20vw;
   }
   .lg-outside-box-right-30 {
      margin-right: -30vw;
   }
   .lg-outside-box-right-40 {
      margin-right: -40vw;
   }
   .lg-outside-box-right-50 {
      margin-right: -50vw;
   }
   .lg-outside-box-right-60 {
      margin-right: -60vw;
   }
   .lg-outside-box-right-65 {
      margin-right: -65vw;
   }
   .lg-transform-none {
      transform: none !important;
   }
   [data-parallax-liquid] .liquid-parallax {
      top: 0;
   }
   .swiper-number-pagination-style-02 .swiper-number {
      right: 0;
      left: 0;
      width: 100%;
      text-align: center;
      top: inherit;
      transform: translateZ(0);
      bottom: 50px;
   }
   .swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet {
      margin: 0 10px !important;
      display: inline-block;
   }
   .slider-navigation-style-03 {
      left: -15px;
   }
   .slider-navigation-style-03.swiper-button-next {
      right: -15px;
   }
   .stack-box {
      height: auto;
   }
   .stack-box .stack-box-contain {
      height: auto;
      position: relative;
   }
   .stack-box .stack-item {
      height: auto;
      position: relative;
      display: block;
   }
   .stack-box .stack-item .stack-item-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      height: auto;
   }
   .transform-3d {
      transform: translateZ(100px);
   }
   .lg-no-parallax [data-swiper-parallax] {
      transform: none !important;
   }
   .theme-demos {
      display: none !important;
   }
}
@media (max-width: 991px) {
   .md-extra-small-screen {
      height: 300px !important;
   }
   .md-small-screen {
      height: 400px !important;
   }
   .md-one-half-screen {
      height: 600px !important;
   }
   .md-one-third-screen {
      height: 700px !important;
   }
   .md-one-fourth-screen {
      height: 800px !important;
   }
   .md-one-fifth-screen {
      height: 900px !important;
   }
   .one-third-screen {
      height: 550px !important;
   }
   .one-fourth-screen {
      height: 650px !important;
   }
   .md-w-5px {
      width: 5px !important;
   }
   .md-w-10px {
      width: 10px !important;
   }
   .md-w-15px {
      width: 15px !important;
   }
   .md-w-20px {
      width: 20px !important;
   }
   .md-w-25px {
      width: 25px !important;
   }
   .md-w-30px {
      width: 30px !important;
   }
   .md-w-35px {
      width: 35px !important;
   }
   .md-w-40px {
      width: 40px !important;
   }
   .md-w-45px {
      width: 45px !important;
   }
   .md-w-50px {
      width: 50px !important;
   }
   .md-w-55px {
      width: 55px !important;
   }
   .md-w-60px {
      width: 60px !important;
   }
   .md-w-65px {
      width: 65px !important;
   }
   .md-w-70px {
      width: 70px !important;
   }
   .md-w-75px {
      width: 75px !important;
   }
   .md-w-80px {
      width: 80px !important;
   }
   .md-w-85px {
      width: 85px !important;
   }
   .md-w-90px {
      width: 90px !important;
   }
   .md-w-95px {
      width: 95px !important;
   }
   .md-w-100px {
      width: 100px !important;
   }
   .md-w-110px {
      width: 110px !important;
   }
   .md-w-120px {
      width: 120px !important;
   }
   .md-w-130px {
      width: 130px !important;
   }
   .md-w-140px {
      width: 140px !important;
   }
   .md-w-150px {
      width: 150px !important;
   }
   .md-w-160px {
      width: 160px !important;
   }
   .md-w-170px {
      width: 170px !important;
   }
   .md-w-180px {
      width: 180px !important;
   }
   .md-w-190px {
      width: 190px !important;
   }
   .md-w-200px {
      width: 200px !important;
   }
   .md-w-210px {
      width: 210px !important;
   }
   .md-w-220px {
      width: 220px !important;
   }
   .md-w-230px {
      width: 230px !important;
   }
   .md-w-240px {
      width: 240px !important;
   }
   .md-w-250px {
      width: 250px !important;
   }
   .md-w-260px {
      width: 260px !important;
   }
   .md-w-270px {
      width: 270px !important;
   }
   .md-w-280px {
      width: 280px !important;
   }
   .md-w-290px {
      width: 290px !important;
   }
   .md-w-300px {
      width: 300px !important;
   }
   .md-w-350px {
      width: 350px !important;
   }
   .md-w-400px {
      width: 400px !important;
   }
   .md-w-450px {
      width: 450px !important;
   }
   .md-w-500px {
      width: 500px !important;
   }
   .md-w-550px {
      width: 550px !important;
   }
   .md-w-600px {
      width: 600px !important;
   }
   .md-w-650px {
      width: 650px !important;
   }
   .md-w-700px {
      width: 700px !important;
   }
   .md-w-750px {
      width: 750px !important;
   }
   .md-w-800px {
      width: 800px !important;
   }
   .md-w-850px {
      width: 850px !important;
   }
   .md-w-900px {
      width: 900px !important;
   }
   .md-w-950px {
      width: 950px !important;
   }
   .md-w-1000px {
      width: 1000px !important;
   }
   .md-w-10 {
      width: 10% !important;
   }
   .md-w-15 {
      width: 15% !important;
   }
   .md-w-20 {
      width: 20% !important;
   }
   .md-w-25 {
      width: 25% !important;
   }
   .md-w-30 {
      width: 30% !important;
   }
   .md-w-35 {
      width: 35% !important;
   }
   .md-w-40 {
      width: 40% !important;
   }
   .md-w-45 {
      width: 45% !important;
   }
   .md-w-50 {
      width: 50% !important;
   }
   .md-w-55 {
      width: 55% !important;
   }
   .md-w-60 {
      width: 60% !important;
   }
   .md-w-65 {
      width: 65% !important;
   }
   .md-w-70 {
      width: 70% !important;
   }
   .md-w-75 {
      width: 75% !important;
   }
   .md-w-80 {
      width: 80% !important;
   }
   .md-w-85 {
      width: 85% !important;
   }
   .md-w-90 {
      width: 90% !important;
   }
   .md-w-95 {
      width: 95% !important;
   }
   .md-w-100 {
      width: 100% !important;
   }
   .md-w-auto {
      width: auto !important;
   }
   .md-h-1px {
      height: 1px !important;
   }
   .md-h-5px {
      height: 5px !important;
   }
   .md-h-10px {
      height: 10px !important;
   }
   .md-h-15px {
      height: 15px !important;
   }
   .md-h-20px {
      height: 20px !important;
   }
   .md-h-25px {
      height: 25px !important;
   }
   .md-h-30px {
      height: 30px !important;
   }
   .md-h-35px {
      height: 35px !important;
   }
   .md-h-40px {
      height: 40px !important;
   }
   .md-h-42px {
      height: 42px !important;
   }
   .md-h-45px {
      height: 45px !important;
   }
   .md-h-50px {
      height: 50px !important;
   }
   .md-h-55px {
      height: 55px !important;
   }
   .md-h-60px {
      height: 60px !important;
   }
   .md-h-65px {
      height: 65px !important;
   }
   .md-h-70px {
      height: 70px !important;
   }
   .md-h-75px {
      height: 75px !important;
   }
   .md-h-80px {
      height: 80px !important;
   }
   .md-h-85px {
      height: 85px !important;
   }
   .md-h-90px {
      height: 90px !important;
   }
   .md-h-95px {
      height: 95px !important;
   }
   .md-h-100px {
      height: 100px !important;
   }
   .md-h-110px {
      height: 110px !important;
   }
   .md-h-120px {
      height: 120px !important;
   }
   .md-h-130px {
      height: 130px !important;
   }
   .md-h-140px {
      height: 140px !important;
   }
   .md-h-150px {
      height: 150px !important;
   }
   .md-h-160px {
      height: 160px !important;
   }
   .md-h-170px {
      height: 170px !important;
   }
   .md-h-180px {
      height: 180px !important;
   }
   .md-h-190px {
      height: 190px !important;
   }
   .md-h-200px {
      height: 200px !important;
   }
   .md-h-250px {
      height: 250px !important;
   }
   .md-h-300px {
      height: 300px !important;
   }
   .md-h-350px {
      height: 350px !important;
   }
   .md-h-400px {
      height: 400px !important;
   }
   .md-h-450px {
      height: 450px !important;
   }
   .md-h-500px {
      height: 500px !important;
   }
   .md-h-550px {
      height: 550px !important;
   }
   .md-h-600px {
      height: 600px !important;
   }
   .md-h-650px {
      height: 650px !important;
   }
   .md-h-700px {
      height: 700px !important;
   }
   .md-h-750px {
      height: 750px !important;
   }
   .md-h-800px {
      height: 800px !important;
   }
   .md-h-850px {
      height: 850px !important;
   }
   .md-h-auto {
      height: auto !important;
   }
   .md-h-100 {
      height: 100% !important;
   }
   .md-ls-05px {
      letter-spacing: 0.5px !important;
   }
   .md-ls-0px {
      letter-spacing: 0px !important;
   }
   .md-ls-minus-05px {
      letter-spacing: -0.5px !important;
   }
   .md-ls-minus-1px {
      letter-spacing: -1px !important;
   }
   .md-ls-minus-2px {
      letter-spacing: -2px !important;
   }
   .md-ls-minus-3px {
      letter-spacing: -3px !important;
   }
   .md-ls-minus-4px {
      letter-spacing: -4px !important;
   }
   .md-ls-minus-5px {
      letter-spacing: -5px !important;
   }
   .md-border {
      border: 1px solid;
   }
   .md-border-top {
      border-top: 1px solid;
   }
   .md-border-bottom {
      border-bottom: 1px solid;
   }
   .md-border-start {
      border-left: 1px solid;
   }
   .md-border-end {
      border-right: 1px solid;
   }
   .md-border-top-0 {
      border-top: 0 !important;
   }
   .md-border-bottom-0 {
      border-bottom: 0 !important;
   }
   .md-border-end-0 {
      border-right: 0 !important;
   }
   .md-border-start-0 {
      border-left: 0 !important;
   }
   .outside-box-top-15 {
      margin-top: -8vw;
   }
   .md-outside-box-left-2 {
      margin-left: -2vw;
   }
   .md-outside-box-left-5 {
      margin-left: -5vw;
   }
   .md-outside-box-left-7 {
      margin-left: -7vw;
   }
   .md-outside-box-left-8 {
      margin-left: -8vw;
   }
   .md-outside-box-left-10 {
      margin-left: -10vw;
   }
   .md-outside-box-left-15 {
      margin-left: -15vw;
   }
   .md-outside-box-left-20 {
      margin-left: -20vw;
   }
   .md-outside-box-left-25 {
      margin-left: -25vw;
   }
   .md-outside-box-left-30 {
      margin-left: -30vw;
   }
   .md-outside-box-left-35 {
      margin-left: -35vw;
   }
   .md-outside-box-left-40 {
      margin-left: -40vw;
   }
   .md-outside-box-left-50 {
      margin-left: -50vw;
   }
   .md-outside-box-left-60 {
      margin-left: -60vw;
   }
   .md-outside-box-left-65 {
      margin-left: -65vw;
   }
   .md-outside-box-right-2 {
      margin-right: -2vw;
   }
   .md-outside-box-right-5 {
      margin-right: -5vw;
   }
   .md-outside-box-right-7 {
      margin-right: -7vw;
   }
   .md-outside-box-right-10 {
      margin-right: -10vw;
   }
   .md-outside-box-right-15 {
      margin-right: -15vw;
   }
   .md-outside-box-right-20 {
      margin-right: -20vw;
   }
   .md-outside-box-right-25 {
      margin-right: -25vw;
   }
   .md-outside-box-right-30 {
      margin-right: -30vw;
   }
   .md-outside-box-right-35 {
      margin-right: -35vw;
   }
   .md-outside-box-right-40 {
      margin-right: -40vw;
   }
   .md-outside-box-right-50 {
      margin-right: -50vw;
   }
   .md-outside-box-right-60 {
      margin-right: -60vw;
   }
   .md-outside-box-right-65 {
      margin-right: -65vw;
   }
   .md-border-radius-6px {
      border-radius: 6px !important;
   }
   .md-background-image-none {
      background-image: none !important;
   }
   .md-background-position-left-center {
      background-position: left center !important;
   }
   .md-outside-box-right-0 {
      margin-right: 0;
   }
   .md-outside-box-left-0 {
      margin-left: 0;
   }
   .md-transform-none {
      transform: none !important;
   }
   .md-position-relative {
      position: relative !important;
   }
   .md-position-absolute {
      position: absolute !important;
   }
   .md-position-inherit {
      position: inherit !important;
   }
   .md-position-initial {
      position: initial !important;
   }
   .md-slider-shadow-none {
      mask-image: none !important;
      -webkit-mask-image: none !important;
   }
   .slider-navigation-style-01 {
      left: 30px;
   }
   .slider-navigation-style-01.swiper-button-next {
      right: 30px;
   }
   .slider-navigation-style-05 {
      left: -15%;
   }
   .slider-navigation-style-05.swiper-button-next {
      right: -15%;
   }
   .swiper-number-pagination-style-01 .swiper-number {
      bottom: 30px;
   }
   .swiper-number-pagination-progress-vertical .swiper-pagination-wrapper {
      right: 0;
      top: inherit;
      transform: none;
      z-index: 99;
      bottom: 20px;
      left: 0;
   }
   .swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .swiper-progress {
      height: 2px;
      width: var(--swiper-progress, 0);
   }
   .swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .pagination-progress-vertical {
      transform: none;
      writing-mode: inherit;
   }
   .swiper-number-pagination-progress-vertical
      .swiper-pagination-wrapper
      .pagination-progress-vertical
      .swiper-pagination-progress {
      width: 200px;
      height: 2px;
   }
   .swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .number-prev {
      margin: 0 15px 0 0;
   }
   .swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .number-next {
      margin: 0 0 0 15px;
   }
   .swiper-horizontal > .swiper-pagination-bullets {
      bottom: 28px;
   }
   .md-absolute-middle-center {
      left: 50%;
      right: auto;
      top: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
   }
   .slider-navigation-style-06 {
      left: 30px;
   }
   .slider-navigation-style-06.swiper-button-next,
   .swiper-number-pagination-style-02 .swiper-number {
      right: 30px;
   }
   .slider-navigation-style-07 {
      -webkit-transform: translateX(-190px);
      transform: translate(-190px);
   }
   .slider-navigation-style-07.swiper-button-next {
      -webkit-transform: translate(-190px, -100%);
      transform: translate(-190px, -100%);
   }
   .md-no-parallax [data-swiper-parallax] {
      transform: none !important;
   }
   .md-text-white-space-nowrap {
      white-space: nowrap;
   }
   .md-text-white-space-normal {
      white-space: normal;
   }
   .md-icon-extra-double-large {
      font-size: 80px;
   }
   .md-icon-double-large {
      font-size: 60px;
   }
   .md-icon-extra-large {
      font-size: 50px;
   }
   .md-icon-large {
      font-size: 42px;
   }
   .md-icon-medium {
      font-size: 34px;
   }
   .md-icon-very-medium {
      font-size: 28px;
   }
   .md-icon-extra-medium {
      font-size: 24px;
   }
   .md-vertical-align-top {
      vertical-align: top;
   }
   .swiper-button-prev.slider-custom-text-prev {
      padding-right: 30px;
   }
   .swiper-button-next.slider-custom-text-next {
      padding-left: 30px;
   }
   .looping-wrapper .el {
      height: 18vh;
      margin-top: -20vh;
   }
}
@media (max-width: 767px) {
   .sm-extra-small-screen {
      height: 300px !important;
   }
   .sm-small-screen {
      height: 400px !important;
   }
   .sm-one-half-screen {
      height: 600px !important;
   }
   .sm-one-third-screen {
      height: 700px !important;
   }
   .sm-one-fourth-screen {
      height: 800px !important;
   }
   .sm-one-fifth-screen {
      height: 900px !important;
   }
   .small-screen {
      height: 300px !important;
   }
   .extra-small-screen {
      height: 250px !important;
   }
   .one-third-screen {
      height: 450px !important;
   }
   .one-fourth-screen {
      height: 500px !important;
   }
   .one-fifth-screen {
      height: 650px !important;
   }
   .sm-w-5px {
      width: 5px !important;
   }
   .sm-w-10px {
      width: 10px !important;
   }
   .sm-w-15px {
      width: 15px !important;
   }
   .sm-w-20px {
      width: 20px !important;
   }
   .sm-w-25px {
      width: 25px !important;
   }
   .sm-w-30px {
      width: 30px !important;
   }
   .sm-w-35px {
      width: 35px !important;
   }
   .sm-w-40px {
      width: 40px !important;
   }
   .sm-w-45px {
      width: 45px !important;
   }
   .sm-w-50px {
      width: 50px !important;
   }
   .sm-w-55px {
      width: 55px !important;
   }
   .sm-w-60px {
      width: 60px !important;
   }
   .sm-w-65px {
      width: 65px !important;
   }
   .sm-w-70px {
      width: 70px !important;
   }
   .sm-w-75px {
      width: 75px !important;
   }
   .sm-w-80px {
      width: 80px !important;
   }
   .sm-w-85px {
      width: 85px !important;
   }
   .sm-w-90px {
      width: 90px !important;
   }
   .sm-w-95px {
      width: 95px !important;
   }
   .sm-w-100px {
      width: 100px !important;
   }
   .sm-w-110px {
      width: 110px !important;
   }
   .sm-w-120px {
      width: 120px !important;
   }
   .sm-w-130px {
      width: 130px !important;
   }
   .sm-w-140px {
      width: 140px !important;
   }
   .sm-w-150px {
      width: 150px !important;
   }
   .sm-w-160px {
      width: 160px !important;
   }
   .sm-w-170px {
      width: 170px !important;
   }
   .sm-w-180px {
      width: 180px !important;
   }
   .sm-w-190px {
      width: 190px !important;
   }
   .sm-w-200px {
      width: 200px !important;
   }
   .sm-w-210px {
      width: 210px !important;
   }
   .sm-w-220px {
      width: 220px !important;
   }
   .sm-w-230px {
      width: 230px !important;
   }
   .sm-w-240px {
      width: 240px !important;
   }
   .sm-w-250px {
      width: 250px !important;
   }
   .sm-w-260px {
      width: 260px !important;
   }
   .sm-w-270px {
      width: 270px !important;
   }
   .sm-w-280px {
      width: 280px !important;
   }
   .sm-w-290px {
      width: 290px !important;
   }
   .sm-w-300px {
      width: 300px !important;
   }
   .sm-w-350px {
      width: 350px !important;
   }
   .sm-w-400px {
      width: 400px !important;
   }
   .sm-w-450px {
      width: 450px !important;
   }
   .sm-w-500px {
      width: 500px !important;
   }
   .sm-w-550px {
      width: 550px !important;
   }
   .sm-w-600px {
      width: 600px !important;
   }
   .sm-w-650px {
      width: 650px !important;
   }
   .sm-w-700px {
      width: 700px !important;
   }
   .sm-w-750px {
      width: 750px !important;
   }
   .sm-w-800px {
      width: 800px !important;
   }
   .sm-w-850px {
      width: 850px !important;
   }
   .sm-w-900px {
      width: 900px !important;
   }
   .sm-w-950px {
      width: 950px !important;
   }
   .sm-w-1000px {
      width: 1000px !important;
   }
   .sm-w-10 {
      width: 10% !important;
   }
   .sm-w-15 {
      width: 15% !important;
   }
   .sm-w-20 {
      width: 20% !important;
   }
   .sm-w-25 {
      width: 25% !important;
   }
   .sm-w-30 {
      width: 30% !important;
   }
   .sm-w-35 {
      width: 35% !important;
   }
   .sm-w-40 {
      width: 40% !important;
   }
   .sm-w-45 {
      width: 45% !important;
   }
   .sm-w-50 {
      width: 50% !important;
   }
   .sm-w-55 {
      width: 55% !important;
   }
   .sm-w-60 {
      width: 60% !important;
   }
   .sm-w-65 {
      width: 65% !important;
   }
   .sm-w-70 {
      width: 70% !important;
   }
   .sm-w-75 {
      width: 75% !important;
   }
   .sm-w-80 {
      width: 80% !important;
   }
   .sm-w-85 {
      width: 85% !important;
   }
   .sm-w-90 {
      width: 90% !important;
   }
   .sm-w-95 {
      width: 95% !important;
   }
   .sm-w-100 {
      width: 100% !important;
   }
   .sm-w-auto {
      width: auto !important;
   }
   .sm-h-5px {
      height: 5px !important;
   }
   .sm-h-6px {
      height: 6px !important;
   }
   .sm-h-7px {
      height: 7px !important;
   }
   .sm-h-8px {
      height: 8px !important;
   }
   .sm-h-9px {
      height: 9px !important;
   }
   .sm-h-10px {
      height: 10px !important;
   }
   .sm-h-15px {
      height: 15px !important;
   }
   .sm-h-20px {
      height: 20px !important;
   }
   .sm-h-25px {
      height: 25px !important;
   }
   .sm-h-30px {
      height: 30px !important;
   }
   .sm-h-35px {
      height: 35px !important;
   }
   .sm-h-40px {
      height: 40px !important;
   }
   .sm-h-42px {
      height: 42px !important;
   }
   .sm-h-45px {
      height: 45px !important;
   }
   .sm-h-50px {
      height: 50px !important;
   }
   .sm-h-55px {
      height: 55px !important;
   }
   .sm-h-60px {
      height: 60px !important;
   }
   .sm-h-65px {
      height: 65px !important;
   }
   .sm-h-70px {
      height: 70px !important;
   }
   .sm-h-75px {
      height: 75px !important;
   }
   .sm-h-80px {
      height: 80px !important;
   }
   .sm-h-85px {
      height: 85px !important;
   }
   .sm-h-90px {
      height: 90px !important;
   }
   .sm-h-95px {
      height: 95px !important;
   }
   .sm-h-100px {
      height: 100px !important;
   }
   .sm-h-110px {
      height: 110px !important;
   }
   .sm-h-120px {
      height: 120px !important;
   }
   .sm-h-130px {
      height: 130px !important;
   }
   .sm-h-140px {
      height: 140px !important;
   }
   .sm-h-150px {
      height: 150px !important;
   }
   .sm-h-160px {
      height: 160px !important;
   }
   .sm-h-170px {
      height: 170px !important;
   }
   .sm-h-180px {
      height: 180px !important;
   }
   .sm-h-190px {
      height: 190px !important;
   }
   .sm-h-200px {
      height: 200px !important;
   }
   .sm-h-250px {
      height: 250px !important;
   }
   .sm-h-300px {
      height: 300px !important;
   }
   .sm-h-350px {
      height: 350px !important;
   }
   .sm-h-400px {
      height: 400px !important;
   }
   .sm-h-450px {
      height: 450px !important;
   }
   .sm-h-500px {
      height: 500px !important;
   }
   .sm-h-550px {
      height: 550px !important;
   }
   .sm-h-600px {
      height: 600px !important;
   }
   .sm-h-650px {
      height: 650px !important;
   }
   .sm-h-700px {
      height: 700px !important;
   }
   .sm-h-750px {
      height: 750px !important;
   }
   .sm-h-800px {
      height: 800px !important;
   }
   .sm-h-850px {
      height: 850px !important;
   }
   .sm-h-auto {
      height: auto !important;
   }
   .sm-h-100 {
      height: 100% !important;
   }
   .sm-border {
      border: 1px solid;
   }
   .sm-border-top {
      border-top: 1px solid;
   }
   .sm-border-bottom {
      border-bottom: 1px solid;
   }
   .sm-border-start {
      border-left: 1px solid;
   }
   .sm-border-end {
      border-right: 1px solid;
   }
   .sm-border-top-0 {
      border-top: 0 !important;
   }
   .sm-border-bottom-0 {
      border-bottom: 0 !important;
   }
   .sm-border-end-0 {
      border-right: 0 !important;
   }
   .sm-border-start-0 {
      border-left: 0 !important;
   }
   .sm-ls-05px {
      letter-spacing: 0.5px !important;
   }
   .sm-ls-0px {
      letter-spacing: 0px !important;
   }
   .sm-ls-1px {
      letter-spacing: 1px !important;
   }
   .sm-ls-2px {
      letter-spacing: 2px !important;
   }
   .sm-ls-3px {
      letter-spacing: 3px !important;
   }
   .sm-ls-4px {
      letter-spacing: 4px !important;
   }
   .sm-ls-5px {
      letter-spacing: 5px !important;
   }
   .sm-ls-minus-05px {
      letter-spacing: -0.5px !important;
   }
   .sm-ls-minus-1px {
      letter-spacing: -1px !important;
   }
   .sm-ls-minus-2px {
      letter-spacing: -2px !important;
   }
   .sm-ls-minus-3px {
      letter-spacing: -3px !important;
   }
   .sm-ls-minus-4px {
      letter-spacing: -4px !important;
   }
   .sm-ls-minus-5px {
      letter-spacing: -5px !important;
   }
   .sm-border-radius-0px {
      border-radius: 0 !important;
   }
   .sm-border-radius-6px {
      border-radius: 6px !important;
   }
   .sm-position-relative {
      position: relative !important;
   }
   .sm-position-absolute {
      position: absolute !important;
   }
   .sm-position-inherit {
      position: inherit !important;
   }
   .sm-position-initial {
      position: initial !important;
   }
   .sm-slider-shadow-none {
      mask-image: none !important;
      -webkit-mask-image: none !important;
   }
   .slider-navigation-style-01 {
      left: 15px;
   }
   .slider-navigation-style-01.swiper-button-next {
      right: 15px;
   }
   .slider-navigation-style-03 {
      left: 25px;
   }
   .slider-navigation-style-03.swiper-button-next {
      right: 25px;
   }
   .slider-navigation-style-05 {
      left: 25px;
   }
   .slider-navigation-style-05.swiper-button-next {
      right: 25px;
   }
   .slider-navigation-style-06 {
      left: 15px;
   }
   .slider-navigation-style-06.swiper-button-next {
      right: 15px;
   }
   .slider-navigation-style-07 {
      left: 0;
      bottom: initial;
      top: 50%;
      width: 50px;
      height: 50px;
      -webkit-transform: translateX(0);
      transform: translate(0);
      -webkit-transform: translateY(-13px);
      transform: translateY(-13px);
   }
   .slider-navigation-style-07.swiper-button-next {
      bottom: initial;
      right: 0;
      left: initial;
      -webkit-transform: translate(0px, -100%);
      transform: translateY(-100%);
   }
   .sm-background-image-none {
      background-image: none !important;
   }
   .sm-background-position-left-center {
      background-position: left center !important;
   }
   .sm-outside-box-left-2 {
      margin-left: -2vw;
   }
   .sm-outside-box-left-5 {
      margin-left: -5vw;
   }
   .sm-outside-box-left-7 {
      margin-left: -7vw;
   }
   .sm-outside-box-left-8 {
      margin-left: -8vw;
   }
   .sm-outside-box-left-10 {
      margin-left: -10vw;
   }
   .sm-outside-box-left-15 {
      margin-left: -15vw;
   }
   .sm-outside-box-left-20 {
      margin-left: -20vw;
   }
   .sm-outside-box-left-25 {
      margin-left: -25vw;
   }
   .sm-outside-box-left-30 {
      margin-left: -30vw;
   }
   .sm-outside-box-left-35 {
      margin-left: -35vw;
   }
   .sm-outside-box-left-40 {
      margin-left: -40vw;
   }
   .sm-outside-box-left-50 {
      margin-left: -50vw;
   }
   .sm-outside-box-left-60 {
      margin-left: -60vw;
   }
   .sm-outside-box-left-65 {
      margin-left: -65vw;
   }
   .sm-outside-box-right-2 {
      margin-right: -2vw;
   }
   .sm-outside-box-right-5 {
      margin-right: -5vw;
   }
   .sm-outside-box-right-7 {
      margin-right: -7vw;
   }
   .sm-outside-box-right-10 {
      margin-right: -10vw;
   }
   .sm-outside-box-right-15 {
      margin-right: -15vw;
   }
   .sm-outside-box-right-20 {
      margin-right: -20vw;
   }
   .sm-outside-box-right-25 {
      margin-right: -25vw;
   }
   .sm-outside-box-right-30 {
      margin-right: -30vw;
   }
   .sm-outside-box-right-35 {
      margin-right: -35vw;
   }
   .sm-outside-box-right-40 {
      margin-right: -40vw;
   }
   .sm-outside-box-right-50 {
      margin-right: -50vw;
   }
   .sm-outside-box-right-60 {
      margin-right: -60vw;
   }
   .sm-outside-box-right-65 {
      margin-right: -65vw;
   }
   .sm-outside-box-right-0 {
      margin-right: 0;
   }
   .sm-outside-box-left-0 {
      margin-left: 0;
   }
   .sm-outside-box-top-0 {
      margin-top: 0;
   }
   .sm-transform-none {
      transform: none !important;
   }
   .video-icon-extra-large .video-icon {
      width: 100px;
      height: 100px;
      font-size: 28px;
   }
   .video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
      width: 150px;
      height: 150px;
   }
   .video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
      width: 120px;
      height: 120px;
   }
   .swiper-number-pagination-style-02 .swiper-number {
      right: 15px;
   }
   .sm-no-parallax [data-swiper-parallax] {
      transform: none !important;
   }
   .slider-navigation-style-07 {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
   }
   .sm-text-white-space-nowrap {
      white-space: nowrap;
   }
   .sm-text-white-space-normal {
      white-space: normal;
   }
   .sm-icon-extra-double-large {
      font-size: 80px;
   }
   .sm-icon-double-large {
      font-size: 60px;
   }
   .sm-icon-extra-large {
      font-size: 50px;
   }
   .sm-icon-large {
      font-size: 42px;
   }
   .sm-icon-medium {
      font-size: 34px;
   }
   .sm-icon-very-medium {
      font-size: 28px;
   }
   .sm-icon-extra-medium {
      font-size: 24px;
   }
   .sm-vertical-align-top {
      vertical-align: top;
   }
   .sm-vertical-title-inherit .title {
      -webkit-transform: rotate(0deg);
      transform: rotate(0);
      writing-mode: inherit;
   }
   .sm-feather-shadow-none {
      mask-image: none;
      -webkit-mask-image: none;
   }
   .looping-wrapper .el {
      height: 145px;
      margin-top: -145px;
   }
   .cookie-message {
      right: 15px;
      max-width: 330px;
   }
}
@media (max-width: 575px) {
   .xs-extra-small-screen {
      height: 300px !important;
   }
   .xs-small-screen {
      height: 400px !important;
   }
   .xs-one-half-screen {
      height: 600px !important;
   }
   .xs-one-third-screen {
      height: 700px !important;
   }
   .xs-one-fourth-screen {
      height: 800px !important;
   }
   .xs-one-fifth-screen {
      height: 900px !important;
   }
   .xs-w-5px {
      width: 5px !important;
   }
   .xs-w-10px {
      width: 10px !important;
   }
   .xs-w-15px {
      width: 15px !important;
   }
   .xs-w-20px {
      width: 20px !important;
   }
   .xs-w-25px {
      width: 25px !important;
   }
   .xs-w-30px {
      width: 30px !important;
   }
   .xs-w-35px {
      width: 35px !important;
   }
   .xs-w-40px {
      width: 40px !important;
   }
   .xs-w-45px {
      width: 45px !important;
   }
   .xs-w-50px {
      width: 50px !important;
   }
   .xs-w-55px {
      width: 55px !important;
   }
   .xs-w-60px {
      width: 60px !important;
   }
   .xs-w-65px {
      width: 65px !important;
   }
   .xs-w-70px {
      width: 70px !important;
   }
   .xs-w-75px {
      width: 75px !important;
   }
   .xs-w-80px {
      width: 80px !important;
   }
   .xs-w-85px {
      width: 85px !important;
   }
   .xs-w-90px {
      width: 90px !important;
   }
   .xs-w-95px {
      width: 95px !important;
   }
   .xs-w-100px {
      width: 100px !important;
   }
   .xs-w-110px {
      width: 110px !important;
   }
   .xs-w-120px {
      width: 120px !important;
   }
   .xs-w-130px {
      width: 130px !important;
   }
   .xs-w-140px {
      width: 140px !important;
   }
   .xs-w-150px {
      width: 150px !important;
   }
   .xs-w-160px {
      width: 160px !important;
   }
   .xs-w-170px {
      width: 170px !important;
   }
   .xs-w-180px {
      width: 180px !important;
   }
   .xs-w-190px {
      width: 190px !important;
   }
   .xs-w-200px {
      width: 200px !important;
   }
   .xs-w-210px {
      width: 210px !important;
   }
   .xs-w-220px {
      width: 220px !important;
   }
   .xs-w-230px {
      width: 230px !important;
   }
   .xs-w-240px {
      width: 240px !important;
   }
   .xs-w-250px {
      width: 250px !important;
   }
   .xs-w-260px {
      width: 260px !important;
   }
   .xs-w-270px {
      width: 270px !important;
   }
   .xs-w-280px {
      width: 280px !important;
   }
   .xs-w-290px {
      width: 290px !important;
   }
   .xs-w-300px {
      width: 300px !important;
   }
   .xs-w-350px {
      width: 350px !important;
   }
   .xs-w-400px {
      width: 400px !important;
   }
   .xs-w-450px {
      width: 450px !important;
   }
   .xs-w-500px {
      width: 500px !important;
   }
   .xs-w-550px {
      width: 550px !important;
   }
   .xs-w-600px {
      width: 600px !important;
   }
   .xs-w-650px {
      width: 650px !important;
   }
   .xs-w-700px {
      width: 700px !important;
   }
   .xs-w-750px {
      width: 750px !important;
   }
   .xs-w-800px {
      width: 800px !important;
   }
   .xs-w-850px {
      width: 850px !important;
   }
   .xs-w-900px {
      width: 900px !important;
   }
   .xs-w-950px {
      width: 950px !important;
   }
   .xs-w-1000px {
      width: 1000px !important;
   }
   .xs-w-10 {
      width: 10% !important;
   }
   .xs-w-15 {
      width: 15% !important;
   }
   .xs-w-20 {
      width: 20% !important;
   }
   .xs-w-25 {
      width: 25% !important;
   }
   .xs-w-30 {
      width: 30% !important;
   }
   .xs-w-35 {
      width: 35% !important;
   }
   .xs-w-40 {
      width: 40% !important;
   }
   .xs-w-45 {
      width: 45% !important;
   }
   .xs-w-50 {
      width: 50% !important;
   }
   .xs-w-55 {
      width: 55% !important;
   }
   .xs-w-60 {
      width: 60% !important;
   }
   .xs-w-65 {
      width: 65% !important;
   }
   .xs-w-70 {
      width: 70% !important;
   }
   .xs-w-75 {
      width: 75% !important;
   }
   .xs-w-80 {
      width: 80% !important;
   }
   .xs-w-85 {
      width: 85% !important;
   }
   .xs-w-90 {
      width: 90% !important;
   }
   .xs-w-95 {
      width: 95% !important;
   }
   .xs-w-100 {
      width: 100% !important;
   }
   .xs-w-auto {
      width: auto !important;
   }
   .xs-h-1px {
      height: 1px !important;
   }
   .xs-h-2px {
      height: 2px !important;
   }
   .xs-h-3px {
      height: 3px !important;
   }
   .xs-h-4px {
      height: 4px !important;
   }
   .xs-h-5px {
      height: 5px !important;
   }
   .xs-h-6px {
      height: 6px !important;
   }
   .xs-h-7px {
      height: 7px !important;
   }
   .xs-h-8px {
      height: 8px !important;
   }
   .xs-h-9px {
      height: 9px !important;
   }
   .xs-h-10px {
      height: 10px !important;
   }
   .xs-h-15px {
      height: 15px !important;
   }
   .xs-h-20px {
      height: 20px !important;
   }
   .xs-h-25px {
      height: 25px !important;
   }
   .xs-h-30px {
      height: 30px !important;
   }
   .xs-h-35px {
      height: 35px !important;
   }
   .xs-h-40px {
      height: 40px !important;
   }
   .xs-h-42px {
      height: 42px !important;
   }
   .xs-h-45px {
      height: 45px !important;
   }
   .xs-h-50px {
      height: 50px !important;
   }
   .xs-h-55px {
      height: 55px !important;
   }
   .xs-h-60px {
      height: 60px !important;
   }
   .xs-h-65px {
      height: 65px !important;
   }
   .xs-h-70px {
      height: 70px !important;
   }
   .xs-h-75px {
      height: 75px !important;
   }
   .xs-h-80px {
      height: 80px !important;
   }
   .xs-h-85px {
      height: 85px !important;
   }
   .xs-h-90px {
      height: 90px !important;
   }
   .xs-h-95px {
      height: 95px !important;
   }
   .xs-h-100px {
      height: 100px !important;
   }
   .xs-h-110px {
      height: 110px !important;
   }
   .xs-h-120px {
      height: 120px !important;
   }
   .xs-h-130px {
      height: 130px !important;
   }
   .xs-h-140px {
      height: 140px !important;
   }
   .xs-h-150px {
      height: 150px !important;
   }
   .xs-h-160px {
      height: 160px !important;
   }
   .xs-h-170px {
      height: 170px !important;
   }
   .xs-h-180px {
      height: 180px !important;
   }
   .xs-h-190px {
      height: 190px !important;
   }
   .xs-h-200px {
      height: 200px !important;
   }
   .xs-h-250px {
      height: 250px !important;
   }
   .xs-h-300px {
      height: 300px !important;
   }
   .xs-h-350px {
      height: 350px !important;
   }
   .xs-h-400px {
      height: 400px !important;
   }
   .xs-h-450px {
      height: 450px !important;
   }
   .xs-h-480px {
      height: 480px !important;
   }
   .xs-h-500px {
      height: 500px !important;
   }
   .xs-h-550px {
      height: 550px !important;
   }
   .xs-h-600px {
      height: 600px !important;
   }
   .xs-h-650px {
      height: 650px !important;
   }
   .xs-h-700px {
      height: 700px !important;
   }
   .xs-h-750px {
      height: 750px !important;
   }
   .xs-h-800px {
      height: 800px !important;
   }
   .xs-h-850px {
      height: 850px !important;
   }
   .xs-h-auto {
      height: auto !important;
   }
   .xs-h-100 {
      height: 100% !important;
   }
   .xs-ls-05px {
      letter-spacing: 0.5px !important;
   }
   .xs-ls-0px {
      letter-spacing: 0px !important;
   }
   .xs-ls-1px {
      letter-spacing: 1px !important;
   }
   .xs-ls-2px {
      letter-spacing: 2px !important;
   }
   .xs-ls-3px {
      letter-spacing: 3px !important;
   }
   .xs-ls-4px {
      letter-spacing: 4px !important;
   }
   .xs-ls-5px {
      letter-spacing: 5px !important;
   }
   .xs-ls-6px {
      letter-spacing: 6px !important;
   }
   .xs-ls-7px {
      letter-spacing: 7px !important;
   }
   .xs-ls-8px {
      letter-spacing: 8px !important;
   }
   .xs-ls-9px {
      letter-spacing: 9px !important;
   }
   .xs-ls-10px {
      letter-spacing: 10px !important;
   }
   .xs-ls-minus-05px {
      letter-spacing: -0.5px !important;
   }
   .xs-ls-minus-1px {
      letter-spacing: -1px !important;
   }
   .xs-ls-minus-2px {
      letter-spacing: -2px !important;
   }
   .xs-ls-minus-3px {
      letter-spacing: -3px !important;
   }
   .xs-ls-minus-4px {
      letter-spacing: -4px !important;
   }
   .xs-ls-minus-5px {
      letter-spacing: -5px !important;
   }
   .xs-ls-minus-6px {
      letter-spacing: -6px !important;
   }
   .xs-ls-minus-7px {
      letter-spacing: -7px !important;
   }
   .xs-ls-minus-8px {
      letter-spacing: -8px !important;
   }
   .xs-ls-minus-9px {
      letter-spacing: -9px !important;
   }
   .xs-ls-minus-10px {
      letter-spacing: -10px !important;
   }
   .xs-border {
      border: 1px solid;
   }
   .xs-border-top {
      border-top: 1px solid;
   }
   .xs-border-bottom {
      border-bottom: 1px solid;
   }
   .xs-border-start {
      border-left: 1px solid;
   }
   .xs-border-end {
      border-right: 1px solid;
   }
   .xs-border-top-0 {
      border-top: 0 !important;
   }
   .xs-border-bottom-0 {
      border-bottom: 0 !important;
   }
   .xs-border-end-0 {
      border-right: 0 !important;
   }
   .xs-border-start-0 {
      border-left: 0 !important;
   }
   .xs-border-radius-0 {
      border-radius: 0 !important;
   }
   .xs-position-relative {
      position: relative !important;
   }
   .xs-position-absolute {
      position: absolute !important;
   }
   .xs-position-inherit {
      position: inherit !important;
   }
   .xs-position-initial {
      position: initial !important;
   }
   .xs-background-image-none {
      background-image: none !important;
   }
   .xs-background-position-left-center {
      background-position: left center !important;
   }
   .xs-outside-box-right-0 {
      margin-right: 0;
   }
   .xs-outside-box-left-0 {
      margin-left: 0;
   }
   .xs-outside-box-top-0 {
      margin-top: 0;
   }
   .xs-transform-none {
      transform: none !important;
   }
   .xs-slider-shadow-none {
      mask-image: none !important;
      -webkit-mask-image: none !important;
   }
   .slider-custom-image .slider-custom-image-pagination .swiper-pagination-bullet {
      width: 70px;
      height: 70px;
      margin: 0 10px !important;
   }
   .swiper-number-pagination-style-02 .swiper-number {
      bottom: 25px;
   }
   .swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet {
      margin: 0 5px !important;
   }
   .xs-text-white-space-nowrap {
      white-space: nowrap;
   }
   .xs-text-white-space-normal {
      white-space: normal;
   }
   .xs-icon-extra-double-large {
      font-size: 80px;
   }
   .xs-icon-double-large {
      font-size: 60px;
   }
   .xs-icon-extra-large {
      font-size: 50px;
   }
   .xs-icon-large {
      font-size: 42px;
   }
   .xs-icon-medium {
      font-size: 34px;
   }
   .xs-icon-very-medium {
      font-size: 28px;
   }
   .xs-icon-extra-medium {
      font-size: 24px;
   }
   .xs-vertical-align-top {
      vertical-align: top;
   }
   .xs-border-radius-0px {
      border-radius: 0 !important;
   }
   .xs-border-radius-30px {
      border-radius: 30px !important;
   }
   .xs-no-border-radius {
      border-radius: 0 !important;
   }
   .xs-vertical-title-inherit .title {
      -webkit-transform: rotate(0deg);
      transform: rotate(0);
      writing-mode: inherit;
   }
   .looping-wrapper .el {
      height: 105px;
      margin-top: -105px;
   }
}
@media (max-width: 1600px) {
   .xxl-p-5px {
      padding: 5px !important;
   }
   .xxl-p-10px {
      padding: 10px !important;
   }
   .xxl-p-15px {
      padding: 15px !important;
   }
   .xxl-p-20px {
      padding: 20px !important;
   }
   .xxl-p-25px {
      padding: 25px !important;
   }
   .xxl-p-30px {
      padding: 30px !important;
   }
   .xxl-p-35px {
      padding: 35px !important;
   }
   .xxl-p-40px {
      padding: 40px !important;
   }
   .xxl-p-45px {
      padding: 45px !important;
   }
   .xxl-p-50px {
      padding: 50px !important;
   }
   .xxl-p-55px {
      padding: 55px !important;
   }
   .xxl-p-60px {
      padding: 60px !important;
   }
   .xxl-p-65px {
      padding: 65px !important;
   }
   .xxl-p-70px {
      padding: 70px !important;
   }
   .xxl-p-1 {
      padding: 1% !important;
   }
   .xxl-p-2 {
      padding: 2% !important;
   }
   .xxl-p-3 {
      padding: 3% !important;
   }
   .xxl-p-4 {
      padding: 4% !important;
   }
   .xxl-p-5 {
      padding: 5% !important;
   }
   .xxl-p-6 {
      padding: 6% !important;
   }
   .xxl-p-7 {
      padding: 7% !important;
   }
   .xxl-p-8 {
      padding: 8% !important;
   }
   .xxl-p-9 {
      padding: 9% !important;
   }
   .xxl-p-10 {
      padding: 10% !important;
   }
   .xxl-p-11 {
      padding: 11% !important;
   }
   .xxl-p-12 {
      padding: 12% !important;
   }
   .xxl-p-13 {
      padding: 13% !important;
   }
   .xxl-p-14 {
      padding: 14% !important;
   }
   .xxl-p-15 {
      padding: 15% !important;
   }
   .xxl-p-16 {
      padding: 16% !important;
   }
   .xxl-p-17 {
      padding: 17% !important;
   }
   .xxl-p-18 {
      padding: 18% !important;
   }
   .xxl-p-19 {
      padding: 19% !important;
   }
   .xxl-p-20 {
      padding: 20% !important;
   }
   .xxl-p-21 {
      padding: 21% !important;
   }
   .xxl-p-22 {
      padding: 22% !important;
   }
   .xxl-p-23 {
      padding: 23% !important;
   }
   .xxl-p-24 {
      padding: 24% !important;
   }
   .xxl-p-25 {
      padding: 25% !important;
   }
   .xxl-p-26 {
      padding: 26% !important;
   }
   .xxl-p-27 {
      padding: 27% !important;
   }
   .xxl-p-28 {
      padding: 28% !important;
   }
   .xxl-p-29 {
      padding: 29% !important;
   }
   .xxl-p-30 {
      padding: 30% !important;
   }
   .xxl-pt-5px {
      padding-top: 5px !important;
   }
   .xxl-pt-10px {
      padding-top: 10px !important;
   }
   .xxl-pt-15px {
      padding-top: 15px !important;
   }
   .xxl-pt-20px {
      padding-top: 20px !important;
   }
   .xxl-pt-25px {
      padding-top: 25px !important;
   }
   .xxl-pt-30px {
      padding-top: 30px !important;
   }
   .xxl-pt-35px {
      padding-top: 35px !important;
   }
   .xxl-pt-40px {
      padding-top: 40px !important;
   }
   .xxl-pt-45px {
      padding-top: 45px !important;
   }
   .xxl-pt-50px {
      padding-top: 50px !important;
   }
   .xxl-pt-55px {
      padding-top: 55px !important;
   }
   .xxl-pt-60px {
      padding-top: 60px !important;
   }
   .xxl-pt-65px {
      padding-top: 65px !important;
   }
   .xxl-pt-70px {
      padding-top: 70px !important;
   }
   .xxl-pt-1 {
      padding-top: 1% !important;
   }
   .xxl-pt-2 {
      padding-top: 2% !important;
   }
   .xxl-pt-3 {
      padding-top: 3% !important;
   }
   .xxl-pt-4 {
      padding-top: 4% !important;
   }
   .xxl-pt-5 {
      padding-top: 5% !important;
   }
   .xxl-pt-6 {
      padding-top: 6% !important;
   }
   .xxl-pt-7 {
      padding-top: 7% !important;
   }
   .xxl-pt-8 {
      padding-top: 8% !important;
   }
   .xxl-pt-9 {
      padding-top: 9% !important;
   }
   .xxl-pt-10 {
      padding-top: 10% !important;
   }
   .xxl-pt-11 {
      padding-top: 11% !important;
   }
   .xxl-pt-12 {
      padding-top: 12% !important;
   }
   .xxl-pt-13 {
      padding-top: 13% !important;
   }
   .xxl-pt-14 {
      padding-top: 14% !important;
   }
   .xxl-pt-15 {
      padding-top: 15% !important;
   }
   .xxl-pt-16 {
      padding-top: 16% !important;
   }
   .xxl-pt-17 {
      padding-top: 17% !important;
   }
   .xxl-pt-18 {
      padding-top: 18% !important;
   }
   .xxl-pt-19 {
      padding-top: 19% !important;
   }
   .xxl-pt-20 {
      padding-top: 20% !important;
   }
   .xxl-pt-21 {
      padding-top: 21% !important;
   }
   .xxl-pt-22 {
      padding-top: 22% !important;
   }
   .xxl-pt-23 {
      padding-top: 23% !important;
   }
   .xxl-pt-24 {
      padding-top: 24% !important;
   }
   .xxl-pt-25 {
      padding-top: 25% !important;
   }
   .xxl-pt-26 {
      padding-top: 26% !important;
   }
   .xxl-pt-27 {
      padding-top: 27% !important;
   }
   .xxl-pt-28 {
      padding-top: 28% !important;
   }
   .xxl-pt-29 {
      padding-top: 29% !important;
   }
   .xxl-pt-30 {
      padding-top: 30% !important;
   }
   .xxl-pe-5px {
      padding-right: 5px !important;
   }
   .xxl-pe-10px {
      padding-right: 10px !important;
   }
   .xxl-pe-15px {
      padding-right: 15px !important;
   }
   .xxl-pe-20px {
      padding-right: 20px !important;
   }
   .xxl-pe-25px {
      padding-right: 25px !important;
   }
   .xxl-pe-30px {
      padding-right: 30px !important;
   }
   .xxl-pe-35px {
      padding-right: 35px !important;
   }
   .xxl-pe-40px {
      padding-right: 40px !important;
   }
   .xxl-pe-45px {
      padding-right: 45px !important;
   }
   .xxl-pe-50px {
      padding-right: 50px !important;
   }
   .xxl-pe-55px {
      padding-right: 55px !important;
   }
   .xxl-pe-60px {
      padding-right: 60px !important;
   }
   .xxl-pe-65px {
      padding-right: 65px !important;
   }
   .xxl-pe-70px {
      padding-right: 70px !important;
   }
   .xxl-pe-1 {
      padding-right: 1% !important;
   }
   .xxl-pe-2 {
      padding-right: 2% !important;
   }
   .xxl-pe-3 {
      padding-right: 3% !important;
   }
   .xxl-pe-4 {
      padding-right: 4% !important;
   }
   .xxl-pe-5 {
      padding-right: 5% !important;
   }
   .xxl-pe-6 {
      padding-right: 6% !important;
   }
   .xxl-pe-7 {
      padding-right: 7% !important;
   }
   .xxl-pe-8 {
      padding-right: 8% !important;
   }
   .xxl-pe-9 {
      padding-right: 9% !important;
   }
   .xxl-pe-10 {
      padding-right: 10% !important;
   }
   .xxl-pe-11 {
      padding-right: 11% !important;
   }
   .xxl-pe-12 {
      padding-right: 12% !important;
   }
   .xxl-pe-13 {
      padding-right: 13% !important;
   }
   .xxl-pe-14 {
      padding-right: 14% !important;
   }
   .xxl-pe-15 {
      padding-right: 15% !important;
   }
   .xxl-pe-16 {
      padding-right: 16% !important;
   }
   .xxl-pe-17 {
      padding-right: 17% !important;
   }
   .xxl-pe-18 {
      padding-right: 18% !important;
   }
   .xxl-pe-19 {
      padding-right: 19% !important;
   }
   .xxl-pe-20 {
      padding-right: 20% !important;
   }
   .xxl-pe-21 {
      padding-right: 21% !important;
   }
   .xxl-pe-22 {
      padding-right: 22% !important;
   }
   .xxl-pe-23 {
      padding-right: 23% !important;
   }
   .xxl-pe-24 {
      padding-right: 24% !important;
   }
   .xxl-pe-25 {
      padding-right: 25% !important;
   }
   .xxl-pe-26 {
      padding-right: 26% !important;
   }
   .xxl-pe-27 {
      padding-right: 27% !important;
   }
   .xxl-pe-28 {
      padding-right: 28% !important;
   }
   .xxl-pe-29 {
      padding-right: 29% !important;
   }
   .xxl-pe-30 {
      padding-right: 30% !important;
   }
   .xxl-pb-5px {
      padding-bottom: 5px !important;
   }
   .xxl-pb-10px {
      padding-bottom: 10px !important;
   }
   .xxl-pb-15px {
      padding-bottom: 15px !important;
   }
   .xxl-pb-20px {
      padding-bottom: 20px !important;
   }
   .xxl-pb-25px {
      padding-bottom: 25px !important;
   }
   .xxl-pb-30px {
      padding-bottom: 30px !important;
   }
   .xxl-pb-35px {
      padding-bottom: 35px !important;
   }
   .xxl-pb-40px {
      padding-bottom: 40px !important;
   }
   .xxl-pb-45px {
      padding-bottom: 45px !important;
   }
   .xxl-pb-50px {
      padding-bottom: 50px !important;
   }
   .xxl-pb-55px {
      padding-bottom: 55px !important;
   }
   .xxl-pb-60px {
      padding-bottom: 60px !important;
   }
   .xxl-pb-65px {
      padding-bottom: 65px !important;
   }
   .xxl-pb-70px {
      padding-bottom: 70px !important;
   }
   .xxl-pb-1 {
      padding-bottom: 1% !important;
   }
   .xxl-pb-2 {
      padding-bottom: 2% !important;
   }
   .xxl-pb-3 {
      padding-bottom: 3% !important;
   }
   .xxl-pb-4 {
      padding-bottom: 4% !important;
   }
   .xxl-pb-5 {
      padding-bottom: 5% !important;
   }
   .xxl-pb-6 {
      padding-bottom: 6% !important;
   }
   .xxl-pb-7 {
      padding-bottom: 7% !important;
   }
   .xxl-pb-8 {
      padding-bottom: 8% !important;
   }
   .xxl-pb-9 {
      padding-bottom: 9% !important;
   }
   .xxl-pb-10 {
      padding-bottom: 10% !important;
   }
   .xxl-pb-11 {
      padding-bottom: 11% !important;
   }
   .xxl-pb-12 {
      padding-bottom: 12% !important;
   }
   .xxl-pb-13 {
      padding-bottom: 13% !important;
   }
   .xxl-pb-14 {
      padding-bottom: 14% !important;
   }
   .xxl-pb-15 {
      padding-bottom: 15% !important;
   }
   .xxl-pb-16 {
      padding-bottom: 16% !important;
   }
   .xxl-pb-17 {
      padding-bottom: 17% !important;
   }
   .xxl-pb-18 {
      padding-bottom: 18% !important;
   }
   .xxl-pb-19 {
      padding-bottom: 19% !important;
   }
   .xxl-pb-20 {
      padding-bottom: 20% !important;
   }
   .xxl-pb-21 {
      padding-bottom: 21% !important;
   }
   .xxl-pb-22 {
      padding-bottom: 22% !important;
   }
   .xxl-pb-23 {
      padding-bottom: 23% !important;
   }
   .xxl-pb-24 {
      padding-bottom: 24% !important;
   }
   .xxl-pb-25 {
      padding-bottom: 25% !important;
   }
   .xxl-pb-26 {
      padding-bottom: 26% !important;
   }
   .xxl-pb-27 {
      padding-bottom: 27% !important;
   }
   .xxl-pb-28 {
      padding-bottom: 28% !important;
   }
   .xxl-pb-29 {
      padding-bottom: 29% !important;
   }
   .xxl-pb-30 {
      padding-bottom: 30% !important;
   }
   .xxl-ps-5px {
      padding-left: 5px !important;
   }
   .xxl-ps-10px {
      padding-left: 10px !important;
   }
   .xxl-ps-15px {
      padding-left: 15px !important;
   }
   .xxl-ps-20px {
      padding-left: 20px !important;
   }
   .xxl-ps-25px {
      padding-left: 25px !important;
   }
   .xxl-ps-30px {
      padding-left: 30px !important;
   }
   .xxl-ps-35px {
      padding-left: 35px !important;
   }
   .xxl-ps-40px {
      padding-left: 40px !important;
   }
   .xxl-ps-45px {
      padding-left: 45px !important;
   }
   .xxl-ps-50px {
      padding-left: 50px !important;
   }
   .xxl-ps-55px {
      padding-left: 55px !important;
   }
   .xxl-ps-60px {
      padding-left: 60px !important;
   }
   .xxl-ps-65px {
      padding-left: 65px !important;
   }
   .xxl-ps-70px {
      padding-left: 70px !important;
   }
   .xxl-ps-1 {
      padding-left: 1% !important;
   }
   .xxl-ps-2 {
      padding-left: 2% !important;
   }
   .xxl-ps-3 {
      padding-left: 3% !important;
   }
   .xxl-ps-4 {
      padding-left: 4% !important;
   }
   .xxl-ps-5 {
      padding-left: 5% !important;
   }
   .xxl-ps-6 {
      padding-left: 6% !important;
   }
   .xxl-ps-7 {
      padding-left: 7% !important;
   }
   .xxl-ps-8 {
      padding-left: 8% !important;
   }
   .xxl-ps-9 {
      padding-left: 9% !important;
   }
   .xxl-ps-10 {
      padding-left: 10% !important;
   }
   .xxl-ps-11 {
      padding-left: 11% !important;
   }
   .xxl-ps-12 {
      padding-left: 12% !important;
   }
   .xxl-ps-13 {
      padding-left: 13% !important;
   }
   .xxl-ps-14 {
      padding-left: 14% !important;
   }
   .xxl-ps-15 {
      padding-left: 15% !important;
   }
   .xxl-ps-16 {
      padding-left: 16% !important;
   }
   .xxl-ps-17 {
      padding-left: 17% !important;
   }
   .xxl-ps-18 {
      padding-left: 18% !important;
   }
   .xxl-ps-19 {
      padding-left: 19% !important;
   }
   .xxl-ps-20 {
      padding-left: 20% !important;
   }
   .xxl-ps-21 {
      padding-left: 21% !important;
   }
   .xxl-ps-22 {
      padding-left: 22% !important;
   }
   .xxl-ps-23 {
      padding-left: 23% !important;
   }
   .xxl-ps-24 {
      padding-left: 24% !important;
   }
   .xxl-ps-25 {
      padding-left: 25% !important;
   }
   .xxl-ps-26 {
      padding-left: 26% !important;
   }
   .xxl-ps-27 {
      padding-left: 27% !important;
   }
   .xxl-ps-28 {
      padding-left: 28% !important;
   }
   .xxl-ps-29 {
      padding-left: 29% !important;
   }
   .xxl-ps-30 {
      padding-left: 30% !important;
   }
   .xxl-m-5px {
      margin: 5px !important;
   }
   .xxl-m-10px {
      margin: 10px !important;
   }
   .xxl-m-15px {
      margin: 15px !important;
   }
   .xxl-m-20px {
      margin: 20px !important;
   }
   .xxl-m-25px {
      margin: 25px !important;
   }
   .xxl-m-30px {
      margin: 30px !important;
   }
   .xxl-m-35px {
      margin: 35px !important;
   }
   .xxl-m-40px {
      margin: 40px !important;
   }
   .xxl-m-45px {
      margin: 45px !important;
   }
   .xxl-m-50px {
      margin: 50px !important;
   }
   .xxl-m-55px {
      margin: 55px !important;
   }
   .xxl-m-60px {
      margin: 60px !important;
   }
   .xxl-m-65px {
      margin: 65px !important;
   }
   .xxl-m-70px {
      margin: 70px !important;
   }
   .xxl-m-1 {
      margin: 1% !important;
   }
   .xxl-m-2 {
      margin: 2% !important;
   }
   .xxl-m-3 {
      margin: 3% !important;
   }
   .xxl-m-4 {
      margin: 4% !important;
   }
   .xxl-m-5 {
      margin: 5% !important;
   }
   .xxl-m-6 {
      margin: 6% !important;
   }
   .xxl-m-7 {
      margin: 7% !important;
   }
   .xxl-m-8 {
      margin: 8% !important;
   }
   .xxl-m-9 {
      margin: 9% !important;
   }
   .xxl-m-10 {
      margin: 10% !important;
   }
   .xxl-m-11 {
      margin: 11% !important;
   }
   .xxl-m-12 {
      margin: 12% !important;
   }
   .xxl-m-13 {
      margin: 13% !important;
   }
   .xxl-m-14 {
      margin: 14% !important;
   }
   .xxl-m-15 {
      margin: 15% !important;
   }
   .xxl-m-16 {
      margin: 16% !important;
   }
   .xxl-m-17 {
      margin: 17% !important;
   }
   .xxl-m-18 {
      margin: 18% !important;
   }
   .xxl-m-19 {
      margin: 19% !important;
   }
   .xxl-m-20 {
      margin: 20% !important;
   }
   .xxl-m-21 {
      margin: 21% !important;
   }
   .xxl-m-22 {
      margin: 22% !important;
   }
   .xxl-m-23 {
      margin: 23% !important;
   }
   .xxl-m-24 {
      margin: 24% !important;
   }
   .xxl-m-25 {
      margin: 25% !important;
   }
   .xxl-m-26 {
      margin: 26% !important;
   }
   .xxl-m-27 {
      margin: 27% !important;
   }
   .xxl-m-28 {
      margin: 28% !important;
   }
   .xxl-m-29 {
      margin: 29% !important;
   }
   .xxl-m-30 {
      margin: 30% !important;
   }
   .xxl-mt-5px {
      margin-top: 5px !important;
   }
   .xxl-mt-10px {
      margin-top: 10px !important;
   }
   .xxl-mt-15px {
      margin-top: 15px !important;
   }
   .xxl-mt-20px {
      margin-top: 20px !important;
   }
   .xxl-mt-25px {
      margin-top: 25px !important;
   }
   .xxl-mt-30px {
      margin-top: 30px !important;
   }
   .xxl-mt-35px {
      margin-top: 35px !important;
   }
   .xxl-mt-40px {
      margin-top: 40px !important;
   }
   .xxl-mt-45px {
      margin-top: 45px !important;
   }
   .xxl-mt-50px {
      margin-top: 50px !important;
   }
   .xxl-mt-55px {
      margin-top: 55px !important;
   }
   .xxl-mt-60px {
      margin-top: 60px !important;
   }
   .xxl-mt-65px {
      margin-top: 65px !important;
   }
   .xxl-mt-70px {
      margin-top: 70px !important;
   }
   .xxl-mt-1 {
      margin-top: 1% !important;
   }
   .xxl-mt-2 {
      margin-top: 2% !important;
   }
   .xxl-mt-3 {
      margin-top: 3% !important;
   }
   .xxl-mt-4 {
      margin-top: 4% !important;
   }
   .xxl-mt-5 {
      margin-top: 5% !important;
   }
   .xxl-mt-6 {
      margin-top: 6% !important;
   }
   .xxl-mt-7 {
      margin-top: 7% !important;
   }
   .xxl-mt-8 {
      margin-top: 8% !important;
   }
   .xxl-mt-9 {
      margin-top: 9% !important;
   }
   .xxl-mt-10 {
      margin-top: 10% !important;
   }
   .xxl-mt-11 {
      margin-top: 11% !important;
   }
   .xxl-mt-12 {
      margin-top: 12% !important;
   }
   .xxl-mt-13 {
      margin-top: 13% !important;
   }
   .xxl-mt-14 {
      margin-top: 14% !important;
   }
   .xxl-mt-15 {
      margin-top: 15% !important;
   }
   .xxl-mt-16 {
      margin-top: 16% !important;
   }
   .xxl-mt-17 {
      margin-top: 17% !important;
   }
   .xxl-mt-18 {
      margin-top: 18% !important;
   }
   .xxl-mt-19 {
      margin-top: 19% !important;
   }
   .xxl-mt-20 {
      margin-top: 20% !important;
   }
   .xxl-mt-21 {
      margin-top: 21% !important;
   }
   .xxl-mt-22 {
      margin-top: 22% !important;
   }
   .xxl-mt-23 {
      margin-top: 23% !important;
   }
   .xxl-mt-24 {
      margin-top: 24% !important;
   }
   .xxl-mt-25 {
      margin-top: 25% !important;
   }
   .xxl-mt-26 {
      margin-top: 26% !important;
   }
   .xxl-mt-27 {
      margin-top: 27% !important;
   }
   .xxl-mt-28 {
      margin-top: 28% !important;
   }
   .xxl-mt-29 {
      margin-top: 29% !important;
   }
   .xxl-mt-30 {
      margin-top: 30% !important;
   }
   .xxl-me-5px {
      margin-right: 5px !important;
   }
   .xxl-me-10px {
      margin-right: 10px !important;
   }
   .xxl-me-15px {
      margin-right: 15px !important;
   }
   .xxl-me-20px {
      margin-right: 20px !important;
   }
   .xxl-me-25px {
      margin-right: 25px !important;
   }
   .xxl-me-30px {
      margin-right: 30px !important;
   }
   .xxl-me-35px {
      margin-right: 35px !important;
   }
   .xxl-me-40px {
      margin-right: 40px !important;
   }
   .xxl-me-45px {
      margin-right: 45px !important;
   }
   .xxl-me-50px {
      margin-right: 50px !important;
   }
   .xxl-me-55px {
      margin-right: 55px !important;
   }
   .xxl-me-60px {
      margin-right: 60px !important;
   }
   .xxl-me-65px {
      margin-right: 65px !important;
   }
   .xxl-me-70px {
      margin-right: 70px !important;
   }
   .xxl-me-1 {
      margin-right: 1% !important;
   }
   .xxl-me-2 {
      margin-right: 2% !important;
   }
   .xxl-me-3 {
      margin-right: 3% !important;
   }
   .xxl-me-4 {
      margin-right: 4% !important;
   }
   .xxl-me-5 {
      margin-right: 5% !important;
   }
   .xxl-me-6 {
      margin-right: 6% !important;
   }
   .xxl-me-7 {
      margin-right: 7% !important;
   }
   .xxl-me-8 {
      margin-right: 8% !important;
   }
   .xxl-me-9 {
      margin-right: 9% !important;
   }
   .xxl-me-10 {
      margin-right: 10% !important;
   }
   .xxl-me-11 {
      margin-right: 11% !important;
   }
   .xxl-me-12 {
      margin-right: 12% !important;
   }
   .xxl-me-13 {
      margin-right: 13% !important;
   }
   .xxl-me-14 {
      margin-right: 14% !important;
   }
   .xxl-me-15 {
      margin-right: 15% !important;
   }
   .xxl-me-16 {
      margin-right: 16% !important;
   }
   .xxl-me-17 {
      margin-right: 17% !important;
   }
   .xxl-me-18 {
      margin-right: 18% !important;
   }
   .xxl-me-19 {
      margin-right: 19% !important;
   }
   .xxl-me-20 {
      margin-right: 20% !important;
   }
   .xxl-me-21 {
      margin-right: 21% !important;
   }
   .xxl-me-22 {
      margin-right: 22% !important;
   }
   .xxl-me-23 {
      margin-right: 23% !important;
   }
   .xxl-me-24 {
      margin-right: 24% !important;
   }
   .xxl-me-25 {
      margin-right: 25% !important;
   }
   .xxl-me-26 {
      margin-right: 26% !important;
   }
   .xxl-me-27 {
      margin-right: 27% !important;
   }
   .xxl-me-28 {
      margin-right: 28% !important;
   }
   .xxl-me-29 {
      margin-right: 29% !important;
   }
   .xxl-me-30 {
      margin-right: 30% !important;
   }
   .xxl-mb-5px {
      margin-bottom: 5px !important;
   }
   .xxl-mb-10px {
      margin-bottom: 10px !important;
   }
   .xxl-mb-15px {
      margin-bottom: 15px !important;
   }
   .xxl-mb-20px {
      margin-bottom: 20px !important;
   }
   .xxl-mb-25px {
      margin-bottom: 25px !important;
   }
   .xxl-mb-30px {
      margin-bottom: 30px !important;
   }
   .xxl-mb-35px {
      margin-bottom: 35px !important;
   }
   .xxl-mb-40px {
      margin-bottom: 40px !important;
   }
   .xxl-mb-45px {
      margin-bottom: 45px !important;
   }
   .xxl-mb-50px {
      margin-bottom: 50px !important;
   }
   .xxl-mb-55px {
      margin-bottom: 55px !important;
   }
   .xxl-mb-60px {
      margin-bottom: 60px !important;
   }
   .xxl-mb-65px {
      margin-bottom: 65px !important;
   }
   .xxl-mb-70px {
      margin-bottom: 70px !important;
   }
   .xxl-mb-1 {
      margin-bottom: 1% !important;
   }
   .xxl-mb-2 {
      margin-bottom: 2% !important;
   }
   .xxl-mb-3 {
      margin-bottom: 3% !important;
   }
   .xxl-mb-4 {
      margin-bottom: 4% !important;
   }
   .xxl-mb-5 {
      margin-bottom: 5% !important;
   }
   .xxl-mb-6 {
      margin-bottom: 6% !important;
   }
   .xxl-mb-7 {
      margin-bottom: 7% !important;
   }
   .xxl-mb-8 {
      margin-bottom: 8% !important;
   }
   .xxl-mb-9 {
      margin-bottom: 9% !important;
   }
   .xxl-mb-10 {
      margin-bottom: 10% !important;
   }
   .xxl-mb-11 {
      margin-bottom: 11% !important;
   }
   .xxl-mb-12 {
      margin-bottom: 12% !important;
   }
   .xxl-mb-13 {
      margin-bottom: 13% !important;
   }
   .xxl-mb-14 {
      margin-bottom: 14% !important;
   }
   .xxl-mb-15 {
      margin-bottom: 15% !important;
   }
   .xxl-mb-16 {
      margin-bottom: 16% !important;
   }
   .xxl-mb-17 {
      margin-bottom: 17% !important;
   }
   .xxl-mb-18 {
      margin-bottom: 18% !important;
   }
   .xxl-mb-19 {
      margin-bottom: 19% !important;
   }
   .xxl-mb-20 {
      margin-bottom: 20% !important;
   }
   .xxl-mb-21 {
      margin-bottom: 21% !important;
   }
   .xxl-mb-22 {
      margin-bottom: 22% !important;
   }
   .xxl-mb-23 {
      margin-bottom: 23% !important;
   }
   .xxl-mb-24 {
      margin-bottom: 24% !important;
   }
   .xxl-mb-25 {
      margin-bottom: 25% !important;
   }
   .xxl-mb-26 {
      margin-bottom: 26% !important;
   }
   .xxl-mb-27 {
      margin-bottom: 27% !important;
   }
   .xxl-mb-28 {
      margin-bottom: 28% !important;
   }
   .xxl-mb-29 {
      margin-bottom: 29% !important;
   }
   .xxl-mb-30 {
      margin-bottom: 30% !important;
   }
   .xxl-ms-5px {
      margin-left: 5px !important;
   }
   .xxl-ms-10px {
      margin-left: 10px !important;
   }
   .xxl-ms-15px {
      margin-left: 15px !important;
   }
   .xxl-ms-20px {
      margin-left: 20px !important;
   }
   .xxl-ms-25px {
      margin-left: 25px !important;
   }
   .xxl-ms-30px {
      margin-left: 30px !important;
   }
   .xxl-ms-35px {
      margin-left: 35px !important;
   }
   .xxl-ms-40px {
      margin-left: 40px !important;
   }
   .xxl-ms-45px {
      margin-left: 45px !important;
   }
   .xxl-ms-50px {
      margin-left: 50px !important;
   }
   .xxl-ms-55px {
      margin-left: 55px !important;
   }
   .xxl-ms-60px {
      margin-left: 60px !important;
   }
   .xxl-ms-65px {
      margin-left: 65px !important;
   }
   .xxl-ms-70px {
      margin-left: 70px !important;
   }
   .xxl-ms-1 {
      margin-left: 1% !important;
   }
   .xxl-ms-2 {
      margin-left: 2% !important;
   }
   .xxl-ms-3 {
      margin-left: 3% !important;
   }
   .xxl-ms-4 {
      margin-left: 4% !important;
   }
   .xxl-ms-5 {
      margin-left: 5% !important;
   }
   .xxl-ms-6 {
      margin-left: 6% !important;
   }
   .xxl-ms-7 {
      margin-left: 7% !important;
   }
   .xxl-ms-8 {
      margin-left: 8% !important;
   }
   .xxl-ms-9 {
      margin-left: 9% !important;
   }
   .xxl-ms-10 {
      margin-left: 10% !important;
   }
   .xxl-ms-11 {
      margin-left: 11% !important;
   }
   .xxl-ms-12 {
      margin-left: 12% !important;
   }
   .xxl-ms-13 {
      margin-left: 13% !important;
   }
   .xxl-ms-14 {
      margin-left: 14% !important;
   }
   .xxl-ms-15 {
      margin-left: 15% !important;
   }
   .xxl-ms-16 {
      margin-left: 16% !important;
   }
   .xxl-ms-17 {
      margin-left: 17% !important;
   }
   .xxl-ms-18 {
      margin-left: 18% !important;
   }
   .xxl-ms-19 {
      margin-left: 19% !important;
   }
   .xxl-ms-20 {
      margin-left: 20% !important;
   }
   .xxl-ms-21 {
      margin-left: 21% !important;
   }
   .xxl-ms-22 {
      margin-left: 22% !important;
   }
   .xxl-ms-23 {
      margin-left: 23% !important;
   }
   .xxl-ms-24 {
      margin-left: 24% !important;
   }
   .xxl-ms-25 {
      margin-left: 25% !important;
   }
   .xxl-ms-26 {
      margin-left: 26% !important;
   }
   .xxl-ms-27 {
      margin-left: 27% !important;
   }
   .xxl-ms-28 {
      margin-left: 28% !important;
   }
   .xxl-ms-29 {
      margin-left: 29% !important;
   }
   .xxl-ms-30 {
      margin-left: 30% !important;
   }
   .xxl-top-0px {
      top: 0 !important;
   }
   .xxl-top-1px {
      top: 1px !important;
   }
   .xxl-top-2px {
      top: 2px !important;
   }
   .xxl-top-3px {
      top: 3px !important;
   }
   .xxl-top-4px {
      top: 4px !important;
   }
   .xxl-top-5px {
      top: 5px !important;
   }
   .xxl-top-6px {
      top: 6px !important;
   }
   .xxl-top-7px {
      top: 7px !important;
   }
   .xxl-top-8px {
      top: 8px !important;
   }
   .xxl-top-9px {
      top: 9px !important;
   }
   .xxl-top-10px {
      top: 10px !important;
   }
   .xxl-top-11px {
      top: 11px !important;
   }
   .xxl-top-12px {
      top: 12px !important;
   }
   .xxl-top-13px {
      top: 13px !important;
   }
   .xxl-top-14px {
      top: 14px !important;
   }
   .xxl-top-15px {
      top: 15px !important;
   }
   .xxl-top-16px {
      top: 16px !important;
   }
   .xxl-top-17px {
      top: 17px !important;
   }
   .xxl-top-18px {
      top: 18px !important;
   }
   .xxl-top-19px {
      top: 19px !important;
   }
   .xxl-top-20px {
      top: 20px !important;
   }
   .xxl-top-21px {
      top: 21px !important;
   }
   .xxl-top-22px {
      top: 22px !important;
   }
   .xxl-top-23px {
      top: 23px !important;
   }
   .xxl-top-24px {
      top: 24px !important;
   }
   .xxl-top-25px {
      top: 25px !important;
   }
   .xxl-top-26px {
      top: 26px !important;
   }
   .xxl-top-27px {
      top: 27px !important;
   }
   .xxl-top-28px {
      top: 28px !important;
   }
   .xxl-top-29px {
      top: 29px !important;
   }
   .xxl-top-30px {
      top: 30px !important;
   }
   .xxl-top-40px {
      top: 40px !important;
   }
   .xxl-top-50px {
      top: 50px !important;
   }
   .xxl-top-60px {
      top: 60px !important;
   }
   .xxl-top-70px {
      top: 70px !important;
   }
   .xxl-top-80px {
      top: 80px !important;
   }
   .xxl-top-90px {
      top: 90px !important;
   }
   .xxl-top-100px {
      top: 100px !important;
   }
   .xxl-top-110px {
      top: 110px !important;
   }
   .xxl-top-120px {
      top: 120px !important;
   }
   .xxl-top-130px {
      top: 130px !important;
   }
   .xxl-top-140px {
      top: 140px !important;
   }
   .xxl-top-150px {
      top: 150px !important;
   }
   .xxl-right-0px {
      right: 0 !important;
   }
   .xxl-right-1px {
      right: 1px !important;
   }
   .xxl-right-2px {
      right: 2px !important;
   }
   .xxl-right-3px {
      right: 3px !important;
   }
   .xxl-right-4px {
      right: 4px !important;
   }
   .xxl-right-5px {
      right: 5px !important;
   }
   .xxl-right-6px {
      right: 6px !important;
   }
   .xxl-right-7px {
      right: 7px !important;
   }
   .xxl-right-8px {
      right: 8px !important;
   }
   .xxl-right-9px {
      right: 9px !important;
   }
   .xxl-right-10px {
      right: 10px !important;
   }
   .xxl-right-11px {
      right: 11px !important;
   }
   .xxl-right-12px {
      right: 12px !important;
   }
   .xxl-right-13px {
      right: 13px !important;
   }
   .xxl-right-14px {
      right: 14px !important;
   }
   .xxl-right-15px {
      right: 15px !important;
   }
   .xxl-right-16px {
      right: 16px !important;
   }
   .xxl-right-17px {
      right: 17px !important;
   }
   .xxl-right-18px {
      right: 18px !important;
   }
   .xxl-right-19px {
      right: 19px !important;
   }
   .xxl-right-20px {
      right: 20px !important;
   }
   .xxl-right-21px {
      right: 21px !important;
   }
   .xxl-right-22px {
      right: 22px !important;
   }
   .xxl-right-23px {
      right: 23px !important;
   }
   .xxl-right-24px {
      right: 24px !important;
   }
   .xxl-right-25px {
      right: 25px !important;
   }
   .xxl-right-26px {
      right: 26px !important;
   }
   .xxl-right-27px {
      right: 27px !important;
   }
   .xxl-right-28px {
      right: 28px !important;
   }
   .xxl-right-29px {
      right: 29px !important;
   }
   .xxl-right-30px {
      right: 30px !important;
   }
   .xxl-right-40px {
      right: 40px !important;
   }
   .xxl-right-50px {
      right: 50px !important;
   }
   .xxl-right-60px {
      right: 60px !important;
   }
   .xxl-right-70px {
      right: 70px !important;
   }
   .xxl-right-80px {
      right: 80px !important;
   }
   .xxl-right-90px {
      right: 90px !important;
   }
   .xxl-right-100px {
      right: 100px !important;
   }
   .xxl-right-110px {
      right: 110px !important;
   }
   .xxl-right-120px {
      right: 120px !important;
   }
   .xxl-right-130px {
      right: 130px !important;
   }
   .xxl-right-140px {
      right: 140px !important;
   }
   .xxl-right-150px {
      right: 150px !important;
   }
   .xxl-bottom-0px {
      bottom: 0 !important;
   }
   .xxl-bottom-1px {
      bottom: 1px !important;
   }
   .xxl-bottom-2px {
      bottom: 2px !important;
   }
   .xxl-bottom-3px {
      bottom: 3px !important;
   }
   .xxl-bottom-4px {
      bottom: 4px !important;
   }
   .xxl-bottom-5px {
      bottom: 5px !important;
   }
   .xxl-bottom-6px {
      bottom: 6px !important;
   }
   .xxl-bottom-7px {
      bottom: 7px !important;
   }
   .xxl-bottom-8px {
      bottom: 8px !important;
   }
   .xxl-bottom-9px {
      bottom: 9px !important;
   }
   .xxl-bottom-10px {
      bottom: 10px !important;
   }
   .xxl-bottom-11px {
      bottom: 11px !important;
   }
   .xxl-bottom-12px {
      bottom: 12px !important;
   }
   .xxl-bottom-13px {
      bottom: 13px !important;
   }
   .xxl-bottom-14px {
      bottom: 14px !important;
   }
   .xxl-bottom-15px {
      bottom: 15px !important;
   }
   .xxl-bottom-16px {
      bottom: 16px !important;
   }
   .xxl-bottom-17px {
      bottom: 17px !important;
   }
   .xxl-bottom-18px {
      bottom: 18px !important;
   }
   .xxl-bottom-19px {
      bottom: 19px !important;
   }
   .xxl-bottom-20px {
      bottom: 20px !important;
   }
   .xxl-bottom-21px {
      bottom: 21px !important;
   }
   .xxl-bottom-22px {
      bottom: 22px !important;
   }
   .xxl-bottom-23px {
      bottom: 23px !important;
   }
   .xxl-bottom-24px {
      bottom: 24px !important;
   }
   .xxl-bottom-25px {
      bottom: 25px !important;
   }
   .xxl-bottom-26px {
      bottom: 26px !important;
   }
   .xxl-bottom-27px {
      bottom: 27px !important;
   }
   .xxl-bottom-28px {
      bottom: 28px !important;
   }
   .xxl-bottom-29px {
      bottom: 29px !important;
   }
   .xxl-bottom-30px {
      bottom: 30px !important;
   }
   .xxl-bottom-40px {
      bottom: 40px !important;
   }
   .xxl-bottom-50px {
      bottom: 50px !important;
   }
   .xxl-bottom-60px {
      bottom: 60px !important;
   }
   .xxl-bottom-70px {
      bottom: 70px !important;
   }
   .xxl-bottom-80px {
      bottom: 80px !important;
   }
   .xxl-bottom-90px {
      bottom: 90px !important;
   }
   .xxl-bottom-100px {
      bottom: 100px !important;
   }
   .xxl-bottom-110px {
      bottom: 110px !important;
   }
   .xxl-bottom-120px {
      bottom: 120px !important;
   }
   .xxl-bottom-130px {
      bottom: 130px !important;
   }
   .xxl-bottom-140px {
      bottom: 140px !important;
   }
   .xxl-bottom-150px {
      bottom: 150px !important;
   }
   .xxl-left-0px {
      left: 0 !important;
   }
   .xxl-left-1px {
      left: 1px !important;
   }
   .xxl-left-2px {
      left: 2px !important;
   }
   .xxl-left-3px {
      left: 3px !important;
   }
   .xxl-left-4px {
      left: 4px !important;
   }
   .xxl-left-5px {
      left: 5px !important;
   }
   .xxl-left-6px {
      left: 6px !important;
   }
   .xxl-left-7px {
      left: 7px !important;
   }
   .xxl-left-8px {
      left: 8px !important;
   }
   .xxl-left-9px {
      left: 9px !important;
   }
   .xxl-left-10px {
      left: 10px !important;
   }
   .xxl-left-11px {
      left: 11px !important;
   }
   .xxl-left-12px {
      left: 12px !important;
   }
   .xxl-left-13px {
      left: 13px !important;
   }
   .xxl-left-14px {
      left: 14px !important;
   }
   .xxl-left-15px {
      left: 15px !important;
   }
   .xxl-left-16px {
      left: 16px !important;
   }
   .xxl-left-17px {
      left: 17px !important;
   }
   .xxl-left-18px {
      left: 18px !important;
   }
   .xxl-left-19px {
      left: 19px !important;
   }
   .xxl-left-20px {
      left: 20px !important;
   }
   .xxl-left-21px {
      left: 21px !important;
   }
   .xxl-left-22px {
      left: 22px !important;
   }
   .xxl-left-23px {
      left: 23px !important;
   }
   .xxl-left-24px {
      left: 24px !important;
   }
   .xxl-left-25px {
      left: 25px !important;
   }
   .xxl-left-26px {
      left: 26px !important;
   }
   .xxl-left-27px {
      left: 27px !important;
   }
   .xxl-left-28px {
      left: 28px !important;
   }
   .xxl-left-29px {
      left: 29px !important;
   }
   .xxl-left-30px {
      left: 30px !important;
   }
   .xxl-left-40px {
      left: 40px !important;
   }
   .xxl-left-50px {
      left: 50px !important;
   }
   .xxl-left-60px {
      left: 60px !important;
   }
   .xxl-left-70px {
      left: 70px !important;
   }
   .xxl-left-80px {
      left: 80px !important;
   }
   .xxl-left-90px {
      left: 90px !important;
   }
   .xxl-left-100px {
      left: 100px !important;
   }
   .xxl-left-110px {
      left: 110px !important;
   }
   .xxl-left-120px {
      left: 120px !important;
   }
   .xxl-left-130px {
      left: 130px !important;
   }
   .xxl-left-140px {
      left: 140px !important;
   }
   .xxl-left-150px {
      left: 150px !important;
   }
   .xxl-top-minus-0px {
      top: -0px !important;
   }
   .xxl-top-minus-1px {
      top: -1px !important;
   }
   .xxl-top-minus-2px {
      top: -2px !important;
   }
   .xxl-top-minus-3px {
      top: -3px !important;
   }
   .xxl-top-minus-4px {
      top: -4px !important;
   }
   .xxl-top-minus-5px {
      top: -5px !important;
   }
   .xxl-top-minus-6px {
      top: -6px !important;
   }
   .xxl-top-minus-7px {
      top: -7px !important;
   }
   .xxl-top-minus-8px {
      top: -8px !important;
   }
   .xxl-top-minus-9px {
      top: -9px !important;
   }
   .xxl-top-minus-10px {
      top: -10px !important;
   }
   .xxl-top-minus-11px {
      top: -11px !important;
   }
   .xxl-top-minus-12px {
      top: -12px !important;
   }
   .xxl-top-minus-13px {
      top: -13px !important;
   }
   .xxl-top-minus-14px {
      top: -14px !important;
   }
   .xxl-top-minus-15px {
      top: -15px !important;
   }
   .xxl-top-minus-16px {
      top: -16px !important;
   }
   .xxl-top-minus-17px {
      top: -17px !important;
   }
   .xxl-top-minus-18px {
      top: -18px !important;
   }
   .xxl-top-minus-19px {
      top: -19px !important;
   }
   .xxl-top-minus-20px {
      top: -20px !important;
   }
   .xxl-top-minus-21px {
      top: -21px !important;
   }
   .xxl-top-minus-22px {
      top: -22px !important;
   }
   .xxl-top-minus-23px {
      top: -23px !important;
   }
   .xxl-top-minus-24px {
      top: -24px !important;
   }
   .xxl-top-minus-25px {
      top: -25px !important;
   }
   .xxl-top-minus-26px {
      top: -26px !important;
   }
   .xxl-top-minus-27px {
      top: -27px !important;
   }
   .xxl-top-minus-28px {
      top: -28px !important;
   }
   .xxl-top-minus-29px {
      top: -29px !important;
   }
   .xxl-top-minus-30px {
      top: -30px !important;
   }
   .xxl-top-minus-40px {
      top: -40px !important;
   }
   .xxl-top-minus-50px {
      top: -50px !important;
   }
   .xxl-top-minus-60px {
      top: -60px !important;
   }
   .xxl-top-minus-70px {
      top: -70px !important;
   }
   .xxl-top-minus-80px {
      top: -80px !important;
   }
   .xxl-top-minus-90px {
      top: -90px !important;
   }
   .xxl-top-minus-100px {
      top: -100px !important;
   }
   .xxl-top-minus-110px {
      top: -110px !important;
   }
   .xxl-top-minus-120px {
      top: -120px !important;
   }
   .xxl-top-minus-130px {
      top: -130px !important;
   }
   .xxl-top-minus-140px {
      top: -140px !important;
   }
   .xxl-top-minus-150px {
      top: -150px !important;
   }
   .xxl-right-minus-0px {
      right: -0px !important;
   }
   .xxl-right-minus-1px {
      right: -1px !important;
   }
   .xxl-right-minus-2px {
      right: -2px !important;
   }
   .xxl-right-minus-3px {
      right: -3px !important;
   }
   .xxl-right-minus-4px {
      right: -4px !important;
   }
   .xxl-right-minus-5px {
      right: -5px !important;
   }
   .xxl-right-minus-6px {
      right: -6px !important;
   }
   .xxl-right-minus-7px {
      right: -7px !important;
   }
   .xxl-right-minus-8px {
      right: -8px !important;
   }
   .xxl-right-minus-9px {
      right: -9px !important;
   }
   .xxl-right-minus-10px {
      right: -10px !important;
   }
   .xxl-right-minus-11px {
      right: -11px !important;
   }
   .xxl-right-minus-12px {
      right: -12px !important;
   }
   .xxl-right-minus-13px {
      right: -13px !important;
   }
   .xxl-right-minus-14px {
      right: -14px !important;
   }
   .xxl-right-minus-15px {
      right: -15px !important;
   }
   .xxl-right-minus-16px {
      right: -16px !important;
   }
   .xxl-right-minus-17px {
      right: -17px !important;
   }
   .xxl-right-minus-18px {
      right: -18px !important;
   }
   .xxl-right-minus-19px {
      right: -19px !important;
   }
   .xxl-right-minus-20px {
      right: -20px !important;
   }
   .xxl-right-minus-21px {
      right: -21px !important;
   }
   .xxl-right-minus-22px {
      right: -22px !important;
   }
   .xxl-right-minus-23px {
      right: -23px !important;
   }
   .xxl-right-minus-24px {
      right: -24px !important;
   }
   .xxl-right-minus-25px {
      right: -25px !important;
   }
   .xxl-right-minus-26px {
      right: -26px !important;
   }
   .xxl-right-minus-27px {
      right: -27px !important;
   }
   .xxl-right-minus-28px {
      right: -28px !important;
   }
   .xxl-right-minus-29px {
      right: -29px !important;
   }
   .xxl-right-minus-30px {
      right: -30px !important;
   }
   .xxl-right-minus-40px {
      right: -40px !important;
   }
   .xxl-right-minus-50px {
      right: -50px !important;
   }
   .xxl-right-minus-60px {
      right: -60px !important;
   }
   .xxl-right-minus-70px {
      right: -70px !important;
   }
   .xxl-right-minus-80px {
      right: -80px !important;
   }
   .xxl-right-minus-90px {
      right: -90px !important;
   }
   .xxl-right-minus-100px {
      right: -100px !important;
   }
   .xxl-right-minus-110px {
      right: -110px !important;
   }
   .xxl-right-minus-120px {
      right: -120px !important;
   }
   .xxl-right-minus-130px {
      right: -130px !important;
   }
   .xxl-right-minus-140px {
      right: -140px !important;
   }
   .xxl-right-minus-150px {
      right: -150px !important;
   }
   .xxl-bottom-minus-0px {
      bottom: -0px !important;
   }
   .xxl-bottom-minus-1px {
      bottom: -1px !important;
   }
   .xxl-bottom-minus-2px {
      bottom: -2px !important;
   }
   .xxl-bottom-minus-3px {
      bottom: -3px !important;
   }
   .xxl-bottom-minus-4px {
      bottom: -4px !important;
   }
   .xxl-bottom-minus-5px {
      bottom: -5px !important;
   }
   .xxl-bottom-minus-6px {
      bottom: -6px !important;
   }
   .xxl-bottom-minus-7px {
      bottom: -7px !important;
   }
   .xxl-bottom-minus-8px {
      bottom: -8px !important;
   }
   .xxl-bottom-minus-9px {
      bottom: -9px !important;
   }
   .xxl-bottom-minus-10px {
      bottom: -10px !important;
   }
   .xxl-bottom-minus-11px {
      bottom: -11px !important;
   }
   .xxl-bottom-minus-12px {
      bottom: -12px !important;
   }
   .xxl-bottom-minus-13px {
      bottom: -13px !important;
   }
   .xxl-bottom-minus-14px {
      bottom: -14px !important;
   }
   .xxl-bottom-minus-15px {
      bottom: -15px !important;
   }
   .xxl-bottom-minus-16px {
      bottom: -16px !important;
   }
   .xxl-bottom-minus-17px {
      bottom: -17px !important;
   }
   .xxl-bottom-minus-18px {
      bottom: -18px !important;
   }
   .xxl-bottom-minus-19px {
      bottom: -19px !important;
   }
   .xxl-bottom-minus-20px {
      bottom: -20px !important;
   }
   .xxl-bottom-minus-21px {
      bottom: -21px !important;
   }
   .xxl-bottom-minus-22px {
      bottom: -22px !important;
   }
   .xxl-bottom-minus-23px {
      bottom: -23px !important;
   }
   .xxl-bottom-minus-24px {
      bottom: -24px !important;
   }
   .xxl-bottom-minus-25px {
      bottom: -25px !important;
   }
   .xxl-bottom-minus-26px {
      bottom: -26px !important;
   }
   .xxl-bottom-minus-27px {
      bottom: -27px !important;
   }
   .xxl-bottom-minus-28px {
      bottom: -28px !important;
   }
   .xxl-bottom-minus-29px {
      bottom: -29px !important;
   }
   .xxl-bottom-minus-30px {
      bottom: -30px !important;
   }
   .xxl-bottom-minus-40px {
      bottom: -40px !important;
   }
   .xxl-bottom-minus-50px {
      bottom: -50px !important;
   }
   .xxl-bottom-minus-60px {
      bottom: -60px !important;
   }
   .xxl-bottom-minus-70px {
      bottom: -70px !important;
   }
   .xxl-bottom-minus-80px {
      bottom: -80px !important;
   }
   .xxl-bottom-minus-90px {
      bottom: -90px !important;
   }
   .xxl-bottom-minus-100px {
      bottom: -100px !important;
   }
   .xxl-bottom-minus-110px {
      bottom: -110px !important;
   }
   .xxl-bottom-minus-120px {
      bottom: -120px !important;
   }
   .xxl-bottom-minus-130px {
      bottom: -130px !important;
   }
   .xxl-bottom-minus-140px {
      bottom: -140px !important;
   }
   .xxl-bottom-minus-150px {
      bottom: -150px !important;
   }
   .xxl-left-minus-0px {
      left: -0px !important;
   }
   .xxl-left-minus-1px {
      left: -1px !important;
   }
   .xxl-left-minus-2px {
      left: -2px !important;
   }
   .xxl-left-minus-3px {
      left: -3px !important;
   }
   .xxl-left-minus-4px {
      left: -4px !important;
   }
   .xxl-left-minus-5px {
      left: -5px !important;
   }
   .xxl-left-minus-6px {
      left: -6px !important;
   }
   .xxl-left-minus-7px {
      left: -7px !important;
   }
   .xxl-left-minus-8px {
      left: -8px !important;
   }
   .xxl-left-minus-9px {
      left: -9px !important;
   }
   .xxl-left-minus-10px {
      left: -10px !important;
   }
   .xxl-left-minus-11px {
      left: -11px !important;
   }
   .xxl-left-minus-12px {
      left: -12px !important;
   }
   .xxl-left-minus-13px {
      left: -13px !important;
   }
   .xxl-left-minus-14px {
      left: -14px !important;
   }
   .xxl-left-minus-15px {
      left: -15px !important;
   }
   .xxl-left-minus-16px {
      left: -16px !important;
   }
   .xxl-left-minus-17px {
      left: -17px !important;
   }
   .xxl-left-minus-18px {
      left: -18px !important;
   }
   .xxl-left-minus-19px {
      left: -19px !important;
   }
   .xxl-left-minus-20px {
      left: -20px !important;
   }
   .xxl-left-minus-21px {
      left: -21px !important;
   }
   .xxl-left-minus-22px {
      left: -22px !important;
   }
   .xxl-left-minus-23px {
      left: -23px !important;
   }
   .xxl-left-minus-24px {
      left: -24px !important;
   }
   .xxl-left-minus-25px {
      left: -25px !important;
   }
   .xxl-left-minus-26px {
      left: -26px !important;
   }
   .xxl-left-minus-27px {
      left: -27px !important;
   }
   .xxl-left-minus-28px {
      left: -28px !important;
   }
   .xxl-left-minus-29px {
      left: -29px !important;
   }
   .xxl-left-minus-30px {
      left: -30px !important;
   }
   .xxl-left-minus-40px {
      left: -40px !important;
   }
   .xxl-left-minus-50px {
      left: -50px !important;
   }
   .xxl-left-minus-60px {
      left: -60px !important;
   }
   .xxl-left-minus-70px {
      left: -70px !important;
   }
   .xxl-left-minus-80px {
      left: -80px !important;
   }
   .xxl-left-minus-90px {
      left: -90px !important;
   }
   .xxl-left-minus-100px {
      left: -100px !important;
   }
   .xxl-left-minus-110px {
      left: -110px !important;
   }
   .xxl-left-minus-120px {
      left: -120px !important;
   }
   .xxl-left-minus-130px {
      left: -130px !important;
   }
   .xxl-left-minus-140px {
      left: -140px !important;
   }
   .xxl-left-minus-150px {
      left: -150px !important;
   }
   .xxl-border-width-0px {
      border-width: 0px !important;
   }
   .xxl-border-width-1px {
      border-width: 1px !important;
   }
   .xxl-border-width-2px {
      border-width: 2px !important;
   }
   .xxl-border-width-3px {
      border-width: 3px !important;
   }
   .xxl-border-width-4px {
      border-width: 4px !important;
   }
   .xxl-border-width-5px {
      border-width: 5px !important;
   }
   .xxl-border-width-6px {
      border-width: 6px !important;
   }
   .xxl-border-width-7px {
      border-width: 7px !important;
   }
   .xxl-border-width-8px {
      border-width: 8px !important;
   }
   .xxl-border-width-9px {
      border-width: 9px !important;
   }
   .xxl-border-width-10px {
      border-width: 10px !important;
   }
}
@media (max-width: 1399px) {
   .xl-p-5px {
      padding: 5px !important;
   }
   .xl-p-10px {
      padding: 10px !important;
   }
   .xl-p-15px {
      padding: 15px !important;
   }
   .xl-p-20px {
      padding: 20px !important;
   }
   .xl-p-25px {
      padding: 25px !important;
   }
   .xl-p-30px {
      padding: 30px !important;
   }
   .xl-p-35px {
      padding: 35px !important;
   }
   .xl-p-40px {
      padding: 40px !important;
   }
   .xl-p-45px {
      padding: 45px !important;
   }
   .xl-p-50px {
      padding: 50px !important;
   }
   .xl-p-55px {
      padding: 55px !important;
   }
   .xl-p-60px {
      padding: 60px !important;
   }
   .xl-p-65px {
      padding: 65px !important;
   }
   .xl-p-70px {
      padding: 70px !important;
   }
   .xl-p-1 {
      padding: 1% !important;
   }
   .xl-p-2 {
      padding: 2% !important;
   }
   .xl-p-3 {
      padding: 3% !important;
   }
   .xl-p-4 {
      padding: 4% !important;
   }
   .xl-p-5 {
      padding: 5% !important;
   }
   .xl-p-6 {
      padding: 6% !important;
   }
   .xl-p-7 {
      padding: 7% !important;
   }
   .xl-p-8 {
      padding: 8% !important;
   }
   .xl-p-9 {
      padding: 9% !important;
   }
   .xl-p-10 {
      padding: 10% !important;
   }
   .xl-p-11 {
      padding: 11% !important;
   }
   .xl-p-12 {
      padding: 12% !important;
   }
   .xl-p-13 {
      padding: 13% !important;
   }
   .xl-p-14 {
      padding: 14% !important;
   }
   .xl-p-15 {
      padding: 15% !important;
   }
   .xl-p-16 {
      padding: 16% !important;
   }
   .xl-p-17 {
      padding: 17% !important;
   }
   .xl-p-18 {
      padding: 18% !important;
   }
   .xl-p-19 {
      padding: 19% !important;
   }
   .xl-p-20 {
      padding: 20% !important;
   }
   .xl-p-21 {
      padding: 21% !important;
   }
   .xl-p-22 {
      padding: 22% !important;
   }
   .xl-p-23 {
      padding: 23% !important;
   }
   .xl-p-24 {
      padding: 24% !important;
   }
   .xl-p-25 {
      padding: 25% !important;
   }
   .xl-p-26 {
      padding: 26% !important;
   }
   .xl-p-27 {
      padding: 27% !important;
   }
   .xl-p-28 {
      padding: 28% !important;
   }
   .xl-p-29 {
      padding: 29% !important;
   }
   .xl-p-30 {
      padding: 30% !important;
   }
   .xl-pt-5px {
      padding-top: 5px !important;
   }
   .xl-pt-10px {
      padding-top: 10px !important;
   }
   .xl-pt-15px {
      padding-top: 15px !important;
   }
   .xl-pt-20px {
      padding-top: 20px !important;
   }
   .xl-pt-25px {
      padding-top: 25px !important;
   }
   .xl-pt-30px {
      padding-top: 30px !important;
   }
   .xl-pt-35px {
      padding-top: 35px !important;
   }
   .xl-pt-40px {
      padding-top: 40px !important;
   }
   .xl-pt-45px {
      padding-top: 45px !important;
   }
   .xl-pt-50px {
      padding-top: 50px !important;
   }
   .xl-pt-55px {
      padding-top: 55px !important;
   }
   .xl-pt-60px {
      padding-top: 60px !important;
   }
   .xl-pt-65px {
      padding-top: 65px !important;
   }
   .xl-pt-70px {
      padding-top: 70px !important;
   }
   .xl-pt-1 {
      padding-top: 1% !important;
   }
   .xl-pt-2 {
      padding-top: 2% !important;
   }
   .xl-pt-3 {
      padding-top: 3% !important;
   }
   .xl-pt-4 {
      padding-top: 4% !important;
   }
   .xl-pt-5 {
      padding-top: 5% !important;
   }
   .xl-pt-6 {
      padding-top: 6% !important;
   }
   .xl-pt-7 {
      padding-top: 7% !important;
   }
   .xl-pt-8 {
      padding-top: 8% !important;
   }
   .xl-pt-9 {
      padding-top: 9% !important;
   }
   .xl-pt-10 {
      padding-top: 10% !important;
   }
   .xl-pt-11 {
      padding-top: 11% !important;
   }
   .xl-pt-12 {
      padding-top: 12% !important;
   }
   .xl-pt-13 {
      padding-top: 13% !important;
   }
   .xl-pt-14 {
      padding-top: 14% !important;
   }
   .xl-pt-15 {
      padding-top: 15% !important;
   }
   .xl-pt-16 {
      padding-top: 16% !important;
   }
   .xl-pt-17 {
      padding-top: 17% !important;
   }
   .xl-pt-18 {
      padding-top: 18% !important;
   }
   .xl-pt-19 {
      padding-top: 19% !important;
   }
   .xl-pt-20 {
      padding-top: 20% !important;
   }
   .xl-pt-21 {
      padding-top: 21% !important;
   }
   .xl-pt-22 {
      padding-top: 22% !important;
   }
   .xl-pt-23 {
      padding-top: 23% !important;
   }
   .xl-pt-24 {
      padding-top: 24% !important;
   }
   .xl-pt-25 {
      padding-top: 25% !important;
   }
   .xl-pt-26 {
      padding-top: 26% !important;
   }
   .xl-pt-27 {
      padding-top: 27% !important;
   }
   .xl-pt-28 {
      padding-top: 28% !important;
   }
   .xl-pt-29 {
      padding-top: 29% !important;
   }
   .xl-pt-30 {
      padding-top: 30% !important;
   }
   .xl-pe-5px {
      padding-right: 5px !important;
   }
   .xl-pe-10px {
      padding-right: 10px !important;
   }
   .xl-pe-15px {
      padding-right: 15px !important;
   }
   .xl-pe-20px {
      padding-right: 20px !important;
   }
   .xl-pe-25px {
      padding-right: 25px !important;
   }
   .xl-pe-30px {
      padding-right: 30px !important;
   }
   .xl-pe-35px {
      padding-right: 35px !important;
   }
   .xl-pe-40px {
      padding-right: 40px !important;
   }
   .xl-pe-45px {
      padding-right: 45px !important;
   }
   .xl-pe-50px {
      padding-right: 50px !important;
   }
   .xl-pe-55px {
      padding-right: 55px !important;
   }
   .xl-pe-60px {
      padding-right: 60px !important;
   }
   .xl-pe-65px {
      padding-right: 65px !important;
   }
   .xl-pe-70px {
      padding-right: 70px !important;
   }
   .xl-pe-1 {
      padding-right: 1% !important;
   }
   .xl-pe-2 {
      padding-right: 2% !important;
   }
   .xl-pe-3 {
      padding-right: 3% !important;
   }
   .xl-pe-4 {
      padding-right: 4% !important;
   }
   .xl-pe-5 {
      padding-right: 5% !important;
   }
   .xl-pe-6 {
      padding-right: 6% !important;
   }
   .xl-pe-7 {
      padding-right: 7% !important;
   }
   .xl-pe-8 {
      padding-right: 8% !important;
   }
   .xl-pe-9 {
      padding-right: 9% !important;
   }
   .xl-pe-10 {
      padding-right: 10% !important;
   }
   .xl-pe-11 {
      padding-right: 11% !important;
   }
   .xl-pe-12 {
      padding-right: 12% !important;
   }
   .xl-pe-13 {
      padding-right: 13% !important;
   }
   .xl-pe-14 {
      padding-right: 14% !important;
   }
   .xl-pe-15 {
      padding-right: 15% !important;
   }
   .xl-pe-16 {
      padding-right: 16% !important;
   }
   .xl-pe-17 {
      padding-right: 17% !important;
   }
   .xl-pe-18 {
      padding-right: 18% !important;
   }
   .xl-pe-19 {
      padding-right: 19% !important;
   }
   .xl-pe-20 {
      padding-right: 20% !important;
   }
   .xl-pe-21 {
      padding-right: 21% !important;
   }
   .xl-pe-22 {
      padding-right: 22% !important;
   }
   .xl-pe-23 {
      padding-right: 23% !important;
   }
   .xl-pe-24 {
      padding-right: 24% !important;
   }
   .xl-pe-25 {
      padding-right: 25% !important;
   }
   .xl-pe-26 {
      padding-right: 26% !important;
   }
   .xl-pe-27 {
      padding-right: 27% !important;
   }
   .xl-pe-28 {
      padding-right: 28% !important;
   }
   .xl-pe-29 {
      padding-right: 29% !important;
   }
   .xl-pe-30 {
      padding-right: 30% !important;
   }
   .xl-pb-5px {
      padding-bottom: 5px !important;
   }
   .xl-pb-10px {
      padding-bottom: 10px !important;
   }
   .xl-pb-15px {
      padding-bottom: 15px !important;
   }
   .xl-pb-20px {
      padding-bottom: 20px !important;
   }
   .xl-pb-25px {
      padding-bottom: 25px !important;
   }
   .xl-pb-30px {
      padding-bottom: 30px !important;
   }
   .xl-pb-35px {
      padding-bottom: 35px !important;
   }
   .xl-pb-40px {
      padding-bottom: 40px !important;
   }
   .xl-pb-45px {
      padding-bottom: 45px !important;
   }
   .xl-pb-50px {
      padding-bottom: 50px !important;
   }
   .xl-pb-55px {
      padding-bottom: 55px !important;
   }
   .xl-pb-60px {
      padding-bottom: 60px !important;
   }
   .xl-pb-65px {
      padding-bottom: 65px !important;
   }
   .xl-pb-70px {
      padding-bottom: 70px !important;
   }
   .xl-pb-1 {
      padding-bottom: 1% !important;
   }
   .xl-pb-2 {
      padding-bottom: 2% !important;
   }
   .xl-pb-3 {
      padding-bottom: 3% !important;
   }
   .xl-pb-4 {
      padding-bottom: 4% !important;
   }
   .xl-pb-5 {
      padding-bottom: 5% !important;
   }
   .xl-pb-6 {
      padding-bottom: 6% !important;
   }
   .xl-pb-7 {
      padding-bottom: 7% !important;
   }
   .xl-pb-8 {
      padding-bottom: 8% !important;
   }
   .xl-pb-9 {
      padding-bottom: 9% !important;
   }
   .xl-pb-10 {
      padding-bottom: 10% !important;
   }
   .xl-pb-11 {
      padding-bottom: 11% !important;
   }
   .xl-pb-12 {
      padding-bottom: 12% !important;
   }
   .xl-pb-13 {
      padding-bottom: 13% !important;
   }
   .xl-pb-14 {
      padding-bottom: 14% !important;
   }
   .xl-pb-15 {
      padding-bottom: 15% !important;
   }
   .xl-pb-16 {
      padding-bottom: 16% !important;
   }
   .xl-pb-17 {
      padding-bottom: 17% !important;
   }
   .xl-pb-18 {
      padding-bottom: 18% !important;
   }
   .xl-pb-19 {
      padding-bottom: 19% !important;
   }
   .xl-pb-20 {
      padding-bottom: 20% !important;
   }
   .xl-pb-21 {
      padding-bottom: 21% !important;
   }
   .xl-pb-22 {
      padding-bottom: 22% !important;
   }
   .xl-pb-23 {
      padding-bottom: 23% !important;
   }
   .xl-pb-24 {
      padding-bottom: 24% !important;
   }
   .xl-pb-25 {
      padding-bottom: 25% !important;
   }
   .xl-pb-26 {
      padding-bottom: 26% !important;
   }
   .xl-pb-27 {
      padding-bottom: 27% !important;
   }
   .xl-pb-28 {
      padding-bottom: 28% !important;
   }
   .xl-pb-29 {
      padding-bottom: 29% !important;
   }
   .xl-pb-30 {
      padding-bottom: 30% !important;
   }
   .xl-ps-5px {
      padding-left: 5px !important;
   }
   .xl-ps-10px {
      padding-left: 10px !important;
   }
   .xl-ps-15px {
      padding-left: 15px !important;
   }
   .xl-ps-20px {
      padding-left: 20px !important;
   }
   .xl-ps-25px {
      padding-left: 25px !important;
   }
   .xl-ps-30px {
      padding-left: 30px !important;
   }
   .xl-ps-35px {
      padding-left: 35px !important;
   }
   .xl-ps-40px {
      padding-left: 40px !important;
   }
   .xl-ps-45px {
      padding-left: 45px !important;
   }
   .xl-ps-50px {
      padding-left: 50px !important;
   }
   .xl-ps-55px {
      padding-left: 55px !important;
   }
   .xl-ps-60px {
      padding-left: 60px !important;
   }
   .xl-ps-65px {
      padding-left: 65px !important;
   }
   .xl-ps-70px {
      padding-left: 70px !important;
   }
   .xl-ps-1 {
      padding-left: 1% !important;
   }
   .xl-ps-2 {
      padding-left: 2% !important;
   }
   .xl-ps-3 {
      padding-left: 3% !important;
   }
   .xl-ps-4 {
      padding-left: 4% !important;
   }
   .xl-ps-5 {
      padding-left: 5% !important;
   }
   .xl-ps-6 {
      padding-left: 6% !important;
   }
   .xl-ps-7 {
      padding-left: 7% !important;
   }
   .xl-ps-8 {
      padding-left: 8% !important;
   }
   .xl-ps-9 {
      padding-left: 9% !important;
   }
   .xl-ps-10 {
      padding-left: 10% !important;
   }
   .xl-ps-11 {
      padding-left: 11% !important;
   }
   .xl-ps-12 {
      padding-left: 12% !important;
   }
   .xl-ps-13 {
      padding-left: 13% !important;
   }
   .xl-ps-14 {
      padding-left: 14% !important;
   }
   .xl-ps-15 {
      padding-left: 15% !important;
   }
   .xl-ps-16 {
      padding-left: 16% !important;
   }
   .xl-ps-17 {
      padding-left: 17% !important;
   }
   .xl-ps-18 {
      padding-left: 18% !important;
   }
   .xl-ps-19 {
      padding-left: 19% !important;
   }
   .xl-ps-20 {
      padding-left: 20% !important;
   }
   .xl-ps-21 {
      padding-left: 21% !important;
   }
   .xl-ps-22 {
      padding-left: 22% !important;
   }
   .xl-ps-23 {
      padding-left: 23% !important;
   }
   .xl-ps-24 {
      padding-left: 24% !important;
   }
   .xl-ps-25 {
      padding-left: 25% !important;
   }
   .xl-ps-26 {
      padding-left: 26% !important;
   }
   .xl-ps-27 {
      padding-left: 27% !important;
   }
   .xl-ps-28 {
      padding-left: 28% !important;
   }
   .xl-ps-29 {
      padding-left: 29% !important;
   }
   .xl-ps-30 {
      padding-left: 30% !important;
   }
   .xl-m-5px {
      margin: 5px !important;
   }
   .xl-m-10px {
      margin: 10px !important;
   }
   .xl-m-15px {
      margin: 15px !important;
   }
   .xl-m-20px {
      margin: 20px !important;
   }
   .xl-m-25px {
      margin: 25px !important;
   }
   .xl-m-30px {
      margin: 30px !important;
   }
   .xl-m-35px {
      margin: 35px !important;
   }
   .xl-m-40px {
      margin: 40px !important;
   }
   .xl-m-45px {
      margin: 45px !important;
   }
   .xl-m-50px {
      margin: 50px !important;
   }
   .xl-m-55px {
      margin: 55px !important;
   }
   .xl-m-60px {
      margin: 60px !important;
   }
   .xl-m-65px {
      margin: 65px !important;
   }
   .xl-m-70px {
      margin: 70px !important;
   }
   .xl-m-1 {
      margin: 1% !important;
   }
   .xl-m-2 {
      margin: 2% !important;
   }
   .xl-m-3 {
      margin: 3% !important;
   }
   .xl-m-4 {
      margin: 4% !important;
   }
   .xl-m-5 {
      margin: 5% !important;
   }
   .xl-m-6 {
      margin: 6% !important;
   }
   .xl-m-7 {
      margin: 7% !important;
   }
   .xl-m-8 {
      margin: 8% !important;
   }
   .xl-m-9 {
      margin: 9% !important;
   }
   .xl-m-10 {
      margin: 10% !important;
   }
   .xl-m-11 {
      margin: 11% !important;
   }
   .xl-m-12 {
      margin: 12% !important;
   }
   .xl-m-13 {
      margin: 13% !important;
   }
   .xl-m-14 {
      margin: 14% !important;
   }
   .xl-m-15 {
      margin: 15% !important;
   }
   .xl-m-16 {
      margin: 16% !important;
   }
   .xl-m-17 {
      margin: 17% !important;
   }
   .xl-m-18 {
      margin: 18% !important;
   }
   .xl-m-19 {
      margin: 19% !important;
   }
   .xl-m-20 {
      margin: 20% !important;
   }
   .xl-m-21 {
      margin: 21% !important;
   }
   .xl-m-22 {
      margin: 22% !important;
   }
   .xl-m-23 {
      margin: 23% !important;
   }
   .xl-m-24 {
      margin: 24% !important;
   }
   .xl-m-25 {
      margin: 25% !important;
   }
   .xl-m-26 {
      margin: 26% !important;
   }
   .xl-m-27 {
      margin: 27% !important;
   }
   .xl-m-28 {
      margin: 28% !important;
   }
   .xl-m-29 {
      margin: 29% !important;
   }
   .xl-m-30 {
      margin: 30% !important;
   }
   .xl-mt-5px {
      margin-top: 5px !important;
   }
   .xl-mt-10px {
      margin-top: 10px !important;
   }
   .xl-mt-15px {
      margin-top: 15px !important;
   }
   .xl-mt-20px {
      margin-top: 20px !important;
   }
   .xl-mt-25px {
      margin-top: 25px !important;
   }
   .xl-mt-30px {
      margin-top: 30px !important;
   }
   .xl-mt-35px {
      margin-top: 35px !important;
   }
   .xl-mt-40px {
      margin-top: 40px !important;
   }
   .xl-mt-45px {
      margin-top: 45px !important;
   }
   .xl-mt-50px {
      margin-top: 50px !important;
   }
   .xl-mt-55px {
      margin-top: 55px !important;
   }
   .xl-mt-60px {
      margin-top: 60px !important;
   }
   .xl-mt-65px {
      margin-top: 65px !important;
   }
   .xl-mt-70px {
      margin-top: 70px !important;
   }
   .xl-mt-1 {
      margin-top: 1% !important;
   }
   .xl-mt-2 {
      margin-top: 2% !important;
   }
   .xl-mt-3 {
      margin-top: 3% !important;
   }
   .xl-mt-4 {
      margin-top: 4% !important;
   }
   .xl-mt-5 {
      margin-top: 5% !important;
   }
   .xl-mt-6 {
      margin-top: 6% !important;
   }
   .xl-mt-7 {
      margin-top: 7% !important;
   }
   .xl-mt-8 {
      margin-top: 8% !important;
   }
   .xl-mt-9 {
      margin-top: 9% !important;
   }
   .xl-mt-10 {
      margin-top: 10% !important;
   }
   .xl-mt-11 {
      margin-top: 11% !important;
   }
   .xl-mt-12 {
      margin-top: 12% !important;
   }
   .xl-mt-13 {
      margin-top: 13% !important;
   }
   .xl-mt-14 {
      margin-top: 14% !important;
   }
   .xl-mt-15 {
      margin-top: 15% !important;
   }
   .xl-mt-16 {
      margin-top: 16% !important;
   }
   .xl-mt-17 {
      margin-top: 17% !important;
   }
   .xl-mt-18 {
      margin-top: 18% !important;
   }
   .xl-mt-19 {
      margin-top: 19% !important;
   }
   .xl-mt-20 {
      margin-top: 20% !important;
   }
   .xl-mt-21 {
      margin-top: 21% !important;
   }
   .xl-mt-22 {
      margin-top: 22% !important;
   }
   .xl-mt-23 {
      margin-top: 23% !important;
   }
   .xl-mt-24 {
      margin-top: 24% !important;
   }
   .xl-mt-25 {
      margin-top: 25% !important;
   }
   .xl-mt-26 {
      margin-top: 26% !important;
   }
   .xl-mt-27 {
      margin-top: 27% !important;
   }
   .xl-mt-28 {
      margin-top: 28% !important;
   }
   .xl-mt-29 {
      margin-top: 29% !important;
   }
   .xl-mt-30 {
      margin-top: 30% !important;
   }
   .xl-me-5px {
      margin-right: 5px !important;
   }
   .xl-me-10px {
      margin-right: 10px !important;
   }
   .xl-me-15px {
      margin-right: 15px !important;
   }
   .xl-me-20px {
      margin-right: 20px !important;
   }
   .xl-me-25px {
      margin-right: 25px !important;
   }
   .xl-me-30px {
      margin-right: 30px !important;
   }
   .xl-me-35px {
      margin-right: 35px !important;
   }
   .xl-me-40px {
      margin-right: 40px !important;
   }
   .xl-me-45px {
      margin-right: 45px !important;
   }
   .xl-me-50px {
      margin-right: 50px !important;
   }
   .xl-me-55px {
      margin-right: 55px !important;
   }
   .xl-me-60px {
      margin-right: 60px !important;
   }
   .xl-me-65px {
      margin-right: 65px !important;
   }
   .xl-me-70px {
      margin-right: 70px !important;
   }
   .xl-me-1 {
      margin-right: 1% !important;
   }
   .xl-me-2 {
      margin-right: 2% !important;
   }
   .xl-me-3 {
      margin-right: 3% !important;
   }
   .xl-me-4 {
      margin-right: 4% !important;
   }
   .xl-me-5 {
      margin-right: 5% !important;
   }
   .xl-me-6 {
      margin-right: 6% !important;
   }
   .xl-me-7 {
      margin-right: 7% !important;
   }
   .xl-me-8 {
      margin-right: 8% !important;
   }
   .xl-me-9 {
      margin-right: 9% !important;
   }
   .xl-me-10 {
      margin-right: 10% !important;
   }
   .xl-me-11 {
      margin-right: 11% !important;
   }
   .xl-me-12 {
      margin-right: 12% !important;
   }
   .xl-me-13 {
      margin-right: 13% !important;
   }
   .xl-me-14 {
      margin-right: 14% !important;
   }
   .xl-me-15 {
      margin-right: 15% !important;
   }
   .xl-me-16 {
      margin-right: 16% !important;
   }
   .xl-me-17 {
      margin-right: 17% !important;
   }
   .xl-me-18 {
      margin-right: 18% !important;
   }
   .xl-me-19 {
      margin-right: 19% !important;
   }
   .xl-me-20 {
      margin-right: 20% !important;
   }
   .xl-me-21 {
      margin-right: 21% !important;
   }
   .xl-me-22 {
      margin-right: 22% !important;
   }
   .xl-me-23 {
      margin-right: 23% !important;
   }
   .xl-me-24 {
      margin-right: 24% !important;
   }
   .xl-me-25 {
      margin-right: 25% !important;
   }
   .xl-me-26 {
      margin-right: 26% !important;
   }
   .xl-me-27 {
      margin-right: 27% !important;
   }
   .xl-me-28 {
      margin-right: 28% !important;
   }
   .xl-me-29 {
      margin-right: 29% !important;
   }
   .xl-me-30 {
      margin-right: 30% !important;
   }
   .xl-mb-5px {
      margin-bottom: 5px !important;
   }
   .xl-mb-10px {
      margin-bottom: 10px !important;
   }
   .xl-mb-15px {
      margin-bottom: 15px !important;
   }
   .xl-mb-20px {
      margin-bottom: 20px !important;
   }
   .xl-mb-25px {
      margin-bottom: 25px !important;
   }
   .xl-mb-30px {
      margin-bottom: 30px !important;
   }
   .xl-mb-35px {
      margin-bottom: 35px !important;
   }
   .xl-mb-40px {
      margin-bottom: 40px !important;
   }
   .xl-mb-45px {
      margin-bottom: 45px !important;
   }
   .xl-mb-50px {
      margin-bottom: 50px !important;
   }
   .xl-mb-55px {
      margin-bottom: 55px !important;
   }
   .xl-mb-60px {
      margin-bottom: 60px !important;
   }
   .xl-mb-65px {
      margin-bottom: 65px !important;
   }
   .xl-mb-70px {
      margin-bottom: 70px !important;
   }
   .xl-mb-1 {
      margin-bottom: 1% !important;
   }
   .xl-mb-2 {
      margin-bottom: 2% !important;
   }
   .xl-mb-3 {
      margin-bottom: 3% !important;
   }
   .xl-mb-4 {
      margin-bottom: 4% !important;
   }
   .xl-mb-5 {
      margin-bottom: 5% !important;
   }
   .xl-mb-6 {
      margin-bottom: 6% !important;
   }
   .xl-mb-7 {
      margin-bottom: 7% !important;
   }
   .xl-mb-8 {
      margin-bottom: 8% !important;
   }
   .xl-mb-9 {
      margin-bottom: 9% !important;
   }
   .xl-mb-10 {
      margin-bottom: 10% !important;
   }
   .xl-mb-11 {
      margin-bottom: 11% !important;
   }
   .xl-mb-12 {
      margin-bottom: 12% !important;
   }
   .xl-mb-13 {
      margin-bottom: 13% !important;
   }
   .xl-mb-14 {
      margin-bottom: 14% !important;
   }
   .xl-mb-15 {
      margin-bottom: 15% !important;
   }
   .xl-mb-16 {
      margin-bottom: 16% !important;
   }
   .xl-mb-17 {
      margin-bottom: 17% !important;
   }
   .xl-mb-18 {
      margin-bottom: 18% !important;
   }
   .xl-mb-19 {
      margin-bottom: 19% !important;
   }
   .xl-mb-20 {
      margin-bottom: 20% !important;
   }
   .xl-mb-21 {
      margin-bottom: 21% !important;
   }
   .xl-mb-22 {
      margin-bottom: 22% !important;
   }
   .xl-mb-23 {
      margin-bottom: 23% !important;
   }
   .xl-mb-24 {
      margin-bottom: 24% !important;
   }
   .xl-mb-25 {
      margin-bottom: 25% !important;
   }
   .xl-mb-26 {
      margin-bottom: 26% !important;
   }
   .xl-mb-27 {
      margin-bottom: 27% !important;
   }
   .xl-mb-28 {
      margin-bottom: 28% !important;
   }
   .xl-mb-29 {
      margin-bottom: 29% !important;
   }
   .xl-mb-30 {
      margin-bottom: 30% !important;
   }
   .xl-ms-5px {
      margin-left: 5px !important;
   }
   .xl-ms-10px {
      margin-left: 10px !important;
   }
   .xl-ms-15px {
      margin-left: 15px !important;
   }
   .xl-ms-20px {
      margin-left: 20px !important;
   }
   .xl-ms-25px {
      margin-left: 25px !important;
   }
   .xl-ms-30px {
      margin-left: 30px !important;
   }
   .xl-ms-35px {
      margin-left: 35px !important;
   }
   .xl-ms-40px {
      margin-left: 40px !important;
   }
   .xl-ms-45px {
      margin-left: 45px !important;
   }
   .xl-ms-50px {
      margin-left: 50px !important;
   }
   .xl-ms-55px {
      margin-left: 55px !important;
   }
   .xl-ms-60px {
      margin-left: 60px !important;
   }
   .xl-ms-65px {
      margin-left: 65px !important;
   }
   .xl-ms-70px {
      margin-left: 70px !important;
   }
   .xl-ms-1 {
      margin-left: 1% !important;
   }
   .xl-ms-2 {
      margin-left: 2% !important;
   }
   .xl-ms-3 {
      margin-left: 3% !important;
   }
   .xl-ms-4 {
      margin-left: 4% !important;
   }
   .xl-ms-5 {
      margin-left: 5% !important;
   }
   .xl-ms-6 {
      margin-left: 6% !important;
   }
   .xl-ms-7 {
      margin-left: 7% !important;
   }
   .xl-ms-8 {
      margin-left: 8% !important;
   }
   .xl-ms-9 {
      margin-left: 9% !important;
   }
   .xl-ms-10 {
      margin-left: 10% !important;
   }
   .xl-ms-11 {
      margin-left: 11% !important;
   }
   .xl-ms-12 {
      margin-left: 12% !important;
   }
   .xl-ms-13 {
      margin-left: 13% !important;
   }
   .xl-ms-14 {
      margin-left: 14% !important;
   }
   .xl-ms-15 {
      margin-left: 15% !important;
   }
   .xl-ms-16 {
      margin-left: 16% !important;
   }
   .xl-ms-17 {
      margin-left: 17% !important;
   }
   .xl-ms-18 {
      margin-left: 18% !important;
   }
   .xl-ms-19 {
      margin-left: 19% !important;
   }
   .xl-ms-20 {
      margin-left: 20% !important;
   }
   .xl-ms-21 {
      margin-left: 21% !important;
   }
   .xl-ms-22 {
      margin-left: 22% !important;
   }
   .xl-ms-23 {
      margin-left: 23% !important;
   }
   .xl-ms-24 {
      margin-left: 24% !important;
   }
   .xl-ms-25 {
      margin-left: 25% !important;
   }
   .xl-ms-26 {
      margin-left: 26% !important;
   }
   .xl-ms-27 {
      margin-left: 27% !important;
   }
   .xl-ms-28 {
      margin-left: 28% !important;
   }
   .xl-ms-29 {
      margin-left: 29% !important;
   }
   .xl-ms-30 {
      margin-left: 30% !important;
   }
   .xl-top-0px {
      top: 0 !important;
   }
   .xl-top-1px {
      top: 1px !important;
   }
   .xl-top-2px {
      top: 2px !important;
   }
   .xl-top-3px {
      top: 3px !important;
   }
   .xl-top-4px {
      top: 4px !important;
   }
   .xl-top-5px {
      top: 5px !important;
   }
   .xl-top-6px {
      top: 6px !important;
   }
   .xl-top-7px {
      top: 7px !important;
   }
   .xl-top-8px {
      top: 8px !important;
   }
   .xl-top-9px {
      top: 9px !important;
   }
   .xl-top-10px {
      top: 10px !important;
   }
   .xl-top-11px {
      top: 11px !important;
   }
   .xl-top-12px {
      top: 12px !important;
   }
   .xl-top-13px {
      top: 13px !important;
   }
   .xl-top-14px {
      top: 14px !important;
   }
   .xl-top-15px {
      top: 15px !important;
   }
   .xl-top-16px {
      top: 16px !important;
   }
   .xl-top-17px {
      top: 17px !important;
   }
   .xl-top-18px {
      top: 18px !important;
   }
   .xl-top-19px {
      top: 19px !important;
   }
   .xl-top-20px {
      top: 20px !important;
   }
   .xl-top-21px {
      top: 21px !important;
   }
   .xl-top-22px {
      top: 22px !important;
   }
   .xl-top-23px {
      top: 23px !important;
   }
   .xl-top-24px {
      top: 24px !important;
   }
   .xl-top-25px {
      top: 25px !important;
   }
   .xl-top-26px {
      top: 26px !important;
   }
   .xl-top-27px {
      top: 27px !important;
   }
   .xl-top-28px {
      top: 28px !important;
   }
   .xl-top-29px {
      top: 29px !important;
   }
   .xl-top-30px {
      top: 30px !important;
   }
   .xl-top-40px {
      top: 40px !important;
   }
   .xl-top-50px {
      top: 50px !important;
   }
   .xl-top-60px {
      top: 60px !important;
   }
   .xl-top-70px {
      top: 70px !important;
   }
   .xl-top-80px {
      top: 80px !important;
   }
   .xl-top-90px {
      top: 90px !important;
   }
   .xl-top-100px {
      top: 100px !important;
   }
   .xl-top-110px {
      top: 110px !important;
   }
   .xl-top-120px {
      top: 120px !important;
   }
   .xl-top-130px {
      top: 130px !important;
   }
   .xl-top-140px {
      top: 140px !important;
   }
   .xl-top-150px {
      top: 150px !important;
   }
   .xl-right-0px {
      right: 0 !important;
   }
   .xl-right-1px {
      right: 1px !important;
   }
   .xl-right-2px {
      right: 2px !important;
   }
   .xl-right-3px {
      right: 3px !important;
   }
   .xl-right-4px {
      right: 4px !important;
   }
   .xl-right-5px {
      right: 5px !important;
   }
   .xl-right-6px {
      right: 6px !important;
   }
   .xl-right-7px {
      right: 7px !important;
   }
   .xl-right-8px {
      right: 8px !important;
   }
   .xl-right-9px {
      right: 9px !important;
   }
   .xl-right-10px {
      right: 10px !important;
   }
   .xl-right-11px {
      right: 11px !important;
   }
   .xl-right-12px {
      right: 12px !important;
   }
   .xl-right-13px {
      right: 13px !important;
   }
   .xl-right-14px {
      right: 14px !important;
   }
   .xl-right-15px {
      right: 15px !important;
   }
   .xl-right-16px {
      right: 16px !important;
   }
   .xl-right-17px {
      right: 17px !important;
   }
   .xl-right-18px {
      right: 18px !important;
   }
   .xl-right-19px {
      right: 19px !important;
   }
   .xl-right-20px {
      right: 20px !important;
   }
   .xl-right-21px {
      right: 21px !important;
   }
   .xl-right-22px {
      right: 22px !important;
   }
   .xl-right-23px {
      right: 23px !important;
   }
   .xl-right-24px {
      right: 24px !important;
   }
   .xl-right-25px {
      right: 25px !important;
   }
   .xl-right-26px {
      right: 26px !important;
   }
   .xl-right-27px {
      right: 27px !important;
   }
   .xl-right-28px {
      right: 28px !important;
   }
   .xl-right-29px {
      right: 29px !important;
   }
   .xl-right-30px {
      right: 30px !important;
   }
   .xl-right-40px {
      right: 40px !important;
   }
   .xl-right-50px {
      right: 50px !important;
   }
   .xl-right-60px {
      right: 60px !important;
   }
   .xl-right-70px {
      right: 70px !important;
   }
   .xl-right-80px {
      right: 80px !important;
   }
   .xl-right-90px {
      right: 90px !important;
   }
   .xl-right-100px {
      right: 100px !important;
   }
   .xl-right-110px {
      right: 110px !important;
   }
   .xl-right-120px {
      right: 120px !important;
   }
   .xl-right-130px {
      right: 130px !important;
   }
   .xl-right-140px {
      right: 140px !important;
   }
   .xl-right-150px {
      right: 150px !important;
   }
   .xl-bottom-0px {
      bottom: 0 !important;
   }
   .xl-bottom-1px {
      bottom: 1px !important;
   }
   .xl-bottom-2px {
      bottom: 2px !important;
   }
   .xl-bottom-3px {
      bottom: 3px !important;
   }
   .xl-bottom-4px {
      bottom: 4px !important;
   }
   .xl-bottom-5px {
      bottom: 5px !important;
   }
   .xl-bottom-6px {
      bottom: 6px !important;
   }
   .xl-bottom-7px {
      bottom: 7px !important;
   }
   .xl-bottom-8px {
      bottom: 8px !important;
   }
   .xl-bottom-9px {
      bottom: 9px !important;
   }
   .xl-bottom-10px {
      bottom: 10px !important;
   }
   .xl-bottom-11px {
      bottom: 11px !important;
   }
   .xl-bottom-12px {
      bottom: 12px !important;
   }
   .xl-bottom-13px {
      bottom: 13px !important;
   }
   .xl-bottom-14px {
      bottom: 14px !important;
   }
   .xl-bottom-15px {
      bottom: 15px !important;
   }
   .xl-bottom-16px {
      bottom: 16px !important;
   }
   .xl-bottom-17px {
      bottom: 17px !important;
   }
   .xl-bottom-18px {
      bottom: 18px !important;
   }
   .xl-bottom-19px {
      bottom: 19px !important;
   }
   .xl-bottom-20px {
      bottom: 20px !important;
   }
   .xl-bottom-21px {
      bottom: 21px !important;
   }
   .xl-bottom-22px {
      bottom: 22px !important;
   }
   .xl-bottom-23px {
      bottom: 23px !important;
   }
   .xl-bottom-24px {
      bottom: 24px !important;
   }
   .xl-bottom-25px {
      bottom: 25px !important;
   }
   .xl-bottom-26px {
      bottom: 26px !important;
   }
   .xl-bottom-27px {
      bottom: 27px !important;
   }
   .xl-bottom-28px {
      bottom: 28px !important;
   }
   .xl-bottom-29px {
      bottom: 29px !important;
   }
   .xl-bottom-30px {
      bottom: 30px !important;
   }
   .xl-bottom-40px {
      bottom: 40px !important;
   }
   .xl-bottom-50px {
      bottom: 50px !important;
   }
   .xl-bottom-60px {
      bottom: 60px !important;
   }
   .xl-bottom-70px {
      bottom: 70px !important;
   }
   .xl-bottom-80px {
      bottom: 80px !important;
   }
   .xl-bottom-90px {
      bottom: 90px !important;
   }
   .xl-bottom-100px {
      bottom: 100px !important;
   }
   .xl-bottom-110px {
      bottom: 110px !important;
   }
   .xl-bottom-120px {
      bottom: 120px !important;
   }
   .xl-bottom-130px {
      bottom: 130px !important;
   }
   .xl-bottom-140px {
      bottom: 140px !important;
   }
   .xl-bottom-150px {
      bottom: 150px !important;
   }
   .xl-left-0px {
      left: 0 !important;
   }
   .xl-left-1px {
      left: 1px !important;
   }
   .xl-left-2px {
      left: 2px !important;
   }
   .xl-left-3px {
      left: 3px !important;
   }
   .xl-left-4px {
      left: 4px !important;
   }
   .xl-left-5px {
      left: 5px !important;
   }
   .xl-left-6px {
      left: 6px !important;
   }
   .xl-left-7px {
      left: 7px !important;
   }
   .xl-left-8px {
      left: 8px !important;
   }
   .xl-left-9px {
      left: 9px !important;
   }
   .xl-left-10px {
      left: 10px !important;
   }
   .xl-left-11px {
      left: 11px !important;
   }
   .xl-left-12px {
      left: 12px !important;
   }
   .xl-left-13px {
      left: 13px !important;
   }
   .xl-left-14px {
      left: 14px !important;
   }
   .xl-left-15px {
      left: 15px !important;
   }
   .xl-left-16px {
      left: 16px !important;
   }
   .xl-left-17px {
      left: 17px !important;
   }
   .xl-left-18px {
      left: 18px !important;
   }
   .xl-left-19px {
      left: 19px !important;
   }
   .xl-left-20px {
      left: 20px !important;
   }
   .xl-left-21px {
      left: 21px !important;
   }
   .xl-left-22px {
      left: 22px !important;
   }
   .xl-left-23px {
      left: 23px !important;
   }
   .xl-left-24px {
      left: 24px !important;
   }
   .xl-left-25px {
      left: 25px !important;
   }
   .xl-left-26px {
      left: 26px !important;
   }
   .xl-left-27px {
      left: 27px !important;
   }
   .xl-left-28px {
      left: 28px !important;
   }
   .xl-left-29px {
      left: 29px !important;
   }
   .xl-left-30px {
      left: 30px !important;
   }
   .xl-left-40px {
      left: 40px !important;
   }
   .xl-left-50px {
      left: 50px !important;
   }
   .xl-left-60px {
      left: 60px !important;
   }
   .xl-left-70px {
      left: 70px !important;
   }
   .xl-left-80px {
      left: 80px !important;
   }
   .xl-left-90px {
      left: 90px !important;
   }
   .xl-left-100px {
      left: 100px !important;
   }
   .xl-left-110px {
      left: 110px !important;
   }
   .xl-left-120px {
      left: 120px !important;
   }
   .xl-left-130px {
      left: 130px !important;
   }
   .xl-left-140px {
      left: 140px !important;
   }
   .xl-left-150px {
      left: 150px !important;
   }
   .xl-top-minus-0px {
      top: -0px !important;
   }
   .xl-top-minus-1px {
      top: -1px !important;
   }
   .xl-top-minus-2px {
      top: -2px !important;
   }
   .xl-top-minus-3px {
      top: -3px !important;
   }
   .xl-top-minus-4px {
      top: -4px !important;
   }
   .xl-top-minus-5px {
      top: -5px !important;
   }
   .xl-top-minus-6px {
      top: -6px !important;
   }
   .xl-top-minus-7px {
      top: -7px !important;
   }
   .xl-top-minus-8px {
      top: -8px !important;
   }
   .xl-top-minus-9px {
      top: -9px !important;
   }
   .xl-top-minus-10px {
      top: -10px !important;
   }
   .xl-top-minus-11px {
      top: -11px !important;
   }
   .xl-top-minus-12px {
      top: -12px !important;
   }
   .xl-top-minus-13px {
      top: -13px !important;
   }
   .xl-top-minus-14px {
      top: -14px !important;
   }
   .xl-top-minus-15px {
      top: -15px !important;
   }
   .xl-top-minus-16px {
      top: -16px !important;
   }
   .xl-top-minus-17px {
      top: -17px !important;
   }
   .xl-top-minus-18px {
      top: -18px !important;
   }
   .xl-top-minus-19px {
      top: -19px !important;
   }
   .xl-top-minus-20px {
      top: -20px !important;
   }
   .xl-top-minus-21px {
      top: -21px !important;
   }
   .xl-top-minus-22px {
      top: -22px !important;
   }
   .xl-top-minus-23px {
      top: -23px !important;
   }
   .xl-top-minus-24px {
      top: -24px !important;
   }
   .xl-top-minus-25px {
      top: -25px !important;
   }
   .xl-top-minus-26px {
      top: -26px !important;
   }
   .xl-top-minus-27px {
      top: -27px !important;
   }
   .xl-top-minus-28px {
      top: -28px !important;
   }
   .xl-top-minus-29px {
      top: -29px !important;
   }
   .xl-top-minus-30px {
      top: -30px !important;
   }
   .xl-top-minus-40px {
      top: -40px !important;
   }
   .xl-top-minus-50px {
      top: -50px !important;
   }
   .xl-top-minus-60px {
      top: -60px !important;
   }
   .xl-top-minus-70px {
      top: -70px !important;
   }
   .xl-top-minus-80px {
      top: -80px !important;
   }
   .xl-top-minus-90px {
      top: -90px !important;
   }
   .xl-top-minus-100px {
      top: -100px !important;
   }
   .xl-top-minus-110px {
      top: -110px !important;
   }
   .xl-top-minus-120px {
      top: -120px !important;
   }
   .xl-top-minus-130px {
      top: -130px !important;
   }
   .xl-top-minus-140px {
      top: -140px !important;
   }
   .xl-top-minus-150px {
      top: -150px !important;
   }
   .xl-right-minus-0px {
      right: -0px !important;
   }
   .xl-right-minus-1px {
      right: -1px !important;
   }
   .xl-right-minus-2px {
      right: -2px !important;
   }
   .xl-right-minus-3px {
      right: -3px !important;
   }
   .xl-right-minus-4px {
      right: -4px !important;
   }
   .xl-right-minus-5px {
      right: -5px !important;
   }
   .xl-right-minus-6px {
      right: -6px !important;
   }
   .xl-right-minus-7px {
      right: -7px !important;
   }
   .xl-right-minus-8px {
      right: -8px !important;
   }
   .xl-right-minus-9px {
      right: -9px !important;
   }
   .xl-right-minus-10px {
      right: -10px !important;
   }
   .xl-right-minus-11px {
      right: -11px !important;
   }
   .xl-right-minus-12px {
      right: -12px !important;
   }
   .xl-right-minus-13px {
      right: -13px !important;
   }
   .xl-right-minus-14px {
      right: -14px !important;
   }
   .xl-right-minus-15px {
      right: -15px !important;
   }
   .xl-right-minus-16px {
      right: -16px !important;
   }
   .xl-right-minus-17px {
      right: -17px !important;
   }
   .xl-right-minus-18px {
      right: -18px !important;
   }
   .xl-right-minus-19px {
      right: -19px !important;
   }
   .xl-right-minus-20px {
      right: -20px !important;
   }
   .xl-right-minus-21px {
      right: -21px !important;
   }
   .xl-right-minus-22px {
      right: -22px !important;
   }
   .xl-right-minus-23px {
      right: -23px !important;
   }
   .xl-right-minus-24px {
      right: -24px !important;
   }
   .xl-right-minus-25px {
      right: -25px !important;
   }
   .xl-right-minus-26px {
      right: -26px !important;
   }
   .xl-right-minus-27px {
      right: -27px !important;
   }
   .xl-right-minus-28px {
      right: -28px !important;
   }
   .xl-right-minus-29px {
      right: -29px !important;
   }
   .xl-right-minus-30px {
      right: -30px !important;
   }
   .xl-right-minus-40px {
      right: -40px !important;
   }
   .xl-right-minus-50px {
      right: -50px !important;
   }
   .xl-right-minus-60px {
      right: -60px !important;
   }
   .xl-right-minus-70px {
      right: -70px !important;
   }
   .xl-right-minus-80px {
      right: -80px !important;
   }
   .xl-right-minus-90px {
      right: -90px !important;
   }
   .xl-right-minus-100px {
      right: -100px !important;
   }
   .xl-right-minus-110px {
      right: -110px !important;
   }
   .xl-right-minus-120px {
      right: -120px !important;
   }
   .xl-right-minus-130px {
      right: -130px !important;
   }
   .xl-right-minus-140px {
      right: -140px !important;
   }
   .xl-right-minus-150px {
      right: -150px !important;
   }
   .xl-bottom-minus-0px {
      bottom: -0px !important;
   }
   .xl-bottom-minus-1px {
      bottom: -1px !important;
   }
   .xl-bottom-minus-2px {
      bottom: -2px !important;
   }
   .xl-bottom-minus-3px {
      bottom: -3px !important;
   }
   .xl-bottom-minus-4px {
      bottom: -4px !important;
   }
   .xl-bottom-minus-5px {
      bottom: -5px !important;
   }
   .xl-bottom-minus-6px {
      bottom: -6px !important;
   }
   .xl-bottom-minus-7px {
      bottom: -7px !important;
   }
   .xl-bottom-minus-8px {
      bottom: -8px !important;
   }
   .xl-bottom-minus-9px {
      bottom: -9px !important;
   }
   .xl-bottom-minus-10px {
      bottom: -10px !important;
   }
   .xl-bottom-minus-11px {
      bottom: -11px !important;
   }
   .xl-bottom-minus-12px {
      bottom: -12px !important;
   }
   .xl-bottom-minus-13px {
      bottom: -13px !important;
   }
   .xl-bottom-minus-14px {
      bottom: -14px !important;
   }
   .xl-bottom-minus-15px {
      bottom: -15px !important;
   }
   .xl-bottom-minus-16px {
      bottom: -16px !important;
   }
   .xl-bottom-minus-17px {
      bottom: -17px !important;
   }
   .xl-bottom-minus-18px {
      bottom: -18px !important;
   }
   .xl-bottom-minus-19px {
      bottom: -19px !important;
   }
   .xl-bottom-minus-20px {
      bottom: -20px !important;
   }
   .xl-bottom-minus-21px {
      bottom: -21px !important;
   }
   .xl-bottom-minus-22px {
      bottom: -22px !important;
   }
   .xl-bottom-minus-23px {
      bottom: -23px !important;
   }
   .xl-bottom-minus-24px {
      bottom: -24px !important;
   }
   .xl-bottom-minus-25px {
      bottom: -25px !important;
   }
   .xl-bottom-minus-26px {
      bottom: -26px !important;
   }
   .xl-bottom-minus-27px {
      bottom: -27px !important;
   }
   .xl-bottom-minus-28px {
      bottom: -28px !important;
   }
   .xl-bottom-minus-29px {
      bottom: -29px !important;
   }
   .xl-bottom-minus-30px {
      bottom: -30px !important;
   }
   .xl-bottom-minus-40px {
      bottom: -40px !important;
   }
   .xl-bottom-minus-50px {
      bottom: -50px !important;
   }
   .xl-bottom-minus-60px {
      bottom: -60px !important;
   }
   .xl-bottom-minus-70px {
      bottom: -70px !important;
   }
   .xl-bottom-minus-80px {
      bottom: -80px !important;
   }
   .xl-bottom-minus-90px {
      bottom: -90px !important;
   }
   .xl-bottom-minus-100px {
      bottom: -100px !important;
   }
   .xl-bottom-minus-110px {
      bottom: -110px !important;
   }
   .xl-bottom-minus-120px {
      bottom: -120px !important;
   }
   .xl-bottom-minus-130px {
      bottom: -130px !important;
   }
   .xl-bottom-minus-140px {
      bottom: -140px !important;
   }
   .xl-bottom-minus-150px {
      bottom: -150px !important;
   }
   .xl-left-minus-0px {
      left: -0px !important;
   }
   .xl-left-minus-1px {
      left: -1px !important;
   }
   .xl-left-minus-2px {
      left: -2px !important;
   }
   .xl-left-minus-3px {
      left: -3px !important;
   }
   .xl-left-minus-4px {
      left: -4px !important;
   }
   .xl-left-minus-5px {
      left: -5px !important;
   }
   .xl-left-minus-6px {
      left: -6px !important;
   }
   .xl-left-minus-7px {
      left: -7px !important;
   }
   .xl-left-minus-8px {
      left: -8px !important;
   }
   .xl-left-minus-9px {
      left: -9px !important;
   }
   .xl-left-minus-10px {
      left: -10px !important;
   }
   .xl-left-minus-11px {
      left: -11px !important;
   }
   .xl-left-minus-12px {
      left: -12px !important;
   }
   .xl-left-minus-13px {
      left: -13px !important;
   }
   .xl-left-minus-14px {
      left: -14px !important;
   }
   .xl-left-minus-15px {
      left: -15px !important;
   }
   .xl-left-minus-16px {
      left: -16px !important;
   }
   .xl-left-minus-17px {
      left: -17px !important;
   }
   .xl-left-minus-18px {
      left: -18px !important;
   }
   .xl-left-minus-19px {
      left: -19px !important;
   }
   .xl-left-minus-20px {
      left: -20px !important;
   }
   .xl-left-minus-21px {
      left: -21px !important;
   }
   .xl-left-minus-22px {
      left: -22px !important;
   }
   .xl-left-minus-23px {
      left: -23px !important;
   }
   .xl-left-minus-24px {
      left: -24px !important;
   }
   .xl-left-minus-25px {
      left: -25px !important;
   }
   .xl-left-minus-26px {
      left: -26px !important;
   }
   .xl-left-minus-27px {
      left: -27px !important;
   }
   .xl-left-minus-28px {
      left: -28px !important;
   }
   .xl-left-minus-29px {
      left: -29px !important;
   }
   .xl-left-minus-30px {
      left: -30px !important;
   }
   .xl-left-minus-40px {
      left: -40px !important;
   }
   .xl-left-minus-50px {
      left: -50px !important;
   }
   .xl-left-minus-60px {
      left: -60px !important;
   }
   .xl-left-minus-70px {
      left: -70px !important;
   }
   .xl-left-minus-80px {
      left: -80px !important;
   }
   .xl-left-minus-90px {
      left: -90px !important;
   }
   .xl-left-minus-100px {
      left: -100px !important;
   }
   .xl-left-minus-110px {
      left: -110px !important;
   }
   .xl-left-minus-120px {
      left: -120px !important;
   }
   .xl-left-minus-130px {
      left: -130px !important;
   }
   .xl-left-minus-140px {
      left: -140px !important;
   }
   .xl-left-minus-150px {
      left: -150px !important;
   }
   .xl-border-width-0px {
      border-width: 0px !important;
   }
   .xl-border-width-1px {
      border-width: 1px !important;
   }
   .xl-border-width-2px {
      border-width: 2px !important;
   }
   .xl-border-width-3px {
      border-width: 3px !important;
   }
   .xl-border-width-4px {
      border-width: 4px !important;
   }
   .xl-border-width-5px {
      border-width: 5px !important;
   }
   .xl-border-width-6px {
      border-width: 6px !important;
   }
   .xl-border-width-7px {
      border-width: 7px !important;
   }
   .xl-border-width-8px {
      border-width: 8px !important;
   }
   .xl-border-width-9px {
      border-width: 9px !important;
   }
   .xl-border-width-10px {
      border-width: 10px !important;
   }
}
@media (max-width: 1199px) {
   .lg-p-5px {
      padding: 5px !important;
   }
   .lg-p-10px {
      padding: 10px !important;
   }
   .lg-p-15px {
      padding: 15px !important;
   }
   .lg-p-20px {
      padding: 20px !important;
   }
   .lg-p-25px {
      padding: 25px !important;
   }
   .lg-p-30px {
      padding: 30px !important;
   }
   .lg-p-35px {
      padding: 35px !important;
   }
   .lg-p-40px {
      padding: 40px !important;
   }
   .lg-p-45px {
      padding: 45px !important;
   }
   .lg-p-50px {
      padding: 50px !important;
   }
   .lg-p-55px {
      padding: 55px !important;
   }
   .lg-p-60px {
      padding: 60px !important;
   }
   .lg-p-65px {
      padding: 65px !important;
   }
   .lg-p-70px {
      padding: 70px !important;
   }
   .lg-p-1 {
      padding: 1% !important;
   }
   .lg-p-2 {
      padding: 2% !important;
   }
   .lg-p-3 {
      padding: 3% !important;
   }
   .lg-p-4 {
      padding: 4% !important;
   }
   .lg-p-5 {
      padding: 5% !important;
   }
   .lg-p-6 {
      padding: 6% !important;
   }
   .lg-p-7 {
      padding: 7% !important;
   }
   .lg-p-8 {
      padding: 8% !important;
   }
   .lg-p-9 {
      padding: 9% !important;
   }
   .lg-p-10 {
      padding: 10% !important;
   }
   .lg-p-11 {
      padding: 11% !important;
   }
   .lg-p-12 {
      padding: 12% !important;
   }
   .lg-p-13 {
      padding: 13% !important;
   }
   .lg-p-14 {
      padding: 14% !important;
   }
   .lg-p-15 {
      padding: 15% !important;
   }
   .lg-p-16 {
      padding: 16% !important;
   }
   .lg-p-17 {
      padding: 17% !important;
   }
   .lg-p-18 {
      padding: 18% !important;
   }
   .lg-p-19 {
      padding: 19% !important;
   }
   .lg-p-20 {
      padding: 20% !important;
   }
   .lg-p-21 {
      padding: 21% !important;
   }
   .lg-p-22 {
      padding: 22% !important;
   }
   .lg-p-23 {
      padding: 23% !important;
   }
   .lg-p-24 {
      padding: 24% !important;
   }
   .lg-p-25 {
      padding: 25% !important;
   }
   .lg-p-26 {
      padding: 26% !important;
   }
   .lg-p-27 {
      padding: 27% !important;
   }
   .lg-p-28 {
      padding: 28% !important;
   }
   .lg-p-29 {
      padding: 29% !important;
   }
   .lg-p-30 {
      padding: 30% !important;
   }
   .lg-pt-5px {
      padding-top: 5px !important;
   }
   .lg-pt-10px {
      padding-top: 10px !important;
   }
   .lg-pt-15px {
      padding-top: 15px !important;
   }
   .lg-pt-20px {
      padding-top: 20px !important;
   }
   .lg-pt-25px {
      padding-top: 25px !important;
   }
   .lg-pt-30px {
      padding-top: 30px !important;
   }
   .lg-pt-35px {
      padding-top: 35px !important;
   }
   .lg-pt-40px {
      padding-top: 40px !important;
   }
   .lg-pt-45px {
      padding-top: 45px !important;
   }
   .lg-pt-50px {
      padding-top: 50px !important;
   }
   .lg-pt-55px {
      padding-top: 55px !important;
   }
   .lg-pt-60px {
      padding-top: 60px !important;
   }
   .lg-pt-65px {
      padding-top: 65px !important;
   }
   .lg-pt-70px {
      padding-top: 70px !important;
   }
   .lg-pt-1 {
      padding-top: 1% !important;
   }
   .lg-pt-2 {
      padding-top: 2% !important;
   }
   .lg-pt-3 {
      padding-top: 3% !important;
   }
   .lg-pt-4 {
      padding-top: 4% !important;
   }
   .lg-pt-5 {
      padding-top: 5% !important;
   }
   .lg-pt-6 {
      padding-top: 6% !important;
   }
   .lg-pt-7 {
      padding-top: 7% !important;
   }
   .lg-pt-8 {
      padding-top: 8% !important;
   }
   .lg-pt-9 {
      padding-top: 9% !important;
   }
   .lg-pt-10 {
      padding-top: 10% !important;
   }
   .lg-pt-11 {
      padding-top: 11% !important;
   }
   .lg-pt-12 {
      padding-top: 12% !important;
   }
   .lg-pt-13 {
      padding-top: 13% !important;
   }
   .lg-pt-14 {
      padding-top: 14% !important;
   }
   .lg-pt-15 {
      padding-top: 15% !important;
   }
   .lg-pt-16 {
      padding-top: 16% !important;
   }
   .lg-pt-17 {
      padding-top: 17% !important;
   }
   .lg-pt-18 {
      padding-top: 18% !important;
   }
   .lg-pt-19 {
      padding-top: 19% !important;
   }
   .lg-pt-20 {
      padding-top: 20% !important;
   }
   .lg-pt-21 {
      padding-top: 21% !important;
   }
   .lg-pt-22 {
      padding-top: 22% !important;
   }
   .lg-pt-23 {
      padding-top: 23% !important;
   }
   .lg-pt-24 {
      padding-top: 24% !important;
   }
   .lg-pt-25 {
      padding-top: 25% !important;
   }
   .lg-pt-26 {
      padding-top: 26% !important;
   }
   .lg-pt-27 {
      padding-top: 27% !important;
   }
   .lg-pt-28 {
      padding-top: 28% !important;
   }
   .lg-pt-29 {
      padding-top: 29% !important;
   }
   .lg-pt-30 {
      padding-top: 30% !important;
   }
   .lg-pe-5px {
      padding-right: 5px !important;
   }
   .lg-pe-10px {
      padding-right: 10px !important;
   }
   .lg-pe-15px {
      padding-right: 15px !important;
   }
   .lg-pe-20px {
      padding-right: 20px !important;
   }
   .lg-pe-25px {
      padding-right: 25px !important;
   }
   .lg-pe-30px {
      padding-right: 30px !important;
   }
   .lg-pe-35px {
      padding-right: 35px !important;
   }
   .lg-pe-40px {
      padding-right: 40px !important;
   }
   .lg-pe-45px {
      padding-right: 45px !important;
   }
   .lg-pe-50px {
      padding-right: 50px !important;
   }
   .lg-pe-55px {
      padding-right: 55px !important;
   }
   .lg-pe-60px {
      padding-right: 60px !important;
   }
   .lg-pe-65px {
      padding-right: 65px !important;
   }
   .lg-pe-70px {
      padding-right: 70px !important;
   }
   .lg-pe-1 {
      padding-right: 1% !important;
   }
   .lg-pe-2 {
      padding-right: 2% !important;
   }
   .lg-pe-3 {
      padding-right: 3% !important;
   }
   .lg-pe-4 {
      padding-right: 4% !important;
   }
   .lg-pe-5 {
      padding-right: 5% !important;
   }
   .lg-pe-6 {
      padding-right: 6% !important;
   }
   .lg-pe-7 {
      padding-right: 7% !important;
   }
   .lg-pe-8 {
      padding-right: 8% !important;
   }
   .lg-pe-9 {
      padding-right: 9% !important;
   }
   .lg-pe-10 {
      padding-right: 10% !important;
   }
   .lg-pe-11 {
      padding-right: 11% !important;
   }
   .lg-pe-12 {
      padding-right: 12% !important;
   }
   .lg-pe-13 {
      padding-right: 13% !important;
   }
   .lg-pe-14 {
      padding-right: 14% !important;
   }
   .lg-pe-15 {
      padding-right: 15% !important;
   }
   .lg-pe-16 {
      padding-right: 16% !important;
   }
   .lg-pe-17 {
      padding-right: 17% !important;
   }
   .lg-pe-18 {
      padding-right: 18% !important;
   }
   .lg-pe-19 {
      padding-right: 19% !important;
   }
   .lg-pe-20 {
      padding-right: 20% !important;
   }
   .lg-pe-21 {
      padding-right: 21% !important;
   }
   .lg-pe-22 {
      padding-right: 22% !important;
   }
   .lg-pe-23 {
      padding-right: 23% !important;
   }
   .lg-pe-24 {
      padding-right: 24% !important;
   }
   .lg-pe-25 {
      padding-right: 25% !important;
   }
   .lg-pe-26 {
      padding-right: 26% !important;
   }
   .lg-pe-27 {
      padding-right: 27% !important;
   }
   .lg-pe-28 {
      padding-right: 28% !important;
   }
   .lg-pe-29 {
      padding-right: 29% !important;
   }
   .lg-pe-30 {
      padding-right: 30% !important;
   }
   .lg-pb-5px {
      padding-bottom: 5px !important;
   }
   .lg-pb-10px {
      padding-bottom: 10px !important;
   }
   .lg-pb-15px {
      padding-bottom: 15px !important;
   }
   .lg-pb-20px {
      padding-bottom: 20px !important;
   }
   .lg-pb-25px {
      padding-bottom: 25px !important;
   }
   .lg-pb-30px {
      padding-bottom: 30px !important;
   }
   .lg-pb-35px {
      padding-bottom: 35px !important;
   }
   .lg-pb-40px {
      padding-bottom: 40px !important;
   }
   .lg-pb-45px {
      padding-bottom: 45px !important;
   }
   .lg-pb-50px {
      padding-bottom: 50px !important;
   }
   .lg-pb-55px {
      padding-bottom: 55px !important;
   }
   .lg-pb-60px {
      padding-bottom: 60px !important;
   }
   .lg-pb-65px {
      padding-bottom: 65px !important;
   }
   .lg-pb-70px {
      padding-bottom: 70px !important;
   }
   .lg-pb-1 {
      padding-bottom: 1% !important;
   }
   .lg-pb-2 {
      padding-bottom: 2% !important;
   }
   .lg-pb-3 {
      padding-bottom: 3% !important;
   }
   .lg-pb-4 {
      padding-bottom: 4% !important;
   }
   .lg-pb-5 {
      padding-bottom: 5% !important;
   }
   .lg-pb-6 {
      padding-bottom: 6% !important;
   }
   .lg-pb-7 {
      padding-bottom: 7% !important;
   }
   .lg-pb-8 {
      padding-bottom: 8% !important;
   }
   .lg-pb-9 {
      padding-bottom: 9% !important;
   }
   .lg-pb-10 {
      padding-bottom: 10% !important;
   }
   .lg-pb-11 {
      padding-bottom: 11% !important;
   }
   .lg-pb-12 {
      padding-bottom: 12% !important;
   }
   .lg-pb-13 {
      padding-bottom: 13% !important;
   }
   .lg-pb-14 {
      padding-bottom: 14% !important;
   }
   .lg-pb-15 {
      padding-bottom: 15% !important;
   }
   .lg-pb-16 {
      padding-bottom: 16% !important;
   }
   .lg-pb-17 {
      padding-bottom: 17% !important;
   }
   .lg-pb-18 {
      padding-bottom: 18% !important;
   }
   .lg-pb-19 {
      padding-bottom: 19% !important;
   }
   .lg-pb-20 {
      padding-bottom: 20% !important;
   }
   .lg-pb-21 {
      padding-bottom: 21% !important;
   }
   .lg-pb-22 {
      padding-bottom: 22% !important;
   }
   .lg-pb-23 {
      padding-bottom: 23% !important;
   }
   .lg-pb-24 {
      padding-bottom: 24% !important;
   }
   .lg-pb-25 {
      padding-bottom: 25% !important;
   }
   .lg-pb-26 {
      padding-bottom: 26% !important;
   }
   .lg-pb-27 {
      padding-bottom: 27% !important;
   }
   .lg-pb-28 {
      padding-bottom: 28% !important;
   }
   .lg-pb-29 {
      padding-bottom: 29% !important;
   }
   .lg-pb-30 {
      padding-bottom: 30% !important;
   }
   .lg-ps-5px {
      padding-left: 5px !important;
   }
   .lg-ps-10px {
      padding-left: 10px !important;
   }
   .lg-ps-15px {
      padding-left: 15px !important;
   }
   .lg-ps-20px {
      padding-left: 20px !important;
   }
   .lg-ps-25px {
      padding-left: 25px !important;
   }
   .lg-ps-30px {
      padding-left: 30px !important;
   }
   .lg-ps-35px {
      padding-left: 35px !important;
   }
   .lg-ps-40px {
      padding-left: 40px !important;
   }
   .lg-ps-45px {
      padding-left: 45px !important;
   }
   .lg-ps-50px {
      padding-left: 50px !important;
   }
   .lg-ps-55px {
      padding-left: 55px !important;
   }
   .lg-ps-60px {
      padding-left: 60px !important;
   }
   .lg-ps-65px {
      padding-left: 65px !important;
   }
   .lg-ps-70px {
      padding-left: 70px !important;
   }
   .lg-ps-1 {
      padding-left: 1% !important;
   }
   .lg-ps-2 {
      padding-left: 2% !important;
   }
   .lg-ps-3 {
      padding-left: 3% !important;
   }
   .lg-ps-4 {
      padding-left: 4% !important;
   }
   .lg-ps-5 {
      padding-left: 5% !important;
   }
   .lg-ps-6 {
      padding-left: 6% !important;
   }
   .lg-ps-7 {
      padding-left: 7% !important;
   }
   .lg-ps-8 {
      padding-left: 8% !important;
   }
   .lg-ps-9 {
      padding-left: 9% !important;
   }
   .lg-ps-10 {
      padding-left: 10% !important;
   }
   .lg-ps-11 {
      padding-left: 11% !important;
   }
   .lg-ps-12 {
      padding-left: 12% !important;
   }
   .lg-ps-13 {
      padding-left: 13% !important;
   }
   .lg-ps-14 {
      padding-left: 14% !important;
   }
   .lg-ps-15 {
      padding-left: 15% !important;
   }
   .lg-ps-16 {
      padding-left: 16% !important;
   }
   .lg-ps-17 {
      padding-left: 17% !important;
   }
   .lg-ps-18 {
      padding-left: 18% !important;
   }
   .lg-ps-19 {
      padding-left: 19% !important;
   }
   .lg-ps-20 {
      padding-left: 20% !important;
   }
   .lg-ps-21 {
      padding-left: 21% !important;
   }
   .lg-ps-22 {
      padding-left: 22% !important;
   }
   .lg-ps-23 {
      padding-left: 23% !important;
   }
   .lg-ps-24 {
      padding-left: 24% !important;
   }
   .lg-ps-25 {
      padding-left: 25% !important;
   }
   .lg-ps-26 {
      padding-left: 26% !important;
   }
   .lg-ps-27 {
      padding-left: 27% !important;
   }
   .lg-ps-28 {
      padding-left: 28% !important;
   }
   .lg-ps-29 {
      padding-left: 29% !important;
   }
   .lg-ps-30 {
      padding-left: 30% !important;
   }
   .lg-m-5px {
      margin: 5px !important;
   }
   .lg-m-10px {
      margin: 10px !important;
   }
   .lg-m-15px {
      margin: 15px !important;
   }
   .lg-m-20px {
      margin: 20px !important;
   }
   .lg-m-25px {
      margin: 25px !important;
   }
   .lg-m-30px {
      margin: 30px !important;
   }
   .lg-m-35px {
      margin: 35px !important;
   }
   .lg-m-40px {
      margin: 40px !important;
   }
   .lg-m-45px {
      margin: 45px !important;
   }
   .lg-m-50px {
      margin: 50px !important;
   }
   .lg-m-55px {
      margin: 55px !important;
   }
   .lg-m-60px {
      margin: 60px !important;
   }
   .lg-m-65px {
      margin: 65px !important;
   }
   .lg-m-70px {
      margin: 70px !important;
   }
   .lg-m-1 {
      margin: 1% !important;
   }
   .lg-m-2 {
      margin: 2% !important;
   }
   .lg-m-3 {
      margin: 3% !important;
   }
   .lg-m-4 {
      margin: 4% !important;
   }
   .lg-m-5 {
      margin: 5% !important;
   }
   .lg-m-6 {
      margin: 6% !important;
   }
   .lg-m-7 {
      margin: 7% !important;
   }
   .lg-m-8 {
      margin: 8% !important;
   }
   .lg-m-9 {
      margin: 9% !important;
   }
   .lg-m-10 {
      margin: 10% !important;
   }
   .lg-m-11 {
      margin: 11% !important;
   }
   .lg-m-12 {
      margin: 12% !important;
   }
   .lg-m-13 {
      margin: 13% !important;
   }
   .lg-m-14 {
      margin: 14% !important;
   }
   .lg-m-15 {
      margin: 15% !important;
   }
   .lg-m-16 {
      margin: 16% !important;
   }
   .lg-m-17 {
      margin: 17% !important;
   }
   .lg-m-18 {
      margin: 18% !important;
   }
   .lg-m-19 {
      margin: 19% !important;
   }
   .lg-m-20 {
      margin: 20% !important;
   }
   .lg-m-21 {
      margin: 21% !important;
   }
   .lg-m-22 {
      margin: 22% !important;
   }
   .lg-m-23 {
      margin: 23% !important;
   }
   .lg-m-24 {
      margin: 24% !important;
   }
   .lg-m-25 {
      margin: 25% !important;
   }
   .lg-m-26 {
      margin: 26% !important;
   }
   .lg-m-27 {
      margin: 27% !important;
   }
   .lg-m-28 {
      margin: 28% !important;
   }
   .lg-m-29 {
      margin: 29% !important;
   }
   .lg-m-30 {
      margin: 30% !important;
   }
   .lg-mt-5px {
      margin-top: 5px !important;
   }
   .lg-mt-10px {
      margin-top: 10px !important;
   }
   .lg-mt-15px {
      margin-top: 15px !important;
   }
   .lg-mt-20px {
      margin-top: 20px !important;
   }
   .lg-mt-25px {
      margin-top: 25px !important;
   }
   .lg-mt-30px {
      margin-top: 30px !important;
   }
   .lg-mt-35px {
      margin-top: 35px !important;
   }
   .lg-mt-40px {
      margin-top: 40px !important;
   }
   .lg-mt-45px {
      margin-top: 45px !important;
   }
   .lg-mt-50px {
      margin-top: 50px !important;
   }
   .lg-mt-55px {
      margin-top: 55px !important;
   }
   .lg-mt-60px {
      margin-top: 60px !important;
   }
   .lg-mt-65px {
      margin-top: 65px !important;
   }
   .lg-mt-70px {
      margin-top: 70px !important;
   }
   .lg-mt-1 {
      margin-top: 1% !important;
   }
   .lg-mt-2 {
      margin-top: 2% !important;
   }
   .lg-mt-3 {
      margin-top: 3% !important;
   }
   .lg-mt-4 {
      margin-top: 4% !important;
   }
   .lg-mt-5 {
      margin-top: 5% !important;
   }
   .lg-mt-6 {
      margin-top: 6% !important;
   }
   .lg-mt-7 {
      margin-top: 7% !important;
   }
   .lg-mt-8 {
      margin-top: 8% !important;
   }
   .lg-mt-9 {
      margin-top: 9% !important;
   }
   .lg-mt-10 {
      margin-top: 10% !important;
   }
   .lg-mt-11 {
      margin-top: 11% !important;
   }
   .lg-mt-12 {
      margin-top: 12% !important;
   }
   .lg-mt-13 {
      margin-top: 13% !important;
   }
   .lg-mt-14 {
      margin-top: 14% !important;
   }
   .lg-mt-15 {
      margin-top: 15% !important;
   }
   .lg-mt-16 {
      margin-top: 16% !important;
   }
   .lg-mt-17 {
      margin-top: 17% !important;
   }
   .lg-mt-18 {
      margin-top: 18% !important;
   }
   .lg-mt-19 {
      margin-top: 19% !important;
   }
   .lg-mt-20 {
      margin-top: 20% !important;
   }
   .lg-mt-21 {
      margin-top: 21% !important;
   }
   .lg-mt-22 {
      margin-top: 22% !important;
   }
   .lg-mt-23 {
      margin-top: 23% !important;
   }
   .lg-mt-24 {
      margin-top: 24% !important;
   }
   .lg-mt-25 {
      margin-top: 25% !important;
   }
   .lg-mt-26 {
      margin-top: 26% !important;
   }
   .lg-mt-27 {
      margin-top: 27% !important;
   }
   .lg-mt-28 {
      margin-top: 28% !important;
   }
   .lg-mt-29 {
      margin-top: 29% !important;
   }
   .lg-mt-30 {
      margin-top: 30% !important;
   }
   .lg-me-5px {
      margin-right: 5px !important;
   }
   .lg-me-10px {
      margin-right: 10px !important;
   }
   .lg-me-15px {
      margin-right: 15px !important;
   }
   .lg-me-20px {
      margin-right: 20px !important;
   }
   .lg-me-25px {
      margin-right: 25px !important;
   }
   .lg-me-30px {
      margin-right: 30px !important;
   }
   .lg-me-35px {
      margin-right: 35px !important;
   }
   .lg-me-40px {
      margin-right: 40px !important;
   }
   .lg-me-45px {
      margin-right: 45px !important;
   }
   .lg-me-50px {
      margin-right: 50px !important;
   }
   .lg-me-55px {
      margin-right: 55px !important;
   }
   .lg-me-60px {
      margin-right: 60px !important;
   }
   .lg-me-65px {
      margin-right: 65px !important;
   }
   .lg-me-70px {
      margin-right: 70px !important;
   }
   .lg-me-1 {
      margin-right: 1% !important;
   }
   .lg-me-2 {
      margin-right: 2% !important;
   }
   .lg-me-3 {
      margin-right: 3% !important;
   }
   .lg-me-4 {
      margin-right: 4% !important;
   }
   .lg-me-5 {
      margin-right: 5% !important;
   }
   .lg-me-6 {
      margin-right: 6% !important;
   }
   .lg-me-7 {
      margin-right: 7% !important;
   }
   .lg-me-8 {
      margin-right: 8% !important;
   }
   .lg-me-9 {
      margin-right: 9% !important;
   }
   .lg-me-10 {
      margin-right: 10% !important;
   }
   .lg-me-11 {
      margin-right: 11% !important;
   }
   .lg-me-12 {
      margin-right: 12% !important;
   }
   .lg-me-13 {
      margin-right: 13% !important;
   }
   .lg-me-14 {
      margin-right: 14% !important;
   }
   .lg-me-15 {
      margin-right: 15% !important;
   }
   .lg-me-16 {
      margin-right: 16% !important;
   }
   .lg-me-17 {
      margin-right: 17% !important;
   }
   .lg-me-18 {
      margin-right: 18% !important;
   }
   .lg-me-19 {
      margin-right: 19% !important;
   }
   .lg-me-20 {
      margin-right: 20% !important;
   }
   .lg-me-21 {
      margin-right: 21% !important;
   }
   .lg-me-22 {
      margin-right: 22% !important;
   }
   .lg-me-23 {
      margin-right: 23% !important;
   }
   .lg-me-24 {
      margin-right: 24% !important;
   }
   .lg-me-25 {
      margin-right: 25% !important;
   }
   .lg-me-26 {
      margin-right: 26% !important;
   }
   .lg-me-27 {
      margin-right: 27% !important;
   }
   .lg-me-28 {
      margin-right: 28% !important;
   }
   .lg-me-29 {
      margin-right: 29% !important;
   }
   .lg-me-30 {
      margin-right: 30% !important;
   }
   .lg-mb-5px {
      margin-bottom: 5px !important;
   }
   .lg-mb-10px {
      margin-bottom: 10px !important;
   }
   .lg-mb-15px {
      margin-bottom: 15px !important;
   }
   .lg-mb-20px {
      margin-bottom: 20px !important;
   }
   .lg-mb-25px {
      margin-bottom: 25px !important;
   }
   .lg-mb-30px {
      margin-bottom: 30px !important;
   }
   .lg-mb-35px {
      margin-bottom: 35px !important;
   }
   .lg-mb-40px {
      margin-bottom: 40px !important;
   }
   .lg-mb-45px {
      margin-bottom: 45px !important;
   }
   .lg-mb-50px {
      margin-bottom: 50px !important;
   }
   .lg-mb-55px {
      margin-bottom: 55px !important;
   }
   .lg-mb-60px {
      margin-bottom: 60px !important;
   }
   .lg-mb-65px {
      margin-bottom: 65px !important;
   }
   .lg-mb-70px {
      margin-bottom: 70px !important;
   }
   .lg-mb-1 {
      margin-bottom: 1% !important;
   }
   .lg-mb-2 {
      margin-bottom: 2% !important;
   }
   .lg-mb-3 {
      margin-bottom: 3% !important;
   }
   .lg-mb-4 {
      margin-bottom: 4% !important;
   }
   .lg-mb-5 {
      margin-bottom: 5% !important;
   }
   .lg-mb-6 {
      margin-bottom: 6% !important;
   }
   .lg-mb-7 {
      margin-bottom: 7% !important;
   }
   .lg-mb-8 {
      margin-bottom: 8% !important;
   }
   .lg-mb-9 {
      margin-bottom: 9% !important;
   }
   .lg-mb-10 {
      margin-bottom: 10% !important;
   }
   .lg-mb-11 {
      margin-bottom: 11% !important;
   }
   .lg-mb-12 {
      margin-bottom: 12% !important;
   }
   .lg-mb-13 {
      margin-bottom: 13% !important;
   }
   .lg-mb-14 {
      margin-bottom: 14% !important;
   }
   .lg-mb-15 {
      margin-bottom: 15% !important;
   }
   .lg-mb-16 {
      margin-bottom: 16% !important;
   }
   .lg-mb-17 {
      margin-bottom: 17% !important;
   }
   .lg-mb-18 {
      margin-bottom: 18% !important;
   }
   .lg-mb-19 {
      margin-bottom: 19% !important;
   }
   .lg-mb-20 {
      margin-bottom: 20% !important;
   }
   .lg-mb-21 {
      margin-bottom: 21% !important;
   }
   .lg-mb-22 {
      margin-bottom: 22% !important;
   }
   .lg-mb-23 {
      margin-bottom: 23% !important;
   }
   .lg-mb-24 {
      margin-bottom: 24% !important;
   }
   .lg-mb-25 {
      margin-bottom: 25% !important;
   }
   .lg-mb-26 {
      margin-bottom: 26% !important;
   }
   .lg-mb-27 {
      margin-bottom: 27% !important;
   }
   .lg-mb-28 {
      margin-bottom: 28% !important;
   }
   .lg-mb-29 {
      margin-bottom: 29% !important;
   }
   .lg-mb-30 {
      margin-bottom: 30% !important;
   }
   .lg-ms-5px {
      margin-left: 5px !important;
   }
   .lg-ms-10px {
      margin-left: 10px !important;
   }
   .lg-ms-15px {
      margin-left: 15px !important;
   }
   .lg-ms-20px {
      margin-left: 20px !important;
   }
   .lg-ms-25px {
      margin-left: 25px !important;
   }
   .lg-ms-30px {
      margin-left: 30px !important;
   }
   .lg-ms-35px {
      margin-left: 35px !important;
   }
   .lg-ms-40px {
      margin-left: 40px !important;
   }
   .lg-ms-45px {
      margin-left: 45px !important;
   }
   .lg-ms-50px {
      margin-left: 50px !important;
   }
   .lg-ms-55px {
      margin-left: 55px !important;
   }
   .lg-ms-60px {
      margin-left: 60px !important;
   }
   .lg-ms-65px {
      margin-left: 65px !important;
   }
   .lg-ms-70px {
      margin-left: 70px !important;
   }
   .lg-ms-1 {
      margin-left: 1% !important;
   }
   .lg-ms-2 {
      margin-left: 2% !important;
   }
   .lg-ms-3 {
      margin-left: 3% !important;
   }
   .lg-ms-4 {
      margin-left: 4% !important;
   }
   .lg-ms-5 {
      margin-left: 5% !important;
   }
   .lg-ms-6 {
      margin-left: 6% !important;
   }
   .lg-ms-7 {
      margin-left: 7% !important;
   }
   .lg-ms-8 {
      margin-left: 8% !important;
   }
   .lg-ms-9 {
      margin-left: 9% !important;
   }
   .lg-ms-10 {
      margin-left: 10% !important;
   }
   .lg-ms-11 {
      margin-left: 11% !important;
   }
   .lg-ms-12 {
      margin-left: 12% !important;
   }
   .lg-ms-13 {
      margin-left: 13% !important;
   }
   .lg-ms-14 {
      margin-left: 14% !important;
   }
   .lg-ms-15 {
      margin-left: 15% !important;
   }
   .lg-ms-16 {
      margin-left: 16% !important;
   }
   .lg-ms-17 {
      margin-left: 17% !important;
   }
   .lg-ms-18 {
      margin-left: 18% !important;
   }
   .lg-ms-19 {
      margin-left: 19% !important;
   }
   .lg-ms-20 {
      margin-left: 20% !important;
   }
   .lg-ms-21 {
      margin-left: 21% !important;
   }
   .lg-ms-22 {
      margin-left: 22% !important;
   }
   .lg-ms-23 {
      margin-left: 23% !important;
   }
   .lg-ms-24 {
      margin-left: 24% !important;
   }
   .lg-ms-25 {
      margin-left: 25% !important;
   }
   .lg-ms-26 {
      margin-left: 26% !important;
   }
   .lg-ms-27 {
      margin-left: 27% !important;
   }
   .lg-ms-28 {
      margin-left: 28% !important;
   }
   .lg-ms-29 {
      margin-left: 29% !important;
   }
   .lg-ms-30 {
      margin-left: 30% !important;
   }
   .lg-top-0px {
      top: 0 !important;
   }
   .lg-top-1px {
      top: 1px !important;
   }
   .lg-top-2px {
      top: 2px !important;
   }
   .lg-top-3px {
      top: 3px !important;
   }
   .lg-top-4px {
      top: 4px !important;
   }
   .lg-top-5px {
      top: 5px !important;
   }
   .lg-top-6px {
      top: 6px !important;
   }
   .lg-top-7px {
      top: 7px !important;
   }
   .lg-top-8px {
      top: 8px !important;
   }
   .lg-top-9px {
      top: 9px !important;
   }
   .lg-top-10px {
      top: 10px !important;
   }
   .lg-top-11px {
      top: 11px !important;
   }
   .lg-top-12px {
      top: 12px !important;
   }
   .lg-top-13px {
      top: 13px !important;
   }
   .lg-top-14px {
      top: 14px !important;
   }
   .lg-top-15px {
      top: 15px !important;
   }
   .lg-top-16px {
      top: 16px !important;
   }
   .lg-top-17px {
      top: 17px !important;
   }
   .lg-top-18px {
      top: 18px !important;
   }
   .lg-top-19px {
      top: 19px !important;
   }
   .lg-top-20px {
      top: 20px !important;
   }
   .lg-top-21px {
      top: 21px !important;
   }
   .lg-top-22px {
      top: 22px !important;
   }
   .lg-top-23px {
      top: 23px !important;
   }
   .lg-top-24px {
      top: 24px !important;
   }
   .lg-top-25px {
      top: 25px !important;
   }
   .lg-top-26px {
      top: 26px !important;
   }
   .lg-top-27px {
      top: 27px !important;
   }
   .lg-top-28px {
      top: 28px !important;
   }
   .lg-top-29px {
      top: 29px !important;
   }
   .lg-top-30px {
      top: 30px !important;
   }
   .lg-top-40px {
      top: 40px !important;
   }
   .lg-top-50px {
      top: 50px !important;
   }
   .lg-top-60px {
      top: 60px !important;
   }
   .lg-top-70px {
      top: 70px !important;
   }
   .lg-top-80px {
      top: 80px !important;
   }
   .lg-top-90px {
      top: 90px !important;
   }
   .lg-top-100px {
      top: 100px !important;
   }
   .lg-top-110px {
      top: 110px !important;
   }
   .lg-top-120px {
      top: 120px !important;
   }
   .lg-top-130px {
      top: 130px !important;
   }
   .lg-top-140px {
      top: 140px !important;
   }
   .lg-top-150px {
      top: 150px !important;
   }
   .lg-right-0px {
      right: 0 !important;
   }
   .lg-right-1px {
      right: 1px !important;
   }
   .lg-right-2px {
      right: 2px !important;
   }
   .lg-right-3px {
      right: 3px !important;
   }
   .lg-right-4px {
      right: 4px !important;
   }
   .lg-right-5px {
      right: 5px !important;
   }
   .lg-right-6px {
      right: 6px !important;
   }
   .lg-right-7px {
      right: 7px !important;
   }
   .lg-right-8px {
      right: 8px !important;
   }
   .lg-right-9px {
      right: 9px !important;
   }
   .lg-right-10px {
      right: 10px !important;
   }
   .lg-right-11px {
      right: 11px !important;
   }
   .lg-right-12px {
      right: 12px !important;
   }
   .lg-right-13px {
      right: 13px !important;
   }
   .lg-right-14px {
      right: 14px !important;
   }
   .lg-right-15px {
      right: 15px !important;
   }
   .lg-right-16px {
      right: 16px !important;
   }
   .lg-right-17px {
      right: 17px !important;
   }
   .lg-right-18px {
      right: 18px !important;
   }
   .lg-right-19px {
      right: 19px !important;
   }
   .lg-right-20px {
      right: 20px !important;
   }
   .lg-right-21px {
      right: 21px !important;
   }
   .lg-right-22px {
      right: 22px !important;
   }
   .lg-right-23px {
      right: 23px !important;
   }
   .lg-right-24px {
      right: 24px !important;
   }
   .lg-right-25px {
      right: 25px !important;
   }
   .lg-right-26px {
      right: 26px !important;
   }
   .lg-right-27px {
      right: 27px !important;
   }
   .lg-right-28px {
      right: 28px !important;
   }
   .lg-right-29px {
      right: 29px !important;
   }
   .lg-right-30px {
      right: 30px !important;
   }
   .lg-right-40px {
      right: 40px !important;
   }
   .lg-right-50px {
      right: 50px !important;
   }
   .lg-right-60px {
      right: 60px !important;
   }
   .lg-right-70px {
      right: 70px !important;
   }
   .lg-right-80px {
      right: 80px !important;
   }
   .lg-right-90px {
      right: 90px !important;
   }
   .lg-right-100px {
      right: 100px !important;
   }
   .lg-right-110px {
      right: 110px !important;
   }
   .lg-right-120px {
      right: 120px !important;
   }
   .lg-right-130px {
      right: 130px !important;
   }
   .lg-right-140px {
      right: 140px !important;
   }
   .lg-right-150px {
      right: 150px !important;
   }
   .lg-bottom-0px {
      bottom: 0 !important;
   }
   .lg-bottom-1px {
      bottom: 1px !important;
   }
   .lg-bottom-2px {
      bottom: 2px !important;
   }
   .lg-bottom-3px {
      bottom: 3px !important;
   }
   .lg-bottom-4px {
      bottom: 4px !important;
   }
   .lg-bottom-5px {
      bottom: 5px !important;
   }
   .lg-bottom-6px {
      bottom: 6px !important;
   }
   .lg-bottom-7px {
      bottom: 7px !important;
   }
   .lg-bottom-8px {
      bottom: 8px !important;
   }
   .lg-bottom-9px {
      bottom: 9px !important;
   }
   .lg-bottom-10px {
      bottom: 10px !important;
   }
   .lg-bottom-11px {
      bottom: 11px !important;
   }
   .lg-bottom-12px {
      bottom: 12px !important;
   }
   .lg-bottom-13px {
      bottom: 13px !important;
   }
   .lg-bottom-14px {
      bottom: 14px !important;
   }
   .lg-bottom-15px {
      bottom: 15px !important;
   }
   .lg-bottom-16px {
      bottom: 16px !important;
   }
   .lg-bottom-17px {
      bottom: 17px !important;
   }
   .lg-bottom-18px {
      bottom: 18px !important;
   }
   .lg-bottom-19px {
      bottom: 19px !important;
   }
   .lg-bottom-20px {
      bottom: 20px !important;
   }
   .lg-bottom-21px {
      bottom: 21px !important;
   }
   .lg-bottom-22px {
      bottom: 22px !important;
   }
   .lg-bottom-23px {
      bottom: 23px !important;
   }
   .lg-bottom-24px {
      bottom: 24px !important;
   }
   .lg-bottom-25px {
      bottom: 25px !important;
   }
   .lg-bottom-26px {
      bottom: 26px !important;
   }
   .lg-bottom-27px {
      bottom: 27px !important;
   }
   .lg-bottom-28px {
      bottom: 28px !important;
   }
   .lg-bottom-29px {
      bottom: 29px !important;
   }
   .lg-bottom-30px {
      bottom: 30px !important;
   }
   .lg-bottom-40px {
      bottom: 40px !important;
   }
   .lg-bottom-50px {
      bottom: 50px !important;
   }
   .lg-bottom-60px {
      bottom: 60px !important;
   }
   .lg-bottom-70px {
      bottom: 70px !important;
   }
   .lg-bottom-80px {
      bottom: 80px !important;
   }
   .lg-bottom-90px {
      bottom: 90px !important;
   }
   .lg-bottom-100px {
      bottom: 100px !important;
   }
   .lg-bottom-110px {
      bottom: 110px !important;
   }
   .lg-bottom-120px {
      bottom: 120px !important;
   }
   .lg-bottom-130px {
      bottom: 130px !important;
   }
   .lg-bottom-140px {
      bottom: 140px !important;
   }
   .lg-bottom-150px {
      bottom: 150px !important;
   }
   .lg-left-0px {
      left: 0 !important;
   }
   .lg-left-1px {
      left: 1px !important;
   }
   .lg-left-2px {
      left: 2px !important;
   }
   .lg-left-3px {
      left: 3px !important;
   }
   .lg-left-4px {
      left: 4px !important;
   }
   .lg-left-5px {
      left: 5px !important;
   }
   .lg-left-6px {
      left: 6px !important;
   }
   .lg-left-7px {
      left: 7px !important;
   }
   .lg-left-8px {
      left: 8px !important;
   }
   .lg-left-9px {
      left: 9px !important;
   }
   .lg-left-10px {
      left: 10px !important;
   }
   .lg-left-11px {
      left: 11px !important;
   }
   .lg-left-12px {
      left: 12px !important;
   }
   .lg-left-13px {
      left: 13px !important;
   }
   .lg-left-14px {
      left: 14px !important;
   }
   .lg-left-15px {
      left: 15px !important;
   }
   .lg-left-16px {
      left: 16px !important;
   }
   .lg-left-17px {
      left: 17px !important;
   }
   .lg-left-18px {
      left: 18px !important;
   }
   .lg-left-19px {
      left: 19px !important;
   }
   .lg-left-20px {
      left: 20px !important;
   }
   .lg-left-21px {
      left: 21px !important;
   }
   .lg-left-22px {
      left: 22px !important;
   }
   .lg-left-23px {
      left: 23px !important;
   }
   .lg-left-24px {
      left: 24px !important;
   }
   .lg-left-25px {
      left: 25px !important;
   }
   .lg-left-26px {
      left: 26px !important;
   }
   .lg-left-27px {
      left: 27px !important;
   }
   .lg-left-28px {
      left: 28px !important;
   }
   .lg-left-29px {
      left: 29px !important;
   }
   .lg-left-30px {
      left: 30px !important;
   }
   .lg-left-40px {
      left: 40px !important;
   }
   .lg-left-50px {
      left: 50px !important;
   }
   .lg-left-60px {
      left: 60px !important;
   }
   .lg-left-70px {
      left: 70px !important;
   }
   .lg-left-80px {
      left: 80px !important;
   }
   .lg-left-90px {
      left: 90px !important;
   }
   .lg-left-100px {
      left: 100px !important;
   }
   .lg-left-110px {
      left: 110px !important;
   }
   .lg-left-120px {
      left: 120px !important;
   }
   .lg-left-130px {
      left: 130px !important;
   }
   .lg-left-140px {
      left: 140px !important;
   }
   .lg-left-150px {
      left: 150px !important;
   }
   .lg-top-minus-0px {
      top: -0px !important;
   }
   .lg-top-minus-1px {
      top: -1px !important;
   }
   .lg-top-minus-2px {
      top: -2px !important;
   }
   .lg-top-minus-3px {
      top: -3px !important;
   }
   .lg-top-minus-4px {
      top: -4px !important;
   }
   .lg-top-minus-5px {
      top: -5px !important;
   }
   .lg-top-minus-6px {
      top: -6px !important;
   }
   .lg-top-minus-7px {
      top: -7px !important;
   }
   .lg-top-minus-8px {
      top: -8px !important;
   }
   .lg-top-minus-9px {
      top: -9px !important;
   }
   .lg-top-minus-10px {
      top: -10px !important;
   }
   .lg-top-minus-11px {
      top: -11px !important;
   }
   .lg-top-minus-12px {
      top: -12px !important;
   }
   .lg-top-minus-13px {
      top: -13px !important;
   }
   .lg-top-minus-14px {
      top: -14px !important;
   }
   .lg-top-minus-15px {
      top: -15px !important;
   }
   .lg-top-minus-16px {
      top: -16px !important;
   }
   .lg-top-minus-17px {
      top: -17px !important;
   }
   .lg-top-minus-18px {
      top: -18px !important;
   }
   .lg-top-minus-19px {
      top: -19px !important;
   }
   .lg-top-minus-20px {
      top: -20px !important;
   }
   .lg-top-minus-21px {
      top: -21px !important;
   }
   .lg-top-minus-22px {
      top: -22px !important;
   }
   .lg-top-minus-23px {
      top: -23px !important;
   }
   .lg-top-minus-24px {
      top: -24px !important;
   }
   .lg-top-minus-25px {
      top: -25px !important;
   }
   .lg-top-minus-26px {
      top: -26px !important;
   }
   .lg-top-minus-27px {
      top: -27px !important;
   }
   .lg-top-minus-28px {
      top: -28px !important;
   }
   .lg-top-minus-29px {
      top: -29px !important;
   }
   .lg-top-minus-30px {
      top: -30px !important;
   }
   .lg-top-minus-40px {
      top: -40px !important;
   }
   .lg-top-minus-50px {
      top: -50px !important;
   }
   .lg-top-minus-60px {
      top: -60px !important;
   }
   .lg-top-minus-70px {
      top: -70px !important;
   }
   .lg-top-minus-80px {
      top: -80px !important;
   }
   .lg-top-minus-90px {
      top: -90px !important;
   }
   .lg-top-minus-100px {
      top: -100px !important;
   }
   .lg-top-minus-110px {
      top: -110px !important;
   }
   .lg-top-minus-120px {
      top: -120px !important;
   }
   .lg-top-minus-130px {
      top: -130px !important;
   }
   .lg-top-minus-140px {
      top: -140px !important;
   }
   .lg-top-minus-150px {
      top: -150px !important;
   }
   .lg-right-minus-0px {
      right: -0px !important;
   }
   .lg-right-minus-1px {
      right: -1px !important;
   }
   .lg-right-minus-2px {
      right: -2px !important;
   }
   .lg-right-minus-3px {
      right: -3px !important;
   }
   .lg-right-minus-4px {
      right: -4px !important;
   }
   .lg-right-minus-5px {
      right: -5px !important;
   }
   .lg-right-minus-6px {
      right: -6px !important;
   }
   .lg-right-minus-7px {
      right: -7px !important;
   }
   .lg-right-minus-8px {
      right: -8px !important;
   }
   .lg-right-minus-9px {
      right: -9px !important;
   }
   .lg-right-minus-10px {
      right: -10px !important;
   }
   .lg-right-minus-11px {
      right: -11px !important;
   }
   .lg-right-minus-12px {
      right: -12px !important;
   }
   .lg-right-minus-13px {
      right: -13px !important;
   }
   .lg-right-minus-14px {
      right: -14px !important;
   }
   .lg-right-minus-15px {
      right: -15px !important;
   }
   .lg-right-minus-16px {
      right: -16px !important;
   }
   .lg-right-minus-17px {
      right: -17px !important;
   }
   .lg-right-minus-18px {
      right: -18px !important;
   }
   .lg-right-minus-19px {
      right: -19px !important;
   }
   .lg-right-minus-20px {
      right: -20px !important;
   }
   .lg-right-minus-21px {
      right: -21px !important;
   }
   .lg-right-minus-22px {
      right: -22px !important;
   }
   .lg-right-minus-23px {
      right: -23px !important;
   }
   .lg-right-minus-24px {
      right: -24px !important;
   }
   .lg-right-minus-25px {
      right: -25px !important;
   }
   .lg-right-minus-26px {
      right: -26px !important;
   }
   .lg-right-minus-27px {
      right: -27px !important;
   }
   .lg-right-minus-28px {
      right: -28px !important;
   }
   .lg-right-minus-29px {
      right: -29px !important;
   }
   .lg-right-minus-30px {
      right: -30px !important;
   }
   .lg-right-minus-40px {
      right: -40px !important;
   }
   .lg-right-minus-50px {
      right: -50px !important;
   }
   .lg-right-minus-60px {
      right: -60px !important;
   }
   .lg-right-minus-70px {
      right: -70px !important;
   }
   .lg-right-minus-80px {
      right: -80px !important;
   }
   .lg-right-minus-90px {
      right: -90px !important;
   }
   .lg-right-minus-100px {
      right: -100px !important;
   }
   .lg-right-minus-110px {
      right: -110px !important;
   }
   .lg-right-minus-120px {
      right: -120px !important;
   }
   .lg-right-minus-130px {
      right: -130px !important;
   }
   .lg-right-minus-140px {
      right: -140px !important;
   }
   .lg-right-minus-150px {
      right: -150px !important;
   }
   .lg-bottom-minus-0px {
      bottom: -0px !important;
   }
   .lg-bottom-minus-1px {
      bottom: -1px !important;
   }
   .lg-bottom-minus-2px {
      bottom: -2px !important;
   }
   .lg-bottom-minus-3px {
      bottom: -3px !important;
   }
   .lg-bottom-minus-4px {
      bottom: -4px !important;
   }
   .lg-bottom-minus-5px {
      bottom: -5px !important;
   }
   .lg-bottom-minus-6px {
      bottom: -6px !important;
   }
   .lg-bottom-minus-7px {
      bottom: -7px !important;
   }
   .lg-bottom-minus-8px {
      bottom: -8px !important;
   }
   .lg-bottom-minus-9px {
      bottom: -9px !important;
   }
   .lg-bottom-minus-10px {
      bottom: -10px !important;
   }
   .lg-bottom-minus-11px {
      bottom: -11px !important;
   }
   .lg-bottom-minus-12px {
      bottom: -12px !important;
   }
   .lg-bottom-minus-13px {
      bottom: -13px !important;
   }
   .lg-bottom-minus-14px {
      bottom: -14px !important;
   }
   .lg-bottom-minus-15px {
      bottom: -15px !important;
   }
   .lg-bottom-minus-16px {
      bottom: -16px !important;
   }
   .lg-bottom-minus-17px {
      bottom: -17px !important;
   }
   .lg-bottom-minus-18px {
      bottom: -18px !important;
   }
   .lg-bottom-minus-19px {
      bottom: -19px !important;
   }
   .lg-bottom-minus-20px {
      bottom: -20px !important;
   }
   .lg-bottom-minus-21px {
      bottom: -21px !important;
   }
   .lg-bottom-minus-22px {
      bottom: -22px !important;
   }
   .lg-bottom-minus-23px {
      bottom: -23px !important;
   }
   .lg-bottom-minus-24px {
      bottom: -24px !important;
   }
   .lg-bottom-minus-25px {
      bottom: -25px !important;
   }
   .lg-bottom-minus-26px {
      bottom: -26px !important;
   }
   .lg-bottom-minus-27px {
      bottom: -27px !important;
   }
   .lg-bottom-minus-28px {
      bottom: -28px !important;
   }
   .lg-bottom-minus-29px {
      bottom: -29px !important;
   }
   .lg-bottom-minus-30px {
      bottom: -30px !important;
   }
   .lg-bottom-minus-40px {
      bottom: -40px !important;
   }
   .lg-bottom-minus-50px {
      bottom: -50px !important;
   }
   .lg-bottom-minus-60px {
      bottom: -60px !important;
   }
   .lg-bottom-minus-70px {
      bottom: -70px !important;
   }
   .lg-bottom-minus-80px {
      bottom: -80px !important;
   }
   .lg-bottom-minus-90px {
      bottom: -90px !important;
   }
   .lg-bottom-minus-100px {
      bottom: -100px !important;
   }
   .lg-bottom-minus-110px {
      bottom: -110px !important;
   }
   .lg-bottom-minus-120px {
      bottom: -120px !important;
   }
   .lg-bottom-minus-130px {
      bottom: -130px !important;
   }
   .lg-bottom-minus-140px {
      bottom: -140px !important;
   }
   .lg-bottom-minus-150px {
      bottom: -150px !important;
   }
   .lg-left-minus-0px {
      left: -0px !important;
   }
   .lg-left-minus-1px {
      left: -1px !important;
   }
   .lg-left-minus-2px {
      left: -2px !important;
   }
   .lg-left-minus-3px {
      left: -3px !important;
   }
   .lg-left-minus-4px {
      left: -4px !important;
   }
   .lg-left-minus-5px {
      left: -5px !important;
   }
   .lg-left-minus-6px {
      left: -6px !important;
   }
   .lg-left-minus-7px {
      left: -7px !important;
   }
   .lg-left-minus-8px {
      left: -8px !important;
   }
   .lg-left-minus-9px {
      left: -9px !important;
   }
   .lg-left-minus-10px {
      left: -10px !important;
   }
   .lg-left-minus-11px {
      left: -11px !important;
   }
   .lg-left-minus-12px {
      left: -12px !important;
   }
   .lg-left-minus-13px {
      left: -13px !important;
   }
   .lg-left-minus-14px {
      left: -14px !important;
   }
   .lg-left-minus-15px {
      left: -15px !important;
   }
   .lg-left-minus-16px {
      left: -16px !important;
   }
   .lg-left-minus-17px {
      left: -17px !important;
   }
   .lg-left-minus-18px {
      left: -18px !important;
   }
   .lg-left-minus-19px {
      left: -19px !important;
   }
   .lg-left-minus-20px {
      left: -20px !important;
   }
   .lg-left-minus-21px {
      left: -21px !important;
   }
   .lg-left-minus-22px {
      left: -22px !important;
   }
   .lg-left-minus-23px {
      left: -23px !important;
   }
   .lg-left-minus-24px {
      left: -24px !important;
   }
   .lg-left-minus-25px {
      left: -25px !important;
   }
   .lg-left-minus-26px {
      left: -26px !important;
   }
   .lg-left-minus-27px {
      left: -27px !important;
   }
   .lg-left-minus-28px {
      left: -28px !important;
   }
   .lg-left-minus-29px {
      left: -29px !important;
   }
   .lg-left-minus-30px {
      left: -30px !important;
   }
   .lg-left-minus-40px {
      left: -40px !important;
   }
   .lg-left-minus-50px {
      left: -50px !important;
   }
   .lg-left-minus-60px {
      left: -60px !important;
   }
   .lg-left-minus-70px {
      left: -70px !important;
   }
   .lg-left-minus-80px {
      left: -80px !important;
   }
   .lg-left-minus-90px {
      left: -90px !important;
   }
   .lg-left-minus-100px {
      left: -100px !important;
   }
   .lg-left-minus-110px {
      left: -110px !important;
   }
   .lg-left-minus-120px {
      left: -120px !important;
   }
   .lg-left-minus-130px {
      left: -130px !important;
   }
   .lg-left-minus-140px {
      left: -140px !important;
   }
   .lg-left-minus-150px {
      left: -150px !important;
   }
   .lg-border-width-0px {
      border-width: 0px !important;
   }
   .lg-border-width-1px {
      border-width: 1px !important;
   }
   .lg-border-width-2px {
      border-width: 2px !important;
   }
   .lg-border-width-3px {
      border-width: 3px !important;
   }
   .lg-border-width-4px {
      border-width: 4px !important;
   }
   .lg-border-width-5px {
      border-width: 5px !important;
   }
   .lg-border-width-6px {
      border-width: 6px !important;
   }
   .lg-border-width-7px {
      border-width: 7px !important;
   }
   .lg-border-width-8px {
      border-width: 8px !important;
   }
   .lg-border-width-9px {
      border-width: 9px !important;
   }
   .lg-border-width-10px {
      border-width: 10px !important;
   }
}
@media (max-width: 991px) {
   .md-p-5px {
      padding: 5px !important;
   }
   .md-p-10px {
      padding: 10px !important;
   }
   .md-p-15px {
      padding: 15px !important;
   }
   .md-p-20px {
      padding: 20px !important;
   }
   .md-p-25px {
      padding: 25px !important;
   }
   .md-p-30px {
      padding: 30px !important;
   }
   .md-p-35px {
      padding: 35px !important;
   }
   .md-p-40px {
      padding: 40px !important;
   }
   .md-p-45px {
      padding: 45px !important;
   }
   .md-p-50px {
      padding: 50px !important;
   }
   .md-p-55px {
      padding: 55px !important;
   }
   .md-p-60px {
      padding: 60px !important;
   }
   .md-p-65px {
      padding: 65px !important;
   }
   .md-p-70px {
      padding: 70px !important;
   }
   .md-p-1 {
      padding: 1% !important;
   }
   .md-p-2 {
      padding: 2% !important;
   }
   .md-p-3 {
      padding: 3% !important;
   }
   .md-p-4 {
      padding: 4% !important;
   }
   .md-p-5 {
      padding: 5% !important;
   }
   .md-p-6 {
      padding: 6% !important;
   }
   .md-p-7 {
      padding: 7% !important;
   }
   .md-p-8 {
      padding: 8% !important;
   }
   .md-p-9 {
      padding: 9% !important;
   }
   .md-p-10 {
      padding: 10% !important;
   }
   .md-p-11 {
      padding: 11% !important;
   }
   .md-p-12 {
      padding: 12% !important;
   }
   .md-p-13 {
      padding: 13% !important;
   }
   .md-p-14 {
      padding: 14% !important;
   }
   .md-p-15 {
      padding: 15% !important;
   }
   .md-p-16 {
      padding: 16% !important;
   }
   .md-p-17 {
      padding: 17% !important;
   }
   .md-p-18 {
      padding: 18% !important;
   }
   .md-p-19 {
      padding: 19% !important;
   }
   .md-p-20 {
      padding: 20% !important;
   }
   .md-p-21 {
      padding: 21% !important;
   }
   .md-p-22 {
      padding: 22% !important;
   }
   .md-p-23 {
      padding: 23% !important;
   }
   .md-p-24 {
      padding: 24% !important;
   }
   .md-p-25 {
      padding: 25% !important;
   }
   .md-p-26 {
      padding: 26% !important;
   }
   .md-p-27 {
      padding: 27% !important;
   }
   .md-p-28 {
      padding: 28% !important;
   }
   .md-p-29 {
      padding: 29% !important;
   }
   .md-p-30 {
      padding: 30% !important;
   }
   .md-pt-5px {
      padding-top: 5px !important;
   }
   .md-pt-10px {
      padding-top: 10px !important;
   }
   .md-pt-15px {
      padding-top: 15px !important;
   }
   .md-pt-20px {
      padding-top: 20px !important;
   }
   .md-pt-25px {
      padding-top: 25px !important;
   }
   .md-pt-30px {
      padding-top: 30px !important;
   }
   .md-pt-35px {
      padding-top: 35px !important;
   }
   .md-pt-40px {
      padding-top: 40px !important;
   }
   .md-pt-45px {
      padding-top: 45px !important;
   }
   .md-pt-50px {
      padding-top: 50px !important;
   }
   .md-pt-55px {
      padding-top: 55px !important;
   }
   .md-pt-60px {
      padding-top: 60px !important;
   }
   .md-pt-65px {
      padding-top: 65px !important;
   }
   .md-pt-70px {
      padding-top: 70px !important;
   }
   .md-pt-1 {
      padding-top: 1% !important;
   }
   .md-pt-2 {
      padding-top: 2% !important;
   }
   .md-pt-3 {
      padding-top: 3% !important;
   }
   .md-pt-4 {
      padding-top: 4% !important;
   }
   .md-pt-5 {
      padding-top: 5% !important;
   }
   .md-pt-6 {
      padding-top: 6% !important;
   }
   .md-pt-7 {
      padding-top: 7% !important;
   }
   .md-pt-8 {
      padding-top: 8% !important;
   }
   .md-pt-9 {
      padding-top: 9% !important;
   }
   .md-pt-10 {
      padding-top: 10% !important;
   }
   .md-pt-11 {
      padding-top: 11% !important;
   }
   .md-pt-12 {
      padding-top: 12% !important;
   }
   .md-pt-13 {
      padding-top: 13% !important;
   }
   .md-pt-14 {
      padding-top: 14% !important;
   }
   .md-pt-15 {
      padding-top: 15% !important;
   }
   .md-pt-16 {
      padding-top: 16% !important;
   }
   .md-pt-17 {
      padding-top: 17% !important;
   }
   .md-pt-18 {
      padding-top: 18% !important;
   }
   .md-pt-19 {
      padding-top: 19% !important;
   }
   .md-pt-20 {
      padding-top: 20% !important;
   }
   .md-pt-21 {
      padding-top: 21% !important;
   }
   .md-pt-22 {
      padding-top: 22% !important;
   }
   .md-pt-23 {
      padding-top: 23% !important;
   }
   .md-pt-24 {
      padding-top: 24% !important;
   }
   .md-pt-25 {
      padding-top: 25% !important;
   }
   .md-pt-26 {
      padding-top: 26% !important;
   }
   .md-pt-27 {
      padding-top: 27% !important;
   }
   .md-pt-28 {
      padding-top: 28% !important;
   }
   .md-pt-29 {
      padding-top: 29% !important;
   }
   .md-pt-30 {
      padding-top: 30% !important;
   }
   .md-pe-5px {
      padding-right: 5px !important;
   }
   .md-pe-10px {
      padding-right: 10px !important;
   }
   .md-pe-15px {
      padding-right: 15px !important;
   }
   .md-pe-20px {
      padding-right: 20px !important;
   }
   .md-pe-25px {
      padding-right: 25px !important;
   }
   .md-pe-30px {
      padding-right: 30px !important;
   }
   .md-pe-35px {
      padding-right: 35px !important;
   }
   .md-pe-40px {
      padding-right: 40px !important;
   }
   .md-pe-45px {
      padding-right: 45px !important;
   }
   .md-pe-50px {
      padding-right: 50px !important;
   }
   .md-pe-55px {
      padding-right: 55px !important;
   }
   .md-pe-60px {
      padding-right: 60px !important;
   }
   .md-pe-65px {
      padding-right: 65px !important;
   }
   .md-pe-70px {
      padding-right: 70px !important;
   }
   .md-pe-1 {
      padding-right: 1% !important;
   }
   .md-pe-2 {
      padding-right: 2% !important;
   }
   .md-pe-3 {
      padding-right: 3% !important;
   }
   .md-pe-4 {
      padding-right: 4% !important;
   }
   .md-pe-5 {
      padding-right: 5% !important;
   }
   .md-pe-6 {
      padding-right: 6% !important;
   }
   .md-pe-7 {
      padding-right: 7% !important;
   }
   .md-pe-8 {
      padding-right: 8% !important;
   }
   .md-pe-9 {
      padding-right: 9% !important;
   }
   .md-pe-10 {
      padding-right: 10% !important;
   }
   .md-pe-11 {
      padding-right: 11% !important;
   }
   .md-pe-12 {
      padding-right: 12% !important;
   }
   .md-pe-13 {
      padding-right: 13% !important;
   }
   .md-pe-14 {
      padding-right: 14% !important;
   }
   .md-pe-15 {
      padding-right: 15% !important;
   }
   .md-pe-16 {
      padding-right: 16% !important;
   }
   .md-pe-17 {
      padding-right: 17% !important;
   }
   .md-pe-18 {
      padding-right: 18% !important;
   }
   .md-pe-19 {
      padding-right: 19% !important;
   }
   .md-pe-20 {
      padding-right: 20% !important;
   }
   .md-pe-21 {
      padding-right: 21% !important;
   }
   .md-pe-22 {
      padding-right: 22% !important;
   }
   .md-pe-23 {
      padding-right: 23% !important;
   }
   .md-pe-24 {
      padding-right: 24% !important;
   }
   .md-pe-25 {
      padding-right: 25% !important;
   }
   .md-pe-26 {
      padding-right: 26% !important;
   }
   .md-pe-27 {
      padding-right: 27% !important;
   }
   .md-pe-28 {
      padding-right: 28% !important;
   }
   .md-pe-29 {
      padding-right: 29% !important;
   }
   .md-pe-30 {
      padding-right: 30% !important;
   }
   .md-pb-5px {
      padding-bottom: 5px !important;
   }
   .md-pb-10px {
      padding-bottom: 10px !important;
   }
   .md-pb-15px {
      padding-bottom: 15px !important;
   }
   .md-pb-20px {
      padding-bottom: 20px !important;
   }
   .md-pb-25px {
      padding-bottom: 25px !important;
   }
   .md-pb-30px {
      padding-bottom: 30px !important;
   }
   .md-pb-35px {
      padding-bottom: 35px !important;
   }
   .md-pb-40px {
      padding-bottom: 40px !important;
   }
   .md-pb-45px {
      padding-bottom: 45px !important;
   }
   .md-pb-50px {
      padding-bottom: 50px !important;
   }
   .md-pb-55px {
      padding-bottom: 55px !important;
   }
   .md-pb-60px {
      padding-bottom: 60px !important;
   }
   .md-pb-65px {
      padding-bottom: 65px !important;
   }
   .md-pb-70px {
      padding-bottom: 70px !important;
   }
   .md-pb-1 {
      padding-bottom: 1% !important;
   }
   .md-pb-2 {
      padding-bottom: 2% !important;
   }
   .md-pb-3 {
      padding-bottom: 3% !important;
   }
   .md-pb-4 {
      padding-bottom: 4% !important;
   }
   .md-pb-5 {
      padding-bottom: 5% !important;
   }
   .md-pb-6 {
      padding-bottom: 6% !important;
   }
   .md-pb-7 {
      padding-bottom: 7% !important;
   }
   .md-pb-8 {
      padding-bottom: 8% !important;
   }
   .md-pb-9 {
      padding-bottom: 9% !important;
   }
   .md-pb-10 {
      padding-bottom: 10% !important;
   }
   .md-pb-11 {
      padding-bottom: 11% !important;
   }
   .md-pb-12 {
      padding-bottom: 12% !important;
   }
   .md-pb-13 {
      padding-bottom: 13% !important;
   }
   .md-pb-14 {
      padding-bottom: 14% !important;
   }
   .md-pb-15 {
      padding-bottom: 15% !important;
   }
   .md-pb-16 {
      padding-bottom: 16% !important;
   }
   .md-pb-17 {
      padding-bottom: 17% !important;
   }
   .md-pb-18 {
      padding-bottom: 18% !important;
   }
   .md-pb-19 {
      padding-bottom: 19% !important;
   }
   .md-pb-20 {
      padding-bottom: 20% !important;
   }
   .md-pb-21 {
      padding-bottom: 21% !important;
   }
   .md-pb-22 {
      padding-bottom: 22% !important;
   }
   .md-pb-23 {
      padding-bottom: 23% !important;
   }
   .md-pb-24 {
      padding-bottom: 24% !important;
   }
   .md-pb-25 {
      padding-bottom: 25% !important;
   }
   .md-pb-26 {
      padding-bottom: 26% !important;
   }
   .md-pb-27 {
      padding-bottom: 27% !important;
   }
   .md-pb-28 {
      padding-bottom: 28% !important;
   }
   .md-pb-29 {
      padding-bottom: 29% !important;
   }
   .md-pb-30 {
      padding-bottom: 30% !important;
   }
   .md-ps-5px {
      padding-left: 5px !important;
   }
   .md-ps-10px {
      padding-left: 10px !important;
   }
   .md-ps-15px {
      padding-left: 15px !important;
   }
   .md-ps-20px {
      padding-left: 20px !important;
   }
   .md-ps-25px {
      padding-left: 25px !important;
   }
   .md-ps-30px {
      padding-left: 30px !important;
   }
   .md-ps-35px {
      padding-left: 35px !important;
   }
   .md-ps-40px {
      padding-left: 40px !important;
   }
   .md-ps-45px {
      padding-left: 45px !important;
   }
   .md-ps-50px {
      padding-left: 50px !important;
   }
   .md-ps-55px {
      padding-left: 55px !important;
   }
   .md-ps-60px {
      padding-left: 60px !important;
   }
   .md-ps-65px {
      padding-left: 65px !important;
   }
   .md-ps-70px {
      padding-left: 70px !important;
   }
   .md-ps-1 {
      padding-left: 1% !important;
   }
   .md-ps-2 {
      padding-left: 2% !important;
   }
   .md-ps-3 {
      padding-left: 3% !important;
   }
   .md-ps-4 {
      padding-left: 4% !important;
   }
   .md-ps-5 {
      padding-left: 5% !important;
   }
   .md-ps-6 {
      padding-left: 6% !important;
   }
   .md-ps-7 {
      padding-left: 7% !important;
   }
   .md-ps-8 {
      padding-left: 8% !important;
   }
   .md-ps-9 {
      padding-left: 9% !important;
   }
   .md-ps-10 {
      padding-left: 10% !important;
   }
   .md-ps-11 {
      padding-left: 11% !important;
   }
   .md-ps-12 {
      padding-left: 12% !important;
   }
   .md-ps-13 {
      padding-left: 13% !important;
   }
   .md-ps-14 {
      padding-left: 14% !important;
   }
   .md-ps-15 {
      padding-left: 15% !important;
   }
   .md-ps-16 {
      padding-left: 16% !important;
   }
   .md-ps-17 {
      padding-left: 17% !important;
   }
   .md-ps-18 {
      padding-left: 18% !important;
   }
   .md-ps-19 {
      padding-left: 19% !important;
   }
   .md-ps-20 {
      padding-left: 20% !important;
   }
   .md-ps-21 {
      padding-left: 21% !important;
   }
   .md-ps-22 {
      padding-left: 22% !important;
   }
   .md-ps-23 {
      padding-left: 23% !important;
   }
   .md-ps-24 {
      padding-left: 24% !important;
   }
   .md-ps-25 {
      padding-left: 25% !important;
   }
   .md-ps-26 {
      padding-left: 26% !important;
   }
   .md-ps-27 {
      padding-left: 27% !important;
   }
   .md-ps-28 {
      padding-left: 28% !important;
   }
   .md-ps-29 {
      padding-left: 29% !important;
   }
   .md-ps-30 {
      padding-left: 30% !important;
   }
   .md-m-5px {
      margin: 5px !important;
   }
   .md-m-10px {
      margin: 10px !important;
   }
   .md-m-15px {
      margin: 15px !important;
   }
   .md-m-20px {
      margin: 20px !important;
   }
   .md-m-25px {
      margin: 25px !important;
   }
   .md-m-30px {
      margin: 30px !important;
   }
   .md-m-35px {
      margin: 35px !important;
   }
   .md-m-40px {
      margin: 40px !important;
   }
   .md-m-45px {
      margin: 45px !important;
   }
   .md-m-50px {
      margin: 50px !important;
   }
   .md-m-55px {
      margin: 55px !important;
   }
   .md-m-60px {
      margin: 60px !important;
   }
   .md-m-65px {
      margin: 65px !important;
   }
   .md-m-70px {
      margin: 70px !important;
   }
   .md-m-1 {
      margin: 1% !important;
   }
   .md-m-2 {
      margin: 2% !important;
   }
   .md-m-3 {
      margin: 3% !important;
   }
   .md-m-4 {
      margin: 4% !important;
   }
   .md-m-5 {
      margin: 5% !important;
   }
   .md-m-6 {
      margin: 6% !important;
   }
   .md-m-7 {
      margin: 7% !important;
   }
   .md-m-8 {
      margin: 8% !important;
   }
   .md-m-9 {
      margin: 9% !important;
   }
   .md-m-10 {
      margin: 10% !important;
   }
   .md-m-11 {
      margin: 11% !important;
   }
   .md-m-12 {
      margin: 12% !important;
   }
   .md-m-13 {
      margin: 13% !important;
   }
   .md-m-14 {
      margin: 14% !important;
   }
   .md-m-15 {
      margin: 15% !important;
   }
   .md-m-16 {
      margin: 16% !important;
   }
   .md-m-17 {
      margin: 17% !important;
   }
   .md-m-18 {
      margin: 18% !important;
   }
   .md-m-19 {
      margin: 19% !important;
   }
   .md-m-20 {
      margin: 20% !important;
   }
   .md-m-21 {
      margin: 21% !important;
   }
   .md-m-22 {
      margin: 22% !important;
   }
   .md-m-23 {
      margin: 23% !important;
   }
   .md-m-24 {
      margin: 24% !important;
   }
   .md-m-25 {
      margin: 25% !important;
   }
   .md-m-26 {
      margin: 26% !important;
   }
   .md-m-27 {
      margin: 27% !important;
   }
   .md-m-28 {
      margin: 28% !important;
   }
   .md-m-29 {
      margin: 29% !important;
   }
   .md-m-30 {
      margin: 30% !important;
   }
   .md-mt-5px {
      margin-top: 5px !important;
   }
   .md-mt-10px {
      margin-top: 10px !important;
   }
   .md-mt-15px {
      margin-top: 15px !important;
   }
   .md-mt-20px {
      margin-top: 20px !important;
   }
   .md-mt-25px {
      margin-top: 25px !important;
   }
   .md-mt-30px {
      margin-top: 30px !important;
   }
   .md-mt-35px {
      margin-top: 35px !important;
   }
   .md-mt-40px {
      margin-top: 40px !important;
   }
   .md-mt-45px {
      margin-top: 45px !important;
   }
   .md-mt-50px {
      margin-top: 50px !important;
   }
   .md-mt-55px {
      margin-top: 55px !important;
   }
   .md-mt-60px {
      margin-top: 60px !important;
   }
   .md-mt-65px {
      margin-top: 65px !important;
   }
   .md-mt-70px {
      margin-top: 70px !important;
   }
   .md-mt-1 {
      margin-top: 1% !important;
   }
   .md-mt-2 {
      margin-top: 2% !important;
   }
   .md-mt-3 {
      margin-top: 3% !important;
   }
   .md-mt-4 {
      margin-top: 4% !important;
   }
   .md-mt-5 {
      margin-top: 5% !important;
   }
   .md-mt-6 {
      margin-top: 6% !important;
   }
   .md-mt-7 {
      margin-top: 7% !important;
   }
   .md-mt-8 {
      margin-top: 8% !important;
   }
   .md-mt-9 {
      margin-top: 9% !important;
   }
   .md-mt-10 {
      margin-top: 10% !important;
   }
   .md-mt-11 {
      margin-top: 11% !important;
   }
   .md-mt-12 {
      margin-top: 12% !important;
   }
   .md-mt-13 {
      margin-top: 13% !important;
   }
   .md-mt-14 {
      margin-top: 14% !important;
   }
   .md-mt-15 {
      margin-top: 15% !important;
   }
   .md-mt-16 {
      margin-top: 16% !important;
   }
   .md-mt-17 {
      margin-top: 17% !important;
   }
   .md-mt-18 {
      margin-top: 18% !important;
   }
   .md-mt-19 {
      margin-top: 19% !important;
   }
   .md-mt-20 {
      margin-top: 20% !important;
   }
   .md-mt-21 {
      margin-top: 21% !important;
   }
   .md-mt-22 {
      margin-top: 22% !important;
   }
   .md-mt-23 {
      margin-top: 23% !important;
   }
   .md-mt-24 {
      margin-top: 24% !important;
   }
   .md-mt-25 {
      margin-top: 25% !important;
   }
   .md-mt-26 {
      margin-top: 26% !important;
   }
   .md-mt-27 {
      margin-top: 27% !important;
   }
   .md-mt-28 {
      margin-top: 28% !important;
   }
   .md-mt-29 {
      margin-top: 29% !important;
   }
   .md-mt-30 {
      margin-top: 30% !important;
   }
   .md-me-5px {
      margin-right: 5px !important;
   }
   .md-me-10px {
      margin-right: 10px !important;
   }
   .md-me-15px {
      margin-right: 15px !important;
   }
   .md-me-20px {
      margin-right: 20px !important;
   }
   .md-me-25px {
      margin-right: 25px !important;
   }
   .md-me-30px {
      margin-right: 30px !important;
   }
   .md-me-35px {
      margin-right: 35px !important;
   }
   .md-me-40px {
      margin-right: 40px !important;
   }
   .md-me-45px {
      margin-right: 45px !important;
   }
   .md-me-50px {
      margin-right: 50px !important;
   }
   .md-me-55px {
      margin-right: 55px !important;
   }
   .md-me-60px {
      margin-right: 60px !important;
   }
   .md-me-65px {
      margin-right: 65px !important;
   }
   .md-me-70px {
      margin-right: 70px !important;
   }
   .md-me-1 {
      margin-right: 1% !important;
   }
   .md-me-2 {
      margin-right: 2% !important;
   }
   .md-me-3 {
      margin-right: 3% !important;
   }
   .md-me-4 {
      margin-right: 4% !important;
   }
   .md-me-5 {
      margin-right: 5% !important;
   }
   .md-me-6 {
      margin-right: 6% !important;
   }
   .md-me-7 {
      margin-right: 7% !important;
   }
   .md-me-8 {
      margin-right: 8% !important;
   }
   .md-me-9 {
      margin-right: 9% !important;
   }
   .md-me-10 {
      margin-right: 10% !important;
   }
   .md-me-11 {
      margin-right: 11% !important;
   }
   .md-me-12 {
      margin-right: 12% !important;
   }
   .md-me-13 {
      margin-right: 13% !important;
   }
   .md-me-14 {
      margin-right: 14% !important;
   }
   .md-me-15 {
      margin-right: 15% !important;
   }
   .md-me-16 {
      margin-right: 16% !important;
   }
   .md-me-17 {
      margin-right: 17% !important;
   }
   .md-me-18 {
      margin-right: 18% !important;
   }
   .md-me-19 {
      margin-right: 19% !important;
   }
   .md-me-20 {
      margin-right: 20% !important;
   }
   .md-me-21 {
      margin-right: 21% !important;
   }
   .md-me-22 {
      margin-right: 22% !important;
   }
   .md-me-23 {
      margin-right: 23% !important;
   }
   .md-me-24 {
      margin-right: 24% !important;
   }
   .md-me-25 {
      margin-right: 25% !important;
   }
   .md-me-26 {
      margin-right: 26% !important;
   }
   .md-me-27 {
      margin-right: 27% !important;
   }
   .md-me-28 {
      margin-right: 28% !important;
   }
   .md-me-29 {
      margin-right: 29% !important;
   }
   .md-me-30 {
      margin-right: 30% !important;
   }
   .md-mb-5px {
      margin-bottom: 5px !important;
   }
   .md-mb-10px {
      margin-bottom: 10px !important;
   }
   .md-mb-15px {
      margin-bottom: 15px !important;
   }
   .md-mb-20px {
      margin-bottom: 20px !important;
   }
   .md-mb-25px {
      margin-bottom: 25px !important;
   }
   .md-mb-30px {
      margin-bottom: 30px !important;
   }
   .md-mb-35px {
      margin-bottom: 35px !important;
   }
   .md-mb-40px {
      margin-bottom: 40px !important;
   }
   .md-mb-45px {
      margin-bottom: 45px !important;
   }
   .md-mb-50px {
      margin-bottom: 50px !important;
   }
   .md-mb-55px {
      margin-bottom: 55px !important;
   }
   .md-mb-60px {
      margin-bottom: 60px !important;
   }
   .md-mb-65px {
      margin-bottom: 65px !important;
   }
   .md-mb-70px {
      margin-bottom: 70px !important;
   }
   .md-mb-1 {
      margin-bottom: 1% !important;
   }
   .md-mb-2 {
      margin-bottom: 2% !important;
   }
   .md-mb-3 {
      margin-bottom: 3% !important;
   }
   .md-mb-4 {
      margin-bottom: 4% !important;
   }
   .md-mb-5 {
      margin-bottom: 5% !important;
   }
   .md-mb-6 {
      margin-bottom: 6% !important;
   }
   .md-mb-7 {
      margin-bottom: 7% !important;
   }
   .md-mb-8 {
      margin-bottom: 8% !important;
   }
   .md-mb-9 {
      margin-bottom: 9% !important;
   }
   .md-mb-10 {
      margin-bottom: 10% !important;
   }
   .md-mb-11 {
      margin-bottom: 11% !important;
   }
   .md-mb-12 {
      margin-bottom: 12% !important;
   }
   .md-mb-13 {
      margin-bottom: 13% !important;
   }
   .md-mb-14 {
      margin-bottom: 14% !important;
   }
   .md-mb-15 {
      margin-bottom: 15% !important;
   }
   .md-mb-16 {
      margin-bottom: 16% !important;
   }
   .md-mb-17 {
      margin-bottom: 17% !important;
   }
   .md-mb-18 {
      margin-bottom: 18% !important;
   }
   .md-mb-19 {
      margin-bottom: 19% !important;
   }
   .md-mb-20 {
      margin-bottom: 20% !important;
   }
   .md-mb-21 {
      margin-bottom: 21% !important;
   }
   .md-mb-22 {
      margin-bottom: 22% !important;
   }
   .md-mb-23 {
      margin-bottom: 23% !important;
   }
   .md-mb-24 {
      margin-bottom: 24% !important;
   }
   .md-mb-25 {
      margin-bottom: 25% !important;
   }
   .md-mb-26 {
      margin-bottom: 26% !important;
   }
   .md-mb-27 {
      margin-bottom: 27% !important;
   }
   .md-mb-28 {
      margin-bottom: 28% !important;
   }
   .md-mb-29 {
      margin-bottom: 29% !important;
   }
   .md-mb-30 {
      margin-bottom: 30% !important;
   }
   .md-ms-5px {
      margin-left: 5px !important;
   }
   .md-ms-10px {
      margin-left: 10px !important;
   }
   .md-ms-15px {
      margin-left: 15px !important;
   }
   .md-ms-20px {
      margin-left: 20px !important;
   }
   .md-ms-25px {
      margin-left: 25px !important;
   }
   .md-ms-30px {
      margin-left: 30px !important;
   }
   .md-ms-35px {
      margin-left: 35px !important;
   }
   .md-ms-40px {
      margin-left: 40px !important;
   }
   .md-ms-45px {
      margin-left: 45px !important;
   }
   .md-ms-50px {
      margin-left: 50px !important;
   }
   .md-ms-55px {
      margin-left: 55px !important;
   }
   .md-ms-60px {
      margin-left: 60px !important;
   }
   .md-ms-65px {
      margin-left: 65px !important;
   }
   .md-ms-70px {
      margin-left: 70px !important;
   }
   .md-ms-1 {
      margin-left: 1% !important;
   }
   .md-ms-2 {
      margin-left: 2% !important;
   }
   .md-ms-3 {
      margin-left: 3% !important;
   }
   .md-ms-4 {
      margin-left: 4% !important;
   }
   .md-ms-5 {
      margin-left: 5% !important;
   }
   .md-ms-6 {
      margin-left: 6% !important;
   }
   .md-ms-7 {
      margin-left: 7% !important;
   }
   .md-ms-8 {
      margin-left: 8% !important;
   }
   .md-ms-9 {
      margin-left: 9% !important;
   }
   .md-ms-10 {
      margin-left: 10% !important;
   }
   .md-ms-11 {
      margin-left: 11% !important;
   }
   .md-ms-12 {
      margin-left: 12% !important;
   }
   .md-ms-13 {
      margin-left: 13% !important;
   }
   .md-ms-14 {
      margin-left: 14% !important;
   }
   .md-ms-15 {
      margin-left: 15% !important;
   }
   .md-ms-16 {
      margin-left: 16% !important;
   }
   .md-ms-17 {
      margin-left: 17% !important;
   }
   .md-ms-18 {
      margin-left: 18% !important;
   }
   .md-ms-19 {
      margin-left: 19% !important;
   }
   .md-ms-20 {
      margin-left: 20% !important;
   }
   .md-ms-21 {
      margin-left: 21% !important;
   }
   .md-ms-22 {
      margin-left: 22% !important;
   }
   .md-ms-23 {
      margin-left: 23% !important;
   }
   .md-ms-24 {
      margin-left: 24% !important;
   }
   .md-ms-25 {
      margin-left: 25% !important;
   }
   .md-ms-26 {
      margin-left: 26% !important;
   }
   .md-ms-27 {
      margin-left: 27% !important;
   }
   .md-ms-28 {
      margin-left: 28% !important;
   }
   .md-ms-29 {
      margin-left: 29% !important;
   }
   .md-ms-30 {
      margin-left: 30% !important;
   }
   .md-top-0px {
      top: 0 !important;
   }
   .md-top-1px {
      top: 1px !important;
   }
   .md-top-2px {
      top: 2px !important;
   }
   .md-top-3px {
      top: 3px !important;
   }
   .md-top-4px {
      top: 4px !important;
   }
   .md-top-5px {
      top: 5px !important;
   }
   .md-top-6px {
      top: 6px !important;
   }
   .md-top-7px {
      top: 7px !important;
   }
   .md-top-8px {
      top: 8px !important;
   }
   .md-top-9px {
      top: 9px !important;
   }
   .md-top-10px {
      top: 10px !important;
   }
   .md-top-11px {
      top: 11px !important;
   }
   .md-top-12px {
      top: 12px !important;
   }
   .md-top-13px {
      top: 13px !important;
   }
   .md-top-14px {
      top: 14px !important;
   }
   .md-top-15px {
      top: 15px !important;
   }
   .md-top-16px {
      top: 16px !important;
   }
   .md-top-17px {
      top: 17px !important;
   }
   .md-top-18px {
      top: 18px !important;
   }
   .md-top-19px {
      top: 19px !important;
   }
   .md-top-20px {
      top: 20px !important;
   }
   .md-top-21px {
      top: 21px !important;
   }
   .md-top-22px {
      top: 22px !important;
   }
   .md-top-23px {
      top: 23px !important;
   }
   .md-top-24px {
      top: 24px !important;
   }
   .md-top-25px {
      top: 25px !important;
   }
   .md-top-26px {
      top: 26px !important;
   }
   .md-top-27px {
      top: 27px !important;
   }
   .md-top-28px {
      top: 28px !important;
   }
   .md-top-29px {
      top: 29px !important;
   }
   .md-top-30px {
      top: 30px !important;
   }
   .md-top-40px {
      top: 40px !important;
   }
   .md-top-50px {
      top: 50px !important;
   }
   .md-top-60px {
      top: 60px !important;
   }
   .md-top-70px {
      top: 70px !important;
   }
   .md-top-80px {
      top: 80px !important;
   }
   .md-top-90px {
      top: 90px !important;
   }
   .md-top-100px {
      top: 100px !important;
   }
   .md-top-110px {
      top: 110px !important;
   }
   .md-top-120px {
      top: 120px !important;
   }
   .md-top-130px {
      top: 130px !important;
   }
   .md-top-140px {
      top: 140px !important;
   }
   .md-top-150px {
      top: 150px !important;
   }
   .md-right-0px {
      right: 0 !important;
   }
   .md-right-1px {
      right: 1px !important;
   }
   .md-right-2px {
      right: 2px !important;
   }
   .md-right-3px {
      right: 3px !important;
   }
   .md-right-4px {
      right: 4px !important;
   }
   .md-right-5px {
      right: 5px !important;
   }
   .md-right-6px {
      right: 6px !important;
   }
   .md-right-7px {
      right: 7px !important;
   }
   .md-right-8px {
      right: 8px !important;
   }
   .md-right-9px {
      right: 9px !important;
   }
   .md-right-10px {
      right: 10px !important;
   }
   .md-right-11px {
      right: 11px !important;
   }
   .md-right-12px {
      right: 12px !important;
   }
   .md-right-13px {
      right: 13px !important;
   }
   .md-right-14px {
      right: 14px !important;
   }
   .md-right-15px {
      right: 15px !important;
   }
   .md-right-16px {
      right: 16px !important;
   }
   .md-right-17px {
      right: 17px !important;
   }
   .md-right-18px {
      right: 18px !important;
   }
   .md-right-19px {
      right: 19px !important;
   }
   .md-right-20px {
      right: 20px !important;
   }
   .md-right-21px {
      right: 21px !important;
   }
   .md-right-22px {
      right: 22px !important;
   }
   .md-right-23px {
      right: 23px !important;
   }
   .md-right-24px {
      right: 24px !important;
   }
   .md-right-25px {
      right: 25px !important;
   }
   .md-right-26px {
      right: 26px !important;
   }
   .md-right-27px {
      right: 27px !important;
   }
   .md-right-28px {
      right: 28px !important;
   }
   .md-right-29px {
      right: 29px !important;
   }
   .md-right-30px {
      right: 30px !important;
   }
   .md-right-40px {
      right: 40px !important;
   }
   .md-right-50px {
      right: 50px !important;
   }
   .md-right-60px {
      right: 60px !important;
   }
   .md-right-70px {
      right: 70px !important;
   }
   .md-right-80px {
      right: 80px !important;
   }
   .md-right-90px {
      right: 90px !important;
   }
   .md-right-100px {
      right: 100px !important;
   }
   .md-right-110px {
      right: 110px !important;
   }
   .md-right-120px {
      right: 120px !important;
   }
   .md-right-130px {
      right: 130px !important;
   }
   .md-right-140px {
      right: 140px !important;
   }
   .md-right-150px {
      right: 150px !important;
   }
   .md-bottom-0px {
      bottom: 0 !important;
   }
   .md-bottom-1px {
      bottom: 1px !important;
   }
   .md-bottom-2px {
      bottom: 2px !important;
   }
   .md-bottom-3px {
      bottom: 3px !important;
   }
   .md-bottom-4px {
      bottom: 4px !important;
   }
   .md-bottom-5px {
      bottom: 5px !important;
   }
   .md-bottom-6px {
      bottom: 6px !important;
   }
   .md-bottom-7px {
      bottom: 7px !important;
   }
   .md-bottom-8px {
      bottom: 8px !important;
   }
   .md-bottom-9px {
      bottom: 9px !important;
   }
   .md-bottom-10px {
      bottom: 10px !important;
   }
   .md-bottom-11px {
      bottom: 11px !important;
   }
   .md-bottom-12px {
      bottom: 12px !important;
   }
   .md-bottom-13px {
      bottom: 13px !important;
   }
   .md-bottom-14px {
      bottom: 14px !important;
   }
   .md-bottom-15px {
      bottom: 15px !important;
   }
   .md-bottom-16px {
      bottom: 16px !important;
   }
   .md-bottom-17px {
      bottom: 17px !important;
   }
   .md-bottom-18px {
      bottom: 18px !important;
   }
   .md-bottom-19px {
      bottom: 19px !important;
   }
   .md-bottom-20px {
      bottom: 20px !important;
   }
   .md-bottom-21px {
      bottom: 21px !important;
   }
   .md-bottom-22px {
      bottom: 22px !important;
   }
   .md-bottom-23px {
      bottom: 23px !important;
   }
   .md-bottom-24px {
      bottom: 24px !important;
   }
   .md-bottom-25px {
      bottom: 25px !important;
   }
   .md-bottom-26px {
      bottom: 26px !important;
   }
   .md-bottom-27px {
      bottom: 27px !important;
   }
   .md-bottom-28px {
      bottom: 28px !important;
   }
   .md-bottom-29px {
      bottom: 29px !important;
   }
   .md-bottom-30px {
      bottom: 30px !important;
   }
   .md-bottom-40px {
      bottom: 40px !important;
   }
   .md-bottom-50px {
      bottom: 50px !important;
   }
   .md-bottom-60px {
      bottom: 60px !important;
   }
   .md-bottom-70px {
      bottom: 70px !important;
   }
   .md-bottom-80px {
      bottom: 80px !important;
   }
   .md-bottom-90px {
      bottom: 90px !important;
   }
   .md-bottom-100px {
      bottom: 100px !important;
   }
   .md-bottom-110px {
      bottom: 110px !important;
   }
   .md-bottom-120px {
      bottom: 120px !important;
   }
   .md-bottom-130px {
      bottom: 130px !important;
   }
   .md-bottom-140px {
      bottom: 140px !important;
   }
   .md-bottom-150px {
      bottom: 150px !important;
   }
   .md-left-0px {
      left: 0 !important;
   }
   .md-left-1px {
      left: 1px !important;
   }
   .md-left-2px {
      left: 2px !important;
   }
   .md-left-3px {
      left: 3px !important;
   }
   .md-left-4px {
      left: 4px !important;
   }
   .md-left-5px {
      left: 5px !important;
   }
   .md-left-6px {
      left: 6px !important;
   }
   .md-left-7px {
      left: 7px !important;
   }
   .md-left-8px {
      left: 8px !important;
   }
   .md-left-9px {
      left: 9px !important;
   }
   .md-left-10px {
      left: 10px !important;
   }
   .md-left-11px {
      left: 11px !important;
   }
   .md-left-12px {
      left: 12px !important;
   }
   .md-left-13px {
      left: 13px !important;
   }
   .md-left-14px {
      left: 14px !important;
   }
   .md-left-15px {
      left: 15px !important;
   }
   .md-left-16px {
      left: 16px !important;
   }
   .md-left-17px {
      left: 17px !important;
   }
   .md-left-18px {
      left: 18px !important;
   }
   .md-left-19px {
      left: 19px !important;
   }
   .md-left-20px {
      left: 20px !important;
   }
   .md-left-21px {
      left: 21px !important;
   }
   .md-left-22px {
      left: 22px !important;
   }
   .md-left-23px {
      left: 23px !important;
   }
   .md-left-24px {
      left: 24px !important;
   }
   .md-left-25px {
      left: 25px !important;
   }
   .md-left-26px {
      left: 26px !important;
   }
   .md-left-27px {
      left: 27px !important;
   }
   .md-left-28px {
      left: 28px !important;
   }
   .md-left-29px {
      left: 29px !important;
   }
   .md-left-30px {
      left: 30px !important;
   }
   .md-left-40px {
      left: 40px !important;
   }
   .md-left-50px {
      left: 50px !important;
   }
   .md-left-60px {
      left: 60px !important;
   }
   .md-left-70px {
      left: 70px !important;
   }
   .md-left-80px {
      left: 80px !important;
   }
   .md-left-90px {
      left: 90px !important;
   }
   .md-left-100px {
      left: 100px !important;
   }
   .md-left-110px {
      left: 110px !important;
   }
   .md-left-120px {
      left: 120px !important;
   }
   .md-left-130px {
      left: 130px !important;
   }
   .md-left-140px {
      left: 140px !important;
   }
   .md-left-150px {
      left: 150px !important;
   }
   .md-top-minus-0px {
      top: -0px !important;
   }
   .md-top-minus-1px {
      top: -1px !important;
   }
   .md-top-minus-2px {
      top: -2px !important;
   }
   .md-top-minus-3px {
      top: -3px !important;
   }
   .md-top-minus-4px {
      top: -4px !important;
   }
   .md-top-minus-5px {
      top: -5px !important;
   }
   .md-top-minus-6px {
      top: -6px !important;
   }
   .md-top-minus-7px {
      top: -7px !important;
   }
   .md-top-minus-8px {
      top: -8px !important;
   }
   .md-top-minus-9px {
      top: -9px !important;
   }
   .md-top-minus-10px {
      top: -10px !important;
   }
   .md-top-minus-11px {
      top: -11px !important;
   }
   .md-top-minus-12px {
      top: -12px !important;
   }
   .md-top-minus-13px {
      top: -13px !important;
   }
   .md-top-minus-14px {
      top: -14px !important;
   }
   .md-top-minus-15px {
      top: -15px !important;
   }
   .md-top-minus-16px {
      top: -16px !important;
   }
   .md-top-minus-17px {
      top: -17px !important;
   }
   .md-top-minus-18px {
      top: -18px !important;
   }
   .md-top-minus-19px {
      top: -19px !important;
   }
   .md-top-minus-20px {
      top: -20px !important;
   }
   .md-top-minus-21px {
      top: -21px !important;
   }
   .md-top-minus-22px {
      top: -22px !important;
   }
   .md-top-minus-23px {
      top: -23px !important;
   }
   .md-top-minus-24px {
      top: -24px !important;
   }
   .md-top-minus-25px {
      top: -25px !important;
   }
   .md-top-minus-26px {
      top: -26px !important;
   }
   .md-top-minus-27px {
      top: -27px !important;
   }
   .md-top-minus-28px {
      top: -28px !important;
   }
   .md-top-minus-29px {
      top: -29px !important;
   }
   .md-top-minus-30px {
      top: -30px !important;
   }
   .md-top-minus-40px {
      top: -40px !important;
   }
   .md-top-minus-50px {
      top: -50px !important;
   }
   .md-top-minus-60px {
      top: -60px !important;
   }
   .md-top-minus-70px {
      top: -70px !important;
   }
   .md-top-minus-80px {
      top: -80px !important;
   }
   .md-top-minus-90px {
      top: -90px !important;
   }
   .md-top-minus-100px {
      top: -100px !important;
   }
   .md-top-minus-110px {
      top: -110px !important;
   }
   .md-top-minus-120px {
      top: -120px !important;
   }
   .md-top-minus-130px {
      top: -130px !important;
   }
   .md-top-minus-140px {
      top: -140px !important;
   }
   .md-top-minus-150px {
      top: -150px !important;
   }
   .md-right-minus-0px {
      right: -0px !important;
   }
   .md-right-minus-1px {
      right: -1px !important;
   }
   .md-right-minus-2px {
      right: -2px !important;
   }
   .md-right-minus-3px {
      right: -3px !important;
   }
   .md-right-minus-4px {
      right: -4px !important;
   }
   .md-right-minus-5px {
      right: -5px !important;
   }
   .md-right-minus-6px {
      right: -6px !important;
   }
   .md-right-minus-7px {
      right: -7px !important;
   }
   .md-right-minus-8px {
      right: -8px !important;
   }
   .md-right-minus-9px {
      right: -9px !important;
   }
   .md-right-minus-10px {
      right: -10px !important;
   }
   .md-right-minus-11px {
      right: -11px !important;
   }
   .md-right-minus-12px {
      right: -12px !important;
   }
   .md-right-minus-13px {
      right: -13px !important;
   }
   .md-right-minus-14px {
      right: -14px !important;
   }
   .md-right-minus-15px {
      right: -15px !important;
   }
   .md-right-minus-16px {
      right: -16px !important;
   }
   .md-right-minus-17px {
      right: -17px !important;
   }
   .md-right-minus-18px {
      right: -18px !important;
   }
   .md-right-minus-19px {
      right: -19px !important;
   }
   .md-right-minus-20px {
      right: -20px !important;
   }
   .md-right-minus-21px {
      right: -21px !important;
   }
   .md-right-minus-22px {
      right: -22px !important;
   }
   .md-right-minus-23px {
      right: -23px !important;
   }
   .md-right-minus-24px {
      right: -24px !important;
   }
   .md-right-minus-25px {
      right: -25px !important;
   }
   .md-right-minus-26px {
      right: -26px !important;
   }
   .md-right-minus-27px {
      right: -27px !important;
   }
   .md-right-minus-28px {
      right: -28px !important;
   }
   .md-right-minus-29px {
      right: -29px !important;
   }
   .md-right-minus-30px {
      right: -30px !important;
   }
   .md-right-minus-40px {
      right: -40px !important;
   }
   .md-right-minus-50px {
      right: -50px !important;
   }
   .md-right-minus-60px {
      right: -60px !important;
   }
   .md-right-minus-70px {
      right: -70px !important;
   }
   .md-right-minus-80px {
      right: -80px !important;
   }
   .md-right-minus-90px {
      right: -90px !important;
   }
   .md-right-minus-100px {
      right: -100px !important;
   }
   .md-right-minus-110px {
      right: -110px !important;
   }
   .md-right-minus-120px {
      right: -120px !important;
   }
   .md-right-minus-130px {
      right: -130px !important;
   }
   .md-right-minus-140px {
      right: -140px !important;
   }
   .md-right-minus-150px {
      right: -150px !important;
   }
   .md-bottom-minus-0px {
      bottom: -0px !important;
   }
   .md-bottom-minus-1px {
      bottom: -1px !important;
   }
   .md-bottom-minus-2px {
      bottom: -2px !important;
   }
   .md-bottom-minus-3px {
      bottom: -3px !important;
   }
   .md-bottom-minus-4px {
      bottom: -4px !important;
   }
   .md-bottom-minus-5px {
      bottom: -5px !important;
   }
   .md-bottom-minus-6px {
      bottom: -6px !important;
   }
   .md-bottom-minus-7px {
      bottom: -7px !important;
   }
   .md-bottom-minus-8px {
      bottom: -8px !important;
   }
   .md-bottom-minus-9px {
      bottom: -9px !important;
   }
   .md-bottom-minus-10px {
      bottom: -10px !important;
   }
   .md-bottom-minus-11px {
      bottom: -11px !important;
   }
   .md-bottom-minus-12px {
      bottom: -12px !important;
   }
   .md-bottom-minus-13px {
      bottom: -13px !important;
   }
   .md-bottom-minus-14px {
      bottom: -14px !important;
   }
   .md-bottom-minus-15px {
      bottom: -15px !important;
   }
   .md-bottom-minus-16px {
      bottom: -16px !important;
   }
   .md-bottom-minus-17px {
      bottom: -17px !important;
   }
   .md-bottom-minus-18px {
      bottom: -18px !important;
   }
   .md-bottom-minus-19px {
      bottom: -19px !important;
   }
   .md-bottom-minus-20px {
      bottom: -20px !important;
   }
   .md-bottom-minus-21px {
      bottom: -21px !important;
   }
   .md-bottom-minus-22px {
      bottom: -22px !important;
   }
   .md-bottom-minus-23px {
      bottom: -23px !important;
   }
   .md-bottom-minus-24px {
      bottom: -24px !important;
   }
   .md-bottom-minus-25px {
      bottom: -25px !important;
   }
   .md-bottom-minus-26px {
      bottom: -26px !important;
   }
   .md-bottom-minus-27px {
      bottom: -27px !important;
   }
   .md-bottom-minus-28px {
      bottom: -28px !important;
   }
   .md-bottom-minus-29px {
      bottom: -29px !important;
   }
   .md-bottom-minus-30px {
      bottom: -30px !important;
   }
   .md-bottom-minus-40px {
      bottom: -40px !important;
   }
   .md-bottom-minus-50px {
      bottom: -50px !important;
   }
   .md-bottom-minus-60px {
      bottom: -60px !important;
   }
   .md-bottom-minus-70px {
      bottom: -70px !important;
   }
   .md-bottom-minus-80px {
      bottom: -80px !important;
   }
   .md-bottom-minus-90px {
      bottom: -90px !important;
   }
   .md-bottom-minus-100px {
      bottom: -100px !important;
   }
   .md-bottom-minus-110px {
      bottom: -110px !important;
   }
   .md-bottom-minus-120px {
      bottom: -120px !important;
   }
   .md-bottom-minus-130px {
      bottom: -130px !important;
   }
   .md-bottom-minus-140px {
      bottom: -140px !important;
   }
   .md-bottom-minus-150px {
      bottom: -150px !important;
   }
   .md-left-minus-0px {
      left: -0px !important;
   }
   .md-left-minus-1px {
      left: -1px !important;
   }
   .md-left-minus-2px {
      left: -2px !important;
   }
   .md-left-minus-3px {
      left: -3px !important;
   }
   .md-left-minus-4px {
      left: -4px !important;
   }
   .md-left-minus-5px {
      left: -5px !important;
   }
   .md-left-minus-6px {
      left: -6px !important;
   }
   .md-left-minus-7px {
      left: -7px !important;
   }
   .md-left-minus-8px {
      left: -8px !important;
   }
   .md-left-minus-9px {
      left: -9px !important;
   }
   .md-left-minus-10px {
      left: -10px !important;
   }
   .md-left-minus-11px {
      left: -11px !important;
   }
   .md-left-minus-12px {
      left: -12px !important;
   }
   .md-left-minus-13px {
      left: -13px !important;
   }
   .md-left-minus-14px {
      left: -14px !important;
   }
   .md-left-minus-15px {
      left: -15px !important;
   }
   .md-left-minus-16px {
      left: -16px !important;
   }
   .md-left-minus-17px {
      left: -17px !important;
   }
   .md-left-minus-18px {
      left: -18px !important;
   }
   .md-left-minus-19px {
      left: -19px !important;
   }
   .md-left-minus-20px {
      left: -20px !important;
   }
   .md-left-minus-21px {
      left: -21px !important;
   }
   .md-left-minus-22px {
      left: -22px !important;
   }
   .md-left-minus-23px {
      left: -23px !important;
   }
   .md-left-minus-24px {
      left: -24px !important;
   }
   .md-left-minus-25px {
      left: -25px !important;
   }
   .md-left-minus-26px {
      left: -26px !important;
   }
   .md-left-minus-27px {
      left: -27px !important;
   }
   .md-left-minus-28px {
      left: -28px !important;
   }
   .md-left-minus-29px {
      left: -29px !important;
   }
   .md-left-minus-30px {
      left: -30px !important;
   }
   .md-left-minus-40px {
      left: -40px !important;
   }
   .md-left-minus-50px {
      left: -50px !important;
   }
   .md-left-minus-60px {
      left: -60px !important;
   }
   .md-left-minus-70px {
      left: -70px !important;
   }
   .md-left-minus-80px {
      left: -80px !important;
   }
   .md-left-minus-90px {
      left: -90px !important;
   }
   .md-left-minus-100px {
      left: -100px !important;
   }
   .md-left-minus-110px {
      left: -110px !important;
   }
   .md-left-minus-120px {
      left: -120px !important;
   }
   .md-left-minus-130px {
      left: -130px !important;
   }
   .md-left-minus-140px {
      left: -140px !important;
   }
   .md-left-minus-150px {
      left: -150px !important;
   }
   .md-border-width-0px {
      border-width: 0px !important;
   }
   .md-border-width-1px {
      border-width: 1px !important;
   }
   .md-border-width-2px {
      border-width: 2px !important;
   }
   .md-border-width-3px {
      border-width: 3px !important;
   }
   .md-border-width-4px {
      border-width: 4px !important;
   }
   .md-border-width-5px {
      border-width: 5px !important;
   }
   .md-border-width-6px {
      border-width: 6px !important;
   }
   .md-border-width-7px {
      border-width: 7px !important;
   }
   .md-border-width-8px {
      border-width: 8px !important;
   }
   .md-border-width-9px {
      border-width: 9px !important;
   }
   .md-border-width-10px {
      border-width: 10px !important;
   }
}
@media (max-width: 767px) {
   .sm-p-5px {
      padding: 5px !important;
   }
   .sm-p-10px {
      padding: 10px !important;
   }
   .sm-p-15px {
      padding: 15px !important;
   }
   .sm-p-20px {
      padding: 20px !important;
   }
   .sm-p-25px {
      padding: 25px !important;
   }
   .sm-p-30px {
      padding: 30px !important;
   }
   .sm-p-35px {
      padding: 35px !important;
   }
   .sm-p-40px {
      padding: 40px !important;
   }
   .sm-p-45px {
      padding: 45px !important;
   }
   .sm-p-50px {
      padding: 50px !important;
   }
   .sm-p-55px {
      padding: 55px !important;
   }
   .sm-p-60px {
      padding: 60px !important;
   }
   .sm-p-65px {
      padding: 65px !important;
   }
   .sm-p-70px {
      padding: 70px !important;
   }
   .sm-p-1 {
      padding: 1% !important;
   }
   .sm-p-2 {
      padding: 2% !important;
   }
   .sm-p-3 {
      padding: 3% !important;
   }
   .sm-p-4 {
      padding: 4% !important;
   }
   .sm-p-5 {
      padding: 5% !important;
   }
   .sm-p-6 {
      padding: 6% !important;
   }
   .sm-p-7 {
      padding: 7% !important;
   }
   .sm-p-8 {
      padding: 8% !important;
   }
   .sm-p-9 {
      padding: 9% !important;
   }
   .sm-p-10 {
      padding: 10% !important;
   }
   .sm-p-11 {
      padding: 11% !important;
   }
   .sm-p-12 {
      padding: 12% !important;
   }
   .sm-p-13 {
      padding: 13% !important;
   }
   .sm-p-14 {
      padding: 14% !important;
   }
   .sm-p-15 {
      padding: 15% !important;
   }
   .sm-p-16 {
      padding: 16% !important;
   }
   .sm-p-17 {
      padding: 17% !important;
   }
   .sm-p-18 {
      padding: 18% !important;
   }
   .sm-p-19 {
      padding: 19% !important;
   }
   .sm-p-20 {
      padding: 20% !important;
   }
   .sm-p-21 {
      padding: 21% !important;
   }
   .sm-p-22 {
      padding: 22% !important;
   }
   .sm-p-23 {
      padding: 23% !important;
   }
   .sm-p-24 {
      padding: 24% !important;
   }
   .sm-p-25 {
      padding: 25% !important;
   }
   .sm-p-26 {
      padding: 26% !important;
   }
   .sm-p-27 {
      padding: 27% !important;
   }
   .sm-p-28 {
      padding: 28% !important;
   }
   .sm-p-29 {
      padding: 29% !important;
   }
   .sm-p-30 {
      padding: 30% !important;
   }
   .sm-pt-5px {
      padding-top: 5px !important;
   }
   .sm-pt-10px {
      padding-top: 10px !important;
   }
   .sm-pt-15px {
      padding-top: 15px !important;
   }
   .sm-pt-20px {
      padding-top: 20px !important;
   }
   .sm-pt-25px {
      padding-top: 25px !important;
   }
   .sm-pt-30px {
      padding-top: 30px !important;
   }
   .sm-pt-35px {
      padding-top: 35px !important;
   }
   .sm-pt-40px {
      padding-top: 40px !important;
   }
   .sm-pt-45px {
      padding-top: 45px !important;
   }
   .sm-pt-50px {
      padding-top: 50px !important;
   }
   .sm-pt-55px {
      padding-top: 55px !important;
   }
   .sm-pt-60px {
      padding-top: 60px !important;
   }
   .sm-pt-65px {
      padding-top: 65px !important;
   }
   .sm-pt-70px {
      padding-top: 70px !important;
   }
   .sm-pt-1 {
      padding-top: 1% !important;
   }
   .sm-pt-2 {
      padding-top: 2% !important;
   }
   .sm-pt-3 {
      padding-top: 3% !important;
   }
   .sm-pt-4 {
      padding-top: 4% !important;
   }
   .sm-pt-5 {
      padding-top: 5% !important;
   }
   .sm-pt-6 {
      padding-top: 6% !important;
   }
   .sm-pt-7 {
      padding-top: 7% !important;
   }
   .sm-pt-8 {
      padding-top: 8% !important;
   }
   .sm-pt-9 {
      padding-top: 9% !important;
   }
   .sm-pt-10 {
      padding-top: 10% !important;
   }
   .sm-pt-11 {
      padding-top: 11% !important;
   }
   .sm-pt-12 {
      padding-top: 12% !important;
   }
   .sm-pt-13 {
      padding-top: 13% !important;
   }
   .sm-pt-14 {
      padding-top: 14% !important;
   }
   .sm-pt-15 {
      padding-top: 15% !important;
   }
   .sm-pt-16 {
      padding-top: 16% !important;
   }
   .sm-pt-17 {
      padding-top: 17% !important;
   }
   .sm-pt-18 {
      padding-top: 18% !important;
   }
   .sm-pt-19 {
      padding-top: 19% !important;
   }
   .sm-pt-20 {
      padding-top: 20% !important;
   }
   .sm-pt-21 {
      padding-top: 21% !important;
   }
   .sm-pt-22 {
      padding-top: 22% !important;
   }
   .sm-pt-23 {
      padding-top: 23% !important;
   }
   .sm-pt-24 {
      padding-top: 24% !important;
   }
   .sm-pt-25 {
      padding-top: 25% !important;
   }
   .sm-pt-26 {
      padding-top: 26% !important;
   }
   .sm-pt-27 {
      padding-top: 27% !important;
   }
   .sm-pt-28 {
      padding-top: 28% !important;
   }
   .sm-pt-29 {
      padding-top: 29% !important;
   }
   .sm-pt-30 {
      padding-top: 30% !important;
   }
   .sm-pe-5px {
      padding-right: 5px !important;
   }
   .sm-pe-10px {
      padding-right: 10px !important;
   }
   .sm-pe-15px {
      padding-right: 15px !important;
   }
   .sm-pe-20px {
      padding-right: 20px !important;
   }
   .sm-pe-25px {
      padding-right: 25px !important;
   }
   .sm-pe-30px {
      padding-right: 30px !important;
   }
   .sm-pe-35px {
      padding-right: 35px !important;
   }
   .sm-pe-40px {
      padding-right: 40px !important;
   }
   .sm-pe-45px {
      padding-right: 45px !important;
   }
   .sm-pe-50px {
      padding-right: 50px !important;
   }
   .sm-pe-55px {
      padding-right: 55px !important;
   }
   .sm-pe-60px {
      padding-right: 60px !important;
   }
   .sm-pe-65px {
      padding-right: 65px !important;
   }
   .sm-pe-70px {
      padding-right: 70px !important;
   }
   .sm-pe-1 {
      padding-right: 1% !important;
   }
   .sm-pe-2 {
      padding-right: 2% !important;
   }
   .sm-pe-3 {
      padding-right: 3% !important;
   }
   .sm-pe-4 {
      padding-right: 4% !important;
   }
   .sm-pe-5 {
      padding-right: 5% !important;
   }
   .sm-pe-6 {
      padding-right: 6% !important;
   }
   .sm-pe-7 {
      padding-right: 7% !important;
   }
   .sm-pe-8 {
      padding-right: 8% !important;
   }
   .sm-pe-9 {
      padding-right: 9% !important;
   }
   .sm-pe-10 {
      padding-right: 10% !important;
   }
   .sm-pe-11 {
      padding-right: 11% !important;
   }
   .sm-pe-12 {
      padding-right: 12% !important;
   }
   .sm-pe-13 {
      padding-right: 13% !important;
   }
   .sm-pe-14 {
      padding-right: 14% !important;
   }
   .sm-pe-15 {
      padding-right: 15% !important;
   }
   .sm-pe-16 {
      padding-right: 16% !important;
   }
   .sm-pe-17 {
      padding-right: 17% !important;
   }
   .sm-pe-18 {
      padding-right: 18% !important;
   }
   .sm-pe-19 {
      padding-right: 19% !important;
   }
   .sm-pe-20 {
      padding-right: 20% !important;
   }
   .sm-pe-21 {
      padding-right: 21% !important;
   }
   .sm-pe-22 {
      padding-right: 22% !important;
   }
   .sm-pe-23 {
      padding-right: 23% !important;
   }
   .sm-pe-24 {
      padding-right: 24% !important;
   }
   .sm-pe-25 {
      padding-right: 25% !important;
   }
   .sm-pe-26 {
      padding-right: 26% !important;
   }
   .sm-pe-27 {
      padding-right: 27% !important;
   }
   .sm-pe-28 {
      padding-right: 28% !important;
   }
   .sm-pe-29 {
      padding-right: 29% !important;
   }
   .sm-pe-30 {
      padding-right: 30% !important;
   }
   .sm-pb-5px {
      padding-bottom: 5px !important;
   }
   .sm-pb-10px {
      padding-bottom: 10px !important;
   }
   .sm-pb-15px {
      padding-bottom: 15px !important;
   }
   .sm-pb-20px {
      padding-bottom: 20px !important;
   }
   .sm-pb-25px {
      padding-bottom: 25px !important;
   }
   .sm-pb-30px {
      padding-bottom: 30px !important;
   }
   .sm-pb-35px {
      padding-bottom: 35px !important;
   }
   .sm-pb-40px {
      padding-bottom: 40px !important;
   }
   .sm-pb-45px {
      padding-bottom: 45px !important;
   }
   .sm-pb-50px {
      padding-bottom: 50px !important;
   }
   .sm-pb-55px {
      padding-bottom: 55px !important;
   }
   .sm-pb-60px {
      padding-bottom: 60px !important;
   }
   .sm-pb-65px {
      padding-bottom: 65px !important;
   }
   .sm-pb-70px {
      padding-bottom: 70px !important;
   }
   .sm-pb-1 {
      padding-bottom: 1% !important;
   }
   .sm-pb-2 {
      padding-bottom: 2% !important;
   }
   .sm-pb-3 {
      padding-bottom: 3% !important;
   }
   .sm-pb-4 {
      padding-bottom: 4% !important;
   }
   .sm-pb-5 {
      padding-bottom: 5% !important;
   }
   .sm-pb-6 {
      padding-bottom: 6% !important;
   }
   .sm-pb-7 {
      padding-bottom: 7% !important;
   }
   .sm-pb-8 {
      padding-bottom: 8% !important;
   }
   .sm-pb-9 {
      padding-bottom: 9% !important;
   }
   .sm-pb-10 {
      padding-bottom: 10% !important;
   }
   .sm-pb-11 {
      padding-bottom: 11% !important;
   }
   .sm-pb-12 {
      padding-bottom: 12% !important;
   }
   .sm-pb-13 {
      padding-bottom: 13% !important;
   }
   .sm-pb-14 {
      padding-bottom: 14% !important;
   }
   .sm-pb-15 {
      padding-bottom: 15% !important;
   }
   .sm-pb-16 {
      padding-bottom: 16% !important;
   }
   .sm-pb-17 {
      padding-bottom: 17% !important;
   }
   .sm-pb-18 {
      padding-bottom: 18% !important;
   }
   .sm-pb-19 {
      padding-bottom: 19% !important;
   }
   .sm-pb-20 {
      padding-bottom: 20% !important;
   }
   .sm-pb-21 {
      padding-bottom: 21% !important;
   }
   .sm-pb-22 {
      padding-bottom: 22% !important;
   }
   .sm-pb-23 {
      padding-bottom: 23% !important;
   }
   .sm-pb-24 {
      padding-bottom: 24% !important;
   }
   .sm-pb-25 {
      padding-bottom: 25% !important;
   }
   .sm-pb-26 {
      padding-bottom: 26% !important;
   }
   .sm-pb-27 {
      padding-bottom: 27% !important;
   }
   .sm-pb-28 {
      padding-bottom: 28% !important;
   }
   .sm-pb-29 {
      padding-bottom: 29% !important;
   }
   .sm-pb-30 {
      padding-bottom: 30% !important;
   }
   .sm-ps-5px {
      padding-left: 5px !important;
   }
   .sm-ps-10px {
      padding-left: 10px !important;
   }
   .sm-ps-15px {
      padding-left: 15px !important;
   }
   .sm-ps-20px {
      padding-left: 20px !important;
   }
   .sm-ps-25px {
      padding-left: 25px !important;
   }
   .sm-ps-30px {
      padding-left: 30px !important;
   }
   .sm-ps-35px {
      padding-left: 35px !important;
   }
   .sm-ps-40px {
      padding-left: 40px !important;
   }
   .sm-ps-45px {
      padding-left: 45px !important;
   }
   .sm-ps-50px {
      padding-left: 50px !important;
   }
   .sm-ps-55px {
      padding-left: 55px !important;
   }
   .sm-ps-60px {
      padding-left: 60px !important;
   }
   .sm-ps-65px {
      padding-left: 65px !important;
   }
   .sm-ps-70px {
      padding-left: 70px !important;
   }
   .sm-ps-1 {
      padding-left: 1% !important;
   }
   .sm-ps-2 {
      padding-left: 2% !important;
   }
   .sm-ps-3 {
      padding-left: 3% !important;
   }
   .sm-ps-4 {
      padding-left: 4% !important;
   }
   .sm-ps-5 {
      padding-left: 5% !important;
   }
   .sm-ps-6 {
      padding-left: 6% !important;
   }
   .sm-ps-7 {
      padding-left: 7% !important;
   }
   .sm-ps-8 {
      padding-left: 8% !important;
   }
   .sm-ps-9 {
      padding-left: 9% !important;
   }
   .sm-ps-10 {
      padding-left: 10% !important;
   }
   .sm-ps-11 {
      padding-left: 11% !important;
   }
   .sm-ps-12 {
      padding-left: 12% !important;
   }
   .sm-ps-13 {
      padding-left: 13% !important;
   }
   .sm-ps-14 {
      padding-left: 14% !important;
   }
   .sm-ps-15 {
      padding-left: 15% !important;
   }
   .sm-ps-16 {
      padding-left: 16% !important;
   }
   .sm-ps-17 {
      padding-left: 17% !important;
   }
   .sm-ps-18 {
      padding-left: 18% !important;
   }
   .sm-ps-19 {
      padding-left: 19% !important;
   }
   .sm-ps-20 {
      padding-left: 20% !important;
   }
   .sm-ps-21 {
      padding-left: 21% !important;
   }
   .sm-ps-22 {
      padding-left: 22% !important;
   }
   .sm-ps-23 {
      padding-left: 23% !important;
   }
   .sm-ps-24 {
      padding-left: 24% !important;
   }
   .sm-ps-25 {
      padding-left: 25% !important;
   }
   .sm-ps-26 {
      padding-left: 26% !important;
   }
   .sm-ps-27 {
      padding-left: 27% !important;
   }
   .sm-ps-28 {
      padding-left: 28% !important;
   }
   .sm-ps-29 {
      padding-left: 29% !important;
   }
   .sm-ps-30 {
      padding-left: 30% !important;
   }
   .sm-m-5px {
      margin: 5px !important;
   }
   .sm-m-10px {
      margin: 10px !important;
   }
   .sm-m-15px {
      margin: 15px !important;
   }
   .sm-m-20px {
      margin: 20px !important;
   }
   .sm-m-25px {
      margin: 25px !important;
   }
   .sm-m-30px {
      margin: 30px !important;
   }
   .sm-m-35px {
      margin: 35px !important;
   }
   .sm-m-40px {
      margin: 40px !important;
   }
   .sm-m-45px {
      margin: 45px !important;
   }
   .sm-m-50px {
      margin: 50px !important;
   }
   .sm-m-55px {
      margin: 55px !important;
   }
   .sm-m-60px {
      margin: 60px !important;
   }
   .sm-m-65px {
      margin: 65px !important;
   }
   .sm-m-70px {
      margin: 70px !important;
   }
   .sm-m-1 {
      margin: 1% !important;
   }
   .sm-m-2 {
      margin: 2% !important;
   }
   .sm-m-3 {
      margin: 3% !important;
   }
   .sm-m-4 {
      margin: 4% !important;
   }
   .sm-m-5 {
      margin: 5% !important;
   }
   .sm-m-6 {
      margin: 6% !important;
   }
   .sm-m-7 {
      margin: 7% !important;
   }
   .sm-m-8 {
      margin: 8% !important;
   }
   .sm-m-9 {
      margin: 9% !important;
   }
   .sm-m-10 {
      margin: 10% !important;
   }
   .sm-m-11 {
      margin: 11% !important;
   }
   .sm-m-12 {
      margin: 12% !important;
   }
   .sm-m-13 {
      margin: 13% !important;
   }
   .sm-m-14 {
      margin: 14% !important;
   }
   .sm-m-15 {
      margin: 15% !important;
   }
   .sm-m-16 {
      margin: 16% !important;
   }
   .sm-m-17 {
      margin: 17% !important;
   }
   .sm-m-18 {
      margin: 18% !important;
   }
   .sm-m-19 {
      margin: 19% !important;
   }
   .sm-m-20 {
      margin: 20% !important;
   }
   .sm-m-21 {
      margin: 21% !important;
   }
   .sm-m-22 {
      margin: 22% !important;
   }
   .sm-m-23 {
      margin: 23% !important;
   }
   .sm-m-24 {
      margin: 24% !important;
   }
   .sm-m-25 {
      margin: 25% !important;
   }
   .sm-m-26 {
      margin: 26% !important;
   }
   .sm-m-27 {
      margin: 27% !important;
   }
   .sm-m-28 {
      margin: 28% !important;
   }
   .sm-m-29 {
      margin: 29% !important;
   }
   .sm-m-30 {
      margin: 30% !important;
   }
   .sm-mt-5px {
      margin-top: 5px !important;
   }
   .sm-mt-10px {
      margin-top: 10px !important;
   }
   .sm-mt-15px {
      margin-top: 15px !important;
   }
   .sm-mt-20px {
      margin-top: 20px !important;
   }
   .sm-mt-25px {
      margin-top: 25px !important;
   }
   .sm-mt-30px {
      margin-top: 30px !important;
   }
   .sm-mt-35px {
      margin-top: 35px !important;
   }
   .sm-mt-40px {
      margin-top: 40px !important;
   }
   .sm-mt-45px {
      margin-top: 45px !important;
   }
   .sm-mt-50px {
      margin-top: 50px !important;
   }
   .sm-mt-55px {
      margin-top: 55px !important;
   }
   .sm-mt-60px {
      margin-top: 60px !important;
   }
   .sm-mt-65px {
      margin-top: 65px !important;
   }
   .sm-mt-70px {
      margin-top: 70px !important;
   }
   .sm-mt-1 {
      margin-top: 1% !important;
   }
   .sm-mt-2 {
      margin-top: 2% !important;
   }
   .sm-mt-3 {
      margin-top: 3% !important;
   }
   .sm-mt-4 {
      margin-top: 4% !important;
   }
   .sm-mt-5 {
      margin-top: 5% !important;
   }
   .sm-mt-6 {
      margin-top: 6% !important;
   }
   .sm-mt-7 {
      margin-top: 7% !important;
   }
   .sm-mt-8 {
      margin-top: 8% !important;
   }
   .sm-mt-9 {
      margin-top: 9% !important;
   }
   .sm-mt-10 {
      margin-top: 10% !important;
   }
   .sm-mt-11 {
      margin-top: 11% !important;
   }
   .sm-mt-12 {
      margin-top: 12% !important;
   }
   .sm-mt-13 {
      margin-top: 13% !important;
   }
   .sm-mt-14 {
      margin-top: 14% !important;
   }
   .sm-mt-15 {
      margin-top: 15% !important;
   }
   .sm-mt-16 {
      margin-top: 16% !important;
   }
   .sm-mt-17 {
      margin-top: 17% !important;
   }
   .sm-mt-18 {
      margin-top: 18% !important;
   }
   .sm-mt-19 {
      margin-top: 19% !important;
   }
   .sm-mt-20 {
      margin-top: 20% !important;
   }
   .sm-mt-21 {
      margin-top: 21% !important;
   }
   .sm-mt-22 {
      margin-top: 22% !important;
   }
   .sm-mt-23 {
      margin-top: 23% !important;
   }
   .sm-mt-24 {
      margin-top: 24% !important;
   }
   .sm-mt-25 {
      margin-top: 25% !important;
   }
   .sm-mt-26 {
      margin-top: 26% !important;
   }
   .sm-mt-27 {
      margin-top: 27% !important;
   }
   .sm-mt-28 {
      margin-top: 28% !important;
   }
   .sm-mt-29 {
      margin-top: 29% !important;
   }
   .sm-mt-30 {
      margin-top: 30% !important;
   }
   .sm-me-5px {
      margin-right: 5px !important;
   }
   .sm-me-10px {
      margin-right: 10px !important;
   }
   .sm-me-15px {
      margin-right: 15px !important;
   }
   .sm-me-20px {
      margin-right: 20px !important;
   }
   .sm-me-25px {
      margin-right: 25px !important;
   }
   .sm-me-30px {
      margin-right: 30px !important;
   }
   .sm-me-35px {
      margin-right: 35px !important;
   }
   .sm-me-40px {
      margin-right: 40px !important;
   }
   .sm-me-45px {
      margin-right: 45px !important;
   }
   .sm-me-50px {
      margin-right: 50px !important;
   }
   .sm-me-55px {
      margin-right: 55px !important;
   }
   .sm-me-60px {
      margin-right: 60px !important;
   }
   .sm-me-65px {
      margin-right: 65px !important;
   }
   .sm-me-70px {
      margin-right: 70px !important;
   }
   .sm-me-1 {
      margin-right: 1% !important;
   }
   .sm-me-2 {
      margin-right: 2% !important;
   }
   .sm-me-3 {
      margin-right: 3% !important;
   }
   .sm-me-4 {
      margin-right: 4% !important;
   }
   .sm-me-5 {
      margin-right: 5% !important;
   }
   .sm-me-6 {
      margin-right: 6% !important;
   }
   .sm-me-7 {
      margin-right: 7% !important;
   }
   .sm-me-8 {
      margin-right: 8% !important;
   }
   .sm-me-9 {
      margin-right: 9% !important;
   }
   .sm-me-10 {
      margin-right: 10% !important;
   }
   .sm-me-11 {
      margin-right: 11% !important;
   }
   .sm-me-12 {
      margin-right: 12% !important;
   }
   .sm-me-13 {
      margin-right: 13% !important;
   }
   .sm-me-14 {
      margin-right: 14% !important;
   }
   .sm-me-15 {
      margin-right: 15% !important;
   }
   .sm-me-16 {
      margin-right: 16% !important;
   }
   .sm-me-17 {
      margin-right: 17% !important;
   }
   .sm-me-18 {
      margin-right: 18% !important;
   }
   .sm-me-19 {
      margin-right: 19% !important;
   }
   .sm-me-20 {
      margin-right: 20% !important;
   }
   .sm-me-21 {
      margin-right: 21% !important;
   }
   .sm-me-22 {
      margin-right: 22% !important;
   }
   .sm-me-23 {
      margin-right: 23% !important;
   }
   .sm-me-24 {
      margin-right: 24% !important;
   }
   .sm-me-25 {
      margin-right: 25% !important;
   }
   .sm-me-26 {
      margin-right: 26% !important;
   }
   .sm-me-27 {
      margin-right: 27% !important;
   }
   .sm-me-28 {
      margin-right: 28% !important;
   }
   .sm-me-29 {
      margin-right: 29% !important;
   }
   .sm-me-30 {
      margin-right: 30% !important;
   }
   .sm-mb-5px {
      margin-bottom: 5px !important;
   }
   .sm-mb-10px {
      margin-bottom: 10px !important;
   }
   .sm-mb-15px {
      margin-bottom: 15px !important;
   }
   .sm-mb-20px {
      margin-bottom: 20px !important;
   }
   .sm-mb-25px {
      margin-bottom: 25px !important;
   }
   .sm-mb-30px {
      margin-bottom: 30px !important;
   }
   .sm-mb-35px {
      margin-bottom: 35px !important;
   }
   .sm-mb-40px {
      margin-bottom: 40px !important;
   }
   .sm-mb-45px {
      margin-bottom: 45px !important;
   }
   .sm-mb-50px {
      margin-bottom: 50px !important;
   }
   .sm-mb-55px {
      margin-bottom: 55px !important;
   }
   .sm-mb-60px {
      margin-bottom: 60px !important;
   }
   .sm-mb-65px {
      margin-bottom: 65px !important;
   }
   .sm-mb-70px {
      margin-bottom: 70px !important;
   }
   .sm-mb-1 {
      margin-bottom: 1% !important;
   }
   .sm-mb-2 {
      margin-bottom: 2% !important;
   }
   .sm-mb-3 {
      margin-bottom: 3% !important;
   }
   .sm-mb-4 {
      margin-bottom: 4% !important;
   }
   .sm-mb-5 {
      margin-bottom: 5% !important;
   }
   .sm-mb-6 {
      margin-bottom: 6% !important;
   }
   .sm-mb-7 {
      margin-bottom: 7% !important;
   }
   .sm-mb-8 {
      margin-bottom: 8% !important;
   }
   .sm-mb-9 {
      margin-bottom: 9% !important;
   }
   .sm-mb-10 {
      margin-bottom: 10% !important;
   }
   .sm-mb-11 {
      margin-bottom: 11% !important;
   }
   .sm-mb-12 {
      margin-bottom: 12% !important;
   }
   .sm-mb-13 {
      margin-bottom: 13% !important;
   }
   .sm-mb-14 {
      margin-bottom: 14% !important;
   }
   .sm-mb-15 {
      margin-bottom: 15% !important;
   }
   .sm-mb-16 {
      margin-bottom: 16% !important;
   }
   .sm-mb-17 {
      margin-bottom: 17% !important;
   }
   .sm-mb-18 {
      margin-bottom: 18% !important;
   }
   .sm-mb-19 {
      margin-bottom: 19% !important;
   }
   .sm-mb-20 {
      margin-bottom: 20% !important;
   }
   .sm-mb-21 {
      margin-bottom: 21% !important;
   }
   .sm-mb-22 {
      margin-bottom: 22% !important;
   }
   .sm-mb-23 {
      margin-bottom: 23% !important;
   }
   .sm-mb-24 {
      margin-bottom: 24% !important;
   }
   .sm-mb-25 {
      margin-bottom: 25% !important;
   }
   .sm-mb-26 {
      margin-bottom: 26% !important;
   }
   .sm-mb-27 {
      margin-bottom: 27% !important;
   }
   .sm-mb-28 {
      margin-bottom: 28% !important;
   }
   .sm-mb-29 {
      margin-bottom: 29% !important;
   }
   .sm-mb-30 {
      margin-bottom: 30% !important;
   }
   .sm-ms-5px {
      margin-left: 5px !important;
   }
   .sm-ms-10px {
      margin-left: 10px !important;
   }
   .sm-ms-15px {
      margin-left: 15px !important;
   }
   .sm-ms-20px {
      margin-left: 20px !important;
   }
   .sm-ms-25px {
      margin-left: 25px !important;
   }
   .sm-ms-30px {
      margin-left: 30px !important;
   }
   .sm-ms-35px {
      margin-left: 35px !important;
   }
   .sm-ms-40px {
      margin-left: 40px !important;
   }
   .sm-ms-45px {
      margin-left: 45px !important;
   }
   .sm-ms-50px {
      margin-left: 50px !important;
   }
   .sm-ms-55px {
      margin-left: 55px !important;
   }
   .sm-ms-60px {
      margin-left: 60px !important;
   }
   .sm-ms-65px {
      margin-left: 65px !important;
   }
   .sm-ms-70px {
      margin-left: 70px !important;
   }
   .sm-ms-1 {
      margin-left: 1% !important;
   }
   .sm-ms-2 {
      margin-left: 2% !important;
   }
   .sm-ms-3 {
      margin-left: 3% !important;
   }
   .sm-ms-4 {
      margin-left: 4% !important;
   }
   .sm-ms-5 {
      margin-left: 5% !important;
   }
   .sm-ms-6 {
      margin-left: 6% !important;
   }
   .sm-ms-7 {
      margin-left: 7% !important;
   }
   .sm-ms-8 {
      margin-left: 8% !important;
   }
   .sm-ms-9 {
      margin-left: 9% !important;
   }
   .sm-ms-10 {
      margin-left: 10% !important;
   }
   .sm-ms-11 {
      margin-left: 11% !important;
   }
   .sm-ms-12 {
      margin-left: 12% !important;
   }
   .sm-ms-13 {
      margin-left: 13% !important;
   }
   .sm-ms-14 {
      margin-left: 14% !important;
   }
   .sm-ms-15 {
      margin-left: 15% !important;
   }
   .sm-ms-16 {
      margin-left: 16% !important;
   }
   .sm-ms-17 {
      margin-left: 17% !important;
   }
   .sm-ms-18 {
      margin-left: 18% !important;
   }
   .sm-ms-19 {
      margin-left: 19% !important;
   }
   .sm-ms-20 {
      margin-left: 20% !important;
   }
   .sm-ms-21 {
      margin-left: 21% !important;
   }
   .sm-ms-22 {
      margin-left: 22% !important;
   }
   .sm-ms-23 {
      margin-left: 23% !important;
   }
   .sm-ms-24 {
      margin-left: 24% !important;
   }
   .sm-ms-25 {
      margin-left: 25% !important;
   }
   .sm-ms-26 {
      margin-left: 26% !important;
   }
   .sm-ms-27 {
      margin-left: 27% !important;
   }
   .sm-ms-28 {
      margin-left: 28% !important;
   }
   .sm-ms-29 {
      margin-left: 29% !important;
   }
   .sm-ms-30 {
      margin-left: 30% !important;
   }
   .sm-top-0px {
      top: 0 !important;
   }
   .sm-top-1px {
      top: 1px !important;
   }
   .sm-top-2px {
      top: 2px !important;
   }
   .sm-top-3px {
      top: 3px !important;
   }
   .sm-top-4px {
      top: 4px !important;
   }
   .sm-top-5px {
      top: 5px !important;
   }
   .sm-top-6px {
      top: 6px !important;
   }
   .sm-top-7px {
      top: 7px !important;
   }
   .sm-top-8px {
      top: 8px !important;
   }
   .sm-top-9px {
      top: 9px !important;
   }
   .sm-top-10px {
      top: 10px !important;
   }
   .sm-top-11px {
      top: 11px !important;
   }
   .sm-top-12px {
      top: 12px !important;
   }
   .sm-top-13px {
      top: 13px !important;
   }
   .sm-top-14px {
      top: 14px !important;
   }
   .sm-top-15px {
      top: 15px !important;
   }
   .sm-top-16px {
      top: 16px !important;
   }
   .sm-top-17px {
      top: 17px !important;
   }
   .sm-top-18px {
      top: 18px !important;
   }
   .sm-top-19px {
      top: 19px !important;
   }
   .sm-top-20px {
      top: 20px !important;
   }
   .sm-top-21px {
      top: 21px !important;
   }
   .sm-top-22px {
      top: 22px !important;
   }
   .sm-top-23px {
      top: 23px !important;
   }
   .sm-top-24px {
      top: 24px !important;
   }
   .sm-top-25px {
      top: 25px !important;
   }
   .sm-top-26px {
      top: 26px !important;
   }
   .sm-top-27px {
      top: 27px !important;
   }
   .sm-top-28px {
      top: 28px !important;
   }
   .sm-top-29px {
      top: 29px !important;
   }
   .sm-top-30px {
      top: 30px !important;
   }
   .sm-top-40px {
      top: 40px !important;
   }
   .sm-top-50px {
      top: 50px !important;
   }
   .sm-top-60px {
      top: 60px !important;
   }
   .sm-top-70px {
      top: 70px !important;
   }
   .sm-top-80px {
      top: 80px !important;
   }
   .sm-top-90px {
      top: 90px !important;
   }
   .sm-top-100px {
      top: 100px !important;
   }
   .sm-top-110px {
      top: 110px !important;
   }
   .sm-top-120px {
      top: 120px !important;
   }
   .sm-top-130px {
      top: 130px !important;
   }
   .sm-top-140px {
      top: 140px !important;
   }
   .sm-top-150px {
      top: 150px !important;
   }
   .sm-right-0px {
      right: 0 !important;
   }
   .sm-right-1px {
      right: 1px !important;
   }
   .sm-right-2px {
      right: 2px !important;
   }
   .sm-right-3px {
      right: 3px !important;
   }
   .sm-right-4px {
      right: 4px !important;
   }
   .sm-right-5px {
      right: 5px !important;
   }
   .sm-right-6px {
      right: 6px !important;
   }
   .sm-right-7px {
      right: 7px !important;
   }
   .sm-right-8px {
      right: 8px !important;
   }
   .sm-right-9px {
      right: 9px !important;
   }
   .sm-right-10px {
      right: 10px !important;
   }
   .sm-right-11px {
      right: 11px !important;
   }
   .sm-right-12px {
      right: 12px !important;
   }
   .sm-right-13px {
      right: 13px !important;
   }
   .sm-right-14px {
      right: 14px !important;
   }
   .sm-right-15px {
      right: 15px !important;
   }
   .sm-right-16px {
      right: 16px !important;
   }
   .sm-right-17px {
      right: 17px !important;
   }
   .sm-right-18px {
      right: 18px !important;
   }
   .sm-right-19px {
      right: 19px !important;
   }
   .sm-right-20px {
      right: 20px !important;
   }
   .sm-right-21px {
      right: 21px !important;
   }
   .sm-right-22px {
      right: 22px !important;
   }
   .sm-right-23px {
      right: 23px !important;
   }
   .sm-right-24px {
      right: 24px !important;
   }
   .sm-right-25px {
      right: 25px !important;
   }
   .sm-right-26px {
      right: 26px !important;
   }
   .sm-right-27px {
      right: 27px !important;
   }
   .sm-right-28px {
      right: 28px !important;
   }
   .sm-right-29px {
      right: 29px !important;
   }
   .sm-right-30px {
      right: 30px !important;
   }
   .sm-right-40px {
      right: 40px !important;
   }
   .sm-right-50px {
      right: 50px !important;
   }
   .sm-right-60px {
      right: 60px !important;
   }
   .sm-right-70px {
      right: 70px !important;
   }
   .sm-right-80px {
      right: 80px !important;
   }
   .sm-right-90px {
      right: 90px !important;
   }
   .sm-right-100px {
      right: 100px !important;
   }
   .sm-right-110px {
      right: 110px !important;
   }
   .sm-right-120px {
      right: 120px !important;
   }
   .sm-right-130px {
      right: 130px !important;
   }
   .sm-right-140px {
      right: 140px !important;
   }
   .sm-right-150px {
      right: 150px !important;
   }
   .sm-bottom-0px {
      bottom: 0 !important;
   }
   .sm-bottom-1px {
      bottom: 1px !important;
   }
   .sm-bottom-2px {
      bottom: 2px !important;
   }
   .sm-bottom-3px {
      bottom: 3px !important;
   }
   .sm-bottom-4px {
      bottom: 4px !important;
   }
   .sm-bottom-5px {
      bottom: 5px !important;
   }
   .sm-bottom-6px {
      bottom: 6px !important;
   }
   .sm-bottom-7px {
      bottom: 7px !important;
   }
   .sm-bottom-8px {
      bottom: 8px !important;
   }
   .sm-bottom-9px {
      bottom: 9px !important;
   }
   .sm-bottom-10px {
      bottom: 10px !important;
   }
   .sm-bottom-11px {
      bottom: 11px !important;
   }
   .sm-bottom-12px {
      bottom: 12px !important;
   }
   .sm-bottom-13px {
      bottom: 13px !important;
   }
   .sm-bottom-14px {
      bottom: 14px !important;
   }
   .sm-bottom-15px {
      bottom: 15px !important;
   }
   .sm-bottom-16px {
      bottom: 16px !important;
   }
   .sm-bottom-17px {
      bottom: 17px !important;
   }
   .sm-bottom-18px {
      bottom: 18px !important;
   }
   .sm-bottom-19px {
      bottom: 19px !important;
   }
   .sm-bottom-20px {
      bottom: 20px !important;
   }
   .sm-bottom-21px {
      bottom: 21px !important;
   }
   .sm-bottom-22px {
      bottom: 22px !important;
   }
   .sm-bottom-23px {
      bottom: 23px !important;
   }
   .sm-bottom-24px {
      bottom: 24px !important;
   }
   .sm-bottom-25px {
      bottom: 25px !important;
   }
   .sm-bottom-26px {
      bottom: 26px !important;
   }
   .sm-bottom-27px {
      bottom: 27px !important;
   }
   .sm-bottom-28px {
      bottom: 28px !important;
   }
   .sm-bottom-29px {
      bottom: 29px !important;
   }
   .sm-bottom-30px {
      bottom: 30px !important;
   }
   .sm-bottom-40px {
      bottom: 40px !important;
   }
   .sm-bottom-50px {
      bottom: 50px !important;
   }
   .sm-bottom-60px {
      bottom: 60px !important;
   }
   .sm-bottom-70px {
      bottom: 70px !important;
   }
   .sm-bottom-80px {
      bottom: 80px !important;
   }
   .sm-bottom-90px {
      bottom: 90px !important;
   }
   .sm-bottom-100px {
      bottom: 100px !important;
   }
   .sm-bottom-110px {
      bottom: 110px !important;
   }
   .sm-bottom-120px {
      bottom: 120px !important;
   }
   .sm-bottom-130px {
      bottom: 130px !important;
   }
   .sm-bottom-140px {
      bottom: 140px !important;
   }
   .sm-bottom-150px {
      bottom: 150px !important;
   }
   .sm-left-0px {
      left: 0 !important;
   }
   .sm-left-1px {
      left: 1px !important;
   }
   .sm-left-2px {
      left: 2px !important;
   }
   .sm-left-3px {
      left: 3px !important;
   }
   .sm-left-4px {
      left: 4px !important;
   }
   .sm-left-5px {
      left: 5px !important;
   }
   .sm-left-6px {
      left: 6px !important;
   }
   .sm-left-7px {
      left: 7px !important;
   }
   .sm-left-8px {
      left: 8px !important;
   }
   .sm-left-9px {
      left: 9px !important;
   }
   .sm-left-10px {
      left: 10px !important;
   }
   .sm-left-11px {
      left: 11px !important;
   }
   .sm-left-12px {
      left: 12px !important;
   }
   .sm-left-13px {
      left: 13px !important;
   }
   .sm-left-14px {
      left: 14px !important;
   }
   .sm-left-15px {
      left: 15px !important;
   }
   .sm-left-16px {
      left: 16px !important;
   }
   .sm-left-17px {
      left: 17px !important;
   }
   .sm-left-18px {
      left: 18px !important;
   }
   .sm-left-19px {
      left: 19px !important;
   }
   .sm-left-20px {
      left: 20px !important;
   }
   .sm-left-21px {
      left: 21px !important;
   }
   .sm-left-22px {
      left: 22px !important;
   }
   .sm-left-23px {
      left: 23px !important;
   }
   .sm-left-24px {
      left: 24px !important;
   }
   .sm-left-25px {
      left: 25px !important;
   }
   .sm-left-26px {
      left: 26px !important;
   }
   .sm-left-27px {
      left: 27px !important;
   }
   .sm-left-28px {
      left: 28px !important;
   }
   .sm-left-29px {
      left: 29px !important;
   }
   .sm-left-30px {
      left: 30px !important;
   }
   .sm-left-40px {
      left: 40px !important;
   }
   .sm-left-50px {
      left: 50px !important;
   }
   .sm-left-60px {
      left: 60px !important;
   }
   .sm-left-70px {
      left: 70px !important;
   }
   .sm-left-80px {
      left: 80px !important;
   }
   .sm-left-90px {
      left: 90px !important;
   }
   .sm-left-100px {
      left: 100px !important;
   }
   .sm-left-110px {
      left: 110px !important;
   }
   .sm-left-120px {
      left: 120px !important;
   }
   .sm-left-130px {
      left: 130px !important;
   }
   .sm-left-140px {
      left: 140px !important;
   }
   .sm-left-150px {
      left: 150px !important;
   }
   .sm-top-minus-0px {
      top: -0px !important;
   }
   .sm-top-minus-1px {
      top: -1px !important;
   }
   .sm-top-minus-2px {
      top: -2px !important;
   }
   .sm-top-minus-3px {
      top: -3px !important;
   }
   .sm-top-minus-4px {
      top: -4px !important;
   }
   .sm-top-minus-5px {
      top: -5px !important;
   }
   .sm-top-minus-6px {
      top: -6px !important;
   }
   .sm-top-minus-7px {
      top: -7px !important;
   }
   .sm-top-minus-8px {
      top: -8px !important;
   }
   .sm-top-minus-9px {
      top: -9px !important;
   }
   .sm-top-minus-10px {
      top: -10px !important;
   }
   .sm-top-minus-11px {
      top: -11px !important;
   }
   .sm-top-minus-12px {
      top: -12px !important;
   }
   .sm-top-minus-13px {
      top: -13px !important;
   }
   .sm-top-minus-14px {
      top: -14px !important;
   }
   .sm-top-minus-15px {
      top: -15px !important;
   }
   .sm-top-minus-16px {
      top: -16px !important;
   }
   .sm-top-minus-17px {
      top: -17px !important;
   }
   .sm-top-minus-18px {
      top: -18px !important;
   }
   .sm-top-minus-19px {
      top: -19px !important;
   }
   .sm-top-minus-20px {
      top: -20px !important;
   }
   .sm-top-minus-21px {
      top: -21px !important;
   }
   .sm-top-minus-22px {
      top: -22px !important;
   }
   .sm-top-minus-23px {
      top: -23px !important;
   }
   .sm-top-minus-24px {
      top: -24px !important;
   }
   .sm-top-minus-25px {
      top: -25px !important;
   }
   .sm-top-minus-26px {
      top: -26px !important;
   }
   .sm-top-minus-27px {
      top: -27px !important;
   }
   .sm-top-minus-28px {
      top: -28px !important;
   }
   .sm-top-minus-29px {
      top: -29px !important;
   }
   .sm-top-minus-30px {
      top: -30px !important;
   }
   .sm-top-minus-40px {
      top: -40px !important;
   }
   .sm-top-minus-50px {
      top: -50px !important;
   }
   .sm-top-minus-60px {
      top: -60px !important;
   }
   .sm-top-minus-70px {
      top: -70px !important;
   }
   .sm-top-minus-80px {
      top: -80px !important;
   }
   .sm-top-minus-90px {
      top: -90px !important;
   }
   .sm-top-minus-100px {
      top: -100px !important;
   }
   .sm-top-minus-110px {
      top: -110px !important;
   }
   .sm-top-minus-120px {
      top: -120px !important;
   }
   .sm-top-minus-130px {
      top: -130px !important;
   }
   .sm-top-minus-140px {
      top: -140px !important;
   }
   .sm-top-minus-150px {
      top: -150px !important;
   }
   .sm-right-minus-0px {
      right: -0px !important;
   }
   .sm-right-minus-1px {
      right: -1px !important;
   }
   .sm-right-minus-2px {
      right: -2px !important;
   }
   .sm-right-minus-3px {
      right: -3px !important;
   }
   .sm-right-minus-4px {
      right: -4px !important;
   }
   .sm-right-minus-5px {
      right: -5px !important;
   }
   .sm-right-minus-6px {
      right: -6px !important;
   }
   .sm-right-minus-7px {
      right: -7px !important;
   }
   .sm-right-minus-8px {
      right: -8px !important;
   }
   .sm-right-minus-9px {
      right: -9px !important;
   }
   .sm-right-minus-10px {
      right: -10px !important;
   }
   .sm-right-minus-11px {
      right: -11px !important;
   }
   .sm-right-minus-12px {
      right: -12px !important;
   }
   .sm-right-minus-13px {
      right: -13px !important;
   }
   .sm-right-minus-14px {
      right: -14px !important;
   }
   .sm-right-minus-15px {
      right: -15px !important;
   }
   .sm-right-minus-16px {
      right: -16px !important;
   }
   .sm-right-minus-17px {
      right: -17px !important;
   }
   .sm-right-minus-18px {
      right: -18px !important;
   }
   .sm-right-minus-19px {
      right: -19px !important;
   }
   .sm-right-minus-20px {
      right: -20px !important;
   }
   .sm-right-minus-21px {
      right: -21px !important;
   }
   .sm-right-minus-22px {
      right: -22px !important;
   }
   .sm-right-minus-23px {
      right: -23px !important;
   }
   .sm-right-minus-24px {
      right: -24px !important;
   }
   .sm-right-minus-25px {
      right: -25px !important;
   }
   .sm-right-minus-26px {
      right: -26px !important;
   }
   .sm-right-minus-27px {
      right: -27px !important;
   }
   .sm-right-minus-28px {
      right: -28px !important;
   }
   .sm-right-minus-29px {
      right: -29px !important;
   }
   .sm-right-minus-30px {
      right: -30px !important;
   }
   .sm-right-minus-40px {
      right: -40px !important;
   }
   .sm-right-minus-50px {
      right: -50px !important;
   }
   .sm-right-minus-60px {
      right: -60px !important;
   }
   .sm-right-minus-70px {
      right: -70px !important;
   }
   .sm-right-minus-80px {
      right: -80px !important;
   }
   .sm-right-minus-90px {
      right: -90px !important;
   }
   .sm-right-minus-100px {
      right: -100px !important;
   }
   .sm-right-minus-110px {
      right: -110px !important;
   }
   .sm-right-minus-120px {
      right: -120px !important;
   }
   .sm-right-minus-130px {
      right: -130px !important;
   }
   .sm-right-minus-140px {
      right: -140px !important;
   }
   .sm-right-minus-150px {
      right: -150px !important;
   }
   .sm-bottom-minus-0px {
      bottom: -0px !important;
   }
   .sm-bottom-minus-1px {
      bottom: -1px !important;
   }
   .sm-bottom-minus-2px {
      bottom: -2px !important;
   }
   .sm-bottom-minus-3px {
      bottom: -3px !important;
   }
   .sm-bottom-minus-4px {
      bottom: -4px !important;
   }
   .sm-bottom-minus-5px {
      bottom: -5px !important;
   }
   .sm-bottom-minus-6px {
      bottom: -6px !important;
   }
   .sm-bottom-minus-7px {
      bottom: -7px !important;
   }
   .sm-bottom-minus-8px {
      bottom: -8px !important;
   }
   .sm-bottom-minus-9px {
      bottom: -9px !important;
   }
   .sm-bottom-minus-10px {
      bottom: -10px !important;
   }
   .sm-bottom-minus-11px {
      bottom: -11px !important;
   }
   .sm-bottom-minus-12px {
      bottom: -12px !important;
   }
   .sm-bottom-minus-13px {
      bottom: -13px !important;
   }
   .sm-bottom-minus-14px {
      bottom: -14px !important;
   }
   .sm-bottom-minus-15px {
      bottom: -15px !important;
   }
   .sm-bottom-minus-16px {
      bottom: -16px !important;
   }
   .sm-bottom-minus-17px {
      bottom: -17px !important;
   }
   .sm-bottom-minus-18px {
      bottom: -18px !important;
   }
   .sm-bottom-minus-19px {
      bottom: -19px !important;
   }
   .sm-bottom-minus-20px {
      bottom: -20px !important;
   }
   .sm-bottom-minus-21px {
      bottom: -21px !important;
   }
   .sm-bottom-minus-22px {
      bottom: -22px !important;
   }
   .sm-bottom-minus-23px {
      bottom: -23px !important;
   }
   .sm-bottom-minus-24px {
      bottom: -24px !important;
   }
   .sm-bottom-minus-25px {
      bottom: -25px !important;
   }
   .sm-bottom-minus-26px {
      bottom: -26px !important;
   }
   .sm-bottom-minus-27px {
      bottom: -27px !important;
   }
   .sm-bottom-minus-28px {
      bottom: -28px !important;
   }
   .sm-bottom-minus-29px {
      bottom: -29px !important;
   }
   .sm-bottom-minus-30px {
      bottom: -30px !important;
   }
   .sm-bottom-minus-40px {
      bottom: -40px !important;
   }
   .sm-bottom-minus-50px {
      bottom: -50px !important;
   }
   .sm-bottom-minus-60px {
      bottom: -60px !important;
   }
   .sm-bottom-minus-70px {
      bottom: -70px !important;
   }
   .sm-bottom-minus-80px {
      bottom: -80px !important;
   }
   .sm-bottom-minus-90px {
      bottom: -90px !important;
   }
   .sm-bottom-minus-100px {
      bottom: -100px !important;
   }
   .sm-bottom-minus-110px {
      bottom: -110px !important;
   }
   .sm-bottom-minus-120px {
      bottom: -120px !important;
   }
   .sm-bottom-minus-130px {
      bottom: -130px !important;
   }
   .sm-bottom-minus-140px {
      bottom: -140px !important;
   }
   .sm-bottom-minus-150px {
      bottom: -150px !important;
   }
   .sm-left-minus-0px {
      left: -0px !important;
   }
   .sm-left-minus-1px {
      left: -1px !important;
   }
   .sm-left-minus-2px {
      left: -2px !important;
   }
   .sm-left-minus-3px {
      left: -3px !important;
   }
   .sm-left-minus-4px {
      left: -4px !important;
   }
   .sm-left-minus-5px {
      left: -5px !important;
   }
   .sm-left-minus-6px {
      left: -6px !important;
   }
   .sm-left-minus-7px {
      left: -7px !important;
   }
   .sm-left-minus-8px {
      left: -8px !important;
   }
   .sm-left-minus-9px {
      left: -9px !important;
   }
   .sm-left-minus-10px {
      left: -10px !important;
   }
   .sm-left-minus-11px {
      left: -11px !important;
   }
   .sm-left-minus-12px {
      left: -12px !important;
   }
   .sm-left-minus-13px {
      left: -13px !important;
   }
   .sm-left-minus-14px {
      left: -14px !important;
   }
   .sm-left-minus-15px {
      left: -15px !important;
   }
   .sm-left-minus-16px {
      left: -16px !important;
   }
   .sm-left-minus-17px {
      left: -17px !important;
   }
   .sm-left-minus-18px {
      left: -18px !important;
   }
   .sm-left-minus-19px {
      left: -19px !important;
   }
   .sm-left-minus-20px {
      left: -20px !important;
   }
   .sm-left-minus-21px {
      left: -21px !important;
   }
   .sm-left-minus-22px {
      left: -22px !important;
   }
   .sm-left-minus-23px {
      left: -23px !important;
   }
   .sm-left-minus-24px {
      left: -24px !important;
   }
   .sm-left-minus-25px {
      left: -25px !important;
   }
   .sm-left-minus-26px {
      left: -26px !important;
   }
   .sm-left-minus-27px {
      left: -27px !important;
   }
   .sm-left-minus-28px {
      left: -28px !important;
   }
   .sm-left-minus-29px {
      left: -29px !important;
   }
   .sm-left-minus-30px {
      left: -30px !important;
   }
   .sm-left-minus-40px {
      left: -40px !important;
   }
   .sm-left-minus-50px {
      left: -50px !important;
   }
   .sm-left-minus-60px {
      left: -60px !important;
   }
   .sm-left-minus-70px {
      left: -70px !important;
   }
   .sm-left-minus-80px {
      left: -80px !important;
   }
   .sm-left-minus-90px {
      left: -90px !important;
   }
   .sm-left-minus-100px {
      left: -100px !important;
   }
   .sm-left-minus-110px {
      left: -110px !important;
   }
   .sm-left-minus-120px {
      left: -120px !important;
   }
   .sm-left-minus-130px {
      left: -130px !important;
   }
   .sm-left-minus-140px {
      left: -140px !important;
   }
   .sm-left-minus-150px {
      left: -150px !important;
   }
   .sm-border-width-0px {
      border-width: 0px !important;
   }
   .sm-border-width-1px {
      border-width: 1px !important;
   }
   .sm-border-width-2px {
      border-width: 2px !important;
   }
   .sm-border-width-3px {
      border-width: 3px !important;
   }
   .sm-border-width-4px {
      border-width: 4px !important;
   }
   .sm-border-width-5px {
      border-width: 5px !important;
   }
   .sm-border-width-6px {
      border-width: 6px !important;
   }
   .sm-border-width-7px {
      border-width: 7px !important;
   }
   .sm-border-width-8px {
      border-width: 8px !important;
   }
   .sm-border-width-9px {
      border-width: 9px !important;
   }
   .sm-border-width-10px {
      border-width: 10px !important;
   }
}
@media (max-width: 575px) {
   .xs-p-5px {
      padding: 5px !important;
   }
   .xs-p-10px {
      padding: 10px !important;
   }
   .xs-p-15px {
      padding: 15px !important;
   }
   .xs-p-20px {
      padding: 20px !important;
   }
   .xs-p-25px {
      padding: 25px !important;
   }
   .xs-p-30px {
      padding: 30px !important;
   }
   .xs-p-35px {
      padding: 35px !important;
   }
   .xs-p-40px {
      padding: 40px !important;
   }
   .xs-p-45px {
      padding: 45px !important;
   }
   .xs-p-50px {
      padding: 50px !important;
   }
   .xs-p-55px {
      padding: 55px !important;
   }
   .xs-p-60px {
      padding: 60px !important;
   }
   .xs-p-65px {
      padding: 65px !important;
   }
   .xs-p-70px {
      padding: 70px !important;
   }
   .xs-p-1 {
      padding: 1% !important;
   }
   .xs-p-2 {
      padding: 2% !important;
   }
   .xs-p-3 {
      padding: 3% !important;
   }
   .xs-p-4 {
      padding: 4% !important;
   }
   .xs-p-5 {
      padding: 5% !important;
   }
   .xs-p-6 {
      padding: 6% !important;
   }
   .xs-p-7 {
      padding: 7% !important;
   }
   .xs-p-8 {
      padding: 8% !important;
   }
   .xs-p-9 {
      padding: 9% !important;
   }
   .xs-p-10 {
      padding: 10% !important;
   }
   .xs-p-11 {
      padding: 11% !important;
   }
   .xs-p-12 {
      padding: 12% !important;
   }
   .xs-p-13 {
      padding: 13% !important;
   }
   .xs-p-14 {
      padding: 14% !important;
   }
   .xs-p-15 {
      padding: 15% !important;
   }
   .xs-p-16 {
      padding: 16% !important;
   }
   .xs-p-17 {
      padding: 17% !important;
   }
   .xs-p-18 {
      padding: 18% !important;
   }
   .xs-p-19 {
      padding: 19% !important;
   }
   .xs-p-20 {
      padding: 20% !important;
   }
   .xs-p-21 {
      padding: 21% !important;
   }
   .xs-p-22 {
      padding: 22% !important;
   }
   .xs-p-23 {
      padding: 23% !important;
   }
   .xs-p-24 {
      padding: 24% !important;
   }
   .xs-p-25 {
      padding: 25% !important;
   }
   .xs-p-26 {
      padding: 26% !important;
   }
   .xs-p-27 {
      padding: 27% !important;
   }
   .xs-p-28 {
      padding: 28% !important;
   }
   .xs-p-29 {
      padding: 29% !important;
   }
   .xs-p-30 {
      padding: 30% !important;
   }
   .xs-pt-5px {
      padding-top: 5px !important;
   }
   .xs-pt-10px {
      padding-top: 10px !important;
   }
   .xs-pt-15px {
      padding-top: 15px !important;
   }
   .xs-pt-20px {
      padding-top: 20px !important;
   }
   .xs-pt-25px {
      padding-top: 25px !important;
   }
   .xs-pt-30px {
      padding-top: 30px !important;
   }
   .xs-pt-35px {
      padding-top: 35px !important;
   }
   .xs-pt-40px {
      padding-top: 40px !important;
   }
   .xs-pt-45px {
      padding-top: 45px !important;
   }
   .xs-pt-50px {
      padding-top: 50px !important;
   }
   .xs-pt-55px {
      padding-top: 55px !important;
   }
   .xs-pt-60px {
      padding-top: 60px !important;
   }
   .xs-pt-65px {
      padding-top: 65px !important;
   }
   .xs-pt-70px {
      padding-top: 70px !important;
   }
   .xs-pt-1 {
      padding-top: 1% !important;
   }
   .xs-pt-2 {
      padding-top: 2% !important;
   }
   .xs-pt-3 {
      padding-top: 3% !important;
   }
   .xs-pt-4 {
      padding-top: 4% !important;
   }
   .xs-pt-5 {
      padding-top: 5% !important;
   }
   .xs-pt-6 {
      padding-top: 6% !important;
   }
   .xs-pt-7 {
      padding-top: 7% !important;
   }
   .xs-pt-8 {
      padding-top: 8% !important;
   }
   .xs-pt-9 {
      padding-top: 9% !important;
   }
   .xs-pt-10 {
      padding-top: 10% !important;
   }
   .xs-pt-11 {
      padding-top: 11% !important;
   }
   .xs-pt-12 {
      padding-top: 12% !important;
   }
   .xs-pt-13 {
      padding-top: 13% !important;
   }
   .xs-pt-14 {
      padding-top: 14% !important;
   }
   .xs-pt-15 {
      padding-top: 15% !important;
   }
   .xs-pt-16 {
      padding-top: 16% !important;
   }
   .xs-pt-17 {
      padding-top: 17% !important;
   }
   .xs-pt-18 {
      padding-top: 18% !important;
   }
   .xs-pt-19 {
      padding-top: 19% !important;
   }
   .xs-pt-20 {
      padding-top: 20% !important;
   }
   .xs-pt-21 {
      padding-top: 21% !important;
   }
   .xs-pt-22 {
      padding-top: 22% !important;
   }
   .xs-pt-23 {
      padding-top: 23% !important;
   }
   .xs-pt-24 {
      padding-top: 24% !important;
   }
   .xs-pt-25 {
      padding-top: 25% !important;
   }
   .xs-pt-26 {
      padding-top: 26% !important;
   }
   .xs-pt-27 {
      padding-top: 27% !important;
   }
   .xs-pt-28 {
      padding-top: 28% !important;
   }
   .xs-pt-29 {
      padding-top: 29% !important;
   }
   .xs-pt-30 {
      padding-top: 30% !important;
   }
   .xs-pe-5px {
      padding-right: 5px !important;
   }
   .xs-pe-10px {
      padding-right: 10px !important;
   }
   .xs-pe-15px {
      padding-right: 15px !important;
   }
   .xs-pe-20px {
      padding-right: 20px !important;
   }
   .xs-pe-25px {
      padding-right: 25px !important;
   }
   .xs-pe-30px {
      padding-right: 30px !important;
   }
   .xs-pe-35px {
      padding-right: 35px !important;
   }
   .xs-pe-40px {
      padding-right: 40px !important;
   }
   .xs-pe-45px {
      padding-right: 45px !important;
   }
   .xs-pe-50px {
      padding-right: 50px !important;
   }
   .xs-pe-55px {
      padding-right: 55px !important;
   }
   .xs-pe-60px {
      padding-right: 60px !important;
   }
   .xs-pe-65px {
      padding-right: 65px !important;
   }
   .xs-pe-70px {
      padding-right: 70px !important;
   }
   .xs-pe-1 {
      padding-right: 1% !important;
   }
   .xs-pe-2 {
      padding-right: 2% !important;
   }
   .xs-pe-3 {
      padding-right: 3% !important;
   }
   .xs-pe-4 {
      padding-right: 4% !important;
   }
   .xs-pe-5 {
      padding-right: 5% !important;
   }
   .xs-pe-6 {
      padding-right: 6% !important;
   }
   .xs-pe-7 {
      padding-right: 7% !important;
   }
   .xs-pe-8 {
      padding-right: 8% !important;
   }
   .xs-pe-9 {
      padding-right: 9% !important;
   }
   .xs-pe-10 {
      padding-right: 10% !important;
   }
   .xs-pe-11 {
      padding-right: 11% !important;
   }
   .xs-pe-12 {
      padding-right: 12% !important;
   }
   .xs-pe-13 {
      padding-right: 13% !important;
   }
   .xs-pe-14 {
      padding-right: 14% !important;
   }
   .xs-pe-15 {
      padding-right: 15% !important;
   }
   .xs-pe-16 {
      padding-right: 16% !important;
   }
   .xs-pe-17 {
      padding-right: 17% !important;
   }
   .xs-pe-18 {
      padding-right: 18% !important;
   }
   .xs-pe-19 {
      padding-right: 19% !important;
   }
   .xs-pe-20 {
      padding-right: 20% !important;
   }
   .xs-pe-21 {
      padding-right: 21% !important;
   }
   .xs-pe-22 {
      padding-right: 22% !important;
   }
   .xs-pe-23 {
      padding-right: 23% !important;
   }
   .xs-pe-24 {
      padding-right: 24% !important;
   }
   .xs-pe-25 {
      padding-right: 25% !important;
   }
   .xs-pe-26 {
      padding-right: 26% !important;
   }
   .xs-pe-27 {
      padding-right: 27% !important;
   }
   .xs-pe-28 {
      padding-right: 28% !important;
   }
   .xs-pe-29 {
      padding-right: 29% !important;
   }
   .xs-pe-30 {
      padding-right: 30% !important;
   }
   .xs-pb-5px {
      padding-bottom: 5px !important;
   }
   .xs-pb-10px {
      padding-bottom: 10px !important;
   }
   .xs-pb-15px {
      padding-bottom: 15px !important;
   }
   .xs-pb-20px {
      padding-bottom: 20px !important;
   }
   .xs-pb-25px {
      padding-bottom: 25px !important;
   }
   .xs-pb-30px {
      padding-bottom: 30px !important;
   }
   .xs-pb-35px {
      padding-bottom: 35px !important;
   }
   .xs-pb-40px {
      padding-bottom: 40px !important;
   }
   .xs-pb-45px {
      padding-bottom: 45px !important;
   }
   .xs-pb-50px {
      padding-bottom: 50px !important;
   }
   .xs-pb-55px {
      padding-bottom: 55px !important;
   }
   .xs-pb-60px {
      padding-bottom: 60px !important;
   }
   .xs-pb-65px {
      padding-bottom: 65px !important;
   }
   .xs-pb-70px {
      padding-bottom: 70px !important;
   }
   .xs-pb-1 {
      padding-bottom: 1% !important;
   }
   .xs-pb-2 {
      padding-bottom: 2% !important;
   }
   .xs-pb-3 {
      padding-bottom: 3% !important;
   }
   .xs-pb-4 {
      padding-bottom: 4% !important;
   }
   .xs-pb-5 {
      padding-bottom: 5% !important;
   }
   .xs-pb-6 {
      padding-bottom: 6% !important;
   }
   .xs-pb-7 {
      padding-bottom: 7% !important;
   }
   .xs-pb-8 {
      padding-bottom: 8% !important;
   }
   .xs-pb-9 {
      padding-bottom: 9% !important;
   }
   .xs-pb-10 {
      padding-bottom: 10% !important;
   }
   .xs-pb-11 {
      padding-bottom: 11% !important;
   }
   .xs-pb-12 {
      padding-bottom: 12% !important;
   }
   .xs-pb-13 {
      padding-bottom: 13% !important;
   }
   .xs-pb-14 {
      padding-bottom: 14% !important;
   }
   .xs-pb-15 {
      padding-bottom: 15% !important;
   }
   .xs-pb-16 {
      padding-bottom: 16% !important;
   }
   .xs-pb-17 {
      padding-bottom: 17% !important;
   }
   .xs-pb-18 {
      padding-bottom: 18% !important;
   }
   .xs-pb-19 {
      padding-bottom: 19% !important;
   }
   .xs-pb-20 {
      padding-bottom: 20% !important;
   }
   .xs-pb-21 {
      padding-bottom: 21% !important;
   }
   .xs-pb-22 {
      padding-bottom: 22% !important;
   }
   .xs-pb-23 {
      padding-bottom: 23% !important;
   }
   .xs-pb-24 {
      padding-bottom: 24% !important;
   }
   .xs-pb-25 {
      padding-bottom: 25% !important;
   }
   .xs-pb-26 {
      padding-bottom: 26% !important;
   }
   .xs-pb-27 {
      padding-bottom: 27% !important;
   }
   .xs-pb-28 {
      padding-bottom: 28% !important;
   }
   .xs-pb-29 {
      padding-bottom: 29% !important;
   }
   .xs-pb-30 {
      padding-bottom: 30% !important;
   }
   .xs-ps-5px {
      padding-left: 5px !important;
   }
   .xs-ps-10px {
      padding-left: 10px !important;
   }
   .xs-ps-15px {
      padding-left: 15px !important;
   }
   .xs-ps-20px {
      padding-left: 20px !important;
   }
   .xs-ps-25px {
      padding-left: 25px !important;
   }
   .xs-ps-30px {
      padding-left: 30px !important;
   }
   .xs-ps-35px {
      padding-left: 35px !important;
   }
   .xs-ps-40px {
      padding-left: 40px !important;
   }
   .xs-ps-45px {
      padding-left: 45px !important;
   }
   .xs-ps-50px {
      padding-left: 50px !important;
   }
   .xs-ps-55px {
      padding-left: 55px !important;
   }
   .xs-ps-60px {
      padding-left: 60px !important;
   }
   .xs-ps-65px {
      padding-left: 65px !important;
   }
   .xs-ps-70px {
      padding-left: 70px !important;
   }
   .xs-ps-1 {
      padding-left: 1% !important;
   }
   .xs-ps-2 {
      padding-left: 2% !important;
   }
   .xs-ps-3 {
      padding-left: 3% !important;
   }
   .xs-ps-4 {
      padding-left: 4% !important;
   }
   .xs-ps-5 {
      padding-left: 5% !important;
   }
   .xs-ps-6 {
      padding-left: 6% !important;
   }
   .xs-ps-7 {
      padding-left: 7% !important;
   }
   .xs-ps-8 {
      padding-left: 8% !important;
   }
   .xs-ps-9 {
      padding-left: 9% !important;
   }
   .xs-ps-10 {
      padding-left: 10% !important;
   }
   .xs-ps-11 {
      padding-left: 11% !important;
   }
   .xs-ps-12 {
      padding-left: 12% !important;
   }
   .xs-ps-13 {
      padding-left: 13% !important;
   }
   .xs-ps-14 {
      padding-left: 14% !important;
   }
   .xs-ps-15 {
      padding-left: 15% !important;
   }
   .xs-ps-16 {
      padding-left: 16% !important;
   }
   .xs-ps-17 {
      padding-left: 17% !important;
   }
   .xs-ps-18 {
      padding-left: 18% !important;
   }
   .xs-ps-19 {
      padding-left: 19% !important;
   }
   .xs-ps-20 {
      padding-left: 20% !important;
   }
   .xs-ps-21 {
      padding-left: 21% !important;
   }
   .xs-ps-22 {
      padding-left: 22% !important;
   }
   .xs-ps-23 {
      padding-left: 23% !important;
   }
   .xs-ps-24 {
      padding-left: 24% !important;
   }
   .xs-ps-25 {
      padding-left: 25% !important;
   }
   .xs-ps-26 {
      padding-left: 26% !important;
   }
   .xs-ps-27 {
      padding-left: 27% !important;
   }
   .xs-ps-28 {
      padding-left: 28% !important;
   }
   .xs-ps-29 {
      padding-left: 29% !important;
   }
   .xs-ps-30 {
      padding-left: 30% !important;
   }
   .xs-m-5px {
      margin: 5px !important;
   }
   .xs-m-10px {
      margin: 10px !important;
   }
   .xs-m-15px {
      margin: 15px !important;
   }
   .xs-m-20px {
      margin: 20px !important;
   }
   .xs-m-25px {
      margin: 25px !important;
   }
   .xs-m-30px {
      margin: 30px !important;
   }
   .xs-m-35px {
      margin: 35px !important;
   }
   .xs-m-40px {
      margin: 40px !important;
   }
   .xs-m-45px {
      margin: 45px !important;
   }
   .xs-m-50px {
      margin: 50px !important;
   }
   .xs-m-55px {
      margin: 55px !important;
   }
   .xs-m-60px {
      margin: 60px !important;
   }
   .xs-m-65px {
      margin: 65px !important;
   }
   .xs-m-70px {
      margin: 70px !important;
   }
   .xs-m-1 {
      margin: 1% !important;
   }
   .xs-m-2 {
      margin: 2% !important;
   }
   .xs-m-3 {
      margin: 3% !important;
   }
   .xs-m-4 {
      margin: 4% !important;
   }
   .xs-m-5 {
      margin: 5% !important;
   }
   .xs-m-6 {
      margin: 6% !important;
   }
   .xs-m-7 {
      margin: 7% !important;
   }
   .xs-m-8 {
      margin: 8% !important;
   }
   .xs-m-9 {
      margin: 9% !important;
   }
   .xs-m-10 {
      margin: 10% !important;
   }
   .xs-m-11 {
      margin: 11% !important;
   }
   .xs-m-12 {
      margin: 12% !important;
   }
   .xs-m-13 {
      margin: 13% !important;
   }
   .xs-m-14 {
      margin: 14% !important;
   }
   .xs-m-15 {
      margin: 15% !important;
   }
   .xs-m-16 {
      margin: 16% !important;
   }
   .xs-m-17 {
      margin: 17% !important;
   }
   .xs-m-18 {
      margin: 18% !important;
   }
   .xs-m-19 {
      margin: 19% !important;
   }
   .xs-m-20 {
      margin: 20% !important;
   }
   .xs-m-21 {
      margin: 21% !important;
   }
   .xs-m-22 {
      margin: 22% !important;
   }
   .xs-m-23 {
      margin: 23% !important;
   }
   .xs-m-24 {
      margin: 24% !important;
   }
   .xs-m-25 {
      margin: 25% !important;
   }
   .xs-m-26 {
      margin: 26% !important;
   }
   .xs-m-27 {
      margin: 27% !important;
   }
   .xs-m-28 {
      margin: 28% !important;
   }
   .xs-m-29 {
      margin: 29% !important;
   }
   .xs-m-30 {
      margin: 30% !important;
   }
   .xs-mt-5px {
      margin-top: 5px !important;
   }
   .xs-mt-10px {
      margin-top: 10px !important;
   }
   .xs-mt-15px {
      margin-top: 15px !important;
   }
   .xs-mt-20px {
      margin-top: 20px !important;
   }
   .xs-mt-25px {
      margin-top: 25px !important;
   }
   .xs-mt-30px {
      margin-top: 30px !important;
   }
   .xs-mt-35px {
      margin-top: 35px !important;
   }
   .xs-mt-40px {
      margin-top: 40px !important;
   }
   .xs-mt-45px {
      margin-top: 45px !important;
   }
   .xs-mt-50px {
      margin-top: 50px !important;
   }
   .xs-mt-55px {
      margin-top: 55px !important;
   }
   .xs-mt-60px {
      margin-top: 60px !important;
   }
   .xs-mt-65px {
      margin-top: 65px !important;
   }
   .xs-mt-70px {
      margin-top: 70px !important;
   }
   .xs-mt-1 {
      margin-top: 1% !important;
   }
   .xs-mt-2 {
      margin-top: 2% !important;
   }
   .xs-mt-3 {
      margin-top: 3% !important;
   }
   .xs-mt-4 {
      margin-top: 4% !important;
   }
   .xs-mt-5 {
      margin-top: 5% !important;
   }
   .xs-mt-6 {
      margin-top: 6% !important;
   }
   .xs-mt-7 {
      margin-top: 7% !important;
   }
   .xs-mt-8 {
      margin-top: 8% !important;
   }
   .xs-mt-9 {
      margin-top: 9% !important;
   }
   .xs-mt-10 {
      margin-top: 10% !important;
   }
   .xs-mt-11 {
      margin-top: 11% !important;
   }
   .xs-mt-12 {
      margin-top: 12% !important;
   }
   .xs-mt-13 {
      margin-top: 13% !important;
   }
   .xs-mt-14 {
      margin-top: 14% !important;
   }
   .xs-mt-15 {
      margin-top: 15% !important;
   }
   .xs-mt-16 {
      margin-top: 16% !important;
   }
   .xs-mt-17 {
      margin-top: 17% !important;
   }
   .xs-mt-18 {
      margin-top: 18% !important;
   }
   .xs-mt-19 {
      margin-top: 19% !important;
   }
   .xs-mt-20 {
      margin-top: 20% !important;
   }
   .xs-mt-21 {
      margin-top: 21% !important;
   }
   .xs-mt-22 {
      margin-top: 22% !important;
   }
   .xs-mt-23 {
      margin-top: 23% !important;
   }
   .xs-mt-24 {
      margin-top: 24% !important;
   }
   .xs-mt-25 {
      margin-top: 25% !important;
   }
   .xs-mt-26 {
      margin-top: 26% !important;
   }
   .xs-mt-27 {
      margin-top: 27% !important;
   }
   .xs-mt-28 {
      margin-top: 28% !important;
   }
   .xs-mt-29 {
      margin-top: 29% !important;
   }
   .xs-mt-30 {
      margin-top: 30% !important;
   }
   .xs-me-5px {
      margin-right: 5px !important;
   }
   .xs-me-10px {
      margin-right: 10px !important;
   }
   .xs-me-15px {
      margin-right: 15px !important;
   }
   .xs-me-20px {
      margin-right: 20px !important;
   }
   .xs-me-25px {
      margin-right: 25px !important;
   }
   .xs-me-30px {
      margin-right: 30px !important;
   }
   .xs-me-35px {
      margin-right: 35px !important;
   }
   .xs-me-40px {
      margin-right: 40px !important;
   }
   .xs-me-45px {
      margin-right: 45px !important;
   }
   .xs-me-50px {
      margin-right: 50px !important;
   }
   .xs-me-55px {
      margin-right: 55px !important;
   }
   .xs-me-60px {
      margin-right: 60px !important;
   }
   .xs-me-65px {
      margin-right: 65px !important;
   }
   .xs-me-70px {
      margin-right: 70px !important;
   }
   .xs-me-1 {
      margin-right: 1% !important;
   }
   .xs-me-2 {
      margin-right: 2% !important;
   }
   .xs-me-3 {
      margin-right: 3% !important;
   }
   .xs-me-4 {
      margin-right: 4% !important;
   }
   .xs-me-5 {
      margin-right: 5% !important;
   }
   .xs-me-6 {
      margin-right: 6% !important;
   }
   .xs-me-7 {
      margin-right: 7% !important;
   }
   .xs-me-8 {
      margin-right: 8% !important;
   }
   .xs-me-9 {
      margin-right: 9% !important;
   }
   .xs-me-10 {
      margin-right: 10% !important;
   }
   .xs-me-11 {
      margin-right: 11% !important;
   }
   .xs-me-12 {
      margin-right: 12% !important;
   }
   .xs-me-13 {
      margin-right: 13% !important;
   }
   .xs-me-14 {
      margin-right: 14% !important;
   }
   .xs-me-15 {
      margin-right: 15% !important;
   }
   .xs-me-16 {
      margin-right: 16% !important;
   }
   .xs-me-17 {
      margin-right: 17% !important;
   }
   .xs-me-18 {
      margin-right: 18% !important;
   }
   .xs-me-19 {
      margin-right: 19% !important;
   }
   .xs-me-20 {
      margin-right: 20% !important;
   }
   .xs-me-21 {
      margin-right: 21% !important;
   }
   .xs-me-22 {
      margin-right: 22% !important;
   }
   .xs-me-23 {
      margin-right: 23% !important;
   }
   .xs-me-24 {
      margin-right: 24% !important;
   }
   .xs-me-25 {
      margin-right: 25% !important;
   }
   .xs-me-26 {
      margin-right: 26% !important;
   }
   .xs-me-27 {
      margin-right: 27% !important;
   }
   .xs-me-28 {
      margin-right: 28% !important;
   }
   .xs-me-29 {
      margin-right: 29% !important;
   }
   .xs-me-30 {
      margin-right: 30% !important;
   }
   .xs-mb-5px {
      margin-bottom: 5px !important;
   }
   .xs-mb-10px {
      margin-bottom: 10px !important;
   }
   .xs-mb-15px {
      margin-bottom: 15px !important;
   }
   .xs-mb-20px {
      margin-bottom: 20px !important;
   }
   .xs-mb-25px {
      margin-bottom: 25px !important;
   }
   .xs-mb-30px {
      margin-bottom: 30px !important;
   }
   .xs-mb-35px {
      margin-bottom: 35px !important;
   }
   .xs-mb-40px {
      margin-bottom: 40px !important;
   }
   .xs-mb-45px {
      margin-bottom: 45px !important;
   }
   .xs-mb-50px {
      margin-bottom: 50px !important;
   }
   .xs-mb-55px {
      margin-bottom: 55px !important;
   }
   .xs-mb-60px {
      margin-bottom: 60px !important;
   }
   .xs-mb-65px {
      margin-bottom: 65px !important;
   }
   .xs-mb-70px {
      margin-bottom: 70px !important;
   }
   .xs-mb-1 {
      margin-bottom: 1% !important;
   }
   .xs-mb-2 {
      margin-bottom: 2% !important;
   }
   .xs-mb-3 {
      margin-bottom: 3% !important;
   }
   .xs-mb-4 {
      margin-bottom: 4% !important;
   }
   .xs-mb-5 {
      margin-bottom: 5% !important;
   }
   .xs-mb-6 {
      margin-bottom: 6% !important;
   }
   .xs-mb-7 {
      margin-bottom: 7% !important;
   }
   .xs-mb-8 {
      margin-bottom: 8% !important;
   }
   .xs-mb-9 {
      margin-bottom: 9% !important;
   }
   .xs-mb-10 {
      margin-bottom: 10% !important;
   }
   .xs-mb-11 {
      margin-bottom: 11% !important;
   }
   .xs-mb-12 {
      margin-bottom: 12% !important;
   }
   .xs-mb-13 {
      margin-bottom: 13% !important;
   }
   .xs-mb-14 {
      margin-bottom: 14% !important;
   }
   .xs-mb-15 {
      margin-bottom: 15% !important;
   }
   .xs-mb-16 {
      margin-bottom: 16% !important;
   }
   .xs-mb-17 {
      margin-bottom: 17% !important;
   }
   .xs-mb-18 {
      margin-bottom: 18% !important;
   }
   .xs-mb-19 {
      margin-bottom: 19% !important;
   }
   .xs-mb-20 {
      margin-bottom: 20% !important;
   }
   .xs-mb-21 {
      margin-bottom: 21% !important;
   }
   .xs-mb-22 {
      margin-bottom: 22% !important;
   }
   .xs-mb-23 {
      margin-bottom: 23% !important;
   }
   .xs-mb-24 {
      margin-bottom: 24% !important;
   }
   .xs-mb-25 {
      margin-bottom: 25% !important;
   }
   .xs-mb-26 {
      margin-bottom: 26% !important;
   }
   .xs-mb-27 {
      margin-bottom: 27% !important;
   }
   .xs-mb-28 {
      margin-bottom: 28% !important;
   }
   .xs-mb-29 {
      margin-bottom: 29% !important;
   }
   .xs-mb-30 {
      margin-bottom: 30% !important;
   }
   .xs-ms-5px {
      margin-left: 5px !important;
   }
   .xs-ms-10px {
      margin-left: 10px !important;
   }
   .xs-ms-15px {
      margin-left: 15px !important;
   }
   .xs-ms-20px {
      margin-left: 20px !important;
   }
   .xs-ms-25px {
      margin-left: 25px !important;
   }
   .xs-ms-30px {
      margin-left: 30px !important;
   }
   .xs-ms-35px {
      margin-left: 35px !important;
   }
   .xs-ms-40px {
      margin-left: 40px !important;
   }
   .xs-ms-45px {
      margin-left: 45px !important;
   }
   .xs-ms-50px {
      margin-left: 50px !important;
   }
   .xs-ms-55px {
      margin-left: 55px !important;
   }
   .xs-ms-60px {
      margin-left: 60px !important;
   }
   .xs-ms-65px {
      margin-left: 65px !important;
   }
   .xs-ms-70px {
      margin-left: 70px !important;
   }
   .xs-ms-1 {
      margin-left: 1% !important;
   }
   .xs-ms-2 {
      margin-left: 2% !important;
   }
   .xs-ms-3 {
      margin-left: 3% !important;
   }
   .xs-ms-4 {
      margin-left: 4% !important;
   }
   .xs-ms-5 {
      margin-left: 5% !important;
   }
   .xs-ms-6 {
      margin-left: 6% !important;
   }
   .xs-ms-7 {
      margin-left: 7% !important;
   }
   .xs-ms-8 {
      margin-left: 8% !important;
   }
   .xs-ms-9 {
      margin-left: 9% !important;
   }
   .xs-ms-10 {
      margin-left: 10% !important;
   }
   .xs-ms-11 {
      margin-left: 11% !important;
   }
   .xs-ms-12 {
      margin-left: 12% !important;
   }
   .xs-ms-13 {
      margin-left: 13% !important;
   }
   .xs-ms-14 {
      margin-left: 14% !important;
   }
   .xs-ms-15 {
      margin-left: 15% !important;
   }
   .xs-ms-16 {
      margin-left: 16% !important;
   }
   .xs-ms-17 {
      margin-left: 17% !important;
   }
   .xs-ms-18 {
      margin-left: 18% !important;
   }
   .xs-ms-19 {
      margin-left: 19% !important;
   }
   .xs-ms-20 {
      margin-left: 20% !important;
   }
   .xs-ms-21 {
      margin-left: 21% !important;
   }
   .xs-ms-22 {
      margin-left: 22% !important;
   }
   .xs-ms-23 {
      margin-left: 23% !important;
   }
   .xs-ms-24 {
      margin-left: 24% !important;
   }
   .xs-ms-25 {
      margin-left: 25% !important;
   }
   .xs-ms-26 {
      margin-left: 26% !important;
   }
   .xs-ms-27 {
      margin-left: 27% !important;
   }
   .xs-ms-28 {
      margin-left: 28% !important;
   }
   .xs-ms-29 {
      margin-left: 29% !important;
   }
   .xs-ms-30 {
      margin-left: 30% !important;
   }
   .xs-top-0px {
      top: 0 !important;
   }
   .xs-top-1px {
      top: 1px !important;
   }
   .xs-top-2px {
      top: 2px !important;
   }
   .xs-top-3px {
      top: 3px !important;
   }
   .xs-top-4px {
      top: 4px !important;
   }
   .xs-top-5px {
      top: 5px !important;
   }
   .xs-top-6px {
      top: 6px !important;
   }
   .xs-top-7px {
      top: 7px !important;
   }
   .xs-top-8px {
      top: 8px !important;
   }
   .xs-top-9px {
      top: 9px !important;
   }
   .xs-top-10px {
      top: 10px !important;
   }
   .xs-top-11px {
      top: 11px !important;
   }
   .xs-top-12px {
      top: 12px !important;
   }
   .xs-top-13px {
      top: 13px !important;
   }
   .xs-top-14px {
      top: 14px !important;
   }
   .xs-top-15px {
      top: 15px !important;
   }
   .xs-top-16px {
      top: 16px !important;
   }
   .xs-top-17px {
      top: 17px !important;
   }
   .xs-top-18px {
      top: 18px !important;
   }
   .xs-top-19px {
      top: 19px !important;
   }
   .xs-top-20px {
      top: 20px !important;
   }
   .xs-top-21px {
      top: 21px !important;
   }
   .xs-top-22px {
      top: 22px !important;
   }
   .xs-top-23px {
      top: 23px !important;
   }
   .xs-top-24px {
      top: 24px !important;
   }
   .xs-top-25px {
      top: 25px !important;
   }
   .xs-top-26px {
      top: 26px !important;
   }
   .xs-top-27px {
      top: 27px !important;
   }
   .xs-top-28px {
      top: 28px !important;
   }
   .xs-top-29px {
      top: 29px !important;
   }
   .xs-top-30px {
      top: 30px !important;
   }
   .xs-top-40px {
      top: 40px !important;
   }
   .xs-top-50px {
      top: 50px !important;
   }
   .xs-top-60px {
      top: 60px !important;
   }
   .xs-top-70px {
      top: 70px !important;
   }
   .xs-top-80px {
      top: 80px !important;
   }
   .xs-top-90px {
      top: 90px !important;
   }
   .xs-top-100px {
      top: 100px !important;
   }
   .xs-top-110px {
      top: 110px !important;
   }
   .xs-top-120px {
      top: 120px !important;
   }
   .xs-top-130px {
      top: 130px !important;
   }
   .xs-top-140px {
      top: 140px !important;
   }
   .xs-top-150px {
      top: 150px !important;
   }
   .xs-right-0px {
      right: 0 !important;
   }
   .xs-right-1px {
      right: 1px !important;
   }
   .xs-right-2px {
      right: 2px !important;
   }
   .xs-right-3px {
      right: 3px !important;
   }
   .xs-right-4px {
      right: 4px !important;
   }
   .xs-right-5px {
      right: 5px !important;
   }
   .xs-right-6px {
      right: 6px !important;
   }
   .xs-right-7px {
      right: 7px !important;
   }
   .xs-right-8px {
      right: 8px !important;
   }
   .xs-right-9px {
      right: 9px !important;
   }
   .xs-right-10px {
      right: 10px !important;
   }
   .xs-right-11px {
      right: 11px !important;
   }
   .xs-right-12px {
      right: 12px !important;
   }
   .xs-right-13px {
      right: 13px !important;
   }
   .xs-right-14px {
      right: 14px !important;
   }
   .xs-right-15px {
      right: 15px !important;
   }
   .xs-right-16px {
      right: 16px !important;
   }
   .xs-right-17px {
      right: 17px !important;
   }
   .xs-right-18px {
      right: 18px !important;
   }
   .xs-right-19px {
      right: 19px !important;
   }
   .xs-right-20px {
      right: 20px !important;
   }
   .xs-right-21px {
      right: 21px !important;
   }
   .xs-right-22px {
      right: 22px !important;
   }
   .xs-right-23px {
      right: 23px !important;
   }
   .xs-right-24px {
      right: 24px !important;
   }
   .xs-right-25px {
      right: 25px !important;
   }
   .xs-right-26px {
      right: 26px !important;
   }
   .xs-right-27px {
      right: 27px !important;
   }
   .xs-right-28px {
      right: 28px !important;
   }
   .xs-right-29px {
      right: 29px !important;
   }
   .xs-right-30px {
      right: 30px !important;
   }
   .xs-right-40px {
      right: 40px !important;
   }
   .xs-right-50px {
      right: 50px !important;
   }
   .xs-right-60px {
      right: 60px !important;
   }
   .xs-right-70px {
      right: 70px !important;
   }
   .xs-right-80px {
      right: 80px !important;
   }
   .xs-right-90px {
      right: 90px !important;
   }
   .xs-right-100px {
      right: 100px !important;
   }
   .xs-right-110px {
      right: 110px !important;
   }
   .xs-right-120px {
      right: 120px !important;
   }
   .xs-right-130px {
      right: 130px !important;
   }
   .xs-right-140px {
      right: 140px !important;
   }
   .xs-right-150px {
      right: 150px !important;
   }
   .xs-bottom-0px {
      bottom: 0 !important;
   }
   .xs-bottom-1px {
      bottom: 1px !important;
   }
   .xs-bottom-2px {
      bottom: 2px !important;
   }
   .xs-bottom-3px {
      bottom: 3px !important;
   }
   .xs-bottom-4px {
      bottom: 4px !important;
   }
   .xs-bottom-5px {
      bottom: 5px !important;
   }
   .xs-bottom-6px {
      bottom: 6px !important;
   }
   .xs-bottom-7px {
      bottom: 7px !important;
   }
   .xs-bottom-8px {
      bottom: 8px !important;
   }
   .xs-bottom-9px {
      bottom: 9px !important;
   }
   .xs-bottom-10px {
      bottom: 10px !important;
   }
   .xs-bottom-11px {
      bottom: 11px !important;
   }
   .xs-bottom-12px {
      bottom: 12px !important;
   }
   .xs-bottom-13px {
      bottom: 13px !important;
   }
   .xs-bottom-14px {
      bottom: 14px !important;
   }
   .xs-bottom-15px {
      bottom: 15px !important;
   }
   .xs-bottom-16px {
      bottom: 16px !important;
   }
   .xs-bottom-17px {
      bottom: 17px !important;
   }
   .xs-bottom-18px {
      bottom: 18px !important;
   }
   .xs-bottom-19px {
      bottom: 19px !important;
   }
   .xs-bottom-20px {
      bottom: 20px !important;
   }
   .xs-bottom-21px {
      bottom: 21px !important;
   }
   .xs-bottom-22px {
      bottom: 22px !important;
   }
   .xs-bottom-23px {
      bottom: 23px !important;
   }
   .xs-bottom-24px {
      bottom: 24px !important;
   }
   .xs-bottom-25px {
      bottom: 25px !important;
   }
   .xs-bottom-26px {
      bottom: 26px !important;
   }
   .xs-bottom-27px {
      bottom: 27px !important;
   }
   .xs-bottom-28px {
      bottom: 28px !important;
   }
   .xs-bottom-29px {
      bottom: 29px !important;
   }
   .xs-bottom-30px {
      bottom: 30px !important;
   }
   .xs-bottom-40px {
      bottom: 40px !important;
   }
   .xs-bottom-50px {
      bottom: 50px !important;
   }
   .xs-bottom-60px {
      bottom: 60px !important;
   }
   .xs-bottom-70px {
      bottom: 70px !important;
   }
   .xs-bottom-80px {
      bottom: 80px !important;
   }
   .xs-bottom-90px {
      bottom: 90px !important;
   }
   .xs-bottom-100px {
      bottom: 100px !important;
   }
   .xs-bottom-110px {
      bottom: 110px !important;
   }
   .xs-bottom-120px {
      bottom: 120px !important;
   }
   .xs-bottom-130px {
      bottom: 130px !important;
   }
   .xs-bottom-140px {
      bottom: 140px !important;
   }
   .xs-bottom-150px {
      bottom: 150px !important;
   }
   .xs-left-0px {
      left: 0 !important;
   }
   .xs-left-1px {
      left: 1px !important;
   }
   .xs-left-2px {
      left: 2px !important;
   }
   .xs-left-3px {
      left: 3px !important;
   }
   .xs-left-4px {
      left: 4px !important;
   }
   .xs-left-5px {
      left: 5px !important;
   }
   .xs-left-6px {
      left: 6px !important;
   }
   .xs-left-7px {
      left: 7px !important;
   }
   .xs-left-8px {
      left: 8px !important;
   }
   .xs-left-9px {
      left: 9px !important;
   }
   .xs-left-10px {
      left: 10px !important;
   }
   .xs-left-11px {
      left: 11px !important;
   }
   .xs-left-12px {
      left: 12px !important;
   }
   .xs-left-13px {
      left: 13px !important;
   }
   .xs-left-14px {
      left: 14px !important;
   }
   .xs-left-15px {
      left: 15px !important;
   }
   .xs-left-16px {
      left: 16px !important;
   }
   .xs-left-17px {
      left: 17px !important;
   }
   .xs-left-18px {
      left: 18px !important;
   }
   .xs-left-19px {
      left: 19px !important;
   }
   .xs-left-20px {
      left: 20px !important;
   }
   .xs-left-21px {
      left: 21px !important;
   }
   .xs-left-22px {
      left: 22px !important;
   }
   .xs-left-23px {
      left: 23px !important;
   }
   .xs-left-24px {
      left: 24px !important;
   }
   .xs-left-25px {
      left: 25px !important;
   }
   .xs-left-26px {
      left: 26px !important;
   }
   .xs-left-27px {
      left: 27px !important;
   }
   .xs-left-28px {
      left: 28px !important;
   }
   .xs-left-29px {
      left: 29px !important;
   }
   .xs-left-30px {
      left: 30px !important;
   }
   .xs-left-40px {
      left: 40px !important;
   }
   .xs-left-50px {
      left: 50px !important;
   }
   .xs-left-60px {
      left: 60px !important;
   }
   .xs-left-70px {
      left: 70px !important;
   }
   .xs-left-80px {
      left: 80px !important;
   }
   .xs-left-90px {
      left: 90px !important;
   }
   .xs-left-100px {
      left: 100px !important;
   }
   .xs-left-110px {
      left: 110px !important;
   }
   .xs-left-120px {
      left: 120px !important;
   }
   .xs-left-130px {
      left: 130px !important;
   }
   .xs-left-140px {
      left: 140px !important;
   }
   .xs-left-150px {
      left: 150px !important;
   }
   .xs-top-minus-0px {
      top: -0px !important;
   }
   .xs-top-minus-1px {
      top: -1px !important;
   }
   .xs-top-minus-2px {
      top: -2px !important;
   }
   .xs-top-minus-3px {
      top: -3px !important;
   }
   .xs-top-minus-4px {
      top: -4px !important;
   }
   .xs-top-minus-5px {
      top: -5px !important;
   }
   .xs-top-minus-6px {
      top: -6px !important;
   }
   .xs-top-minus-7px {
      top: -7px !important;
   }
   .xs-top-minus-8px {
      top: -8px !important;
   }
   .xs-top-minus-9px {
      top: -9px !important;
   }
   .xs-top-minus-10px {
      top: -10px !important;
   }
   .xs-top-minus-11px {
      top: -11px !important;
   }
   .xs-top-minus-12px {
      top: -12px !important;
   }
   .xs-top-minus-13px {
      top: -13px !important;
   }
   .xs-top-minus-14px {
      top: -14px !important;
   }
   .xs-top-minus-15px {
      top: -15px !important;
   }
   .xs-top-minus-16px {
      top: -16px !important;
   }
   .xs-top-minus-17px {
      top: -17px !important;
   }
   .xs-top-minus-18px {
      top: -18px !important;
   }
   .xs-top-minus-19px {
      top: -19px !important;
   }
   .xs-top-minus-20px {
      top: -20px !important;
   }
   .xs-top-minus-21px {
      top: -21px !important;
   }
   .xs-top-minus-22px {
      top: -22px !important;
   }
   .xs-top-minus-23px {
      top: -23px !important;
   }
   .xs-top-minus-24px {
      top: -24px !important;
   }
   .xs-top-minus-25px {
      top: -25px !important;
   }
   .xs-top-minus-26px {
      top: -26px !important;
   }
   .xs-top-minus-27px {
      top: -27px !important;
   }
   .xs-top-minus-28px {
      top: -28px !important;
   }
   .xs-top-minus-29px {
      top: -29px !important;
   }
   .xs-top-minus-30px {
      top: -30px !important;
   }
   .xs-top-minus-40px {
      top: -40px !important;
   }
   .xs-top-minus-50px {
      top: -50px !important;
   }
   .xs-top-minus-60px {
      top: -60px !important;
   }
   .xs-top-minus-70px {
      top: -70px !important;
   }
   .xs-top-minus-80px {
      top: -80px !important;
   }
   .xs-top-minus-90px {
      top: -90px !important;
   }
   .xs-top-minus-100px {
      top: -100px !important;
   }
   .xs-top-minus-110px {
      top: -110px !important;
   }
   .xs-top-minus-120px {
      top: -120px !important;
   }
   .xs-top-minus-130px {
      top: -130px !important;
   }
   .xs-top-minus-140px {
      top: -140px !important;
   }
   .xs-top-minus-150px {
      top: -150px !important;
   }
   .xs-right-minus-0px {
      right: -0px !important;
   }
   .xs-right-minus-1px {
      right: -1px !important;
   }
   .xs-right-minus-2px {
      right: -2px !important;
   }
   .xs-right-minus-3px {
      right: -3px !important;
   }
   .xs-right-minus-4px {
      right: -4px !important;
   }
   .xs-right-minus-5px {
      right: -5px !important;
   }
   .xs-right-minus-6px {
      right: -6px !important;
   }
   .xs-right-minus-7px {
      right: -7px !important;
   }
   .xs-right-minus-8px {
      right: -8px !important;
   }
   .xs-right-minus-9px {
      right: -9px !important;
   }
   .xs-right-minus-10px {
      right: -10px !important;
   }
   .xs-right-minus-11px {
      right: -11px !important;
   }
   .xs-right-minus-12px {
      right: -12px !important;
   }
   .xs-right-minus-13px {
      right: -13px !important;
   }
   .xs-right-minus-14px {
      right: -14px !important;
   }
   .xs-right-minus-15px {
      right: -15px !important;
   }
   .xs-right-minus-16px {
      right: -16px !important;
   }
   .xs-right-minus-17px {
      right: -17px !important;
   }
   .xs-right-minus-18px {
      right: -18px !important;
   }
   .xs-right-minus-19px {
      right: -19px !important;
   }
   .xs-right-minus-20px {
      right: -20px !important;
   }
   .xs-right-minus-21px {
      right: -21px !important;
   }
   .xs-right-minus-22px {
      right: -22px !important;
   }
   .xs-right-minus-23px {
      right: -23px !important;
   }
   .xs-right-minus-24px {
      right: -24px !important;
   }
   .xs-right-minus-25px {
      right: -25px !important;
   }
   .xs-right-minus-26px {
      right: -26px !important;
   }
   .xs-right-minus-27px {
      right: -27px !important;
   }
   .xs-right-minus-28px {
      right: -28px !important;
   }
   .xs-right-minus-29px {
      right: -29px !important;
   }
   .xs-right-minus-30px {
      right: -30px !important;
   }
   .xs-right-minus-40px {
      right: -40px !important;
   }
   .xs-right-minus-50px {
      right: -50px !important;
   }
   .xs-right-minus-60px {
      right: -60px !important;
   }
   .xs-right-minus-70px {
      right: -70px !important;
   }
   .xs-right-minus-80px {
      right: -80px !important;
   }
   .xs-right-minus-90px {
      right: -90px !important;
   }
   .xs-right-minus-100px {
      right: -100px !important;
   }
   .xs-right-minus-110px {
      right: -110px !important;
   }
   .xs-right-minus-120px {
      right: -120px !important;
   }
   .xs-right-minus-130px {
      right: -130px !important;
   }
   .xs-right-minus-140px {
      right: -140px !important;
   }
   .xs-right-minus-150px {
      right: -150px !important;
   }
   .xs-bottom-minus-0px {
      bottom: -0px !important;
   }
   .xs-bottom-minus-1px {
      bottom: -1px !important;
   }
   .xs-bottom-minus-2px {
      bottom: -2px !important;
   }
   .xs-bottom-minus-3px {
      bottom: -3px !important;
   }
   .xs-bottom-minus-4px {
      bottom: -4px !important;
   }
   .xs-bottom-minus-5px {
      bottom: -5px !important;
   }
   .xs-bottom-minus-6px {
      bottom: -6px !important;
   }
   .xs-bottom-minus-7px {
      bottom: -7px !important;
   }
   .xs-bottom-minus-8px {
      bottom: -8px !important;
   }
   .xs-bottom-minus-9px {
      bottom: -9px !important;
   }
   .xs-bottom-minus-10px {
      bottom: -10px !important;
   }
   .xs-bottom-minus-11px {
      bottom: -11px !important;
   }
   .xs-bottom-minus-12px {
      bottom: -12px !important;
   }
   .xs-bottom-minus-13px {
      bottom: -13px !important;
   }
   .xs-bottom-minus-14px {
      bottom: -14px !important;
   }
   .xs-bottom-minus-15px {
      bottom: -15px !important;
   }
   .xs-bottom-minus-16px {
      bottom: -16px !important;
   }
   .xs-bottom-minus-17px {
      bottom: -17px !important;
   }
   .xs-bottom-minus-18px {
      bottom: -18px !important;
   }
   .xs-bottom-minus-19px {
      bottom: -19px !important;
   }
   .xs-bottom-minus-20px {
      bottom: -20px !important;
   }
   .xs-bottom-minus-21px {
      bottom: -21px !important;
   }
   .xs-bottom-minus-22px {
      bottom: -22px !important;
   }
   .xs-bottom-minus-23px {
      bottom: -23px !important;
   }
   .xs-bottom-minus-24px {
      bottom: -24px !important;
   }
   .xs-bottom-minus-25px {
      bottom: -25px !important;
   }
   .xs-bottom-minus-26px {
      bottom: -26px !important;
   }
   .xs-bottom-minus-27px {
      bottom: -27px !important;
   }
   .xs-bottom-minus-28px {
      bottom: -28px !important;
   }
   .xs-bottom-minus-29px {
      bottom: -29px !important;
   }
   .xs-bottom-minus-30px {
      bottom: -30px !important;
   }
   .xs-bottom-minus-40px {
      bottom: -40px !important;
   }
   .xs-bottom-minus-50px {
      bottom: -50px !important;
   }
   .xs-bottom-minus-60px {
      bottom: -60px !important;
   }
   .xs-bottom-minus-70px {
      bottom: -70px !important;
   }
   .xs-bottom-minus-80px {
      bottom: -80px !important;
   }
   .xs-bottom-minus-90px {
      bottom: -90px !important;
   }
   .xs-bottom-minus-100px {
      bottom: -100px !important;
   }
   .xs-bottom-minus-110px {
      bottom: -110px !important;
   }
   .xs-bottom-minus-120px {
      bottom: -120px !important;
   }
   .xs-bottom-minus-130px {
      bottom: -130px !important;
   }
   .xs-bottom-minus-140px {
      bottom: -140px !important;
   }
   .xs-bottom-minus-150px {
      bottom: -150px !important;
   }
   .xs-left-minus-0px {
      left: -0px !important;
   }
   .xs-left-minus-1px {
      left: -1px !important;
   }
   .xs-left-minus-2px {
      left: -2px !important;
   }
   .xs-left-minus-3px {
      left: -3px !important;
   }
   .xs-left-minus-4px {
      left: -4px !important;
   }
   .xs-left-minus-5px {
      left: -5px !important;
   }
   .xs-left-minus-6px {
      left: -6px !important;
   }
   .xs-left-minus-7px {
      left: -7px !important;
   }
   .xs-left-minus-8px {
      left: -8px !important;
   }
   .xs-left-minus-9px {
      left: -9px !important;
   }
   .xs-left-minus-10px {
      left: -10px !important;
   }
   .xs-left-minus-11px {
      left: -11px !important;
   }
   .xs-left-minus-12px {
      left: -12px !important;
   }
   .xs-left-minus-13px {
      left: -13px !important;
   }
   .xs-left-minus-14px {
      left: -14px !important;
   }
   .xs-left-minus-15px {
      left: -15px !important;
   }
   .xs-left-minus-16px {
      left: -16px !important;
   }
   .xs-left-minus-17px {
      left: -17px !important;
   }
   .xs-left-minus-18px {
      left: -18px !important;
   }
   .xs-left-minus-19px {
      left: -19px !important;
   }
   .xs-left-minus-20px {
      left: -20px !important;
   }
   .xs-left-minus-21px {
      left: -21px !important;
   }
   .xs-left-minus-22px {
      left: -22px !important;
   }
   .xs-left-minus-23px {
      left: -23px !important;
   }
   .xs-left-minus-24px {
      left: -24px !important;
   }
   .xs-left-minus-25px {
      left: -25px !important;
   }
   .xs-left-minus-26px {
      left: -26px !important;
   }
   .xs-left-minus-27px {
      left: -27px !important;
   }
   .xs-left-minus-28px {
      left: -28px !important;
   }
   .xs-left-minus-29px {
      left: -29px !important;
   }
   .xs-left-minus-30px {
      left: -30px !important;
   }
   .xs-left-minus-40px {
      left: -40px !important;
   }
   .xs-left-minus-50px {
      left: -50px !important;
   }
   .xs-left-minus-60px {
      left: -60px !important;
   }
   .xs-left-minus-70px {
      left: -70px !important;
   }
   .xs-left-minus-80px {
      left: -80px !important;
   }
   .xs-left-minus-90px {
      left: -90px !important;
   }
   .xs-left-minus-100px {
      left: -100px !important;
   }
   .xs-left-minus-110px {
      left: -110px !important;
   }
   .xs-left-minus-120px {
      left: -120px !important;
   }
   .xs-left-minus-130px {
      left: -130px !important;
   }
   .xs-left-minus-140px {
      left: -140px !important;
   }
   .xs-left-minus-150px {
      left: -150px !important;
   }
   .xs-border-width-0px {
      border-width: 0px !important;
   }
   .xs-border-width-1px {
      border-width: 1px !important;
   }
   .xs-border-width-2px {
      border-width: 2px !important;
   }
   .xs-border-width-3px {
      border-width: 3px !important;
   }
   .xs-border-width-4px {
      border-width: 4px !important;
   }
   .xs-border-width-5px {
      border-width: 5px !important;
   }
   .xs-border-width-6px {
      border-width: 6px !important;
   }
   .xs-border-width-7px {
      border-width: 7px !important;
   }
   .xs-border-width-8px {
      border-width: 8px !important;
   }
   .xs-border-width-9px {
      border-width: 9px !important;
   }
   .xs-border-width-10px {
      border-width: 10px !important;
   }
}
@media (max-width: 1600px) {
   .xxl-ms-0 {
      margin-left: 0 !important;
   }
   .xxl-me-0 {
      margin-right: 0 !important;
   }
   .xxl-mt-0 {
      margin-top: 0 !important;
   }
   .xxl-mb-0 {
      margin-bottom: 0 !important;
   }
   .xxl-mx-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
   }
   .xxl-mx-auto {
      margin-left: auto !important;
      margin-right: auto !important;
   }
   .xxl-my-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
   }
   .xxl-m-0 {
      margin: 0 !important;
   }
   .xxl-ps-0 {
      padding-left: 0 !important;
   }
   .xxl-pe-0 {
      padding-right: 0 !important;
   }
   .xxl-pt-0 {
      padding-top: 0 !important;
   }
   .xxl-pb-0 {
      padding-bottom: 0 !important;
   }
   .xxl-px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   .xxl-py-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }
   .xxl-p-0 {
      padding: 0 !important;
   }
   .xxl-border-top-0 {
      border-top: 0 !important;
   }
   .xxl-border-bottom-0 {
      border-bottom: 0 !important;
   }
   .xxl-border-end-0 {
      border-right: 0 !important;
   }
   .xxl-border-start-0 {
      border-left: 0 !important;
   }
}
@media (max-width: 1399px) {
   .xl-ms-0 {
      margin-left: 0 !important;
   }
   .xl-me-0 {
      margin-right: 0 !important;
   }
   .xl-mt-0 {
      margin-top: 0 !important;
   }
   .xl-mb-0 {
      margin-bottom: 0 !important;
   }
   .xl-mx-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
   }
   .xl-mx-auto {
      margin-left: auto !important;
      margin-right: auto !important;
   }
   .xl-my-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
   }
   .xl-m-0 {
      margin: 0 !important;
   }
   .xl-ps-0 {
      padding-left: 0 !important;
   }
   .xl-pe-0 {
      padding-right: 0 !important;
   }
   .xl-pt-0 {
      padding-top: 0 !important;
   }
   .xl-pb-0 {
      padding-bottom: 0 !important;
   }
   .xl-px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   .xl-py-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }
   .xl-p-0 {
      padding: 0 !important;
   }
}
@media (max-width: 1199px) {
   .lg-ms-0 {
      margin-left: 0 !important;
   }
   .lg-me-0 {
      margin-right: 0 !important;
   }
   .lg-mt-0 {
      margin-top: 0 !important;
   }
   .lg-mb-0 {
      margin-bottom: 0 !important;
   }
   .lg-mx-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
   }
   .lg-mx-auto {
      margin-left: auto !important;
      margin-right: auto !important;
   }
   .lg-my-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
   }
   .lg-m-0 {
      margin: 0 !important;
   }
   .lg-ps-0 {
      padding-left: 0 !important;
   }
   .lg-pe-0 {
      padding-right: 0 !important;
   }
   .lg-pt-0 {
      padding-top: 0 !important;
   }
   .lg-pb-0 {
      padding-bottom: 0 !important;
   }
   .lg-px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   .lg-py-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }
   .lg-p-0 {
      padding: 0 !important;
   }
   .lg-right-auto {
      right: auto !important;
   }
   .lg-left-auto {
      left: auto !important;
   }
}
@media (max-width: 991px) {
   .md-ms-0 {
      margin-left: 0 !important;
   }
   .md-me-0 {
      margin-right: 0 !important;
   }
   .md-mt-0 {
      margin-top: 0 !important;
   }
   .md-mb-0 {
      margin-bottom: 0 !important;
   }
   .md-mt-auto {
      margin-top: auto !important;
   }
   .md-mb-auto {
      margin-bottom: auto !important;
   }
   .md-mx-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
   }
   .md-mx-auto {
      margin-left: auto !important;
      margin-right: auto !important;
   }
   .md-my-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
   }
   .md-m-0 {
      margin: 0 !important;
   }
   .md-ps-0 {
      padding-left: 0 !important;
   }
   .md-pe-0 {
      padding-right: 0 !important;
   }
   .md-pt-0 {
      padding-top: 0 !important;
   }
   .md-pb-0 {
      padding-bottom: 0 !important;
   }
   .md-px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   .md-py-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }
   .md-p-0 {
      padding: 0 !important;
   }
   .md-right-auto {
      right: auto !important;
   }
   .md-left-auto {
      left: auto !important;
   }
}
@media (max-width: 767px) {
   .sm-ms-0 {
      margin-left: 0 !important;
   }
   .sm-me-0 {
      margin-right: 0 !important;
   }
   .sm-mt-0 {
      margin-top: 0 !important;
   }
   .sm-mb-0 {
      margin-bottom: 0 !important;
   }
   .sm-mx-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
   }
   .sm-mx-auto {
      margin-left: auto !important;
      margin-right: auto !important;
   }
   .sm-my-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
   }
   .sm-m-0 {
      margin: 0 !important;
   }
   .sm-mt-auto {
      margin-top: auto !important;
   }
   .sm-mb-auto {
      margin-bottom: auto !important;
   }
   .sm-ps-0 {
      padding-left: 0 !important;
   }
   .sm-pe-0 {
      padding-right: 0 !important;
   }
   .sm-pt-0 {
      padding-top: 0 !important;
   }
   .sm-pb-0 {
      padding-bottom: 0 !important;
   }
   .sm-px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   .sm-py-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }
   .sm-p-0 {
      padding: 0 !important;
   }
   .sm-right-auto {
      right: auto !important;
   }
   .sm-left-auto {
      left: auto !important;
   }
   .sm-min-h-100px {
      min-height: 100px !important;
   }
}
@media (max-width: 575px) {
   .xs-ms-0 {
      margin-left: 0 !important;
   }
   .xs-me-0 {
      margin-right: 0 !important;
   }
   .xs-mt-0 {
      margin-top: 0 !important;
   }
   .xs-mb-0 {
      margin-bottom: 0 !important;
   }
   .xs-mx-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
   }
   .xs-mx-auto {
      margin-left: auto !important;
      margin-right: auto !important;
   }
   .xs-my-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
   }
   .xs-m-0 {
      margin: 0 !important;
   }
   .xs-ms-auto {
      margin-left: auto !important;
   }
   .xs-me-auto {
      margin-right: auto !important;
   }
   .xs-ps-0 {
      padding-left: 0 !important;
   }
   .xs-pe-0 {
      padding-right: 0 !important;
   }
   .xs-pt-0 {
      padding-top: 0 !important;
   }
   .xs-pb-0 {
      padding-bottom: 0 !important;
   }
   .xs-px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   .xs-py-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }
   .xs-p-0 {
      padding: 0 !important;
   }
   .xs-right-auto {
      right: auto !important;
   }
   .xs-left-auto {
      left: auto !important;
   }
}
@media (max-width: 1399px) {
   .center-logo .navbar-nav .nav-link {
      padding-left: 12px;
      padding-right: 12px;
   }
   header.sticky .center-logo .navbar-nav .nav-link {
      padding-left: 12px;
      padding-right: 12px;
   }
}
@media (max-width: 1199px) {
   header .container-fluid {
      padding-left: 35px;
      padding-right: 35px;
   }
   header.sticky .center-logo .navbar-nav .nav-link {
      padding: 26px 15px;
   }
   .navbar > .container-fluid {
      padding-left: 35px;
      padding-right: 35px;
   }
   .navbar .navbar-nav .nav-link {
      padding: 10px 15px;
   }
   .navbar .navbar-nav .submenu-content .mega-menu {
      width: 100%;
      padding: 0 60px;
   }
   .navbar .navbar-nav .submenu-content ul {
      padding: 0 30px 0 0;
   }
   .navbar.center-logo .navbar-nav .nav-link {
      padding: 38px 15px;
   }
   .navbar.center-logo .navbar-left,
   .navbar.center-logo .navbar-right {
      width: 40%;
   }
   .navbar.top-logo .navbar-nav .nav-link {
      padding: 25px 15px !important;
   }
   .navbar.mini-header .navbar-nav .nav-link {
      padding: 20px 15px !important;
   }
   .navbar .navbar-nav .dropdown .dropdown-menu {
      padding: 35px 0;
   }
   .navbar .navbar-nav .dropdown .dropdown-menu a {
      padding-bottom: 8px;
   }
   .navbar .navbar-nav .submenu-content ul .sub-title {
      margin-bottom: 8px;
   }
   .navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
      padding-bottom: 10px;
   }
   .header-demo .container-fluid {
      padding-left: 15px;
      padding-right: 15px;
   }
   .header-demo.navbar .navbar-nav .nav-link {
      padding-left: 8px;
      padding-right: 8px;
   }
   .header-demo.navbar .navbar-nav .submenu-content .mega-menu {
      padding: 0 30px;
   }
   .header-demo.navbar .header-button .purchase-envato > span {
      padding-left: 10px;
      padding-right: 10px;
   }
   .header-demo.navbar.center-logo .navbar-nav .nav-link {
      padding-left: 15px;
      padding-right: 15px;
   }
   .push-menu .left-circle {
      width: 460px !important;
      height: 430px;
   }
   .header-search-popup .search-form {
      width: 60%;
   }
}
@media (max-width: 991px) {
   .header-demo.navbar .navbar-nav .premium-element {
      background-image: none !important;
   }
   .header-demo.navbar .navbar-nav .premium-element .sub-title {
      font-size: 16px;
   }
   .header-demo.navbar .navbar-nav .dropdown .dropdown-menu a .label {
      display: none;
   }
   .navbar.header-demo .navbar-nav .nav-item:first-child .dropdown-menu {
      background-image: none !important;
   }
   .navbar.header-demo .header-button .purchase-envato > span {
      padding-left: 20px;
      padding-right: 20px;
   }
   [data-mobile-nav-style="classic"] .navbar-nav {
      display: block;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-nav .premium-element {
      background-image: none !important;
   }
   [data-mobile-nav-style="full-screen-menu"] header .navbar-collapse {
      display: none !important;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner {
      background-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4);
      visibility: hidden;
      overflow: hidden !important;
      width: 100vw;
      height: 100vh !important;
      position: fixed;
      top: -100vh;
      left: 0;
      z-index: 9999;
      display: flex !important;
      transition: all 0.4s ease-out;
      transition-delay: 0.6s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-collapse {
      position: inherit;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 100px 0;
      max-height: 100%;
      box-shadow: none;
      background: 0 0;
      display: flex !important;
      justify-content: center !important;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .mCustomScrollBox {
      height: auto;
      width: 85%;
      margin: 0 auto;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .mCustomScrollBox > .mCSB_container {
      margin-right: 0;
      padding: 0 20px;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
      display: inline-block;
      line-height: 25px;
      font-size: 17px;
      font-weight: 500;
      color: var(--white);
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .nav-link {
      opacity: 0.6;
      color: var(--white);
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .nav-item.active
      .dropdown-toggle,
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .nav-item.active:hover
      .nav-link {
      color: var(--white);
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item > .dropdown-menu {
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {
      color: var(--white);
      top: 10px;
      right: 0;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .nav-item
      .dropdown-menu
      .mega-menu
      ul:last-child {
      padding-bottom: 20px;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .nav-item
      .dropdown-menu
      .sub-title {
      color: var(--white) !important;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu a {
      color: var(--white);
      opacity: 0.6;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .nav-item
      .dropdown-menu
      a
      .label {
      display: none;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .nav-item
      .dropdown-menu
      .dropdown
      > a {
      color: var(--white);
      opacity: 1;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .nav-item
      .dropdown-menu
      li.active
      > a {
      color: var(--white);
      opacity: 1;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item:hover .nav-link {
      color: var(--white);
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .simple-dropdown
      .dropdown-menu
      .dropdown:last-child {
      margin-bottom: 20px;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 5px 0;
      transform: scale(1.15) translateY(-30px);
      opacity: 0;
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(1) {
      transition-delay: 0.49s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(2) {
      transition-delay: 0.42s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(3) {
      transition-delay: 0.35s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(4) {
      transition-delay: 0.28s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(5) {
      transition-delay: 0.21s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(6) {
      transition-delay: 0.14s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(7) {
      transition-delay: 0.07s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(8) {
      transition-delay: 0s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(9) {
      transition-delay: -0.07s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(10) {
      transition-delay: -0.14s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(11) {
      transition-delay: -0.21s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(12) {
      transition-delay: -0.28s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(13) {
      transition-delay: -0.35s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(14) {
      transition-delay: -0.42s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:nth-child(15) {
      transition-delay: -0.49s;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav > .nav-item:last-child {
      border-bottom: 0;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      > .nav-item:first-child
      .dropdown-menu {
      background-image: none !important;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .dropdown-menu {
      position: static !important;
      transform: translateZ(0) !important;
      -webkit-transform: translate3d(0, 0, 0px) !important;
      padding: 0 !important;
      border-radius: 0 !important;
      border: 0 !important;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .dropdown-menu ul li {
      display: block;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .dropdown-menu ul li a i {
      width: 25px;
      display: inline-block;
      vertical-align: middle;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .simple-dropdown
      .dropdown-menu
      .dropdown
      > a {
      display: block;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-toggler {
      position: absolute;
      right: 30px;
      top: 35px;
      margin: 0;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-toggler .navbar-toggler-line {
      background-color: var(--white);
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon-style02
      .dropdown-menu {
      padding-top: 5px !important;
      padding-bottom: 20px !important;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon-style02
      .dropdown-menu
      li
      a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 15px 0;
      font-size: 15px;
      line-height: normal;
      display: block;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon-style02
      .dropdown-menu
      li
      i {
      margin-right: 10px;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon-style02
      .dropdown-menu
      li:last-child
      a {
      border-bottom: 0;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu {
      padding-top: 10px !important;
      padding-bottom: 25px !important;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li {
      justify-content: center;
      display: flex;
      border-bottom: 0;
      padding: 0 15px;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li:last-child
      a {
      border-bottom: 0;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a {
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 15px 0;
      font-size: 16px;
      line-height: 28px;
      font-weight: 500;
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      opacity: 1;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a
      i {
      width: 35px;
      font-size: 32px;
      margin-right: 15px;
      color: var(--white);
      flex-shrink: 0;
      text-align: left;
      opacity: 0.6;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a
      span {
      color: var(--white);
      font-weight: 600;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a
      p {
      margin: 0;
      font-size: 13px;
      color: var(--white);
      opacity: 0.6;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a
      img {
      border-radius: 100%;
      width: 55px;
      margin-right: 15px;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a.btn {
      display: inline-block;
      border: 0;
      margin-top: 15px;
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a:before {
      content: "";
      color: var(--white);
      font-family: bootstrap-icons;
      font-weight: 400;
      font-size: 23px;
      position: absolute;
      right: 6px;
      opacity: 0;
      -webkit-transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
      transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
   }
   [data-mobile-nav-style="full-screen-menu"]
      .navbar-full-screen-menu-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a:hover:before {
      right: 0;
      opacity: 1;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner {
      top: 0;
      visibility: visible !important;
      transition: all 0.2s ease-in;
      transition-delay: 0.2s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-toggler {
      transition: all 0.5s ease-in;
      transition-delay: 0.8s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item {
      transform: scale(1) translateY(0);
      -webkit-transform: scale(1) translateY(0px);
      opacity: 1;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(1) {
      transition-delay: 0.27s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(2) {
      transition-delay: 0.34s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(3) {
      transition-delay: 0.41s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(4) {
      transition-delay: 0.48s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(5) {
      transition-delay: 0.55s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(6) {
      transition-delay: 0.62s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(7) {
      transition-delay: 0.69s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(8) {
      transition-delay: 0.76s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(9) {
      transition-delay: 0.83s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(10) {
      transition-delay: 0.9s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(11) {
      transition-delay: 0.97s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(12) {
      transition-delay: 1.04s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(13) {
      transition-delay: 1.11s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(14) {
      transition-delay: 1.18s;
   }
   .navbar-collapse-show[data-mobile-nav-style="full-screen-menu"] .navbar-nav > .nav-item:nth-child(15) {
      transition-delay: 1.25s;
   }
   [data-mobile-nav-style="modern"] .navbar-nav .premium-element {
      background-image: none !important;
   }
   [data-mobile-nav-style="modern"] header .navbar-collapse {
      display: none !important;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner {
      opacity: 0;
      visibility: hidden;
      overflow: visible !important;
      width: 70vw;
      height: 100vh !important;
      position: fixed;
      top: 0;
      right: -70vw;
      z-index: 90;
      display: flex !important;
      justify-content: center;
      transition-duration: 0.75s;
      transform: translate3d(30vw, 0, 0);
      -webkit-transform: translate3d(30vw, 0, 0);
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-collapse {
      position: static;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      padding: 100px 50px;
      box-shadow: none;
      max-height: 100%;
      display: flex !important;
      justify-content: center !important;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .mCustomScrollBox {
      height: auto;
      width: 100%;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item .nav-link {
      display: inline-block;
      font-size: 17px;
      line-height: 24px;
      font-weight: 500;
      color: var(--white);
      padding: 10px 0 !important;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item.active .nav-link {
      opacity: 0.6;
      color: var(--white);
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item.active .dropdown-toggle,
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item.active:hover .nav-link {
      color: var(--white);
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle {
      color: var(--white);
      top: 10px;
      right: 0;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu .sub-title {
      color: var(--white) !important;
      font-size: 14px;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a {
      color: var(--white);
      opacity: 0.6;
      font-size: 13.5px;
      display: block;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu .dropdown > a {
      color: var(--white);
      opacity: 1;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu li.active > a {
      color: var(--white);
      opacity: 1;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu .mega-menu ul:last-child {
      padding-bottom: 20px;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item:hover .nav-link {
      color: var(--white);
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav > .nav-item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 10px 0;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav > .nav-item:last-child {
      border-bottom: 0;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav > .nav-item:first-child .dropdown-menu {
      background-image: none !important;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .simple-dropdown
      .dropdown-menu
      .dropdown:last-child {
      margin-bottom: 20px;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .dropdown-menu {
      position: static !important;
      transform: translateZ(0) !important;
      -webkit-transform: translate3d(0, 0, 0px) !important;
      padding: 0 !important;
      border-radius: 0 !important;
      border: 0 !important;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .dropdown-menu ul li {
      display: block;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .dropdown-menu ul li a i {
      width: 25px;
      display: inline-block;
      vertical-align: middle;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .dropdown-menu ul li a .label {
      display: none;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown > a {
      display: block;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .mCSB_inside > .mCSB_container {
      margin-right: 0;
      padding: 0 20px;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon-style02
      .dropdown-menu {
      padding-top: 10px !important;
      padding-bottom: 15px !important;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon-style02
      .dropdown-menu
      li
      a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 15px 0;
      font-size: 15px;
      line-height: normal;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon-style02
      .dropdown-menu
      li
      i {
      margin-right: 10px;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon-style02
      .dropdown-menu
      li:last-child
      a {
      border-bottom: 0;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
      padding-top: 10px !important;
      padding-bottom: 20px !important;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li {
      justify-content: center;
      display: flex;
      border-bottom: 0;
      padding: 0 15px;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li:last-child
      a {
      border-bottom: 0;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 15px 0;
      font-size: 16px;
      line-height: 28px;
      font-weight: 500;
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      opacity: 1;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a
      i {
      width: 35px;
      font-size: 32px;
      margin-right: 15px;
      color: var(--white);
      flex-shrink: 0;
      text-align: left;
      opacity: 0.6;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a
      span {
      color: var(--white);
      font-weight: 600;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a
      p {
      margin: 0;
      font-size: 13px;
      color: var(--white);
      opacity: 0.6;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a
      img {
      border-radius: 100%;
      width: 55px;
      margin-right: 15px;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a.btn {
      display: inline-block;
      border: 0;
      margin-top: 15px;
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a:before {
      content: "";
      color: var(--white);
      font-family: bootstrap-icons;
      font-weight: 400;
      font-size: 23px;
      position: absolute;
      right: 6px;
      opacity: 0;
      -webkit-transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
      transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
   }
   [data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-nav
      .dropdown.dropdown-with-icon
      .dropdown-menu
      li
      a:hover:before {
      right: 0;
      opacity: 1;
   }
   [data-mobile-nav-style="modern"] .navbar {
      transition: transform 0.75s;
   }
   [data-mobile-nav-style="modern"] .page-layout {
      transition: transform 0.75s;
      background-color: var(--white);
   }
   [data-mobile-nav-style="modern"] .navbar-show-modern-bg {
      display: inline-block;
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      background-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4);
      transform: scale(1.75);
      -webkit-transform: scale(1.75);
      transition: opacity 0.3s, transform 0.3s;
      -webkit-transition: opacity 0.3s, transform 0.3s;
      transition-delay: 0.75s;
      -webkit-transition-delay: 0.75s;
   }
   [data-mobile-nav-trigger-alignment="left"][data-mobile-nav-style="modern"] .navbar-modern-inner {
      transform: translate3d(-30vw, 0, 0);
      -webkit-transform: translate3d(-30vw, 0, 0);
      left: -70vw;
      right: auto;
   }
   [data-mobile-nav-trigger-alignment="left"][data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-toggler {
      display: block;
      position: absolute;
      right: 30px;
      top: 35px;
      margin: 0;
   }
   [data-mobile-nav-trigger-alignment="left"][data-mobile-nav-style="modern"]
      .navbar-modern-inner
      .navbar-toggler
      .navbar-toggler-line {
      background-color: var(--white);
   }
   .navbar-collapse-show[data-mobile-nav-style="modern"] {
      overflow: hidden;
   }
   .navbar-collapse-show[data-mobile-nav-style="modern"] .navbar,
   .navbar-collapse-show[data-mobile-nav-style="modern"] .page-layout {
      transform: translate3d(-70vw, 0, 0) !important;
      -webkit-transform: translate3d(-70vw, 0, 0) !important;
   }
   .navbar-collapse-show[data-mobile-nav-style="modern"] .navbar-modern-inner {
      right: 0;
      opacity: 1;
      visibility: visible !important;
      transition-delay: 0.1s;
      transform: translateZ(0);
   }
   .navbar-collapse-show[data-mobile-nav-style="modern"] .navbar-modern-inner .collapse {
      overflow-y: auto !important;
      -webkit-overflow-scrolling: touch;
      height: 100%;
   }
   .navbar-collapse-show[data-mobile-nav-style="modern"] .navbar-show-modern-bg {
      transform: scale(1);
      opacity: 1;
      transition-delay: 0s;
   }
   .navbar-collapse-show[data-mobile-nav-trigger-alignment="left"][data-mobile-nav-style="modern"]
      .navbar-modern-inner {
      transform: translateZ(0);
      -webkit-transform: translate3d(0, 0, 0);
      left: 0;
      right: auto;
   }
   .navbar-collapse-show[data-mobile-nav-trigger-alignment="left"][data-mobile-nav-style="modern"] .page-layout,
   .navbar-collapse-show[data-mobile-nav-trigger-alignment="left"][data-mobile-nav-style="modern"] .navbar {
      transform: translate3d(70vw, 0, 0) !important;
      -webkit-transform: translate3d(70vw, 0, 0) !important;
   }
   .navbar-expand-lg .navbar-toggler {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
   }
   .navbar-expand-lg .navbar-toggler:focus {
      box-shadow: none;
   }
   .navbar-expand-lg .navbar-collapse {
      display: block !important;
   }
   .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: static;
   }
   .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0;
   }
   .navbar-expand-lg .container-lg {
      padding-right: 0;
      padding-left: 0;
   }
   .collapse:not(.show) {
      display: none !important;
   }
   header .navbar [class*="col-"] .navbar-nav .nav-item {
      display: block;
   }
   header .navbar [class*="col-"] .navbar-nav .nav-item a {
      display: block;
   }
   header .container-fluid {
      padding-left: 15px;
      padding-right: 15px;
   }
   header .left-nav .navbar-nav:before {
      display: none;
   }
   header .md-border-none {
      border: 0 !important;
   }
   header .navbar-expand-lg {
      padding-left: 15px;
      padding-right: 15px;
   }
   header .center-logo {
      padding-top: 0;
      padding-bottom: 0;
   }
   header .navbar-brand {  
      padding: 22px 0;
   }
   
   header .navbar-brand .mobile-logo {
      visibility: visible !important;
      opacity: 1 !important;
      width: auto !important;
   }
   header .navbar-brand .mobile-logo:focus {
      outline: none;
   }
   header .navbar-brand:focus {
      outline: none;
   }
   header.sticky .navbar-brand {
      padding: 22px 0;
   }
   header.sticky .navbar-nav .nav-link {
      color: var(--dark-gray);
   }
   header.sticky .fixed-header .navbar-brand,
   header.sticky .disable-fixed .navbar-brand {
      padding: 22px 0;
   }
   header.sticky.sticky-active .navbar-brand .default-logo,
   header.sticky.sticky-active .navbar-brand .alt-logo {
      visibility: hidden;
      opacity: 0;
      width: 0;
   }
   header.sticky .header-icon .header-language a {
      padding-top: 0;
      padding-bottom: 0;
   }
   header.sticky .top-logo.responsive-sticky .navbar-nav .nav-link {
      padding-top: 14px !important;
      padding-bottom: 14px !important;
   }
   header.sticky .responsive-sticky .navbar-brand {
      padding: 14px 0;
   }
   header.sticky .responsive-sticky .navbar-toggler {
      margin: 20px 0;
   }
   header .header-top-bar .row {
      margin: 0;
   }
   header .header-push-button.icon {
      display: none;
   }
   header .push-menu {
      display: none;
   }
   .navbar.bg-transparent,
   .navbar-modern-inner.bg-transparent,
   .navbar-full-screen-menu-inner.bg-transparent {
      background-color: var(--white) !important;
   }
   .navbar .navbar-collapse.show,
   .navbar-modern-inner .navbar-collapse.show,
   .navbar-full-screen-menu-inner .navbar-collapse.show {
      overflow-y: auto !important;
      -webkit-overflow-scrolling: touch;
   }
   .navbar .navbar-nav,
   .navbar-modern-inner .navbar-nav,
   .navbar-full-screen-menu-inner .navbar-nav {
      padding: 15px 15px 28px;
   }
   .navbar .navbar-nav .nav-link,
   .navbar-modern-inner .navbar-nav .nav-link,
   .navbar-full-screen-menu-inner .navbar-nav .nav-link {
      padding: 10px 15px !important;
      color: var(--dark-gray);
   }
   .navbar .navbar-nav .nav-link .label,
   .navbar-modern-inner .navbar-nav .nav-link .label,
   .navbar-full-screen-menu-inner .navbar-nav .nav-link .label {
      margin-top: -3px;
      display: inline-block;
      padding: 1px 11px;
      font-size: 12px;
      margin-left: 8px;
      vertical-align: middle;
      line-height: 21px;
   }
   .navbar .navbar-nav .nav-item.active .nav-link,
   .navbar-modern-inner .navbar-nav .nav-item.active .nav-link,
   .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .nav-link {
      color: var(--dark-gray);
      opacity: 0.6;
   }
   .navbar .navbar-nav .nav-item.active .dropdown-toggle,
   .navbar-modern-inner .navbar-nav .nav-item.active .dropdown-toggle,
   .navbar-full-screen-menu-inner .navbar-nav .nav-item.active .dropdown-toggle {
      color: var(--dark-gray);
   }
   .navbar .navbar-nav .nav-item.active:hover .nav-link,
   .navbar-modern-inner .navbar-nav .nav-item.active:hover .nav-link,
   .navbar-full-screen-menu-inner .navbar-nav .nav-item.active:hover .nav-link {
      color: var(--dark-gray);
      opacity: 0.6;
   }
   .navbar .navbar-nav .nav-item .dropdown-toggle,
   .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle,
   .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      right: 0;
      position: absolute;
      top: 0;
      text-align: center;
      color: var(--dark-gray);
   }
   .navbar .navbar-nav .nav-item .dropdown-toggle:after,
   .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle:after,
   .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle:after {
      display: none;
   }
   .navbar .navbar-nav .nav-item:hover .nav-link,
   .navbar-modern-inner .navbar-nav .nav-item:hover .nav-link,
   .navbar-full-screen-menu-inner .navbar-nav .nav-item:hover .nav-link {
      color: var(--dark-gray);
      opacity: 1;
   }
   .navbar .navbar-nav .dropdown.submenu,
   .navbar-modern-inner .navbar-nav .dropdown.submenu,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown.submenu {
      position: relative;
   }
   .navbar .navbar-nav .dropdown.open .dropdown-menu,
   .navbar-modern-inner .navbar-nav .dropdown.open .dropdown-menu,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown.open .dropdown-menu {
      display: none;
   }
   .navbar .navbar-nav .dropdown .dropdown-menu.show,
   .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu.show,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu.show {
      display: block;
   }
   .navbar .navbar-nav .dropdown .dropdown-toggle.show,
   .navbar-modern-inner .navbar-nav .dropdown .dropdown-toggle.show,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-toggle.show {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
   }
   .navbar .navbar-nav .dropdown .dropdown-menu,
   .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu {
      top: 0;
      animation: none !important;
      background-color: transparent;
      box-shadow: none;
      border-top: 0 !important;
      padding: 0 15px 15px;
      width: 100%;
      display: none;
      border-radius: 0 !important;
   }
   .navbar .navbar-nav .dropdown .dropdown-menu .mega-menu,
   .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu .mega-menu,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu .mega-menu {
      padding: 0;
      display: block !important;
   }
   .navbar .navbar-nav .dropdown .dropdown-menu .mega-menu ul,
   .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu .mega-menu ul,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu .mega-menu ul {
      padding: 15px 0 0;
   }
   .navbar .navbar-nav .dropdown .dropdown-menu .mega-menu ul:first-child .sub-title,
   .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu .mega-menu ul:first-child .sub-title,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu .mega-menu ul:first-child .sub-title {
      margin-top: 0;
   }
   .navbar .navbar-nav .dropdown .dropdown-menu li,
   .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu li,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu li {
      padding: 0 15px;
   }
   .navbar .navbar-nav .dropdown .dropdown-menu li.sub-title,
   .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu li.sub-title,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu li.sub-title {
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: 16px;
   }
   .navbar .navbar-nav .dropdown .dropdown-menu li:last-child a,
   .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu li:last-child a,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu li:last-child a {
      padding-bottom: 5px;
   }
   .navbar .navbar-nav .dropdown .dropdown-menu li.active > a,
   .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu li.active > a,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu li.active > a {
      color: var(--dark-gray);
   }
   .navbar .navbar-nav .dropdown .dropdown-menu a,
   .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu a,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu a {
      color: var(--medium-gray);
      padding: 6px 0;
      line-height: 16px;
   }
   .navbar .navbar-nav .simple-dropdown .dropdown-menu li,
   .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu li,
   .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu li {
      padding: 0 15px;
   }
   .navbar .navbar-nav .simple-dropdown .dropdown-menu li a,
   .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu li a,
   .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu li a {
      color: var(--medium-gray);
      padding: 6px 0;
      margin-bottom: 0;
   }
   .navbar .navbar-nav .simple-dropdown .dropdown-menu > .dropdown,
   .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu > .dropdown,
   .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu > .dropdown {
      margin-bottom: 25px;
   }
   .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown:last-child,
   .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown:last-child,
   .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown:last-child {
      margin-bottom: 0;
   }
   .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown i,
   .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown i,
   .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown i {
      display: none;
   }
   .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown > a,
   .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown > a,
   .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown > a {
      color: var(--dark-gray);
      padding: 0 !important;
      margin-top: 15px;
      font-weight: 500;
      margin-bottom: 6px;
   }
   .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu,
   .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu,
   .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
      display: block;
      position: relative;
      left: 0 !important;
      padding: 0;
      top: 0 !important;
   }
   .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu li,
   .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu li,
   .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu li {
      padding: 0;
   }
   .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu > .dropdown > a,
   .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu > .dropdown > a,
   .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu > .dropdown > a {
      margin-top: 25px;
   }
   .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu,
   .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
      border-radius: 0;
      padding: 0 30px;
      width: 100% !important;
      margin-bottom: 15px;
   }
   .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
   .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
      padding-left: 0;
      padding-right: 0;
   }
   .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu,
   .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
      box-shadow: none;
      border-radius: 0 !important;
      width: 100% !important;
      padding: 0 15px 15px;
   }
   .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li,
   .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li {
      padding: 0 15px;
   }
   .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span,
   .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span,
   .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
      color: var(--dark-gray);
   }
   .navbar.center-logo .navbar-nav,
   .navbar-modern-inner.center-logo .navbar-nav,
   .navbar-full-screen-menu-inner.center-logo .navbar-nav {
      margin: 0 !important;
   }
   .navbar.center-logo .navbar-nav .nav-link,
   .navbar-modern-inner.center-logo .navbar-nav .nav-link,
   .navbar-full-screen-menu-inner.center-logo .navbar-nav .nav-link {
      padding: 14px 15px !important;
   }
   .navbar.center-logo .navbar-nav:first-child,
   .navbar-modern-inner.center-logo .navbar-nav:first-child,
   .navbar-full-screen-menu-inner.center-logo .navbar-nav:first-child {
      padding-bottom: 0;
   }
   .navbar.center-logo .navbar-nav:last-child,
   .navbar-modern-inner.center-logo .navbar-nav:last-child,
   .navbar-full-screen-menu-inner.center-logo .navbar-nav:last-child {
      padding-top: 0;
   }
   .navbar.center-logo .navbar-left,
   .navbar.center-logo .navbar-right,
   .navbar-modern-inner.center-logo .navbar-left,
   .navbar-modern-inner.center-logo .navbar-right,
   .navbar-full-screen-menu-inner.center-logo .navbar-left,
   .navbar-full-screen-menu-inner.center-logo .navbar-right {
      width: 100%;
   }
   .navbar.header-dark .navbar-toggler-line,
   .navbar-modern-inner.header-dark .navbar-toggler-line,
   .navbar-full-screen-menu-inner.header-dark .navbar-toggler-line {
      background-color: var(--white);
   }
   .navbar.header-dark .header-icon .icon > a,
   .navbar-modern-inner.header-dark .header-icon .icon > a,
   .navbar-full-screen-menu-inner.header-dark .header-icon .icon > a {
      color: var(--white);
   }
   .navbar.header-dark .header-icon .icon .header-cart > a,
   .navbar.header-dark .header-icon .icon .header-language > a,
   .navbar-modern-inner.header-dark .header-icon .icon .header-cart > a,
   .navbar-modern-inner.header-dark .header-icon .icon .header-language > a,
   .navbar-full-screen-menu-inner.header-dark .header-icon .icon .header-cart > a,
   .navbar-full-screen-menu-inner.header-dark .header-icon .icon .header-language > a {
      color: var(--white);
   }
   .navbar.header-dark .header-language-icon .header-language .language-dropdown a,
   .navbar-modern-inner.header-dark .header-language-icon .header-language .language-dropdown a,
   .navbar-full-screen-menu-inner.header-dark .header-language-icon .header-language .language-dropdown a {
      color: var(--light-gray);
   }
   .navbar.header-dark .navbar-collapse,
   .navbar-modern-inner.header-dark .navbar-collapse,
   .navbar-full-screen-menu-inner.header-dark .navbar-collapse {
      background-color: var(--dark-gray);
   }
   .navbar.header-dark .navbar-nav .nav-link,
   .navbar-modern-inner.header-dark .navbar-nav .nav-link,
   .navbar-full-screen-menu-inner.header-dark .navbar-nav .nav-link,
   .navbar.header-dark .navbar-nav .nav-item .dropdown-toggle,
   .navbar-modern-inner.header-dark .navbar-nav .nav-item .dropdown-toggle,
   .navbar-full-screen-menu-inner.header-dark .navbar-nav .nav-item .dropdown-toggle {
      color: var(--white);
   }
   .navbar.header-dark .navbar-nav .nav-item.active .nav-link,
   .navbar-modern-inner.header-dark .navbar-nav .nav-item.active .nav-link,
   .navbar-full-screen-menu-inner.header-dark .navbar-nav .nav-item.active .nav-link,
   .navbar.header-dark .navbar-nav .nav-item.active .dropdown-toggle,
   .navbar-modern-inner.header-dark .navbar-nav .nav-item.active .dropdown-toggle,
   .navbar-full-screen-menu-inner.header-dark .navbar-nav .nav-item.active .dropdown-toggle,
   .navbar.header-dark .navbar-nav .nav-item.active:hover .nav-link,
   .navbar-modern-inner.header-dark .navbar-nav .nav-item.active:hover .nav-link,
   .navbar-full-screen-menu-inner.header-dark .navbar-nav .nav-item.active:hover .nav-link {
      color: var(--white);
      opacity: 0.6;
   }
   .navbar.header-dark .navbar-nav .nav-item:hover .nav-link,
   .navbar-modern-inner.header-dark .navbar-nav .nav-item:hover .nav-link,
   .navbar-full-screen-menu-inner.header-dark .navbar-nav .nav-item:hover .nav-link {
      opacity: 1;
      color: var(--white);
   }
   .navbar.header-dark .navbar-nav .dropdown .dropdown-menu li.active > a,
   .navbar-modern-inner.header-dark .navbar-nav .dropdown .dropdown-menu li.active > a,
   .navbar-full-screen-menu-inner.header-dark .navbar-nav .dropdown .dropdown-menu li.active > a {
      color: var(--white);
   }
   .navbar.header-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown > a,
   .navbar-modern-inner.header-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown > a,
   .navbar-full-screen-menu-inner.header-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown > a {
      color: var(--white);
   }
   .navbar.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span,
   .navbar-modern-inner.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span,
   .navbar-full-screen-menu-inner.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
      color: var(--white);
   }
   .header-top-bar.top-bar-dark .header-icon .icon > a {
      color: var(--white);
   }
   .menu-order {
      order: 5;
   }
   .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: var(--white);
      overflow: hidden;
      box-shadow: 0 20px 15px #1717170d;
      max-height: calc(100vh - 72px);
   }
   .header-icon .icon > a {
      color: var(--dark-gray);
      padding-left: 12px;
   }
   .header-icon .icon > a:hover {
      color: var(--dark-gray);
      opacity: 1;
   }
   .header-icon .icon .header-cart > a,
   .header-icon .icon .header-language > a {
      color: var(--dark-gray);
      padding-left: 12px;
   }
   .header-icon .icon .header-cart > a:hover,
   .header-icon .icon .header-language > a:hover {
      color: var(--dark-gray);
      opacity: 1;
   }
   .center-logo .menu-logo {
      margin-right: auto;
   }
   .center-logo .navbar-brand {
      position: relative;
      left: auto;
      top: auto;
      transform: none;
      float: left;
   }
   .center-logo .navbar-toggler {
      margin: 31px 0;
   }
   .navbar.top-logo .navbar-nav .nav-link,
   .navbar.mini-header .navbar-nav .nav-link {
      padding: 14px 15px !important;
   }
   .header-with-topbar + .top-space-margin {
      margin-top: 116px;
   }
   .header-transparent[data-header-hover="dark"] {
      background-color: var(--dark-gray) !important;
   }
   .header-transparent[data-header-hover="dark"] .navbar-toggler-line,
   .header-transparent[data-header-hover="dark"] .hamburger-push-button.icon span {
      background-color: var(--white);
   }
   .header-transparent[data-header-hover="dark"] .header-icon .icon > a {
      color: var(--white);
   }
   .header-transparent[data-header-hover="dark"] .header-icon .icon .header-cart > a,
   .header-transparent[data-header-hover="dark"] .header-icon .icon .header-language > a {
      color: var(--white);
   }
   .header-transparent[data-header-hover="dark"] .header-language-icon .header-language .language-dropdown a {
      color: var(--light-gray);
   }
   .header-transparent[data-header-hover="dark"] .navbar-collapse {
      background-color: var(--dark-gray);
   }
   .header-transparent[data-header-hover="dark"] .navbar-nav .nav-link,
   .header-transparent[data-header-hover="dark"] .navbar-nav .nav-item .dropdown-toggle {
      color: var(--white);
   }
   .header-transparent[data-header-hover="dark"] .navbar-nav .nav-item.active .nav-link,
   .header-transparent[data-header-hover="dark"] .navbar-nav .nav-item.active .dropdown-toggle,
   .header-transparent[data-header-hover="dark"] .navbar-nav .nav-item.active:hover .nav-link {
      color: var(--medium-gray);
   }
   .header-transparent[data-header-hover="dark"] .navbar-nav .nav-item:hover .nav-link {
      opacity: 1;
      color: var(--white);
   }
   .header-transparent[data-header-hover="dark"] .navbar-nav .submenu-content ul .sub-title {
      color: var(--white);
   }
   .header-transparent[data-header-hover="dark"] .navbar-nav .dropdown .dropdown-menu li.active > a {
      color: var(--white);
   }
   .header-transparent[data-header-hover="dark"] .navbar-nav .simple-dropdown .dropdown-menu .dropdown > a {
      color: var(--white);
   }
   .left-sidebar-wrapper {
      padding-left: 0;
   }
   .left-sidebar-wrapper .left-sidebar-header.collapsing {
      overflow: visible !important;
   }
   .left-sidebar-wrapper .left-sidebar-nav .navbar-brand {
      padding: 22px 0 !important;
   }
   .side-menu-top {
      position: fixed;
      left: 0;
      top: 0;
      text-align: left !important;
      width: 100%;
      padding: 0 30px;
      z-index: 9;
   }
   .left-sidebar-header {
      left: -300px;
      transition-duration: 0.3s;
      height: 100% !important;
   }
   .left-sidebar-header.show {
      left: 0;
      transition-duration: 0.3s;
   }
   .left-sidebar-header.show .left-sidebar-nav {
      left: 0;
   }
   .left-sidebar-header .side-menu-bottom {
      padding: 50px 15px 0;
      height: 100%;
      overflow: auto;
      border-top: 1px solid var(--very-light-gray);
   }
   .left-sidebar-header .side-menu-bottom .left-menu-bottom {
      margin-top: 50px;
   }
   .left-sidebar-header .side-menu-bottom .header-icon .icon a > i {
      padding: 0;
   }
   .left-sidebar-header .left-sidebar-nav {
      left: -300px;
      transition-duration: 0.3s;
      overflow: visible;
      height: 100%;
      top: 0 !important;
      position: fixed !important;
      padding: 72px 15px;
   }
   .left-sidebar-header .left-sidebar-nav .navbar-toggler {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 30px;
      margin: 0;
      transform: translateY(-50%);
      -webkit-transform: translate(0%, -50%);
   }
   .left-sidebar-header .left-sidebar-nav .side-menu {
      margin-top: 0;
      margin-bottom: 0;
   }
   .left-sidebar-header.show .navbar-toggler-line:nth-child(1) {
      top: 7px;
      width: 0%;
   }
   .left-sidebar-header.show .navbar-toggler-line:nth-child(2) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
   }
   .left-sidebar-header.show .navbar-toggler-line:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
   }
   .left-sidebar-header.show .navbar-toggler-line:nth-child(4) {
      top: 7px;
      width: 0%;
   }
   .left-sidebar-header.header-dark .header-icon .icon > a {
      color: var(--white);
   }
   .left-sidebar-header.header-dark .navbar-toggler-line {
      background: var(--white);
   }
   .left-sidebar-header.header-light .side-menu-top {
      border-bottom: 1px solid var(--very-light-gray);
   }
   .left-modern-menu {
      padding-left: 0;
   }
   .left-modern-sidebar {
      height: auto;
      width: 100%;
      padding: 0 30px;
      display: flex;
      flex-flow: row;
      align-items: center;
      justify-content: space-between;
   }
   .left-modern-sidebar .vertical-title {
      transform: none;
      height: auto;
      display: none;
      flex: inherit;
   }
   .left-modern-sidebar .vertical-title .title {
      transform: none;
   }
   .left-modern-sidebar .toggle-icon {
      -webkit-transform: translate(0, -50%);
      transform: translateY(-50%);
      right: 30px;
      left: auto;
   }
   .left-modern-menu .left-modern-header .navbar-brand {
      width: auto;
      padding: 22px 0 !important;
   }
   .left-modern-menu .left-modern-header .modern-sidebar-nav {
      padding-top: 72px;
      width: 380px;
      left: -400px;
   }
   .left-modern-menu .left-modern-header .modern-side-menu {
      padding: 50px 20px;
   }
   .left-modern-menu .left-modern-header.show .modern-sidebar-nav {
      left: 0;
   }
   header .header-dark .hamburger-push-button.icon span {
      background-color: var(--white);
   }
   header .header-dark .hamburger-push-button .push-button-text {
      color: var(--white) !important;
   }
   header .hamburger-push-button.icon {
      display: flex;
   }
   header .hamburger-push-button.icon span {
      background-color: var(--dark-gray);
   }
   header .hamburger-push-button .push-button-text {
      color: var(--dark-gray) !important;
   }
   header .push-menu.hamburger-nav {
      display: block;
   }
   header .push-menu .close-menu {
      top: 30px;
      right: 30px;
   }
   .navbar-modern-inner .navbar-nav {
      padding: 15px;
   }
   .hamburger-menu-simple .menu-item-list {
      width: 100%;
   }
   .search-form-wrapper .search-form-box {
      width: 75%;
   }
   .top-space-margin,
   .ipad-top-space-margin {
      margin-top: 76px;
   }
   .full-screen.top-space-margin,
   .full-screen.ipad-top-space-margin {
      height: calc(100vh - 76px);
   }
   .navbar .navbar-nav .nav-link[href="javascript:void(0);"] {
      z-index: 1 !important;
   }
}
@media (max-width: 767px) {
   header .navbar-expand-lg {
      padding-left: 0;
      padding-right: 0;
   }
   header .header-top-bar {
      display: none;
      height: 0;
   }
   header .header-top-bar + .navbar {
      top: 0;
   }
   header .push-menu .close-menu {
      top: 15px;
      right: 15px;
   }
   .navbar .navbar-nav {
      padding: 15px 0;
   }
   .header-search-popup .search-form {
      width: 85%;
   }
   .header-search-popup .mb-50px {
      margin-bottom: 30px;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner {
      width: 85vw;
      right: -80vw;
      transform: translate3d(15vw, 0, 0);
      -webkit-transform: translate3d(15vw, 0, 0);
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-collapse {
      padding: 70px 0;
   }
   .navbar-collapse-show[data-mobile-nav-style="modern"] .navbar-modern-inner {
      width: 85vw;
      right: 0;
      transform: translateZ(0);
      -webkit-transform: translate3d(0, 0, 0);
   }
   .navbar-collapse-show[data-mobile-nav-style="modern"] .page-layout,
   .navbar-collapse-show[data-mobile-nav-style="modern"] .navbar {
      transform: translate3d(-85vw, 0, 0) !important;
      -webkit-transform: translate3d(-85vw, 0, 0) !important;
   }
   .navbar-collapse-show[data-mobile-nav-trigger-alignment="left"][data-mobile-nav-style="modern"] .page-layout,
   .navbar-collapse-show[data-mobile-nav-trigger-alignment="left"][data-mobile-nav-style="modern"] .navbar {
      transform: translate3d(85vw, 0, 0) !important;
      -webkit-transform: translate3d(85vw, 0, 0) !important;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-collapse {
      padding: 60px 0;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .mCustomScrollBox {
      width: 100%;
   }
   .search-form-wrapper .search-form-box {
      width: 85%;
   }
   .search-form-wrapper .search-close {
      top: 15px;
      right: 15px;
   }
   .header-with-topbar + .top-space-margin {
      margin-top: 76px;
   }
   .left-sidebar-header .side-menu-bottom {
      padding-top: 30px;
   }
   .side-menu-top {
      padding: 0 15px;
   }
   .left-sidebar-header .left-sidebar-nav .navbar-toggler {
      right: 15px;
   }
   .left-modern-sidebar {
      padding: 0 15px;
   }
   .left-modern-menu .left-modern-header .modern-side-menu {
      padding: 50px 0;
   }
   .left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container {
      padding: 0 20px;
   }
   .search-form-wrapper .search-form {
      height: 450px !important;
   }
   .menu-list-wrapper {
      height: calc(100vh - 120px);
      padding: 20px 0;
   }
}
@media (max-width: 575px) {
   .left-modern-menu .left-modern-header .modern-sidebar-nav {
      width: 100%;
      left: -100%;
   }
   .left-modern-menu .left-modern-header.show .modern-sidebar-nav {
      left: 0;
   }
   [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav > .nav-item {
      padding: 7px 0;
   }
   .search-form-wrapper .search-form {
      height: 380px !important;
   }
   .search-form-wrapper .search-form h6 {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 10px !important;
   }
   .search-form-wrapper .search-form .search-input {
      font-size: 15px;
      height: 50px;
   }
   .search-form-wrapper .search-form .search-button {
      bottom: 11px;
      font-size: 20px;
   }
}
@media (max-height: 380px) {
   .search-form-wrapper .search-form {
      height: 85vh !important;
   }
   .search-form-wrapper .search-form h6 {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 10px !important;
   }
   .search-form-wrapper .search-form .search-input {
      font-size: 14px;
      height: 50px;
   }
   .search-form-wrapper .search-form .search-button {
      bottom: 10px;
      font-size: 18px;
   }
   .header-cart-icon .header-cart .cart-item-list .cart-item {
      padding: 12px;
   }
   .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total .mb-15px {
      margin-bottom: 0 !important;
   }
   .header-cart-icon .header-cart .cart-item-list .cart-item .product-image {
      max-width: 40px;
   }
}
@media (max-width: 991px) {
   .down-section {
      bottom: 35px;
   }
}
@media (max-width: 767px) {
   .page-title-extra-large h1,
   .page-title-extra-small h2,
   .page-title-large h1 {
      font-size: 36px;
      line-height: 44px;
   }
}
@media (max-width: 575px) {
   .breadcrumb ul li:after {
      padding: 0 6px 0 8px;
   }
   .down-section {
      bottom: 20px;
   }
}
@media (max-width: 1600px) {
   .grid.xxl-grid-6col li {
      width: 16.67%;
   }
   .grid.xxl-grid-6col li.grid-item-double {
      width: 33.33%;
   }
   .grid.xxl-grid-5col li {
      width: 20%;
   }
   .grid.xxl-grid-5col li.grid-item-double {
      width: 40%;
   }
   .grid.xxl-grid-4col li {
      width: 25%;
   }
   .grid.xxl-grid-4col li.grid-item-double {
      width: 50%;
   }
   .grid.xxl-grid-3col li {
      width: 33.33%;
   }
   .grid.xxl-grid-3col li.grid-item-double {
      width: 66.67%;
   }
   .grid.xxl-grid-2col li {
      width: 50%;
   }
   .grid.xxl-grid-2col li.grid-item-double,
   .grid.xxl-grid-1col li,
   .grid.xxl-grid-1col li.grid-item-double {
      width: 100%;
   }
}
@media (max-width: 1399px) {
   .grid.xl-grid-6col li {
      width: 16.67%;
   }
   .grid.xl-grid-6col li.grid-item-double {
      width: 33.33%;
   }
   .grid.xl-grid-5col li {
      width: 20%;
   }
   .grid.xl-grid-5col li.grid-item-double {
      width: 40%;
   }
   .grid.xl-grid-4col li {
      width: 25%;
   }
   .grid.xl-grid-4col li.grid-item-double {
      width: 50%;
   }
   .grid.xl-grid-3col li {
      width: 33.33%;
   }
   .grid.xl-grid-3col li.grid-item-double {
      width: 66.67%;
   }
   .grid.xl-grid-2col li {
      width: 50%;
   }
   .grid.xl-grid-2col li.grid-item-double,
   .grid.xl-grid-1col li,
   .grid.xl-grid-1col li.grid-item-double {
      width: 100%;
   }
}
@media (max-width: 1199px) {
   .grid.lg-grid-6col li {
      width: 16.67%;
   }
   .grid.lg-grid-6col li.grid-item-double {
      width: 33.33%;
   }
   .grid.lg-grid-5col li {
      width: 20%;
   }
   .grid.lg-grid-5col li.grid-item-double {
      width: 40%;
   }
   .grid.lg-grid-4col li {
      width: 25%;
   }
   .grid.lg-grid-4col li.grid-item-double {
      width: 50%;
   }
   .grid.lg-grid-3col li {
      width: 33.33%;
   }
   .grid.lg-grid-3col li.grid-item-double {
      width: 66.67%;
   }
   .grid.lg-grid-2col li {
      width: 50%;
   }
   .grid.lg-grid-2col li.grid-item-double,
   .grid.lg-grid-1col li,
   .grid.lg-grid-1col li.grid-item-double {
      width: 100%;
   }
}
@media (max-width: 991px) {
   .grid.md-grid-6col li {
      width: 16.67%;
   }
   .grid.md-grid-6col li.grid-item-double {
      width: 33.33%;
   }
   .grid.md-grid-5col li {
      width: 20%;
   }
   .grid.md-grid-5col li.grid-item-double {
      width: 40%;
   }
   .grid.md-grid-4col li {
      width: 25%;
   }
   .grid.md-grid-4col li.grid-item-double {
      width: 50%;
   }
   .grid.md-grid-3col li {
      width: 33.33%;
   }
   .grid.md-grid-3col li.grid-item-double {
      width: 66.67%;
   }
   .grid.md-grid-2col li {
      width: 50%;
   }
   .grid.md-grid-2col li.grid-item-double,
   .grid.md-grid-1col li,
   .grid.md-grid-1col li.grid-item-double {
      width: 100%;
   }
}
@media (max-width: 767px) {
   .grid.sm-grid-6col li {
      width: 16.67%;
   }
   .grid.sm-grid-6col li.grid-item-double {
      width: 33.33%;
   }
   .grid.sm-grid-5col li {
      width: 20%;
   }
   .grid.sm-grid-5col li.grid-item-double {
      width: 40%;
   }
   .grid.sm-grid-4col li {
      width: 25%;
   }
   .grid.sm-grid-4col li.grid-item-double {
      width: 50%;
   }
   .grid.sm-grid-3col li {
      width: 33.33%;
   }
   .grid.sm-grid-3col li.grid-item-double {
      width: 66.67%;
   }
   .grid.sm-grid-2col li {
      width: 50%;
   }
   .grid.sm-grid-2col li.grid-item-double,
   .grid.sm-grid-1col li,
   .grid.sm-grid-1col li.grid-item-double {
      width: 100%;
   }
   .grid.gutter-small {
      margin: 0 -7px;
   }
   .grid.gutter-small li {
      padding: 7px;
   }
   .grid.gutter-extra-large li {
      padding: 15px;
   }
   .grid.gutter-extra-large {
      margin: 0 -15px;
   }
   .grid.gutter-double-extra-large li {
      padding: 15px;
   }
   .grid.gutter-medium {
      margin: 0 -7px;
   }
   .grid.gutter-medium li {
      padding: 7px;
   }
   .grid.gutter-large {
      margin: 0 -10px;
   }
   .grid.gutter-large li {
      padding: 10px;
   }
}
@media (max-width: 575px) {
   .grid.xs-grid-6col li {
      width: 16.67%;
   }
   .grid.xs-grid-6col li.grid-item-double {
      width: 33.33%;
   }
   .grid.xs-grid-5col li {
      width: 20%;
   }
   .grid.xs-grid-5col li.grid-item-double {
      width: 40%;
   }
   .grid.xs-grid-4col li {
      width: 25%;
   }
   .grid.xs-grid-4col li.grid-item-double {
      width: 50%;
   }
   .grid.xs-grid-3col li {
      width: 33.33%;
   }
   .grid.xs-grid-3col li.grid-item-double {
      width: 66.67%;
   }
   .grid.xs-grid-2col li {
      width: 50%;
   }
   .grid.xs-grid-2col li.grid-item-double,
   .grid.xs-grid-1col li {
      width: 100%;
   }
}
@media (max-width: 767px) {
   .accordion-style-04 .accordion-item .accordion-header,
   .accordion-style-04 .accordion-item .accordion-body {
      padding-left: 25px;
      padding-right: 25px;
   }
   .accordion-style-02 .accordion-item .accordion-body {
      padding-bottom: 25px;
   }
   .accordion-style-05 .accordion-item {
      padding: 20px 35px 22px 55px;
   }
   .accordion-style-05 .accordion-item .number {
      top: 17px;
   }
}
@media (max-width: 575px) {
   .accordion-style-05 .accordion-item {
      padding: 18px 20px 20px 55px;
   }
   .accordion-style-05 .accordion-item .number {
      top: 15px;
   }
   .accordion-style-05 .accordion-item .accordion-body {
      padding-right: 25px;
   }
   .accordion-style-06 .accordion-item {
      padding: 15px 70px 15px 30px;
   }
}
@media (max-width: 1399px) {
   .blockquote-style-04 .blockquote-img img {
      margin-top: -106px;
   }
   .blockquote-style-04 .blockquote-content {
      padding-left: 23%;
   }
}
@media (max-width: 1199px) {
   .blockquote-style-04 .blockquote-img img {
      margin-top: -89px;
   }
   .blockquote-style-04 .blockquote-content {
      padding-left: 20%;
      border-bottom-right-radius: 89px;
   }
}
@media (max-width: 991px) {
   .blockquote-style-04 .blockquote-img img {
      margin-top: -72px;
   }
   .blockquote-style-04 .blockquote-content {
      border-bottom-right-radius: 64px;
   }
}
@media (max-width: 767px) {
   .blockquote-style-04 .blockquote-content {
      margin-left: 0;
      padding: 8% 10%;
   }
}
@media (max-width: 767px) {
   .btn.btn-extra-large {
      font-size: 15px;
      padding: 20px 40px;
   }
   .btn.btn-large {
      font-size: 13px;
      padding: 16px 36px;
   }
   .btn.btn-rounded.btn-extra-large {
      padding: 16px 36px;
   }
   .btn.btn-rounded.btn-large {
      padding: 12px 30px;
   }
   .btn.with-rounded.btn-extra-large {
      padding-right: 70px;
   }
   .btn.with-rounded.btn-large {
      padding-right: 55px;
   }
   .btn.btn-link {
      padding: 0 0 2px;
   }
   .btn.btn-link-gradient {
      padding: 0 0 3px;
   }
   .btn.btn-switch-text.btn-extra-large,
   .btn.btn-switch-text.btn-large,
   .btn.btn-switch-text.btn-medium,
   .btn.btn-switch-text.btn-small,
   .btn.btn-switch-text.btn-very-small {
      padding: 0;
   }
}
@media (max-width: 1199px) {
   .clients-style-02 .swiper-button-prev {
      left: -30px;
   }
   .clients-style-02 .swiper-button-next {
      right: -30px;
   }
}
@media (max-width: 991px) {
   .clients-style-02 .swiper-button-prev {
      left: -15px;
   }
   .clients-style-02 .swiper-button-next {
      right: -15px;
   }
}
@media (max-width: 767px) {
   .clients-style-02 .swiper-button-prev {
      left: 0;
   }
   .clients-style-02 .swiper-button-next {
      right: 0;
   }
}
@media (max-width: 767px) {
   .text-slider-style-05 .swiper-slide {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1;
   }
   .text-slider-style-05 .swiper-slide .services-box-style-01 .icon-box {
      opacity: 1;
   }
}
@media (max-width: 991px) {
   .countdown-style-02 .countdown-box {
      width: 145px;
   }
   .countdown-style-04 .countdown-box {
      width: 150px;
   }
}
@media (max-width: 767px) {
   .countdown-style-01 .countdown {
      width: 100%;
   }
   .countdown-style-01 .counter-container {
      display: block;
      width: 100%;
   }
   .countdown-style-01 .counter-container .countdown-box {
      margin: 5%;
      width: 40%;
      float: left;
   }
   .countdown-style-02 .countdown-box,
   .countdown-style-04 .countdown-box {
      width: 50%;
      margin: 0 0 30px;
   }
   .countdown-style-02 .countdown-box span,
   .countdown-style-04 .countdown-box span {
      position: relative;
      top: 0;
   }
   .countdown-style-02 .countdown-box:before,
   .countdown-style-04 .countdown-box:before {
      transform: none;
      top: 15px;
   }
   .countdown-style-02 .countdown-box:nth-child(2):before,
   .countdown-style-04 .countdown-box:nth-child(2):before {
      display: none;
   }
   .countdown-style-03 .countdown-box {
      width: 50%;
      margin: 0 0 30px;
   }
}
@media (max-width: 991px) {
   .counter-style-06 .feature-box:nth-last-child(odd) .feature-box-content:after {
      display: none;
   }
}
@media (max-width: 575px) {
   .counter-style-06 .feature-box .feature-box-content:after {
      display: none;
   }
}
@media (max-width: 991px) {
   .event-style-03 .accordion .trainer-box {
      margin-bottom: 25px;
      margin-top: 15px;
      margin-right: 0;
   }
   .event-style-03 .nav-tabs .nav-link {
      padding-right: 5px;
      padding-left: 5px;
   }
   .event-style-03 .accordion .accordion-title .event-time {
      min-width: 290px;
   }
   .time-schedule-scroll {
      overflow-x: auto;
      overflow-y: hidden;
   }
   .time-schedule-scroll .time-schedule-min-width {
      min-width: 1050px;
   }
}
@media (max-width: 767px) {
   .time-schedule-scroll {
      overflow-x: auto;
      overflow-y: hidden;
   }
   .time-schedule-scroll .time-schedule-min-width {
      min-width: 980px;
   }
   .time-table-box.day {
      padding: 15px 10px;
   }
   .event-style-03 .accordion .accordion-title .event-time {
      min-width: 1px;
      margin-right: 20px;
   }
   .event-style-03 .accordion .accordion-item .accordion-body {
      padding-right: 0;
   }
   .event-style-03 .nav-tabs > li.nav-item:not(:last-child) {
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
   }
}
@media (max-width: 575px) {
   .fancy-text-box-style-01 {
      border-right: 0 solid;
   }
}
@media (max-width: 991px) {
   #map {
      height: 450px;
   }
}
@media (max-width: 575px) {
   #map {
      height: 420px;
   }
   .infowindow {
      padding: 20px !important;
   }
}
@media (max-width: 1199px) {
   .fancy-text-style-3 {
      transform: rotate(0) !important;
   }
}
@media (max-width: 767px) {
   .shadow-in .separator-animation {
      width: calc(100% + 5px) !important;
   }
   .text-highlight .separator-animation {
      left: -1px;
   }
}
@media (max-width: 1199px) {
   .feature-box:hover .content-slide-up.content-scale .feature-box-overlay {
      -webkit-transform: scale(1);
      transform: scale(1);
   }
   .icon-with-text-style-05 .feature-box {
      overflow: hidden;
   }
   .icon-with-text-style-05 .feature-box .content-slide-up {
      width: 100%;
   }
}
@media (max-width: 767px) {
   .feature-box.feature-box-left-icon .feature-box-icon,
   .feature-box.feature-box-left-icon-middle .feature-box-icon {
      margin-right: 20px;
   }
   .feature-box:hover .content-slide-up.content-scale .feature-box-overlay {
      -webkit-transform: scale(1);
      transform: scale(1);
   }
}
@media (max-width: 1199px) {
   .interactive-banner-style-06 .interactive-banners-content {
      transform: translateY(calc(100% - 110px));
   }
}
@media (max-width: 991px) {
   .html-video {
      height: 100%;
   }
}
@media (max-width: 1199px) {
   button.mfp-close,
   .mfp-image-holder button.mfp-close,
   .mfp-iframe-holder button.mfp-close,
   .subscribe-popup .mfp-close,
   .subscribe-popup .mfp-close:active,
   .mfp-gallery button.mfp-close,
   .mfp-iframe-holder ~ button.mfp-close,
   button.mfp-close:active {
      right: 10px;
      top: 10px;
   }
}
@media (max-width: 991px) {
   .mfp-container {
      padding-left: 25px;
      padding-right: 25px;
   }
}
@media (max-width: 767px) {
   .mfp-container {
      padding-left: 15px;
      padding-right: 15px;
   }
   .mfp-arrow-right {
      right: 10px;
   }
   .mfp-arrow-left {
      left: 10px;
   }
}
@media (max-width: 1199px) {
   [data-parallax-background-ratio],
   .fix-background {
      background-attachment: inherit !important;
      background-position: center !important;
   }
}
.is-touchable [data-parallax-background-ratio] {
   background-attachment: inherit !important;
   background-position: center !important;
   background-repeat: no-repeat !important;
}
@media (max-width: 991px) {
   .pricing-table-style-01.popular-item,
   .pricing-table-style-02.popular-item {
      margin-top: 0;
   }
   .pricing-table-style-02 .popular-item {
      left: 0;
      width: 100%;
   }
}
@media (max-width: 575px) {
   .pricing-table-style-04 .accordion-item {
      padding-left: 30px;
      padding-right: 30px;
   }
   .pricing-table-style-04 .accordion-item.active-accordion {
      padding-left: 35px;
      padding-right: 35px;
   }
   .pricing-table-style-08 .nav-tabs > li.nav-item > a.nav-link .tab-nav-text {
      margin: 0 12px;
   }
   .pricing-table-style-12 li {
      display: block;
   }
   .pricing-table-style-12 li:hover {
      -webkit-transform: translateX(0px);
      transform: translate(0);
   }
   .pricing-table-style-12 li img {
      margin-bottom: 10px;
   }
}
@media (max-width: 991px) {
   .process-step-style-02:nth-child(2) .progress-step-separator,
   .process-step-style-03:nth-child(2) .progress-step-separator,
   .process-step-style-04:nth-child(2) .progress-step-separator {
      display: none;
   }
}
@media (max-width: 767px) {
   .process-step-style-02 .progress-step-separator,
   .process-step-style-03 .progress-step-separator,
   .process-step-style-04 .progress-step-separator {
      display: none;
   }
   .process-step-style-01 .progress-step-separator {
      position: absolute;
      top: 50%;
      left: 0;
      transform: none;
      right: 0;
      margin: 0 auto;
   }
}
@media (max-width: 1199px) {
   .sliding-box .sliding-box-item {
      width: 33.33% !important;
      margin-left: 0;
      margin-right: 0;
      padding: 0 15px;
      box-shadow: none;
   }
   .sliding-box .sliding-box-item .sliding-box-content {
      width: 100% !important;
      left: 0 !important;
      position: relative;
      height: auto;
   }
   .sliding-box .sliding-box-item.active .sliding-box-content,
   .sliding-box .sliding-box-item.active .sliding-box-img {
      border-radius: 0;
   }
   .sliding-box .sliding-box-img {
      width: 100% !important;
      border-radius: 0 !important;
   }
   .sliding-box-style-01 .sliding-box-item .sliding-box-content:after {
      top: 0;
      opacity: 1;
      right: 50%;
      margin-top: -23px;
      border: solid transparent;
      border-bottom-color: var(--white);
      border-width: 12px;
      margin-right: -10px;
   }
   .sliding-box-style-02 .sliding-box-item.active .content-hover {
      animation: fade 0s;
   }
}
@media (max-width: 991px) {
   .sliding-box {
      justify-content: center;
   }
   .sliding-box .sliding-box-item {
      width: 50% !important;
   }
}
@media (max-width: 767px) {
   .sliding-box .sliding-box-item {
      width: 100% !important;
      padding: 0;
   }
   .sliding-box-style-03 .number {
      bottom: -22px;
   }
   .sliding-box-style-03 .sliding-box-item {
      padding-right: 15px;
      padding-left: 15px;
   }
}
@media (max-width: 991px) {
   .social-icon-style-06 ul li a {
      padding: 0 20px;
   }
}
@media (max-width: 767px) {
   .elements-social ul li {
      margin-bottom: 20px;
   }
}
@media (max-width: 575px) {
   .large-icon li,
   .medium-icon li,
   .extra-large-icon li {
      margin: 0 6px;
   }
}
@media (max-width: 767px) {
   .newsletter-style-01.box-shadow {
      box-shadow: none;
   }
   .newsletter-style-01 input {
      padding-right: 25px;
   }
   .newsletter-style-01 input.is-invalid {
      padding-right: 30px;
   }
   .newsletter-style-01 .btn {
      position: relative;
      margin-top: 15px;
      width: 100%;
      border-radius: 4px;
   }
   .newsletter-style-03 input {
      padding-right: 90px !important;
      padding-left: 30px !important;
   }
   .newsletter-style-03 .btn {
      padding: 12px 30px;
   }
   .newsletter-style-03 .btn i {
      margin-left: 0;
      margin-right: 0;
   }
   .newsletter-style-03 .btn span {
      display: none;
   }
}
@media (max-width: 1399px) {
   .tab-style-05 .nav-tabs .nav-item .nav-link {
      padding: 18px 20px 20px;
   }
}
@media (max-width: 1199px) {
   .tab-style-05 .nav-tabs .nav-item .nav-link {
      padding: 16px 20px;
   }
   .tab-style-08 ul .nav-item .nav-link {
      padding: 25px 10px;
   }
}
@media (max-width: 991px) {
   .tab-style-02 .nav-tabs > li.nav-item {
      margin: 0 10px;
   }
   .tab-style-03 .nav-tabs .nav-link {
      padding: 10px 28px;
      margin-bottom: 0;
   }
   .tab-style-03 .nav-tabs > li.nav-item {
      padding: 0 5px;
   }
   .tab-style-04 .nav-tabs .nav-item {
      padding: 0 20px;
   }
   .tab-style-05 .nav-tabs > li.nav-item {
      width: auto;
      padding: 0 3px;
   }
   .tab-style-05 .nav-tabs > li.nav-item .nav-link {
      padding: 12px 20px;
   }
   .tab-style-07 .nav-tabs .nav-item .nav-link {
      padding-left: 50px;
      padding-right: 50px;
   }
}
@media (max-width: 767px) {
   .tab-style-01 .nav-tabs {
      border-bottom: 0;
   }
   .tab-style-01 .nav-tabs > li.nav-item .nav-link {
      border-bottom: 1px solid var(--light-medium-gray);
      border-radius: 6px;
   }
   .tab-style-02 .nav-tabs > li.nav-item {
      margin-bottom: 30px;
   }
   .tab-style-01 .nav-tabs > li.nav-item {
      margin-bottom: 15px;
   }
   .tab-style-04 .nav-tabs {
      display: inline-block;
      width: 100%;
   }
   .tab-style-04 .nav-tabs .nav-item {
      width: auto;
      display: table;
      margin: 0 auto 10px;
   }
   .tab-style-05 .nav-tabs {
      display: inline-block;
      width: 100%;
   }
   .tab-style-05 .nav-tabs .nav-item {
      display: table;
      margin: 0 auto;
      width: auto;
   }
   .tab-style-05 .nav-tabs .nav-item .nav-link {
      padding: 12px 30px;
   }
   .tab-style-07 .nav-tabs .nav-item .nav-link {
      padding: 25px;
   }
   .tab-style-07 .nav-tabs .nav-item .nav-link .number-box {
      right: 40px;
   }
   .tab-style-08 ul .nav-item {
      border-right: 0;
      border-bottom: 1px solid var(--light-medium-gray);
      flex-grow: inherit;
      flex-basis: auto;
      width: 100%;
   }
   .tab-style-08 ul .nav-item .nav-link {
      padding: 18px 25px;
   }
}
@media (max-width: 767px) {
   .swiper-horizontal-3d .swiper-slide.swiper-slide-active {
      box-shadow: none;
   }
   .testimonials-style-04 {
      padding: 0 15px;
   }
   .testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-prev,
   .testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-next {
      opacity: 0;
   }
   .testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-active {
      box-shadow: 0 0 10px #0000001a;
   }
   .testimonials-style-11 .swiper-button-prev.slider-custom-text-prev,
   .testimonials-style-11 .swiper-button-next.slider-custom-text-next {
      min-height: 1px;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      top: initial;
      right: auto;
      left: auto;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      margin: 30px -3px 0;
      display: inline-block;
   }
}
@media (max-width: 575px) {
   .testimonials-style-12 .swiper-button-previous-nav {
      left: 25px;
   }
   .testimonials-style-12 .swiper-button-next-nav {
      right: 25px;
   }
   .testimonials-style-13 .swiper-slide,
   .testimonials-style-13 .swiper-slide.swiper-slide-active,
   .testimonials-style-13 .swiper-slide.swiper-slide-next {
      opacity: 1;
   }
}
@media (max-width: 1600px) {
   .blog-simple figure figcaption .hover-text {
      display: block !important;
      height: auto !important;
      margin-bottom: -50px !important;
      -webkit-transition: 0.3s;
      transition: 0.3s;
   }
   .blog-simple figure:hover figcaption .hover-text {
      margin-bottom: 0 !important;
   }
   .blog-modern figure .post-content-wrapper .post-content .hover-text {
      display: block !important;
   }
}
@media (max-width: 991px) {
   .blog-date .feature-box .feature-box-icon {
      margin-right: 35px !important;
   }
}
@media (max-width: 767px) {
   .blog-standard .entry-meta span {
      margin-right: 20px;
   }
   .blog-comment li {
      padding-bottom: 50px;
   }
   .blog-comment li ul.child-comment li {
      margin-top: 45px;
   }
}
@media (max-width: 575px) {
   .blog-date .feature-box .feature-box-icon {
      margin-right: 25px !important;
   }
   .blog-date .feature-box .post-date {
      min-width: 65px;
      padding: 15px 0;
   }
   .blog-standard .entry-meta span {
      display: block;
   }
   .blog-standard .blog-details .entry-meta span {
      display: inline-block;
   }
   .blog-modern figure .post-content-wrapper {
      width: 90%;
   }
   .blog-comment li ul.child-comment {
      margin-left: 20px;
      padding-left: 20px;
   }
   .pagination-style-01 .page-item .page-link {
      margin: 0 5px;
   }
}
@media (max-width: 1600px) {
   .sticky-image-distortion-wrapper .menu {
      padding-left: 30px;
   }
   .sticky-image-title a {
      padding-left: 50px;
   }
   .sticky-category {
      left: 35px;
   }
   .sticky-image-distortion-wrapper .menu .menu__link.active .sticky-image-title a {
      padding-left: 70px;
   }
   .sticky-image-distortion-wrapper .menu .menu__link.active .sticky-category {
      left: 20px;
   }
}
@media (max-width: 1399px) {
   .threeD-letter-menu .menu-item .hover-reveal {
      width: 320px;
      height: 320px;
   }
   .sticky-image-distortion-wrapper .menu .menu__link.active .sticky-image-title .title {
      left: 65px;
   }
   .sticky-image-title .title {
      left: 50px;
   }
   .sticky-category,
   .sticky-image-distortion-wrapper .menu .menu__link.active .sticky-category {
      left: 0;
   }
   .sticky-image-distortion-wrapper .menu .menu__link.active .sticky-image-title a {
      padding-left: 55px;
   }
}
@media (max-width: 1199px) {
   .portfolio-creative .portfolio-box .portfolio-title:after {
      font-size: 80px;
   }
   .threeD-letter-menu .menu-item .hover-reveal {
      width: 320px;
      height: 320px;
   }
   .sticky-image-distortion-wrapper .menu {
      padding-top: 160px;
   }
   .sticky-image-title a {
      padding-left: 15px;
   }
}
@media (max-width: 991px) {
   .portfolio-filter.filter-btn li {
      padding: 0 6px;
   }
   .portfolio-filter.filter-btn li a {
      padding: 6px 25px;
   }
   .mousetip-wrapper .caption {
      display: none !important;
   }
   .portfolio-creative .portfolio-box .portfolio-title:after {
      font-size: 60px;
   }
   .sticky-image-distortion-wrapper .menu .menu__link.active .svg-wrapper {
      margin-top: 50px;
   }
}
@media (max-width: 767px) {
   .portfolio-filter.filter-btn li {
      padding: 0;
      margin-bottom: 10px;
   }
   .portfolio-filter.filter-btn li a {
      display: block;
   }
   .nav-tabs li {
      padding: 0;
      display: block;
      margin-bottom: 5px;
      width: 100%;
   }
   .sticky-image-distortion-wrapper .menu {
      padding: 130px 30px 30px;
      width: 100%;
   }
   .sticky-image-distortion-wrapper .menu .menu__link {
      flex-direction: column;
   }
   .sticky-image-distortion-wrapper .menu .menu__link.active .svg-wrapper {
      height: auto;
      margin-top: 0;
   }
   .sticky-image-distortion-wrapper .menu .svg-wrapper {
      position: relative;
      right: 22px;
      width: 100%;
      height: 0;
   }
   .sticky-image-distortion-wrapper .sticky-image-title {
      width: 100%;
   }
   .sticky-image-distortion-wrapper .sticky-image-title a {
      padding: 30px 35px;
   }
}
@media (max-width: 575px) {
   .portfolio-attractive .portfolio-box:hover .portfolio-hover .icon-box {
      margin-top: -10px;
   }
   .sticky-image-distortion-wrapper .menu {
      padding: 130px 0 0;
   }
   .sticky-image-distortion-wrapper .menu .svg-wrapper {
      right: 20px;
   }
   .sticky-image-title .title {
      display: none;
   }
}
@media (max-width: 1199px) {
   .btn-cart.btn.btn-switch-text.btn-extra-large > span {
      padding: 13px 20px;
   }
}
@media (max-width: 991px) {
   .btn-cart.btn.btn-switch-text.btn-extra-large > span {
      padding: 13px 48px;
   }
   .single-product-thumb .slider-vertical {
      position: relative;
      left: 0;
      touch-action: pan-y;
      overflow: hidden;
      margin-top: 15px;
   }
   .single-product-thumb .slider-vertical .swiper-wrapper {
      flex-direction: row;
   }
   .product-image-thumb .swiper-slide.swiper-slide-thumb-active {
      border-color: transparent;
   }
   .product-image-thumb .swiper-slide img {
      border: 1px solid transparent;
   }
   .product-image-thumb .swiper-slide.swiper-slide-thumb-active img {
      border-color: var(--light-gray);
   }
   .single-product-thumb .slider-vertical .swiper-slide {
      width: 25%;
   }
}
@media (max-width: 767px) {
   .cart-products thead {
      display: none;
   }
   .cart-products tbody tr td {
      padding: 0;
      border: 0;
      clear: both;
      margin: 0 0 15px;
      line-height: 1.5em;
      display: block !important;
      text-align: right !important;
   }
   .cart-products tbody tr td:last-child {
      margin-bottom: 0;
   }
   .cart-products tbody tr td:before {
      content: attr(data-title) !important;
      font-weight: 500 !important;
      float: left !important;
      display: block !important;
      color: var(--dark-gray);
      font-size: 15px;
   }
   .cart-products tbody tr {
      border-bottom: 1px solid var(--extra-medium-gray);
      position: relative;
      display: block;
      padding-left: 95px;
      padding-bottom: 30px;
      background: none;
      margin-bottom: 30px;
      overflow: hidden;
      display: block !important;
      min-height: 100px;
   }
   .cart-products tbody tr:last-child {
      margin-bottom: 0;
   }
   .cart-products tbody tr .product-remove {
      width: 20px;
      position: absolute;
      right: 0;
      margin: 0;
      padding: 0;
      text-align: right !important;
      top: 5px;
      z-index: 11;
   }
   .cart-products tbody tr .product-remove a {
      line-height: 13px;
      width: 20px;
      height: 20px;
      display: block;
      text-align: center;
   }
   .cart-products tbody tr .product-thumbnail {
      position: absolute;
      left: 0;
      width: 80px;
      display: inline-block;
      top: 0;
      overflow: hidden;
      text-align: left !important;
   }
   .cart-products tbody tr .product-name {
      text-align: left !important;
      padding-right: 25px;
      margin-bottom: 15px;
   }
   .cart-products tbody tr td.product-quantity:before {
      margin-top: 8px;
   }
   .cart-products tbody tr .product-remove:before,
   .cart-products tbody tr .product-thumbnail:before,
   .cart-products tbody tr .product-name:before {
      display: none;
   }
}
@media (max-width: 575px) {
   .product-info .quantity {
      margin-right: auto !important;
   }
   .product-info .wishlist {
      position: absolute;
      top: 0;
      right: 0;
   }
   .product-info .btn-cart {
      width: 100%;
   }
}
@media (max-width: 1600px) {
   footer {
      padding-top: 90px;
      padding-bottom: 90px;
   }
}
@media (max-width: 991px) {
   footer {
      padding-top: 75px;
      padding-bottom: 75px;
   }
   footer.half-footer {
      padding: 65px 0;
   }
   .footer-sticky {
      position: relative !important;
   }
}
@media (max-width: 767px) {
   footer {
      padding-top: 50px;
      padding-bottom: 50px;
   }
   footer.half-footer {
      padding: 50px 0;
   }
   footer .elements-social li {
      margin-bottom: 0;
   }
   .footer-navbar li .nav-link {
      padding-left: 0.8rem;
      padding-right: 0.8rem;
   }
}
.bg-gradient-very-light-gray-transparent {
   background: -webkit-linear-gradient(right, rgb(240, 244, 253), rgba(255, 255, 255, 0));
   background: linear-gradient(to right, #fdf0f0, #fff0);
}
.bg-gradient-blue-whale-transparent {
   background: -webkit-linear-gradient(right, rgb(17, 27, 50), rgba(255, 255, 255, 0));
   background: linear-gradient(to right, #111b32, #fff0);
}
.bg-gradient-quartz-light-transparent {
   background: -webkit-linear-gradient(right, rgb(227, 225, 245), rgba(255, 255, 255, 0));
   background: linear-gradient(to right, #e3e1f5, #fff0);
}
.bg-gradient-quartz-white {
   background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #fff);
}
.bg-gradient-base-color-transparent {
   background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(60, 47, 192)), to(transparent));
   background-image: linear-gradient(to top, rgba(60, 47, 192, 0.8) 0%, transparent 100%);
}
.bg-gradient-regal-blue-transparent {
   background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22, 35, 64)), to(transparent));
   background-image: linear-gradient(to top, rgb(22, 35, 64) 0%, transparent 100%);
}
.bg-gradient-flamingo-amethyst-green {
   background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
}
.bg-gradient-base-transparent {
   background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22, 32, 44)), to(transparent));
   background-image: linear-gradient(to top, rgba(22, 32, 44, 0.9) 8%, transparent 80%);
}
.bg-gradient-dark-transparent {
   background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #162340), to(transparent));
   background: linear-gradient(to top, #162340 7%, transparent 70%);
}
.bg-regal-blue {
   background-color: #162340;
}
.bg-blue-whale {
   background-color: #16233f;
}
.services-slider .swiper-slide {
   display: flex;
   height: auto;
}
.services-slider .swiper-slide .row {
   width: 100%;
}
.services-slider .swiper-slide .title span {
   display: block;
}
.services-slider .swiper-slide .text {
   min-height: 3em;
   line-height: 1.5;
}
.marquee-slide img {
   width: 100%;
   height: 45px;
   object-fit: contain;
   transition: 0.4s all;
   filter: grayscale(1);
   opacity: 0.5;
}
.marquee-slide .swiper-slide:hover img {
   filter: grayscale(0);
   opacity: 1;
}
.grecaptcha-badge {
   bottom: 120px !important;
   opacity: 0.7 !important;
}
.czm-chat-support-container[data-astro-cid-w7tvgi5a] {
   bottom: 80px !important;
}
:root {
   --base-color: #fd0000;
   --medium-gray: #727272;
   --dark-gray: #2d2c2b;
   --nero-gray: #1e1d1d;
   --light-red: #fceeed;
   --stromboli-green: #3e6558;
   --alt-font: "Jost", sans-serif;
   --primary-font: "Jost", sans-serif;
   --medium-gray: #828282;
}
body {
   font-size: 19px;
   line-height: 32px;
   overflow-x: hidden;
}
h1 {
   font-size: 4rem;
   line-height: 3.6rem;
}
h2 {
   line-height: 3.438rem;
}
h3 {
   line-height: 2.813rem;
}
p {
   margin-bottom: 20px;
}
.bg-gradient-black-dark-brown {
   background-image: linear-gradient(to right top, #000, #000, #30281b, #493825, #da7310);
}
.bg-gradient-green-light-brown {
   background-image: linear-gradient(to right top, #3c7663, #5b8365, #929a68, #b8aa6a, #debb6d);
}
.bg-gradient-light-brown-transparent {
   background-image: linear-gradient(to right top, #2d292599, #bc8947e6);
}
.text-gradient-green-brown-color {
   background-image: linear-gradient(to right top, #3c7663, #5b8365, #929a68, #b8aa6a, #debb6d);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.navbar .navbar-nav .nav-link {
   font-weight: 400;
   font-size: 1.1rem;
   letter-spacing: 0.5px;
}
.navbar .btn {
   font-size: 15px;
   padding: 8px 20px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
   font-size: 18px;
   line-height: 32px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
   border-radius: 5px;
}
.newsletter-style-02 .btn {
   padding: 10px 18px 9px;
}
.newsletter-style-02 input {
   padding-right: 60px;
   font-size: 18px;
}
.input-small,
.textarea-small {
   font-size: 16px;
}
.page-title-extra-large h1 {
   font-size: 4.3rem;
   line-height: 4.7rem;
}
#navbarNavLanguage li a {
   width: 50px;
}
@media (max-width: 1199px) {
   header .btn.btn-very-small {
      padding: 7px 11px;
   }
   .newsletter-style-02 input {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px;
   }
}
@media (max-width: 991px) {
   .md-outside-box-right-70 {
      margin-right: -70vw;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
      font-size: 19px;
   }
   [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-menu a {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .blog-classic .card .card-body p {
      margin-bottom: 15px;
   }
   .page-title-extra-large h1 {
      line-height: 44px;
   }
   .sm-outside-box-right-0 {
      margin-right: 0;
   }
}
