@charset "UTF-8";
/*!
Theme Name: Vju Theme
Theme URI: https://vju.se/
Author: Vju AB
Author URI: https://vju.se/
Description: Detta är ett tema utvecklat av Vju AB.
Version: 1.2.35
Tested up to: 6.7.2
Requires PHP: 8.0
Text Domain: vju
*/
:root,
[data-bs-theme=light] {
  --vju-blue: #0d6efd;
  --vju-indigo: #6610f2;
  --vju-purple: #6f42c1;
  --vju-pink: #d63384;
  --vju-red: #dc3545;
  --vju-orange: #fd7e14;
  --vju-yellow: #ffc107;
  --vju-green: #198754;
  --vju-teal: #20c997;
  --vju-cyan: #0dcaf0;
  --vju-black: #000;
  --vju-white: #fff;
  --vju-gray: #6c757d;
  --vju-gray-dark: #343a40;
  --vju-gray-100: #f8f9fa;
  --vju-gray-200: #e9ecef;
  --vju-gray-300: #dee2e6;
  --vju-gray-400: #ced4da;
  --vju-gray-500: #adb5bd;
  --vju-gray-600: #6c757d;
  --vju-gray-700: #495057;
  --vju-gray-800: #343a40;
  --vju-gray-900: #212529;
  --vju-primary: #FF4E02;
  --vju-secondary: #6c757d;
  --vju-success: #198754;
  --vju-info: #0dcaf0;
  --vju-warning: #ffc107;
  --vju-danger: #dc3545;
  --vju-light: #f8f9fa;
  --vju-dark: #212529;
  --vju-brand-primary-text: #FCFCFC;
  --vju-brand-secondary-text: #D4D4D4;
  --vju-primary-rgb: 255, 78, 2;
  --vju-secondary-rgb: 108, 117, 125;
  --vju-success-rgb: 25, 135, 84;
  --vju-info-rgb: 13, 202, 240;
  --vju-warning-rgb: 255, 193, 7;
  --vju-danger-rgb: 220, 53, 69;
  --vju-light-rgb: 248, 249, 250;
  --vju-dark-rgb: 33, 37, 41;
  --vju-brand-primary-text-rgb: 252, 252, 252;
  --vju-brand-secondary-text-rgb: 212, 212, 212;
  --vju-primary-text-emphasis: #661f01;
  --vju-secondary-text-emphasis: #2b2f32;
  --vju-success-text-emphasis: #0a3622;
  --vju-info-text-emphasis: #055160;
  --vju-warning-text-emphasis: #664d03;
  --vju-danger-text-emphasis: #58151c;
  --vju-light-text-emphasis: #495057;
  --vju-dark-text-emphasis: #495057;
  --vju-primary-bg-subtle: #ffdccc;
  --vju-secondary-bg-subtle: #e2e3e5;
  --vju-success-bg-subtle: #d1e7dd;
  --vju-info-bg-subtle: #cff4fc;
  --vju-warning-bg-subtle: #fff3cd;
  --vju-danger-bg-subtle: #f8d7da;
  --vju-light-bg-subtle: #fcfcfd;
  --vju-dark-bg-subtle: #ced4da;
  --vju-primary-border-subtle: #ffb89a;
  --vju-secondary-border-subtle: #c4c8cb;
  --vju-success-border-subtle: #a3cfbb;
  --vju-info-border-subtle: #9eeaf9;
  --vju-warning-border-subtle: #ffe69c;
  --vju-danger-border-subtle: #f1aeb5;
  --vju-light-border-subtle: #e9ecef;
  --vju-dark-border-subtle: #adb5bd;
  --vju-white-rgb: 255, 255, 255;
  --vju-black-rgb: 0, 0, 0;
  --vju-font-sans-serif: brown-pro, 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";
  --vju-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --vju-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --vju-body-font-family: var(--vju-font-sans-serif);
  --vju-body-font-size: 1rem;
  --vju-body-font-weight: 400;
  --vju-body-line-height: 1.4;
  --vju-body-color: #FCFCFC;
  --vju-body-color-rgb: 252, 252, 252;
  --vju-body-bg: #121212;
  --vju-body-bg-rgb: 18, 18, 18;
  --vju-emphasis-color: #000;
  --vju-emphasis-color-rgb: 0, 0, 0;
  --vju-secondary-color: rgba(252, 252, 252, 0.75);
  --vju-secondary-color-rgb: 252, 252, 252;
  --vju-secondary-bg: #e9ecef;
  --vju-secondary-bg-rgb: 233, 236, 239;
  --vju-tertiary-color: rgba(252, 252, 252, 0.5);
  --vju-tertiary-color-rgb: 252, 252, 252;
  --vju-tertiary-bg: #f8f9fa;
  --vju-tertiary-bg-rgb: 248, 249, 250;
  --vju-heading-color: inherit;
  --vju-link-color: #FCFCFC;
  --vju-link-color-rgb: 252, 252, 252;
  --vju-link-decoration: none;
  --vju-link-hover-color: #D4D4D4;
  --vju-link-hover-color-rgb: 212, 212, 212;
  --vju-code-color: #d63384;
  --vju-highlight-color: #FCFCFC;
  --vju-highlight-bg: #fff3cd;
  --vju-border-width: 1px;
  --vju-border-style: solid;
  --vju-border-color: #dee2e6;
  --vju-border-color-translucent: rgba(0, 0, 0, 0.175);
  --vju-border-radius: 100px;
  --vju-border-radius-sm: 0.25rem;
  --vju-border-radius-lg: 0.5rem;
  --vju-border-radius-xl: 1rem;
  --vju-border-radius-xxl: 2rem;
  --vju-border-radius-2xl: var(--vju-border-radius-xxl);
  --vju-border-radius-pill: 50rem;
  --vju-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --vju-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --vju-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --vju-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --vju-focus-ring-width: 0.25rem;
  --vju-focus-ring-opacity: 0.25;
  --vju-focus-ring-color: rgba(255, 78, 2, 0.25);
  --vju-form-valid-color: #198754;
  --vju-form-valid-border-color: #198754;
  --vju-form-invalid-color: #dc3545;
  --vju-form-invalid-border-color: #dc3545;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--vju-body-font-family);
  font-size: var(--vju-body-font-size);
  font-weight: var(--vju-body-font-weight);
  line-height: var(--vju-body-line-height);
  color: var(--vju-body-color);
  text-align: var(--vju-body-text-align);
  background-color: var(--vju-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(--vju-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(--vju-heading-color);
}

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

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

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

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

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

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

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(--vju-highlight-color);
  background-color: var(--vju-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(--vju-link-color-rgb), var(--vju-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --vju-link-color-rgb: var(--vju-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(--vju-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(--vju-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--vju-body-bg);
  background-color: var(--vju-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(--vju-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: 1.5rem;
  line-height: inherit;
}
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;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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: 5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

:root {
  --vju-breakpoint-xs: 0;
  --vju-breakpoint-sm: 576px;
  --vju-breakpoint-md: 768px;
  --vju-breakpoint-lg: 992px;
  --vju-breakpoint-xl: 1240px;
  --vju-breakpoint-xxl: 1440px;
}

.row {
  --vju-gutter-x: 40px;
  --vju-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--vju-gutter-y));
  margin-right: calc(-0.5 * var(--vju-gutter-x));
  margin-left: calc(-0.5 * var(--vju-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--vju-gutter-x) * 0.5);
  padding-left: calc(var(--vju-gutter-x) * 0.5);
  margin-top: var(--vju-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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 {
  --vju-gutter-x: 0;
}

.g-0,
.gy-0 {
  --vju-gutter-y: 0;
}

.g-1,
.gx-1 {
  --vju-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --vju-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --vju-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --vju-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --vju-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --vju-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --vju-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --vju-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --vju-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --vju-gutter-y: 3rem;
}

.g-8,
.gx-8 {
  --vju-gutter-x: 8px;
}

.g-8,
.gy-8 {
  --vju-gutter-y: 8px;
}

.g-12,
.gx-12 {
  --vju-gutter-x: 12px;
}

.g-12,
.gy-12 {
  --vju-gutter-y: 12px;
}

.g-16,
.gx-16 {
  --vju-gutter-x: 16px;
}

.g-16,
.gy-16 {
  --vju-gutter-y: 16px;
}

.g-20,
.gx-20 {
  --vju-gutter-x: 20px;
}

.g-20,
.gy-20 {
  --vju-gutter-y: 20px;
}

.g-24,
.gx-24 {
  --vju-gutter-x: 24px;
}

.g-24,
.gy-24 {
  --vju-gutter-y: 24px;
}

.g-32,
.gx-32 {
  --vju-gutter-x: 32px;
}

.g-32,
.gy-32 {
  --vju-gutter-y: 32px;
}

.g-40,
.gx-40 {
  --vju-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --vju-gutter-y: 40px;
}

.g-48,
.gx-48 {
  --vju-gutter-x: 48px;
}

.g-48,
.gy-48 {
  --vju-gutter-y: 48px;
}

.g-56,
.gx-56 {
  --vju-gutter-x: 56px;
}

.g-56,
.gy-56 {
  --vju-gutter-y: 56px;
}

.g-64,
.gx-64 {
  --vju-gutter-x: 64px;
}

.g-64,
.gy-64 {
  --vju-gutter-y: 64px;
}

.g-72,
.gx-72 {
  --vju-gutter-x: 72px;
}

.g-72,
.gy-72 {
  --vju-gutter-y: 72px;
}

.g-80,
.gx-80 {
  --vju-gutter-x: 80px;
}

.g-80,
.gy-80 {
  --vju-gutter-y: 80px;
}

.g-88,
.gx-88 {
  --vju-gutter-x: 88px;
}

.g-88,
.gy-88 {
  --vju-gutter-y: 88px;
}

.g-96,
.gx-96 {
  --vju-gutter-x: 96px;
}

.g-96,
.gy-96 {
  --vju-gutter-y: 96px;
}

.g-104,
.gx-104 {
  --vju-gutter-x: 104px;
}

.g-104,
.gy-104 {
  --vju-gutter-y: 104px;
}

.g-112,
.gx-112 {
  --vju-gutter-x: 112px;
}

.g-112,
.gy-112 {
  --vju-gutter-y: 112px;
}

.g-120,
.gx-120 {
  --vju-gutter-x: 120px;
}

.g-120,
.gy-120 {
  --vju-gutter-y: 120px;
}

.g-128,
.gx-128 {
  --vju-gutter-x: 128px;
}

.g-128,
.gy-128 {
  --vju-gutter-y: 128px;
}

.g-136,
.gx-136 {
  --vju-gutter-x: 136px;
}

.g-136,
.gy-136 {
  --vju-gutter-y: 136px;
}

.g-144,
.gx-144 {
  --vju-gutter-x: 144px;
}

.g-144,
.gy-144 {
  --vju-gutter-y: 144px;
}

.g-152,
.gx-152 {
  --vju-gutter-x: 152px;
}

.g-152,
.gy-152 {
  --vju-gutter-y: 152px;
}

.g-160,
.gx-160 {
  --vju-gutter-x: 160px;
}

.g-160,
.gy-160 {
  --vju-gutter-y: 160px;
}

.g-168,
.gx-168 {
  --vju-gutter-x: 168px;
}

.g-168,
.gy-168 {
  --vju-gutter-y: 168px;
}

.g-176,
.gx-176 {
  --vju-gutter-x: 176px;
}

.g-176,
.gy-176 {
  --vju-gutter-y: 176px;
}

.g-184,
.gx-184 {
  --vju-gutter-x: 184px;
}

.g-184,
.gy-184 {
  --vju-gutter-y: 184px;
}

.g-192,
.gx-192 {
  --vju-gutter-x: 192px;
}

.g-192,
.gy-192 {
  --vju-gutter-y: 192px;
}

.g-200,
.gx-200 {
  --vju-gutter-x: 200px;
}

.g-200,
.gy-200 {
  --vju-gutter-y: 200px;
}

.g-208,
.gx-208 {
  --vju-gutter-x: 208px;
}

.g-208,
.gy-208 {
  --vju-gutter-y: 208px;
}

.g-216,
.gx-216 {
  --vju-gutter-x: 216px;
}

.g-216,
.gy-216 {
  --vju-gutter-y: 216px;
}

.g-224,
.gx-224 {
  --vju-gutter-x: 224px;
}

.g-224,
.gy-224 {
  --vju-gutter-y: 224px;
}

.g-232,
.gx-232 {
  --vju-gutter-x: 232px;
}

.g-232,
.gy-232 {
  --vju-gutter-y: 232px;
}

.g-240,
.gx-240 {
  --vju-gutter-x: 240px;
}

.g-240,
.gy-240 {
  --vju-gutter-y: 240px;
}

.g-248,
.gx-248 {
  --vju-gutter-x: 248px;
}

.g-248,
.gy-248 {
  --vju-gutter-y: 248px;
}

.g-256,
.gx-256 {
  --vju-gutter-x: 256px;
}

.g-256,
.gy-256 {
  --vju-gutter-y: 256px;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --vju-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --vju-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --vju-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --vju-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --vju-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --vju-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --vju-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --vju-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --vju-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --vju-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --vju-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --vju-gutter-y: 3rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --vju-gutter-x: 8px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --vju-gutter-y: 8px;
  }
  .g-sm-12,
  .gx-sm-12 {
    --vju-gutter-x: 12px;
  }
  .g-sm-12,
  .gy-sm-12 {
    --vju-gutter-y: 12px;
  }
  .g-sm-16,
  .gx-sm-16 {
    --vju-gutter-x: 16px;
  }
  .g-sm-16,
  .gy-sm-16 {
    --vju-gutter-y: 16px;
  }
  .g-sm-20,
  .gx-sm-20 {
    --vju-gutter-x: 20px;
  }
  .g-sm-20,
  .gy-sm-20 {
    --vju-gutter-y: 20px;
  }
  .g-sm-24,
  .gx-sm-24 {
    --vju-gutter-x: 24px;
  }
  .g-sm-24,
  .gy-sm-24 {
    --vju-gutter-y: 24px;
  }
  .g-sm-32,
  .gx-sm-32 {
    --vju-gutter-x: 32px;
  }
  .g-sm-32,
  .gy-sm-32 {
    --vju-gutter-y: 32px;
  }
  .g-sm-40,
  .gx-sm-40 {
    --vju-gutter-x: 40px;
  }
  .g-sm-40,
  .gy-sm-40 {
    --vju-gutter-y: 40px;
  }
  .g-sm-48,
  .gx-sm-48 {
    --vju-gutter-x: 48px;
  }
  .g-sm-48,
  .gy-sm-48 {
    --vju-gutter-y: 48px;
  }
  .g-sm-56,
  .gx-sm-56 {
    --vju-gutter-x: 56px;
  }
  .g-sm-56,
  .gy-sm-56 {
    --vju-gutter-y: 56px;
  }
  .g-sm-64,
  .gx-sm-64 {
    --vju-gutter-x: 64px;
  }
  .g-sm-64,
  .gy-sm-64 {
    --vju-gutter-y: 64px;
  }
  .g-sm-72,
  .gx-sm-72 {
    --vju-gutter-x: 72px;
  }
  .g-sm-72,
  .gy-sm-72 {
    --vju-gutter-y: 72px;
  }
  .g-sm-80,
  .gx-sm-80 {
    --vju-gutter-x: 80px;
  }
  .g-sm-80,
  .gy-sm-80 {
    --vju-gutter-y: 80px;
  }
  .g-sm-88,
  .gx-sm-88 {
    --vju-gutter-x: 88px;
  }
  .g-sm-88,
  .gy-sm-88 {
    --vju-gutter-y: 88px;
  }
  .g-sm-96,
  .gx-sm-96 {
    --vju-gutter-x: 96px;
  }
  .g-sm-96,
  .gy-sm-96 {
    --vju-gutter-y: 96px;
  }
  .g-sm-104,
  .gx-sm-104 {
    --vju-gutter-x: 104px;
  }
  .g-sm-104,
  .gy-sm-104 {
    --vju-gutter-y: 104px;
  }
  .g-sm-112,
  .gx-sm-112 {
    --vju-gutter-x: 112px;
  }
  .g-sm-112,
  .gy-sm-112 {
    --vju-gutter-y: 112px;
  }
  .g-sm-120,
  .gx-sm-120 {
    --vju-gutter-x: 120px;
  }
  .g-sm-120,
  .gy-sm-120 {
    --vju-gutter-y: 120px;
  }
  .g-sm-128,
  .gx-sm-128 {
    --vju-gutter-x: 128px;
  }
  .g-sm-128,
  .gy-sm-128 {
    --vju-gutter-y: 128px;
  }
  .g-sm-136,
  .gx-sm-136 {
    --vju-gutter-x: 136px;
  }
  .g-sm-136,
  .gy-sm-136 {
    --vju-gutter-y: 136px;
  }
  .g-sm-144,
  .gx-sm-144 {
    --vju-gutter-x: 144px;
  }
  .g-sm-144,
  .gy-sm-144 {
    --vju-gutter-y: 144px;
  }
  .g-sm-152,
  .gx-sm-152 {
    --vju-gutter-x: 152px;
  }
  .g-sm-152,
  .gy-sm-152 {
    --vju-gutter-y: 152px;
  }
  .g-sm-160,
  .gx-sm-160 {
    --vju-gutter-x: 160px;
  }
  .g-sm-160,
  .gy-sm-160 {
    --vju-gutter-y: 160px;
  }
  .g-sm-168,
  .gx-sm-168 {
    --vju-gutter-x: 168px;
  }
  .g-sm-168,
  .gy-sm-168 {
    --vju-gutter-y: 168px;
  }
  .g-sm-176,
  .gx-sm-176 {
    --vju-gutter-x: 176px;
  }
  .g-sm-176,
  .gy-sm-176 {
    --vju-gutter-y: 176px;
  }
  .g-sm-184,
  .gx-sm-184 {
    --vju-gutter-x: 184px;
  }
  .g-sm-184,
  .gy-sm-184 {
    --vju-gutter-y: 184px;
  }
  .g-sm-192,
  .gx-sm-192 {
    --vju-gutter-x: 192px;
  }
  .g-sm-192,
  .gy-sm-192 {
    --vju-gutter-y: 192px;
  }
  .g-sm-200,
  .gx-sm-200 {
    --vju-gutter-x: 200px;
  }
  .g-sm-200,
  .gy-sm-200 {
    --vju-gutter-y: 200px;
  }
  .g-sm-208,
  .gx-sm-208 {
    --vju-gutter-x: 208px;
  }
  .g-sm-208,
  .gy-sm-208 {
    --vju-gutter-y: 208px;
  }
  .g-sm-216,
  .gx-sm-216 {
    --vju-gutter-x: 216px;
  }
  .g-sm-216,
  .gy-sm-216 {
    --vju-gutter-y: 216px;
  }
  .g-sm-224,
  .gx-sm-224 {
    --vju-gutter-x: 224px;
  }
  .g-sm-224,
  .gy-sm-224 {
    --vju-gutter-y: 224px;
  }
  .g-sm-232,
  .gx-sm-232 {
    --vju-gutter-x: 232px;
  }
  .g-sm-232,
  .gy-sm-232 {
    --vju-gutter-y: 232px;
  }
  .g-sm-240,
  .gx-sm-240 {
    --vju-gutter-x: 240px;
  }
  .g-sm-240,
  .gy-sm-240 {
    --vju-gutter-y: 240px;
  }
  .g-sm-248,
  .gx-sm-248 {
    --vju-gutter-x: 248px;
  }
  .g-sm-248,
  .gy-sm-248 {
    --vju-gutter-y: 248px;
  }
  .g-sm-256,
  .gx-sm-256 {
    --vju-gutter-x: 256px;
  }
  .g-sm-256,
  .gy-sm-256 {
    --vju-gutter-y: 256px;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --vju-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --vju-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --vju-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --vju-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --vju-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --vju-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --vju-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --vju-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --vju-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --vju-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --vju-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --vju-gutter-y: 3rem;
  }
  .g-md-8,
  .gx-md-8 {
    --vju-gutter-x: 8px;
  }
  .g-md-8,
  .gy-md-8 {
    --vju-gutter-y: 8px;
  }
  .g-md-12,
  .gx-md-12 {
    --vju-gutter-x: 12px;
  }
  .g-md-12,
  .gy-md-12 {
    --vju-gutter-y: 12px;
  }
  .g-md-16,
  .gx-md-16 {
    --vju-gutter-x: 16px;
  }
  .g-md-16,
  .gy-md-16 {
    --vju-gutter-y: 16px;
  }
  .g-md-20,
  .gx-md-20 {
    --vju-gutter-x: 20px;
  }
  .g-md-20,
  .gy-md-20 {
    --vju-gutter-y: 20px;
  }
  .g-md-24,
  .gx-md-24 {
    --vju-gutter-x: 24px;
  }
  .g-md-24,
  .gy-md-24 {
    --vju-gutter-y: 24px;
  }
  .g-md-32,
  .gx-md-32 {
    --vju-gutter-x: 32px;
  }
  .g-md-32,
  .gy-md-32 {
    --vju-gutter-y: 32px;
  }
  .g-md-40,
  .gx-md-40 {
    --vju-gutter-x: 40px;
  }
  .g-md-40,
  .gy-md-40 {
    --vju-gutter-y: 40px;
  }
  .g-md-48,
  .gx-md-48 {
    --vju-gutter-x: 48px;
  }
  .g-md-48,
  .gy-md-48 {
    --vju-gutter-y: 48px;
  }
  .g-md-56,
  .gx-md-56 {
    --vju-gutter-x: 56px;
  }
  .g-md-56,
  .gy-md-56 {
    --vju-gutter-y: 56px;
  }
  .g-md-64,
  .gx-md-64 {
    --vju-gutter-x: 64px;
  }
  .g-md-64,
  .gy-md-64 {
    --vju-gutter-y: 64px;
  }
  .g-md-72,
  .gx-md-72 {
    --vju-gutter-x: 72px;
  }
  .g-md-72,
  .gy-md-72 {
    --vju-gutter-y: 72px;
  }
  .g-md-80,
  .gx-md-80 {
    --vju-gutter-x: 80px;
  }
  .g-md-80,
  .gy-md-80 {
    --vju-gutter-y: 80px;
  }
  .g-md-88,
  .gx-md-88 {
    --vju-gutter-x: 88px;
  }
  .g-md-88,
  .gy-md-88 {
    --vju-gutter-y: 88px;
  }
  .g-md-96,
  .gx-md-96 {
    --vju-gutter-x: 96px;
  }
  .g-md-96,
  .gy-md-96 {
    --vju-gutter-y: 96px;
  }
  .g-md-104,
  .gx-md-104 {
    --vju-gutter-x: 104px;
  }
  .g-md-104,
  .gy-md-104 {
    --vju-gutter-y: 104px;
  }
  .g-md-112,
  .gx-md-112 {
    --vju-gutter-x: 112px;
  }
  .g-md-112,
  .gy-md-112 {
    --vju-gutter-y: 112px;
  }
  .g-md-120,
  .gx-md-120 {
    --vju-gutter-x: 120px;
  }
  .g-md-120,
  .gy-md-120 {
    --vju-gutter-y: 120px;
  }
  .g-md-128,
  .gx-md-128 {
    --vju-gutter-x: 128px;
  }
  .g-md-128,
  .gy-md-128 {
    --vju-gutter-y: 128px;
  }
  .g-md-136,
  .gx-md-136 {
    --vju-gutter-x: 136px;
  }
  .g-md-136,
  .gy-md-136 {
    --vju-gutter-y: 136px;
  }
  .g-md-144,
  .gx-md-144 {
    --vju-gutter-x: 144px;
  }
  .g-md-144,
  .gy-md-144 {
    --vju-gutter-y: 144px;
  }
  .g-md-152,
  .gx-md-152 {
    --vju-gutter-x: 152px;
  }
  .g-md-152,
  .gy-md-152 {
    --vju-gutter-y: 152px;
  }
  .g-md-160,
  .gx-md-160 {
    --vju-gutter-x: 160px;
  }
  .g-md-160,
  .gy-md-160 {
    --vju-gutter-y: 160px;
  }
  .g-md-168,
  .gx-md-168 {
    --vju-gutter-x: 168px;
  }
  .g-md-168,
  .gy-md-168 {
    --vju-gutter-y: 168px;
  }
  .g-md-176,
  .gx-md-176 {
    --vju-gutter-x: 176px;
  }
  .g-md-176,
  .gy-md-176 {
    --vju-gutter-y: 176px;
  }
  .g-md-184,
  .gx-md-184 {
    --vju-gutter-x: 184px;
  }
  .g-md-184,
  .gy-md-184 {
    --vju-gutter-y: 184px;
  }
  .g-md-192,
  .gx-md-192 {
    --vju-gutter-x: 192px;
  }
  .g-md-192,
  .gy-md-192 {
    --vju-gutter-y: 192px;
  }
  .g-md-200,
  .gx-md-200 {
    --vju-gutter-x: 200px;
  }
  .g-md-200,
  .gy-md-200 {
    --vju-gutter-y: 200px;
  }
  .g-md-208,
  .gx-md-208 {
    --vju-gutter-x: 208px;
  }
  .g-md-208,
  .gy-md-208 {
    --vju-gutter-y: 208px;
  }
  .g-md-216,
  .gx-md-216 {
    --vju-gutter-x: 216px;
  }
  .g-md-216,
  .gy-md-216 {
    --vju-gutter-y: 216px;
  }
  .g-md-224,
  .gx-md-224 {
    --vju-gutter-x: 224px;
  }
  .g-md-224,
  .gy-md-224 {
    --vju-gutter-y: 224px;
  }
  .g-md-232,
  .gx-md-232 {
    --vju-gutter-x: 232px;
  }
  .g-md-232,
  .gy-md-232 {
    --vju-gutter-y: 232px;
  }
  .g-md-240,
  .gx-md-240 {
    --vju-gutter-x: 240px;
  }
  .g-md-240,
  .gy-md-240 {
    --vju-gutter-y: 240px;
  }
  .g-md-248,
  .gx-md-248 {
    --vju-gutter-x: 248px;
  }
  .g-md-248,
  .gy-md-248 {
    --vju-gutter-y: 248px;
  }
  .g-md-256,
  .gx-md-256 {
    --vju-gutter-x: 256px;
  }
  .g-md-256,
  .gy-md-256 {
    --vju-gutter-y: 256px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --vju-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --vju-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --vju-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --vju-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --vju-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --vju-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --vju-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --vju-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --vju-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --vju-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --vju-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --vju-gutter-y: 3rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --vju-gutter-x: 8px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --vju-gutter-y: 8px;
  }
  .g-lg-12,
  .gx-lg-12 {
    --vju-gutter-x: 12px;
  }
  .g-lg-12,
  .gy-lg-12 {
    --vju-gutter-y: 12px;
  }
  .g-lg-16,
  .gx-lg-16 {
    --vju-gutter-x: 16px;
  }
  .g-lg-16,
  .gy-lg-16 {
    --vju-gutter-y: 16px;
  }
  .g-lg-20,
  .gx-lg-20 {
    --vju-gutter-x: 20px;
  }
  .g-lg-20,
  .gy-lg-20 {
    --vju-gutter-y: 20px;
  }
  .g-lg-24,
  .gx-lg-24 {
    --vju-gutter-x: 24px;
  }
  .g-lg-24,
  .gy-lg-24 {
    --vju-gutter-y: 24px;
  }
  .g-lg-32,
  .gx-lg-32 {
    --vju-gutter-x: 32px;
  }
  .g-lg-32,
  .gy-lg-32 {
    --vju-gutter-y: 32px;
  }
  .g-lg-40,
  .gx-lg-40 {
    --vju-gutter-x: 40px;
  }
  .g-lg-40,
  .gy-lg-40 {
    --vju-gutter-y: 40px;
  }
  .g-lg-48,
  .gx-lg-48 {
    --vju-gutter-x: 48px;
  }
  .g-lg-48,
  .gy-lg-48 {
    --vju-gutter-y: 48px;
  }
  .g-lg-56,
  .gx-lg-56 {
    --vju-gutter-x: 56px;
  }
  .g-lg-56,
  .gy-lg-56 {
    --vju-gutter-y: 56px;
  }
  .g-lg-64,
  .gx-lg-64 {
    --vju-gutter-x: 64px;
  }
  .g-lg-64,
  .gy-lg-64 {
    --vju-gutter-y: 64px;
  }
  .g-lg-72,
  .gx-lg-72 {
    --vju-gutter-x: 72px;
  }
  .g-lg-72,
  .gy-lg-72 {
    --vju-gutter-y: 72px;
  }
  .g-lg-80,
  .gx-lg-80 {
    --vju-gutter-x: 80px;
  }
  .g-lg-80,
  .gy-lg-80 {
    --vju-gutter-y: 80px;
  }
  .g-lg-88,
  .gx-lg-88 {
    --vju-gutter-x: 88px;
  }
  .g-lg-88,
  .gy-lg-88 {
    --vju-gutter-y: 88px;
  }
  .g-lg-96,
  .gx-lg-96 {
    --vju-gutter-x: 96px;
  }
  .g-lg-96,
  .gy-lg-96 {
    --vju-gutter-y: 96px;
  }
  .g-lg-104,
  .gx-lg-104 {
    --vju-gutter-x: 104px;
  }
  .g-lg-104,
  .gy-lg-104 {
    --vju-gutter-y: 104px;
  }
  .g-lg-112,
  .gx-lg-112 {
    --vju-gutter-x: 112px;
  }
  .g-lg-112,
  .gy-lg-112 {
    --vju-gutter-y: 112px;
  }
  .g-lg-120,
  .gx-lg-120 {
    --vju-gutter-x: 120px;
  }
  .g-lg-120,
  .gy-lg-120 {
    --vju-gutter-y: 120px;
  }
  .g-lg-128,
  .gx-lg-128 {
    --vju-gutter-x: 128px;
  }
  .g-lg-128,
  .gy-lg-128 {
    --vju-gutter-y: 128px;
  }
  .g-lg-136,
  .gx-lg-136 {
    --vju-gutter-x: 136px;
  }
  .g-lg-136,
  .gy-lg-136 {
    --vju-gutter-y: 136px;
  }
  .g-lg-144,
  .gx-lg-144 {
    --vju-gutter-x: 144px;
  }
  .g-lg-144,
  .gy-lg-144 {
    --vju-gutter-y: 144px;
  }
  .g-lg-152,
  .gx-lg-152 {
    --vju-gutter-x: 152px;
  }
  .g-lg-152,
  .gy-lg-152 {
    --vju-gutter-y: 152px;
  }
  .g-lg-160,
  .gx-lg-160 {
    --vju-gutter-x: 160px;
  }
  .g-lg-160,
  .gy-lg-160 {
    --vju-gutter-y: 160px;
  }
  .g-lg-168,
  .gx-lg-168 {
    --vju-gutter-x: 168px;
  }
  .g-lg-168,
  .gy-lg-168 {
    --vju-gutter-y: 168px;
  }
  .g-lg-176,
  .gx-lg-176 {
    --vju-gutter-x: 176px;
  }
  .g-lg-176,
  .gy-lg-176 {
    --vju-gutter-y: 176px;
  }
  .g-lg-184,
  .gx-lg-184 {
    --vju-gutter-x: 184px;
  }
  .g-lg-184,
  .gy-lg-184 {
    --vju-gutter-y: 184px;
  }
  .g-lg-192,
  .gx-lg-192 {
    --vju-gutter-x: 192px;
  }
  .g-lg-192,
  .gy-lg-192 {
    --vju-gutter-y: 192px;
  }
  .g-lg-200,
  .gx-lg-200 {
    --vju-gutter-x: 200px;
  }
  .g-lg-200,
  .gy-lg-200 {
    --vju-gutter-y: 200px;
  }
  .g-lg-208,
  .gx-lg-208 {
    --vju-gutter-x: 208px;
  }
  .g-lg-208,
  .gy-lg-208 {
    --vju-gutter-y: 208px;
  }
  .g-lg-216,
  .gx-lg-216 {
    --vju-gutter-x: 216px;
  }
  .g-lg-216,
  .gy-lg-216 {
    --vju-gutter-y: 216px;
  }
  .g-lg-224,
  .gx-lg-224 {
    --vju-gutter-x: 224px;
  }
  .g-lg-224,
  .gy-lg-224 {
    --vju-gutter-y: 224px;
  }
  .g-lg-232,
  .gx-lg-232 {
    --vju-gutter-x: 232px;
  }
  .g-lg-232,
  .gy-lg-232 {
    --vju-gutter-y: 232px;
  }
  .g-lg-240,
  .gx-lg-240 {
    --vju-gutter-x: 240px;
  }
  .g-lg-240,
  .gy-lg-240 {
    --vju-gutter-y: 240px;
  }
  .g-lg-248,
  .gx-lg-248 {
    --vju-gutter-x: 248px;
  }
  .g-lg-248,
  .gy-lg-248 {
    --vju-gutter-y: 248px;
  }
  .g-lg-256,
  .gx-lg-256 {
    --vju-gutter-x: 256px;
  }
  .g-lg-256,
  .gy-lg-256 {
    --vju-gutter-y: 256px;
  }
}
@media (min-width: 1240px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --vju-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --vju-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --vju-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --vju-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --vju-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --vju-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --vju-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --vju-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --vju-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --vju-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --vju-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --vju-gutter-y: 3rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --vju-gutter-x: 8px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --vju-gutter-y: 8px;
  }
  .g-xl-12,
  .gx-xl-12 {
    --vju-gutter-x: 12px;
  }
  .g-xl-12,
  .gy-xl-12 {
    --vju-gutter-y: 12px;
  }
  .g-xl-16,
  .gx-xl-16 {
    --vju-gutter-x: 16px;
  }
  .g-xl-16,
  .gy-xl-16 {
    --vju-gutter-y: 16px;
  }
  .g-xl-20,
  .gx-xl-20 {
    --vju-gutter-x: 20px;
  }
  .g-xl-20,
  .gy-xl-20 {
    --vju-gutter-y: 20px;
  }
  .g-xl-24,
  .gx-xl-24 {
    --vju-gutter-x: 24px;
  }
  .g-xl-24,
  .gy-xl-24 {
    --vju-gutter-y: 24px;
  }
  .g-xl-32,
  .gx-xl-32 {
    --vju-gutter-x: 32px;
  }
  .g-xl-32,
  .gy-xl-32 {
    --vju-gutter-y: 32px;
  }
  .g-xl-40,
  .gx-xl-40 {
    --vju-gutter-x: 40px;
  }
  .g-xl-40,
  .gy-xl-40 {
    --vju-gutter-y: 40px;
  }
  .g-xl-48,
  .gx-xl-48 {
    --vju-gutter-x: 48px;
  }
  .g-xl-48,
  .gy-xl-48 {
    --vju-gutter-y: 48px;
  }
  .g-xl-56,
  .gx-xl-56 {
    --vju-gutter-x: 56px;
  }
  .g-xl-56,
  .gy-xl-56 {
    --vju-gutter-y: 56px;
  }
  .g-xl-64,
  .gx-xl-64 {
    --vju-gutter-x: 64px;
  }
  .g-xl-64,
  .gy-xl-64 {
    --vju-gutter-y: 64px;
  }
  .g-xl-72,
  .gx-xl-72 {
    --vju-gutter-x: 72px;
  }
  .g-xl-72,
  .gy-xl-72 {
    --vju-gutter-y: 72px;
  }
  .g-xl-80,
  .gx-xl-80 {
    --vju-gutter-x: 80px;
  }
  .g-xl-80,
  .gy-xl-80 {
    --vju-gutter-y: 80px;
  }
  .g-xl-88,
  .gx-xl-88 {
    --vju-gutter-x: 88px;
  }
  .g-xl-88,
  .gy-xl-88 {
    --vju-gutter-y: 88px;
  }
  .g-xl-96,
  .gx-xl-96 {
    --vju-gutter-x: 96px;
  }
  .g-xl-96,
  .gy-xl-96 {
    --vju-gutter-y: 96px;
  }
  .g-xl-104,
  .gx-xl-104 {
    --vju-gutter-x: 104px;
  }
  .g-xl-104,
  .gy-xl-104 {
    --vju-gutter-y: 104px;
  }
  .g-xl-112,
  .gx-xl-112 {
    --vju-gutter-x: 112px;
  }
  .g-xl-112,
  .gy-xl-112 {
    --vju-gutter-y: 112px;
  }
  .g-xl-120,
  .gx-xl-120 {
    --vju-gutter-x: 120px;
  }
  .g-xl-120,
  .gy-xl-120 {
    --vju-gutter-y: 120px;
  }
  .g-xl-128,
  .gx-xl-128 {
    --vju-gutter-x: 128px;
  }
  .g-xl-128,
  .gy-xl-128 {
    --vju-gutter-y: 128px;
  }
  .g-xl-136,
  .gx-xl-136 {
    --vju-gutter-x: 136px;
  }
  .g-xl-136,
  .gy-xl-136 {
    --vju-gutter-y: 136px;
  }
  .g-xl-144,
  .gx-xl-144 {
    --vju-gutter-x: 144px;
  }
  .g-xl-144,
  .gy-xl-144 {
    --vju-gutter-y: 144px;
  }
  .g-xl-152,
  .gx-xl-152 {
    --vju-gutter-x: 152px;
  }
  .g-xl-152,
  .gy-xl-152 {
    --vju-gutter-y: 152px;
  }
  .g-xl-160,
  .gx-xl-160 {
    --vju-gutter-x: 160px;
  }
  .g-xl-160,
  .gy-xl-160 {
    --vju-gutter-y: 160px;
  }
  .g-xl-168,
  .gx-xl-168 {
    --vju-gutter-x: 168px;
  }
  .g-xl-168,
  .gy-xl-168 {
    --vju-gutter-y: 168px;
  }
  .g-xl-176,
  .gx-xl-176 {
    --vju-gutter-x: 176px;
  }
  .g-xl-176,
  .gy-xl-176 {
    --vju-gutter-y: 176px;
  }
  .g-xl-184,
  .gx-xl-184 {
    --vju-gutter-x: 184px;
  }
  .g-xl-184,
  .gy-xl-184 {
    --vju-gutter-y: 184px;
  }
  .g-xl-192,
  .gx-xl-192 {
    --vju-gutter-x: 192px;
  }
  .g-xl-192,
  .gy-xl-192 {
    --vju-gutter-y: 192px;
  }
  .g-xl-200,
  .gx-xl-200 {
    --vju-gutter-x: 200px;
  }
  .g-xl-200,
  .gy-xl-200 {
    --vju-gutter-y: 200px;
  }
  .g-xl-208,
  .gx-xl-208 {
    --vju-gutter-x: 208px;
  }
  .g-xl-208,
  .gy-xl-208 {
    --vju-gutter-y: 208px;
  }
  .g-xl-216,
  .gx-xl-216 {
    --vju-gutter-x: 216px;
  }
  .g-xl-216,
  .gy-xl-216 {
    --vju-gutter-y: 216px;
  }
  .g-xl-224,
  .gx-xl-224 {
    --vju-gutter-x: 224px;
  }
  .g-xl-224,
  .gy-xl-224 {
    --vju-gutter-y: 224px;
  }
  .g-xl-232,
  .gx-xl-232 {
    --vju-gutter-x: 232px;
  }
  .g-xl-232,
  .gy-xl-232 {
    --vju-gutter-y: 232px;
  }
  .g-xl-240,
  .gx-xl-240 {
    --vju-gutter-x: 240px;
  }
  .g-xl-240,
  .gy-xl-240 {
    --vju-gutter-y: 240px;
  }
  .g-xl-248,
  .gx-xl-248 {
    --vju-gutter-x: 248px;
  }
  .g-xl-248,
  .gy-xl-248 {
    --vju-gutter-y: 248px;
  }
  .g-xl-256,
  .gx-xl-256 {
    --vju-gutter-x: 256px;
  }
  .g-xl-256,
  .gy-xl-256 {
    --vju-gutter-y: 256px;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --vju-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --vju-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --vju-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --vju-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --vju-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --vju-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --vju-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --vju-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --vju-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --vju-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --vju-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --vju-gutter-y: 3rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --vju-gutter-x: 8px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --vju-gutter-y: 8px;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --vju-gutter-x: 12px;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --vju-gutter-y: 12px;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --vju-gutter-x: 16px;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --vju-gutter-y: 16px;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --vju-gutter-x: 20px;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --vju-gutter-y: 20px;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --vju-gutter-x: 24px;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --vju-gutter-y: 24px;
  }
  .g-xxl-32,
  .gx-xxl-32 {
    --vju-gutter-x: 32px;
  }
  .g-xxl-32,
  .gy-xxl-32 {
    --vju-gutter-y: 32px;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --vju-gutter-x: 40px;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --vju-gutter-y: 40px;
  }
  .g-xxl-48,
  .gx-xxl-48 {
    --vju-gutter-x: 48px;
  }
  .g-xxl-48,
  .gy-xxl-48 {
    --vju-gutter-y: 48px;
  }
  .g-xxl-56,
  .gx-xxl-56 {
    --vju-gutter-x: 56px;
  }
  .g-xxl-56,
  .gy-xxl-56 {
    --vju-gutter-y: 56px;
  }
  .g-xxl-64,
  .gx-xxl-64 {
    --vju-gutter-x: 64px;
  }
  .g-xxl-64,
  .gy-xxl-64 {
    --vju-gutter-y: 64px;
  }
  .g-xxl-72,
  .gx-xxl-72 {
    --vju-gutter-x: 72px;
  }
  .g-xxl-72,
  .gy-xxl-72 {
    --vju-gutter-y: 72px;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --vju-gutter-x: 80px;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --vju-gutter-y: 80px;
  }
  .g-xxl-88,
  .gx-xxl-88 {
    --vju-gutter-x: 88px;
  }
  .g-xxl-88,
  .gy-xxl-88 {
    --vju-gutter-y: 88px;
  }
  .g-xxl-96,
  .gx-xxl-96 {
    --vju-gutter-x: 96px;
  }
  .g-xxl-96,
  .gy-xxl-96 {
    --vju-gutter-y: 96px;
  }
  .g-xxl-104,
  .gx-xxl-104 {
    --vju-gutter-x: 104px;
  }
  .g-xxl-104,
  .gy-xxl-104 {
    --vju-gutter-y: 104px;
  }
  .g-xxl-112,
  .gx-xxl-112 {
    --vju-gutter-x: 112px;
  }
  .g-xxl-112,
  .gy-xxl-112 {
    --vju-gutter-y: 112px;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --vju-gutter-x: 120px;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --vju-gutter-y: 120px;
  }
  .g-xxl-128,
  .gx-xxl-128 {
    --vju-gutter-x: 128px;
  }
  .g-xxl-128,
  .gy-xxl-128 {
    --vju-gutter-y: 128px;
  }
  .g-xxl-136,
  .gx-xxl-136 {
    --vju-gutter-x: 136px;
  }
  .g-xxl-136,
  .gy-xxl-136 {
    --vju-gutter-y: 136px;
  }
  .g-xxl-144,
  .gx-xxl-144 {
    --vju-gutter-x: 144px;
  }
  .g-xxl-144,
  .gy-xxl-144 {
    --vju-gutter-y: 144px;
  }
  .g-xxl-152,
  .gx-xxl-152 {
    --vju-gutter-x: 152px;
  }
  .g-xxl-152,
  .gy-xxl-152 {
    --vju-gutter-y: 152px;
  }
  .g-xxl-160,
  .gx-xxl-160 {
    --vju-gutter-x: 160px;
  }
  .g-xxl-160,
  .gy-xxl-160 {
    --vju-gutter-y: 160px;
  }
  .g-xxl-168,
  .gx-xxl-168 {
    --vju-gutter-x: 168px;
  }
  .g-xxl-168,
  .gy-xxl-168 {
    --vju-gutter-y: 168px;
  }
  .g-xxl-176,
  .gx-xxl-176 {
    --vju-gutter-x: 176px;
  }
  .g-xxl-176,
  .gy-xxl-176 {
    --vju-gutter-y: 176px;
  }
  .g-xxl-184,
  .gx-xxl-184 {
    --vju-gutter-x: 184px;
  }
  .g-xxl-184,
  .gy-xxl-184 {
    --vju-gutter-y: 184px;
  }
  .g-xxl-192,
  .gx-xxl-192 {
    --vju-gutter-x: 192px;
  }
  .g-xxl-192,
  .gy-xxl-192 {
    --vju-gutter-y: 192px;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --vju-gutter-x: 200px;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --vju-gutter-y: 200px;
  }
  .g-xxl-208,
  .gx-xxl-208 {
    --vju-gutter-x: 208px;
  }
  .g-xxl-208,
  .gy-xxl-208 {
    --vju-gutter-y: 208px;
  }
  .g-xxl-216,
  .gx-xxl-216 {
    --vju-gutter-x: 216px;
  }
  .g-xxl-216,
  .gy-xxl-216 {
    --vju-gutter-y: 216px;
  }
  .g-xxl-224,
  .gx-xxl-224 {
    --vju-gutter-x: 224px;
  }
  .g-xxl-224,
  .gy-xxl-224 {
    --vju-gutter-y: 224px;
  }
  .g-xxl-232,
  .gx-xxl-232 {
    --vju-gutter-x: 232px;
  }
  .g-xxl-232,
  .gy-xxl-232 {
    --vju-gutter-y: 232px;
  }
  .g-xxl-240,
  .gx-xxl-240 {
    --vju-gutter-x: 240px;
  }
  .g-xxl-240,
  .gy-xxl-240 {
    --vju-gutter-y: 240px;
  }
  .g-xxl-248,
  .gx-xxl-248 {
    --vju-gutter-x: 248px;
  }
  .g-xxl-248,
  .gy-xxl-248 {
    --vju-gutter-y: 248px;
  }
  .g-xxl-256,
  .gx-xxl-256 {
    --vju-gutter-x: 256px;
  }
  .g-xxl-256,
  .gy-xxl-256 {
    --vju-gutter-y: 256px;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--vju-primary-rgb), var(--vju-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--vju-secondary-rgb), var(--vju-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--vju-success-rgb), var(--vju-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--vju-info-rgb), var(--vju-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--vju-warning-rgb), var(--vju-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--vju-danger-rgb), var(--vju-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--vju-light-rgb), var(--vju-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--vju-dark-rgb), var(--vju-bg-opacity, 1)) !important;
}

.text-bg-brand-primary-text {
  color: #000 !important;
  background-color: RGBA(var(--vju-brand-primary-text-rgb), var(--vju-bg-opacity, 1)) !important;
}

.text-bg-brand-secondary-text {
  color: #000 !important;
  background-color: RGBA(var(--vju-brand-secondary-text-rgb), var(--vju-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--vju-primary-rgb), var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vju-primary-rgb), var(--vju-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(255, 113, 53, var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 113, 53, var(--vju-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--vju-secondary-rgb), var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vju-secondary-rgb), var(--vju-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--vju-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--vju-success-rgb), var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vju-success-rgb), var(--vju-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--vju-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--vju-info-rgb), var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vju-info-rgb), var(--vju-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--vju-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--vju-warning-rgb), var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vju-warning-rgb), var(--vju-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--vju-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--vju-danger-rgb), var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vju-danger-rgb), var(--vju-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--vju-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--vju-light-rgb), var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vju-light-rgb), var(--vju-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--vju-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--vju-dark-rgb), var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vju-dark-rgb), var(--vju-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--vju-link-underline-opacity, 1)) !important;
}

.link-brand-primary-text {
  color: RGBA(var(--vju-brand-primary-text-rgb), var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vju-brand-primary-text-rgb), var(--vju-link-underline-opacity, 1)) !important;
}
.link-brand-primary-text:hover, .link-brand-primary-text:focus {
  color: RGBA(253, 253, 253, var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 253, 253, var(--vju-link-underline-opacity, 1)) !important;
}

.link-brand-secondary-text {
  color: RGBA(var(--vju-brand-secondary-text-rgb), var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vju-brand-secondary-text-rgb), var(--vju-link-underline-opacity, 1)) !important;
}
.link-brand-secondary-text:hover, .link-brand-secondary-text:focus {
  color: RGBA(221, 221, 221, var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(221, 221, 221, var(--vju-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--vju-emphasis-color-rgb), var(--vju-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--vju-emphasis-color-rgb), var(--vju-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--vju-emphasis-color-rgb), var(--vju-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--vju-emphasis-color-rgb), var(--vju-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--vju-focus-ring-x, 0) var(--vju-focus-ring-y, 0) var(--vju-focus-ring-blur, 0) var(--vju-focus-ring-width) var(--vju-focus-ring-color);
          box-shadow: var(--vju-focus-ring-x, 0) var(--vju-focus-ring-y, 0) var(--vju-focus-ring-blur, 0) var(--vju-focus-ring-width) var(--vju-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration-color: rgba(var(--vju-link-color-rgb), var(--vju-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--vju-icon-link-transform, translate3d(0.25em, 0, 0));
          transform: var(--vju-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--vju-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --vju-aspect-ratio: 100%;
}

.ratio-2x3 {
  --vju-aspect-ratio: 150%;
}

.ratio-3x4 {
  --vju-aspect-ratio: 133.3333333333%;
}

.ratio-9x16 {
  --vju-aspect-ratio: 177.7777777778%;
}

.ratio-9x21 {
  --vju-aspect-ratio: 233.3333333333%;
}

.ratio-9x30 {
  --vju-aspect-ratio: 333.3333333333%;
}

.ratio-3x2 {
  --vju-aspect-ratio: 66.6666666667%;
}

.ratio-4x3 {
  --vju-aspect-ratio: 75%;
}

.ratio-16x9 {
  --vju-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --vju-aspect-ratio: 42.8571428571%;
}

.ratio-30x9 {
  --vju-aspect-ratio: 30%;
}

.ratio-1x4vh {
  --vju-aspect-ratio: 25vh;
}

.ratio-2x4vh {
  --vju-aspect-ratio: 50vh;
}

.ratio-3x4vh {
  --vju-aspect-ratio: 75vh;
}

.ratio-4x4vh {
  --vju-aspect-ratio: 100vh;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1240px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: var(--vju-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-visible {
  overflow: visible !important;
}

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

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

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

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

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

.overflow-y-hidden {
  overflow-y: hidden !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: -ms-grid !important;
  display: grid !important;
}

.d-inline-grid {
  display: -ms-inline-grid !important;
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: var(--vju-box-shadow) !important;
          box-shadow: var(--vju-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--vju-box-shadow-sm) !important;
          box-shadow: var(--vju-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--vju-box-shadow-lg) !important;
          box-shadow: var(--vju-box-shadow-lg) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.focus-ring-primary {
  --vju-focus-ring-color: rgba(var(--vju-primary-rgb), var(--vju-focus-ring-opacity));
}

.focus-ring-secondary {
  --vju-focus-ring-color: rgba(var(--vju-secondary-rgb), var(--vju-focus-ring-opacity));
}

.focus-ring-success {
  --vju-focus-ring-color: rgba(var(--vju-success-rgb), var(--vju-focus-ring-opacity));
}

.focus-ring-info {
  --vju-focus-ring-color: rgba(var(--vju-info-rgb), var(--vju-focus-ring-opacity));
}

.focus-ring-warning {
  --vju-focus-ring-color: rgba(var(--vju-warning-rgb), var(--vju-focus-ring-opacity));
}

.focus-ring-danger {
  --vju-focus-ring-color: rgba(var(--vju-danger-rgb), var(--vju-focus-ring-opacity));
}

.focus-ring-light {
  --vju-focus-ring-color: rgba(var(--vju-light-rgb), var(--vju-focus-ring-opacity));
}

.focus-ring-dark {
  --vju-focus-ring-color: rgba(var(--vju-dark-rgb), var(--vju-focus-ring-opacity));
}

.focus-ring-brand-primary-text {
  --vju-focus-ring-color: rgba(var(--vju-brand-primary-text-rgb), var(--vju-focus-ring-opacity));
}

.focus-ring-brand-secondary-text {
  --vju-focus-ring-color: rgba(var(--vju-brand-secondary-text-rgb), var(--vju-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: 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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: var(--vju-border-width) var(--vju-border-style) var(--vju-border-color) !important;
}

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

.border-top {
  border-top: var(--vju-border-width) var(--vju-border-style) var(--vju-border-color) !important;
}

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

.border-end {
  border-right: var(--vju-border-width) var(--vju-border-style) var(--vju-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--vju-border-width) var(--vju-border-style) var(--vju-border-color) !important;
}

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

.border-start {
  border-left: var(--vju-border-width) var(--vju-border-style) var(--vju-border-color) !important;
}

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

.border-primary {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-primary-rgb), var(--vju-border-opacity)) !important;
}

.border-secondary {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-secondary-rgb), var(--vju-border-opacity)) !important;
}

.border-success {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-success-rgb), var(--vju-border-opacity)) !important;
}

.border-info {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-info-rgb), var(--vju-border-opacity)) !important;
}

.border-warning {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-warning-rgb), var(--vju-border-opacity)) !important;
}

.border-danger {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-danger-rgb), var(--vju-border-opacity)) !important;
}

.border-light {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-light-rgb), var(--vju-border-opacity)) !important;
}

.border-dark {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-dark-rgb), var(--vju-border-opacity)) !important;
}

.border-brand-primary-text {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-brand-primary-text-rgb), var(--vju-border-opacity)) !important;
}

.border-brand-secondary-text {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-brand-secondary-text-rgb), var(--vju-border-opacity)) !important;
}

.border-black {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-black-rgb), var(--vju-border-opacity)) !important;
}

.border-white {
  --vju-border-opacity: 1;
  border-color: rgba(var(--vju-white-rgb), var(--vju-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--vju-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--vju-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--vju-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--vju-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--vju-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--vju-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--vju-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--vju-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 {
  --vju-border-opacity: 0.1;
}

.border-opacity-25 {
  --vju-border-opacity: 0.25;
}

.border-opacity-50 {
  --vju-border-opacity: 0.5;
}

.border-opacity-75 {
  --vju-border-opacity: 0.75;
}

.border-opacity-100 {
  --vju-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}

.order-7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

.order-8 {
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}

.order-9 {
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}

.order-10 {
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}

.order-11 {
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}

.order-12 {
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !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-8 {
  margin: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-256 {
  margin: 256px !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-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mx-88 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}

.mx-96 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.mx-104 {
  margin-right: 104px !important;
  margin-left: 104px !important;
}

.mx-112 {
  margin-right: 112px !important;
  margin-left: 112px !important;
}

.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.mx-128 {
  margin-right: 128px !important;
  margin-left: 128px !important;
}

.mx-136 {
  margin-right: 136px !important;
  margin-left: 136px !important;
}

.mx-144 {
  margin-right: 144px !important;
  margin-left: 144px !important;
}

.mx-152 {
  margin-right: 152px !important;
  margin-left: 152px !important;
}

.mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.mx-168 {
  margin-right: 168px !important;
  margin-left: 168px !important;
}

.mx-176 {
  margin-right: 176px !important;
  margin-left: 176px !important;
}

.mx-184 {
  margin-right: 184px !important;
  margin-left: 184px !important;
}

.mx-192 {
  margin-right: 192px !important;
  margin-left: 192px !important;
}

.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}

.mx-208 {
  margin-right: 208px !important;
  margin-left: 208px !important;
}

.mx-216 {
  margin-right: 216px !important;
  margin-left: 216px !important;
}

.mx-224 {
  margin-right: 224px !important;
  margin-left: 224px !important;
}

.mx-232 {
  margin-right: 232px !important;
  margin-left: 232px !important;
}

.mx-240 {
  margin-right: 240px !important;
  margin-left: 240px !important;
}

.mx-248 {
  margin-right: 248px !important;
  margin-left: 248px !important;
}

.mx-256 {
  margin-right: 256px !important;
  margin-left: 256px !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-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-104 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}

.my-112 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.my-136 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}

.my-144 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}

.my-152 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.my-168 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}

.my-176 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}

.my-184 {
  margin-top: 184px !important;
  margin-bottom: 184px !important;
}

.my-192 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.my-208 {
  margin-top: 208px !important;
  margin-bottom: 208px !important;
}

.my-216 {
  margin-top: 216px !important;
  margin-bottom: 216px !important;
}

.my-224 {
  margin-top: 224px !important;
  margin-bottom: 224px !important;
}

.my-232 {
  margin-top: 232px !important;
  margin-bottom: 232px !important;
}

.my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

.my-248 {
  margin-top: 248px !important;
  margin-bottom: 248px !important;
}

.my-256 {
  margin-top: 256px !important;
  margin-bottom: 256px !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-8 {
  margin-top: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-88 {
  margin-top: 88px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-168 {
  margin-top: 168px !important;
}

.mt-176 {
  margin-top: 176px !important;
}

.mt-184 {
  margin-top: 184px !important;
}

.mt-192 {
  margin-top: 192px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mt-208 {
  margin-top: 208px !important;
}

.mt-216 {
  margin-top: 216px !important;
}

.mt-224 {
  margin-top: 224px !important;
}

.mt-232 {
  margin-top: 232px !important;
}

.mt-240 {
  margin-top: 240px !important;
}

.mt-248 {
  margin-top: 248px !important;
}

.mt-256 {
  margin-top: 256px !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-8 {
  margin-right: 8px !important;
}

.me-12 {
  margin-right: 12px !important;
}

.me-16 {
  margin-right: 16px !important;
}

.me-20 {
  margin-right: 20px !important;
}

.me-24 {
  margin-right: 24px !important;
}

.me-32 {
  margin-right: 32px !important;
}

.me-40 {
  margin-right: 40px !important;
}

.me-48 {
  margin-right: 48px !important;
}

.me-56 {
  margin-right: 56px !important;
}

.me-64 {
  margin-right: 64px !important;
}

.me-72 {
  margin-right: 72px !important;
}

.me-80 {
  margin-right: 80px !important;
}

.me-88 {
  margin-right: 88px !important;
}

.me-96 {
  margin-right: 96px !important;
}

.me-104 {
  margin-right: 104px !important;
}

.me-112 {
  margin-right: 112px !important;
}

.me-120 {
  margin-right: 120px !important;
}

.me-128 {
  margin-right: 128px !important;
}

.me-136 {
  margin-right: 136px !important;
}

.me-144 {
  margin-right: 144px !important;
}

.me-152 {
  margin-right: 152px !important;
}

.me-160 {
  margin-right: 160px !important;
}

.me-168 {
  margin-right: 168px !important;
}

.me-176 {
  margin-right: 176px !important;
}

.me-184 {
  margin-right: 184px !important;
}

.me-192 {
  margin-right: 192px !important;
}

.me-200 {
  margin-right: 200px !important;
}

.me-208 {
  margin-right: 208px !important;
}

.me-216 {
  margin-right: 216px !important;
}

.me-224 {
  margin-right: 224px !important;
}

.me-232 {
  margin-right: 232px !important;
}

.me-240 {
  margin-right: 240px !important;
}

.me-248 {
  margin-right: 248px !important;
}

.me-256 {
  margin-right: 256px !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-8 {
  margin-bottom: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-88 {
  margin-bottom: 88px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mb-104 {
  margin-bottom: 104px !important;
}

.mb-112 {
  margin-bottom: 112px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-128 {
  margin-bottom: 128px !important;
}

.mb-136 {
  margin-bottom: 136px !important;
}

.mb-144 {
  margin-bottom: 144px !important;
}

.mb-152 {
  margin-bottom: 152px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-168 {
  margin-bottom: 168px !important;
}

.mb-176 {
  margin-bottom: 176px !important;
}

.mb-184 {
  margin-bottom: 184px !important;
}

.mb-192 {
  margin-bottom: 192px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mb-208 {
  margin-bottom: 208px !important;
}

.mb-216 {
  margin-bottom: 216px !important;
}

.mb-224 {
  margin-bottom: 224px !important;
}

.mb-232 {
  margin-bottom: 232px !important;
}

.mb-240 {
  margin-bottom: 240px !important;
}

.mb-248 {
  margin-bottom: 248px !important;
}

.mb-256 {
  margin-bottom: 256px !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-8 {
  margin-left: 8px !important;
}

.ms-12 {
  margin-left: 12px !important;
}

.ms-16 {
  margin-left: 16px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.ms-24 {
  margin-left: 24px !important;
}

.ms-32 {
  margin-left: 32px !important;
}

.ms-40 {
  margin-left: 40px !important;
}

.ms-48 {
  margin-left: 48px !important;
}

.ms-56 {
  margin-left: 56px !important;
}

.ms-64 {
  margin-left: 64px !important;
}

.ms-72 {
  margin-left: 72px !important;
}

.ms-80 {
  margin-left: 80px !important;
}

.ms-88 {
  margin-left: 88px !important;
}

.ms-96 {
  margin-left: 96px !important;
}

.ms-104 {
  margin-left: 104px !important;
}

.ms-112 {
  margin-left: 112px !important;
}

.ms-120 {
  margin-left: 120px !important;
}

.ms-128 {
  margin-left: 128px !important;
}

.ms-136 {
  margin-left: 136px !important;
}

.ms-144 {
  margin-left: 144px !important;
}

.ms-152 {
  margin-left: 152px !important;
}

.ms-160 {
  margin-left: 160px !important;
}

.ms-168 {
  margin-left: 168px !important;
}

.ms-176 {
  margin-left: 176px !important;
}

.ms-184 {
  margin-left: 184px !important;
}

.ms-192 {
  margin-left: 192px !important;
}

.ms-200 {
  margin-left: 200px !important;
}

.ms-208 {
  margin-left: 208px !important;
}

.ms-216 {
  margin-left: 216px !important;
}

.ms-224 {
  margin-left: 224px !important;
}

.ms-232 {
  margin-left: 232px !important;
}

.ms-240 {
  margin-left: 240px !important;
}

.ms-248 {
  margin-left: 248px !important;
}

.ms-256 {
  margin-left: 256px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-256 {
  padding: 256px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-88 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}

.px-96 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

.px-104 {
  padding-right: 104px !important;
  padding-left: 104px !important;
}

.px-112 {
  padding-right: 112px !important;
  padding-left: 112px !important;
}

.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.px-128 {
  padding-right: 128px !important;
  padding-left: 128px !important;
}

.px-136 {
  padding-right: 136px !important;
  padding-left: 136px !important;
}

.px-144 {
  padding-right: 144px !important;
  padding-left: 144px !important;
}

.px-152 {
  padding-right: 152px !important;
  padding-left: 152px !important;
}

.px-160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}

.px-168 {
  padding-right: 168px !important;
  padding-left: 168px !important;
}

.px-176 {
  padding-right: 176px !important;
  padding-left: 176px !important;
}

.px-184 {
  padding-right: 184px !important;
  padding-left: 184px !important;
}

.px-192 {
  padding-right: 192px !important;
  padding-left: 192px !important;
}

.px-200 {
  padding-right: 200px !important;
  padding-left: 200px !important;
}

.px-208 {
  padding-right: 208px !important;
  padding-left: 208px !important;
}

.px-216 {
  padding-right: 216px !important;
  padding-left: 216px !important;
}

.px-224 {
  padding-right: 224px !important;
  padding-left: 224px !important;
}

.px-232 {
  padding-right: 232px !important;
  padding-left: 232px !important;
}

.px-240 {
  padding-right: 240px !important;
  padding-left: 240px !important;
}

.px-248 {
  padding-right: 248px !important;
  padding-left: 248px !important;
}

.px-256 {
  padding-right: 256px !important;
  padding-left: 256px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.py-112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.py-136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}

.py-144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}

.py-152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.py-168 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}

.py-176 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}

.py-184 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}

.py-192 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.py-208 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}

.py-216 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}

.py-224 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}

.py-232 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}

.py-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

.py-248 {
  padding-top: 248px !important;
  padding-bottom: 248px !important;
}

.py-256 {
  padding-top: 256px !important;
  padding-bottom: 256px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt-88 {
  padding-top: 88px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pt-104 {
  padding-top: 104px !important;
}

.pt-112 {
  padding-top: 112px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-128 {
  padding-top: 128px !important;
}

.pt-136 {
  padding-top: 136px !important;
}

.pt-144 {
  padding-top: 144px !important;
}

.pt-152 {
  padding-top: 152px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-168 {
  padding-top: 168px !important;
}

.pt-176 {
  padding-top: 176px !important;
}

.pt-184 {
  padding-top: 184px !important;
}

.pt-192 {
  padding-top: 192px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-208 {
  padding-top: 208px !important;
}

.pt-216 {
  padding-top: 216px !important;
}

.pt-224 {
  padding-top: 224px !important;
}

.pt-232 {
  padding-top: 232px !important;
}

.pt-240 {
  padding-top: 240px !important;
}

.pt-248 {
  padding-top: 248px !important;
}

.pt-256 {
  padding-top: 256px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pe-88 {
  padding-right: 88px !important;
}

.pe-96 {
  padding-right: 96px !important;
}

.pe-104 {
  padding-right: 104px !important;
}

.pe-112 {
  padding-right: 112px !important;
}

.pe-120 {
  padding-right: 120px !important;
}

.pe-128 {
  padding-right: 128px !important;
}

.pe-136 {
  padding-right: 136px !important;
}

.pe-144 {
  padding-right: 144px !important;
}

.pe-152 {
  padding-right: 152px !important;
}

.pe-160 {
  padding-right: 160px !important;
}

.pe-168 {
  padding-right: 168px !important;
}

.pe-176 {
  padding-right: 176px !important;
}

.pe-184 {
  padding-right: 184px !important;
}

.pe-192 {
  padding-right: 192px !important;
}

.pe-200 {
  padding-right: 200px !important;
}

.pe-208 {
  padding-right: 208px !important;
}

.pe-216 {
  padding-right: 216px !important;
}

.pe-224 {
  padding-right: 224px !important;
}

.pe-232 {
  padding-right: 232px !important;
}

.pe-240 {
  padding-right: 240px !important;
}

.pe-248 {
  padding-right: 248px !important;
}

.pe-256 {
  padding-right: 256px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-88 {
  padding-bottom: 88px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.pb-104 {
  padding-bottom: 104px !important;
}

.pb-112 {
  padding-bottom: 112px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-128 {
  padding-bottom: 128px !important;
}

.pb-136 {
  padding-bottom: 136px !important;
}

.pb-144 {
  padding-bottom: 144px !important;
}

.pb-152 {
  padding-bottom: 152px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-168 {
  padding-bottom: 168px !important;
}

.pb-176 {
  padding-bottom: 176px !important;
}

.pb-184 {
  padding-bottom: 184px !important;
}

.pb-192 {
  padding-bottom: 192px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-208 {
  padding-bottom: 208px !important;
}

.pb-216 {
  padding-bottom: 216px !important;
}

.pb-224 {
  padding-bottom: 224px !important;
}

.pb-232 {
  padding-bottom: 232px !important;
}

.pb-240 {
  padding-bottom: 240px !important;
}

.pb-248 {
  padding-bottom: 248px !important;
}

.pb-256 {
  padding-bottom: 256px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ps-88 {
  padding-left: 88px !important;
}

.ps-96 {
  padding-left: 96px !important;
}

.ps-104 {
  padding-left: 104px !important;
}

.ps-112 {
  padding-left: 112px !important;
}

.ps-120 {
  padding-left: 120px !important;
}

.ps-128 {
  padding-left: 128px !important;
}

.ps-136 {
  padding-left: 136px !important;
}

.ps-144 {
  padding-left: 144px !important;
}

.ps-152 {
  padding-left: 152px !important;
}

.ps-160 {
  padding-left: 160px !important;
}

.ps-168 {
  padding-left: 168px !important;
}

.ps-176 {
  padding-left: 176px !important;
}

.ps-184 {
  padding-left: 184px !important;
}

.ps-192 {
  padding-left: 192px !important;
}

.ps-200 {
  padding-left: 200px !important;
}

.ps-208 {
  padding-left: 208px !important;
}

.ps-216 {
  padding-left: 216px !important;
}

.ps-224 {
  padding-left: 224px !important;
}

.ps-232 {
  padding-left: 232px !important;
}

.ps-240 {
  padding-left: 240px !important;
}

.ps-248 {
  padding-left: 248px !important;
}

.ps-256 {
  padding-left: 256px !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;
}

.gap-8 {
  gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-48 {
  gap: 48px !important;
}

.gap-56 {
  gap: 56px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-72 {
  gap: 72px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-88 {
  gap: 88px !important;
}

.gap-96 {
  gap: 96px !important;
}

.gap-104 {
  gap: 104px !important;
}

.gap-112 {
  gap: 112px !important;
}

.gap-120 {
  gap: 120px !important;
}

.gap-128 {
  gap: 128px !important;
}

.gap-136 {
  gap: 136px !important;
}

.gap-144 {
  gap: 144px !important;
}

.gap-152 {
  gap: 152px !important;
}

.gap-160 {
  gap: 160px !important;
}

.gap-168 {
  gap: 168px !important;
}

.gap-176 {
  gap: 176px !important;
}

.gap-184 {
  gap: 184px !important;
}

.gap-192 {
  gap: 192px !important;
}

.gap-200 {
  gap: 200px !important;
}

.gap-208 {
  gap: 208px !important;
}

.gap-216 {
  gap: 216px !important;
}

.gap-224 {
  gap: 224px !important;
}

.gap-232 {
  gap: 232px !important;
}

.gap-240 {
  gap: 240px !important;
}

.gap-248 {
  gap: 248px !important;
}

.gap-256 {
  gap: 256px !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;
}

.row-gap-8 {
  row-gap: 8px !important;
}

.row-gap-12 {
  row-gap: 12px !important;
}

.row-gap-16 {
  row-gap: 16px !important;
}

.row-gap-20 {
  row-gap: 20px !important;
}

.row-gap-24 {
  row-gap: 24px !important;
}

.row-gap-32 {
  row-gap: 32px !important;
}

.row-gap-40 {
  row-gap: 40px !important;
}

.row-gap-48 {
  row-gap: 48px !important;
}

.row-gap-56 {
  row-gap: 56px !important;
}

.row-gap-64 {
  row-gap: 64px !important;
}

.row-gap-72 {
  row-gap: 72px !important;
}

.row-gap-80 {
  row-gap: 80px !important;
}

.row-gap-88 {
  row-gap: 88px !important;
}

.row-gap-96 {
  row-gap: 96px !important;
}

.row-gap-104 {
  row-gap: 104px !important;
}

.row-gap-112 {
  row-gap: 112px !important;
}

.row-gap-120 {
  row-gap: 120px !important;
}

.row-gap-128 {
  row-gap: 128px !important;
}

.row-gap-136 {
  row-gap: 136px !important;
}

.row-gap-144 {
  row-gap: 144px !important;
}

.row-gap-152 {
  row-gap: 152px !important;
}

.row-gap-160 {
  row-gap: 160px !important;
}

.row-gap-168 {
  row-gap: 168px !important;
}

.row-gap-176 {
  row-gap: 176px !important;
}

.row-gap-184 {
  row-gap: 184px !important;
}

.row-gap-192 {
  row-gap: 192px !important;
}

.row-gap-200 {
  row-gap: 200px !important;
}

.row-gap-208 {
  row-gap: 208px !important;
}

.row-gap-216 {
  row-gap: 216px !important;
}

.row-gap-224 {
  row-gap: 224px !important;
}

.row-gap-232 {
  row-gap: 232px !important;
}

.row-gap-240 {
  row-gap: 240px !important;
}

.row-gap-248 {
  row-gap: 248px !important;
}

.row-gap-256 {
  row-gap: 256px !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.column-gap-8 {
  -webkit-column-gap: 8px !important;
     -moz-column-gap: 8px !important;
          column-gap: 8px !important;
}

.column-gap-12 {
  -webkit-column-gap: 12px !important;
     -moz-column-gap: 12px !important;
          column-gap: 12px !important;
}

.column-gap-16 {
  -webkit-column-gap: 16px !important;
     -moz-column-gap: 16px !important;
          column-gap: 16px !important;
}

.column-gap-20 {
  -webkit-column-gap: 20px !important;
     -moz-column-gap: 20px !important;
          column-gap: 20px !important;
}

.column-gap-24 {
  -webkit-column-gap: 24px !important;
     -moz-column-gap: 24px !important;
          column-gap: 24px !important;
}

.column-gap-32 {
  -webkit-column-gap: 32px !important;
     -moz-column-gap: 32px !important;
          column-gap: 32px !important;
}

.column-gap-40 {
  -webkit-column-gap: 40px !important;
     -moz-column-gap: 40px !important;
          column-gap: 40px !important;
}

.column-gap-48 {
  -webkit-column-gap: 48px !important;
     -moz-column-gap: 48px !important;
          column-gap: 48px !important;
}

.column-gap-56 {
  -webkit-column-gap: 56px !important;
     -moz-column-gap: 56px !important;
          column-gap: 56px !important;
}

.column-gap-64 {
  -webkit-column-gap: 64px !important;
     -moz-column-gap: 64px !important;
          column-gap: 64px !important;
}

.column-gap-72 {
  -webkit-column-gap: 72px !important;
     -moz-column-gap: 72px !important;
          column-gap: 72px !important;
}

.column-gap-80 {
  -webkit-column-gap: 80px !important;
     -moz-column-gap: 80px !important;
          column-gap: 80px !important;
}

.column-gap-88 {
  -webkit-column-gap: 88px !important;
     -moz-column-gap: 88px !important;
          column-gap: 88px !important;
}

.column-gap-96 {
  -webkit-column-gap: 96px !important;
     -moz-column-gap: 96px !important;
          column-gap: 96px !important;
}

.column-gap-104 {
  -webkit-column-gap: 104px !important;
     -moz-column-gap: 104px !important;
          column-gap: 104px !important;
}

.column-gap-112 {
  -webkit-column-gap: 112px !important;
     -moz-column-gap: 112px !important;
          column-gap: 112px !important;
}

.column-gap-120 {
  -webkit-column-gap: 120px !important;
     -moz-column-gap: 120px !important;
          column-gap: 120px !important;
}

.column-gap-128 {
  -webkit-column-gap: 128px !important;
     -moz-column-gap: 128px !important;
          column-gap: 128px !important;
}

.column-gap-136 {
  -webkit-column-gap: 136px !important;
     -moz-column-gap: 136px !important;
          column-gap: 136px !important;
}

.column-gap-144 {
  -webkit-column-gap: 144px !important;
     -moz-column-gap: 144px !important;
          column-gap: 144px !important;
}

.column-gap-152 {
  -webkit-column-gap: 152px !important;
     -moz-column-gap: 152px !important;
          column-gap: 152px !important;
}

.column-gap-160 {
  -webkit-column-gap: 160px !important;
     -moz-column-gap: 160px !important;
          column-gap: 160px !important;
}

.column-gap-168 {
  -webkit-column-gap: 168px !important;
     -moz-column-gap: 168px !important;
          column-gap: 168px !important;
}

.column-gap-176 {
  -webkit-column-gap: 176px !important;
     -moz-column-gap: 176px !important;
          column-gap: 176px !important;
}

.column-gap-184 {
  -webkit-column-gap: 184px !important;
     -moz-column-gap: 184px !important;
          column-gap: 184px !important;
}

.column-gap-192 {
  -webkit-column-gap: 192px !important;
     -moz-column-gap: 192px !important;
          column-gap: 192px !important;
}

.column-gap-200 {
  -webkit-column-gap: 200px !important;
     -moz-column-gap: 200px !important;
          column-gap: 200px !important;
}

.column-gap-208 {
  -webkit-column-gap: 208px !important;
     -moz-column-gap: 208px !important;
          column-gap: 208px !important;
}

.column-gap-216 {
  -webkit-column-gap: 216px !important;
     -moz-column-gap: 216px !important;
          column-gap: 216px !important;
}

.column-gap-224 {
  -webkit-column-gap: 224px !important;
     -moz-column-gap: 224px !important;
          column-gap: 224px !important;
}

.column-gap-232 {
  -webkit-column-gap: 232px !important;
     -moz-column-gap: 232px !important;
          column-gap: 232px !important;
}

.column-gap-240 {
  -webkit-column-gap: 240px !important;
     -moz-column-gap: 240px !important;
          column-gap: 240px !important;
}

.column-gap-248 {
  -webkit-column-gap: 248px !important;
     -moz-column-gap: 248px !important;
          column-gap: 248px !important;
}

.column-gap-256 {
  -webkit-column-gap: 256px !important;
     -moz-column-gap: 256px !important;
          column-gap: 256px !important;
}

.font-monospace {
  font-family: var(--vju-font-monospace) !important;
}

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

.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.4 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-primary-rgb), var(--vju-text-opacity)) !important;
}

.text-secondary {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-secondary-rgb), var(--vju-text-opacity)) !important;
}

.text-success {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-success-rgb), var(--vju-text-opacity)) !important;
}

.text-info {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-info-rgb), var(--vju-text-opacity)) !important;
}

.text-warning {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-warning-rgb), var(--vju-text-opacity)) !important;
}

.text-danger {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-danger-rgb), var(--vju-text-opacity)) !important;
}

.text-light {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-light-rgb), var(--vju-text-opacity)) !important;
}

.text-dark {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-dark-rgb), var(--vju-text-opacity)) !important;
}

.text-brand-primary-text {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-brand-primary-text-rgb), var(--vju-text-opacity)) !important;
}

.text-brand-secondary-text {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-brand-secondary-text-rgb), var(--vju-text-opacity)) !important;
}

.text-black {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-black-rgb), var(--vju-text-opacity)) !important;
}

.text-white {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-white-rgb), var(--vju-text-opacity)) !important;
}

.text-body {
  --vju-text-opacity: 1;
  color: rgba(var(--vju-body-color-rgb), var(--vju-text-opacity)) !important;
}

.text-muted {
  --vju-text-opacity: 1;
  color: var(--vju-secondary-color) !important;
}

.text-black-50 {
  --vju-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --vju-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --vju-text-opacity: 1;
  color: var(--vju-secondary-color) !important;
}

.text-body-tertiary {
  --vju-text-opacity: 1;
  color: var(--vju-tertiary-color) !important;
}

.text-body-emphasis {
  --vju-text-opacity: 1;
  color: var(--vju-emphasis-color) !important;
}

.text-reset {
  --vju-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --vju-text-opacity: 0.25;
}

.text-opacity-50 {
  --vju-text-opacity: 0.5;
}

.text-opacity-75 {
  --vju-text-opacity: 0.75;
}

.text-opacity-100 {
  --vju-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--vju-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--vju-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--vju-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--vju-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--vju-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--vju-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--vju-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--vju-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --vju-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --vju-link-opacity: 0.1;
}

.link-opacity-25 {
  --vju-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --vju-link-opacity: 0.25;
}

.link-opacity-50 {
  --vju-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --vju-link-opacity: 0.5;
}

.link-opacity-75 {
  --vju-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --vju-link-opacity: 0.75;
}

.link-opacity-100 {
  --vju-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --vju-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --vju-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vju-primary-rgb), var(--vju-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --vju-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vju-secondary-rgb), var(--vju-link-underline-opacity)) !important;
}

.link-underline-success {
  --vju-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vju-success-rgb), var(--vju-link-underline-opacity)) !important;
}

.link-underline-info {
  --vju-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vju-info-rgb), var(--vju-link-underline-opacity)) !important;
}

.link-underline-warning {
  --vju-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vju-warning-rgb), var(--vju-link-underline-opacity)) !important;
}

.link-underline-danger {
  --vju-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vju-danger-rgb), var(--vju-link-underline-opacity)) !important;
}

.link-underline-light {
  --vju-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vju-light-rgb), var(--vju-link-underline-opacity)) !important;
}

.link-underline-dark {
  --vju-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vju-dark-rgb), var(--vju-link-underline-opacity)) !important;
}

.link-underline-brand-primary-text {
  --vju-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vju-brand-primary-text-rgb), var(--vju-link-underline-opacity)) !important;
}

.link-underline-brand-secondary-text {
  --vju-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vju-brand-secondary-text-rgb), var(--vju-link-underline-opacity)) !important;
}

.link-underline {
  --vju-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--vju-link-color-rgb), var(--vju-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --vju-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --vju-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --vju-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --vju-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --vju-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --vju-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --vju-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --vju-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --vju-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --vju-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --vju-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --vju-link-underline-opacity: 1;
}

.bg-primary {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-primary-rgb), var(--vju-bg-opacity)) !important;
}

.bg-secondary {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-secondary-rgb), var(--vju-bg-opacity)) !important;
}

.bg-success {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-success-rgb), var(--vju-bg-opacity)) !important;
}

.bg-info {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-info-rgb), var(--vju-bg-opacity)) !important;
}

.bg-warning {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-warning-rgb), var(--vju-bg-opacity)) !important;
}

.bg-danger {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-danger-rgb), var(--vju-bg-opacity)) !important;
}

.bg-light {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-light-rgb), var(--vju-bg-opacity)) !important;
}

.bg-dark {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-dark-rgb), var(--vju-bg-opacity)) !important;
}

.bg-brand-primary-text {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-brand-primary-text-rgb), var(--vju-bg-opacity)) !important;
}

.bg-brand-secondary-text {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-brand-secondary-text-rgb), var(--vju-bg-opacity)) !important;
}

.bg-black {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-black-rgb), var(--vju-bg-opacity)) !important;
}

.bg-white {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-white-rgb), var(--vju-bg-opacity)) !important;
}

.bg-body {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-body-bg-rgb), var(--vju-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-secondary-bg-rgb), var(--vju-bg-opacity)) !important;
}

.bg-body-tertiary {
  --vju-bg-opacity: 1;
  background-color: rgba(var(--vju-tertiary-bg-rgb), var(--vju-bg-opacity)) !important;
}

.bg-opacity-10 {
  --vju-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --vju-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --vju-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --vju-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --vju-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--vju-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--vju-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--vju-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--vju-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--vju-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--vju-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--vju-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--vju-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--vju-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;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--vju-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--vju-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--vju-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--vju-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--vju-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--vju-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--vju-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--vju-border-radius) !important;
  border-top-right-radius: var(--vju-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(--vju-border-radius-sm) !important;
  border-top-right-radius: var(--vju-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--vju-border-radius) !important;
  border-top-right-radius: var(--vju-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--vju-border-radius-lg) !important;
  border-top-right-radius: var(--vju-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--vju-border-radius-xl) !important;
  border-top-right-radius: var(--vju-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--vju-border-radius-xxl) !important;
  border-top-right-radius: var(--vju-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(--vju-border-radius-pill) !important;
  border-top-right-radius: var(--vju-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--vju-border-radius) !important;
  border-bottom-right-radius: var(--vju-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(--vju-border-radius-sm) !important;
  border-bottom-right-radius: var(--vju-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--vju-border-radius) !important;
  border-bottom-right-radius: var(--vju-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--vju-border-radius-lg) !important;
  border-bottom-right-radius: var(--vju-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--vju-border-radius-xl) !important;
  border-bottom-right-radius: var(--vju-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--vju-border-radius-xxl) !important;
  border-bottom-right-radius: var(--vju-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(--vju-border-radius-pill) !important;
  border-bottom-right-radius: var(--vju-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--vju-border-radius) !important;
  border-bottom-left-radius: var(--vju-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(--vju-border-radius-sm) !important;
  border-bottom-left-radius: var(--vju-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--vju-border-radius) !important;
  border-bottom-left-radius: var(--vju-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--vju-border-radius-lg) !important;
  border-bottom-left-radius: var(--vju-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--vju-border-radius-xl) !important;
  border-bottom-left-radius: var(--vju-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--vju-border-radius-xxl) !important;
  border-bottom-left-radius: var(--vju-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(--vju-border-radius-pill) !important;
  border-bottom-left-radius: var(--vju-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--vju-border-radius) !important;
  border-top-left-radius: var(--vju-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(--vju-border-radius-sm) !important;
  border-top-left-radius: var(--vju-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--vju-border-radius) !important;
  border-top-left-radius: var(--vju-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--vju-border-radius-lg) !important;
  border-top-left-radius: var(--vju-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--vju-border-radius-xl) !important;
  border-top-left-radius: var(--vju-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--vju-border-radius-xxl) !important;
  border-top-left-radius: var(--vju-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(--vju-border-radius-pill) !important;
  border-top-left-radius: var(--vju-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;
}

.ratio-1x1 {
  --vju-aspect-ratio: 100% !important;
}

.ratio-2x3 {
  --vju-aspect-ratio: 150% !important;
}

.ratio-3x4 {
  --vju-aspect-ratio: 133.3333333333% !important;
}

.ratio-9x16 {
  --vju-aspect-ratio: 177.7777777778% !important;
}

.ratio-9x21 {
  --vju-aspect-ratio: 233.3333333333% !important;
}

.ratio-9x30 {
  --vju-aspect-ratio: 333.3333333333% !important;
}

.ratio-3x2 {
  --vju-aspect-ratio: 66.6666666667% !important;
}

.ratio-4x3 {
  --vju-aspect-ratio: 75% !important;
}

.ratio-16x9 {
  --vju-aspect-ratio: 56.25% !important;
}

.ratio-21x9 {
  --vju-aspect-ratio: 42.8571428571% !important;
}

.ratio-30x9 {
  --vju-aspect-ratio: 30% !important;
}

.ratio-1x4vh {
  --vju-aspect-ratio: 25vh !important;
}

.ratio-2x4vh {
  --vju-aspect-ratio: 50vh !important;
}

.ratio-3x4vh {
  --vju-aspect-ratio: 75vh !important;
}

.ratio-4x4vh {
  --vju-aspect-ratio: 100vh !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: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !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-8 {
    margin: 8px !important;
  }
  .m-sm-12 {
    margin: 12px !important;
  }
  .m-sm-16 {
    margin: 16px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-24 {
    margin: 24px !important;
  }
  .m-sm-32 {
    margin: 32px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-48 {
    margin: 48px !important;
  }
  .m-sm-56 {
    margin: 56px !important;
  }
  .m-sm-64 {
    margin: 64px !important;
  }
  .m-sm-72 {
    margin: 72px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-88 {
    margin: 88px !important;
  }
  .m-sm-96 {
    margin: 96px !important;
  }
  .m-sm-104 {
    margin: 104px !important;
  }
  .m-sm-112 {
    margin: 112px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .m-sm-128 {
    margin: 128px !important;
  }
  .m-sm-136 {
    margin: 136px !important;
  }
  .m-sm-144 {
    margin: 144px !important;
  }
  .m-sm-152 {
    margin: 152px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .m-sm-168 {
    margin: 168px !important;
  }
  .m-sm-176 {
    margin: 176px !important;
  }
  .m-sm-184 {
    margin: 184px !important;
  }
  .m-sm-192 {
    margin: 192px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  .m-sm-208 {
    margin: 208px !important;
  }
  .m-sm-216 {
    margin: 216px !important;
  }
  .m-sm-224 {
    margin: 224px !important;
  }
  .m-sm-232 {
    margin: 232px !important;
  }
  .m-sm-240 {
    margin: 240px !important;
  }
  .m-sm-248 {
    margin: 248px !important;
  }
  .m-sm-256 {
    margin: 256px !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-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-sm-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-sm-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-sm-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-sm-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-sm-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-sm-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .mx-sm-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-sm-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .mx-sm-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .mx-sm-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .mx-sm-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .mx-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .mx-sm-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .mx-sm-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .mx-sm-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .mx-sm-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .mx-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .mx-sm-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .mx-sm-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .mx-sm-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .mx-sm-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .mx-sm-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .mx-sm-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .mx-sm-256 {
    margin-right: 256px !important;
    margin-left: 256px !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-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-sm-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-sm-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-sm-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-sm-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-sm-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .my-sm-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-sm-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .my-sm-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .my-sm-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .my-sm-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-sm-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .my-sm-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .my-sm-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .my-sm-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .my-sm-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .my-sm-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .my-sm-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .my-sm-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .my-sm-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .my-sm-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .my-sm-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !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-8 {
    margin-top: 8px !important;
  }
  .mt-sm-12 {
    margin-top: 12px !important;
  }
  .mt-sm-16 {
    margin-top: 16px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  .mt-sm-32 {
    margin-top: 32px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-48 {
    margin-top: 48px !important;
  }
  .mt-sm-56 {
    margin-top: 56px !important;
  }
  .mt-sm-64 {
    margin-top: 64px !important;
  }
  .mt-sm-72 {
    margin-top: 72px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-88 {
    margin-top: 88px !important;
  }
  .mt-sm-96 {
    margin-top: 96px !important;
  }
  .mt-sm-104 {
    margin-top: 104px !important;
  }
  .mt-sm-112 {
    margin-top: 112px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-128 {
    margin-top: 128px !important;
  }
  .mt-sm-136 {
    margin-top: 136px !important;
  }
  .mt-sm-144 {
    margin-top: 144px !important;
  }
  .mt-sm-152 {
    margin-top: 152px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mt-sm-168 {
    margin-top: 168px !important;
  }
  .mt-sm-176 {
    margin-top: 176px !important;
  }
  .mt-sm-184 {
    margin-top: 184px !important;
  }
  .mt-sm-192 {
    margin-top: 192px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .mt-sm-208 {
    margin-top: 208px !important;
  }
  .mt-sm-216 {
    margin-top: 216px !important;
  }
  .mt-sm-224 {
    margin-top: 224px !important;
  }
  .mt-sm-232 {
    margin-top: 232px !important;
  }
  .mt-sm-240 {
    margin-top: 240px !important;
  }
  .mt-sm-248 {
    margin-top: 248px !important;
  }
  .mt-sm-256 {
    margin-top: 256px !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-8 {
    margin-right: 8px !important;
  }
  .me-sm-12 {
    margin-right: 12px !important;
  }
  .me-sm-16 {
    margin-right: 16px !important;
  }
  .me-sm-20 {
    margin-right: 20px !important;
  }
  .me-sm-24 {
    margin-right: 24px !important;
  }
  .me-sm-32 {
    margin-right: 32px !important;
  }
  .me-sm-40 {
    margin-right: 40px !important;
  }
  .me-sm-48 {
    margin-right: 48px !important;
  }
  .me-sm-56 {
    margin-right: 56px !important;
  }
  .me-sm-64 {
    margin-right: 64px !important;
  }
  .me-sm-72 {
    margin-right: 72px !important;
  }
  .me-sm-80 {
    margin-right: 80px !important;
  }
  .me-sm-88 {
    margin-right: 88px !important;
  }
  .me-sm-96 {
    margin-right: 96px !important;
  }
  .me-sm-104 {
    margin-right: 104px !important;
  }
  .me-sm-112 {
    margin-right: 112px !important;
  }
  .me-sm-120 {
    margin-right: 120px !important;
  }
  .me-sm-128 {
    margin-right: 128px !important;
  }
  .me-sm-136 {
    margin-right: 136px !important;
  }
  .me-sm-144 {
    margin-right: 144px !important;
  }
  .me-sm-152 {
    margin-right: 152px !important;
  }
  .me-sm-160 {
    margin-right: 160px !important;
  }
  .me-sm-168 {
    margin-right: 168px !important;
  }
  .me-sm-176 {
    margin-right: 176px !important;
  }
  .me-sm-184 {
    margin-right: 184px !important;
  }
  .me-sm-192 {
    margin-right: 192px !important;
  }
  .me-sm-200 {
    margin-right: 200px !important;
  }
  .me-sm-208 {
    margin-right: 208px !important;
  }
  .me-sm-216 {
    margin-right: 216px !important;
  }
  .me-sm-224 {
    margin-right: 224px !important;
  }
  .me-sm-232 {
    margin-right: 232px !important;
  }
  .me-sm-240 {
    margin-right: 240px !important;
  }
  .me-sm-248 {
    margin-right: 248px !important;
  }
  .me-sm-256 {
    margin-right: 256px !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-8 {
    margin-bottom: 8px !important;
  }
  .mb-sm-12 {
    margin-bottom: 12px !important;
  }
  .mb-sm-16 {
    margin-bottom: 16px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-24 {
    margin-bottom: 24px !important;
  }
  .mb-sm-32 {
    margin-bottom: 32px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-48 {
    margin-bottom: 48px !important;
  }
  .mb-sm-56 {
    margin-bottom: 56px !important;
  }
  .mb-sm-64 {
    margin-bottom: 64px !important;
  }
  .mb-sm-72 {
    margin-bottom: 72px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-88 {
    margin-bottom: 88px !important;
  }
  .mb-sm-96 {
    margin-bottom: 96px !important;
  }
  .mb-sm-104 {
    margin-bottom: 104px !important;
  }
  .mb-sm-112 {
    margin-bottom: 112px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-128 {
    margin-bottom: 128px !important;
  }
  .mb-sm-136 {
    margin-bottom: 136px !important;
  }
  .mb-sm-144 {
    margin-bottom: 144px !important;
  }
  .mb-sm-152 {
    margin-bottom: 152px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .mb-sm-168 {
    margin-bottom: 168px !important;
  }
  .mb-sm-176 {
    margin-bottom: 176px !important;
  }
  .mb-sm-184 {
    margin-bottom: 184px !important;
  }
  .mb-sm-192 {
    margin-bottom: 192px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .mb-sm-208 {
    margin-bottom: 208px !important;
  }
  .mb-sm-216 {
    margin-bottom: 216px !important;
  }
  .mb-sm-224 {
    margin-bottom: 224px !important;
  }
  .mb-sm-232 {
    margin-bottom: 232px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .mb-sm-248 {
    margin-bottom: 248px !important;
  }
  .mb-sm-256 {
    margin-bottom: 256px !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-8 {
    margin-left: 8px !important;
  }
  .ms-sm-12 {
    margin-left: 12px !important;
  }
  .ms-sm-16 {
    margin-left: 16px !important;
  }
  .ms-sm-20 {
    margin-left: 20px !important;
  }
  .ms-sm-24 {
    margin-left: 24px !important;
  }
  .ms-sm-32 {
    margin-left: 32px !important;
  }
  .ms-sm-40 {
    margin-left: 40px !important;
  }
  .ms-sm-48 {
    margin-left: 48px !important;
  }
  .ms-sm-56 {
    margin-left: 56px !important;
  }
  .ms-sm-64 {
    margin-left: 64px !important;
  }
  .ms-sm-72 {
    margin-left: 72px !important;
  }
  .ms-sm-80 {
    margin-left: 80px !important;
  }
  .ms-sm-88 {
    margin-left: 88px !important;
  }
  .ms-sm-96 {
    margin-left: 96px !important;
  }
  .ms-sm-104 {
    margin-left: 104px !important;
  }
  .ms-sm-112 {
    margin-left: 112px !important;
  }
  .ms-sm-120 {
    margin-left: 120px !important;
  }
  .ms-sm-128 {
    margin-left: 128px !important;
  }
  .ms-sm-136 {
    margin-left: 136px !important;
  }
  .ms-sm-144 {
    margin-left: 144px !important;
  }
  .ms-sm-152 {
    margin-left: 152px !important;
  }
  .ms-sm-160 {
    margin-left: 160px !important;
  }
  .ms-sm-168 {
    margin-left: 168px !important;
  }
  .ms-sm-176 {
    margin-left: 176px !important;
  }
  .ms-sm-184 {
    margin-left: 184px !important;
  }
  .ms-sm-192 {
    margin-left: 192px !important;
  }
  .ms-sm-200 {
    margin-left: 200px !important;
  }
  .ms-sm-208 {
    margin-left: 208px !important;
  }
  .ms-sm-216 {
    margin-left: 216px !important;
  }
  .ms-sm-224 {
    margin-left: 224px !important;
  }
  .ms-sm-232 {
    margin-left: 232px !important;
  }
  .ms-sm-240 {
    margin-left: 240px !important;
  }
  .ms-sm-248 {
    margin-left: 248px !important;
  }
  .ms-sm-256 {
    margin-left: 256px !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;
  }
  .p-sm-8 {
    padding: 8px !important;
  }
  .p-sm-12 {
    padding: 12px !important;
  }
  .p-sm-16 {
    padding: 16px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-24 {
    padding: 24px !important;
  }
  .p-sm-32 {
    padding: 32px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-48 {
    padding: 48px !important;
  }
  .p-sm-56 {
    padding: 56px !important;
  }
  .p-sm-64 {
    padding: 64px !important;
  }
  .p-sm-72 {
    padding: 72px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-88 {
    padding: 88px !important;
  }
  .p-sm-96 {
    padding: 96px !important;
  }
  .p-sm-104 {
    padding: 104px !important;
  }
  .p-sm-112 {
    padding: 112px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .p-sm-128 {
    padding: 128px !important;
  }
  .p-sm-136 {
    padding: 136px !important;
  }
  .p-sm-144 {
    padding: 144px !important;
  }
  .p-sm-152 {
    padding: 152px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .p-sm-168 {
    padding: 168px !important;
  }
  .p-sm-176 {
    padding: 176px !important;
  }
  .p-sm-184 {
    padding: 184px !important;
  }
  .p-sm-192 {
    padding: 192px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  .p-sm-208 {
    padding: 208px !important;
  }
  .p-sm-216 {
    padding: 216px !important;
  }
  .p-sm-224 {
    padding: 224px !important;
  }
  .p-sm-232 {
    padding: 232px !important;
  }
  .p-sm-240 {
    padding: 240px !important;
  }
  .p-sm-248 {
    padding: 248px !important;
  }
  .p-sm-256 {
    padding: 256px !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;
  }
  .px-sm-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-sm-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sm-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-sm-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-sm-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-sm-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-sm-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-sm-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-sm-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .px-sm-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-sm-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .px-sm-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .px-sm-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .px-sm-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .px-sm-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .px-sm-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .px-sm-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .px-sm-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .px-sm-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .px-sm-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .px-sm-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .px-sm-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .px-sm-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .px-sm-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .px-sm-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .px-sm-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .px-sm-256 {
    padding-right: 256px !important;
    padding-left: 256px !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;
  }
  .py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-sm-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-sm-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-sm-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-sm-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-sm-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-sm-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .py-sm-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-sm-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .py-sm-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .py-sm-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .py-sm-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-sm-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .py-sm-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .py-sm-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .py-sm-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .py-sm-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .py-sm-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .py-sm-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .py-sm-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .py-sm-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .py-sm-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .py-sm-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !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;
  }
  .pt-sm-8 {
    padding-top: 8px !important;
  }
  .pt-sm-12 {
    padding-top: 12px !important;
  }
  .pt-sm-16 {
    padding-top: 16px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-24 {
    padding-top: 24px !important;
  }
  .pt-sm-32 {
    padding-top: 32px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-48 {
    padding-top: 48px !important;
  }
  .pt-sm-56 {
    padding-top: 56px !important;
  }
  .pt-sm-64 {
    padding-top: 64px !important;
  }
  .pt-sm-72 {
    padding-top: 72px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-88 {
    padding-top: 88px !important;
  }
  .pt-sm-96 {
    padding-top: 96px !important;
  }
  .pt-sm-104 {
    padding-top: 104px !important;
  }
  .pt-sm-112 {
    padding-top: 112px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-128 {
    padding-top: 128px !important;
  }
  .pt-sm-136 {
    padding-top: 136px !important;
  }
  .pt-sm-144 {
    padding-top: 144px !important;
  }
  .pt-sm-152 {
    padding-top: 152px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pt-sm-168 {
    padding-top: 168px !important;
  }
  .pt-sm-176 {
    padding-top: 176px !important;
  }
  .pt-sm-184 {
    padding-top: 184px !important;
  }
  .pt-sm-192 {
    padding-top: 192px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  .pt-sm-208 {
    padding-top: 208px !important;
  }
  .pt-sm-216 {
    padding-top: 216px !important;
  }
  .pt-sm-224 {
    padding-top: 224px !important;
  }
  .pt-sm-232 {
    padding-top: 232px !important;
  }
  .pt-sm-240 {
    padding-top: 240px !important;
  }
  .pt-sm-248 {
    padding-top: 248px !important;
  }
  .pt-sm-256 {
    padding-top: 256px !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;
  }
  .pe-sm-8 {
    padding-right: 8px !important;
  }
  .pe-sm-12 {
    padding-right: 12px !important;
  }
  .pe-sm-16 {
    padding-right: 16px !important;
  }
  .pe-sm-20 {
    padding-right: 20px !important;
  }
  .pe-sm-24 {
    padding-right: 24px !important;
  }
  .pe-sm-32 {
    padding-right: 32px !important;
  }
  .pe-sm-40 {
    padding-right: 40px !important;
  }
  .pe-sm-48 {
    padding-right: 48px !important;
  }
  .pe-sm-56 {
    padding-right: 56px !important;
  }
  .pe-sm-64 {
    padding-right: 64px !important;
  }
  .pe-sm-72 {
    padding-right: 72px !important;
  }
  .pe-sm-80 {
    padding-right: 80px !important;
  }
  .pe-sm-88 {
    padding-right: 88px !important;
  }
  .pe-sm-96 {
    padding-right: 96px !important;
  }
  .pe-sm-104 {
    padding-right: 104px !important;
  }
  .pe-sm-112 {
    padding-right: 112px !important;
  }
  .pe-sm-120 {
    padding-right: 120px !important;
  }
  .pe-sm-128 {
    padding-right: 128px !important;
  }
  .pe-sm-136 {
    padding-right: 136px !important;
  }
  .pe-sm-144 {
    padding-right: 144px !important;
  }
  .pe-sm-152 {
    padding-right: 152px !important;
  }
  .pe-sm-160 {
    padding-right: 160px !important;
  }
  .pe-sm-168 {
    padding-right: 168px !important;
  }
  .pe-sm-176 {
    padding-right: 176px !important;
  }
  .pe-sm-184 {
    padding-right: 184px !important;
  }
  .pe-sm-192 {
    padding-right: 192px !important;
  }
  .pe-sm-200 {
    padding-right: 200px !important;
  }
  .pe-sm-208 {
    padding-right: 208px !important;
  }
  .pe-sm-216 {
    padding-right: 216px !important;
  }
  .pe-sm-224 {
    padding-right: 224px !important;
  }
  .pe-sm-232 {
    padding-right: 232px !important;
  }
  .pe-sm-240 {
    padding-right: 240px !important;
  }
  .pe-sm-248 {
    padding-right: 248px !important;
  }
  .pe-sm-256 {
    padding-right: 256px !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;
  }
  .pb-sm-8 {
    padding-bottom: 8px !important;
  }
  .pb-sm-12 {
    padding-bottom: 12px !important;
  }
  .pb-sm-16 {
    padding-bottom: 16px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-24 {
    padding-bottom: 24px !important;
  }
  .pb-sm-32 {
    padding-bottom: 32px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-48 {
    padding-bottom: 48px !important;
  }
  .pb-sm-56 {
    padding-bottom: 56px !important;
  }
  .pb-sm-64 {
    padding-bottom: 64px !important;
  }
  .pb-sm-72 {
    padding-bottom: 72px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-88 {
    padding-bottom: 88px !important;
  }
  .pb-sm-96 {
    padding-bottom: 96px !important;
  }
  .pb-sm-104 {
    padding-bottom: 104px !important;
  }
  .pb-sm-112 {
    padding-bottom: 112px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pb-sm-128 {
    padding-bottom: 128px !important;
  }
  .pb-sm-136 {
    padding-bottom: 136px !important;
  }
  .pb-sm-144 {
    padding-bottom: 144px !important;
  }
  .pb-sm-152 {
    padding-bottom: 152px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pb-sm-168 {
    padding-bottom: 168px !important;
  }
  .pb-sm-176 {
    padding-bottom: 176px !important;
  }
  .pb-sm-184 {
    padding-bottom: 184px !important;
  }
  .pb-sm-192 {
    padding-bottom: 192px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .pb-sm-208 {
    padding-bottom: 208px !important;
  }
  .pb-sm-216 {
    padding-bottom: 216px !important;
  }
  .pb-sm-224 {
    padding-bottom: 224px !important;
  }
  .pb-sm-232 {
    padding-bottom: 232px !important;
  }
  .pb-sm-240 {
    padding-bottom: 240px !important;
  }
  .pb-sm-248 {
    padding-bottom: 248px !important;
  }
  .pb-sm-256 {
    padding-bottom: 256px !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;
  }
  .ps-sm-8 {
    padding-left: 8px !important;
  }
  .ps-sm-12 {
    padding-left: 12px !important;
  }
  .ps-sm-16 {
    padding-left: 16px !important;
  }
  .ps-sm-20 {
    padding-left: 20px !important;
  }
  .ps-sm-24 {
    padding-left: 24px !important;
  }
  .ps-sm-32 {
    padding-left: 32px !important;
  }
  .ps-sm-40 {
    padding-left: 40px !important;
  }
  .ps-sm-48 {
    padding-left: 48px !important;
  }
  .ps-sm-56 {
    padding-left: 56px !important;
  }
  .ps-sm-64 {
    padding-left: 64px !important;
  }
  .ps-sm-72 {
    padding-left: 72px !important;
  }
  .ps-sm-80 {
    padding-left: 80px !important;
  }
  .ps-sm-88 {
    padding-left: 88px !important;
  }
  .ps-sm-96 {
    padding-left: 96px !important;
  }
  .ps-sm-104 {
    padding-left: 104px !important;
  }
  .ps-sm-112 {
    padding-left: 112px !important;
  }
  .ps-sm-120 {
    padding-left: 120px !important;
  }
  .ps-sm-128 {
    padding-left: 128px !important;
  }
  .ps-sm-136 {
    padding-left: 136px !important;
  }
  .ps-sm-144 {
    padding-left: 144px !important;
  }
  .ps-sm-152 {
    padding-left: 152px !important;
  }
  .ps-sm-160 {
    padding-left: 160px !important;
  }
  .ps-sm-168 {
    padding-left: 168px !important;
  }
  .ps-sm-176 {
    padding-left: 176px !important;
  }
  .ps-sm-184 {
    padding-left: 184px !important;
  }
  .ps-sm-192 {
    padding-left: 192px !important;
  }
  .ps-sm-200 {
    padding-left: 200px !important;
  }
  .ps-sm-208 {
    padding-left: 208px !important;
  }
  .ps-sm-216 {
    padding-left: 216px !important;
  }
  .ps-sm-224 {
    padding-left: 224px !important;
  }
  .ps-sm-232 {
    padding-left: 232px !important;
  }
  .ps-sm-240 {
    padding-left: 240px !important;
  }
  .ps-sm-248 {
    padding-left: 248px !important;
  }
  .ps-sm-256 {
    padding-left: 256px !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;
  }
  .gap-sm-8 {
    gap: 8px !important;
  }
  .gap-sm-12 {
    gap: 12px !important;
  }
  .gap-sm-16 {
    gap: 16px !important;
  }
  .gap-sm-20 {
    gap: 20px !important;
  }
  .gap-sm-24 {
    gap: 24px !important;
  }
  .gap-sm-32 {
    gap: 32px !important;
  }
  .gap-sm-40 {
    gap: 40px !important;
  }
  .gap-sm-48 {
    gap: 48px !important;
  }
  .gap-sm-56 {
    gap: 56px !important;
  }
  .gap-sm-64 {
    gap: 64px !important;
  }
  .gap-sm-72 {
    gap: 72px !important;
  }
  .gap-sm-80 {
    gap: 80px !important;
  }
  .gap-sm-88 {
    gap: 88px !important;
  }
  .gap-sm-96 {
    gap: 96px !important;
  }
  .gap-sm-104 {
    gap: 104px !important;
  }
  .gap-sm-112 {
    gap: 112px !important;
  }
  .gap-sm-120 {
    gap: 120px !important;
  }
  .gap-sm-128 {
    gap: 128px !important;
  }
  .gap-sm-136 {
    gap: 136px !important;
  }
  .gap-sm-144 {
    gap: 144px !important;
  }
  .gap-sm-152 {
    gap: 152px !important;
  }
  .gap-sm-160 {
    gap: 160px !important;
  }
  .gap-sm-168 {
    gap: 168px !important;
  }
  .gap-sm-176 {
    gap: 176px !important;
  }
  .gap-sm-184 {
    gap: 184px !important;
  }
  .gap-sm-192 {
    gap: 192px !important;
  }
  .gap-sm-200 {
    gap: 200px !important;
  }
  .gap-sm-208 {
    gap: 208px !important;
  }
  .gap-sm-216 {
    gap: 216px !important;
  }
  .gap-sm-224 {
    gap: 224px !important;
  }
  .gap-sm-232 {
    gap: 232px !important;
  }
  .gap-sm-240 {
    gap: 240px !important;
  }
  .gap-sm-248 {
    gap: 248px !important;
  }
  .gap-sm-256 {
    gap: 256px !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;
  }
  .row-gap-sm-8 {
    row-gap: 8px !important;
  }
  .row-gap-sm-12 {
    row-gap: 12px !important;
  }
  .row-gap-sm-16 {
    row-gap: 16px !important;
  }
  .row-gap-sm-20 {
    row-gap: 20px !important;
  }
  .row-gap-sm-24 {
    row-gap: 24px !important;
  }
  .row-gap-sm-32 {
    row-gap: 32px !important;
  }
  .row-gap-sm-40 {
    row-gap: 40px !important;
  }
  .row-gap-sm-48 {
    row-gap: 48px !important;
  }
  .row-gap-sm-56 {
    row-gap: 56px !important;
  }
  .row-gap-sm-64 {
    row-gap: 64px !important;
  }
  .row-gap-sm-72 {
    row-gap: 72px !important;
  }
  .row-gap-sm-80 {
    row-gap: 80px !important;
  }
  .row-gap-sm-88 {
    row-gap: 88px !important;
  }
  .row-gap-sm-96 {
    row-gap: 96px !important;
  }
  .row-gap-sm-104 {
    row-gap: 104px !important;
  }
  .row-gap-sm-112 {
    row-gap: 112px !important;
  }
  .row-gap-sm-120 {
    row-gap: 120px !important;
  }
  .row-gap-sm-128 {
    row-gap: 128px !important;
  }
  .row-gap-sm-136 {
    row-gap: 136px !important;
  }
  .row-gap-sm-144 {
    row-gap: 144px !important;
  }
  .row-gap-sm-152 {
    row-gap: 152px !important;
  }
  .row-gap-sm-160 {
    row-gap: 160px !important;
  }
  .row-gap-sm-168 {
    row-gap: 168px !important;
  }
  .row-gap-sm-176 {
    row-gap: 176px !important;
  }
  .row-gap-sm-184 {
    row-gap: 184px !important;
  }
  .row-gap-sm-192 {
    row-gap: 192px !important;
  }
  .row-gap-sm-200 {
    row-gap: 200px !important;
  }
  .row-gap-sm-208 {
    row-gap: 208px !important;
  }
  .row-gap-sm-216 {
    row-gap: 216px !important;
  }
  .row-gap-sm-224 {
    row-gap: 224px !important;
  }
  .row-gap-sm-232 {
    row-gap: 232px !important;
  }
  .row-gap-sm-240 {
    row-gap: 240px !important;
  }
  .row-gap-sm-248 {
    row-gap: 248px !important;
  }
  .row-gap-sm-256 {
    row-gap: 256px !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .column-gap-sm-8 {
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }
  .column-gap-sm-12 {
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }
  .column-gap-sm-16 {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }
  .column-gap-sm-20 {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }
  .column-gap-sm-24 {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }
  .column-gap-sm-32 {
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }
  .column-gap-sm-40 {
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }
  .column-gap-sm-48 {
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }
  .column-gap-sm-56 {
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }
  .column-gap-sm-64 {
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }
  .column-gap-sm-72 {
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }
  .column-gap-sm-80 {
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }
  .column-gap-sm-88 {
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }
  .column-gap-sm-96 {
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }
  .column-gap-sm-104 {
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }
  .column-gap-sm-112 {
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }
  .column-gap-sm-120 {
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }
  .column-gap-sm-128 {
    -webkit-column-gap: 128px !important;
       -moz-column-gap: 128px !important;
            column-gap: 128px !important;
  }
  .column-gap-sm-136 {
    -webkit-column-gap: 136px !important;
       -moz-column-gap: 136px !important;
            column-gap: 136px !important;
  }
  .column-gap-sm-144 {
    -webkit-column-gap: 144px !important;
       -moz-column-gap: 144px !important;
            column-gap: 144px !important;
  }
  .column-gap-sm-152 {
    -webkit-column-gap: 152px !important;
       -moz-column-gap: 152px !important;
            column-gap: 152px !important;
  }
  .column-gap-sm-160 {
    -webkit-column-gap: 160px !important;
       -moz-column-gap: 160px !important;
            column-gap: 160px !important;
  }
  .column-gap-sm-168 {
    -webkit-column-gap: 168px !important;
       -moz-column-gap: 168px !important;
            column-gap: 168px !important;
  }
  .column-gap-sm-176 {
    -webkit-column-gap: 176px !important;
       -moz-column-gap: 176px !important;
            column-gap: 176px !important;
  }
  .column-gap-sm-184 {
    -webkit-column-gap: 184px !important;
       -moz-column-gap: 184px !important;
            column-gap: 184px !important;
  }
  .column-gap-sm-192 {
    -webkit-column-gap: 192px !important;
       -moz-column-gap: 192px !important;
            column-gap: 192px !important;
  }
  .column-gap-sm-200 {
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }
  .column-gap-sm-208 {
    -webkit-column-gap: 208px !important;
       -moz-column-gap: 208px !important;
            column-gap: 208px !important;
  }
  .column-gap-sm-216 {
    -webkit-column-gap: 216px !important;
       -moz-column-gap: 216px !important;
            column-gap: 216px !important;
  }
  .column-gap-sm-224 {
    -webkit-column-gap: 224px !important;
       -moz-column-gap: 224px !important;
            column-gap: 224px !important;
  }
  .column-gap-sm-232 {
    -webkit-column-gap: 232px !important;
       -moz-column-gap: 232px !important;
            column-gap: 232px !important;
  }
  .column-gap-sm-240 {
    -webkit-column-gap: 240px !important;
       -moz-column-gap: 240px !important;
            column-gap: 240px !important;
  }
  .column-gap-sm-248 {
    -webkit-column-gap: 248px !important;
       -moz-column-gap: 248px !important;
            column-gap: 248px !important;
  }
  .column-gap-sm-256 {
    -webkit-column-gap: 256px !important;
       -moz-column-gap: 256px !important;
            column-gap: 256px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .ratio-sm-1x1 {
    --vju-aspect-ratio: 100% !important;
  }
  .ratio-sm-2x3 {
    --vju-aspect-ratio: 150% !important;
  }
  .ratio-sm-3x4 {
    --vju-aspect-ratio: 133.3333333333% !important;
  }
  .ratio-sm-9x16 {
    --vju-aspect-ratio: 177.7777777778% !important;
  }
  .ratio-sm-9x21 {
    --vju-aspect-ratio: 233.3333333333% !important;
  }
  .ratio-sm-9x30 {
    --vju-aspect-ratio: 333.3333333333% !important;
  }
  .ratio-sm-3x2 {
    --vju-aspect-ratio: 66.6666666667% !important;
  }
  .ratio-sm-4x3 {
    --vju-aspect-ratio: 75% !important;
  }
  .ratio-sm-16x9 {
    --vju-aspect-ratio: 56.25% !important;
  }
  .ratio-sm-21x9 {
    --vju-aspect-ratio: 42.8571428571% !important;
  }
  .ratio-sm-30x9 {
    --vju-aspect-ratio: 30% !important;
  }
  .ratio-sm-1x4vh {
    --vju-aspect-ratio: 25vh !important;
  }
  .ratio-sm-2x4vh {
    --vju-aspect-ratio: 50vh !important;
  }
  .ratio-sm-3x4vh {
    --vju-aspect-ratio: 75vh !important;
  }
  .ratio-sm-4x4vh {
    --vju-aspect-ratio: 100vh !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: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !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-8 {
    margin: 8px !important;
  }
  .m-md-12 {
    margin: 12px !important;
  }
  .m-md-16 {
    margin: 16px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-24 {
    margin: 24px !important;
  }
  .m-md-32 {
    margin: 32px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .m-md-48 {
    margin: 48px !important;
  }
  .m-md-56 {
    margin: 56px !important;
  }
  .m-md-64 {
    margin: 64px !important;
  }
  .m-md-72 {
    margin: 72px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-88 {
    margin: 88px !important;
  }
  .m-md-96 {
    margin: 96px !important;
  }
  .m-md-104 {
    margin: 104px !important;
  }
  .m-md-112 {
    margin: 112px !important;
  }
  .m-md-120 {
    margin: 120px !important;
  }
  .m-md-128 {
    margin: 128px !important;
  }
  .m-md-136 {
    margin: 136px !important;
  }
  .m-md-144 {
    margin: 144px !important;
  }
  .m-md-152 {
    margin: 152px !important;
  }
  .m-md-160 {
    margin: 160px !important;
  }
  .m-md-168 {
    margin: 168px !important;
  }
  .m-md-176 {
    margin: 176px !important;
  }
  .m-md-184 {
    margin: 184px !important;
  }
  .m-md-192 {
    margin: 192px !important;
  }
  .m-md-200 {
    margin: 200px !important;
  }
  .m-md-208 {
    margin: 208px !important;
  }
  .m-md-216 {
    margin: 216px !important;
  }
  .m-md-224 {
    margin: 224px !important;
  }
  .m-md-232 {
    margin: 232px !important;
  }
  .m-md-240 {
    margin: 240px !important;
  }
  .m-md-248 {
    margin: 248px !important;
  }
  .m-md-256 {
    margin: 256px !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-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-md-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-md-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-md-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-md-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-md-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-md-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .mx-md-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-md-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .mx-md-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .mx-md-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .mx-md-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .mx-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .mx-md-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .mx-md-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .mx-md-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .mx-md-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .mx-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .mx-md-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .mx-md-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .mx-md-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .mx-md-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .mx-md-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .mx-md-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .mx-md-256 {
    margin-right: 256px !important;
    margin-left: 256px !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-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-md-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-md-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-md-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-md-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-md-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .my-md-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-md-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .my-md-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .my-md-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .my-md-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-md-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .my-md-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .my-md-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .my-md-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .my-md-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .my-md-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .my-md-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .my-md-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .my-md-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .my-md-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .my-md-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !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-8 {
    margin-top: 8px !important;
  }
  .mt-md-12 {
    margin-top: 12px !important;
  }
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .mt-md-32 {
    margin-top: 32px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-48 {
    margin-top: 48px !important;
  }
  .mt-md-56 {
    margin-top: 56px !important;
  }
  .mt-md-64 {
    margin-top: 64px !important;
  }
  .mt-md-72 {
    margin-top: 72px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-88 {
    margin-top: 88px !important;
  }
  .mt-md-96 {
    margin-top: 96px !important;
  }
  .mt-md-104 {
    margin-top: 104px !important;
  }
  .mt-md-112 {
    margin-top: 112px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mt-md-128 {
    margin-top: 128px !important;
  }
  .mt-md-136 {
    margin-top: 136px !important;
  }
  .mt-md-144 {
    margin-top: 144px !important;
  }
  .mt-md-152 {
    margin-top: 152px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .mt-md-168 {
    margin-top: 168px !important;
  }
  .mt-md-176 {
    margin-top: 176px !important;
  }
  .mt-md-184 {
    margin-top: 184px !important;
  }
  .mt-md-192 {
    margin-top: 192px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .mt-md-208 {
    margin-top: 208px !important;
  }
  .mt-md-216 {
    margin-top: 216px !important;
  }
  .mt-md-224 {
    margin-top: 224px !important;
  }
  .mt-md-232 {
    margin-top: 232px !important;
  }
  .mt-md-240 {
    margin-top: 240px !important;
  }
  .mt-md-248 {
    margin-top: 248px !important;
  }
  .mt-md-256 {
    margin-top: 256px !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-8 {
    margin-right: 8px !important;
  }
  .me-md-12 {
    margin-right: 12px !important;
  }
  .me-md-16 {
    margin-right: 16px !important;
  }
  .me-md-20 {
    margin-right: 20px !important;
  }
  .me-md-24 {
    margin-right: 24px !important;
  }
  .me-md-32 {
    margin-right: 32px !important;
  }
  .me-md-40 {
    margin-right: 40px !important;
  }
  .me-md-48 {
    margin-right: 48px !important;
  }
  .me-md-56 {
    margin-right: 56px !important;
  }
  .me-md-64 {
    margin-right: 64px !important;
  }
  .me-md-72 {
    margin-right: 72px !important;
  }
  .me-md-80 {
    margin-right: 80px !important;
  }
  .me-md-88 {
    margin-right: 88px !important;
  }
  .me-md-96 {
    margin-right: 96px !important;
  }
  .me-md-104 {
    margin-right: 104px !important;
  }
  .me-md-112 {
    margin-right: 112px !important;
  }
  .me-md-120 {
    margin-right: 120px !important;
  }
  .me-md-128 {
    margin-right: 128px !important;
  }
  .me-md-136 {
    margin-right: 136px !important;
  }
  .me-md-144 {
    margin-right: 144px !important;
  }
  .me-md-152 {
    margin-right: 152px !important;
  }
  .me-md-160 {
    margin-right: 160px !important;
  }
  .me-md-168 {
    margin-right: 168px !important;
  }
  .me-md-176 {
    margin-right: 176px !important;
  }
  .me-md-184 {
    margin-right: 184px !important;
  }
  .me-md-192 {
    margin-right: 192px !important;
  }
  .me-md-200 {
    margin-right: 200px !important;
  }
  .me-md-208 {
    margin-right: 208px !important;
  }
  .me-md-216 {
    margin-right: 216px !important;
  }
  .me-md-224 {
    margin-right: 224px !important;
  }
  .me-md-232 {
    margin-right: 232px !important;
  }
  .me-md-240 {
    margin-right: 240px !important;
  }
  .me-md-248 {
    margin-right: 248px !important;
  }
  .me-md-256 {
    margin-right: 256px !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-8 {
    margin-bottom: 8px !important;
  }
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  .mb-md-16 {
    margin-bottom: 16px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  .mb-md-32 {
    margin-bottom: 32px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-48 {
    margin-bottom: 48px !important;
  }
  .mb-md-56 {
    margin-bottom: 56px !important;
  }
  .mb-md-64 {
    margin-bottom: 64px !important;
  }
  .mb-md-72 {
    margin-bottom: 72px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-88 {
    margin-bottom: 88px !important;
  }
  .mb-md-96 {
    margin-bottom: 96px !important;
  }
  .mb-md-104 {
    margin-bottom: 104px !important;
  }
  .mb-md-112 {
    margin-bottom: 112px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-128 {
    margin-bottom: 128px !important;
  }
  .mb-md-136 {
    margin-bottom: 136px !important;
  }
  .mb-md-144 {
    margin-bottom: 144px !important;
  }
  .mb-md-152 {
    margin-bottom: 152px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .mb-md-168 {
    margin-bottom: 168px !important;
  }
  .mb-md-176 {
    margin-bottom: 176px !important;
  }
  .mb-md-184 {
    margin-bottom: 184px !important;
  }
  .mb-md-192 {
    margin-bottom: 192px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .mb-md-208 {
    margin-bottom: 208px !important;
  }
  .mb-md-216 {
    margin-bottom: 216px !important;
  }
  .mb-md-224 {
    margin-bottom: 224px !important;
  }
  .mb-md-232 {
    margin-bottom: 232px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .mb-md-248 {
    margin-bottom: 248px !important;
  }
  .mb-md-256 {
    margin-bottom: 256px !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-8 {
    margin-left: 8px !important;
  }
  .ms-md-12 {
    margin-left: 12px !important;
  }
  .ms-md-16 {
    margin-left: 16px !important;
  }
  .ms-md-20 {
    margin-left: 20px !important;
  }
  .ms-md-24 {
    margin-left: 24px !important;
  }
  .ms-md-32 {
    margin-left: 32px !important;
  }
  .ms-md-40 {
    margin-left: 40px !important;
  }
  .ms-md-48 {
    margin-left: 48px !important;
  }
  .ms-md-56 {
    margin-left: 56px !important;
  }
  .ms-md-64 {
    margin-left: 64px !important;
  }
  .ms-md-72 {
    margin-left: 72px !important;
  }
  .ms-md-80 {
    margin-left: 80px !important;
  }
  .ms-md-88 {
    margin-left: 88px !important;
  }
  .ms-md-96 {
    margin-left: 96px !important;
  }
  .ms-md-104 {
    margin-left: 104px !important;
  }
  .ms-md-112 {
    margin-left: 112px !important;
  }
  .ms-md-120 {
    margin-left: 120px !important;
  }
  .ms-md-128 {
    margin-left: 128px !important;
  }
  .ms-md-136 {
    margin-left: 136px !important;
  }
  .ms-md-144 {
    margin-left: 144px !important;
  }
  .ms-md-152 {
    margin-left: 152px !important;
  }
  .ms-md-160 {
    margin-left: 160px !important;
  }
  .ms-md-168 {
    margin-left: 168px !important;
  }
  .ms-md-176 {
    margin-left: 176px !important;
  }
  .ms-md-184 {
    margin-left: 184px !important;
  }
  .ms-md-192 {
    margin-left: 192px !important;
  }
  .ms-md-200 {
    margin-left: 200px !important;
  }
  .ms-md-208 {
    margin-left: 208px !important;
  }
  .ms-md-216 {
    margin-left: 216px !important;
  }
  .ms-md-224 {
    margin-left: 224px !important;
  }
  .ms-md-232 {
    margin-left: 232px !important;
  }
  .ms-md-240 {
    margin-left: 240px !important;
  }
  .ms-md-248 {
    margin-left: 248px !important;
  }
  .ms-md-256 {
    margin-left: 256px !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;
  }
  .p-md-8 {
    padding: 8px !important;
  }
  .p-md-12 {
    padding: 12px !important;
  }
  .p-md-16 {
    padding: 16px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-24 {
    padding: 24px !important;
  }
  .p-md-32 {
    padding: 32px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-48 {
    padding: 48px !important;
  }
  .p-md-56 {
    padding: 56px !important;
  }
  .p-md-64 {
    padding: 64px !important;
  }
  .p-md-72 {
    padding: 72px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-88 {
    padding: 88px !important;
  }
  .p-md-96 {
    padding: 96px !important;
  }
  .p-md-104 {
    padding: 104px !important;
  }
  .p-md-112 {
    padding: 112px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
  .p-md-128 {
    padding: 128px !important;
  }
  .p-md-136 {
    padding: 136px !important;
  }
  .p-md-144 {
    padding: 144px !important;
  }
  .p-md-152 {
    padding: 152px !important;
  }
  .p-md-160 {
    padding: 160px !important;
  }
  .p-md-168 {
    padding: 168px !important;
  }
  .p-md-176 {
    padding: 176px !important;
  }
  .p-md-184 {
    padding: 184px !important;
  }
  .p-md-192 {
    padding: 192px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
  .p-md-208 {
    padding: 208px !important;
  }
  .p-md-216 {
    padding: 216px !important;
  }
  .p-md-224 {
    padding: 224px !important;
  }
  .p-md-232 {
    padding: 232px !important;
  }
  .p-md-240 {
    padding: 240px !important;
  }
  .p-md-248 {
    padding: 248px !important;
  }
  .p-md-256 {
    padding: 256px !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;
  }
  .px-md-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-md-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-md-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-md-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-md-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-md-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-md-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-md-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-md-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .px-md-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-md-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .px-md-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .px-md-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .px-md-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .px-md-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .px-md-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .px-md-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .px-md-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .px-md-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .px-md-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .px-md-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .px-md-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .px-md-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .px-md-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .px-md-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .px-md-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .px-md-256 {
    padding-right: 256px !important;
    padding-left: 256px !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;
  }
  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-md-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-md-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-md-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-md-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-md-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .py-md-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-md-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .py-md-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .py-md-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .py-md-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-md-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .py-md-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .py-md-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .py-md-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .py-md-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .py-md-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .py-md-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .py-md-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .py-md-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .py-md-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .py-md-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !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;
  }
  .pt-md-8 {
    padding-top: 8px !important;
  }
  .pt-md-12 {
    padding-top: 12px !important;
  }
  .pt-md-16 {
    padding-top: 16px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-24 {
    padding-top: 24px !important;
  }
  .pt-md-32 {
    padding-top: 32px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-48 {
    padding-top: 48px !important;
  }
  .pt-md-56 {
    padding-top: 56px !important;
  }
  .pt-md-64 {
    padding-top: 64px !important;
  }
  .pt-md-72 {
    padding-top: 72px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-88 {
    padding-top: 88px !important;
  }
  .pt-md-96 {
    padding-top: 96px !important;
  }
  .pt-md-104 {
    padding-top: 104px !important;
  }
  .pt-md-112 {
    padding-top: 112px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pt-md-128 {
    padding-top: 128px !important;
  }
  .pt-md-136 {
    padding-top: 136px !important;
  }
  .pt-md-144 {
    padding-top: 144px !important;
  }
  .pt-md-152 {
    padding-top: 152px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pt-md-168 {
    padding-top: 168px !important;
  }
  .pt-md-176 {
    padding-top: 176px !important;
  }
  .pt-md-184 {
    padding-top: 184px !important;
  }
  .pt-md-192 {
    padding-top: 192px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  .pt-md-208 {
    padding-top: 208px !important;
  }
  .pt-md-216 {
    padding-top: 216px !important;
  }
  .pt-md-224 {
    padding-top: 224px !important;
  }
  .pt-md-232 {
    padding-top: 232px !important;
  }
  .pt-md-240 {
    padding-top: 240px !important;
  }
  .pt-md-248 {
    padding-top: 248px !important;
  }
  .pt-md-256 {
    padding-top: 256px !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;
  }
  .pe-md-8 {
    padding-right: 8px !important;
  }
  .pe-md-12 {
    padding-right: 12px !important;
  }
  .pe-md-16 {
    padding-right: 16px !important;
  }
  .pe-md-20 {
    padding-right: 20px !important;
  }
  .pe-md-24 {
    padding-right: 24px !important;
  }
  .pe-md-32 {
    padding-right: 32px !important;
  }
  .pe-md-40 {
    padding-right: 40px !important;
  }
  .pe-md-48 {
    padding-right: 48px !important;
  }
  .pe-md-56 {
    padding-right: 56px !important;
  }
  .pe-md-64 {
    padding-right: 64px !important;
  }
  .pe-md-72 {
    padding-right: 72px !important;
  }
  .pe-md-80 {
    padding-right: 80px !important;
  }
  .pe-md-88 {
    padding-right: 88px !important;
  }
  .pe-md-96 {
    padding-right: 96px !important;
  }
  .pe-md-104 {
    padding-right: 104px !important;
  }
  .pe-md-112 {
    padding-right: 112px !important;
  }
  .pe-md-120 {
    padding-right: 120px !important;
  }
  .pe-md-128 {
    padding-right: 128px !important;
  }
  .pe-md-136 {
    padding-right: 136px !important;
  }
  .pe-md-144 {
    padding-right: 144px !important;
  }
  .pe-md-152 {
    padding-right: 152px !important;
  }
  .pe-md-160 {
    padding-right: 160px !important;
  }
  .pe-md-168 {
    padding-right: 168px !important;
  }
  .pe-md-176 {
    padding-right: 176px !important;
  }
  .pe-md-184 {
    padding-right: 184px !important;
  }
  .pe-md-192 {
    padding-right: 192px !important;
  }
  .pe-md-200 {
    padding-right: 200px !important;
  }
  .pe-md-208 {
    padding-right: 208px !important;
  }
  .pe-md-216 {
    padding-right: 216px !important;
  }
  .pe-md-224 {
    padding-right: 224px !important;
  }
  .pe-md-232 {
    padding-right: 232px !important;
  }
  .pe-md-240 {
    padding-right: 240px !important;
  }
  .pe-md-248 {
    padding-right: 248px !important;
  }
  .pe-md-256 {
    padding-right: 256px !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;
  }
  .pb-md-8 {
    padding-bottom: 8px !important;
  }
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  .pb-md-16 {
    padding-bottom: 16px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  .pb-md-32 {
    padding-bottom: 32px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-48 {
    padding-bottom: 48px !important;
  }
  .pb-md-56 {
    padding-bottom: 56px !important;
  }
  .pb-md-64 {
    padding-bottom: 64px !important;
  }
  .pb-md-72 {
    padding-bottom: 72px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-88 {
    padding-bottom: 88px !important;
  }
  .pb-md-96 {
    padding-bottom: 96px !important;
  }
  .pb-md-104 {
    padding-bottom: 104px !important;
  }
  .pb-md-112 {
    padding-bottom: 112px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pb-md-128 {
    padding-bottom: 128px !important;
  }
  .pb-md-136 {
    padding-bottom: 136px !important;
  }
  .pb-md-144 {
    padding-bottom: 144px !important;
  }
  .pb-md-152 {
    padding-bottom: 152px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .pb-md-168 {
    padding-bottom: 168px !important;
  }
  .pb-md-176 {
    padding-bottom: 176px !important;
  }
  .pb-md-184 {
    padding-bottom: 184px !important;
  }
  .pb-md-192 {
    padding-bottom: 192px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  .pb-md-208 {
    padding-bottom: 208px !important;
  }
  .pb-md-216 {
    padding-bottom: 216px !important;
  }
  .pb-md-224 {
    padding-bottom: 224px !important;
  }
  .pb-md-232 {
    padding-bottom: 232px !important;
  }
  .pb-md-240 {
    padding-bottom: 240px !important;
  }
  .pb-md-248 {
    padding-bottom: 248px !important;
  }
  .pb-md-256 {
    padding-bottom: 256px !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;
  }
  .ps-md-8 {
    padding-left: 8px !important;
  }
  .ps-md-12 {
    padding-left: 12px !important;
  }
  .ps-md-16 {
    padding-left: 16px !important;
  }
  .ps-md-20 {
    padding-left: 20px !important;
  }
  .ps-md-24 {
    padding-left: 24px !important;
  }
  .ps-md-32 {
    padding-left: 32px !important;
  }
  .ps-md-40 {
    padding-left: 40px !important;
  }
  .ps-md-48 {
    padding-left: 48px !important;
  }
  .ps-md-56 {
    padding-left: 56px !important;
  }
  .ps-md-64 {
    padding-left: 64px !important;
  }
  .ps-md-72 {
    padding-left: 72px !important;
  }
  .ps-md-80 {
    padding-left: 80px !important;
  }
  .ps-md-88 {
    padding-left: 88px !important;
  }
  .ps-md-96 {
    padding-left: 96px !important;
  }
  .ps-md-104 {
    padding-left: 104px !important;
  }
  .ps-md-112 {
    padding-left: 112px !important;
  }
  .ps-md-120 {
    padding-left: 120px !important;
  }
  .ps-md-128 {
    padding-left: 128px !important;
  }
  .ps-md-136 {
    padding-left: 136px !important;
  }
  .ps-md-144 {
    padding-left: 144px !important;
  }
  .ps-md-152 {
    padding-left: 152px !important;
  }
  .ps-md-160 {
    padding-left: 160px !important;
  }
  .ps-md-168 {
    padding-left: 168px !important;
  }
  .ps-md-176 {
    padding-left: 176px !important;
  }
  .ps-md-184 {
    padding-left: 184px !important;
  }
  .ps-md-192 {
    padding-left: 192px !important;
  }
  .ps-md-200 {
    padding-left: 200px !important;
  }
  .ps-md-208 {
    padding-left: 208px !important;
  }
  .ps-md-216 {
    padding-left: 216px !important;
  }
  .ps-md-224 {
    padding-left: 224px !important;
  }
  .ps-md-232 {
    padding-left: 232px !important;
  }
  .ps-md-240 {
    padding-left: 240px !important;
  }
  .ps-md-248 {
    padding-left: 248px !important;
  }
  .ps-md-256 {
    padding-left: 256px !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;
  }
  .gap-md-8 {
    gap: 8px !important;
  }
  .gap-md-12 {
    gap: 12px !important;
  }
  .gap-md-16 {
    gap: 16px !important;
  }
  .gap-md-20 {
    gap: 20px !important;
  }
  .gap-md-24 {
    gap: 24px !important;
  }
  .gap-md-32 {
    gap: 32px !important;
  }
  .gap-md-40 {
    gap: 40px !important;
  }
  .gap-md-48 {
    gap: 48px !important;
  }
  .gap-md-56 {
    gap: 56px !important;
  }
  .gap-md-64 {
    gap: 64px !important;
  }
  .gap-md-72 {
    gap: 72px !important;
  }
  .gap-md-80 {
    gap: 80px !important;
  }
  .gap-md-88 {
    gap: 88px !important;
  }
  .gap-md-96 {
    gap: 96px !important;
  }
  .gap-md-104 {
    gap: 104px !important;
  }
  .gap-md-112 {
    gap: 112px !important;
  }
  .gap-md-120 {
    gap: 120px !important;
  }
  .gap-md-128 {
    gap: 128px !important;
  }
  .gap-md-136 {
    gap: 136px !important;
  }
  .gap-md-144 {
    gap: 144px !important;
  }
  .gap-md-152 {
    gap: 152px !important;
  }
  .gap-md-160 {
    gap: 160px !important;
  }
  .gap-md-168 {
    gap: 168px !important;
  }
  .gap-md-176 {
    gap: 176px !important;
  }
  .gap-md-184 {
    gap: 184px !important;
  }
  .gap-md-192 {
    gap: 192px !important;
  }
  .gap-md-200 {
    gap: 200px !important;
  }
  .gap-md-208 {
    gap: 208px !important;
  }
  .gap-md-216 {
    gap: 216px !important;
  }
  .gap-md-224 {
    gap: 224px !important;
  }
  .gap-md-232 {
    gap: 232px !important;
  }
  .gap-md-240 {
    gap: 240px !important;
  }
  .gap-md-248 {
    gap: 248px !important;
  }
  .gap-md-256 {
    gap: 256px !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;
  }
  .row-gap-md-8 {
    row-gap: 8px !important;
  }
  .row-gap-md-12 {
    row-gap: 12px !important;
  }
  .row-gap-md-16 {
    row-gap: 16px !important;
  }
  .row-gap-md-20 {
    row-gap: 20px !important;
  }
  .row-gap-md-24 {
    row-gap: 24px !important;
  }
  .row-gap-md-32 {
    row-gap: 32px !important;
  }
  .row-gap-md-40 {
    row-gap: 40px !important;
  }
  .row-gap-md-48 {
    row-gap: 48px !important;
  }
  .row-gap-md-56 {
    row-gap: 56px !important;
  }
  .row-gap-md-64 {
    row-gap: 64px !important;
  }
  .row-gap-md-72 {
    row-gap: 72px !important;
  }
  .row-gap-md-80 {
    row-gap: 80px !important;
  }
  .row-gap-md-88 {
    row-gap: 88px !important;
  }
  .row-gap-md-96 {
    row-gap: 96px !important;
  }
  .row-gap-md-104 {
    row-gap: 104px !important;
  }
  .row-gap-md-112 {
    row-gap: 112px !important;
  }
  .row-gap-md-120 {
    row-gap: 120px !important;
  }
  .row-gap-md-128 {
    row-gap: 128px !important;
  }
  .row-gap-md-136 {
    row-gap: 136px !important;
  }
  .row-gap-md-144 {
    row-gap: 144px !important;
  }
  .row-gap-md-152 {
    row-gap: 152px !important;
  }
  .row-gap-md-160 {
    row-gap: 160px !important;
  }
  .row-gap-md-168 {
    row-gap: 168px !important;
  }
  .row-gap-md-176 {
    row-gap: 176px !important;
  }
  .row-gap-md-184 {
    row-gap: 184px !important;
  }
  .row-gap-md-192 {
    row-gap: 192px !important;
  }
  .row-gap-md-200 {
    row-gap: 200px !important;
  }
  .row-gap-md-208 {
    row-gap: 208px !important;
  }
  .row-gap-md-216 {
    row-gap: 216px !important;
  }
  .row-gap-md-224 {
    row-gap: 224px !important;
  }
  .row-gap-md-232 {
    row-gap: 232px !important;
  }
  .row-gap-md-240 {
    row-gap: 240px !important;
  }
  .row-gap-md-248 {
    row-gap: 248px !important;
  }
  .row-gap-md-256 {
    row-gap: 256px !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .column-gap-md-8 {
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }
  .column-gap-md-12 {
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }
  .column-gap-md-16 {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }
  .column-gap-md-20 {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }
  .column-gap-md-24 {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }
  .column-gap-md-32 {
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }
  .column-gap-md-40 {
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }
  .column-gap-md-48 {
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }
  .column-gap-md-56 {
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }
  .column-gap-md-64 {
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }
  .column-gap-md-72 {
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }
  .column-gap-md-80 {
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }
  .column-gap-md-88 {
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }
  .column-gap-md-96 {
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }
  .column-gap-md-104 {
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }
  .column-gap-md-112 {
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }
  .column-gap-md-120 {
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }
  .column-gap-md-128 {
    -webkit-column-gap: 128px !important;
       -moz-column-gap: 128px !important;
            column-gap: 128px !important;
  }
  .column-gap-md-136 {
    -webkit-column-gap: 136px !important;
       -moz-column-gap: 136px !important;
            column-gap: 136px !important;
  }
  .column-gap-md-144 {
    -webkit-column-gap: 144px !important;
       -moz-column-gap: 144px !important;
            column-gap: 144px !important;
  }
  .column-gap-md-152 {
    -webkit-column-gap: 152px !important;
       -moz-column-gap: 152px !important;
            column-gap: 152px !important;
  }
  .column-gap-md-160 {
    -webkit-column-gap: 160px !important;
       -moz-column-gap: 160px !important;
            column-gap: 160px !important;
  }
  .column-gap-md-168 {
    -webkit-column-gap: 168px !important;
       -moz-column-gap: 168px !important;
            column-gap: 168px !important;
  }
  .column-gap-md-176 {
    -webkit-column-gap: 176px !important;
       -moz-column-gap: 176px !important;
            column-gap: 176px !important;
  }
  .column-gap-md-184 {
    -webkit-column-gap: 184px !important;
       -moz-column-gap: 184px !important;
            column-gap: 184px !important;
  }
  .column-gap-md-192 {
    -webkit-column-gap: 192px !important;
       -moz-column-gap: 192px !important;
            column-gap: 192px !important;
  }
  .column-gap-md-200 {
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }
  .column-gap-md-208 {
    -webkit-column-gap: 208px !important;
       -moz-column-gap: 208px !important;
            column-gap: 208px !important;
  }
  .column-gap-md-216 {
    -webkit-column-gap: 216px !important;
       -moz-column-gap: 216px !important;
            column-gap: 216px !important;
  }
  .column-gap-md-224 {
    -webkit-column-gap: 224px !important;
       -moz-column-gap: 224px !important;
            column-gap: 224px !important;
  }
  .column-gap-md-232 {
    -webkit-column-gap: 232px !important;
       -moz-column-gap: 232px !important;
            column-gap: 232px !important;
  }
  .column-gap-md-240 {
    -webkit-column-gap: 240px !important;
       -moz-column-gap: 240px !important;
            column-gap: 240px !important;
  }
  .column-gap-md-248 {
    -webkit-column-gap: 248px !important;
       -moz-column-gap: 248px !important;
            column-gap: 248px !important;
  }
  .column-gap-md-256 {
    -webkit-column-gap: 256px !important;
       -moz-column-gap: 256px !important;
            column-gap: 256px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .ratio-md-1x1 {
    --vju-aspect-ratio: 100% !important;
  }
  .ratio-md-2x3 {
    --vju-aspect-ratio: 150% !important;
  }
  .ratio-md-3x4 {
    --vju-aspect-ratio: 133.3333333333% !important;
  }
  .ratio-md-9x16 {
    --vju-aspect-ratio: 177.7777777778% !important;
  }
  .ratio-md-9x21 {
    --vju-aspect-ratio: 233.3333333333% !important;
  }
  .ratio-md-9x30 {
    --vju-aspect-ratio: 333.3333333333% !important;
  }
  .ratio-md-3x2 {
    --vju-aspect-ratio: 66.6666666667% !important;
  }
  .ratio-md-4x3 {
    --vju-aspect-ratio: 75% !important;
  }
  .ratio-md-16x9 {
    --vju-aspect-ratio: 56.25% !important;
  }
  .ratio-md-21x9 {
    --vju-aspect-ratio: 42.8571428571% !important;
  }
  .ratio-md-30x9 {
    --vju-aspect-ratio: 30% !important;
  }
  .ratio-md-1x4vh {
    --vju-aspect-ratio: 25vh !important;
  }
  .ratio-md-2x4vh {
    --vju-aspect-ratio: 50vh !important;
  }
  .ratio-md-3x4vh {
    --vju-aspect-ratio: 75vh !important;
  }
  .ratio-md-4x4vh {
    --vju-aspect-ratio: 100vh !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: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !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-8 {
    margin: 8px !important;
  }
  .m-lg-12 {
    margin: 12px !important;
  }
  .m-lg-16 {
    margin: 16px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .m-lg-24 {
    margin: 24px !important;
  }
  .m-lg-32 {
    margin: 32px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .m-lg-48 {
    margin: 48px !important;
  }
  .m-lg-56 {
    margin: 56px !important;
  }
  .m-lg-64 {
    margin: 64px !important;
  }
  .m-lg-72 {
    margin: 72px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .m-lg-88 {
    margin: 88px !important;
  }
  .m-lg-96 {
    margin: 96px !important;
  }
  .m-lg-104 {
    margin: 104px !important;
  }
  .m-lg-112 {
    margin: 112px !important;
  }
  .m-lg-120 {
    margin: 120px !important;
  }
  .m-lg-128 {
    margin: 128px !important;
  }
  .m-lg-136 {
    margin: 136px !important;
  }
  .m-lg-144 {
    margin: 144px !important;
  }
  .m-lg-152 {
    margin: 152px !important;
  }
  .m-lg-160 {
    margin: 160px !important;
  }
  .m-lg-168 {
    margin: 168px !important;
  }
  .m-lg-176 {
    margin: 176px !important;
  }
  .m-lg-184 {
    margin: 184px !important;
  }
  .m-lg-192 {
    margin: 192px !important;
  }
  .m-lg-200 {
    margin: 200px !important;
  }
  .m-lg-208 {
    margin: 208px !important;
  }
  .m-lg-216 {
    margin: 216px !important;
  }
  .m-lg-224 {
    margin: 224px !important;
  }
  .m-lg-232 {
    margin: 232px !important;
  }
  .m-lg-240 {
    margin: 240px !important;
  }
  .m-lg-248 {
    margin: 248px !important;
  }
  .m-lg-256 {
    margin: 256px !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-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-lg-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-lg-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-lg-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-lg-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-lg-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-lg-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-lg-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-lg-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-lg-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .mx-lg-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-lg-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .mx-lg-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .mx-lg-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .mx-lg-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .mx-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .mx-lg-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .mx-lg-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .mx-lg-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .mx-lg-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .mx-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .mx-lg-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .mx-lg-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .mx-lg-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .mx-lg-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .mx-lg-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .mx-lg-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .mx-lg-256 {
    margin-right: 256px !important;
    margin-left: 256px !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-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-lg-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-lg-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-lg-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-lg-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-lg-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .my-lg-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-lg-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .my-lg-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .my-lg-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .my-lg-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-lg-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .my-lg-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .my-lg-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .my-lg-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .my-lg-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .my-lg-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .my-lg-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .my-lg-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .my-lg-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .my-lg-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .my-lg-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !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-8 {
    margin-top: 8px !important;
  }
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  .mt-lg-16 {
    margin-top: 16px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  .mt-lg-32 {
    margin-top: 32px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg-48 {
    margin-top: 48px !important;
  }
  .mt-lg-56 {
    margin-top: 56px !important;
  }
  .mt-lg-64 {
    margin-top: 64px !important;
  }
  .mt-lg-72 {
    margin-top: 72px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-88 {
    margin-top: 88px !important;
  }
  .mt-lg-96 {
    margin-top: 96px !important;
  }
  .mt-lg-104 {
    margin-top: 104px !important;
  }
  .mt-lg-112 {
    margin-top: 112px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mt-lg-128 {
    margin-top: 128px !important;
  }
  .mt-lg-136 {
    margin-top: 136px !important;
  }
  .mt-lg-144 {
    margin-top: 144px !important;
  }
  .mt-lg-152 {
    margin-top: 152px !important;
  }
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .mt-lg-168 {
    margin-top: 168px !important;
  }
  .mt-lg-176 {
    margin-top: 176px !important;
  }
  .mt-lg-184 {
    margin-top: 184px !important;
  }
  .mt-lg-192 {
    margin-top: 192px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .mt-lg-208 {
    margin-top: 208px !important;
  }
  .mt-lg-216 {
    margin-top: 216px !important;
  }
  .mt-lg-224 {
    margin-top: 224px !important;
  }
  .mt-lg-232 {
    margin-top: 232px !important;
  }
  .mt-lg-240 {
    margin-top: 240px !important;
  }
  .mt-lg-248 {
    margin-top: 248px !important;
  }
  .mt-lg-256 {
    margin-top: 256px !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-8 {
    margin-right: 8px !important;
  }
  .me-lg-12 {
    margin-right: 12px !important;
  }
  .me-lg-16 {
    margin-right: 16px !important;
  }
  .me-lg-20 {
    margin-right: 20px !important;
  }
  .me-lg-24 {
    margin-right: 24px !important;
  }
  .me-lg-32 {
    margin-right: 32px !important;
  }
  .me-lg-40 {
    margin-right: 40px !important;
  }
  .me-lg-48 {
    margin-right: 48px !important;
  }
  .me-lg-56 {
    margin-right: 56px !important;
  }
  .me-lg-64 {
    margin-right: 64px !important;
  }
  .me-lg-72 {
    margin-right: 72px !important;
  }
  .me-lg-80 {
    margin-right: 80px !important;
  }
  .me-lg-88 {
    margin-right: 88px !important;
  }
  .me-lg-96 {
    margin-right: 96px !important;
  }
  .me-lg-104 {
    margin-right: 104px !important;
  }
  .me-lg-112 {
    margin-right: 112px !important;
  }
  .me-lg-120 {
    margin-right: 120px !important;
  }
  .me-lg-128 {
    margin-right: 128px !important;
  }
  .me-lg-136 {
    margin-right: 136px !important;
  }
  .me-lg-144 {
    margin-right: 144px !important;
  }
  .me-lg-152 {
    margin-right: 152px !important;
  }
  .me-lg-160 {
    margin-right: 160px !important;
  }
  .me-lg-168 {
    margin-right: 168px !important;
  }
  .me-lg-176 {
    margin-right: 176px !important;
  }
  .me-lg-184 {
    margin-right: 184px !important;
  }
  .me-lg-192 {
    margin-right: 192px !important;
  }
  .me-lg-200 {
    margin-right: 200px !important;
  }
  .me-lg-208 {
    margin-right: 208px !important;
  }
  .me-lg-216 {
    margin-right: 216px !important;
  }
  .me-lg-224 {
    margin-right: 224px !important;
  }
  .me-lg-232 {
    margin-right: 232px !important;
  }
  .me-lg-240 {
    margin-right: 240px !important;
  }
  .me-lg-248 {
    margin-right: 248px !important;
  }
  .me-lg-256 {
    margin-right: 256px !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-8 {
    margin-bottom: 8px !important;
  }
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .mb-lg-16 {
    margin-bottom: 16px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .mb-lg-32 {
    margin-bottom: 32px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-48 {
    margin-bottom: 48px !important;
  }
  .mb-lg-56 {
    margin-bottom: 56px !important;
  }
  .mb-lg-64 {
    margin-bottom: 64px !important;
  }
  .mb-lg-72 {
    margin-bottom: 72px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-88 {
    margin-bottom: 88px !important;
  }
  .mb-lg-96 {
    margin-bottom: 96px !important;
  }
  .mb-lg-104 {
    margin-bottom: 104px !important;
  }
  .mb-lg-112 {
    margin-bottom: 112px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-128 {
    margin-bottom: 128px !important;
  }
  .mb-lg-136 {
    margin-bottom: 136px !important;
  }
  .mb-lg-144 {
    margin-bottom: 144px !important;
  }
  .mb-lg-152 {
    margin-bottom: 152px !important;
  }
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .mb-lg-168 {
    margin-bottom: 168px !important;
  }
  .mb-lg-176 {
    margin-bottom: 176px !important;
  }
  .mb-lg-184 {
    margin-bottom: 184px !important;
  }
  .mb-lg-192 {
    margin-bottom: 192px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  .mb-lg-208 {
    margin-bottom: 208px !important;
  }
  .mb-lg-216 {
    margin-bottom: 216px !important;
  }
  .mb-lg-224 {
    margin-bottom: 224px !important;
  }
  .mb-lg-232 {
    margin-bottom: 232px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .mb-lg-248 {
    margin-bottom: 248px !important;
  }
  .mb-lg-256 {
    margin-bottom: 256px !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-8 {
    margin-left: 8px !important;
  }
  .ms-lg-12 {
    margin-left: 12px !important;
  }
  .ms-lg-16 {
    margin-left: 16px !important;
  }
  .ms-lg-20 {
    margin-left: 20px !important;
  }
  .ms-lg-24 {
    margin-left: 24px !important;
  }
  .ms-lg-32 {
    margin-left: 32px !important;
  }
  .ms-lg-40 {
    margin-left: 40px !important;
  }
  .ms-lg-48 {
    margin-left: 48px !important;
  }
  .ms-lg-56 {
    margin-left: 56px !important;
  }
  .ms-lg-64 {
    margin-left: 64px !important;
  }
  .ms-lg-72 {
    margin-left: 72px !important;
  }
  .ms-lg-80 {
    margin-left: 80px !important;
  }
  .ms-lg-88 {
    margin-left: 88px !important;
  }
  .ms-lg-96 {
    margin-left: 96px !important;
  }
  .ms-lg-104 {
    margin-left: 104px !important;
  }
  .ms-lg-112 {
    margin-left: 112px !important;
  }
  .ms-lg-120 {
    margin-left: 120px !important;
  }
  .ms-lg-128 {
    margin-left: 128px !important;
  }
  .ms-lg-136 {
    margin-left: 136px !important;
  }
  .ms-lg-144 {
    margin-left: 144px !important;
  }
  .ms-lg-152 {
    margin-left: 152px !important;
  }
  .ms-lg-160 {
    margin-left: 160px !important;
  }
  .ms-lg-168 {
    margin-left: 168px !important;
  }
  .ms-lg-176 {
    margin-left: 176px !important;
  }
  .ms-lg-184 {
    margin-left: 184px !important;
  }
  .ms-lg-192 {
    margin-left: 192px !important;
  }
  .ms-lg-200 {
    margin-left: 200px !important;
  }
  .ms-lg-208 {
    margin-left: 208px !important;
  }
  .ms-lg-216 {
    margin-left: 216px !important;
  }
  .ms-lg-224 {
    margin-left: 224px !important;
  }
  .ms-lg-232 {
    margin-left: 232px !important;
  }
  .ms-lg-240 {
    margin-left: 240px !important;
  }
  .ms-lg-248 {
    margin-left: 248px !important;
  }
  .ms-lg-256 {
    margin-left: 256px !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;
  }
  .p-lg-8 {
    padding: 8px !important;
  }
  .p-lg-12 {
    padding: 12px !important;
  }
  .p-lg-16 {
    padding: 16px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .p-lg-24 {
    padding: 24px !important;
  }
  .p-lg-32 {
    padding: 32px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .p-lg-48 {
    padding: 48px !important;
  }
  .p-lg-56 {
    padding: 56px !important;
  }
  .p-lg-64 {
    padding: 64px !important;
  }
  .p-lg-72 {
    padding: 72px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .p-lg-88 {
    padding: 88px !important;
  }
  .p-lg-96 {
    padding: 96px !important;
  }
  .p-lg-104 {
    padding: 104px !important;
  }
  .p-lg-112 {
    padding: 112px !important;
  }
  .p-lg-120 {
    padding: 120px !important;
  }
  .p-lg-128 {
    padding: 128px !important;
  }
  .p-lg-136 {
    padding: 136px !important;
  }
  .p-lg-144 {
    padding: 144px !important;
  }
  .p-lg-152 {
    padding: 152px !important;
  }
  .p-lg-160 {
    padding: 160px !important;
  }
  .p-lg-168 {
    padding: 168px !important;
  }
  .p-lg-176 {
    padding: 176px !important;
  }
  .p-lg-184 {
    padding: 184px !important;
  }
  .p-lg-192 {
    padding: 192px !important;
  }
  .p-lg-200 {
    padding: 200px !important;
  }
  .p-lg-208 {
    padding: 208px !important;
  }
  .p-lg-216 {
    padding: 216px !important;
  }
  .p-lg-224 {
    padding: 224px !important;
  }
  .p-lg-232 {
    padding: 232px !important;
  }
  .p-lg-240 {
    padding: 240px !important;
  }
  .p-lg-248 {
    padding: 248px !important;
  }
  .p-lg-256 {
    padding: 256px !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;
  }
  .px-lg-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-lg-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-lg-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-lg-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-lg-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-lg-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-lg-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-lg-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-lg-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-lg-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .px-lg-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-lg-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .px-lg-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .px-lg-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .px-lg-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .px-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .px-lg-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .px-lg-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .px-lg-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .px-lg-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .px-lg-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .px-lg-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .px-lg-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .px-lg-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .px-lg-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .px-lg-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .px-lg-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .px-lg-256 {
    padding-right: 256px !important;
    padding-left: 256px !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;
  }
  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-lg-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-lg-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-lg-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-lg-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-lg-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-lg-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-lg-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .py-lg-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-lg-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .py-lg-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .py-lg-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .py-lg-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-lg-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .py-lg-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .py-lg-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .py-lg-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .py-lg-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .py-lg-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .py-lg-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .py-lg-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .py-lg-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .py-lg-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .py-lg-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !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;
  }
  .pt-lg-8 {
    padding-top: 8px !important;
  }
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  .pt-lg-16 {
    padding-top: 16px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  .pt-lg-32 {
    padding-top: 32px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pt-lg-48 {
    padding-top: 48px !important;
  }
  .pt-lg-56 {
    padding-top: 56px !important;
  }
  .pt-lg-64 {
    padding-top: 64px !important;
  }
  .pt-lg-72 {
    padding-top: 72px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-88 {
    padding-top: 88px !important;
  }
  .pt-lg-96 {
    padding-top: 96px !important;
  }
  .pt-lg-104 {
    padding-top: 104px !important;
  }
  .pt-lg-112 {
    padding-top: 112px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pt-lg-128 {
    padding-top: 128px !important;
  }
  .pt-lg-136 {
    padding-top: 136px !important;
  }
  .pt-lg-144 {
    padding-top: 144px !important;
  }
  .pt-lg-152 {
    padding-top: 152px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  .pt-lg-168 {
    padding-top: 168px !important;
  }
  .pt-lg-176 {
    padding-top: 176px !important;
  }
  .pt-lg-184 {
    padding-top: 184px !important;
  }
  .pt-lg-192 {
    padding-top: 192px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  .pt-lg-208 {
    padding-top: 208px !important;
  }
  .pt-lg-216 {
    padding-top: 216px !important;
  }
  .pt-lg-224 {
    padding-top: 224px !important;
  }
  .pt-lg-232 {
    padding-top: 232px !important;
  }
  .pt-lg-240 {
    padding-top: 240px !important;
  }
  .pt-lg-248 {
    padding-top: 248px !important;
  }
  .pt-lg-256 {
    padding-top: 256px !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;
  }
  .pe-lg-8 {
    padding-right: 8px !important;
  }
  .pe-lg-12 {
    padding-right: 12px !important;
  }
  .pe-lg-16 {
    padding-right: 16px !important;
  }
  .pe-lg-20 {
    padding-right: 20px !important;
  }
  .pe-lg-24 {
    padding-right: 24px !important;
  }
  .pe-lg-32 {
    padding-right: 32px !important;
  }
  .pe-lg-40 {
    padding-right: 40px !important;
  }
  .pe-lg-48 {
    padding-right: 48px !important;
  }
  .pe-lg-56 {
    padding-right: 56px !important;
  }
  .pe-lg-64 {
    padding-right: 64px !important;
  }
  .pe-lg-72 {
    padding-right: 72px !important;
  }
  .pe-lg-80 {
    padding-right: 80px !important;
  }
  .pe-lg-88 {
    padding-right: 88px !important;
  }
  .pe-lg-96 {
    padding-right: 96px !important;
  }
  .pe-lg-104 {
    padding-right: 104px !important;
  }
  .pe-lg-112 {
    padding-right: 112px !important;
  }
  .pe-lg-120 {
    padding-right: 120px !important;
  }
  .pe-lg-128 {
    padding-right: 128px !important;
  }
  .pe-lg-136 {
    padding-right: 136px !important;
  }
  .pe-lg-144 {
    padding-right: 144px !important;
  }
  .pe-lg-152 {
    padding-right: 152px !important;
  }
  .pe-lg-160 {
    padding-right: 160px !important;
  }
  .pe-lg-168 {
    padding-right: 168px !important;
  }
  .pe-lg-176 {
    padding-right: 176px !important;
  }
  .pe-lg-184 {
    padding-right: 184px !important;
  }
  .pe-lg-192 {
    padding-right: 192px !important;
  }
  .pe-lg-200 {
    padding-right: 200px !important;
  }
  .pe-lg-208 {
    padding-right: 208px !important;
  }
  .pe-lg-216 {
    padding-right: 216px !important;
  }
  .pe-lg-224 {
    padding-right: 224px !important;
  }
  .pe-lg-232 {
    padding-right: 232px !important;
  }
  .pe-lg-240 {
    padding-right: 240px !important;
  }
  .pe-lg-248 {
    padding-right: 248px !important;
  }
  .pe-lg-256 {
    padding-right: 256px !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;
  }
  .pb-lg-8 {
    padding-bottom: 8px !important;
  }
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .pb-lg-16 {
    padding-bottom: 16px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .pb-lg-32 {
    padding-bottom: 32px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pb-lg-48 {
    padding-bottom: 48px !important;
  }
  .pb-lg-56 {
    padding-bottom: 56px !important;
  }
  .pb-lg-64 {
    padding-bottom: 64px !important;
  }
  .pb-lg-72 {
    padding-bottom: 72px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-88 {
    padding-bottom: 88px !important;
  }
  .pb-lg-96 {
    padding-bottom: 96px !important;
  }
  .pb-lg-104 {
    padding-bottom: 104px !important;
  }
  .pb-lg-112 {
    padding-bottom: 112px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pb-lg-128 {
    padding-bottom: 128px !important;
  }
  .pb-lg-136 {
    padding-bottom: 136px !important;
  }
  .pb-lg-144 {
    padding-bottom: 144px !important;
  }
  .pb-lg-152 {
    padding-bottom: 152px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  .pb-lg-168 {
    padding-bottom: 168px !important;
  }
  .pb-lg-176 {
    padding-bottom: 176px !important;
  }
  .pb-lg-184 {
    padding-bottom: 184px !important;
  }
  .pb-lg-192 {
    padding-bottom: 192px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  .pb-lg-208 {
    padding-bottom: 208px !important;
  }
  .pb-lg-216 {
    padding-bottom: 216px !important;
  }
  .pb-lg-224 {
    padding-bottom: 224px !important;
  }
  .pb-lg-232 {
    padding-bottom: 232px !important;
  }
  .pb-lg-240 {
    padding-bottom: 240px !important;
  }
  .pb-lg-248 {
    padding-bottom: 248px !important;
  }
  .pb-lg-256 {
    padding-bottom: 256px !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;
  }
  .ps-lg-8 {
    padding-left: 8px !important;
  }
  .ps-lg-12 {
    padding-left: 12px !important;
  }
  .ps-lg-16 {
    padding-left: 16px !important;
  }
  .ps-lg-20 {
    padding-left: 20px !important;
  }
  .ps-lg-24 {
    padding-left: 24px !important;
  }
  .ps-lg-32 {
    padding-left: 32px !important;
  }
  .ps-lg-40 {
    padding-left: 40px !important;
  }
  .ps-lg-48 {
    padding-left: 48px !important;
  }
  .ps-lg-56 {
    padding-left: 56px !important;
  }
  .ps-lg-64 {
    padding-left: 64px !important;
  }
  .ps-lg-72 {
    padding-left: 72px !important;
  }
  .ps-lg-80 {
    padding-left: 80px !important;
  }
  .ps-lg-88 {
    padding-left: 88px !important;
  }
  .ps-lg-96 {
    padding-left: 96px !important;
  }
  .ps-lg-104 {
    padding-left: 104px !important;
  }
  .ps-lg-112 {
    padding-left: 112px !important;
  }
  .ps-lg-120 {
    padding-left: 120px !important;
  }
  .ps-lg-128 {
    padding-left: 128px !important;
  }
  .ps-lg-136 {
    padding-left: 136px !important;
  }
  .ps-lg-144 {
    padding-left: 144px !important;
  }
  .ps-lg-152 {
    padding-left: 152px !important;
  }
  .ps-lg-160 {
    padding-left: 160px !important;
  }
  .ps-lg-168 {
    padding-left: 168px !important;
  }
  .ps-lg-176 {
    padding-left: 176px !important;
  }
  .ps-lg-184 {
    padding-left: 184px !important;
  }
  .ps-lg-192 {
    padding-left: 192px !important;
  }
  .ps-lg-200 {
    padding-left: 200px !important;
  }
  .ps-lg-208 {
    padding-left: 208px !important;
  }
  .ps-lg-216 {
    padding-left: 216px !important;
  }
  .ps-lg-224 {
    padding-left: 224px !important;
  }
  .ps-lg-232 {
    padding-left: 232px !important;
  }
  .ps-lg-240 {
    padding-left: 240px !important;
  }
  .ps-lg-248 {
    padding-left: 248px !important;
  }
  .ps-lg-256 {
    padding-left: 256px !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;
  }
  .gap-lg-8 {
    gap: 8px !important;
  }
  .gap-lg-12 {
    gap: 12px !important;
  }
  .gap-lg-16 {
    gap: 16px !important;
  }
  .gap-lg-20 {
    gap: 20px !important;
  }
  .gap-lg-24 {
    gap: 24px !important;
  }
  .gap-lg-32 {
    gap: 32px !important;
  }
  .gap-lg-40 {
    gap: 40px !important;
  }
  .gap-lg-48 {
    gap: 48px !important;
  }
  .gap-lg-56 {
    gap: 56px !important;
  }
  .gap-lg-64 {
    gap: 64px !important;
  }
  .gap-lg-72 {
    gap: 72px !important;
  }
  .gap-lg-80 {
    gap: 80px !important;
  }
  .gap-lg-88 {
    gap: 88px !important;
  }
  .gap-lg-96 {
    gap: 96px !important;
  }
  .gap-lg-104 {
    gap: 104px !important;
  }
  .gap-lg-112 {
    gap: 112px !important;
  }
  .gap-lg-120 {
    gap: 120px !important;
  }
  .gap-lg-128 {
    gap: 128px !important;
  }
  .gap-lg-136 {
    gap: 136px !important;
  }
  .gap-lg-144 {
    gap: 144px !important;
  }
  .gap-lg-152 {
    gap: 152px !important;
  }
  .gap-lg-160 {
    gap: 160px !important;
  }
  .gap-lg-168 {
    gap: 168px !important;
  }
  .gap-lg-176 {
    gap: 176px !important;
  }
  .gap-lg-184 {
    gap: 184px !important;
  }
  .gap-lg-192 {
    gap: 192px !important;
  }
  .gap-lg-200 {
    gap: 200px !important;
  }
  .gap-lg-208 {
    gap: 208px !important;
  }
  .gap-lg-216 {
    gap: 216px !important;
  }
  .gap-lg-224 {
    gap: 224px !important;
  }
  .gap-lg-232 {
    gap: 232px !important;
  }
  .gap-lg-240 {
    gap: 240px !important;
  }
  .gap-lg-248 {
    gap: 248px !important;
  }
  .gap-lg-256 {
    gap: 256px !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;
  }
  .row-gap-lg-8 {
    row-gap: 8px !important;
  }
  .row-gap-lg-12 {
    row-gap: 12px !important;
  }
  .row-gap-lg-16 {
    row-gap: 16px !important;
  }
  .row-gap-lg-20 {
    row-gap: 20px !important;
  }
  .row-gap-lg-24 {
    row-gap: 24px !important;
  }
  .row-gap-lg-32 {
    row-gap: 32px !important;
  }
  .row-gap-lg-40 {
    row-gap: 40px !important;
  }
  .row-gap-lg-48 {
    row-gap: 48px !important;
  }
  .row-gap-lg-56 {
    row-gap: 56px !important;
  }
  .row-gap-lg-64 {
    row-gap: 64px !important;
  }
  .row-gap-lg-72 {
    row-gap: 72px !important;
  }
  .row-gap-lg-80 {
    row-gap: 80px !important;
  }
  .row-gap-lg-88 {
    row-gap: 88px !important;
  }
  .row-gap-lg-96 {
    row-gap: 96px !important;
  }
  .row-gap-lg-104 {
    row-gap: 104px !important;
  }
  .row-gap-lg-112 {
    row-gap: 112px !important;
  }
  .row-gap-lg-120 {
    row-gap: 120px !important;
  }
  .row-gap-lg-128 {
    row-gap: 128px !important;
  }
  .row-gap-lg-136 {
    row-gap: 136px !important;
  }
  .row-gap-lg-144 {
    row-gap: 144px !important;
  }
  .row-gap-lg-152 {
    row-gap: 152px !important;
  }
  .row-gap-lg-160 {
    row-gap: 160px !important;
  }
  .row-gap-lg-168 {
    row-gap: 168px !important;
  }
  .row-gap-lg-176 {
    row-gap: 176px !important;
  }
  .row-gap-lg-184 {
    row-gap: 184px !important;
  }
  .row-gap-lg-192 {
    row-gap: 192px !important;
  }
  .row-gap-lg-200 {
    row-gap: 200px !important;
  }
  .row-gap-lg-208 {
    row-gap: 208px !important;
  }
  .row-gap-lg-216 {
    row-gap: 216px !important;
  }
  .row-gap-lg-224 {
    row-gap: 224px !important;
  }
  .row-gap-lg-232 {
    row-gap: 232px !important;
  }
  .row-gap-lg-240 {
    row-gap: 240px !important;
  }
  .row-gap-lg-248 {
    row-gap: 248px !important;
  }
  .row-gap-lg-256 {
    row-gap: 256px !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .column-gap-lg-8 {
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }
  .column-gap-lg-12 {
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }
  .column-gap-lg-16 {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }
  .column-gap-lg-20 {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }
  .column-gap-lg-24 {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }
  .column-gap-lg-32 {
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }
  .column-gap-lg-40 {
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }
  .column-gap-lg-48 {
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }
  .column-gap-lg-56 {
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }
  .column-gap-lg-64 {
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }
  .column-gap-lg-72 {
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }
  .column-gap-lg-80 {
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }
  .column-gap-lg-88 {
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }
  .column-gap-lg-96 {
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }
  .column-gap-lg-104 {
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }
  .column-gap-lg-112 {
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }
  .column-gap-lg-120 {
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }
  .column-gap-lg-128 {
    -webkit-column-gap: 128px !important;
       -moz-column-gap: 128px !important;
            column-gap: 128px !important;
  }
  .column-gap-lg-136 {
    -webkit-column-gap: 136px !important;
       -moz-column-gap: 136px !important;
            column-gap: 136px !important;
  }
  .column-gap-lg-144 {
    -webkit-column-gap: 144px !important;
       -moz-column-gap: 144px !important;
            column-gap: 144px !important;
  }
  .column-gap-lg-152 {
    -webkit-column-gap: 152px !important;
       -moz-column-gap: 152px !important;
            column-gap: 152px !important;
  }
  .column-gap-lg-160 {
    -webkit-column-gap: 160px !important;
       -moz-column-gap: 160px !important;
            column-gap: 160px !important;
  }
  .column-gap-lg-168 {
    -webkit-column-gap: 168px !important;
       -moz-column-gap: 168px !important;
            column-gap: 168px !important;
  }
  .column-gap-lg-176 {
    -webkit-column-gap: 176px !important;
       -moz-column-gap: 176px !important;
            column-gap: 176px !important;
  }
  .column-gap-lg-184 {
    -webkit-column-gap: 184px !important;
       -moz-column-gap: 184px !important;
            column-gap: 184px !important;
  }
  .column-gap-lg-192 {
    -webkit-column-gap: 192px !important;
       -moz-column-gap: 192px !important;
            column-gap: 192px !important;
  }
  .column-gap-lg-200 {
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }
  .column-gap-lg-208 {
    -webkit-column-gap: 208px !important;
       -moz-column-gap: 208px !important;
            column-gap: 208px !important;
  }
  .column-gap-lg-216 {
    -webkit-column-gap: 216px !important;
       -moz-column-gap: 216px !important;
            column-gap: 216px !important;
  }
  .column-gap-lg-224 {
    -webkit-column-gap: 224px !important;
       -moz-column-gap: 224px !important;
            column-gap: 224px !important;
  }
  .column-gap-lg-232 {
    -webkit-column-gap: 232px !important;
       -moz-column-gap: 232px !important;
            column-gap: 232px !important;
  }
  .column-gap-lg-240 {
    -webkit-column-gap: 240px !important;
       -moz-column-gap: 240px !important;
            column-gap: 240px !important;
  }
  .column-gap-lg-248 {
    -webkit-column-gap: 248px !important;
       -moz-column-gap: 248px !important;
            column-gap: 248px !important;
  }
  .column-gap-lg-256 {
    -webkit-column-gap: 256px !important;
       -moz-column-gap: 256px !important;
            column-gap: 256px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .ratio-lg-1x1 {
    --vju-aspect-ratio: 100% !important;
  }
  .ratio-lg-2x3 {
    --vju-aspect-ratio: 150% !important;
  }
  .ratio-lg-3x4 {
    --vju-aspect-ratio: 133.3333333333% !important;
  }
  .ratio-lg-9x16 {
    --vju-aspect-ratio: 177.7777777778% !important;
  }
  .ratio-lg-9x21 {
    --vju-aspect-ratio: 233.3333333333% !important;
  }
  .ratio-lg-9x30 {
    --vju-aspect-ratio: 333.3333333333% !important;
  }
  .ratio-lg-3x2 {
    --vju-aspect-ratio: 66.6666666667% !important;
  }
  .ratio-lg-4x3 {
    --vju-aspect-ratio: 75% !important;
  }
  .ratio-lg-16x9 {
    --vju-aspect-ratio: 56.25% !important;
  }
  .ratio-lg-21x9 {
    --vju-aspect-ratio: 42.8571428571% !important;
  }
  .ratio-lg-30x9 {
    --vju-aspect-ratio: 30% !important;
  }
  .ratio-lg-1x4vh {
    --vju-aspect-ratio: 25vh !important;
  }
  .ratio-lg-2x4vh {
    --vju-aspect-ratio: 50vh !important;
  }
  .ratio-lg-3x4vh {
    --vju-aspect-ratio: 75vh !important;
  }
  .ratio-lg-4x4vh {
    --vju-aspect-ratio: 100vh !important;
  }
}
@media (min-width: 1240px) {
  .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: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !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-8 {
    margin: 8px !important;
  }
  .m-xl-12 {
    margin: 12px !important;
  }
  .m-xl-16 {
    margin: 16px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .m-xl-24 {
    margin: 24px !important;
  }
  .m-xl-32 {
    margin: 32px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .m-xl-48 {
    margin: 48px !important;
  }
  .m-xl-56 {
    margin: 56px !important;
  }
  .m-xl-64 {
    margin: 64px !important;
  }
  .m-xl-72 {
    margin: 72px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .m-xl-88 {
    margin: 88px !important;
  }
  .m-xl-96 {
    margin: 96px !important;
  }
  .m-xl-104 {
    margin: 104px !important;
  }
  .m-xl-112 {
    margin: 112px !important;
  }
  .m-xl-120 {
    margin: 120px !important;
  }
  .m-xl-128 {
    margin: 128px !important;
  }
  .m-xl-136 {
    margin: 136px !important;
  }
  .m-xl-144 {
    margin: 144px !important;
  }
  .m-xl-152 {
    margin: 152px !important;
  }
  .m-xl-160 {
    margin: 160px !important;
  }
  .m-xl-168 {
    margin: 168px !important;
  }
  .m-xl-176 {
    margin: 176px !important;
  }
  .m-xl-184 {
    margin: 184px !important;
  }
  .m-xl-192 {
    margin: 192px !important;
  }
  .m-xl-200 {
    margin: 200px !important;
  }
  .m-xl-208 {
    margin: 208px !important;
  }
  .m-xl-216 {
    margin: 216px !important;
  }
  .m-xl-224 {
    margin: 224px !important;
  }
  .m-xl-232 {
    margin: 232px !important;
  }
  .m-xl-240 {
    margin: 240px !important;
  }
  .m-xl-248 {
    margin: 248px !important;
  }
  .m-xl-256 {
    margin: 256px !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-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xl-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xl-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xl-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xl-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-xl-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-xl-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .mx-xl-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-xl-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .mx-xl-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .mx-xl-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .mx-xl-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .mx-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .mx-xl-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .mx-xl-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .mx-xl-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .mx-xl-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .mx-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .mx-xl-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .mx-xl-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .mx-xl-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .mx-xl-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .mx-xl-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .mx-xl-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .mx-xl-256 {
    margin-right: 256px !important;
    margin-left: 256px !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-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xl-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-xl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-xl-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .my-xl-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .my-xl-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .my-xl-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .my-xl-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-xl-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .my-xl-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .my-xl-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .my-xl-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .my-xl-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .my-xl-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .my-xl-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .my-xl-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .my-xl-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .my-xl-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .my-xl-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !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-8 {
    margin-top: 8px !important;
  }
  .mt-xl-12 {
    margin-top: 12px !important;
  }
  .mt-xl-16 {
    margin-top: 16px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mt-xl-24 {
    margin-top: 24px !important;
  }
  .mt-xl-32 {
    margin-top: 32px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mt-xl-48 {
    margin-top: 48px !important;
  }
  .mt-xl-56 {
    margin-top: 56px !important;
  }
  .mt-xl-64 {
    margin-top: 64px !important;
  }
  .mt-xl-72 {
    margin-top: 72px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mt-xl-88 {
    margin-top: 88px !important;
  }
  .mt-xl-96 {
    margin-top: 96px !important;
  }
  .mt-xl-104 {
    margin-top: 104px !important;
  }
  .mt-xl-112 {
    margin-top: 112px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mt-xl-128 {
    margin-top: 128px !important;
  }
  .mt-xl-136 {
    margin-top: 136px !important;
  }
  .mt-xl-144 {
    margin-top: 144px !important;
  }
  .mt-xl-152 {
    margin-top: 152px !important;
  }
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .mt-xl-168 {
    margin-top: 168px !important;
  }
  .mt-xl-176 {
    margin-top: 176px !important;
  }
  .mt-xl-184 {
    margin-top: 184px !important;
  }
  .mt-xl-192 {
    margin-top: 192px !important;
  }
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  .mt-xl-208 {
    margin-top: 208px !important;
  }
  .mt-xl-216 {
    margin-top: 216px !important;
  }
  .mt-xl-224 {
    margin-top: 224px !important;
  }
  .mt-xl-232 {
    margin-top: 232px !important;
  }
  .mt-xl-240 {
    margin-top: 240px !important;
  }
  .mt-xl-248 {
    margin-top: 248px !important;
  }
  .mt-xl-256 {
    margin-top: 256px !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-8 {
    margin-right: 8px !important;
  }
  .me-xl-12 {
    margin-right: 12px !important;
  }
  .me-xl-16 {
    margin-right: 16px !important;
  }
  .me-xl-20 {
    margin-right: 20px !important;
  }
  .me-xl-24 {
    margin-right: 24px !important;
  }
  .me-xl-32 {
    margin-right: 32px !important;
  }
  .me-xl-40 {
    margin-right: 40px !important;
  }
  .me-xl-48 {
    margin-right: 48px !important;
  }
  .me-xl-56 {
    margin-right: 56px !important;
  }
  .me-xl-64 {
    margin-right: 64px !important;
  }
  .me-xl-72 {
    margin-right: 72px !important;
  }
  .me-xl-80 {
    margin-right: 80px !important;
  }
  .me-xl-88 {
    margin-right: 88px !important;
  }
  .me-xl-96 {
    margin-right: 96px !important;
  }
  .me-xl-104 {
    margin-right: 104px !important;
  }
  .me-xl-112 {
    margin-right: 112px !important;
  }
  .me-xl-120 {
    margin-right: 120px !important;
  }
  .me-xl-128 {
    margin-right: 128px !important;
  }
  .me-xl-136 {
    margin-right: 136px !important;
  }
  .me-xl-144 {
    margin-right: 144px !important;
  }
  .me-xl-152 {
    margin-right: 152px !important;
  }
  .me-xl-160 {
    margin-right: 160px !important;
  }
  .me-xl-168 {
    margin-right: 168px !important;
  }
  .me-xl-176 {
    margin-right: 176px !important;
  }
  .me-xl-184 {
    margin-right: 184px !important;
  }
  .me-xl-192 {
    margin-right: 192px !important;
  }
  .me-xl-200 {
    margin-right: 200px !important;
  }
  .me-xl-208 {
    margin-right: 208px !important;
  }
  .me-xl-216 {
    margin-right: 216px !important;
  }
  .me-xl-224 {
    margin-right: 224px !important;
  }
  .me-xl-232 {
    margin-right: 232px !important;
  }
  .me-xl-240 {
    margin-right: 240px !important;
  }
  .me-xl-248 {
    margin-right: 248px !important;
  }
  .me-xl-256 {
    margin-right: 256px !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-8 {
    margin-bottom: 8px !important;
  }
  .mb-xl-12 {
    margin-bottom: 12px !important;
  }
  .mb-xl-16 {
    margin-bottom: 16px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-24 {
    margin-bottom: 24px !important;
  }
  .mb-xl-32 {
    margin-bottom: 32px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-48 {
    margin-bottom: 48px !important;
  }
  .mb-xl-56 {
    margin-bottom: 56px !important;
  }
  .mb-xl-64 {
    margin-bottom: 64px !important;
  }
  .mb-xl-72 {
    margin-bottom: 72px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-88 {
    margin-bottom: 88px !important;
  }
  .mb-xl-96 {
    margin-bottom: 96px !important;
  }
  .mb-xl-104 {
    margin-bottom: 104px !important;
  }
  .mb-xl-112 {
    margin-bottom: 112px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-128 {
    margin-bottom: 128px !important;
  }
  .mb-xl-136 {
    margin-bottom: 136px !important;
  }
  .mb-xl-144 {
    margin-bottom: 144px !important;
  }
  .mb-xl-152 {
    margin-bottom: 152px !important;
  }
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .mb-xl-168 {
    margin-bottom: 168px !important;
  }
  .mb-xl-176 {
    margin-bottom: 176px !important;
  }
  .mb-xl-184 {
    margin-bottom: 184px !important;
  }
  .mb-xl-192 {
    margin-bottom: 192px !important;
  }
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  .mb-xl-208 {
    margin-bottom: 208px !important;
  }
  .mb-xl-216 {
    margin-bottom: 216px !important;
  }
  .mb-xl-224 {
    margin-bottom: 224px !important;
  }
  .mb-xl-232 {
    margin-bottom: 232px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xl-248 {
    margin-bottom: 248px !important;
  }
  .mb-xl-256 {
    margin-bottom: 256px !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-8 {
    margin-left: 8px !important;
  }
  .ms-xl-12 {
    margin-left: 12px !important;
  }
  .ms-xl-16 {
    margin-left: 16px !important;
  }
  .ms-xl-20 {
    margin-left: 20px !important;
  }
  .ms-xl-24 {
    margin-left: 24px !important;
  }
  .ms-xl-32 {
    margin-left: 32px !important;
  }
  .ms-xl-40 {
    margin-left: 40px !important;
  }
  .ms-xl-48 {
    margin-left: 48px !important;
  }
  .ms-xl-56 {
    margin-left: 56px !important;
  }
  .ms-xl-64 {
    margin-left: 64px !important;
  }
  .ms-xl-72 {
    margin-left: 72px !important;
  }
  .ms-xl-80 {
    margin-left: 80px !important;
  }
  .ms-xl-88 {
    margin-left: 88px !important;
  }
  .ms-xl-96 {
    margin-left: 96px !important;
  }
  .ms-xl-104 {
    margin-left: 104px !important;
  }
  .ms-xl-112 {
    margin-left: 112px !important;
  }
  .ms-xl-120 {
    margin-left: 120px !important;
  }
  .ms-xl-128 {
    margin-left: 128px !important;
  }
  .ms-xl-136 {
    margin-left: 136px !important;
  }
  .ms-xl-144 {
    margin-left: 144px !important;
  }
  .ms-xl-152 {
    margin-left: 152px !important;
  }
  .ms-xl-160 {
    margin-left: 160px !important;
  }
  .ms-xl-168 {
    margin-left: 168px !important;
  }
  .ms-xl-176 {
    margin-left: 176px !important;
  }
  .ms-xl-184 {
    margin-left: 184px !important;
  }
  .ms-xl-192 {
    margin-left: 192px !important;
  }
  .ms-xl-200 {
    margin-left: 200px !important;
  }
  .ms-xl-208 {
    margin-left: 208px !important;
  }
  .ms-xl-216 {
    margin-left: 216px !important;
  }
  .ms-xl-224 {
    margin-left: 224px !important;
  }
  .ms-xl-232 {
    margin-left: 232px !important;
  }
  .ms-xl-240 {
    margin-left: 240px !important;
  }
  .ms-xl-248 {
    margin-left: 248px !important;
  }
  .ms-xl-256 {
    margin-left: 256px !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;
  }
  .p-xl-8 {
    padding: 8px !important;
  }
  .p-xl-12 {
    padding: 12px !important;
  }
  .p-xl-16 {
    padding: 16px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .p-xl-24 {
    padding: 24px !important;
  }
  .p-xl-32 {
    padding: 32px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .p-xl-48 {
    padding: 48px !important;
  }
  .p-xl-56 {
    padding: 56px !important;
  }
  .p-xl-64 {
    padding: 64px !important;
  }
  .p-xl-72 {
    padding: 72px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .p-xl-88 {
    padding: 88px !important;
  }
  .p-xl-96 {
    padding: 96px !important;
  }
  .p-xl-104 {
    padding: 104px !important;
  }
  .p-xl-112 {
    padding: 112px !important;
  }
  .p-xl-120 {
    padding: 120px !important;
  }
  .p-xl-128 {
    padding: 128px !important;
  }
  .p-xl-136 {
    padding: 136px !important;
  }
  .p-xl-144 {
    padding: 144px !important;
  }
  .p-xl-152 {
    padding: 152px !important;
  }
  .p-xl-160 {
    padding: 160px !important;
  }
  .p-xl-168 {
    padding: 168px !important;
  }
  .p-xl-176 {
    padding: 176px !important;
  }
  .p-xl-184 {
    padding: 184px !important;
  }
  .p-xl-192 {
    padding: 192px !important;
  }
  .p-xl-200 {
    padding: 200px !important;
  }
  .p-xl-208 {
    padding: 208px !important;
  }
  .p-xl-216 {
    padding: 216px !important;
  }
  .p-xl-224 {
    padding: 224px !important;
  }
  .p-xl-232 {
    padding: 232px !important;
  }
  .p-xl-240 {
    padding: 240px !important;
  }
  .p-xl-248 {
    padding: 248px !important;
  }
  .p-xl-256 {
    padding: 256px !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;
  }
  .px-xl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xl-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xl-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xl-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xl-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-xl-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-xl-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-xl-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .px-xl-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-xl-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .px-xl-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .px-xl-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .px-xl-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .px-xl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .px-xl-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .px-xl-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .px-xl-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .px-xl-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .px-xl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .px-xl-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .px-xl-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .px-xl-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .px-xl-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .px-xl-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .px-xl-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .px-xl-256 {
    padding-right: 256px !important;
    padding-left: 256px !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;
  }
  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xl-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xl-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-xl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-xl-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .py-xl-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-xl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .py-xl-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .py-xl-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .py-xl-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-xl-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .py-xl-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .py-xl-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .py-xl-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .py-xl-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .py-xl-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .py-xl-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .py-xl-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .py-xl-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .py-xl-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .py-xl-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !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;
  }
  .pt-xl-8 {
    padding-top: 8px !important;
  }
  .pt-xl-12 {
    padding-top: 12px !important;
  }
  .pt-xl-16 {
    padding-top: 16px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pt-xl-24 {
    padding-top: 24px !important;
  }
  .pt-xl-32 {
    padding-top: 32px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pt-xl-48 {
    padding-top: 48px !important;
  }
  .pt-xl-56 {
    padding-top: 56px !important;
  }
  .pt-xl-64 {
    padding-top: 64px !important;
  }
  .pt-xl-72 {
    padding-top: 72px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pt-xl-88 {
    padding-top: 88px !important;
  }
  .pt-xl-96 {
    padding-top: 96px !important;
  }
  .pt-xl-104 {
    padding-top: 104px !important;
  }
  .pt-xl-112 {
    padding-top: 112px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pt-xl-128 {
    padding-top: 128px !important;
  }
  .pt-xl-136 {
    padding-top: 136px !important;
  }
  .pt-xl-144 {
    padding-top: 144px !important;
  }
  .pt-xl-152 {
    padding-top: 152px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  .pt-xl-168 {
    padding-top: 168px !important;
  }
  .pt-xl-176 {
    padding-top: 176px !important;
  }
  .pt-xl-184 {
    padding-top: 184px !important;
  }
  .pt-xl-192 {
    padding-top: 192px !important;
  }
  .pt-xl-200 {
    padding-top: 200px !important;
  }
  .pt-xl-208 {
    padding-top: 208px !important;
  }
  .pt-xl-216 {
    padding-top: 216px !important;
  }
  .pt-xl-224 {
    padding-top: 224px !important;
  }
  .pt-xl-232 {
    padding-top: 232px !important;
  }
  .pt-xl-240 {
    padding-top: 240px !important;
  }
  .pt-xl-248 {
    padding-top: 248px !important;
  }
  .pt-xl-256 {
    padding-top: 256px !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;
  }
  .pe-xl-8 {
    padding-right: 8px !important;
  }
  .pe-xl-12 {
    padding-right: 12px !important;
  }
  .pe-xl-16 {
    padding-right: 16px !important;
  }
  .pe-xl-20 {
    padding-right: 20px !important;
  }
  .pe-xl-24 {
    padding-right: 24px !important;
  }
  .pe-xl-32 {
    padding-right: 32px !important;
  }
  .pe-xl-40 {
    padding-right: 40px !important;
  }
  .pe-xl-48 {
    padding-right: 48px !important;
  }
  .pe-xl-56 {
    padding-right: 56px !important;
  }
  .pe-xl-64 {
    padding-right: 64px !important;
  }
  .pe-xl-72 {
    padding-right: 72px !important;
  }
  .pe-xl-80 {
    padding-right: 80px !important;
  }
  .pe-xl-88 {
    padding-right: 88px !important;
  }
  .pe-xl-96 {
    padding-right: 96px !important;
  }
  .pe-xl-104 {
    padding-right: 104px !important;
  }
  .pe-xl-112 {
    padding-right: 112px !important;
  }
  .pe-xl-120 {
    padding-right: 120px !important;
  }
  .pe-xl-128 {
    padding-right: 128px !important;
  }
  .pe-xl-136 {
    padding-right: 136px !important;
  }
  .pe-xl-144 {
    padding-right: 144px !important;
  }
  .pe-xl-152 {
    padding-right: 152px !important;
  }
  .pe-xl-160 {
    padding-right: 160px !important;
  }
  .pe-xl-168 {
    padding-right: 168px !important;
  }
  .pe-xl-176 {
    padding-right: 176px !important;
  }
  .pe-xl-184 {
    padding-right: 184px !important;
  }
  .pe-xl-192 {
    padding-right: 192px !important;
  }
  .pe-xl-200 {
    padding-right: 200px !important;
  }
  .pe-xl-208 {
    padding-right: 208px !important;
  }
  .pe-xl-216 {
    padding-right: 216px !important;
  }
  .pe-xl-224 {
    padding-right: 224px !important;
  }
  .pe-xl-232 {
    padding-right: 232px !important;
  }
  .pe-xl-240 {
    padding-right: 240px !important;
  }
  .pe-xl-248 {
    padding-right: 248px !important;
  }
  .pe-xl-256 {
    padding-right: 256px !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;
  }
  .pb-xl-8 {
    padding-bottom: 8px !important;
  }
  .pb-xl-12 {
    padding-bottom: 12px !important;
  }
  .pb-xl-16 {
    padding-bottom: 16px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pb-xl-24 {
    padding-bottom: 24px !important;
  }
  .pb-xl-32 {
    padding-bottom: 32px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xl-48 {
    padding-bottom: 48px !important;
  }
  .pb-xl-56 {
    padding-bottom: 56px !important;
  }
  .pb-xl-64 {
    padding-bottom: 64px !important;
  }
  .pb-xl-72 {
    padding-bottom: 72px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xl-88 {
    padding-bottom: 88px !important;
  }
  .pb-xl-96 {
    padding-bottom: 96px !important;
  }
  .pb-xl-104 {
    padding-bottom: 104px !important;
  }
  .pb-xl-112 {
    padding-bottom: 112px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .pb-xl-128 {
    padding-bottom: 128px !important;
  }
  .pb-xl-136 {
    padding-bottom: 136px !important;
  }
  .pb-xl-144 {
    padding-bottom: 144px !important;
  }
  .pb-xl-152 {
    padding-bottom: 152px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  .pb-xl-168 {
    padding-bottom: 168px !important;
  }
  .pb-xl-176 {
    padding-bottom: 176px !important;
  }
  .pb-xl-184 {
    padding-bottom: 184px !important;
  }
  .pb-xl-192 {
    padding-bottom: 192px !important;
  }
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
  .pb-xl-208 {
    padding-bottom: 208px !important;
  }
  .pb-xl-216 {
    padding-bottom: 216px !important;
  }
  .pb-xl-224 {
    padding-bottom: 224px !important;
  }
  .pb-xl-232 {
    padding-bottom: 232px !important;
  }
  .pb-xl-240 {
    padding-bottom: 240px !important;
  }
  .pb-xl-248 {
    padding-bottom: 248px !important;
  }
  .pb-xl-256 {
    padding-bottom: 256px !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;
  }
  .ps-xl-8 {
    padding-left: 8px !important;
  }
  .ps-xl-12 {
    padding-left: 12px !important;
  }
  .ps-xl-16 {
    padding-left: 16px !important;
  }
  .ps-xl-20 {
    padding-left: 20px !important;
  }
  .ps-xl-24 {
    padding-left: 24px !important;
  }
  .ps-xl-32 {
    padding-left: 32px !important;
  }
  .ps-xl-40 {
    padding-left: 40px !important;
  }
  .ps-xl-48 {
    padding-left: 48px !important;
  }
  .ps-xl-56 {
    padding-left: 56px !important;
  }
  .ps-xl-64 {
    padding-left: 64px !important;
  }
  .ps-xl-72 {
    padding-left: 72px !important;
  }
  .ps-xl-80 {
    padding-left: 80px !important;
  }
  .ps-xl-88 {
    padding-left: 88px !important;
  }
  .ps-xl-96 {
    padding-left: 96px !important;
  }
  .ps-xl-104 {
    padding-left: 104px !important;
  }
  .ps-xl-112 {
    padding-left: 112px !important;
  }
  .ps-xl-120 {
    padding-left: 120px !important;
  }
  .ps-xl-128 {
    padding-left: 128px !important;
  }
  .ps-xl-136 {
    padding-left: 136px !important;
  }
  .ps-xl-144 {
    padding-left: 144px !important;
  }
  .ps-xl-152 {
    padding-left: 152px !important;
  }
  .ps-xl-160 {
    padding-left: 160px !important;
  }
  .ps-xl-168 {
    padding-left: 168px !important;
  }
  .ps-xl-176 {
    padding-left: 176px !important;
  }
  .ps-xl-184 {
    padding-left: 184px !important;
  }
  .ps-xl-192 {
    padding-left: 192px !important;
  }
  .ps-xl-200 {
    padding-left: 200px !important;
  }
  .ps-xl-208 {
    padding-left: 208px !important;
  }
  .ps-xl-216 {
    padding-left: 216px !important;
  }
  .ps-xl-224 {
    padding-left: 224px !important;
  }
  .ps-xl-232 {
    padding-left: 232px !important;
  }
  .ps-xl-240 {
    padding-left: 240px !important;
  }
  .ps-xl-248 {
    padding-left: 248px !important;
  }
  .ps-xl-256 {
    padding-left: 256px !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;
  }
  .gap-xl-8 {
    gap: 8px !important;
  }
  .gap-xl-12 {
    gap: 12px !important;
  }
  .gap-xl-16 {
    gap: 16px !important;
  }
  .gap-xl-20 {
    gap: 20px !important;
  }
  .gap-xl-24 {
    gap: 24px !important;
  }
  .gap-xl-32 {
    gap: 32px !important;
  }
  .gap-xl-40 {
    gap: 40px !important;
  }
  .gap-xl-48 {
    gap: 48px !important;
  }
  .gap-xl-56 {
    gap: 56px !important;
  }
  .gap-xl-64 {
    gap: 64px !important;
  }
  .gap-xl-72 {
    gap: 72px !important;
  }
  .gap-xl-80 {
    gap: 80px !important;
  }
  .gap-xl-88 {
    gap: 88px !important;
  }
  .gap-xl-96 {
    gap: 96px !important;
  }
  .gap-xl-104 {
    gap: 104px !important;
  }
  .gap-xl-112 {
    gap: 112px !important;
  }
  .gap-xl-120 {
    gap: 120px !important;
  }
  .gap-xl-128 {
    gap: 128px !important;
  }
  .gap-xl-136 {
    gap: 136px !important;
  }
  .gap-xl-144 {
    gap: 144px !important;
  }
  .gap-xl-152 {
    gap: 152px !important;
  }
  .gap-xl-160 {
    gap: 160px !important;
  }
  .gap-xl-168 {
    gap: 168px !important;
  }
  .gap-xl-176 {
    gap: 176px !important;
  }
  .gap-xl-184 {
    gap: 184px !important;
  }
  .gap-xl-192 {
    gap: 192px !important;
  }
  .gap-xl-200 {
    gap: 200px !important;
  }
  .gap-xl-208 {
    gap: 208px !important;
  }
  .gap-xl-216 {
    gap: 216px !important;
  }
  .gap-xl-224 {
    gap: 224px !important;
  }
  .gap-xl-232 {
    gap: 232px !important;
  }
  .gap-xl-240 {
    gap: 240px !important;
  }
  .gap-xl-248 {
    gap: 248px !important;
  }
  .gap-xl-256 {
    gap: 256px !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;
  }
  .row-gap-xl-8 {
    row-gap: 8px !important;
  }
  .row-gap-xl-12 {
    row-gap: 12px !important;
  }
  .row-gap-xl-16 {
    row-gap: 16px !important;
  }
  .row-gap-xl-20 {
    row-gap: 20px !important;
  }
  .row-gap-xl-24 {
    row-gap: 24px !important;
  }
  .row-gap-xl-32 {
    row-gap: 32px !important;
  }
  .row-gap-xl-40 {
    row-gap: 40px !important;
  }
  .row-gap-xl-48 {
    row-gap: 48px !important;
  }
  .row-gap-xl-56 {
    row-gap: 56px !important;
  }
  .row-gap-xl-64 {
    row-gap: 64px !important;
  }
  .row-gap-xl-72 {
    row-gap: 72px !important;
  }
  .row-gap-xl-80 {
    row-gap: 80px !important;
  }
  .row-gap-xl-88 {
    row-gap: 88px !important;
  }
  .row-gap-xl-96 {
    row-gap: 96px !important;
  }
  .row-gap-xl-104 {
    row-gap: 104px !important;
  }
  .row-gap-xl-112 {
    row-gap: 112px !important;
  }
  .row-gap-xl-120 {
    row-gap: 120px !important;
  }
  .row-gap-xl-128 {
    row-gap: 128px !important;
  }
  .row-gap-xl-136 {
    row-gap: 136px !important;
  }
  .row-gap-xl-144 {
    row-gap: 144px !important;
  }
  .row-gap-xl-152 {
    row-gap: 152px !important;
  }
  .row-gap-xl-160 {
    row-gap: 160px !important;
  }
  .row-gap-xl-168 {
    row-gap: 168px !important;
  }
  .row-gap-xl-176 {
    row-gap: 176px !important;
  }
  .row-gap-xl-184 {
    row-gap: 184px !important;
  }
  .row-gap-xl-192 {
    row-gap: 192px !important;
  }
  .row-gap-xl-200 {
    row-gap: 200px !important;
  }
  .row-gap-xl-208 {
    row-gap: 208px !important;
  }
  .row-gap-xl-216 {
    row-gap: 216px !important;
  }
  .row-gap-xl-224 {
    row-gap: 224px !important;
  }
  .row-gap-xl-232 {
    row-gap: 232px !important;
  }
  .row-gap-xl-240 {
    row-gap: 240px !important;
  }
  .row-gap-xl-248 {
    row-gap: 248px !important;
  }
  .row-gap-xl-256 {
    row-gap: 256px !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .column-gap-xl-8 {
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }
  .column-gap-xl-12 {
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }
  .column-gap-xl-16 {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }
  .column-gap-xl-20 {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }
  .column-gap-xl-24 {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }
  .column-gap-xl-32 {
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }
  .column-gap-xl-40 {
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }
  .column-gap-xl-48 {
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }
  .column-gap-xl-56 {
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }
  .column-gap-xl-64 {
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }
  .column-gap-xl-72 {
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }
  .column-gap-xl-80 {
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }
  .column-gap-xl-88 {
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }
  .column-gap-xl-96 {
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }
  .column-gap-xl-104 {
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }
  .column-gap-xl-112 {
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }
  .column-gap-xl-120 {
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }
  .column-gap-xl-128 {
    -webkit-column-gap: 128px !important;
       -moz-column-gap: 128px !important;
            column-gap: 128px !important;
  }
  .column-gap-xl-136 {
    -webkit-column-gap: 136px !important;
       -moz-column-gap: 136px !important;
            column-gap: 136px !important;
  }
  .column-gap-xl-144 {
    -webkit-column-gap: 144px !important;
       -moz-column-gap: 144px !important;
            column-gap: 144px !important;
  }
  .column-gap-xl-152 {
    -webkit-column-gap: 152px !important;
       -moz-column-gap: 152px !important;
            column-gap: 152px !important;
  }
  .column-gap-xl-160 {
    -webkit-column-gap: 160px !important;
       -moz-column-gap: 160px !important;
            column-gap: 160px !important;
  }
  .column-gap-xl-168 {
    -webkit-column-gap: 168px !important;
       -moz-column-gap: 168px !important;
            column-gap: 168px !important;
  }
  .column-gap-xl-176 {
    -webkit-column-gap: 176px !important;
       -moz-column-gap: 176px !important;
            column-gap: 176px !important;
  }
  .column-gap-xl-184 {
    -webkit-column-gap: 184px !important;
       -moz-column-gap: 184px !important;
            column-gap: 184px !important;
  }
  .column-gap-xl-192 {
    -webkit-column-gap: 192px !important;
       -moz-column-gap: 192px !important;
            column-gap: 192px !important;
  }
  .column-gap-xl-200 {
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }
  .column-gap-xl-208 {
    -webkit-column-gap: 208px !important;
       -moz-column-gap: 208px !important;
            column-gap: 208px !important;
  }
  .column-gap-xl-216 {
    -webkit-column-gap: 216px !important;
       -moz-column-gap: 216px !important;
            column-gap: 216px !important;
  }
  .column-gap-xl-224 {
    -webkit-column-gap: 224px !important;
       -moz-column-gap: 224px !important;
            column-gap: 224px !important;
  }
  .column-gap-xl-232 {
    -webkit-column-gap: 232px !important;
       -moz-column-gap: 232px !important;
            column-gap: 232px !important;
  }
  .column-gap-xl-240 {
    -webkit-column-gap: 240px !important;
       -moz-column-gap: 240px !important;
            column-gap: 240px !important;
  }
  .column-gap-xl-248 {
    -webkit-column-gap: 248px !important;
       -moz-column-gap: 248px !important;
            column-gap: 248px !important;
  }
  .column-gap-xl-256 {
    -webkit-column-gap: 256px !important;
       -moz-column-gap: 256px !important;
            column-gap: 256px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .ratio-xl-1x1 {
    --vju-aspect-ratio: 100% !important;
  }
  .ratio-xl-2x3 {
    --vju-aspect-ratio: 150% !important;
  }
  .ratio-xl-3x4 {
    --vju-aspect-ratio: 133.3333333333% !important;
  }
  .ratio-xl-9x16 {
    --vju-aspect-ratio: 177.7777777778% !important;
  }
  .ratio-xl-9x21 {
    --vju-aspect-ratio: 233.3333333333% !important;
  }
  .ratio-xl-9x30 {
    --vju-aspect-ratio: 333.3333333333% !important;
  }
  .ratio-xl-3x2 {
    --vju-aspect-ratio: 66.6666666667% !important;
  }
  .ratio-xl-4x3 {
    --vju-aspect-ratio: 75% !important;
  }
  .ratio-xl-16x9 {
    --vju-aspect-ratio: 56.25% !important;
  }
  .ratio-xl-21x9 {
    --vju-aspect-ratio: 42.8571428571% !important;
  }
  .ratio-xl-30x9 {
    --vju-aspect-ratio: 30% !important;
  }
  .ratio-xl-1x4vh {
    --vju-aspect-ratio: 25vh !important;
  }
  .ratio-xl-2x4vh {
    --vju-aspect-ratio: 50vh !important;
  }
  .ratio-xl-3x4vh {
    --vju-aspect-ratio: 75vh !important;
  }
  .ratio-xl-4x4vh {
    --vju-aspect-ratio: 100vh !important;
  }
}
@media (min-width: 1440px) {
  .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: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !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-8 {
    margin: 8px !important;
  }
  .m-xxl-12 {
    margin: 12px !important;
  }
  .m-xxl-16 {
    margin: 16px !important;
  }
  .m-xxl-20 {
    margin: 20px !important;
  }
  .m-xxl-24 {
    margin: 24px !important;
  }
  .m-xxl-32 {
    margin: 32px !important;
  }
  .m-xxl-40 {
    margin: 40px !important;
  }
  .m-xxl-48 {
    margin: 48px !important;
  }
  .m-xxl-56 {
    margin: 56px !important;
  }
  .m-xxl-64 {
    margin: 64px !important;
  }
  .m-xxl-72 {
    margin: 72px !important;
  }
  .m-xxl-80 {
    margin: 80px !important;
  }
  .m-xxl-88 {
    margin: 88px !important;
  }
  .m-xxl-96 {
    margin: 96px !important;
  }
  .m-xxl-104 {
    margin: 104px !important;
  }
  .m-xxl-112 {
    margin: 112px !important;
  }
  .m-xxl-120 {
    margin: 120px !important;
  }
  .m-xxl-128 {
    margin: 128px !important;
  }
  .m-xxl-136 {
    margin: 136px !important;
  }
  .m-xxl-144 {
    margin: 144px !important;
  }
  .m-xxl-152 {
    margin: 152px !important;
  }
  .m-xxl-160 {
    margin: 160px !important;
  }
  .m-xxl-168 {
    margin: 168px !important;
  }
  .m-xxl-176 {
    margin: 176px !important;
  }
  .m-xxl-184 {
    margin: 184px !important;
  }
  .m-xxl-192 {
    margin: 192px !important;
  }
  .m-xxl-200 {
    margin: 200px !important;
  }
  .m-xxl-208 {
    margin: 208px !important;
  }
  .m-xxl-216 {
    margin: 216px !important;
  }
  .m-xxl-224 {
    margin: 224px !important;
  }
  .m-xxl-232 {
    margin: 232px !important;
  }
  .m-xxl-240 {
    margin: 240px !important;
  }
  .m-xxl-248 {
    margin: 248px !important;
  }
  .m-xxl-256 {
    margin: 256px !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-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xxl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xxl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xxl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xxl-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xxl-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xxl-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xxl-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xxl-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xxl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xxl-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-xxl-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-xxl-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .mx-xxl-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .mx-xxl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-xxl-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .mx-xxl-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .mx-xxl-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .mx-xxl-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .mx-xxl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .mx-xxl-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .mx-xxl-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .mx-xxl-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .mx-xxl-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .mx-xxl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .mx-xxl-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .mx-xxl-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .mx-xxl-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .mx-xxl-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .mx-xxl-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .mx-xxl-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .mx-xxl-256 {
    margin-right: 256px !important;
    margin-left: 256px !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-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xxl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xxl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xxl-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xxl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xxl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xxl-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-xxl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-xxl-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .my-xxl-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .my-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xxl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .my-xxl-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .my-xxl-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .my-xxl-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .my-xxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-xxl-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .my-xxl-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .my-xxl-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .my-xxl-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-xxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .my-xxl-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .my-xxl-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .my-xxl-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .my-xxl-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .my-xxl-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .my-xxl-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .my-xxl-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !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-8 {
    margin-top: 8px !important;
  }
  .mt-xxl-12 {
    margin-top: 12px !important;
  }
  .mt-xxl-16 {
    margin-top: 16px !important;
  }
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  .mt-xxl-24 {
    margin-top: 24px !important;
  }
  .mt-xxl-32 {
    margin-top: 32px !important;
  }
  .mt-xxl-40 {
    margin-top: 40px !important;
  }
  .mt-xxl-48 {
    margin-top: 48px !important;
  }
  .mt-xxl-56 {
    margin-top: 56px !important;
  }
  .mt-xxl-64 {
    margin-top: 64px !important;
  }
  .mt-xxl-72 {
    margin-top: 72px !important;
  }
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  .mt-xxl-88 {
    margin-top: 88px !important;
  }
  .mt-xxl-96 {
    margin-top: 96px !important;
  }
  .mt-xxl-104 {
    margin-top: 104px !important;
  }
  .mt-xxl-112 {
    margin-top: 112px !important;
  }
  .mt-xxl-120 {
    margin-top: 120px !important;
  }
  .mt-xxl-128 {
    margin-top: 128px !important;
  }
  .mt-xxl-136 {
    margin-top: 136px !important;
  }
  .mt-xxl-144 {
    margin-top: 144px !important;
  }
  .mt-xxl-152 {
    margin-top: 152px !important;
  }
  .mt-xxl-160 {
    margin-top: 160px !important;
  }
  .mt-xxl-168 {
    margin-top: 168px !important;
  }
  .mt-xxl-176 {
    margin-top: 176px !important;
  }
  .mt-xxl-184 {
    margin-top: 184px !important;
  }
  .mt-xxl-192 {
    margin-top: 192px !important;
  }
  .mt-xxl-200 {
    margin-top: 200px !important;
  }
  .mt-xxl-208 {
    margin-top: 208px !important;
  }
  .mt-xxl-216 {
    margin-top: 216px !important;
  }
  .mt-xxl-224 {
    margin-top: 224px !important;
  }
  .mt-xxl-232 {
    margin-top: 232px !important;
  }
  .mt-xxl-240 {
    margin-top: 240px !important;
  }
  .mt-xxl-248 {
    margin-top: 248px !important;
  }
  .mt-xxl-256 {
    margin-top: 256px !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-8 {
    margin-right: 8px !important;
  }
  .me-xxl-12 {
    margin-right: 12px !important;
  }
  .me-xxl-16 {
    margin-right: 16px !important;
  }
  .me-xxl-20 {
    margin-right: 20px !important;
  }
  .me-xxl-24 {
    margin-right: 24px !important;
  }
  .me-xxl-32 {
    margin-right: 32px !important;
  }
  .me-xxl-40 {
    margin-right: 40px !important;
  }
  .me-xxl-48 {
    margin-right: 48px !important;
  }
  .me-xxl-56 {
    margin-right: 56px !important;
  }
  .me-xxl-64 {
    margin-right: 64px !important;
  }
  .me-xxl-72 {
    margin-right: 72px !important;
  }
  .me-xxl-80 {
    margin-right: 80px !important;
  }
  .me-xxl-88 {
    margin-right: 88px !important;
  }
  .me-xxl-96 {
    margin-right: 96px !important;
  }
  .me-xxl-104 {
    margin-right: 104px !important;
  }
  .me-xxl-112 {
    margin-right: 112px !important;
  }
  .me-xxl-120 {
    margin-right: 120px !important;
  }
  .me-xxl-128 {
    margin-right: 128px !important;
  }
  .me-xxl-136 {
    margin-right: 136px !important;
  }
  .me-xxl-144 {
    margin-right: 144px !important;
  }
  .me-xxl-152 {
    margin-right: 152px !important;
  }
  .me-xxl-160 {
    margin-right: 160px !important;
  }
  .me-xxl-168 {
    margin-right: 168px !important;
  }
  .me-xxl-176 {
    margin-right: 176px !important;
  }
  .me-xxl-184 {
    margin-right: 184px !important;
  }
  .me-xxl-192 {
    margin-right: 192px !important;
  }
  .me-xxl-200 {
    margin-right: 200px !important;
  }
  .me-xxl-208 {
    margin-right: 208px !important;
  }
  .me-xxl-216 {
    margin-right: 216px !important;
  }
  .me-xxl-224 {
    margin-right: 224px !important;
  }
  .me-xxl-232 {
    margin-right: 232px !important;
  }
  .me-xxl-240 {
    margin-right: 240px !important;
  }
  .me-xxl-248 {
    margin-right: 248px !important;
  }
  .me-xxl-256 {
    margin-right: 256px !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-8 {
    margin-bottom: 8px !important;
  }
  .mb-xxl-12 {
    margin-bottom: 12px !important;
  }
  .mb-xxl-16 {
    margin-bottom: 16px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-24 {
    margin-bottom: 24px !important;
  }
  .mb-xxl-32 {
    margin-bottom: 32px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-48 {
    margin-bottom: 48px !important;
  }
  .mb-xxl-56 {
    margin-bottom: 56px !important;
  }
  .mb-xxl-64 {
    margin-bottom: 64px !important;
  }
  .mb-xxl-72 {
    margin-bottom: 72px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-88 {
    margin-bottom: 88px !important;
  }
  .mb-xxl-96 {
    margin-bottom: 96px !important;
  }
  .mb-xxl-104 {
    margin-bottom: 104px !important;
  }
  .mb-xxl-112 {
    margin-bottom: 112px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-128 {
    margin-bottom: 128px !important;
  }
  .mb-xxl-136 {
    margin-bottom: 136px !important;
  }
  .mb-xxl-144 {
    margin-bottom: 144px !important;
  }
  .mb-xxl-152 {
    margin-bottom: 152px !important;
  }
  .mb-xxl-160 {
    margin-bottom: 160px !important;
  }
  .mb-xxl-168 {
    margin-bottom: 168px !important;
  }
  .mb-xxl-176 {
    margin-bottom: 176px !important;
  }
  .mb-xxl-184 {
    margin-bottom: 184px !important;
  }
  .mb-xxl-192 {
    margin-bottom: 192px !important;
  }
  .mb-xxl-200 {
    margin-bottom: 200px !important;
  }
  .mb-xxl-208 {
    margin-bottom: 208px !important;
  }
  .mb-xxl-216 {
    margin-bottom: 216px !important;
  }
  .mb-xxl-224 {
    margin-bottom: 224px !important;
  }
  .mb-xxl-232 {
    margin-bottom: 232px !important;
  }
  .mb-xxl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xxl-248 {
    margin-bottom: 248px !important;
  }
  .mb-xxl-256 {
    margin-bottom: 256px !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-8 {
    margin-left: 8px !important;
  }
  .ms-xxl-12 {
    margin-left: 12px !important;
  }
  .ms-xxl-16 {
    margin-left: 16px !important;
  }
  .ms-xxl-20 {
    margin-left: 20px !important;
  }
  .ms-xxl-24 {
    margin-left: 24px !important;
  }
  .ms-xxl-32 {
    margin-left: 32px !important;
  }
  .ms-xxl-40 {
    margin-left: 40px !important;
  }
  .ms-xxl-48 {
    margin-left: 48px !important;
  }
  .ms-xxl-56 {
    margin-left: 56px !important;
  }
  .ms-xxl-64 {
    margin-left: 64px !important;
  }
  .ms-xxl-72 {
    margin-left: 72px !important;
  }
  .ms-xxl-80 {
    margin-left: 80px !important;
  }
  .ms-xxl-88 {
    margin-left: 88px !important;
  }
  .ms-xxl-96 {
    margin-left: 96px !important;
  }
  .ms-xxl-104 {
    margin-left: 104px !important;
  }
  .ms-xxl-112 {
    margin-left: 112px !important;
  }
  .ms-xxl-120 {
    margin-left: 120px !important;
  }
  .ms-xxl-128 {
    margin-left: 128px !important;
  }
  .ms-xxl-136 {
    margin-left: 136px !important;
  }
  .ms-xxl-144 {
    margin-left: 144px !important;
  }
  .ms-xxl-152 {
    margin-left: 152px !important;
  }
  .ms-xxl-160 {
    margin-left: 160px !important;
  }
  .ms-xxl-168 {
    margin-left: 168px !important;
  }
  .ms-xxl-176 {
    margin-left: 176px !important;
  }
  .ms-xxl-184 {
    margin-left: 184px !important;
  }
  .ms-xxl-192 {
    margin-left: 192px !important;
  }
  .ms-xxl-200 {
    margin-left: 200px !important;
  }
  .ms-xxl-208 {
    margin-left: 208px !important;
  }
  .ms-xxl-216 {
    margin-left: 216px !important;
  }
  .ms-xxl-224 {
    margin-left: 224px !important;
  }
  .ms-xxl-232 {
    margin-left: 232px !important;
  }
  .ms-xxl-240 {
    margin-left: 240px !important;
  }
  .ms-xxl-248 {
    margin-left: 248px !important;
  }
  .ms-xxl-256 {
    margin-left: 256px !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;
  }
  .p-xxl-8 {
    padding: 8px !important;
  }
  .p-xxl-12 {
    padding: 12px !important;
  }
  .p-xxl-16 {
    padding: 16px !important;
  }
  .p-xxl-20 {
    padding: 20px !important;
  }
  .p-xxl-24 {
    padding: 24px !important;
  }
  .p-xxl-32 {
    padding: 32px !important;
  }
  .p-xxl-40 {
    padding: 40px !important;
  }
  .p-xxl-48 {
    padding: 48px !important;
  }
  .p-xxl-56 {
    padding: 56px !important;
  }
  .p-xxl-64 {
    padding: 64px !important;
  }
  .p-xxl-72 {
    padding: 72px !important;
  }
  .p-xxl-80 {
    padding: 80px !important;
  }
  .p-xxl-88 {
    padding: 88px !important;
  }
  .p-xxl-96 {
    padding: 96px !important;
  }
  .p-xxl-104 {
    padding: 104px !important;
  }
  .p-xxl-112 {
    padding: 112px !important;
  }
  .p-xxl-120 {
    padding: 120px !important;
  }
  .p-xxl-128 {
    padding: 128px !important;
  }
  .p-xxl-136 {
    padding: 136px !important;
  }
  .p-xxl-144 {
    padding: 144px !important;
  }
  .p-xxl-152 {
    padding: 152px !important;
  }
  .p-xxl-160 {
    padding: 160px !important;
  }
  .p-xxl-168 {
    padding: 168px !important;
  }
  .p-xxl-176 {
    padding: 176px !important;
  }
  .p-xxl-184 {
    padding: 184px !important;
  }
  .p-xxl-192 {
    padding: 192px !important;
  }
  .p-xxl-200 {
    padding: 200px !important;
  }
  .p-xxl-208 {
    padding: 208px !important;
  }
  .p-xxl-216 {
    padding: 216px !important;
  }
  .p-xxl-224 {
    padding: 224px !important;
  }
  .p-xxl-232 {
    padding: 232px !important;
  }
  .p-xxl-240 {
    padding: 240px !important;
  }
  .p-xxl-248 {
    padding: 248px !important;
  }
  .p-xxl-256 {
    padding: 256px !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;
  }
  .px-xxl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xxl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xxl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xxl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xxl-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xxl-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xxl-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xxl-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xxl-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xxl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-xxl-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-xxl-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-xxl-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .px-xxl-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .px-xxl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-xxl-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .px-xxl-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .px-xxl-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .px-xxl-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .px-xxl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .px-xxl-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .px-xxl-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .px-xxl-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .px-xxl-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .px-xxl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .px-xxl-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .px-xxl-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .px-xxl-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .px-xxl-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .px-xxl-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .px-xxl-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .px-xxl-256 {
    padding-right: 256px !important;
    padding-left: 256px !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;
  }
  .py-xxl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xxl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xxl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xxl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xxl-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xxl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xxl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xxl-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-xxl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-xxl-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .py-xxl-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .py-xxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-xxl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .py-xxl-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .py-xxl-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .py-xxl-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .py-xxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-xxl-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .py-xxl-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .py-xxl-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .py-xxl-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-xxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .py-xxl-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .py-xxl-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .py-xxl-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .py-xxl-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .py-xxl-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .py-xxl-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .py-xxl-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !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;
  }
  .pt-xxl-8 {
    padding-top: 8px !important;
  }
  .pt-xxl-12 {
    padding-top: 12px !important;
  }
  .pt-xxl-16 {
    padding-top: 16px !important;
  }
  .pt-xxl-20 {
    padding-top: 20px !important;
  }
  .pt-xxl-24 {
    padding-top: 24px !important;
  }
  .pt-xxl-32 {
    padding-top: 32px !important;
  }
  .pt-xxl-40 {
    padding-top: 40px !important;
  }
  .pt-xxl-48 {
    padding-top: 48px !important;
  }
  .pt-xxl-56 {
    padding-top: 56px !important;
  }
  .pt-xxl-64 {
    padding-top: 64px !important;
  }
  .pt-xxl-72 {
    padding-top: 72px !important;
  }
  .pt-xxl-80 {
    padding-top: 80px !important;
  }
  .pt-xxl-88 {
    padding-top: 88px !important;
  }
  .pt-xxl-96 {
    padding-top: 96px !important;
  }
  .pt-xxl-104 {
    padding-top: 104px !important;
  }
  .pt-xxl-112 {
    padding-top: 112px !important;
  }
  .pt-xxl-120 {
    padding-top: 120px !important;
  }
  .pt-xxl-128 {
    padding-top: 128px !important;
  }
  .pt-xxl-136 {
    padding-top: 136px !important;
  }
  .pt-xxl-144 {
    padding-top: 144px !important;
  }
  .pt-xxl-152 {
    padding-top: 152px !important;
  }
  .pt-xxl-160 {
    padding-top: 160px !important;
  }
  .pt-xxl-168 {
    padding-top: 168px !important;
  }
  .pt-xxl-176 {
    padding-top: 176px !important;
  }
  .pt-xxl-184 {
    padding-top: 184px !important;
  }
  .pt-xxl-192 {
    padding-top: 192px !important;
  }
  .pt-xxl-200 {
    padding-top: 200px !important;
  }
  .pt-xxl-208 {
    padding-top: 208px !important;
  }
  .pt-xxl-216 {
    padding-top: 216px !important;
  }
  .pt-xxl-224 {
    padding-top: 224px !important;
  }
  .pt-xxl-232 {
    padding-top: 232px !important;
  }
  .pt-xxl-240 {
    padding-top: 240px !important;
  }
  .pt-xxl-248 {
    padding-top: 248px !important;
  }
  .pt-xxl-256 {
    padding-top: 256px !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;
  }
  .pe-xxl-8 {
    padding-right: 8px !important;
  }
  .pe-xxl-12 {
    padding-right: 12px !important;
  }
  .pe-xxl-16 {
    padding-right: 16px !important;
  }
  .pe-xxl-20 {
    padding-right: 20px !important;
  }
  .pe-xxl-24 {
    padding-right: 24px !important;
  }
  .pe-xxl-32 {
    padding-right: 32px !important;
  }
  .pe-xxl-40 {
    padding-right: 40px !important;
  }
  .pe-xxl-48 {
    padding-right: 48px !important;
  }
  .pe-xxl-56 {
    padding-right: 56px !important;
  }
  .pe-xxl-64 {
    padding-right: 64px !important;
  }
  .pe-xxl-72 {
    padding-right: 72px !important;
  }
  .pe-xxl-80 {
    padding-right: 80px !important;
  }
  .pe-xxl-88 {
    padding-right: 88px !important;
  }
  .pe-xxl-96 {
    padding-right: 96px !important;
  }
  .pe-xxl-104 {
    padding-right: 104px !important;
  }
  .pe-xxl-112 {
    padding-right: 112px !important;
  }
  .pe-xxl-120 {
    padding-right: 120px !important;
  }
  .pe-xxl-128 {
    padding-right: 128px !important;
  }
  .pe-xxl-136 {
    padding-right: 136px !important;
  }
  .pe-xxl-144 {
    padding-right: 144px !important;
  }
  .pe-xxl-152 {
    padding-right: 152px !important;
  }
  .pe-xxl-160 {
    padding-right: 160px !important;
  }
  .pe-xxl-168 {
    padding-right: 168px !important;
  }
  .pe-xxl-176 {
    padding-right: 176px !important;
  }
  .pe-xxl-184 {
    padding-right: 184px !important;
  }
  .pe-xxl-192 {
    padding-right: 192px !important;
  }
  .pe-xxl-200 {
    padding-right: 200px !important;
  }
  .pe-xxl-208 {
    padding-right: 208px !important;
  }
  .pe-xxl-216 {
    padding-right: 216px !important;
  }
  .pe-xxl-224 {
    padding-right: 224px !important;
  }
  .pe-xxl-232 {
    padding-right: 232px !important;
  }
  .pe-xxl-240 {
    padding-right: 240px !important;
  }
  .pe-xxl-248 {
    padding-right: 248px !important;
  }
  .pe-xxl-256 {
    padding-right: 256px !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;
  }
  .pb-xxl-8 {
    padding-bottom: 8px !important;
  }
  .pb-xxl-12 {
    padding-bottom: 12px !important;
  }
  .pb-xxl-16 {
    padding-bottom: 16px !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }
  .pb-xxl-24 {
    padding-bottom: 24px !important;
  }
  .pb-xxl-32 {
    padding-bottom: 32px !important;
  }
  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xxl-48 {
    padding-bottom: 48px !important;
  }
  .pb-xxl-56 {
    padding-bottom: 56px !important;
  }
  .pb-xxl-64 {
    padding-bottom: 64px !important;
  }
  .pb-xxl-72 {
    padding-bottom: 72px !important;
  }
  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xxl-88 {
    padding-bottom: 88px !important;
  }
  .pb-xxl-96 {
    padding-bottom: 96px !important;
  }
  .pb-xxl-104 {
    padding-bottom: 104px !important;
  }
  .pb-xxl-112 {
    padding-bottom: 112px !important;
  }
  .pb-xxl-120 {
    padding-bottom: 120px !important;
  }
  .pb-xxl-128 {
    padding-bottom: 128px !important;
  }
  .pb-xxl-136 {
    padding-bottom: 136px !important;
  }
  .pb-xxl-144 {
    padding-bottom: 144px !important;
  }
  .pb-xxl-152 {
    padding-bottom: 152px !important;
  }
  .pb-xxl-160 {
    padding-bottom: 160px !important;
  }
  .pb-xxl-168 {
    padding-bottom: 168px !important;
  }
  .pb-xxl-176 {
    padding-bottom: 176px !important;
  }
  .pb-xxl-184 {
    padding-bottom: 184px !important;
  }
  .pb-xxl-192 {
    padding-bottom: 192px !important;
  }
  .pb-xxl-200 {
    padding-bottom: 200px !important;
  }
  .pb-xxl-208 {
    padding-bottom: 208px !important;
  }
  .pb-xxl-216 {
    padding-bottom: 216px !important;
  }
  .pb-xxl-224 {
    padding-bottom: 224px !important;
  }
  .pb-xxl-232 {
    padding-bottom: 232px !important;
  }
  .pb-xxl-240 {
    padding-bottom: 240px !important;
  }
  .pb-xxl-248 {
    padding-bottom: 248px !important;
  }
  .pb-xxl-256 {
    padding-bottom: 256px !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;
  }
  .ps-xxl-8 {
    padding-left: 8px !important;
  }
  .ps-xxl-12 {
    padding-left: 12px !important;
  }
  .ps-xxl-16 {
    padding-left: 16px !important;
  }
  .ps-xxl-20 {
    padding-left: 20px !important;
  }
  .ps-xxl-24 {
    padding-left: 24px !important;
  }
  .ps-xxl-32 {
    padding-left: 32px !important;
  }
  .ps-xxl-40 {
    padding-left: 40px !important;
  }
  .ps-xxl-48 {
    padding-left: 48px !important;
  }
  .ps-xxl-56 {
    padding-left: 56px !important;
  }
  .ps-xxl-64 {
    padding-left: 64px !important;
  }
  .ps-xxl-72 {
    padding-left: 72px !important;
  }
  .ps-xxl-80 {
    padding-left: 80px !important;
  }
  .ps-xxl-88 {
    padding-left: 88px !important;
  }
  .ps-xxl-96 {
    padding-left: 96px !important;
  }
  .ps-xxl-104 {
    padding-left: 104px !important;
  }
  .ps-xxl-112 {
    padding-left: 112px !important;
  }
  .ps-xxl-120 {
    padding-left: 120px !important;
  }
  .ps-xxl-128 {
    padding-left: 128px !important;
  }
  .ps-xxl-136 {
    padding-left: 136px !important;
  }
  .ps-xxl-144 {
    padding-left: 144px !important;
  }
  .ps-xxl-152 {
    padding-left: 152px !important;
  }
  .ps-xxl-160 {
    padding-left: 160px !important;
  }
  .ps-xxl-168 {
    padding-left: 168px !important;
  }
  .ps-xxl-176 {
    padding-left: 176px !important;
  }
  .ps-xxl-184 {
    padding-left: 184px !important;
  }
  .ps-xxl-192 {
    padding-left: 192px !important;
  }
  .ps-xxl-200 {
    padding-left: 200px !important;
  }
  .ps-xxl-208 {
    padding-left: 208px !important;
  }
  .ps-xxl-216 {
    padding-left: 216px !important;
  }
  .ps-xxl-224 {
    padding-left: 224px !important;
  }
  .ps-xxl-232 {
    padding-left: 232px !important;
  }
  .ps-xxl-240 {
    padding-left: 240px !important;
  }
  .ps-xxl-248 {
    padding-left: 248px !important;
  }
  .ps-xxl-256 {
    padding-left: 256px !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;
  }
  .gap-xxl-8 {
    gap: 8px !important;
  }
  .gap-xxl-12 {
    gap: 12px !important;
  }
  .gap-xxl-16 {
    gap: 16px !important;
  }
  .gap-xxl-20 {
    gap: 20px !important;
  }
  .gap-xxl-24 {
    gap: 24px !important;
  }
  .gap-xxl-32 {
    gap: 32px !important;
  }
  .gap-xxl-40 {
    gap: 40px !important;
  }
  .gap-xxl-48 {
    gap: 48px !important;
  }
  .gap-xxl-56 {
    gap: 56px !important;
  }
  .gap-xxl-64 {
    gap: 64px !important;
  }
  .gap-xxl-72 {
    gap: 72px !important;
  }
  .gap-xxl-80 {
    gap: 80px !important;
  }
  .gap-xxl-88 {
    gap: 88px !important;
  }
  .gap-xxl-96 {
    gap: 96px !important;
  }
  .gap-xxl-104 {
    gap: 104px !important;
  }
  .gap-xxl-112 {
    gap: 112px !important;
  }
  .gap-xxl-120 {
    gap: 120px !important;
  }
  .gap-xxl-128 {
    gap: 128px !important;
  }
  .gap-xxl-136 {
    gap: 136px !important;
  }
  .gap-xxl-144 {
    gap: 144px !important;
  }
  .gap-xxl-152 {
    gap: 152px !important;
  }
  .gap-xxl-160 {
    gap: 160px !important;
  }
  .gap-xxl-168 {
    gap: 168px !important;
  }
  .gap-xxl-176 {
    gap: 176px !important;
  }
  .gap-xxl-184 {
    gap: 184px !important;
  }
  .gap-xxl-192 {
    gap: 192px !important;
  }
  .gap-xxl-200 {
    gap: 200px !important;
  }
  .gap-xxl-208 {
    gap: 208px !important;
  }
  .gap-xxl-216 {
    gap: 216px !important;
  }
  .gap-xxl-224 {
    gap: 224px !important;
  }
  .gap-xxl-232 {
    gap: 232px !important;
  }
  .gap-xxl-240 {
    gap: 240px !important;
  }
  .gap-xxl-248 {
    gap: 248px !important;
  }
  .gap-xxl-256 {
    gap: 256px !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;
  }
  .row-gap-xxl-8 {
    row-gap: 8px !important;
  }
  .row-gap-xxl-12 {
    row-gap: 12px !important;
  }
  .row-gap-xxl-16 {
    row-gap: 16px !important;
  }
  .row-gap-xxl-20 {
    row-gap: 20px !important;
  }
  .row-gap-xxl-24 {
    row-gap: 24px !important;
  }
  .row-gap-xxl-32 {
    row-gap: 32px !important;
  }
  .row-gap-xxl-40 {
    row-gap: 40px !important;
  }
  .row-gap-xxl-48 {
    row-gap: 48px !important;
  }
  .row-gap-xxl-56 {
    row-gap: 56px !important;
  }
  .row-gap-xxl-64 {
    row-gap: 64px !important;
  }
  .row-gap-xxl-72 {
    row-gap: 72px !important;
  }
  .row-gap-xxl-80 {
    row-gap: 80px !important;
  }
  .row-gap-xxl-88 {
    row-gap: 88px !important;
  }
  .row-gap-xxl-96 {
    row-gap: 96px !important;
  }
  .row-gap-xxl-104 {
    row-gap: 104px !important;
  }
  .row-gap-xxl-112 {
    row-gap: 112px !important;
  }
  .row-gap-xxl-120 {
    row-gap: 120px !important;
  }
  .row-gap-xxl-128 {
    row-gap: 128px !important;
  }
  .row-gap-xxl-136 {
    row-gap: 136px !important;
  }
  .row-gap-xxl-144 {
    row-gap: 144px !important;
  }
  .row-gap-xxl-152 {
    row-gap: 152px !important;
  }
  .row-gap-xxl-160 {
    row-gap: 160px !important;
  }
  .row-gap-xxl-168 {
    row-gap: 168px !important;
  }
  .row-gap-xxl-176 {
    row-gap: 176px !important;
  }
  .row-gap-xxl-184 {
    row-gap: 184px !important;
  }
  .row-gap-xxl-192 {
    row-gap: 192px !important;
  }
  .row-gap-xxl-200 {
    row-gap: 200px !important;
  }
  .row-gap-xxl-208 {
    row-gap: 208px !important;
  }
  .row-gap-xxl-216 {
    row-gap: 216px !important;
  }
  .row-gap-xxl-224 {
    row-gap: 224px !important;
  }
  .row-gap-xxl-232 {
    row-gap: 232px !important;
  }
  .row-gap-xxl-240 {
    row-gap: 240px !important;
  }
  .row-gap-xxl-248 {
    row-gap: 248px !important;
  }
  .row-gap-xxl-256 {
    row-gap: 256px !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .column-gap-xxl-8 {
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }
  .column-gap-xxl-12 {
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }
  .column-gap-xxl-16 {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }
  .column-gap-xxl-20 {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }
  .column-gap-xxl-24 {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }
  .column-gap-xxl-32 {
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }
  .column-gap-xxl-40 {
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }
  .column-gap-xxl-48 {
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }
  .column-gap-xxl-56 {
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }
  .column-gap-xxl-64 {
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }
  .column-gap-xxl-72 {
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }
  .column-gap-xxl-80 {
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }
  .column-gap-xxl-88 {
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }
  .column-gap-xxl-96 {
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }
  .column-gap-xxl-104 {
    -webkit-column-gap: 104px !important;
       -moz-column-gap: 104px !important;
            column-gap: 104px !important;
  }
  .column-gap-xxl-112 {
    -webkit-column-gap: 112px !important;
       -moz-column-gap: 112px !important;
            column-gap: 112px !important;
  }
  .column-gap-xxl-120 {
    -webkit-column-gap: 120px !important;
       -moz-column-gap: 120px !important;
            column-gap: 120px !important;
  }
  .column-gap-xxl-128 {
    -webkit-column-gap: 128px !important;
       -moz-column-gap: 128px !important;
            column-gap: 128px !important;
  }
  .column-gap-xxl-136 {
    -webkit-column-gap: 136px !important;
       -moz-column-gap: 136px !important;
            column-gap: 136px !important;
  }
  .column-gap-xxl-144 {
    -webkit-column-gap: 144px !important;
       -moz-column-gap: 144px !important;
            column-gap: 144px !important;
  }
  .column-gap-xxl-152 {
    -webkit-column-gap: 152px !important;
       -moz-column-gap: 152px !important;
            column-gap: 152px !important;
  }
  .column-gap-xxl-160 {
    -webkit-column-gap: 160px !important;
       -moz-column-gap: 160px !important;
            column-gap: 160px !important;
  }
  .column-gap-xxl-168 {
    -webkit-column-gap: 168px !important;
       -moz-column-gap: 168px !important;
            column-gap: 168px !important;
  }
  .column-gap-xxl-176 {
    -webkit-column-gap: 176px !important;
       -moz-column-gap: 176px !important;
            column-gap: 176px !important;
  }
  .column-gap-xxl-184 {
    -webkit-column-gap: 184px !important;
       -moz-column-gap: 184px !important;
            column-gap: 184px !important;
  }
  .column-gap-xxl-192 {
    -webkit-column-gap: 192px !important;
       -moz-column-gap: 192px !important;
            column-gap: 192px !important;
  }
  .column-gap-xxl-200 {
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }
  .column-gap-xxl-208 {
    -webkit-column-gap: 208px !important;
       -moz-column-gap: 208px !important;
            column-gap: 208px !important;
  }
  .column-gap-xxl-216 {
    -webkit-column-gap: 216px !important;
       -moz-column-gap: 216px !important;
            column-gap: 216px !important;
  }
  .column-gap-xxl-224 {
    -webkit-column-gap: 224px !important;
       -moz-column-gap: 224px !important;
            column-gap: 224px !important;
  }
  .column-gap-xxl-232 {
    -webkit-column-gap: 232px !important;
       -moz-column-gap: 232px !important;
            column-gap: 232px !important;
  }
  .column-gap-xxl-240 {
    -webkit-column-gap: 240px !important;
       -moz-column-gap: 240px !important;
            column-gap: 240px !important;
  }
  .column-gap-xxl-248 {
    -webkit-column-gap: 248px !important;
       -moz-column-gap: 248px !important;
            column-gap: 248px !important;
  }
  .column-gap-xxl-256 {
    -webkit-column-gap: 256px !important;
       -moz-column-gap: 256px !important;
            column-gap: 256px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .ratio-xxl-1x1 {
    --vju-aspect-ratio: 100% !important;
  }
  .ratio-xxl-2x3 {
    --vju-aspect-ratio: 150% !important;
  }
  .ratio-xxl-3x4 {
    --vju-aspect-ratio: 133.3333333333% !important;
  }
  .ratio-xxl-9x16 {
    --vju-aspect-ratio: 177.7777777778% !important;
  }
  .ratio-xxl-9x21 {
    --vju-aspect-ratio: 233.3333333333% !important;
  }
  .ratio-xxl-9x30 {
    --vju-aspect-ratio: 333.3333333333% !important;
  }
  .ratio-xxl-3x2 {
    --vju-aspect-ratio: 66.6666666667% !important;
  }
  .ratio-xxl-4x3 {
    --vju-aspect-ratio: 75% !important;
  }
  .ratio-xxl-16x9 {
    --vju-aspect-ratio: 56.25% !important;
  }
  .ratio-xxl-21x9 {
    --vju-aspect-ratio: 42.8571428571% !important;
  }
  .ratio-xxl-30x9 {
    --vju-aspect-ratio: 30% !important;
  }
  .ratio-xxl-1x4vh {
    --vju-aspect-ratio: 25vh !important;
  }
  .ratio-xxl-2x4vh {
    --vju-aspect-ratio: 50vh !important;
  }
  .ratio-xxl-3x4vh {
    --vju-aspect-ratio: 75vh !important;
  }
  .ratio-xxl-4x4vh {
    --vju-aspect-ratio: 100vh !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: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.page-template-ct-gsap {
  overflow: hidden;
}

.gsap {
  height: 100vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
  overflow: hidden;
  background-color: #000;
}

.elements {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-rows: repeat(10, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  height: 100%;
  width: 100%;
}

.elements > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.elements > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.elements > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.elements > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.elements > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.elements > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.elements > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}

.elements > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}

.elements > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 17;
}

.elements > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 19;
}

.elements > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.elements > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.elements > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.elements > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.elements > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.elements > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}

.elements > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}

.elements > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 15;
}

.elements > *:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 17;
}

.elements > *:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 19;
}

.elements > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.elements > *:nth-child(22) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.elements > *:nth-child(23) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.elements > *:nth-child(24) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

.elements > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}

.elements > *:nth-child(26) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}

.elements > *:nth-child(27) {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
}

.elements > *:nth-child(28) {
  -ms-grid-row: 5;
  -ms-grid-column: 15;
}

.elements > *:nth-child(29) {
  -ms-grid-row: 5;
  -ms-grid-column: 17;
}

.elements > *:nth-child(30) {
  -ms-grid-row: 5;
  -ms-grid-column: 19;
}

.elements > *:nth-child(31) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.elements > *:nth-child(32) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.elements > *:nth-child(33) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.elements > *:nth-child(34) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}

.elements > *:nth-child(35) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}

.elements > *:nth-child(36) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
}

.elements > *:nth-child(37) {
  -ms-grid-row: 7;
  -ms-grid-column: 13;
}

.elements > *:nth-child(38) {
  -ms-grid-row: 7;
  -ms-grid-column: 15;
}

.elements > *:nth-child(39) {
  -ms-grid-row: 7;
  -ms-grid-column: 17;
}

.elements > *:nth-child(40) {
  -ms-grid-row: 7;
  -ms-grid-column: 19;
}

.elements > *:nth-child(41) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.elements > *:nth-child(42) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.elements > *:nth-child(43) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}

.elements > *:nth-child(44) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}

.elements > *:nth-child(45) {
  -ms-grid-row: 9;
  -ms-grid-column: 9;
}

.elements > *:nth-child(46) {
  -ms-grid-row: 9;
  -ms-grid-column: 11;
}

.elements > *:nth-child(47) {
  -ms-grid-row: 9;
  -ms-grid-column: 13;
}

.elements > *:nth-child(48) {
  -ms-grid-row: 9;
  -ms-grid-column: 15;
}

.elements > *:nth-child(49) {
  -ms-grid-row: 9;
  -ms-grid-column: 17;
}

.elements > *:nth-child(50) {
  -ms-grid-row: 9;
  -ms-grid-column: 19;
}

.elements > *:nth-child(51) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.elements > *:nth-child(52) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}

.elements > *:nth-child(53) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}

.elements > *:nth-child(54) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}

.elements > *:nth-child(55) {
  -ms-grid-row: 11;
  -ms-grid-column: 9;
}

.elements > *:nth-child(56) {
  -ms-grid-row: 11;
  -ms-grid-column: 11;
}

.elements > *:nth-child(57) {
  -ms-grid-row: 11;
  -ms-grid-column: 13;
}

.elements > *:nth-child(58) {
  -ms-grid-row: 11;
  -ms-grid-column: 15;
}

.elements > *:nth-child(59) {
  -ms-grid-row: 11;
  -ms-grid-column: 17;
}

.elements > *:nth-child(60) {
  -ms-grid-row: 11;
  -ms-grid-column: 19;
}

.elements > *:nth-child(61) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}

.elements > *:nth-child(62) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}

.elements > *:nth-child(63) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}

.elements > *:nth-child(64) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}

.elements > *:nth-child(65) {
  -ms-grid-row: 13;
  -ms-grid-column: 9;
}

.elements > *:nth-child(66) {
  -ms-grid-row: 13;
  -ms-grid-column: 11;
}

.elements > *:nth-child(67) {
  -ms-grid-row: 13;
  -ms-grid-column: 13;
}

.elements > *:nth-child(68) {
  -ms-grid-row: 13;
  -ms-grid-column: 15;
}

.elements > *:nth-child(69) {
  -ms-grid-row: 13;
  -ms-grid-column: 17;
}

.elements > *:nth-child(70) {
  -ms-grid-row: 13;
  -ms-grid-column: 19;
}

.elements > *:nth-child(71) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}

.elements > *:nth-child(72) {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
}

.elements > *:nth-child(73) {
  -ms-grid-row: 15;
  -ms-grid-column: 5;
}

.elements > *:nth-child(74) {
  -ms-grid-row: 15;
  -ms-grid-column: 7;
}

.elements > *:nth-child(75) {
  -ms-grid-row: 15;
  -ms-grid-column: 9;
}

.elements > *:nth-child(76) {
  -ms-grid-row: 15;
  -ms-grid-column: 11;
}

.elements > *:nth-child(77) {
  -ms-grid-row: 15;
  -ms-grid-column: 13;
}

.elements > *:nth-child(78) {
  -ms-grid-row: 15;
  -ms-grid-column: 15;
}

.elements > *:nth-child(79) {
  -ms-grid-row: 15;
  -ms-grid-column: 17;
}

.elements > *:nth-child(80) {
  -ms-grid-row: 15;
  -ms-grid-column: 19;
}

.elements > *:nth-child(81) {
  -ms-grid-row: 17;
  -ms-grid-column: 1;
}

.elements > *:nth-child(82) {
  -ms-grid-row: 17;
  -ms-grid-column: 3;
}

.elements > *:nth-child(83) {
  -ms-grid-row: 17;
  -ms-grid-column: 5;
}

.elements > *:nth-child(84) {
  -ms-grid-row: 17;
  -ms-grid-column: 7;
}

.elements > *:nth-child(85) {
  -ms-grid-row: 17;
  -ms-grid-column: 9;
}

.elements > *:nth-child(86) {
  -ms-grid-row: 17;
  -ms-grid-column: 11;
}

.elements > *:nth-child(87) {
  -ms-grid-row: 17;
  -ms-grid-column: 13;
}

.elements > *:nth-child(88) {
  -ms-grid-row: 17;
  -ms-grid-column: 15;
}

.elements > *:nth-child(89) {
  -ms-grid-row: 17;
  -ms-grid-column: 17;
}

.elements > *:nth-child(90) {
  -ms-grid-row: 17;
  -ms-grid-column: 19;
}

.elements > *:nth-child(91) {
  -ms-grid-row: 19;
  -ms-grid-column: 1;
}

.elements > *:nth-child(92) {
  -ms-grid-row: 19;
  -ms-grid-column: 3;
}

.elements > *:nth-child(93) {
  -ms-grid-row: 19;
  -ms-grid-column: 5;
}

.elements > *:nth-child(94) {
  -ms-grid-row: 19;
  -ms-grid-column: 7;
}

.elements > *:nth-child(95) {
  -ms-grid-row: 19;
  -ms-grid-column: 9;
}

.elements > *:nth-child(96) {
  -ms-grid-row: 19;
  -ms-grid-column: 11;
}

.elements > *:nth-child(97) {
  -ms-grid-row: 19;
  -ms-grid-column: 13;
}

.elements > *:nth-child(98) {
  -ms-grid-row: 19;
  -ms-grid-column: 15;
}

.elements > *:nth-child(99) {
  -ms-grid-row: 19;
  -ms-grid-column: 17;
}

.elements > *:nth-child(100) {
  -ms-grid-row: 19;
  -ms-grid-column: 19;
}

.el {
  width: 64px;
  height: 64px;
  background-color: pink;
}

.ring {
  --el-size: 50;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}
.ring#mainRing {
  display: none;
}

.animations {
  height: 80vh;
  margin-top: var(--vju-header-height-lg);
}

@-webkit-keyframes filter-loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes filter-loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes status-indicator-warning {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.25;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes status-indicator-warning {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.25;
  }
  50%, 100% {
    opacity: 1;
  }
}
body {
  -ms-hyphens: manual;
      hyphens: manual;
}
body.state--no-scroll {
  overflow-y: hidden;
}
body.state--hide-header #siteHeader {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
body.state--sub-menu-expanded #siteScrim, body.state--burger-nav-expanded #siteScrim {
  pointer-events: auto;
}
body.state--sub-menu-expanded #siteHeader, body.state--burger-nav-expanded #siteHeader {
  -webkit-transform: unset;
          transform: unset;
}

main section img {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
}
main > section:first-child,
main > .post-type-single,
main > .error-404 {
  --vju-sections-pt-sm: calc(var(--vju-header-push-sm) + 64px);
  --vju-sections-pt-md: calc(var(--vju-header-push-md) + 64px);
  --vju-sections-pt-lg: calc(var(--vju-header-push-lg) + 100px);
  --vju-sections-pt-xl: calc(var(--vju-header-push-lg) + 100px);
  --vju-sections-pt-xxl: calc(var(--vju-header-push-lg) + 100px);
}
main a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
}
main img {
  display: block;
  max-width: 100%;
  height: auto;
}
body #siteScrim {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: fixed;
  top: var(--vju-header-push-sm);
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1030;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  body #siteScrim {
    top: var(--vju-header-push-md);
  }
}
@media (min-width: 992px) {
  body #siteScrim {
    top: var(--vju-header-push-lg);
  }
}

section {
  -webkit-padding-before: var(--vju-sections-pt-sm);
          padding-block-start: var(--vju-sections-pt-sm);
  -webkit-padding-after: var(--vju-sections-pb-sm);
          padding-block-end: var(--vju-sections-pb-sm);
}
@media (min-width: 768px) {
  section {
    -webkit-padding-before: var(--vju-sections-pt-md);
            padding-block-start: var(--vju-sections-pt-md);
    -webkit-padding-after: var(--vju-sections-pb-md);
            padding-block-end: var(--vju-sections-pb-md);
  }
}
@media (min-width: 992px) {
  section {
    -webkit-padding-before: var(--vju-sections-pt-lg);
            padding-block-start: var(--vju-sections-pt-lg);
    -webkit-padding-after: var(--vju-sections-pb-lg);
            padding-block-end: var(--vju-sections-pb-lg);
  }
}
@media (min-width: 1240px) {
  section {
    -webkit-padding-before: var(--vju-sections-pt-xl);
            padding-block-start: var(--vju-sections-pt-xl);
    -webkit-padding-after: var(--vju-sections-pb-xl);
            padding-block-end: var(--vju-sections-pb-xl);
  }
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.section-header .section-title {
  margin-bottom: 0;
}
.section-header .section-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-left: auto;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}
@media (min-width: 768px) {
  .section-header .section-link {
    font-size: 20px;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 32px;
  }
}

.container, .section-cover .cover-content, #siteHeader .header-navbar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 576px) {
  .container, .section-cover .cover-content, #siteHeader .header-navbar {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container, .section-cover .cover-content, #siteHeader .header-navbar {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .container, .section-cover .cover-content, #siteHeader .header-navbar {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1240px) {
  .container, .section-cover .cover-content, #siteHeader .header-navbar {
    max-width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .container, .section-cover .cover-content, #siteHeader .header-navbar {
    max-width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

blockquote {
  padding: 2em 1em;
  margin-left: 1em;
  margin-right: 1em;
  border-left: 2px solid currentColor;
  background-color: rgba(75, 75, 75, 0.25);
}

.content-wysiwyg p .btn:not(:last-child), .content-wysiwyg p body .site div.gform_wrapper div.gform_footer.gform-footer input[type=submit].gform_button:not(:last-child), body .site div.gform_wrapper div.gform_footer.gform-footer .content-wysiwyg p input[type=submit].gform_button:not(:last-child) {
  margin-right: 1em;
}
.content-wysiwyg p .btn + .btn, .content-wysiwyg p body .site div.gform_wrapper div.gform_footer.gform-footer input[type=submit].gform_button + .btn, body .site div.gform_wrapper div.gform_footer.gform-footer .content-wysiwyg p input[type=submit].gform_button + .btn, .content-wysiwyg p body .site div.gform_wrapper div.gform_footer.gform-footer .btn + input[type=submit].gform_button, body .site div.gform_wrapper div.gform_footer.gform-footer .content-wysiwyg p .btn + input[type=submit].gform_button, .content-wysiwyg p body .site div.gform_wrapper div.gform_footer.gform-footer input[type=submit].gform_button + input[type=submit].gform_button, body .site div.gform_wrapper div.gform_footer.gform-footer .content-wysiwyg p input[type=submit].gform_button + input[type=submit].gform_button {
  margin-top: 0.5em;
}
@media (max-width: 767.98px) {
  .content-wysiwyg p .btn, .content-wysiwyg p body .site div.gform_wrapper div.gform_footer.gform-footer input[type=submit].gform_button, body .site div.gform_wrapper div.gform_footer.gform-footer .content-wysiwyg p input[type=submit].gform_button {
    max-width: 100%;
  }
}

.content-mw {
  max-width: var(--vju-wysiwyg-mw);
}
.content-mw-2 {
  max-width: var(--vju-wysiwyg-mw-2);
}
.content-mw-3 {
  max-width: var(--vju-wysiwyg-mw-3);
}
.content-mw-4 {
  max-width: var(--vju-wysiwyg-mw-4);
}
.content-mw-full {
  max-width: 100%;
}

.post-card {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 16px;
}
.post-card a {
  color: #FCFCFC;
  text-decoration: none;
}
.post-card .card-image {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
}
.post-card .card-tagline {
  display: block;
  margin-bottom: 12px;
  color: #D4D4D4;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.post-card .card-title {
  margin-bottom: 0;
}
.post-card .card-excerpt {
  margin-bottom: 0;
}
.post-card .card-readmore {
  margin-top: auto;
}
.post-card .card-readmore:hover {
  color: #D4D4D4;
}

a.hover-underline {
  position: relative;
  text-decoration: none;
}
a.hover-underline:hover::after {
  width: 100%;
}
a.hover-underline::after {
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: currentColor;
}

a.link-back,
.link-back > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-decoration: none;
}
a.link-back::before,
.link-back > a::before {
  content: "";
}

a.link-forward, .post-card a.card-readmore,
.link-forward > a,
.post-card .card-readmore > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-decoration: none;
}
a.link-forward::after, .post-card a.card-readmore::after,
.link-forward > a::after,
.post-card .card-readmore > a::after {
  content: "";
}

.theme-radius, .section-products .product, .section-features .feature, .section-demos .demo, .section-cards .card {
  border-radius: var(--vju-base-border-radius);
}

.btn, body .site div.gform_wrapper div.gform_footer.gform-footer input[type=submit].gform_button {
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  border-radius: 100px;
  border-width: 0;
  background: #FF4E02;
  color: #121212;
  text-decoration: none;
  line-height: 1;
}
.btn:hover, body .site div.gform_wrapper div.gform_footer.gform-footer input[type=submit].gform_button:hover {
  background: #FF5B13;
}
.btn.btn-light, body .site div.gform_wrapper div.gform_footer.gform-footer input.btn-light[type=submit].gform_button {
  background: #FFFFFF;
}
.btn.btn-light:hover, body .site div.gform_wrapper div.gform_footer.gform-footer input.btn-light[type=submit].gform_button:hover {
  background: #D4D4D4;
}

.button-links-wrapper {
  position: relative;
  padding: 12px 16px;
  border: 1px solid #2E2E2E;
  border-radius: 100px;
  background-color: #1B1B1B;
}
.button-links-wrapper.active .button-links {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
  opacity: 1;
  visibility: visible;
}
.button-links-wrapper a:not(:hover) {
  text-decoration: none;
}
.button-links-wrapper .button-links-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.button-links-wrapper .button-links-label .ms-icon {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  pointer-events: none;
  font-size: 1.5em;
}
.button-links-wrapper .button-links {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  border: 1px solid #2E2E2E;
  border-radius: 24px;
  background-color: #1B1B1B;
  color: #D4D4D4;
}
.button-links-wrapper .button-links .btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
}
@media (min-width: 992px) {
  .button-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px;
    position: relative;
    top: unset;
    padding: 0;
    z-index: unset;
    border: none;
    border-radius: 0;
    background-color: unset;
  }
  .button-links-wrapper .button-links-label {
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .button-links-wrapper .button-links-label.mobile-only {
    display: none;
  }
  .button-links-wrapper .button-links-label .ms-icon {
    display: none;
  }
  .button-links-wrapper .button-links {
    opacity: 1;
    visibility: visible;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    overflow: unset;
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  .button-links-wrapper .button-links .btn-link {
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    position: relative;
    width: auto;
    padding: 12px 20px;
    border: 1px solid #2E2E2E;
    border-radius: 100px;
    line-height: normal;
  }
}

.play-audio {
  position: relative;
  width: 1em;
  height: 1em;
  padding: 0;
  border: 0;
  background: none;
}
.play-audio.playing .ms-icon.play {
  opacity: 0;
}
.play-audio.playing .ms-icon.pause {
  opacity: 1;
}
.play-audio .ms-icon {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
}
.play-audio .ms-icon.pause {
  opacity: 0;
}

.btn-sub-menu-toggle {
  padding: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: unset;
  background-color: unset;
  color: inherit;
}

.btn-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: none;
  background: none;
  color: unset;
}

.navbar-language-switcher {
  --flag-size: 20px;
  position: relative;
  color: #FCFCFC;
  font-size: 16px;
}
.navbar-language-switcher.mobile .wpml-ls {
  margin-top: 20px;
}
.navbar-language-switcher.mobile .wpml-ls-item {
  font-size: 14px;
}
.navbar-language-switcher .toggle-language-switcher {
  --ms-svg-size: 24px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  background: transparent;
  color: currentColor;
}
.navbar-language-switcher .toggle-language-switcher:hover {
  color: #D4D4D4;
}
.navbar-language-switcher .toggle-language-switcher img {
  width: var(--flag-size);
  height: auto;
}
.navbar-language-switcher .toggle-language-switcher > .wpml-ls {
  padding: 0;
  border: none;
  clear: unset;
}
.navbar-language-switcher .toggle-language-switcher > .wpml-ls li {
  display: none;
}
.navbar-language-switcher .toggle-language-switcher > .wpml-ls li.wpml-ls-current-language {
  display: block;
  margin-left: 0.4em;
}
.navbar-language-switcher .toggle-language-switcher > .wpml-ls li .wpml-ls-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  pointer-events: none;
}
.navbar-language-switcher > .wpml-ls {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 12px;
  padding: 12px 8px;
  z-index: 1000;
  overflow: hidden;
  clear: unset;
  border-radius: 16px;
  backdrop-filter: blur(12px);
  background-color: rgba(88, 88, 88, 0.5);
  color: #FFFFFF;
}
.navbar-language-switcher > .wpml-ls.active {
  visibility: visible;
  opacity: 1;
}
.navbar-language-switcher > .wpml-ls ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.navbar-language-switcher > .wpml-ls .wpml-ls-flag {
  width: var(--flag-size);
  height: auto;
}
.navbar-language-switcher > .wpml-ls .wpml-ls-item:hover .wpml-ls-link, .navbar-language-switcher > .wpml-ls .wpml-ls-item.wpml-ls-current-language .wpml-ls-link {
  background-color: #FFFFFF;
  color: #121212;
}
.navbar-language-switcher > .wpml-ls .wpml-ls-link {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 8px;
  border-radius: 8px;
  line-height: 1.35;
}
@media (min-width: 992px) {
  .navbar-language-switcher.mobile {
    display: none;
  }
}

@supports selector(::-webkit-scrollbar) {
  html {
    --vju-scrollbar-color-thumb: rgba(75, 75, 75, 0.25);
    --vju-scrollbar-color-thumb-hover: rgba(75, 75, 75, 1);
    --vju-scrollbar-color-track: transparent;
    --vju-scrollbar-width: 8px;
  }
  html ::-webkit-scrollbar {
    width: var(--vju-scrollbar-width);
    margin-right: calc(var(--vju-scrollbar-width) * -1);
  }
  html ::-webkit-scrollbar-track {
    background: var(--vju-scrollbar-color-track);
  }
  html ::-webkit-scrollbar-thumb {
    background: var(--vju-scrollbar-color-thumb);
    border-radius: 8px;
  }
  html ::-webkit-scrollbar-thumb:hover {
    background: var(--vju-scrollbar-color-thumb-hover);
  }
}

.container-account-iframe {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  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: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding-block: clamp(64px, 8vh, 128px);
  padding-inline: clamp(64px, 10vw, 128px);
  opacity: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
}
.container-account-iframe.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.container-account-iframe .account-iframe {
  height: 100%;
  width: 100%;
  max-width: 1200px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.wp-video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.wp-video .wp-video-shortcode {
  width: 100%;
}

.responsive-video {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

:root {
  --vju-mode-primary-text-color: #FCFCFC;
  --vju-mode-secondary-text-color: #D4D4D4;
  /**
   * Grid & Container
   */
  --vju-site-grid-gutter-sm: 8px;
  --vju-site-grid-gutter-md: 8px;
  --vju-site-grid-gutter-lg: 40px;
  --vju-site-container-gutter-sm: 16px;
  --vju-site-container-gutter-md: 16px;
  --vju-site-container-gutter-lg: 40px;
  /**
   * Typography
   */
  --vju-root-font-size: 16px;
  --vju-body-font-size: 1rem;
  --vju-small-font-size: 0.875em;
  --vju-p-mb: 1.5em;
  --vju-p-lg-mb: 2.5em;
  --vju-font-weight-bold: 700;
  --vju-lead-font-size: 1.25em;
  --vju-lead-mb: 1em;
  --vju-lead-line-height: 1.4em;
  --vju-lead-md-line-height: var(--vju-lead-line-height);
  --vju-lead-lg-line-height: var(--vju-lead-line-height);
  --vju-body-font-size: var(--vju-root-font-size);
  /**
   * Headings
   */
  --vju-h1-font-size: 36px;
  --vju-h2-font-size: 32px;
  --vju-h3-font-size: 22px;
  --vju-h4-font-size: 20px;
  --vju-h5-font-size: 18px;
  --vju-h6-font-size: 16px;
  --vju-h1-md-font-size: var(--vju-h1-font-size);
  --vju-h2-md-font-size: var(--vju-h2-font-size);
  --vju-h3-md-font-size: var(--vju-h3-font-size);
  --vju-h4-md-font-size: var(--vju-h4-font-size);
  --vju-h5-md-font-size: var(--vju-h5-font-size);
  --vju-h6-md-font-size: var(--vju-h6-font-size);
  --vju-h1-lg-font-size: 48px;
  --vju-h2-lg-font-size: 32px;
  --vju-h3-lg-font-size: 28px;
  --vju-h4-lg-font-size: 24px;
  --vju-h5-lg-font-size: 18px;
  --vju-h6-lg-font-size: 16px;
  --vju-h1-xl-font-size: var(--vju-h1-lg-font-size);
  --vju-h2-xl-font-size: var(--vju-h2-lg-font-size);
  --vju-h3-xl-font-size: var(--vju-h3-lg-font-size);
  --vju-h4-xl-font-size: var(--vju-h4-lg-font-size);
  --vju-h5-xl-font-size: var(--vju-h5-lg-font-size);
  --vju-h6-xl-font-size: var(--vju-h6-lg-font-size);
  --vju-h1-mb: 0.4285em;
  --vju-h2-mb: 0.4285em;
  --vju-h3-mb: 0.23529411764706em;
  --vju-h4-mb: 0.4285em;
  --vju-h5-mb: 0.727272em;
  --vju-h6-mb: 0.4285em;
  --vju-h1-lg-mb: 0.3582089552238806em;
  --vju-h2-lg-mb: 0.4285em;
  --vju-h3-lg-mb: 0.23529411764706em;
  --vju-h4-lg-mb: 0.4285em;
  --vju-h5-lg-mb: 0.666666em;
  --vju-h6-lg-mb: 0.4285em;
  --vju-h1-font-weight: 400;
  --vju-h2-font-weight: 400;
  --vju-h3-font-weight: 400;
  --vju-h4-font-weight: 400;
  --vju-h5-font-weight: 400;
  --vju-h6-font-weight: 400;
  --vju-h1-md-font-weight: var(--vju-h1-font-weight);
  --vju-h2-md-font-weight: var(--vju-h2-font-weight);
  --vju-h3-md-font-weight: var(--vju-h3-font-weight);
  --vju-h4-md-font-weight: var(--vju-h4-font-weight);
  --vju-h5-md-font-weight: var(--vju-h5-font-weight);
  --vju-h6-md-font-weight: var(--vju-h6-font-weight);
  --vju-h1-lg-font-weight: var(--vju-h1-font-weight);
  --vju-h2-lg-font-weight: var(--vju-h2-font-weight);
  --vju-h3-lg-font-weight: var(--vju-h3-font-weight);
  --vju-h4-lg-font-weight: var(--vju-h4-font-weight);
  --vju-h5-lg-font-weight: var(--vju-h5-font-weight);
  --vju-h6-lg-font-weight: var(--vju-h6-font-weight);
  --vju-h1-xl-font-weight: var(--vju-h1-font-weight);
  --vju-h2-xl-font-weight: var(--vju-h2-font-weight);
  --vju-h3-xl-font-weight: var(--vju-h3-font-weight);
  --vju-h4-xl-font-weight: var(--vju-h4-font-weight);
  --vju-h5-xl-font-weight: var(--vju-h5-font-weight);
  --vju-h6-xl-font-weight: var(--vju-h6-font-weight);
  --vju-h1-line-height: 1;
  --vju-h2-line-height: 1.03;
  --vju-h3-line-height: 1.2;
  --vju-h4-line-height: 1.15;
  --vju-h5-line-height: 1.1;
  --vju-h6-line-height: normal;
  --vju-h1-md-line-height: var(--vju-h1-line-height);
  --vju-h2-md-line-height: var(--vju-h2-line-height);
  --vju-h3-md-line-height: var(--vju-h3-line-height);
  --vju-h4-md-line-height: var(--vju-h4-line-height);
  --vju-h5-md-line-height: var(--vju-h5-line-height);
  --vju-h6-md-line-height: var(--vju-h6-line-height);
  --vju-h1-lg-line-height: 1;
  --vju-h2-lg-line-height: 1.07;
  --vju-h3-lg-line-height: 1.1;
  --vju-h4-lg-line-height: 1.15;
  --vju-h5-lg-line-height: 1.1;
  --vju-h6-lg-line-height: normal;
  --vju-h1-xl-line-height: var(--vju-h1-lg-line-height);
  --vju-h2-xl-line-height: var(--vju-h2-lg-line-height);
  --vju-h3-xl-line-height: var(--vju-h3-lg-line-height);
  --vju-h4-xl-line-height: var(--vju-h4-lg-line-height);
  --vju-h5-xl-line-height: var(--vju-h5-lg-line-height);
  --vju-h6-xl-line-height: var(--vju-h6-lg-line-height);
  /**
   * Display
   */
  --vju-display-1-font-size: 48px;
  --vju-display-2-font-size: 0px;
  --vju-display-3-font-size: 0px;
  --vju-display-4-font-size: 0px;
  --vju-display-5-font-size: 0px;
  --vju-display-6-font-size: 0px;
  --vju-display-1-md-font-size: var(--vju-display-1-font-size);
  --vju-display-2-md-font-size: 0px;
  --vju-display-3-md-font-size: 0px;
  --vju-display-4-md-font-size: 0px;
  --vju-display-5-md-font-size: 0px;
  --vju-display-6-md-font-size: 0px;
  --vju-display-1-lg-font-size: 96px;
  --vju-display-2-lg-font-size: 0px;
  --vju-display-3-lg-font-size: 0px;
  --vju-display-4-lg-font-size: 0px;
  --vju-display-5-lg-font-size: 0px;
  --vju-display-6-lg-font-size: 0px;
  --vju-display-1-xl-font-size: 96px;
  --vju-display-2-xl-font-size: 0px;
  --vju-display-3-xl-font-size: 0px;
  --vju-display-4-xl-font-size: 0px;
  --vju-display-5-xl-font-size: 0px;
  --vju-display-6-xl-font-size: 0px;
  --vju-display-1-mb: 0.25em;
  --vju-display-2-mb: 0.25em;
  --vju-display-3-mb: 0.25em;
  --vju-display-4-mb: 0.25em;
  --vju-display-5-mb: 0.25em;
  --vju-display-6-mb: 0.25em;
  --vju-display-1-font-weight: 400;
  --vju-display-2-font-weight: 400;
  --vju-display-3-font-weight: 400;
  --vju-display-4-font-weight: 400;
  --vju-display-5-font-weight: 400;
  --vju-display-6-font-weight: 400;
  --vju-display-1-md-font-weight: var(--vju-display-1-font-weight);
  --vju-display-2-md-font-weight: var(--vju-display-2-font-weight);
  --vju-display-3-md-font-weight: var(--vju-display-3-font-weight);
  --vju-display-4-md-font-weight: var(--vju-display-4-font-weight);
  --vju-display-5-md-font-weight: var(--vju-display-5-font-weight);
  --vju-display-6-md-font-weight: var(--vju-display-6-font-weight);
  --vju-display-1-lg-font-weight: var(--vju-display-1-font-weight);
  --vju-display-2-lg-font-weight: var(--vju-display-2-font-weight);
  --vju-display-3-lg-font-weight: var(--vju-display-3-font-weight);
  --vju-display-4-lg-font-weight: var(--vju-display-4-font-weight);
  --vju-display-5-lg-font-weight: var(--vju-display-5-font-weight);
  --vju-display-6-lg-font-weight: var(--vju-display-6-font-weight);
  --vju-display-1-xl-font-weight: var(--vju-display-1-font-weight);
  --vju-display-2-xl-font-weight: var(--vju-display-2-font-weight);
  --vju-display-3-xl-font-weight: var(--vju-display-3-font-weight);
  --vju-display-4-xl-font-weight: var(--vju-display-4-font-weight);
  --vju-display-5-xl-font-weight: var(--vju-display-5-font-weight);
  --vju-display-6-xl-font-weight: var(--vju-display-6-font-weight);
  --vju-display-1-line-height: 0.86;
  --vju-display-2-line-height: 0;
  --vju-display-3-line-height: 0;
  --vju-display-4-line-height: 0;
  --vju-display-5-line-height: 0;
  --vju-display-6-line-height: 0;
  --vju-display-1-md-line-height: var(--vju-display-1-line-height);
  --vju-display-2-md-line-height: 0;
  --vju-display-3-md-line-height: 0;
  --vju-display-4-md-line-height: 0;
  --vju-display-5-md-line-height: 0;
  --vju-display-6-md-line-height: 0;
  --vju-display-1-lg-line-height: var(--vju-display-1-md-line-height);
  --vju-display-2-lg-line-height: 0;
  --vju-display-3-lg-line-height: 0;
  --vju-display-4-lg-line-height: 0;
  --vju-display-5-lg-line-height: 0;
  --vju-display-6-lg-line-height: 0;
  --vju-display-1-xl-line-height: var(--vju-display-1-lg-line-height);
  --vju-display-2-xl-line-height: 0;
  --vju-display-3-xl-line-height: 0;
  --vju-display-4-xl-line-height: 0;
  --vju-display-5-xl-line-height: 0;
  --vju-display-6-xl-line-height: 0;
  /**
   * Seo title
   */
  --vju-seo-title-font-size: 16px;
  --vju-seo-title-md-font-size: var(--vju-seo-title-font-size);
  --vju-seo-title-lg-font-size: var(--vju-seo-title-font-size);
  --vju-seo-title-xl-font-size: var(--vju-seo-title-font-size);
  --vju-seo-title-mb: 8px;
  --vju-seo-title-md-mb: var(--vju-seo-title-mb);
  --vju-seo-title-lg-mb: var(--vju-seo-title-mb);
  --vju-seo-title-xl-mb: var(--vju-seo-title-mb);
  --vju-seo-title-line-height: 1.35;
  --vju-seo-title-md-line-height: var(--vju-seo-title-line-height);
  --vju-seo-title-lg-line-height: 1.4;
  --vju-seo-title-xl-line-height: --vju-seo-title-lg-line-height;
  --vju-seo-title-font-weight: 400;
  --vju-seo-title-md-font-weight: var(--vju-seo-title-font-weight);
  --vju-seo-title-lg-font-weight: var(--vju-seo-title-font-weight);
  --vju-seo-title-xl-font-weight: var(--vju-seo-title-font-weight);
  /**
   * Header
   */
  --vju-header-height-sm: 76px;
  --vju-header-height-md: var(--vju-header-height-sm);
  --vju-header-height-lg: 88px;
  --vju-header-push-sm: var(--vju-header-height-sm);
  --vju-header-push-md: var(--vju-header-height-md);
  --vju-header-push-lg: var(--vju-header-height-lg);
  /**
   * Site
   */
  --vju-wysiwyg-mw: 540px;
  --vju-wysiwyg-mw-2: 640px;
  --vju-wysiwyg-mw-3: 678px;
  --vju-wysiwyg-mw-4: 800px;
  /**
   * Footer
   */
  --vju-footer-bg: #1B1B1B;
  /**
   * Sections
   */
  --vju-sections-pt-sm: 40px;
  --vju-sections-pt-md: 40px;
  --vju-sections-pt-lg: 72px;
  --vju-sections-pt-xl: 72px;
  --vju-sections-pt-xxl: 72px;
  --vju-sections-pb-sm: 40px;
  --vju-sections-pb-md: 40px;
  --vju-sections-pb-lg: 72px;
  --vju-sections-pb-xl: 72px;
  --vju-sections-pb-xxl: 72px;
  /**
   * Borders
   */
  --vju-base-border-radius: 16px;
  --vju-media-border-radius: calc(var(--vju-base-border-radius) / 2);
  /**
   * Gravity Forms
   */
}

@font-face {
  font-family: brown-pro;
  src: url("assets/fonts/Brown_Pro/BrownPro-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: brown-pro;
  src: url("assets/fonts/Brown_Pro/BrownPro-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: brown-pro;
  src: url("assets/fonts/Brown_Pro/BrownPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: brown-pro;
  src: url("assets/fonts/Brown_Pro/BrownPro-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: brown-pro;
  src: url("assets/fonts/Brown_Pro/BrownPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: brown-pro;
  src: url("assets/fonts/Brown_Pro/BrownPro-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: brown-pro;
  src: url("assets/fonts/Brown_Pro/BrownPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: brown-pro;
  src: url("assets/fonts/Brown_Pro/BrownPro-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
.font-family-headings {
  font-family: var(--vju-headings-font-family);
}

.font-family-body {
  font-family: var(--vju-body-font-family);
}

.font-family-effects {
  font-family: var(--vju-effects-font-family);
}

p {
  margin-bottom: var(--vju-p-mb);
}

small, .small {
  font-size: var(--vju-small-font-size);
}

b, strong {
  font-weight: var(--vju-font-weight-bold);
}

.lead {
  margin-bottom: var(--vju-lead-mb);
  line-height: var(--vju-lead-line-height);
  font-weight: var(--vju-lead-font-weight);
  font-family: var(--vju-lead-font-family);
  font-size: var(--vju-lead-font-size);
  color: #D4D4D4;
}

.tagline {
  margin-bottom: 0.75em;
  color: #D4D4D4;
  font-size: var(--vju-body-font-size);
  font-weight: 400;
  line-height: 1.35;
}

/**
* Headings
*/
.seo-title {
  color: #FCFCFC;
  font-size: var(--vju-seo-title-font-size);
  font-weight: var(--vju-seo-title-font-weight);
  line-height: var(--vju-seo-title-line-height);
  margin-bottom: var(--vju-seo-title-mb);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--vju-headings-font-family);
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: var(--vju-body-font-family);
}

.h1, h1 {
  font-size: var(--vju-h1-font-size);
  font-weight: var(--vju-h1-font-weight);
  line-height: var(--vju-h1-line-height);
  margin-bottom: var(--vju-h1-mb);
}

.h2, h2 {
  font-size: var(--vju-h2-font-size);
  font-weight: var(--vju-h2-font-weight);
  line-height: var(--vju-h2-line-height);
  margin-bottom: var(--vju-h2-mb);
}

.h3, h3 {
  font-size: var(--vju-h3-font-size);
  font-weight: var(--vju-h3-font-weight);
  line-height: var(--vju-h3-line-height);
  margin-bottom: var(--vju-h3-mb);
}

.h4, h4 {
  font-size: var(--vju-h4-font-size);
  font-weight: var(--vju-h4-font-weight);
  line-height: var(--vju-h4-line-height);
  margin-bottom: var(--vju-h4-mb);
}

.h5, h5 {
  font-size: var(--vju-h5-font-size);
  font-weight: var(--vju-h5-font-weight);
  line-height: var(--vju-h5-line-height);
  margin-bottom: var(--vju-h5-mb);
}

.h6, h6 {
  font-size: var(--vju-h6-font-size);
  font-weight: var(--vju-h6-font-weight);
  line-height: var(--vju-h6-line-height);
  margin-bottom: var(--vju-h6-mb);
}

.display-1 {
  font-size: var(--vju-display-1-font-size);
  font-weight: var(--vju-display-1-font-weight);
  line-height: var(--vju-display-1-line-height);
  margin-bottom: var(--vju-display-1-mb);
}

.display-2 {
  font-size: var(--vju-display-2-font-size);
  font-weight: var(--vju-display-2-font-weight);
  line-height: var(--vju-display-2-line-height);
  margin-bottom: var(--vju-display-2-mb);
}

.display-3 {
  font-size: var(--vju-display-3-font-size);
  font-weight: var(--vju-display-3-font-weight);
  line-height: var(--vju-display-3-line-height);
  margin-bottom: var(--vju-display-3-mb);
}

.display-4 {
  font-size: var(--vju-display-4-font-size);
  font-weight: var(--vju-display-4-font-weight);
  line-height: var(--vju-display-4-line-height);
  margin-bottom: var(--vju-display-4-mb);
}

.display-5 {
  font-size: var(--vju-display-5-font-size);
  font-weight: var(--vju-display-5-font-weight);
  line-height: var(--vju-display-5-line-height);
  margin-bottom: var(--vju-display-5-mb);
}

.display-6 {
  font-size: var(--vju-display-6-font-size);
  font-weight: var(--vju-display-6-font-weight);
  line-height: var(--vju-display-6-line-height);
  margin-bottom: var(--vju-display-6-mb);
}

@media (min-width: 768px) {
  p {
    line-height: var(--vju-p-md-line-height);
    font-weight: var(--vju-p-md-font-weight);
  }
  .lead {
    line-height: var(--vju-lead-md-line-height);
    font-weight: var(--vju-lead-md-font-weight);
  }
  .h1, h1 {
    font-size: var(--vju-h1-md-font-size);
    font-weight: var(--vju-h1-md-font-weight);
    line-height: var(--vju-h1-md-line-height);
  }
  .h2, h2 {
    font-size: var(--vju-h2-md-font-size);
    font-weight: var(--vju-h2-md-font-weight);
    line-height: var(--vju-h2-md-line-height);
  }
  .h3, h3 {
    font-size: var(--vju-h3-md-font-size);
    font-weight: var(--vju-h3-md-font-weight);
    line-height: var(--vju-h3-md-line-height);
  }
  .h4, h4 {
    font-size: var(--vju-h4-md-font-size);
    font-weight: var(--vju-h4-md-font-weight);
    line-height: var(--vju-h4-md-line-height);
  }
  .h5, h5 {
    font-size: var(--vju-h5-md-font-size);
    font-weight: var(--vju-h5-md-font-weight);
    line-height: var(--vju-h5-md-line-height);
  }
  .h6, h6 {
    font-size: var(--vju-h6-md-font-size);
    font-weight: var(--vju-h6-md-font-weight);
    line-height: var(--vju-h6-md-line-height);
  }
  .display-1 {
    font-size: var(--vju-display-1-md-font-size);
    font-weight: var(--vju-display-1-md-font-weight);
    line-height: var(--vju-display-1-md-line-height);
  }
  .display-2 {
    font-size: var(--vju-display-2-md-font-size);
    font-weight: var(--vju-display-2-md-font-weight);
    line-height: var(--vju-display-2-md-line-height);
  }
  .display-3 {
    font-size: var(--vju-display-3-md-font-size);
    font-weight: var(--vju-display-3-md-font-weight);
    line-height: var(--vju-display-3-md-line-height);
  }
  .display-4 {
    font-size: var(--vju-display-4-md-font-size);
    font-weight: var(--vju-display-4-md-font-weight);
    line-height: var(--vju-display-4-md-line-height);
  }
  .display-5 {
    font-size: var(--vju-display-5-md-font-size);
    font-weight: var(--vju-display-5-md-font-weight);
    line-height: var(--vju-display-5-md-line-height);
  }
  .display-6 {
    font-size: var(--vju-display-6-md-font-size);
    font-weight: var(--vju-display-6-md-font-weight);
    line-height: var(--vju-display-6-md-line-height);
  }
  .seo-title {
    font-size: var(--vju-seo-title-md-font-size);
    font-weight: var(--vju-seo-title-md-font-weight);
    line-height: var(--vju-seo-title-md-line-height);
  }
}
@media (min-width: 992px) {
  p {
    margin-bottom: var(--vju-p-lg-mb);
    line-height: var(--vju-p-lg-line-height);
    font-weight: var(--vju-p-lg-font-weight);
  }
  .lead {
    line-height: var(--vju-lead-lg-line-height);
    font-weight: var(--vju-lead-lg-font-weight);
  }
  .h1, h1 {
    font-size: var(--vju-h1-lg-font-size);
    font-weight: var(--vju-h1-lg-font-weight);
    line-height: var(--vju-h1-lg-line-height);
  }
  .h2, h2 {
    font-size: var(--vju-h2-lg-font-size);
    font-weight: var(--vju-h2-lg-font-weight);
    line-height: var(--vju-h2-lg-line-height);
  }
  .h3, h3 {
    font-size: var(--vju-h3-lg-font-size);
    font-weight: var(--vju-h3-lg-font-weight);
    line-height: var(--vju-h3-lg-line-height);
  }
  .h4, h4 {
    font-size: var(--vju-h4-lg-font-size);
    font-weight: var(--vju-h4-lg-font-weight);
    line-height: var(--vju-h4-lg-line-height);
  }
  .h5, h5 {
    font-size: var(--vju-h5-lg-font-size);
    font-weight: var(--vju-h5-lg-font-weight);
    line-height: var(--vju-h5-lg-line-height);
    margin-bottom: var(--vju-h5-lg-mb);
  }
  .h6, h6 {
    font-size: var(--vju-h6-lg-font-size);
    font-weight: var(--vju-h6-lg-font-weight);
    line-height: var(--vju-h6-lg-line-height);
  }
  .display-1 {
    font-size: var(--vju-display-1-lg-font-size);
    font-weight: var(--vju-display-1-lg-font-weight);
    line-height: var(--vju-display-1-lg-line-height);
  }
  .display-2 {
    font-size: var(--vju-display-2-lg-font-size);
    font-weight: var(--vju-display-2-lg-font-weight);
    line-height: var(--vju-display-2-lg-line-height);
  }
  .display-3 {
    font-size: var(--vju-display-3-lg-font-size);
    font-weight: var(--vju-display-3-lg-font-weight);
    line-height: var(--vju-display-3-lg-line-height);
  }
  .display-4 {
    font-size: var(--vju-display-4-lg-font-size);
    font-weight: var(--vju-display-4-lg-font-weight);
    line-height: var(--vju-display-4-lg-line-height);
  }
  .display-5 {
    font-size: var(--vju-display-5-lg-font-size);
    font-weight: var(--vju-display-5-lg-font-weight);
    line-height: var(--vju-display-5-lg-line-height);
  }
  .display-6 {
    font-size: var(--vju-display-6-lg-font-size);
    font-weight: var(--vju-display-6-lg-font-weight);
    line-height: var(--vju-display-6-lg-line-height);
  }
  .seo-title {
    font-size: var(--vju-seo-title-lg-font-size);
    font-weight: var(--vju-seo-title-lg-font-weight);
    line-height: var(--vju-seo-title-lg-line-height);
  }
}
@media (min-width: 1240px) {
  p {
    line-height: var(--vju-p-xl-line-height);
    font-weight: var(--vju-p-xl-font-weight);
  }
  .lead {
    line-height: var(--vju-lead-xl-line-height);
    font-weight: var(--vju-lead-xl-font-weight);
  }
  .h1, h1 {
    font-size: var(--vju-h1-xl-font-size);
    font-weight: var(--vju-h1-xl-font-weight);
    line-height: var(--vju-h1-xl-line-height);
  }
  .h2, h2 {
    font-size: var(--vju-h2-xl-font-size);
    font-weight: var(--vju-h2-xl-font-weight);
    line-height: var(--vju-h2-xl-line-height);
  }
  .h3, h3 {
    font-size: var(--vju-h3-xl-font-size);
    font-weight: var(--vju-h3-xl-font-weight);
    line-height: var(--vju-h3-xl-line-height);
  }
  .h4, h4 {
    font-size: var(--vju-h4-xl-font-size);
    font-weight: var(--vju-h4-xl-font-weight);
    line-height: var(--vju-h4-xl-line-height);
  }
  .h5, h5 {
    font-size: var(--vju-h5-xl-font-size);
    font-weight: var(--vju-h5-xl-font-weight);
    line-height: var(--vju-h5-xl-line-height);
  }
  .h6, h6 {
    font-size: var(--vju-h6-xl-font-size);
    font-weight: var(--vju-h6-xl-font-weight);
    line-height: var(--vju-h6-xl-line-height);
  }
  .display-1 {
    font-size: var(--vju-display-1-xl-font-size);
    font-weight: var(--vju-display-1-xl-font-weight);
    line-height: var(--vju-display-1-xl-line-height);
  }
  .display-2 {
    font-size: var(--vju-display-2-xl-font-size);
    font-weight: var(--vju-display-2-xl-font-weight);
    line-height: var(--vju-display-2-xl-line-height);
  }
  .display-3 {
    font-size: var(--vju-display-3-xl-font-size);
    font-weight: var(--vju-display-3-xl-font-weight);
    line-height: var(--vju-display-3-xl-line-height);
  }
  .display-4 {
    font-size: var(--vju-display-4-xl-font-size);
    font-weight: var(--vju-display-4-xl-font-weight);
    line-height: var(--vju-display-4-xl-line-height);
  }
  .display-5 {
    font-size: var(--vju-display-5-xl-font-size);
    font-weight: var(--vju-display-5-xl-font-weight);
    line-height: var(--vju-display-5-xl-line-height);
  }
  .display-6 {
    font-size: var(--vju-display-6-xl-font-size);
    font-weight: var(--vju-display-6-xl-font-weight);
    line-height: var(--vju-display-6-xl-line-height);
  }
  .seo-title {
    font-size: var(--vju-seo-title-xl-font-size);
    font-weight: var(--vju-seo-title-xl-font-weight);
    line-height: var(--vju-seo-title-xl-line-height);
  }
}
/**
 * Font files from https://github.com/google/material-design-icons/tree/master/variablefont
 * Current commit: 5a1798b (Aug 2, 2024)
 */
.ms-icon, a.link-back::before,
.link-back > a::before, a.link-forward::after, .post-card a.card-readmore::after,
.link-forward > a::after,
.post-card .card-readmore > a::after {
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-indent: -999em;
}

.ms-icon.--svg, a.link-back::before,
.link-back > a::before, a.link-forward::after, .post-card a.card-readmore::after,
.link-forward > a::after,
.post-card .card-readmore > a::after {
  --ms-svg-url: url("");
  height: var(--ms-svg-size, 1em);
  width: var(--ms-svg-size, 1em);
  background-color: currentColor;
  -webkit-mask-image: var(--ms-svg-url);
          mask-image: var(--ms-svg-url);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ms-icon.--svg.--add {
  --ms-svg-url: url("assets/symbols//add.svg");
}

a.link-forward::after, .post-card a.card-readmore::after,
.link-forward > a::after,
.post-card .card-readmore > a::after,
.ms-icon.--svg.--arrow_forward_ios {
  --ms-svg-url: url("assets/symbols//arrow_forward_ios_24dp__FILL0_wght200_GRAD0_opsz24.svg");
}

a.link-back::before,
.link-back > a::before,
.ms-icon.--svg.--arrow_back_ios_new {
  --ms-svg-url: url("assets/symbols//arrow_back_ios_new_24dp__FILL0_wght200_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--arrow_down_ios {
  --ms-svg-url: url("assets/symbols//arrow_down_ios_24dp__FILL0_wght200_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--check {
  --ms-svg-url: url("assets/symbols//check_24dp__FILL0_wght400_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--check_circle {
  --ms-svg-url: url("assets/symbols//check_circle_24dp_E8EAED_FILL1_wght400_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--chevron_right {
  --ms-svg-url: url("assets/symbols//chevron_right_24dp__FILL0_wght400_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--close {
  --ms-svg-url: url("assets/symbols//close.svg");
}

.ms-icon.--svg.--hide_source {
  --ms-svg-url: url("assets/symbols//hide_source_24dp_E8EAED_FILL1_wght400_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--keyboard_arrow_left {
  --ms-svg-url: url("assets/symbols//keyboard_arrow_left_24dp__FILL0_wght200_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--keyboard_arrow_right {
  --ms-svg-url: url("assets/symbols//keyboard_arrow_right_24dp__FILL0_wght200_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--keyboard_arrow_down {
  --ms-svg-url: url("assets/symbols//keyboard_arrow_down_24dp__FILL0_wght200_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--language {
  --ms-svg-url: url("assets/symbols//language.svg");
}

.ms-icon.--svg.--menu {
  --ms-svg-url: url("assets/symbols//menu.svg");
}

.ms-icon.--svg.--pause_circle {
  --ms-svg-url: url("assets/symbols//pause_circle_24dp_121212_FILL0_wght400_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--play_circle {
  --ms-svg-url: url("assets/symbols//play_circle_24dp_121212_FILL0_wght400_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--progress_activity {
  --ms-svg-url: url("assets/symbols//progress_activity_24dp__FILL0_wght400_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--remove {
  --ms-svg-url: url("assets/symbols//remove_24dp__FILL1_wght400_GRAD0_opsz24.svg");
}

.ms-icon.--svg.--star {
  --ms-svg-url: url("assets/symbols//star.svg");
}

#siteHeader {
  -webkit-transition: height 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--vju-header-height-sm);
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1030;
  border-bottom: 1px solid #2E2E2E;
  background-color: #121212;
}
#siteHeader .header-branding {
  display: block;
}
#siteHeader .header-logo {
  height: auto;
  width: auto;
  max-height: 32px;
  max-width: 100%;
}
#siteHeader .header-logo.svg {
  height: 32px;
}
#siteHeader .header-navbar {
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px -webkit-max-content;
  -ms-grid-columns: 1fr 32px max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
#siteHeader .header-navbar .open, #siteHeader .header-navbar .close {
  color: inherit;
}
#siteHeader .navbar-left {
  max-width: 278px;
}
#siteHeader .navbar-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#siteHeader .navbar-right {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
#siteHeader .navbar-buttons.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#siteHeader .navbar-buttons.desktop {
  display: none;
}
#siteHeader .header-nav-toggle.desktop {
  display: none;
}
#siteHeader .header-nav-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: none;
  background: none;
  color: unset;
  --header-nav-toggle-size: 28px;
  position: relative;
  width: var(--header-nav-toggle-size);
  height: var(--header-nav-toggle-size);
  color: currentColor;
  font-size: var(--header-nav-toggle-size);
}
#siteHeader .header-nav-toggle.state--toggled .ms-icon.close {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#siteHeader .header-nav-toggle.state--toggled .ms-icon.open {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
#siteHeader .header-nav-toggle:hover .open {
  color: #FCFCFC;
}
#siteHeader .header-nav-toggle .ms-icon {
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
#siteHeader .header-nav-toggle .ms-icon.close {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
@media (min-width: 768px) {
  #siteHeader {
    height: var(--vju-header-height-md);
  }
}
@media (min-width: 992px) {
  #siteHeader {
    height: var(--vju-header-height-lg);
  }
  #siteHeader .header-logo {
    max-height: 32px;
  }
  #siteHeader .header-navbar {
    -ms-grid-columns: auto 24px -webkit-max-content 24px -webkit-max-content;
    -ms-grid-columns: auto 24px max-content 24px max-content;
    grid-template-columns: auto -webkit-max-content -webkit-max-content;
    grid-template-columns: auto max-content max-content;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  #siteHeader .navbar-center {
    gap: 20px;
  }
  #siteHeader .navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #siteHeader .navbar-buttons.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  #siteHeader .header-nav-toggle.mobile {
    display: none;
  }
  #siteHeader .header-nav-toggle.desktop {
    display: block;
  }
}

main > section.startpage-intro-wrapper {
  --vju-sections-pt-sm: var(--vju-header-push-sm);
  --vju-sections-pt-md: var(--vju-header-push-md);
  --vju-sections-pt-lg: 64px;
  --vju-sections-pt-xl: 64px;
  --vju-sections-pt-xxl: 64px;
  overflow: hidden;
  background-image: url("assets/bg_waves.png");
  background-size: clamp(1200px, 200vw, 2000px);
  background-repeat: no-repeat;
  background-position: calc(50% + 120px) 0;
}
main > section.startpage-intro-wrapper .startpage-waves {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  max-width: 100%;
  z-index: -1;
}
main > section.startpage-intro-wrapper .startpage-image {
  position: relative;
  -webkit-margin-before: -32px;
          margin-block-start: -32px;
  -webkit-margin-after: -56px;
          margin-block-end: -56px;
  width: 100vw;
  margin-inline: calc(var(--vju-site-container-gutter-sm) * -1);
  z-index: 1;
}
main > section.startpage-intro-wrapper .startpage-image img {
  display: block;
  position: relative;
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
main > section.startpage-intro-wrapper .startpage-intro {
  position: relative;
  z-index: 2;
}
main > section.startpage-intro-wrapper .intro-title-wrapper {
  max-width: 645px;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
main > section.startpage-intro-wrapper .intro-tagline {
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
  color: #FF4E02;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
main > section.startpage-intro-wrapper .intro-title {
  display: inline;
}
main > section.startpage-intro-wrapper .intro-content {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 24px;
  -webkit-padding-before: 16px;
          padding-block-start: 16px;
  border-top: 2px solid #2E2E2E;
}
main > section.startpage-intro-wrapper .intro-content p {
  max-width: 640px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
main > section.startpage-intro-wrapper .intro-content .btn, main > section.startpage-intro-wrapper .intro-content body .site div.gform_wrapper div.gform_footer.gform-footer input[type=submit].gform_button, body .site div.gform_wrapper div.gform_footer.gform-footer main > section.startpage-intro-wrapper .intro-content input[type=submit].gform_button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 768px) {
  main > section.startpage-intro-wrapper .startpage-image {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: -64px;
            margin-block-end: -64px;
  }
  main > section.startpage-intro-wrapper .startpage-image img {
    height: 720px;
  }
}
@media (min-width: 992px) {
  main > section.startpage-intro-wrapper .startpage-image {
    width: 100%;
    -webkit-margin-after: -256px;
            margin-block-end: -256px;
  }
  main > section.startpage-intro-wrapper .startpage-image img {
    width: auto;
    height: 800px;
    max-height: 80vh;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: -80px;
            margin-inline-end: -80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main > section.startpage-intro-wrapper .intro-title-wrapper {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
  main > section.startpage-intro-wrapper .intro-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
  }
}

.section-accordions .accordions-intro {
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
.section-accordions .accordions-wrapper {
  max-width: 800px;
  margin-inline: auto;
}
.section-accordions .ac {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  border: 1px solid #2E2E2E;
  border-radius: 24px;
  background: #1B1B1B;
}
.section-accordions .ac.is-active .ac-open {
  display: none;
}
.section-accordions .ac.is-active .ac-close {
  display: block;
}
.section-accordions .ac-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: none;
  background: none;
  color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 16px;
  font-size: 18px;
}
.section-accordions .ac-btn .ms-icon {
  font-size: 24px;
}
.section-accordions .ac-close {
  display: none;
}
.section-accordions .ac-panel {
  padding: 0 16px;
}
@media (min-width: 992px) {
  .section-accordions .accordions-intro {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .section-accordions .ac-btn {
    padding: 20px 14px;
    font-size: 20px;
  }
}

.section-background-waves {
  --vju-sections-pt-sm: 0;
  --vju-sections-pt-md: 0;
  --vju-sections-pt-lg: 0;
  --vju-sections-pt-xl: 0;
  --vju-sections-pt-xxl: 0;
  --vju-sections-pb-sm: 0;
  --vju-sections-pb-md: 0;
  --vju-sections-pb-lg: 0;
  --vju-sections-pb-xl: 0;
  --vju-sections-pb-xxl: 0;
  position: relative;
}
.section-background-waves .background-waves-image {
  --waves-opacity: 0.75;
  --waves-max-height: 1000;
  --waves-offset: -50;
  -webkit-transform: translateY(calc(var(--waves-offset) * 1%));
          transform: translateY(calc(var(--waves-offset) * 1%));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 5760/3564;
  opacity: var(--waves-opacity);
  z-index: -1;
  background-image: url("assets/bg_waves.png");
  background-size: clamp(1200px, 200vw, 2000px);
  background-repeat: no-repeat;
  background-position: calc(50% + 120px);
}

.section-cards .content-wysiwyg {
  margin-bottom: 48px;
}
.section-cards .cards-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 32px;
}
.section-cards .card {
  border: 1px solid #2E2E2E;
  background: #1B1B1B;
  -webkit-box-shadow: 0 0 16px 0 #2E2E2E inset;
          box-shadow: 0 0 16px 0 #2E2E2E inset;
}
.section-cards .card-body {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  height: 100%;
  padding: 32px 24px;
}
.section-cards .card-content-wrapper {
  position: relative;
}
.section-cards .card-link {
  position: relative;
}
.section-cards .card-title.no-content {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.section-cards .card-content {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.section-cards .card-link {
  min-width: unset;
}
@media (min-width: 992px) {
  .section-cards .cards-grid {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.section-case-filter #caseFilterHeader {
  max-width: 640px;
}
.section-case-filter .case-filter-title {
  display: inline;
}
.section-case-filter .intro {
  max-width: 540px;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
.section-case-filter #caseIndustry {
  position: relative;
  padding: 12px 16px;
  -webkit-margin-after: 64px;
          margin-block-end: 64px;
  border: 1px solid #2E2E2E;
  border-radius: 100px;
  background-color: #1B1B1B;
}
.section-case-filter #caseIndustry.active #caseIndustryLegend .ms-icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.section-case-filter #caseIndustry.active #caseIndustryOptions {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
  opacity: 1;
  visibility: visible;
}
.section-case-filter #caseIndustryLegend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.section-case-filter #caseIndustryLegend .ms-icon {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  pointer-events: none;
  font-size: 1.5em;
}
.section-case-filter #caseIndustryOptions {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  border: 1px solid #2E2E2E;
  border-radius: 24px;
  background-color: #1B1B1B;
  color: #D4D4D4;
}
.section-case-filter #caseIndustryOptions label {
  cursor: pointer;
}
.section-case-filter #caseIndustryOptions input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.section-case-filter #caseIndustryOptions input[type=radio]:checked + .industry-label {
  background-color: #2E2E2E;
  color: #FCFCFC;
}
.section-case-filter #caseIndustryOptions input[type=radio]:checked + .industry-label .ms-icon {
  display: block;
}
.section-case-filter #caseIndustryOptions .industry-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
}
.section-case-filter #caseIndustryOptions .industry-label .ms-icon {
  display: none;
  font-size: 1.5em;
}
.section-case-filter #caseList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
.section-case-filter #loadMoreCases {
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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;
  height: 40px;
  min-width: 164px;
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
  margin-inline: auto;
  padding: 12px 20px;
  border: 1px solid #2E2E2E;
  border-radius: 100px;
  background: transparent;
  color: #fff;
  line-height: normal;
}
.section-case-filter #loadMoreCases:hover:not(.loading, :disabled) {
  border-color: #fff;
}
.section-case-filter #loadMoreCases:disabled:not(.loading) {
  opacity: 0.5;
  color: #D4D4D4;
}
.section-case-filter #loadMoreCases.has-no-more .more-text {
  display: none;
}
.section-case-filter #loadMoreCases.has-no-more .no-more-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-case-filter #loadMoreCases.loading .more-text,
.section-case-filter #loadMoreCases.loading .no-more-text {
  display: none;
}
.section-case-filter #loadMoreCases.loading .loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-case-filter #loadMoreCases .no-more-text,
.section-case-filter #loadMoreCases .loading {
  display: none;
}
.section-case-filter #loadMoreCases .loading .ms-icon {
  -webkit-animation: filter-loading 1s linear infinite;
          animation: filter-loading 1s linear infinite;
}
@media (min-width: 992px) {
  .section-case-filter #caseIndustry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    position: relative;
    top: unset;
    padding: 0;
    z-index: unset;
    border: none;
    border-radius: 0;
    background-color: unset;
  }
  .section-case-filter #caseIndustryLegend {
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .section-case-filter #caseIndustryLegend .ms-icon {
    display: none;
  }
  .section-case-filter #caseIndustryOptions {
    opacity: 1;
    visibility: visible;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    overflow: unset;
    border: none;
    border-radius: 0;
  }
  .section-case-filter #caseIndustryOptions input[type=radio]:checked + .industry-label {
    border-color: #fff;
    background-color: unset;
    color: unset;
  }
  .section-case-filter #caseIndustryOptions input[type=radio]:checked + .industry-label .ms-icon {
    display: none;
  }
  .section-case-filter #caseIndustryOptions .industry-label {
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    position: relative;
    width: auto;
    padding: 12px 20px;
    border: 1px solid #2E2E2E;
    border-radius: 100px;
    line-height: normal;
  }
  .section-case-filter #caseIndustryOptions .industry-label .ms-icon {
    display: none;
  }
  .section-case-filter #caseList {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.section-case-previews {
  background-color: #fff;
  color: #1B1B1B;
}
.section-case-previews .case-previews-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
.section-case-previews .case-previews-header .case-previews-title {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.section-case-previews .case-previews-header a {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  color: #1B1B1B;
}
.section-case-previews .case-previews-header a:hover {
  color: #2E2E2E;
}
.section-case-previews .case-previews {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
}
.section-case-previews .post-card a {
  color: #1B1B1B;
}
.section-case-previews .post-card .card-tagline {
  color: #2E2E2E;
}
@media (min-width: 992px) {
  .section-case-previews .case-previews-header {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .section-case-previews .case-previews {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.section-contacts .contacts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
.section-contacts .contact-image {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-contacts .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-contacts .contact-content p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.section-contacts .contact-content .contact-name {
  font-size: 1.6rem;
}
.section-contacts .contact-content .contact-jobtitle {
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
.section-contacts .contact-content .contact-email,
.section-contacts .contact-content .contact-phone {
  color: #D4D4D4;
}
.section-contacts .contact-content .contact-email:hover,
.section-contacts .contact-content .contact-phone:hover {
  color: #FCFCFC;
}
.section-contacts .contact-content .contact-additional-info {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media (min-width: 768px) {
  .section-contacts .contacts-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .section-contacts .contacts-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.section-cover {
  --vju-sections-pb-sm: 64px;
  --vju-sections-pb-md: 64px;
  --vju-sections-pb-lg: 100px;
  --vju-sections-pb-xl: 100px;
  --vju-sections-pb-xxl: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section-cover .cover-ratio {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
}
.section-cover .cover-ratio img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.section-cover .cover-content {
  position: relative;
}
.section-cover .cover-title {
  display: inline;
}
.section-cover .content-wysiwyg {
  margin-top: 24px;
}
.section-cover .content-wysiwyg p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.section-cover .button-links-wrapper {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media (min-width: 992px) {
  .section-cover .button-links-wrapper {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.section-cta .cta-wrapper {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
  padding-inline: 16px;
  background-color: #EBEBED;
  background-image: url("assets/waves-large.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: difference;
}
.section-cta .content {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 24px;
  color: #121212;
}
.section-cta .content p {
  margin: 0;
}
@media (min-width: 992px) {
  .section-cta .cta-wrapper {
    padding-block: 64px;
    padding-inline: 32px;
  }
  .section-cta .content {
    gap: 40px;
  }
}

.section-demos .content-wysiwyg {
  margin-bottom: 48px;
}
.section-demos .demos-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 32px;
}
.section-demos .demo {
  height: 420px;
}
.section-demos .demo-body {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  height: 100%;
  padding: 16px;
}
.section-demos .demo-content-wrapper {
  background: rgba(40, 40, 40, 0.5);
  backdrop-filter: blur(12px);
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-demos .demo-content-wrapper p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.section-demos .play-button-wrapper {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  width: 110px;
  min-height: 110px;
  height: 100%;
  background-color: #D4D4D4;
}
.section-demos .play-audio {
  width: 100%;
  height: 100%;
  color: #121212;
  font-size: 40px;
}
.section-demos .demo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-block: 12px;
  padding-inline: 16px;
}
.section-demos .demo-description {
  font-size: 14px;
}
@media (min-width: 992px) {
  .section-demos .demos-grid {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .section-demos .demo {
    height: 500px;
  }
}

.section-features {
  position: relative;
}
.section-features .content-wysiwyg {
  margin-bottom: 48px;
}
.section-features .features-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
}
.section-features .feature {
  border: 1px solid #2E2E2E;
  background: #1B1B1B;
  -webkit-box-shadow: 0 0 16px 0 #2E2E2E inset;
          box-shadow: 0 0 16px 0 #2E2E2E inset;
}
.section-features .feature-body {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  height: 100%;
  padding: 24px 24px 32px 24px;
}
.section-features .feature-content-wrapper {
  position: relative;
}
.section-features .feature-link {
  position: relative;
}
.section-features .feature-title {
  color: #FF4E02;
}
.section-features .feature-title.no-content {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.section-features .feature-content {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.section-features .feature-link {
  min-width: unset;
}
.section-features .background-waves-image {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  aspect-ratio: 5760/3564;
  opacity: 0.75;
  z-index: -1;
  background-image: url("assets/bg_waves.png");
  background-size: clamp(1200px, 200vw, 2000px);
  background-repeat: no-repeat;
  background-position: calc(50% + 120px);
}
@media (min-width: 992px) {
  .section-features .features-grid {
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .section-features .feature:nth-child(4n+2) {
    -webkit-transform: translateY(72px);
            transform: translateY(72px);
  }
  .section-features .feature:nth-child(4n+4) {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
  .section-features .feature-body {
    padding: 24px;
  }
}

.section-logos .content-wysiwyg {
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
.section-logos .logos-grid.auto-distribution {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.section-logos .logos-grid.manual-distribution {
  --column-count-divided: calc(var(--active-column-count) / 2);
  --column-count-sm: var(--column-count-divided);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.section-logos .image-col {
  aspect-ratio: 1/1;
  position: relative;
  width: 100%;
  max-width: 150px;
}
.section-logos img {
  position: absolute;
  height: 100%;
  max-height: 150px;
  width: 100%;
  top: 100%;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
@media (min-width: 992px) {
  .section-logos .content-wysiwyg {
    max-width: 768px;
    margin-inline: auto;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
  .section-logos .logos-grid.auto-distribution {
    gap: 48px;
    -ms-grid-columns: 1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
  .section-logos .logos-grid.manual-distribution {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px;
    --column-count-lg: var(--active-column-count);
    -ms-grid-columns: ;
    grid-template-columns: repeat(var(--column-count-lg), minmax(auto, 150px));
  }
}
@media (min-width: 1240px) {
  .section-logos .logos-grid.auto-distribution {
    -ms-grid-columns: (150px)[6];
    grid-template-columns: repeat(6, 150px);
  }
}

.section-pricing .content-wysiwyg {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
.section-pricing .plans-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
.section-pricing .plan {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 16px 0px #2E2E2E inset;
          box-shadow: 0px 0px 16px 0px #2E2E2E inset;
  border: 1px solid #2E2E2E;
}
.section-pricing .plan.highlighted {
  -webkit-box-shadow: 0px 0px 16px 0px #9C9C9C inset;
          box-shadow: 0px 0px 16px 0px #9C9C9C inset;
  background-color: #FFFFFF;
  color: #121212;
}
.section-pricing .plan.highlighted .plan-content {
  border-color: #D4D4D4;
}
.section-pricing .plan.highlighted .plan-checkboxes .checkbox .ms-icon {
  color: #696977;
}
.section-pricing .plan.has-link .plan-checkboxes {
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
}
.section-pricing .plan-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-padding-before: 32px;
          padding-block-start: 32px;
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
  padding-inline: 16px;
}
.section-pricing .plan-content {
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
  border-bottom: 1px solid #2E2E2E;
}
.section-pricing .level {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  font-weight: 400;
}
.section-pricing .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.03;
}
.section-pricing .period {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}
.section-pricing .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}
.section-pricing .plan-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0;
  padding-left: 0;
}
.section-pricing .plan-checkboxes p {
  margin-bottom: 0;
}
.section-pricing .plan-checkboxes .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 6px;
}
.section-pricing .plan-checkboxes .checkbox.excluded {
  color: #2E2E2E;
}
.section-pricing .plan-checkboxes .checkbox .ms-icon {
  font-size: 20px;
}
.section-pricing .plan-link {
  grid-column: 1/-1;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
@media (min-width: 768px) {
  .section-pricing .plan.has-link .plan-content,
  .section-pricing .plan.has-link .plan-checkboxes {
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
  .section-pricing .plan-body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .section-pricing .plan-content {
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
    border-right: 1px solid #2E2E2E;
    border-bottom: none;
  }
}
@media (min-width: 1240px) {
  .section-pricing .content-wysiwyg {
    -webkit-margin-after: 64px;
            margin-block-end: 64px;
  }
  .section-pricing .plans-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .section-pricing .plans-grid.plans-count-1 {
    -ms-grid-columns: (-webkit-max-content)[1];
    -ms-grid-columns: (max-content)[1];
    grid-template-columns: repeat(1, -webkit-max-content);
    grid-template-columns: repeat(1, max-content);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-pricing .plans-grid.plans-count-2 {
    -ms-grid-columns: (-webkit-max-content)[2];
    -ms-grid-columns: (max-content)[2];
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-pricing .plan {
    height: 100%;
    max-width: 400px;
  }
  .section-pricing .plan.most-popular {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: visible;
  }
  .section-pricing .plan.has-link .plan-content {
    -webkit-padding-after: 32px;
            padding-block-end: 32px;
  }
  .section-pricing .plan.has-link .plan-checkboxes {
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-padding-after: 32px;
            padding-block-end: 32px;
  }
  .section-pricing .plan-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-block: 40px;
    padding-inline: 40px;
  }
  .section-pricing .plan-content {
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-padding-after: 32px;
            padding-block-end: 32px;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    border-right: none;
    border-bottom: 1px solid #2E2E2E;
  }
  .section-pricing .level {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
  .section-pricing .price {
    font-size: 48px;
    line-height: 1.07;
  }
  .section-pricing .period {
    line-height: 1.4;
  }
  .section-pricing .description {
    line-height: 1.4;
  }
}

.section-products {
  background-color: #fff;
}
.section-products .products-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
}
.section-products .product-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 32px 24px;
}
.section-products .product-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 176px;
  width: auto;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.section-products .product-title,
.section-products .product-readmore {
  color: #1B1B1B;
}
.section-products .product-title:not(:hover),
.section-products .product-readmore:not(:hover) {
  text-decoration: none;
}
.section-products .product-title {
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
@media (min-width: 992px) {
  .section-products .products-grid {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .section-products .product-image {
    height: 150px;
  }
}

.section-step-by-step .steps-content {
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
.section-step-by-step .steps-content .content-wysiwyg:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.section-step-by-step .steps-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}
.section-step-by-step .step {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: relative;
  padding-block: 16px;
  padding-inline: 16px;
  border: 1px solid #2E2E2E;
  background: #1B1B1B;
}
.section-step-by-step .step p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.section-step-by-step .step-count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: #FF4E02;
  color: #121212;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.34px;
}
.section-step-by-step .step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .section-step-by-step .steps-content {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .section-step-by-step .steps-grid {
    gap: 24px;
  }
}

.section-text.frame-content .text-layout {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  padding-inline: 16px;
  padding-block: 24px;
  background-color: #1B1B1B;
}
.section-text .layout-1-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-text .layout-2-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}
.section-text .layout-text-image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
.section-text .layout-text-image .image-column {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.section-text .layout-text-image .image-column img {
  width: 100%;
  height: auto;
}
.section-text .layout-text-image .image-column .object-fit-cover {
  aspect-ratio: 1/1;
}
.section-text .content-wysiwyg p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media (min-width: 768px) {
  .section-text.frame-content .text-layout {
    padding-inline: 40px;
    padding-block: 40px;
  }
  .section-text .layout-2-col {
    --left-col-width: calc(var(--col-distribution) / 100 * 100%);
    -ms-grid-columns: var(--left-col-width) 80px 1fr;
    grid-template-columns: var(--left-col-width) 1fr;
    gap: 80px;
  }
  .section-text .layout-text-image {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-text .layout-text-image.image-left .image-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .section-text .layout-text-image .text-column {
    max-width: 520px;
  }
  .section-text .layout-text-image .image-column {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    max-width: 560px;
  }
  .section-text .layout-text-image .image-column .object-fit-cover {
    aspect-ratio: 4/3;
  }
}

.section-quote .quote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.section-quote .quote {
  margin: unset;
  padding: unset;
  border: unset;
  background: unset;
}
.section-quote .quote p {
  margin: 0;
}
.section-quote .quote-caption {
  color: #D4D4D4;
}
.section-quote .author, .section-quote .author-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .section-quote .quote-wrapper {
    gap: 40px;
  }
  .section-quote .author, .section-quote .author-description {
    font-size: 20px;
    line-height: 1.3;
  }
}

#siteFooter {
  -webkit-padding-before: 48px;
          padding-block-start: 48px;
  -webkit-padding-after: 48px;
          padding-block-end: 48px;
  border-top: 1px solid #2E2E2E;
  background-color: var(--vju-footer-bg);
  color: var(--vju-footer-color);
}
#siteFooter ul {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
}
#siteFooter p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
#siteFooter .footer-logo {
  width: auto;
  max-width: 100%;
  height: 40px;
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
}
#siteFooter .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
#siteFooter .footer-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#siteFooter .footer-nav .menu > li > a {
  color: #FF4E02;
  font-size: 20px;
  line-height: 1.3;
}
#siteFooter .footer-nav .menu > .menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#siteFooter .footer-nav .menu > .menu-item-has-children .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#siteFooter .footer-nav .menu > .menu-item-has-children .sub-menu a {
  font-size: 16px;
  line-height: normal;
}
#siteFooter .footer-links {
  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: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 24px;
}
#siteFooter .footer-externals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
}
#siteFooter .app-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#siteFooter .socials-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
#siteFooter .socials-links li > a {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  text-indent: -9999vw;
}
#siteFooter .socials-links li > a:hover {
  background-color: #D4D4D4;
}
#siteFooter .socials-links .instagram > a {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23clip0_863_498)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 0C31.0383 0 40 8.96172 40 20C40 31.0383 31.0383 40 20 40C8.96172 40 0 31.0383 0 20C0 8.96172 8.96172 0 20 0ZM20 7.5C16.6052 7.5 16.1795 7.51437 14.8463 7.57523C13.5158 7.63594 12.6071 7.84727 11.812 8.15625C10.99 8.4757 10.2929 8.90313 9.59797 9.59805C8.90305 10.293 8.47563 10.9901 8.15617 11.812C7.84719 12.6071 7.63594 13.5158 7.57516 14.8463C7.51437 16.1795 7.5 16.6052 7.5 20C7.5 23.3948 7.51437 23.8205 7.57516 25.1537C7.63594 26.4842 7.84719 27.3929 8.15617 28.188C8.47563 29.0099 8.90305 29.707 9.59797 30.402C10.2929 31.097 10.99 31.5244 11.812 31.8438C12.6071 32.1527 13.5158 32.3641 14.8463 32.4248C16.1795 32.4856 16.6052 32.5 20 32.5C23.3948 32.5 23.8205 32.4856 25.1537 32.4248C26.4842 32.3641 27.3929 32.1527 28.188 31.8438C29.0099 31.5244 29.707 31.097 30.402 30.402C31.097 29.707 31.5244 29.0099 31.8438 28.188C32.1527 27.3929 32.3641 26.4842 32.4248 25.1537C32.4856 23.8205 32.5 23.3948 32.5 20C32.5 16.6052 32.4856 16.1795 32.4248 14.8463C32.3641 13.5158 32.1527 12.6071 31.8438 11.812C31.5244 10.9901 31.097 10.293 30.402 9.59805C29.707 8.90313 29.0099 8.4757 28.188 8.15625C27.3929 7.84727 26.4842 7.63594 25.1537 7.57523C23.8205 7.51437 23.3948 7.5 20 7.5ZM20 9.75227C23.3377 9.75227 23.733 9.765 25.0511 9.82516C26.2698 9.88078 26.9316 10.0844 27.3721 10.2555C27.9556 10.4823 28.372 10.7532 28.8094 11.1906C29.2469 11.628 29.5177 12.0445 29.7445 12.6279C29.9156 13.0684 30.1193 13.7302 30.1748 14.9489C30.235 16.267 30.2477 16.6623 30.2477 20C30.2477 23.3377 30.235 23.733 30.1748 25.0511C30.1193 26.2698 29.9156 26.9316 29.7445 27.3721C29.5177 27.9556 29.2469 28.372 28.8094 28.8094C28.372 29.2469 27.9556 29.5177 27.3721 29.7445C26.9316 29.9156 26.2698 30.1193 25.0511 30.1748C23.7332 30.235 23.3379 30.2477 20 30.2477C16.6621 30.2477 16.2669 30.235 14.9489 30.1748C13.7302 30.1193 13.0684 29.9156 12.6279 29.7445C12.0444 29.5177 11.628 29.2469 11.1905 28.8094C10.7531 28.372 10.4823 27.9556 10.2555 27.3721C10.0844 26.9316 9.8807 26.2698 9.82508 25.0511C9.76492 23.733 9.75227 23.3377 9.75227 20C9.75227 16.6623 9.76492 16.267 9.82508 14.9489C9.8807 13.7302 10.0844 13.0684 10.2555 12.6279C10.4823 12.0445 10.7531 11.628 11.1905 11.1906C11.628 10.7532 12.0444 10.4823 12.6279 10.2555C13.0684 10.0844 13.7302 9.88078 14.9489 9.82516C16.267 9.765 16.6623 9.75227 20 9.75227ZM20 13.5811C16.4549 13.5811 13.5811 16.4549 13.5811 20C13.5811 23.5451 16.4549 26.4189 20 26.4189C23.5451 26.4189 26.4189 23.5451 26.4189 20C26.4189 16.4549 23.5451 13.5811 20 13.5811ZM20 24.1666C17.6988 24.1666 15.8334 22.3012 15.8334 20C15.8334 17.6988 17.6988 15.8334 20 15.8334C22.3012 15.8334 24.1666 17.6988 24.1666 20C24.1666 22.3012 22.3012 24.1666 20 24.1666ZM28.1726 13.3275C28.1726 14.1559 27.5009 14.8274 26.6725 14.8274C25.8441 14.8274 25.1726 14.1559 25.1726 13.3275C25.1726 12.4991 25.8441 11.8275 26.6725 11.8275C27.5009 11.8275 28.1726 12.4991 28.1726 13.3275Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_863_498'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23clip0_863_498)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 0C31.0383 0 40 8.96172 40 20C40 31.0383 31.0383 40 20 40C8.96172 40 0 31.0383 0 20C0 8.96172 8.96172 0 20 0ZM20 7.5C16.6052 7.5 16.1795 7.51437 14.8463 7.57523C13.5158 7.63594 12.6071 7.84727 11.812 8.15625C10.99 8.4757 10.2929 8.90313 9.59797 9.59805C8.90305 10.293 8.47563 10.9901 8.15617 11.812C7.84719 12.6071 7.63594 13.5158 7.57516 14.8463C7.51437 16.1795 7.5 16.6052 7.5 20C7.5 23.3948 7.51437 23.8205 7.57516 25.1537C7.63594 26.4842 7.84719 27.3929 8.15617 28.188C8.47563 29.0099 8.90305 29.707 9.59797 30.402C10.2929 31.097 10.99 31.5244 11.812 31.8438C12.6071 32.1527 13.5158 32.3641 14.8463 32.4248C16.1795 32.4856 16.6052 32.5 20 32.5C23.3948 32.5 23.8205 32.4856 25.1537 32.4248C26.4842 32.3641 27.3929 32.1527 28.188 31.8438C29.0099 31.5244 29.707 31.097 30.402 30.402C31.097 29.707 31.5244 29.0099 31.8438 28.188C32.1527 27.3929 32.3641 26.4842 32.4248 25.1537C32.4856 23.8205 32.5 23.3948 32.5 20C32.5 16.6052 32.4856 16.1795 32.4248 14.8463C32.3641 13.5158 32.1527 12.6071 31.8438 11.812C31.5244 10.9901 31.097 10.293 30.402 9.59805C29.707 8.90313 29.0099 8.4757 28.188 8.15625C27.3929 7.84727 26.4842 7.63594 25.1537 7.57523C23.8205 7.51437 23.3948 7.5 20 7.5ZM20 9.75227C23.3377 9.75227 23.733 9.765 25.0511 9.82516C26.2698 9.88078 26.9316 10.0844 27.3721 10.2555C27.9556 10.4823 28.372 10.7532 28.8094 11.1906C29.2469 11.628 29.5177 12.0445 29.7445 12.6279C29.9156 13.0684 30.1193 13.7302 30.1748 14.9489C30.235 16.267 30.2477 16.6623 30.2477 20C30.2477 23.3377 30.235 23.733 30.1748 25.0511C30.1193 26.2698 29.9156 26.9316 29.7445 27.3721C29.5177 27.9556 29.2469 28.372 28.8094 28.8094C28.372 29.2469 27.9556 29.5177 27.3721 29.7445C26.9316 29.9156 26.2698 30.1193 25.0511 30.1748C23.7332 30.235 23.3379 30.2477 20 30.2477C16.6621 30.2477 16.2669 30.235 14.9489 30.1748C13.7302 30.1193 13.0684 29.9156 12.6279 29.7445C12.0444 29.5177 11.628 29.2469 11.1905 28.8094C10.7531 28.372 10.4823 27.9556 10.2555 27.3721C10.0844 26.9316 9.8807 26.2698 9.82508 25.0511C9.76492 23.733 9.75227 23.3377 9.75227 20C9.75227 16.6623 9.76492 16.267 9.82508 14.9489C9.8807 13.7302 10.0844 13.0684 10.2555 12.6279C10.4823 12.0445 10.7531 11.628 11.1905 11.1906C11.628 10.7532 12.0444 10.4823 12.6279 10.2555C13.0684 10.0844 13.7302 9.88078 14.9489 9.82516C16.267 9.765 16.6623 9.75227 20 9.75227ZM20 13.5811C16.4549 13.5811 13.5811 16.4549 13.5811 20C13.5811 23.5451 16.4549 26.4189 20 26.4189C23.5451 26.4189 26.4189 23.5451 26.4189 20C26.4189 16.4549 23.5451 13.5811 20 13.5811ZM20 24.1666C17.6988 24.1666 15.8334 22.3012 15.8334 20C15.8334 17.6988 17.6988 15.8334 20 15.8334C22.3012 15.8334 24.1666 17.6988 24.1666 20C24.1666 22.3012 22.3012 24.1666 20 24.1666ZM28.1726 13.3275C28.1726 14.1559 27.5009 14.8274 26.6725 14.8274C25.8441 14.8274 25.1726 14.1559 25.1726 13.3275C25.1726 12.4991 25.8441 11.8275 26.6725 11.8275C27.5009 11.8275 28.1726 12.4991 28.1726 13.3275Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_863_498'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#siteFooter .socials-links .linkedin > a {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23clip0_863_500)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 0C31.0383 0 40 8.96172 40 20C40 31.0383 31.0383 40 20 40C8.96172 40 0 31.0383 0 20C0 8.96172 8.96172 0 20 0ZM13.7471 31.2399V15.6211H8.55461V31.2399H13.7471ZM32.4674 31.2399V22.2832C32.4674 17.4856 29.9059 15.2538 26.4902 15.2538C23.7359 15.2538 22.5021 16.7686 21.8113 17.8325V15.6211H16.6202C16.689 17.0865 16.6202 31.2399 16.6202 31.2399H21.8112V22.5173C21.8112 22.0504 21.8448 21.5837 21.9824 21.25C22.357 20.3176 23.2119 19.3516 24.6461 19.3516C26.5238 19.3516 27.276 20.7845 27.276 22.8832V31.2399H32.4674ZM11.1859 8.08984C9.40937 8.08984 8.24867 9.25781 8.24867 10.7887C8.24867 12.2873 9.37406 13.4874 11.1172 13.4874H11.1507C12.9613 13.4874 14.0882 12.2873 14.0882 10.7887C14.0546 9.25781 12.9613 8.08984 11.1859 8.08984Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_863_500'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23clip0_863_500)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 0C31.0383 0 40 8.96172 40 20C40 31.0383 31.0383 40 20 40C8.96172 40 0 31.0383 0 20C0 8.96172 8.96172 0 20 0ZM13.7471 31.2399V15.6211H8.55461V31.2399H13.7471ZM32.4674 31.2399V22.2832C32.4674 17.4856 29.9059 15.2538 26.4902 15.2538C23.7359 15.2538 22.5021 16.7686 21.8113 17.8325V15.6211H16.6202C16.689 17.0865 16.6202 31.2399 16.6202 31.2399H21.8112V22.5173C21.8112 22.0504 21.8448 21.5837 21.9824 21.25C22.357 20.3176 23.2119 19.3516 24.6461 19.3516C26.5238 19.3516 27.276 20.7845 27.276 22.8832V31.2399H32.4674ZM11.1859 8.08984C9.40937 8.08984 8.24867 9.25781 8.24867 10.7887C8.24867 12.2873 9.37406 13.4874 11.1172 13.4874H11.1507C12.9613 13.4874 14.0882 12.2873 14.0882 10.7887C14.0546 9.25781 12.9613 8.08984 11.1859 8.08984Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_863_500'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#siteFooter .socials-links .facebook > a {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23clip0_863_496)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.9236 39.9998L19.9415 39.9999H19.9353L19.9236 39.9998ZM20.0647 39.9999H20.0585L20.0764 39.9998L20.0647 39.9999ZM19.8625 39.9995L19.8818 39.9996H19.8707L19.8625 39.9995ZM20.1293 39.9996H20.1182L20.1375 39.9995L20.1293 39.9996ZM19.8036 39.9991L19.8165 39.9991L19.8062 39.9991H19.8036ZM20.1938 39.9991L20.1835 39.9991L20.1964 39.9991H20.1938ZM20.2584 39.9984L20.2538 39.9984L20.2712 39.9982L20.2584 39.9984ZM19.7288 39.9982L19.7462 39.9984L19.7416 39.9984L19.7288 39.9982ZM20.3228 39.9974L20.3123 39.9976L20.3337 39.9973L20.3228 39.9974ZM19.6663 39.9973L19.6877 39.9976L19.6772 39.9974L19.6663 39.9973ZM20.3872 39.9963L20.373 39.9966L20.3928 39.9962L20.3872 39.9963ZM19.6072 39.9962L19.627 39.9966L19.6128 39.9963L19.6072 39.9962ZM19.534 39.9947L19.5516 39.9951L19.5484 39.995L19.534 39.9947ZM20.4516 39.995L20.4484 39.9951L20.466 39.9947L20.4516 39.995ZM19.4698 39.993L19.4939 39.9937L19.4841 39.9934L19.4698 39.993ZM20.5159 39.9934L20.5061 39.9937L20.5302 39.993L20.5159 39.9934ZM20.5802 39.9917L20.5645 39.9922L20.5891 39.9915L20.5802 39.9917ZM19.4109 39.9915L19.4355 39.9922L19.4198 39.9917L19.4109 39.9915ZM19.3546 39.9898L19.3722 39.9903L19.3556 39.9898L19.3405 39.9893L19.3546 39.9898ZM20.6444 39.9898L20.6278 39.9903L20.6454 39.9898L20.6595 39.9893L20.6444 39.9898ZM20.7085 39.9877L20.6998 39.988L20.7267 39.987L20.7085 39.9877ZM19.2733 39.987L19.3002 39.988L19.2915 39.9877L19.2733 39.987ZM19.2148 39.9848L19.243 39.9859L19.2273 39.9853L19.2148 39.9848ZM20.7727 39.9853L20.757 39.9859L20.7852 39.9848L20.7727 39.9853ZM19.1573 39.9825L19.185 39.9837L19.1634 39.9828L19.1573 39.9825ZM20.8366 39.9828L20.815 39.9837L20.8427 39.9825L20.8366 39.9828ZM19.0769 39.979L19.1066 39.9803L19.0993 39.9801L19.0769 39.979ZM20.9007 39.9801L20.8934 39.9803L20.9231 39.979L20.9007 39.9801ZM19.0191 39.9763L19.0499 39.9777L19.0354 39.9771L19.0191 39.9763ZM20.9646 39.9771L20.9501 39.9777L20.9809 39.9763L20.9646 39.9771ZM18.9623 39.9734L18.9933 39.975L18.9715 39.974L18.9623 39.9734ZM21.0285 39.974L21.0067 39.975L21.0377 39.9734L21.0285 39.974ZM21.0924 39.9706L21.0641 39.9721L21.0892 39.9708L21.1188 39.9691L21.0924 39.9706ZM18.9108 39.9708L18.9359 39.9721L18.9076 39.9706L18.8812 39.9691L18.9108 39.9708ZM21.1562 39.967L21.1437 39.9677L21.1754 39.9659L21.1562 39.967ZM18.8246 39.9659L18.8563 39.9677L18.8438 39.967L18.8246 39.9659ZM18.7682 39.9626L18.7998 39.9645L18.7801 39.9634L18.7682 39.9626ZM21.2199 39.9634L21.2002 39.9645L21.2318 39.9626L21.2199 39.9634ZM18.7144 39.9592L18.7429 39.961L18.7163 39.9594L18.6896 39.9577L18.7144 39.9592ZM21.2837 39.9594L21.2571 39.961L21.2856 39.9592L21.3104 39.9577L21.2837 39.9594ZM21.3473 39.9552L21.3377 39.9559L21.368 39.9538L21.3473 39.9552ZM18.632 39.9538L18.6623 39.9559L18.6527 39.9552L18.632 39.9538ZM18.5757 39.9499L18.6054 39.952L18.5891 39.9509L18.5757 39.9499ZM21.4109 39.9509L21.3946 39.952L21.4243 39.9499L21.4109 39.9509ZM18.5195 39.9459L18.5468 39.9479L18.5256 39.9464L18.5195 39.9459ZM21.4744 39.9464L21.4532 39.9479L21.4805 39.9459L21.4744 39.9464ZM18.444 39.9402L18.4679 39.942L18.4621 39.9416L18.444 39.9402ZM21.5379 39.9416L21.5321 39.942L21.556 39.9402L21.5379 39.9416ZM21.6012 39.9367L21.5898 39.9376L21.6141 39.9356L21.6012 39.9367ZM18.3859 39.9356L18.4102 39.9376L18.3988 39.9367L18.3859 39.9356ZM18.3292 39.931L18.3498 39.9327L18.3353 39.9316L18.3292 39.931ZM21.6647 39.9316L21.6502 39.9327L21.6708 39.931L21.6647 39.9316ZM18.2669 39.9258L18.273 39.9263L18.272 39.9263L18.2669 39.9258ZM21.728 39.9263L21.727 39.9263L21.7331 39.9258L21.728 39.9263ZM21.7913 39.9207L21.7856 39.9212L21.7998 39.9199L21.7913 39.9207ZM18.2002 39.9199L18.2144 39.9212L18.2087 39.9207L18.2002 39.9199ZM18.1416 39.9146L18.1522 39.9156L18.1456 39.915L18.1416 39.9146ZM21.8544 39.915L21.8478 39.9156L21.8584 39.9146L21.8544 39.915ZM16.875 39.7568C7.31883 38.2548 0 29.9753 0 20C0 8.96172 8.96172 0 20 0C31.0383 0 40 8.96172 40 20C40 29.9753 32.6812 38.2548 23.125 39.7568V25.7813H27.7852L28.6719 20H23.125V16.2484C23.125 14.6667 23.8998 13.125 26.3843 13.125H28.9062V8.20313C28.9062 8.20313 26.6175 7.8125 24.4293 7.8125C19.8609 7.8125 16.875 10.5813 16.875 15.5938V20H11.7969V25.7813H16.875V39.7568Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_863_496'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23clip0_863_496)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.9236 39.9998L19.9415 39.9999H19.9353L19.9236 39.9998ZM20.0647 39.9999H20.0585L20.0764 39.9998L20.0647 39.9999ZM19.8625 39.9995L19.8818 39.9996H19.8707L19.8625 39.9995ZM20.1293 39.9996H20.1182L20.1375 39.9995L20.1293 39.9996ZM19.8036 39.9991L19.8165 39.9991L19.8062 39.9991H19.8036ZM20.1938 39.9991L20.1835 39.9991L20.1964 39.9991H20.1938ZM20.2584 39.9984L20.2538 39.9984L20.2712 39.9982L20.2584 39.9984ZM19.7288 39.9982L19.7462 39.9984L19.7416 39.9984L19.7288 39.9982ZM20.3228 39.9974L20.3123 39.9976L20.3337 39.9973L20.3228 39.9974ZM19.6663 39.9973L19.6877 39.9976L19.6772 39.9974L19.6663 39.9973ZM20.3872 39.9963L20.373 39.9966L20.3928 39.9962L20.3872 39.9963ZM19.6072 39.9962L19.627 39.9966L19.6128 39.9963L19.6072 39.9962ZM19.534 39.9947L19.5516 39.9951L19.5484 39.995L19.534 39.9947ZM20.4516 39.995L20.4484 39.9951L20.466 39.9947L20.4516 39.995ZM19.4698 39.993L19.4939 39.9937L19.4841 39.9934L19.4698 39.993ZM20.5159 39.9934L20.5061 39.9937L20.5302 39.993L20.5159 39.9934ZM20.5802 39.9917L20.5645 39.9922L20.5891 39.9915L20.5802 39.9917ZM19.4109 39.9915L19.4355 39.9922L19.4198 39.9917L19.4109 39.9915ZM19.3546 39.9898L19.3722 39.9903L19.3556 39.9898L19.3405 39.9893L19.3546 39.9898ZM20.6444 39.9898L20.6278 39.9903L20.6454 39.9898L20.6595 39.9893L20.6444 39.9898ZM20.7085 39.9877L20.6998 39.988L20.7267 39.987L20.7085 39.9877ZM19.2733 39.987L19.3002 39.988L19.2915 39.9877L19.2733 39.987ZM19.2148 39.9848L19.243 39.9859L19.2273 39.9853L19.2148 39.9848ZM20.7727 39.9853L20.757 39.9859L20.7852 39.9848L20.7727 39.9853ZM19.1573 39.9825L19.185 39.9837L19.1634 39.9828L19.1573 39.9825ZM20.8366 39.9828L20.815 39.9837L20.8427 39.9825L20.8366 39.9828ZM19.0769 39.979L19.1066 39.9803L19.0993 39.9801L19.0769 39.979ZM20.9007 39.9801L20.8934 39.9803L20.9231 39.979L20.9007 39.9801ZM19.0191 39.9763L19.0499 39.9777L19.0354 39.9771L19.0191 39.9763ZM20.9646 39.9771L20.9501 39.9777L20.9809 39.9763L20.9646 39.9771ZM18.9623 39.9734L18.9933 39.975L18.9715 39.974L18.9623 39.9734ZM21.0285 39.974L21.0067 39.975L21.0377 39.9734L21.0285 39.974ZM21.0924 39.9706L21.0641 39.9721L21.0892 39.9708L21.1188 39.9691L21.0924 39.9706ZM18.9108 39.9708L18.9359 39.9721L18.9076 39.9706L18.8812 39.9691L18.9108 39.9708ZM21.1562 39.967L21.1437 39.9677L21.1754 39.9659L21.1562 39.967ZM18.8246 39.9659L18.8563 39.9677L18.8438 39.967L18.8246 39.9659ZM18.7682 39.9626L18.7998 39.9645L18.7801 39.9634L18.7682 39.9626ZM21.2199 39.9634L21.2002 39.9645L21.2318 39.9626L21.2199 39.9634ZM18.7144 39.9592L18.7429 39.961L18.7163 39.9594L18.6896 39.9577L18.7144 39.9592ZM21.2837 39.9594L21.2571 39.961L21.2856 39.9592L21.3104 39.9577L21.2837 39.9594ZM21.3473 39.9552L21.3377 39.9559L21.368 39.9538L21.3473 39.9552ZM18.632 39.9538L18.6623 39.9559L18.6527 39.9552L18.632 39.9538ZM18.5757 39.9499L18.6054 39.952L18.5891 39.9509L18.5757 39.9499ZM21.4109 39.9509L21.3946 39.952L21.4243 39.9499L21.4109 39.9509ZM18.5195 39.9459L18.5468 39.9479L18.5256 39.9464L18.5195 39.9459ZM21.4744 39.9464L21.4532 39.9479L21.4805 39.9459L21.4744 39.9464ZM18.444 39.9402L18.4679 39.942L18.4621 39.9416L18.444 39.9402ZM21.5379 39.9416L21.5321 39.942L21.556 39.9402L21.5379 39.9416ZM21.6012 39.9367L21.5898 39.9376L21.6141 39.9356L21.6012 39.9367ZM18.3859 39.9356L18.4102 39.9376L18.3988 39.9367L18.3859 39.9356ZM18.3292 39.931L18.3498 39.9327L18.3353 39.9316L18.3292 39.931ZM21.6647 39.9316L21.6502 39.9327L21.6708 39.931L21.6647 39.9316ZM18.2669 39.9258L18.273 39.9263L18.272 39.9263L18.2669 39.9258ZM21.728 39.9263L21.727 39.9263L21.7331 39.9258L21.728 39.9263ZM21.7913 39.9207L21.7856 39.9212L21.7998 39.9199L21.7913 39.9207ZM18.2002 39.9199L18.2144 39.9212L18.2087 39.9207L18.2002 39.9199ZM18.1416 39.9146L18.1522 39.9156L18.1456 39.915L18.1416 39.9146ZM21.8544 39.915L21.8478 39.9156L21.8584 39.9146L21.8544 39.915ZM16.875 39.7568C7.31883 38.2548 0 29.9753 0 20C0 8.96172 8.96172 0 20 0C31.0383 0 40 8.96172 40 20C40 29.9753 32.6812 38.2548 23.125 39.7568V25.7813H27.7852L28.6719 20H23.125V16.2484C23.125 14.6667 23.8998 13.125 26.3843 13.125H28.9062V8.20313C28.9062 8.20313 26.6175 7.8125 24.4293 7.8125C19.8609 7.8125 16.875 10.5813 16.875 15.5938V20H11.7969V25.7813H16.875V39.7568Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_863_496'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#siteFooter .socials-links .spotify > a {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23clip0_843_1860)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 0C8.92 0 0 8.92 0 20C0 31.08 8.92 40 20 40C31.08 40 40 31.08 40 20C40 8.92 31.08 0 20 0ZM27.75 29.92C27.46 29.92 27.16 29.77 26.87 29.63C24.09 28.02 20.73 27.15 17.08 27.15C15.03 27.15 12.99 27.44 11.09 27.88C10.92 27.88 10.7 27.93 10.51 27.97C10.38 28 10.27 28.02 10.21 28.02C9.48 28.02 9.04 27.43 9.04 26.85C9.04 26.12 9.48 25.68 10.06 25.54C12.4 24.95 14.74 24.66 17.22 24.66C21.31 24.66 25.11 25.68 28.33 27.58C28.77 27.87 29.06 28.16 29.06 28.89C28.91 29.48 28.33 29.91 27.74 29.91L27.75 29.92ZM29.79 24.95C29.35 24.95 29.06 24.81 28.77 24.66C25.7 22.76 21.46 21.59 16.64 21.59C14.3 21.59 12.11 21.88 10.5 22.32C10.06 22.46 9.91 22.46 9.62 22.46C8.74 22.46 8.16 21.73 8.16 21C8.16 20.12 8.6 19.68 9.33 19.39C11.52 18.81 13.72 18.37 16.78 18.37C21.75 18.37 26.57 19.54 30.37 21.88C30.95 22.17 31.25 22.76 31.25 23.34C31.25 24.22 30.66 24.95 29.79 24.95ZM32.13 19.1C31.83 19.1 31.67 19.03 31.45 18.94C31.35 18.9 31.24 18.85 31.1 18.81C27.59 16.76 22.33 15.59 17.21 15.59C14.58 15.59 11.95 15.88 9.61 16.47C9.48 16.47 9.35 16.5 9.2 16.53C9.02 16.57 8.83 16.61 8.59 16.61C7.57 16.76 6.84 15.88 6.84 14.86C6.84 13.84 7.43 13.25 8.16 13.11C10.94 12.23 13.86 11.94 17.22 11.94C22.77 11.94 28.62 13.11 33 15.59C33.58 15.88 34.02 16.47 34.02 17.34C33.87 18.36 33.14 19.1 32.12 19.1H32.13Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_843_1860'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23clip0_843_1860)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 0C8.92 0 0 8.92 0 20C0 31.08 8.92 40 20 40C31.08 40 40 31.08 40 20C40 8.92 31.08 0 20 0ZM27.75 29.92C27.46 29.92 27.16 29.77 26.87 29.63C24.09 28.02 20.73 27.15 17.08 27.15C15.03 27.15 12.99 27.44 11.09 27.88C10.92 27.88 10.7 27.93 10.51 27.97C10.38 28 10.27 28.02 10.21 28.02C9.48 28.02 9.04 27.43 9.04 26.85C9.04 26.12 9.48 25.68 10.06 25.54C12.4 24.95 14.74 24.66 17.22 24.66C21.31 24.66 25.11 25.68 28.33 27.58C28.77 27.87 29.06 28.16 29.06 28.89C28.91 29.48 28.33 29.91 27.74 29.91L27.75 29.92ZM29.79 24.95C29.35 24.95 29.06 24.81 28.77 24.66C25.7 22.76 21.46 21.59 16.64 21.59C14.3 21.59 12.11 21.88 10.5 22.32C10.06 22.46 9.91 22.46 9.62 22.46C8.74 22.46 8.16 21.73 8.16 21C8.16 20.12 8.6 19.68 9.33 19.39C11.52 18.81 13.72 18.37 16.78 18.37C21.75 18.37 26.57 19.54 30.37 21.88C30.95 22.17 31.25 22.76 31.25 23.34C31.25 24.22 30.66 24.95 29.79 24.95ZM32.13 19.1C31.83 19.1 31.67 19.03 31.45 18.94C31.35 18.9 31.24 18.85 31.1 18.81C27.59 16.76 22.33 15.59 17.21 15.59C14.58 15.59 11.95 15.88 9.61 16.47C9.48 16.47 9.35 16.5 9.2 16.53C9.02 16.57 8.83 16.61 8.59 16.61C7.57 16.76 6.84 15.88 6.84 14.86C6.84 13.84 7.43 13.25 8.16 13.11C10.94 12.23 13.86 11.94 17.22 11.94C22.77 11.94 28.62 13.11 33 15.59C33.58 15.88 34.02 16.47 34.02 17.34C33.87 18.36 33.14 19.1 32.12 19.1H32.13Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_843_1860'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#siteFooter .socials-links .youtube > a {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23clip0_843_1866)'%3E%3Cmask id='mask0_843_1866' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Cpath d='M40 0H0V40H40V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_843_1866)'%3E%3Cpath d='M34 0H6C2.69 0 0 2.69 0 6V34C0 37.31 2.69 40 6 40H34C37.31 40 40 37.31 40 34V6C40 2.69 37.31 0 34 0ZM33.36 26.8C33.05 27.97 32.03 28.91 30.86 29.22C27.97 30 11.95 30 9.14 29.22C7.97 28.91 6.95 27.97 6.64 26.8C5.86 23.75 5.94 16.18 6.64 13.21C6.95 12.04 7.97 11.1 9.14 10.79C12.19 10.01 28.2 10.09 30.86 10.79C32.03 11.1 33.05 12.04 33.36 13.21C34.06 16.1 34.06 23.99 33.36 26.8Z' fill='black'/%3E%3Cpath d='M18 15.8501V24.1301L25.27 19.9901' fill='black'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_843_1866'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23clip0_843_1866)'%3E%3Cmask id='mask0_843_1866' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='40'%3E%3Cpath d='M40 0H0V40H40V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_843_1866)'%3E%3Cpath d='M34 0H6C2.69 0 0 2.69 0 6V34C0 37.31 2.69 40 6 40H34C37.31 40 40 37.31 40 34V6C40 2.69 37.31 0 34 0ZM33.36 26.8C33.05 27.97 32.03 28.91 30.86 29.22C27.97 30 11.95 30 9.14 29.22C7.97 28.91 6.95 27.97 6.64 26.8C5.86 23.75 5.94 16.18 6.64 13.21C6.95 12.04 7.97 11.1 9.14 10.79C12.19 10.01 28.2 10.09 30.86 10.79C32.03 11.1 33.05 12.04 33.36 13.21C34.06 16.1 34.06 23.99 33.36 26.8Z' fill='black'/%3E%3Cpath d='M18 15.8501V24.1301L25.27 19.9901' fill='black'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_843_1866'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#siteFooter .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
#siteFooter .footer-bottom p, #siteFooter .footer-bottom a {
  font-weight: 300;
}
#siteFooter .legal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5em;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
#siteFooter .copyright {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}
@media (min-width: 992px) {
  #siteFooter {
    -webkit-padding-before: 64px;
            padding-block-start: 64px;
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
  #siteFooter .footer-logo {
    -webkit-margin-after: 64px;
            margin-block-end: 64px;
  }
  #siteFooter .footer-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-margin-after: 64px;
            margin-block-end: 64px;
  }
  #siteFooter .footer-nav .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
  }
  #siteFooter .footer-externals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-margin-after: 80px;
            margin-block-end: 80px;
  }
  #siteFooter .app-links {
    gap: 32px;
  }
  #siteFooter .socials-links {
    gap: 16px;
    -webkit-margin-before: auto;
            margin-block-start: auto;
  }
  #siteFooter .footer-bottom {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
  #siteFooter .legal-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #siteFooter .copyright {
    line-height: 1.4;
  }
}

.posts-archive {
  -webkit-margin-before: var(--vju-header-push-sm);
          margin-block-start: var(--vju-header-push-sm);
  -webkit-padding-before: 64px;
          padding-block-start: 64px;
}
.posts-archive .archive-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px;
}
.posts-archive .post-archive-pagination {
  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;
}
.posts-archive .post-archive-pagination a {
  color: #D4D4D4;
  text-decoration: none;
}
.posts-archive .post-archive-pagination a:hover {
  color: #FCFCFC;
}
.posts-archive .post-archive-pagination .num {
  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;
  height: 32px;
  width: 32px;
  border: 1px solid transparent;
  border-radius: 100px;
}
.posts-archive .post-archive-pagination .num.current {
  border-color: currentColor;
  color: #FCFCFC;
}
.posts-archive .post-archive-pagination .ellipsis {
  margin-inline: 12px;
}
@media (min-width: 768px) {
  .posts-archive {
    -webkit-margin-before: var(--vju-header-push-md);
            margin-block-start: var(--vju-header-push-md);
  }
  .posts-archive .archive-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .posts-archive {
    -webkit-margin-before: var(--vju-header-push-lg);
            margin-block-start: var(--vju-header-push-lg);
    -webkit-padding-before: 100px;
            padding-block-start: 100px;
  }
  .posts-archive .archive-grid {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.case-single .case-title {
  display: inline;
}
.case-single .entry-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
}
.case-single .entry-content .case-media {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.case-single .entry-content .case-media iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.case-single .more-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
.case-single .more-cases-title {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.case-single .more-cases-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .case-single .entry-content {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
    -webkit-margin-after: 128px;
            margin-block-end: 128px;
  }
  .case-single .entry-content {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
  .case-single .more-cases {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .case-single .more-cases-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.post-single .post-title {
  display: inline;
}
.post-single .entry-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.post-single .entry-content .post-image {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.post-single .post-navigation {
  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;
  gap: 40px;
  margin-top: 64px;
}
@media (min-width: 992px) {
  .post-single .entry-content {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
  .post-single .entry-content {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.product-single {
  background-color: #fff;
  color: #1B1B1B;
}
.product-single .tagline,
.product-single a:not(.btn) {
  color: currentColor;
}
.product-single .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.product-single .product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 500px;
  height: auto;
}
.product-single .product-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.product-single .product-links > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-single .product-status {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
.product-single .product-status time {
  font-style: italic;
}
.product-single .ac {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  border-radius: var(--vju-base-border-radius);
  color: #1B1B1B;
}
.product-single .ac.is-active .ac-open {
  display: none;
}
.product-single .ac.is-active .ac-close {
  display: block;
}
.product-single .ac-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: none;
  background: none;
  color: unset;
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 12px -webkit-max-content;
  -ms-grid-columns: 1fr 12px max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 12px;
  width: 100%;
  padding: 16px 20px;
  font-size: 18px;
}
.product-single .ac-btn .ms-icon {
  font-size: 24px;
}
.product-single .ac-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  border-radius: 100px;
}
.product-single .ac-indicator.status-ok {
  background-color: #00F088;
}
.product-single .ac-indicator.status-warning {
  -webkit-animation: status-indicator-warning 2.5s ease-in-out infinite;
          animation: status-indicator-warning 2.5s ease-in-out infinite;
  background-color: #FF8A00;
}
.product-single .ac-open,
.product-single .ac-close {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.product-single .ac-close {
  display: none;
}
.product-single .ac-label {
  text-align: left;
}
.product-single .ac-image {
  width: 300px;
  max-width: 100%;
  height: auto;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.product-single .ac-panel {
  padding: 0 16px;
}
.product-single .ac-panel .status-content {
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
}
.product-single .status-update.has-divider {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  -webkit-padding-before: 32px;
          padding-block-start: 32px;
  border-top: 1px solid #2E2E2E;
}
.product-single .status-update-title {
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
  font-size: 1.25em;
  font-weight: bold;
}
.product-single .status-update-description {
  max-width: 480px;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
.product-single .status-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.product-single .status-overview p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.product-single .status-overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-single .status-overview-item-title {
  font-weight: bold;
}
.product-single .info-updates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
.product-single .info-updates p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.product-single .info-updates-title {
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-single .info-updates-item {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
.product-single .info-updates-item:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.product-single .product-part-header {
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
}
.product-single .product-installation .installation-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
.product-single .product-installation .installation-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}
.product-single .product-installation .step-image {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.product-single .product-installation .step-content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  max-width: 100%;
}
.product-single .product-faq .entry-content {
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
}
.product-single .product-help {
  border-radius: var(--vju-base-border-radius);
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  padding: 24px;
}
.product-single .product-help p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.product-single .product-help .help-content {
  -ms-grid-column-align: end;
      justify-self: end;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .product-single .product-part-header {
    -webkit-margin-after: 120px;
            margin-block-end: 120px;
  }
  .product-single .product-installation .installation-steps {
    gap: 120px;
  }
  .product-single .product-installation .installation-step {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .product-single .product-installation .step-image {
    width: 100%;
  }
  .product-single .product-installation .step-content {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 100%;
  }
  .product-single .product-help {
    padding: 40px 44px;
  }
}
@media (min-width: 992px) {
  .product-single .entry-content {
    -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;
  }
  .product-single .product-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
  .product-single .product-status {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
  .product-single .product-installation .installation-step {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
  .product-single .product-installation .step-image {
    width: 560px;
  }
  .product-single .product-installation .step-content {
    width: 520px;
  }
  .product-single .product-help {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .product-single .product-help .help-content {
    width: 528px;
  }
}

.post-type-single {
  -webkit-padding-before: var(--vju-sections-pt-sm);
          padding-block-start: var(--vju-sections-pt-sm);
  -webkit-padding-after: var(--vju-sections-pb-sm);
          padding-block-end: var(--vju-sections-pb-sm);
}
@media (min-width: 768px) {
  .post-type-single {
    -webkit-padding-before: var(--vju-sections-pt-md);
            padding-block-start: var(--vju-sections-pt-md);
    -webkit-padding-after: var(--vju-sections-pb-md);
            padding-block-end: var(--vju-sections-pb-md);
  }
}
@media (min-width: 992px) {
  .post-type-single {
    -webkit-padding-before: var(--vju-sections-pt-lg);
            padding-block-start: var(--vju-sections-pt-lg);
    -webkit-padding-after: var(--vju-sections-pb-lg);
            padding-block-end: var(--vju-sections-pb-lg);
  }
}
@media (min-width: 1240px) {
  .post-type-single {
    -webkit-padding-before: var(--vju-sections-pt-xl);
            padding-block-start: var(--vju-sections-pt-xl);
    -webkit-padding-after: var(--vju-sections-pb-xl);
            padding-block-end: var(--vju-sections-pb-xl);
  }
}

#primaryNav {
  display: none;
}
#primaryNav ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#primaryNav .sub-menu-toggle {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #FCFCFC;
  font-size: 16px;
  font-weight: 400;
}
#primaryNav .sub-menu-toggle:hover {
  color: #D4D4D4;
}
#primaryNav .sub-menu-toggle {
  cursor: pointer;
  position: relative;
}
#primaryNav .sub-menu-toggle.state--toggled .sub-menu-wrapper {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#primaryNav .sub-menu-toggle .sub-menu-wrapper {
  -webkit-transition: -webkit-transform 0.12s ease;
  transition: -webkit-transform 0.12s ease;
  transition: transform 0.12s ease;
  transition: transform 0.12s ease, -webkit-transform 0.12s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 12px;
  margin-left: -8px;
  padding: 12px 8px;
  z-index: 1000;
  cursor: auto;
  border-radius: 16px;
  backdrop-filter: blur(12px);
  background-color: rgba(88, 88, 88, 0.5);
}
#primaryNav .sub-menu-toggle .sub-menu-wrapper > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#primaryNav .sub-menu-toggle .sub-menu-wrapper > .sub-menu .menu-item:hover > a {
  background-color: #FFFFFF;
  color: #121212;
}
#primaryNav .sub-menu-toggle .sub-menu-wrapper > .sub-menu .menu-item > a {
  display: block;
  padding: 6px 8px;
  border-radius: 8px;
}
#primaryNav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
#primaryNav .menu > .menu-item > a,
#primaryNav .menu > .menu-item > .btn-sub-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#primaryNav .menu .menu-item > a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#primaryNav .menu-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
#primaryNav .menu-item.sub-menu-toggle.state--toggled .toggle-icon .open {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#primaryNav .menu-item.sub-menu-toggle.state--toggled .toggle-icon .close {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#primaryNav .menu-item.sub-menu-toggle .toggle-icon {
  position: relative;
  width: 1em;
  height: 1em;
}
#primaryNav .menu-item.sub-menu-toggle .toggle-icon .open, #primaryNav .menu-item.sub-menu-toggle .toggle-icon .close {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
#primaryNav .menu-item.sub-menu-toggle .toggle-icon .close {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#primaryNav .menu-item .hash-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 992px) {
  #primaryNav {
    display: block;
  }
}

#siteHeader.state--burger-nav-expanded .burger-nav-wrapper {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#siteHeader .burger-nav-desktop {
  position: relative;
}
#siteHeader .burger-nav-wrapper {
  -webkit-transition: -webkit-transform 0.12s ease;
  transition: -webkit-transform 0.12s ease;
  transition: transform 0.12s ease;
  transition: transform 0.12s ease, -webkit-transform 0.12s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
#siteHeader .burger-nav ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#siteHeader .burger-nav a,
#siteHeader .burger-nav .sub-menu-toggle {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#siteHeader .burger-nav-desktop {
  display: none;
}
#siteHeader #burgerNavDesktop {
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 12px;
  margin-left: -8px;
  padding: 12px 8px;
  z-index: 1000;
  cursor: auto;
  border-radius: 16px;
  backdrop-filter: blur(12px);
  background-color: rgba(88, 88, 88, 0.5);
}
#siteHeader #burgerNavDesktop .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#siteHeader #burgerNavDesktop .menu .menu-item:hover a {
  background-color: #FFFFFF;
  color: #121212;
}
#siteHeader #burgerNavDesktop .menu .menu-item a {
  display: block;
  padding: 6px 8px;
  border-radius: 8px;
}
#siteHeader #burgerNavMobile {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: var(--vju-header-push-sm);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 20px;
  background-color: #121212;
}
#siteHeader #burgerNavMobile .burger-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#siteHeader #burgerNavMobile .burger-nav a,
#siteHeader #burgerNavMobile .burger-nav .btn-sub-menu-toggle {
  color: inherit;
  font-size: 22px;
  line-height: 1.25;
}
#siteHeader #burgerNavMobile .burger-nav .btn-sub-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
#siteHeader #burgerNavMobile .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  overflow-y: auto;
}
#siteHeader #burgerNavMobile .menu-item.sub-menu-toggle.state--toggled .btn-sub-menu-toggle {
  color: #FF4E02;
}
#siteHeader #burgerNavMobile .menu-item.sub-menu-toggle.state--toggled .toggle-icon .open {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#siteHeader #burgerNavMobile .menu-item.sub-menu-toggle.state--toggled .toggle-icon .close {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#siteHeader #burgerNavMobile .menu-item.sub-menu-toggle .toggle-icon {
  position: relative;
  width: 1em;
  height: 1em;
}
#siteHeader #burgerNavMobile .menu-item.sub-menu-toggle .toggle-icon .open, #siteHeader #burgerNavMobile .menu-item.sub-menu-toggle .toggle-icon .close {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
#siteHeader #burgerNavMobile .menu-item.sub-menu-toggle .toggle-icon .close {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#siteHeader #burgerNavMobile .sub-menu-wrapper {
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#siteHeader #burgerNavMobile .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  padding-top: 16px;
  padding-left: 24px;
}
#siteHeader #burgerNavMobile .sub-menu a {
  font-size: 18px;
  line-height: 1.4;
}
#siteHeader #burgerNavMobile .navbar-language-switcher {
  margin-top: auto;
}
@media (min-width: 768px) {
  #siteHeader #burgerNavMobile {
    top: var(--vju-header-push-md);
  }
}
@media (min-width: 992px) {
  #siteHeader #burgerNavMobile {
    display: none;
  }
  #siteHeader .burger-nav-desktop {
    display: block;
  }
}

body .site div.gform_wrapper .gfield_required {
  color: currentColor;
}
body .site div.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
  font-size: 14px;
}
body .site div.gform_wrapper .gform_body {
  color: currentColor;
}
body .site div.gform_wrapper .gform_body input,
body .site div.gform_wrapper .gform_body textarea {
  border: none;
  border-radius: var(--vju-base-border-radius);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FFFFFF;
}
body .site div.gform_wrapper .gform_body input[type=checkbox],
body .site div.gform_wrapper .gform_body textarea[type=checkbox] {
  border-radius: 0;
}
body .site div.gform_wrapper .gform_body .gform_fields {
  --gf-form-gap-y: 20px;
}
body .site div.gform_wrapper .gform_body .gfield_required.gfield_required_asterisk {
  color: #dc3545;
}
body .site div.gform_wrapper .gform_body .gform-field-label {
  --gf-label-req-gap: 0;
  color: currentColor;
}
body .site div.gform_wrapper div.gform_footer.gform-footer {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.dev-debugging {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dev-debugging .breakpoints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  position: relative;
  padding: 6px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.dev-debugging .breakpoints code {
  padding: 2px 8px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.dev-debugging .breakpoint-up,
.dev-debugging .breakpoint-down {
  margin-bottom: 0;
}
.dev-debugging .breakpoint-up::after,
.dev-debugging .breakpoint-down::after {
  display: inline-block;
}
@media (max-width: 1439.98px) {
  .dev-debugging .breakpoint-down::after {
    content: "xxl";
  }
}
@media (max-width: 1239.98px) {
  .dev-debugging .breakpoint-down::after {
    content: "xl";
  }
}
@media (max-width: 991.98px) {
  .dev-debugging .breakpoint-down::after {
    content: "lg";
  }
}
@media (max-width: 767.98px) {
  .dev-debugging .breakpoint-down::after {
    content: "md";
  }
}
@media (max-width: 575.98px) {
  .dev-debugging .breakpoint-down::after {
    content: "sm";
  }
}
.dev-debugging .breakpoint-up::after {
  content: "xs";
}
@media (min-width: 576px) {
  .dev-debugging .breakpoint-up::after {
    content: "sm";
  }
}
@media (min-width: 768px) {
  .dev-debugging .breakpoint-up::after {
    content: "md";
  }
}
@media (min-width: 992px) {
  .dev-debugging .breakpoint-up::after {
    content: "lg";
  }
}
@media (min-width: 1240px) {
  .dev-debugging .breakpoint-up::after {
    content: "xl";
  }
}
@media (min-width: 1440px) {
  .dev-debugging .breakpoint-up::after {
    content: "xxl";
  }
}

.acf-template-notfound {
  border: 8px double #f00;
}
.acf-template-notfound .btn, .acf-template-notfound body .site div.gform_wrapper div.gform_footer.gform-footer input[type=submit].gform_button, body .site div.gform_wrapper div.gform_footer.gform-footer .acf-template-notfound input[type=submit].gform_button {
  --btn-color: rgb(72, 255, 0);
  margin-top: 32px;
  padding: 24px;
  -webkit-box-shadow: 0px 0px 16px var(--btn-color);
          box-shadow: 0px 0px 16px var(--btn-color);
  background: var(--btn-color);
  color: #000;
  font-style: normal;
  font-weight: 500;
}

.playground {
  background-color: white;
}
.playground .pinetree {
  --part-height: 64px;
  --part-border-width: calc(var(--part-height) / 2);
  --part-border-angle: 24px;
  --tree-color: #000;
  --part-bg-1: #000000;
  --part-bg-2: #2F1000;
  --part-bg-3: #621B00;
  --part-bg-4: #945600;
  --part-bg-5: #C75000;
  --part-bg-6: #CC6017;
  --part-alt-bg-1: #231942;
  --part-alt-bg-2: #5E548E;
  --part-alt-bg-3: #9F86C0;
  --part-alt-bg-4: #BE95C4;
  --part-alt-bg-5: #E0B1CB;
  --part-alt-bg-6: #E3B8D0;
  width: 100%;
  margin-inline: auto;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--part-bg-1)), color-stop(var(--part-bg-1)), color-stop(var(--part-bg-1)), color-stop(var(--part-bg-2)), color-stop(var(--part-bg-2)), color-stop(var(--part-bg-2)), color-stop(var(--part-bg-3)), color-stop(var(--part-bg-3)), color-stop(var(--part-bg-3)), color-stop(var(--part-bg-4)), color-stop(var(--part-bg-4)), color-stop(var(--part-bg-4)), color-stop(var(--part-bg-5)), color-stop(var(--part-bg-5)), color-stop(var(--part-bg-5)), color-stop(var(--part-bg-6)), color-stop(var(--part-bg-6)), to(var(--part-bg-6)));
  background: linear-gradient(0deg, var(--part-bg-1) calc(var(--part-height) * 0), var(--part-bg-1) calc(var(--part-height) * 0), var(--part-bg-1) calc(var(--part-height) * 1), var(--part-bg-2) calc(var(--part-height) * 1), var(--part-bg-2) calc(var(--part-height) * 1), var(--part-bg-2) calc(var(--part-height) * 2), var(--part-bg-3) calc(var(--part-height) * 2), var(--part-bg-3) calc(var(--part-height) * 2), var(--part-bg-3) calc(var(--part-height) * 3), var(--part-bg-4) calc(var(--part-height) * 3), var(--part-bg-4) calc(var(--part-height) * 3), var(--part-bg-4) calc(var(--part-height) * 4), var(--part-bg-5) calc(var(--part-height) * 4), var(--part-bg-5) calc(var(--part-height) * 4), var(--part-bg-5) calc(var(--part-height) * 5), var(--part-bg-6) calc(var(--part-height) * 5), var(--part-bg-6) calc(var(--part-height) * 5), var(--part-bg-6) calc(var(--part-height) * 6));
}
.playground .pinetree.alt {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--part-alt-bg-1)), color-stop(var(--part-alt-bg-1)), color-stop(var(--part-alt-bg-1)), color-stop(var(--part-alt-bg-2)), color-stop(var(--part-alt-bg-2)), color-stop(var(--part-alt-bg-2)), color-stop(var(--part-alt-bg-3)), color-stop(var(--part-alt-bg-3)), color-stop(var(--part-alt-bg-3)), color-stop(var(--part-alt-bg-4)), color-stop(var(--part-alt-bg-4)), color-stop(var(--part-alt-bg-4)), color-stop(var(--part-alt-bg-5)), color-stop(var(--part-alt-bg-5)), color-stop(var(--part-alt-bg-5)), color-stop(var(--part-alt-bg-6)), color-stop(var(--part-alt-bg-6)), to(var(--part-alt-bg-6)));
  background: linear-gradient(0deg, var(--part-alt-bg-1) calc(var(--part-height) * 0), var(--part-alt-bg-1) calc(var(--part-height) * 0), var(--part-alt-bg-1) calc(var(--part-height) * 1), var(--part-alt-bg-2) calc(var(--part-height) * 1), var(--part-alt-bg-2) calc(var(--part-height) * 1), var(--part-alt-bg-2) calc(var(--part-height) * 2), var(--part-alt-bg-3) calc(var(--part-height) * 2), var(--part-alt-bg-3) calc(var(--part-height) * 2), var(--part-alt-bg-3) calc(var(--part-height) * 3), var(--part-alt-bg-4) calc(var(--part-height) * 3), var(--part-alt-bg-4) calc(var(--part-height) * 3), var(--part-alt-bg-4) calc(var(--part-height) * 4), var(--part-alt-bg-5) calc(var(--part-height) * 4), var(--part-alt-bg-5) calc(var(--part-height) * 4), var(--part-alt-bg-5) calc(var(--part-height) * 5), var(--part-alt-bg-6) calc(var(--part-height) * 5), var(--part-alt-bg-6) calc(var(--part-height) * 5), var(--part-alt-bg-6) calc(var(--part-height) * 6));
}
.playground .pinetree .part {
  position: relative;
  height: var(--part-height);
  margin-inline: auto;
  background-color: var(--tree-color);
}
.playground .pinetree .part::before, .playground .pinetree .part::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
}
.playground .pinetree .part::before {
  right: 100%;
  border-bottom: var(--part-border-width) solid var(--tree-color);
  border-right: var(--part-border-angle) solid var(--tree-color);
  border-left: var(--part-border-angle) solid transparent;
  border-top: var(--part-border-width) solid transparent;
}
.playground .pinetree .part::after {
  left: 100%;
  border-bottom: var(--part-border-width) solid var(--tree-color);
  border-left: var(--part-border-angle) solid var(--tree-color);
  border-right: var(--part-border-angle) solid transparent;
  border-top: var(--part-border-width) solid transparent;
}
.playground .pinetree .part:first-child {
  width: 0;
}
.playground .pinetree .part:nth-child(2) {
  width: var(--part-height);
}
.playground .pinetree .part:nth-child(3) {
  width: calc(var(--part-height) * 2);
}
.playground .pinetree .part:nth-child(4) {
  width: calc(var(--part-height) * 3);
}
.playground .pinetree .part:nth-child(5) {
  width: calc(var(--part-height) * 4);
}
.playground .pinetree .part:nth-child(6) {
  width: calc(var(--part-height) * 5);
}