@charset "UTF-8";
/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #441f54;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #f7c631;
  --bs-green: #00A770;
  --bs-teal: #1f607c;
  --bs-cyan: #0dcaf0;
  --bs-black: #2b2a27;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #441f54;
  --bs-dark: #2b2a27;
  --bs-black: #2b2a27;
  --bs-light: #ffffff;
  --bs-lightd: #fafafa;
  --bs-lightdk: #eeecea;
  --bs-blue: #441f54;
  --bs-lblue: #6a3082;
  --bs-dgrey: rgba(43, 42, 39, 0.8);
  --bs-ltgrey: #e3ddd4;
  --bs-lgrey-1: #e3ddd4;
  --bs-lgrey-2: #FAFAFA;
  --bs-lgrey: #e3ddd4;
  --bs-yellow: #f7c631;
  --bs-green: #00A770;
  --bs-stone80: #eae5e1;
  --bs-white-darker-2: #EEECEA;
  --bs-primary-rgb: 68, 31, 84;
  --bs-dark-rgb: 43, 42, 39;
  --bs-black-rgb: 43, 42, 39;
  --bs-light-rgb: 255, 255, 255;
  --bs-lightd-rgb: 250, 250, 250;
  --bs-lightdk-rgb: 238, 236, 234;
  --bs-blue-rgb: 68, 31, 84;
  --bs-lblue-rgb: 106, 48, 130;
  --bs-dgrey-rgb: 43, 42, 39;
  --bs-ltgrey-rgb: 227, 221, 212;
  --bs-lgrey-1-rgb: 227, 221, 212;
  --bs-lgrey-2-rgb: 250, 250, 250;
  --bs-lgrey-rgb: 227, 221, 212;
  --bs-yellow-rgb: 247, 198, 49;
  --bs-green-rgb: 0, 167, 112;
  --bs-stone80-rgb: 234, 229, 225;
  --bs-white-darker-2-rgb: 238, 236, 234;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 43, 42, 39;
  --bs-body-color-rgb: 43, 42, 39;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: rgba(43, 42, 39, 0.8);
  --bs-body-bg: #ffffff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(43, 42, 39, 0.175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #441f54;
  --bs-link-hover-color: #361943;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fdf4d6;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(43, 42, 39, 0);
}

hr {
  margin: 1.6rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --bs-gutter-x: 12rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 268px;
}

@media (min-width: 428px) {
  .container-sm, .container {
    max-width: 324px;
  }
}
@media (min-width: 834px) {
  .container-md, .container-sm, .container {
    max-width: 658px;
  }
}
@media (min-width: 1106px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 958px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1358px;
  }
}
@media (min-width: 1920px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1558px;
  }
}
.row {
  --bs-gutter-x: 12rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.4rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.4rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.8rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.8rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.6rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.6rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2.4rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 2.4rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 4.8rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 4.8rem;
}

@media (min-width: 428px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 834px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1106px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 2200px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(43, 42, 39, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(43, 42, 39, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(43, 42, 39, 0.075);
  width: 100%;
  margin-bottom: 1.6rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #2b2a27;
  --bs-table-bg: #dad2dd;
  --bs-table-border-color: #c9c1cb;
  --bs-table-striped-bg: #d1cad4;
  --bs-table-striped-color: #2b2a27;
  --bs-table-active-bg: #c9c1cb;
  --bs-table-active-color: #2b2a27;
  --bs-table-hover-bg: #cdc5cf;
  --bs-table-hover-color: #2b2a27;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #2b2a27;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #d0d1d2;
  --bs-table-striped-bg: #d9dadc;
  --bs-table-striped-color: #2b2a27;
  --bs-table-active-bg: #d0d1d2;
  --bs-table-active-color: #2b2a27;
  --bs-table-hover-bg: #d4d5d7;
  --bs-table-hover-color: #2b2a27;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #2b2a27;
  --bs-table-bg: #ccede2;
  --bs-table-border-color: #bcdacf;
  --bs-table-striped-bg: #c4e3d9;
  --bs-table-striped-color: #2b2a27;
  --bs-table-active-bg: #bcdacf;
  --bs-table-active-color: #2b2a27;
  --bs-table-hover-bg: #c0ded4;
  --bs-table-hover-color: #2b2a27;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #2b2a27;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #bfe0e7;
  --bs-table-striped-bg: #c7eaf1;
  --bs-table-striped-color: #2b2a27;
  --bs-table-active-bg: #bfe0e7;
  --bs-table-active-color: #2b2a27;
  --bs-table-hover-bg: #c3e5ec;
  --bs-table-hover-color: #2b2a27;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #2b2a27;
  --bs-table-bg: #fdf4d6;
  --bs-table-border-color: #e8e0c5;
  --bs-table-striped-bg: #f3eacd;
  --bs-table-striped-color: #2b2a27;
  --bs-table-active-bg: #e8e0c5;
  --bs-table-active-color: #2b2a27;
  --bs-table-hover-bg: #ede5c9;
  --bs-table-hover-color: #2b2a27;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #2b2a27;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #e4c6c8;
  --bs-table-striped-bg: #eeced1;
  --bs-table-striped-color: #2b2a27;
  --bs-table-active-bg: #e4c6c8;
  --bs-table-active-color: #2b2a27;
  --bs-table-hover-bg: #e9cacd;
  --bs-table-hover-color: #2b2a27;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #2b2a27;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #e4e4e5;
  --bs-table-striped-bg: #eeefef;
  --bs-table-striped-color: #2b2a27;
  --bs-table-active-bg: #e4e4e5;
  --bs-table-active-color: #2b2a27;
  --bs-table-hover-bg: #e9e9ea;
  --bs-table-hover-color: #2b2a27;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 427.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 833.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1105.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 2199.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(43, 42, 39, 0.8);
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: rgba(43, 42, 39, 0.8);
  background-color: #ffffff;
  border-color: #a28faa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(68, 31, 84, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: rgba(43, 42, 39, 0.8);
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: rgba(43, 42, 39, 0.8);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.5rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.5rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(43, 42, 39, 0.8);
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #a28faa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(68, 31, 84, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgba(43, 42, 39, 0.8);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(43, 42, 39, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #a28faa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(68, 31, 84, 0.25);
}
.form-check-input:checked {
  background-color: #441f54;
  border-color: #441f54;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #441f54;
  border-color: #441f54;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2843, 42, 39, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a28faa'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 3rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(68, 31, 84, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(68, 31, 84, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1rem;
  background-color: #441f54;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c7bccc;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #441f54;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c7bccc;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(43, 42, 39, 0.8);
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.24rem 0.8rem;
  margin-top: 0.1rem;
  font-size: calc(1.265rem + 0.18vw);
  color: #ffffff;
  background-color: rgba(0, 167, 112, 0.9);
  border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .valid-tooltip {
    font-size: 1.4rem;
  }
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00A770;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300A770' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00A770;
  box-shadow: 0 0 0 0.25rem rgba(0, 167, 112, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #00A770;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300A770' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #00A770;
  box-shadow: 0 0 0 0.25rem rgba(0, 167, 112, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #00A770;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #00A770;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 167, 112, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00A770;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.24rem 0.8rem;
  margin-top: 0.1rem;
  font-size: calc(1.265rem + 0.18vw);
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .invalid-tooltip {
    font-size: 1.4rem;
  }
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: rgba(43, 42, 39, 0.8);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.5rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(43, 42, 39, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #441f54;
  --bs-btn-border-color: #441f54;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #3a1a47;
  --bs-btn-hover-border-color: #361943;
  --bs-btn-focus-shadow-rgb: 96, 65, 110;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #361943;
  --bs-btn-active-border-color: #33173f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #441f54;
  --bs-btn-disabled-border-color: #441f54;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #2b2a27;
  --bs-btn-border-color: #2b2a27;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #4b4a47;
  --bs-btn-hover-border-color: #403f3d;
  --bs-btn-focus-shadow-rgb: 75, 74, 71;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #555552;
  --bs-btn-active-border-color: #403f3d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #2b2a27;
  --bs-btn-disabled-border-color: #2b2a27;
}

.btn-black {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #2b2a27;
  --bs-btn-border-color: #2b2a27;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #252421;
  --bs-btn-hover-border-color: #22221f;
  --bs-btn-focus-shadow-rgb: 75, 74, 71;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #22221f;
  --bs-btn-active-border-color: #20201d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #2b2a27;
  --bs-btn-disabled-border-color: #2b2a27;
}

.btn-light {
  --bs-btn-color: #2b2a27;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #d9d9d9;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-focus-shadow-rgb: 223, 223, 223;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #cccccc;
  --bs-btn-active-border-color: #bfbfbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

.btn-lightd {
  --bs-btn-color: #2b2a27;
  --bs-btn-bg: #fafafa;
  --bs-btn-border-color: #fafafa;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #fbfbfb;
  --bs-btn-hover-border-color: #fbfbfb;
  --bs-btn-focus-shadow-rgb: 219, 219, 218;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #fbfbfb;
  --bs-btn-active-border-color: #fbfbfb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: #fafafa;
  --bs-btn-disabled-border-color: #fafafa;
}

.btn-lightdk {
  --bs-btn-color: #2b2a27;
  --bs-btn-bg: #eeecea;
  --bs-btn-border-color: #eeecea;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #f1efed;
  --bs-btn-hover-border-color: #f0eeec;
  --bs-btn-focus-shadow-rgb: 209, 207, 205;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #f1f0ee;
  --bs-btn-active-border-color: #f0eeec;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: #eeecea;
  --bs-btn-disabled-border-color: #eeecea;
}

.btn-blue {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #441f54;
  --bs-btn-border-color: #441f54;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #3a1a47;
  --bs-btn-hover-border-color: #361943;
  --bs-btn-focus-shadow-rgb: 96, 65, 110;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #361943;
  --bs-btn-active-border-color: #33173f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #441f54;
  --bs-btn-disabled-border-color: #441f54;
}

.btn-lblue {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #6a3082;
  --bs-btn-border-color: #6a3082;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5a296f;
  --bs-btn-hover-border-color: #552668;
  --bs-btn-focus-shadow-rgb: 128, 79, 149;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #552668;
  --bs-btn-active-border-color: #502462;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6a3082;
  --bs-btn-disabled-border-color: #6a3082;
}

.btn-dgrey {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: rgba(43, 42, 39, 0.8);
  --bs-btn-border-color: rgba(43, 42, 39, 0.8);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgba(34, 33, 31, 0.83);
  --bs-btn-hover-border-color: rgba(31, 31, 28, 0.84);
  --bs-btn-focus-shadow-rgb: 87, 87, 84;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgba(31, 31, 28, 0.84);
  --bs-btn-active-border-color: rgba(29, 28, 26, 0.85);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: rgba(43, 42, 39, 0.8);
  --bs-btn-disabled-border-color: rgba(43, 42, 39, 0.8);
}

.btn-ltgrey {
  --bs-btn-color: #2b2a27;
  --bs-btn-bg: #e3ddd4;
  --bs-btn-border-color: #e3ddd4;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #e7e2da;
  --bs-btn-hover-border-color: #e6e0d8;
  --bs-btn-focus-shadow-rgb: 199, 194, 186;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #e9e4dd;
  --bs-btn-active-border-color: #e6e0d8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: #e3ddd4;
  --bs-btn-disabled-border-color: #e3ddd4;
}

.btn-lgrey-1 {
  --bs-btn-color: #2b2a27;
  --bs-btn-bg: #e3ddd4;
  --bs-btn-border-color: #e3ddd4;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #e7e2da;
  --bs-btn-hover-border-color: #e6e0d8;
  --bs-btn-focus-shadow-rgb: 199, 194, 186;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #e9e4dd;
  --bs-btn-active-border-color: #e6e0d8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: #e3ddd4;
  --bs-btn-disabled-border-color: #e3ddd4;
}

.btn-lgrey-2 {
  --bs-btn-color: #2b2a27;
  --bs-btn-bg: #FAFAFA;
  --bs-btn-border-color: #FAFAFA;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #fbfbfb;
  --bs-btn-hover-border-color: #fbfbfb;
  --bs-btn-focus-shadow-rgb: 219, 219, 218;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #fbfbfb;
  --bs-btn-active-border-color: #fbfbfb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: #FAFAFA;
  --bs-btn-disabled-border-color: #FAFAFA;
}

.btn-lgrey {
  --bs-btn-color: #2b2a27;
  --bs-btn-bg: #e3ddd4;
  --bs-btn-border-color: #e3ddd4;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #e7e2da;
  --bs-btn-hover-border-color: #e6e0d8;
  --bs-btn-focus-shadow-rgb: 199, 194, 186;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #e9e4dd;
  --bs-btn-active-border-color: #e6e0d8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: #e3ddd4;
  --bs-btn-disabled-border-color: #e3ddd4;
}

.btn-yellow {
  --bs-btn-color: #2b2a27;
  --bs-btn-bg: #f7c631;
  --bs-btn-border-color: #f7c631;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #f8cf50;
  --bs-btn-hover-border-color: #f8cc46;
  --bs-btn-focus-shadow-rgb: 216, 175, 48;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #f9d15a;
  --bs-btn-active-border-color: #f8cc46;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: #f7c631;
  --bs-btn-disabled-border-color: #f7c631;
}

.btn-green {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #00A770;
  --bs-btn-border-color: #00A770;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #008e5f;
  --bs-btn-hover-border-color: #00865a;
  --bs-btn-focus-shadow-rgb: 38, 180, 133;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #00865a;
  --bs-btn-active-border-color: #007d54;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #00A770;
  --bs-btn-disabled-border-color: #00A770;
}

.btn-stone80 {
  --bs-btn-color: #2b2a27;
  --bs-btn-bg: #eae5e1;
  --bs-btn-border-color: #eae5e1;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #ede9e6;
  --bs-btn-hover-border-color: #ece8e4;
  --bs-btn-focus-shadow-rgb: 205, 201, 197;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #eeeae7;
  --bs-btn-active-border-color: #ece8e4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: #eae5e1;
  --bs-btn-disabled-border-color: #eae5e1;
}

.btn-white-darker-2 {
  --bs-btn-color: #2b2a27;
  --bs-btn-bg: #EEECEA;
  --bs-btn-border-color: #EEECEA;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #f1efed;
  --bs-btn-hover-border-color: #f0eeec;
  --bs-btn-focus-shadow-rgb: 209, 207, 205;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #f1f0ee;
  --bs-btn-active-border-color: #f0eeec;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: #EEECEA;
  --bs-btn-disabled-border-color: #EEECEA;
}

.btn-outline-primary {
  --bs-btn-color: #441f54;
  --bs-btn-border-color: #441f54;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #441f54;
  --bs-btn-hover-border-color: #441f54;
  --bs-btn-focus-shadow-rgb: 68, 31, 84;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #441f54;
  --bs-btn-active-border-color: #441f54;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #441f54;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #441f54;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #2b2a27;
  --bs-btn-border-color: #2b2a27;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #2b2a27;
  --bs-btn-hover-border-color: #2b2a27;
  --bs-btn-focus-shadow-rgb: 43, 42, 39;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #2b2a27;
  --bs-btn-active-border-color: #2b2a27;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2b2a27;
  --bs-gradient: none;
}

.btn-outline-black {
  --bs-btn-color: #2b2a27;
  --bs-btn-border-color: #2b2a27;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #2b2a27;
  --bs-btn-hover-border-color: #2b2a27;
  --bs-btn-focus-shadow-rgb: 43, 42, 39;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #2b2a27;
  --bs-btn-active-border-color: #2b2a27;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #2b2a27;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2b2a27;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none;
}

.btn-outline-lightd {
  --bs-btn-color: #fafafa;
  --bs-btn-border-color: #fafafa;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #fafafa;
  --bs-btn-hover-border-color: #fafafa;
  --bs-btn-focus-shadow-rgb: 250, 250, 250;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #fafafa;
  --bs-btn-active-border-color: #fafafa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #fafafa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fafafa;
  --bs-gradient: none;
}

.btn-outline-lightdk {
  --bs-btn-color: #eeecea;
  --bs-btn-border-color: #eeecea;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #eeecea;
  --bs-btn-hover-border-color: #eeecea;
  --bs-btn-focus-shadow-rgb: 238, 236, 234;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #eeecea;
  --bs-btn-active-border-color: #eeecea;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #eeecea;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #eeecea;
  --bs-gradient: none;
}

.btn-outline-blue {
  --bs-btn-color: #441f54;
  --bs-btn-border-color: #441f54;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #441f54;
  --bs-btn-hover-border-color: #441f54;
  --bs-btn-focus-shadow-rgb: 68, 31, 84;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #441f54;
  --bs-btn-active-border-color: #441f54;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #441f54;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #441f54;
  --bs-gradient: none;
}

.btn-outline-lblue {
  --bs-btn-color: #6a3082;
  --bs-btn-border-color: #6a3082;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6a3082;
  --bs-btn-hover-border-color: #6a3082;
  --bs-btn-focus-shadow-rgb: 106, 48, 130;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6a3082;
  --bs-btn-active-border-color: #6a3082;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #6a3082;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6a3082;
  --bs-gradient: none;
}

.btn-outline-dgrey {
  --bs-btn-color: rgba(43, 42, 39, 0.8);
  --bs-btn-border-color: rgba(43, 42, 39, 0.8);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgba(43, 42, 39, 0.8);
  --bs-btn-hover-border-color: rgba(43, 42, 39, 0.8);
  --bs-btn-focus-shadow-rgb: 43, 42, 39;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgba(43, 42, 39, 0.8);
  --bs-btn-active-border-color: rgba(43, 42, 39, 0.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: rgba(43, 42, 39, 0.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(43, 42, 39, 0.8);
  --bs-gradient: none;
}

.btn-outline-ltgrey {
  --bs-btn-color: #e3ddd4;
  --bs-btn-border-color: #e3ddd4;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #e3ddd4;
  --bs-btn-hover-border-color: #e3ddd4;
  --bs-btn-focus-shadow-rgb: 227, 221, 212;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #e3ddd4;
  --bs-btn-active-border-color: #e3ddd4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #e3ddd4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e3ddd4;
  --bs-gradient: none;
}

.btn-outline-lgrey-1 {
  --bs-btn-color: #e3ddd4;
  --bs-btn-border-color: #e3ddd4;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #e3ddd4;
  --bs-btn-hover-border-color: #e3ddd4;
  --bs-btn-focus-shadow-rgb: 227, 221, 212;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #e3ddd4;
  --bs-btn-active-border-color: #e3ddd4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #e3ddd4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e3ddd4;
  --bs-gradient: none;
}

.btn-outline-lgrey-2 {
  --bs-btn-color: #FAFAFA;
  --bs-btn-border-color: #FAFAFA;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #FAFAFA;
  --bs-btn-hover-border-color: #FAFAFA;
  --bs-btn-focus-shadow-rgb: 250, 250, 250;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #FAFAFA;
  --bs-btn-active-border-color: #FAFAFA;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #FAFAFA;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FAFAFA;
  --bs-gradient: none;
}

.btn-outline-lgrey {
  --bs-btn-color: #e3ddd4;
  --bs-btn-border-color: #e3ddd4;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #e3ddd4;
  --bs-btn-hover-border-color: #e3ddd4;
  --bs-btn-focus-shadow-rgb: 227, 221, 212;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #e3ddd4;
  --bs-btn-active-border-color: #e3ddd4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #e3ddd4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e3ddd4;
  --bs-gradient: none;
}

.btn-outline-yellow {
  --bs-btn-color: #f7c631;
  --bs-btn-border-color: #f7c631;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #f7c631;
  --bs-btn-hover-border-color: #f7c631;
  --bs-btn-focus-shadow-rgb: 247, 198, 49;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #f7c631;
  --bs-btn-active-border-color: #f7c631;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #f7c631;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f7c631;
  --bs-gradient: none;
}

.btn-outline-green {
  --bs-btn-color: #00A770;
  --bs-btn-border-color: #00A770;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #00A770;
  --bs-btn-hover-border-color: #00A770;
  --bs-btn-focus-shadow-rgb: 0, 167, 112;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #00A770;
  --bs-btn-active-border-color: #00A770;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #00A770;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00A770;
  --bs-gradient: none;
}

.btn-outline-stone80 {
  --bs-btn-color: #eae5e1;
  --bs-btn-border-color: #eae5e1;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #eae5e1;
  --bs-btn-hover-border-color: #eae5e1;
  --bs-btn-focus-shadow-rgb: 234, 229, 225;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #eae5e1;
  --bs-btn-active-border-color: #eae5e1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #eae5e1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #eae5e1;
  --bs-gradient: none;
}

.btn-outline-white-darker-2 {
  --bs-btn-color: #EEECEA;
  --bs-btn-border-color: #EEECEA;
  --bs-btn-hover-color: #2b2a27;
  --bs-btn-hover-bg: #EEECEA;
  --bs-btn-hover-border-color: #EEECEA;
  --bs-btn-focus-shadow-rgb: 238, 236, 234;
  --bs-btn-active-color: #2b2a27;
  --bs-btn-active-bg: #EEECEA;
  --bs-btn-active-border-color: #EEECEA;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(43, 42, 39, 0.125);
  --bs-btn-disabled-color: #EEECEA;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EEECEA;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 96, 65, 110;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: rgba(43, 42, 39, 0.8);
  --bs-dropdown-bg: #ffffff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.5rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.5rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.8rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(43, 42, 39, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #441f54;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1.6rem;
  --bs-dropdown-item-padding-y: 0.4rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1.6rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 428px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 834px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1106px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 2200px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #441f54;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.5rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.5rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #ffffff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #ffffff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.5rem;
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #441f54;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.8rem;
  --bs-navbar-color: rgba(43, 42, 39, 0.55);
  --bs-navbar-hover-color: rgba(43, 42, 39, 0.7);
  --bs-navbar-disabled-color: rgba(43, 42, 39, 0.3);
  --bs-navbar-active-color: rgba(43, 42, 39, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(43, 42, 39, 0.9);
  --bs-navbar-brand-hover-color: rgba(43, 42, 39, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2843, 42, 39, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(43, 42, 39, 0.1);
  --bs-navbar-toggler-border-radius: 0.5rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-xs,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 428px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 834px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1106px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 2200px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1.6rem;
  --bs-card-spacer-x: 1.6rem;
  --bs-card-title-spacer-y: 0.8rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.5rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.5rem - 1px);
  --bs-card-cap-padding-y: 0.8rem;
  --bs-card-cap-padding-x: 1.6rem;
  --bs-card-cap-bg: rgba(43, 42, 39, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #ffffff;
  --bs-card-img-overlay-padding: 1.6rem;
  --bs-card-group-margin: 6rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 428px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: rgba(43, 42, 39, 0.8);
  --bs-accordion-bg: #ffffff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.5rem;
  --bs-accordion-inner-border-radius: calc(0.5rem - 1px);
  --bs-accordion-btn-padding-x: 2rem;
  --bs-accordion-btn-padding-y: 1.5rem;
  --bs-accordion-btn-color: rgba(43, 42, 39, 0.8);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1026 1024'%3e%3cpath d='M437.14 0h145.713v1019.993h-145.713v-1019.993z'%3e%3c/path%3e%3cpath d='M0 437.14h1019.993v145.713h-1019.993v-145.713z'%3e%3c/path%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.4rem;
  --bs-accordion-btn-icon-transform: rotate(0);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1026 1024'%3e%3cpath d='M0 437.14h1019.993v145.713h-1019.993v-145.713z'%3e%3c/path%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #a28faa;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 2rem;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: rgba(43, 42, 39, 0.8);
  --bs-accordion-active-bg: transparent;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #ffffff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.5rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(68, 31, 84, 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #441f54;
  --bs-pagination-active-border-color: #441f54;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #ffffff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: 0.5rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1.6rem;
  --bs-alert-padding-y: 1.6rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.5rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.8rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 2rem 1.6rem;
}

.alert-primary {
  --bs-alert-color: #291332;
  --bs-alert-bg: #dad2dd;
  --bs-alert-border-color: #c7bccc;
}
.alert-primary .alert-link {
  color: #210f28;
}

.alert-dark {
  --bs-alert-color: #1a1917;
  --bs-alert-bg: #d5d4d4;
  --bs-alert-border-color: #bfbfbe;
}
.alert-dark .alert-link {
  color: #151412;
}

.alert-black {
  --bs-alert-color: #1a1917;
  --bs-alert-bg: #d5d4d4;
  --bs-alert-border-color: #bfbfbe;
}
.alert-black .alert-link {
  color: #151412;
}

.alert-light {
  --bs-alert-color: #999999;
  --bs-alert-bg: white;
  --bs-alert-border-color: white;
}
.alert-light .alert-link {
  color: #7a7a7a;
}

.alert-lightd {
  --bs-alert-color: #969696;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fefefe;
}
.alert-lightd .alert-link {
  color: #787878;
}

.alert-lightdk {
  --bs-alert-color: #8f8e8c;
  --bs-alert-bg: #fcfbfb;
  --bs-alert-border-color: #faf9f9;
}
.alert-lightdk .alert-link {
  color: #727270;
}

.alert-blue {
  --bs-alert-color: #291332;
  --bs-alert-bg: #dad2dd;
  --bs-alert-border-color: #c7bccc;
}
.alert-blue .alert-link {
  color: #210f28;
}

.alert-lblue {
  --bs-alert-color: #401d4e;
  --bs-alert-bg: #e1d6e6;
  --bs-alert-border-color: #d2c1da;
}
.alert-lblue .alert-link {
  color: #33173e;
}

.alert-dgrey {
  --bs-alert-color: rgba(22, 21, 20, 0.88);
  --bs-alert-bg: rgba(225, 225, 224, 0.96);
  --bs-alert-border-color: rgba(208, 208, 207, 0.94);
}
.alert-dgrey .alert-link {
  color: rgba(17, 16, 15, 0.904);
}

.alert-ltgrey {
  --bs-alert-color: #88857f;
  --bs-alert-bg: #f9f8f6;
  --bs-alert-border-color: #f7f5f2;
}
.alert-ltgrey .alert-link {
  color: #6d6a66;
}

.alert-lgrey-1 {
  --bs-alert-color: #88857f;
  --bs-alert-bg: #f9f8f6;
  --bs-alert-border-color: #f7f5f2;
}
.alert-lgrey-1 .alert-link {
  color: #6d6a66;
}

.alert-lgrey-2 {
  --bs-alert-color: #969696;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fefefe;
}
.alert-lgrey-2 .alert-link {
  color: #787878;
}

.alert-lgrey {
  --bs-alert-color: #88857f;
  --bs-alert-bg: #f9f8f6;
  --bs-alert-border-color: #f7f5f2;
}
.alert-lgrey .alert-link {
  color: #6d6a66;
}

.alert-yellow {
  --bs-alert-color: #94771d;
  --bs-alert-bg: #fdf4d6;
  --bs-alert-border-color: #fdeec1;
}
.alert-yellow .alert-link {
  color: #765f17;
}

.alert-green {
  --bs-alert-color: #006443;
  --bs-alert-bg: #ccede2;
  --bs-alert-border-color: #b3e5d4;
}
.alert-green .alert-link {
  color: #005036;
}

.alert-stone80 {
  --bs-alert-color: #8c8987;
  --bs-alert-bg: #fbfaf9;
  --bs-alert-border-color: #f9f7f6;
}
.alert-stone80 .alert-link {
  color: #706e6c;
}

.alert-white-darker-2 {
  --bs-alert-color: #8f8e8c;
  --bs-alert-bg: #fcfbfb;
  --bs-alert-border-color: #faf9f9;
}
.alert-white-darker-2 .alert-link {
  color: #727270;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.5rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(43, 42, 39, 0.075);
  --bs-progress-bar-color: #ffffff;
  --bs-progress-bar-bg: #441f54;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #ffffff;
  --bs-list-group-border-color: rgba(43, 42, 39, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.5rem;
  --bs-list-group-item-padding-x: 1.6rem;
  --bs-list-group-item-padding-y: 0.8rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: rgba(43, 42, 39, 0.8);
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #ffffff;
  --bs-list-group-active-color: #ffffff;
  --bs-list-group-active-bg: #441f54;
  --bs-list-group-active-border-color: #441f54;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 428px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 834px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1106px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 2200px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #291332;
  background-color: #dad2dd;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #291332;
  background-color: #c4bdc7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #291332;
  border-color: #291332;
}

.list-group-item-dark {
  color: #1a1917;
  background-color: #d5d4d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1a1917;
  background-color: #c0bfbf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1a1917;
  border-color: #1a1917;
}

.list-group-item-black {
  color: #1a1917;
  background-color: #d5d4d4;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #1a1917;
  background-color: #c0bfbf;
}
.list-group-item-black.list-group-item-action.active {
  color: #ffffff;
  background-color: #1a1917;
  border-color: #1a1917;
}

.list-group-item-light {
  color: #999999;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #999999;
  background-color: #e6e6e6;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.list-group-item-lightd {
  color: #969696;
  background-color: #fefefe;
}
.list-group-item-lightd.list-group-item-action:hover, .list-group-item-lightd.list-group-item-action:focus {
  color: #969696;
  background-color: #e5e5e5;
}
.list-group-item-lightd.list-group-item-action.active {
  color: #ffffff;
  background-color: #969696;
  border-color: #969696;
}

.list-group-item-lightdk {
  color: #8f8e8c;
  background-color: #fcfbfb;
}
.list-group-item-lightdk.list-group-item-action:hover, .list-group-item-lightdk.list-group-item-action:focus {
  color: #8f8e8c;
  background-color: #e3e2e2;
}
.list-group-item-lightdk.list-group-item-action.active {
  color: #ffffff;
  background-color: #8f8e8c;
  border-color: #8f8e8c;
}

.list-group-item-blue {
  color: #291332;
  background-color: #dad2dd;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #291332;
  background-color: #c4bdc7;
}
.list-group-item-blue.list-group-item-action.active {
  color: #ffffff;
  background-color: #291332;
  border-color: #291332;
}

.list-group-item-lblue {
  color: #401d4e;
  background-color: #e1d6e6;
}
.list-group-item-lblue.list-group-item-action:hover, .list-group-item-lblue.list-group-item-action:focus {
  color: #401d4e;
  background-color: #cbc1cf;
}
.list-group-item-lblue.list-group-item-action.active {
  color: #ffffff;
  background-color: #401d4e;
  border-color: #401d4e;
}

.list-group-item-dgrey {
  color: rgba(22, 21, 20, 0.88);
  background-color: rgba(225, 225, 224, 0.96);
}
.list-group-item-dgrey.list-group-item-action:hover, .list-group-item-dgrey.list-group-item-action:focus {
  color: rgba(22, 21, 20, 0.88);
  background-color: rgba(201, 201, 200, 0.964);
}
.list-group-item-dgrey.list-group-item-action.active {
  color: #ffffff;
  background-color: rgba(22, 21, 20, 0.88);
  border-color: rgba(22, 21, 20, 0.88);
}

.list-group-item-ltgrey {
  color: #88857f;
  background-color: #f9f8f6;
}
.list-group-item-ltgrey.list-group-item-action:hover, .list-group-item-ltgrey.list-group-item-action:focus {
  color: #88857f;
  background-color: #e0dfdd;
}
.list-group-item-ltgrey.list-group-item-action.active {
  color: #ffffff;
  background-color: #88857f;
  border-color: #88857f;
}

.list-group-item-lgrey-1 {
  color: #88857f;
  background-color: #f9f8f6;
}
.list-group-item-lgrey-1.list-group-item-action:hover, .list-group-item-lgrey-1.list-group-item-action:focus {
  color: #88857f;
  background-color: #e0dfdd;
}
.list-group-item-lgrey-1.list-group-item-action.active {
  color: #ffffff;
  background-color: #88857f;
  border-color: #88857f;
}

.list-group-item-lgrey-2 {
  color: #969696;
  background-color: #fefefe;
}
.list-group-item-lgrey-2.list-group-item-action:hover, .list-group-item-lgrey-2.list-group-item-action:focus {
  color: #969696;
  background-color: #e5e5e5;
}
.list-group-item-lgrey-2.list-group-item-action.active {
  color: #ffffff;
  background-color: #969696;
  border-color: #969696;
}

.list-group-item-lgrey {
  color: #88857f;
  background-color: #f9f8f6;
}
.list-group-item-lgrey.list-group-item-action:hover, .list-group-item-lgrey.list-group-item-action:focus {
  color: #88857f;
  background-color: #e0dfdd;
}
.list-group-item-lgrey.list-group-item-action.active {
  color: #ffffff;
  background-color: #88857f;
  border-color: #88857f;
}

.list-group-item-yellow {
  color: #94771d;
  background-color: #fdf4d6;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #94771d;
  background-color: #e4dcc1;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #ffffff;
  background-color: #94771d;
  border-color: #94771d;
}

.list-group-item-green {
  color: #006443;
  background-color: #ccede2;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #006443;
  background-color: #b8d5cb;
}
.list-group-item-green.list-group-item-action.active {
  color: #ffffff;
  background-color: #006443;
  border-color: #006443;
}

.list-group-item-stone80 {
  color: #8c8987;
  background-color: #fbfaf9;
}
.list-group-item-stone80.list-group-item-action:hover, .list-group-item-stone80.list-group-item-action:focus {
  color: #8c8987;
  background-color: #e2e1e0;
}
.list-group-item-stone80.list-group-item-action.active {
  color: #ffffff;
  background-color: #8c8987;
  border-color: #8c8987;
}

.list-group-item-white-darker-2 {
  color: #8f8e8c;
  background-color: #fcfbfb;
}
.list-group-item-white-darker-2.list-group-item-action:hover, .list-group-item-white-darker-2.list-group-item-action:focus {
  color: #8f8e8c;
  background-color: #e3e2e2;
}
.list-group-item-white-darker-2.list-group-item-action.active {
  color: #ffffff;
  background-color: #8f8e8c;
  border-color: #8f8e8c;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #2b2a27;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232b2a27'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.5rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #2b2a27;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(68, 31, 84, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 12rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.5rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(43, 42, 39, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(43, 42, 39, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1.6rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #ffffff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(43, 42, 39, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1.6rem;
  --bs-modal-header-padding-y: 1.6rem;
  --bs-modal-header-padding: 1.6rem 1.6rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #2b2a27;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 428px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(43, 42, 39, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 1106px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1440px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 427.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 833.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1105.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1919.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 2199.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
.modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.8rem;
  --bs-tooltip-padding-y: 0.24rem;
  --bs-tooltip-margin: 0.5rem;
  --bs-tooltip-font-size: calc(1.265rem + 0.18vw);
  --bs-tooltip-color: #ffffff;
  --bs-tooltip-bg: #441f54;
  --bs-tooltip-border-radius: 0.5rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
@media (min-width: 1200px) {
  .tooltip {
    --bs-tooltip-font-size: 1.4rem;
  }
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #ffffff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(43, 42, 39, 0.15);
  --bs-popover-header-padding-x: 1.6rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1.6rem;
  --bs-popover-body-padding-y: 1.6rem;
  --bs-popover-body-color: rgba(43, 42, 39, 0.8);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #2b2a27;
}
.carousel-dark .carousel-caption {
  color: #2b2a27;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1.6rem;
  --bs-offcanvas-padding-y: 1.6rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #ffffff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(43, 42, 39, 0.075);
}

@media (max-width: 427.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 427.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 427.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 427.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 427.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 427.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 427.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 427.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 428px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 833.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 833.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 833.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 833.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 833.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 833.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 833.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 833.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 834px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1105.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1105.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 1105.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1105.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1105.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1105.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1105.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1105.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 1106px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1439.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1440px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1919.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1919.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1920px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 2199.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 2199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 2199.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 2199.98px) {
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 2199.98px) {
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 2199.98px) {
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 2199.98px) {
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 2199.98px) {
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 2200px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #2b2a27 55%, rgba(0, 0, 0, 0.8) 75%, #2b2a27 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #ffffff !important;
  background-color: RGBA(68, 31, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #ffffff !important;
  background-color: RGBA(43, 42, 39, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-black {
  color: #ffffff !important;
  background-color: RGBA(43, 42, 39, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #2b2a27 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lightd {
  color: #2b2a27 !important;
  background-color: RGBA(250, 250, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lightdk {
  color: #2b2a27 !important;
  background-color: RGBA(238, 236, 234, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue {
  color: #ffffff !important;
  background-color: RGBA(68, 31, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lblue {
  color: #ffffff !important;
  background-color: RGBA(106, 48, 130, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dgrey {
  color: #ffffff !important;
  background-color: RGBA(43, 42, 39, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-ltgrey {
  color: #2b2a27 !important;
  background-color: RGBA(227, 221, 212, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lgrey-1 {
  color: #2b2a27 !important;
  background-color: RGBA(227, 221, 212, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lgrey-2 {
  color: #2b2a27 !important;
  background-color: RGBA(250, 250, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lgrey {
  color: #2b2a27 !important;
  background-color: RGBA(227, 221, 212, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow {
  color: #2b2a27 !important;
  background-color: RGBA(247, 198, 49, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green {
  color: #ffffff !important;
  background-color: RGBA(0, 167, 112, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-stone80 {
  color: #2b2a27 !important;
  background-color: RGBA(234, 229, 225, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-white-darker-2 {
  color: #2b2a27 !important;
  background-color: RGBA(238, 236, 234, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #441f54 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #361943 !important;
}

.link-dark {
  color: #2b2a27 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #22221f !important;
}

.link-black {
  color: #2b2a27 !important;
}
.link-black:hover, .link-black:focus {
  color: #22221f !important;
}

.link-light {
  color: #ffffff !important;
}
.link-light:hover, .link-light:focus {
  color: white !important;
}

.link-lightd {
  color: #fafafa !important;
}
.link-lightd:hover, .link-lightd:focus {
  color: #fbfbfb !important;
}

.link-lightdk {
  color: #eeecea !important;
}
.link-lightdk:hover, .link-lightdk:focus {
  color: #f1f0ee !important;
}

.link-blue {
  color: #441f54 !important;
}
.link-blue:hover, .link-blue:focus {
  color: #361943 !important;
}

.link-lblue {
  color: #6a3082 !important;
}
.link-lblue:hover, .link-lblue:focus {
  color: #552668 !important;
}

.link-dgrey {
  color: rgba(43, 42, 39, 0.8) !important;
}
.link-dgrey:hover, .link-dgrey:focus {
  color: rgba(31, 31, 28, 0.84) !important;
}

.link-ltgrey {
  color: #e3ddd4 !important;
}
.link-ltgrey:hover, .link-ltgrey:focus {
  color: #e9e4dd !important;
}

.link-lgrey-1 {
  color: #e3ddd4 !important;
}
.link-lgrey-1:hover, .link-lgrey-1:focus {
  color: #e9e4dd !important;
}

.link-lgrey-2 {
  color: #FAFAFA !important;
}
.link-lgrey-2:hover, .link-lgrey-2:focus {
  color: #fbfbfb !important;
}

.link-lgrey {
  color: #e3ddd4 !important;
}
.link-lgrey:hover, .link-lgrey:focus {
  color: #e9e4dd !important;
}

.link-yellow {
  color: #f7c631 !important;
}
.link-yellow:hover, .link-yellow:focus {
  color: #f9d15a !important;
}

.link-green {
  color: #00A770 !important;
}
.link-green:hover, .link-green:focus {
  color: #00865a !important;
}

.link-stone80 {
  color: #eae5e1 !important;
}
.link-stone80:hover, .link-stone80:focus {
  color: #eeeae7 !important;
}

.link-white-darker-2 {
  color: #EEECEA !important;
}
.link-white-darker-2:hover, .link-white-darker-2:focus {
  color: #f1f0ee !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 428px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 834px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1106px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1920px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 2200px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-lgrey-2 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lgrey-2-rgb), var(--bs-border-opacity)) !important;
}

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

.mx-1 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}

.mx-2 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-3 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-4 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-5 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !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.4rem !important;
  margin-bottom: 0.4rem !important;
}

.my-2 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-3 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-4 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-5 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

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

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

.mt-1 {
  margin-top: 0.4rem !important;
}

.mt-2 {
  margin-top: 0.8rem !important;
}

.mt-3 {
  margin-top: 1.6rem !important;
}

.mt-4 {
  margin-top: 2.4rem !important;
}

.mt-5 {
  margin-top: 4.8rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.4rem !important;
}

.me-2 {
  margin-right: 0.8rem !important;
}

.me-3 {
  margin-right: 1.6rem !important;
}

.me-4 {
  margin-right: 2.4rem !important;
}

.me-5 {
  margin-right: 4.8rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.4rem !important;
}

.mb-2 {
  margin-bottom: 0.8rem !important;
}

.mb-3 {
  margin-bottom: 1.6rem !important;
}

.mb-4 {
  margin-bottom: 2.4rem !important;
}

.mb-5 {
  margin-bottom: 4.8rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.4rem !important;
}

.ms-2 {
  margin-left: 0.8rem !important;
}

.ms-3 {
  margin-left: 1.6rem !important;
}

.ms-4 {
  margin-left: 2.4rem !important;
}

.ms-5 {
  margin-left: 4.8rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

.px-1 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}

.px-2 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-3 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.px-4 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-5 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

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

.py-1 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.py-2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-3 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-4 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-5 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

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

.pt-1 {
  padding-top: 0.4rem !important;
}

.pt-2 {
  padding-top: 0.8rem !important;
}

.pt-3 {
  padding-top: 1.6rem !important;
}

.pt-4 {
  padding-top: 2.4rem !important;
}

.pt-5 {
  padding-top: 4.8rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.4rem !important;
}

.pe-2 {
  padding-right: 0.8rem !important;
}

.pe-3 {
  padding-right: 1.6rem !important;
}

.pe-4 {
  padding-right: 2.4rem !important;
}

.pe-5 {
  padding-right: 4.8rem !important;
}

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

.pb-1 {
  padding-bottom: 0.4rem !important;
}

.pb-2 {
  padding-bottom: 0.8rem !important;
}

.pb-3 {
  padding-bottom: 1.6rem !important;
}

.pb-4 {
  padding-bottom: 2.4rem !important;
}

.pb-5 {
  padding-bottom: 4.8rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.4rem !important;
}

.ps-2 {
  padding-left: 0.8rem !important;
}

.ps-3 {
  padding-left: 1.6rem !important;
}

.ps-4 {
  padding-left: 2.4rem !important;
}

.ps-5 {
  padding-left: 4.8rem !important;
}

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

.gap-1 {
  gap: 0.4rem !important;
}

.gap-2 {
  gap: 0.8rem !important;
}

.gap-3 {
  gap: 1.6rem !important;
}

.gap-4 {
  gap: 2.4rem !important;
}

.gap-5 {
  gap: 4.8rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

.text-lightd {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lightd-rgb), var(--bs-text-opacity)) !important;
}

.text-lightdk {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lightdk-rgb), var(--bs-text-opacity)) !important;
}

.text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-lblue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lblue-rgb), var(--bs-text-opacity)) !important;
}

.text-dgrey {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dgrey-rgb), var(--bs-text-opacity)) !important;
}

.text-ltgrey {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ltgrey-rgb), var(--bs-text-opacity)) !important;
}

.text-lgrey-1 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lgrey-1-rgb), var(--bs-text-opacity)) !important;
}

.text-lgrey-2 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lgrey-2-rgb), var(--bs-text-opacity)) !important;
}

.text-lgrey {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lgrey-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}

.text-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}

.text-stone80 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-stone80-rgb), var(--bs-text-opacity)) !important;
}

.text-white-darker-2 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-darker-2-rgb), var(--bs-text-opacity)) !important;
}

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

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(43, 42, 39, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lightd {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lightd-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lightdk {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lightdk-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lblue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lblue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dgrey {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dgrey-rgb), var(--bs-bg-opacity)) !important;
}

.bg-ltgrey {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-ltgrey-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lgrey-1 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lgrey-1-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lgrey-2 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lgrey-2-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lgrey {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lgrey-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-stone80 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-stone80-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white-darker-2 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-darker-2-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 428px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.4rem !important;
  }
  .m-sm-2 {
    margin: 0.8rem !important;
  }
  .m-sm-3 {
    margin: 1.6rem !important;
  }
  .m-sm-4 {
    margin: 2.4rem !important;
  }
  .m-sm-5 {
    margin: 4.8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !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.4rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-4 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-5 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.4rem !important;
  }
  .me-sm-2 {
    margin-right: 0.8rem !important;
  }
  .me-sm-3 {
    margin-right: 1.6rem !important;
  }
  .me-sm-4 {
    margin-right: 2.4rem !important;
  }
  .me-sm-5 {
    margin-right: 4.8rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.4rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-4 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-5 {
    margin-left: 4.8rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 0.8rem !important;
  }
  .p-sm-3 {
    padding: 1.6rem !important;
  }
  .p-sm-4 {
    padding: 2.4rem !important;
  }
  .p-sm-5 {
    padding: 4.8rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-4 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-5 {
    padding-top: 4.8rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-4 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-5 {
    padding-right: 4.8rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.4rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-4 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-5 {
    padding-left: 4.8rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.4rem !important;
  }
  .gap-sm-2 {
    gap: 0.8rem !important;
  }
  .gap-sm-3 {
    gap: 1.6rem !important;
  }
  .gap-sm-4 {
    gap: 2.4rem !important;
  }
  .gap-sm-5 {
    gap: 4.8rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 834px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.4rem !important;
  }
  .m-md-2 {
    margin: 0.8rem !important;
  }
  .m-md-3 {
    margin: 1.6rem !important;
  }
  .m-md-4 {
    margin: 2.4rem !important;
  }
  .m-md-5 {
    margin: 4.8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !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.4rem !important;
  }
  .mt-md-2 {
    margin-top: 0.8rem !important;
  }
  .mt-md-3 {
    margin-top: 1.6rem !important;
  }
  .mt-md-4 {
    margin-top: 2.4rem !important;
  }
  .mt-md-5 {
    margin-top: 4.8rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.4rem !important;
  }
  .me-md-2 {
    margin-right: 0.8rem !important;
  }
  .me-md-3 {
    margin-right: 1.6rem !important;
  }
  .me-md-4 {
    margin-right: 2.4rem !important;
  }
  .me-md-5 {
    margin-right: 4.8rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.4rem !important;
  }
  .ms-md-2 {
    margin-left: 0.8rem !important;
  }
  .ms-md-3 {
    margin-left: 1.6rem !important;
  }
  .ms-md-4 {
    margin-left: 2.4rem !important;
  }
  .ms-md-5 {
    margin-left: 4.8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.4rem !important;
  }
  .p-md-2 {
    padding: 0.8rem !important;
  }
  .p-md-3 {
    padding: 1.6rem !important;
  }
  .p-md-4 {
    padding: 2.4rem !important;
  }
  .p-md-5 {
    padding: 4.8rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.4rem !important;
  }
  .pt-md-2 {
    padding-top: 0.8rem !important;
  }
  .pt-md-3 {
    padding-top: 1.6rem !important;
  }
  .pt-md-4 {
    padding-top: 2.4rem !important;
  }
  .pt-md-5 {
    padding-top: 4.8rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.4rem !important;
  }
  .pe-md-2 {
    padding-right: 0.8rem !important;
  }
  .pe-md-3 {
    padding-right: 1.6rem !important;
  }
  .pe-md-4 {
    padding-right: 2.4rem !important;
  }
  .pe-md-5 {
    padding-right: 4.8rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.4rem !important;
  }
  .ps-md-2 {
    padding-left: 0.8rem !important;
  }
  .ps-md-3 {
    padding-left: 1.6rem !important;
  }
  .ps-md-4 {
    padding-left: 2.4rem !important;
  }
  .ps-md-5 {
    padding-left: 4.8rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.4rem !important;
  }
  .gap-md-2 {
    gap: 0.8rem !important;
  }
  .gap-md-3 {
    gap: 1.6rem !important;
  }
  .gap-md-4 {
    gap: 2.4rem !important;
  }
  .gap-md-5 {
    gap: 4.8rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1106px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.4rem !important;
  }
  .m-lg-2 {
    margin: 0.8rem !important;
  }
  .m-lg-3 {
    margin: 1.6rem !important;
  }
  .m-lg-4 {
    margin: 2.4rem !important;
  }
  .m-lg-5 {
    margin: 4.8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-lg-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !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.4rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-4 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-5 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.4rem !important;
  }
  .me-lg-2 {
    margin-right: 0.8rem !important;
  }
  .me-lg-3 {
    margin-right: 1.6rem !important;
  }
  .me-lg-4 {
    margin-right: 2.4rem !important;
  }
  .me-lg-5 {
    margin-right: 4.8rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.4rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-4 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-5 {
    margin-left: 4.8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 0.8rem !important;
  }
  .p-lg-3 {
    padding: 1.6rem !important;
  }
  .p-lg-4 {
    padding: 2.4rem !important;
  }
  .p-lg-5 {
    padding: 4.8rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-lg-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-lg-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-4 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-5 {
    padding-top: 4.8rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.4rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-4 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-5 {
    padding-right: 4.8rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.4rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-4 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-5 {
    padding-left: 4.8rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.4rem !important;
  }
  .gap-lg-2 {
    gap: 0.8rem !important;
  }
  .gap-lg-3 {
    gap: 1.6rem !important;
  }
  .gap-lg-4 {
    gap: 2.4rem !important;
  }
  .gap-lg-5 {
    gap: 4.8rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.4rem !important;
  }
  .m-xl-2 {
    margin: 0.8rem !important;
  }
  .m-xl-3 {
    margin: 1.6rem !important;
  }
  .m-xl-4 {
    margin: 2.4rem !important;
  }
  .m-xl-5 {
    margin: 4.8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !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.4rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-4 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-5 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xl-3 {
    margin-right: 1.6rem !important;
  }
  .me-xl-4 {
    margin-right: 2.4rem !important;
  }
  .me-xl-5 {
    margin-right: 4.8rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-4 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-5 {
    margin-left: 4.8rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.4rem !important;
  }
  .p-xl-2 {
    padding: 0.8rem !important;
  }
  .p-xl-3 {
    padding: 1.6rem !important;
  }
  .p-xl-4 {
    padding: 2.4rem !important;
  }
  .p-xl-5 {
    padding: 4.8rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-4 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-5 {
    padding-top: 4.8rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-4 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-5 {
    padding-right: 4.8rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-4 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-5 {
    padding-left: 4.8rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.4rem !important;
  }
  .gap-xl-2 {
    gap: 0.8rem !important;
  }
  .gap-xl-3 {
    gap: 1.6rem !important;
  }
  .gap-xl-4 {
    gap: 2.4rem !important;
  }
  .gap-xl-5 {
    gap: 4.8rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.4rem !important;
  }
  .m-xxl-2 {
    margin: 0.8rem !important;
  }
  .m-xxl-3 {
    margin: 1.6rem !important;
  }
  .m-xxl-4 {
    margin: 2.4rem !important;
  }
  .m-xxl-5 {
    margin: 4.8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xxl-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xxl-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xxl-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xxl-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !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.4rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.6rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2.4rem !important;
  }
  .mt-xxl-5 {
    margin-top: 4.8rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.6rem !important;
  }
  .me-xxl-4 {
    margin-right: 2.4rem !important;
  }
  .me-xxl-5 {
    margin-right: 4.8rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.6rem !important;
  }
  .ms-xxl-4 {
    margin-left: 2.4rem !important;
  }
  .ms-xxl-5 {
    margin-left: 4.8rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.4rem !important;
  }
  .p-xxl-2 {
    padding: 0.8rem !important;
  }
  .p-xxl-3 {
    padding: 1.6rem !important;
  }
  .p-xxl-4 {
    padding: 2.4rem !important;
  }
  .p-xxl-5 {
    padding: 4.8rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xxl-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xxl-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xxl-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xxl-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.6rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2.4rem !important;
  }
  .pt-xxl-5 {
    padding-top: 4.8rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.6rem !important;
  }
  .pe-xxl-4 {
    padding-right: 2.4rem !important;
  }
  .pe-xxl-5 {
    padding-right: 4.8rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.6rem !important;
  }
  .ps-xxl-4 {
    padding-left: 2.4rem !important;
  }
  .ps-xxl-5 {
    padding-left: 4.8rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.4rem !important;
  }
  .gap-xxl-2 {
    gap: 0.8rem !important;
  }
  .gap-xxl-3 {
    gap: 1.6rem !important;
  }
  .gap-xxl-4 {
    gap: 2.4rem !important;
  }
  .gap-xxl-5 {
    gap: 4.8rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 2200px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.4rem !important;
  }
  .m-xxxl-2 {
    margin: 0.8rem !important;
  }
  .m-xxxl-3 {
    margin: 1.6rem !important;
  }
  .m-xxxl-4 {
    margin: 2.4rem !important;
  }
  .m-xxxl-5 {
    margin: 4.8rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xxxl-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xxxl-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1.6rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 2.4rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 4.8rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1.6rem !important;
  }
  .me-xxxl-4 {
    margin-right: 2.4rem !important;
  }
  .me-xxxl-5 {
    margin-right: 4.8rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1.6rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 2.4rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 4.8rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.4rem !important;
  }
  .p-xxxl-2 {
    padding: 0.8rem !important;
  }
  .p-xxxl-3 {
    padding: 1.6rem !important;
  }
  .p-xxxl-4 {
    padding: 2.4rem !important;
  }
  .p-xxxl-5 {
    padding: 4.8rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xxxl-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xxxl-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xxxl-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xxxl-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1.6rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 2.4rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 4.8rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1.6rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 2.4rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 4.8rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1.6rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 2.4rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 4.8rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.4rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.8rem !important;
  }
  .gap-xxxl-3 {
    gap: 1.6rem !important;
  }
  .gap-xxxl-4 {
    gap: 2.4rem !important;
  }
  .gap-xxxl-5 {
    gap: 4.8rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
.small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, .mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "imi-critical-icons";
  src: url("/source/24a7c8b940235ec6fea675be07634634/imi-critical-icons.eot");
  src: url("/source/a320c97964a92d5954a5791a30018030/imi-critical-icons.eot") format("embedded-opentype"), url("/source/d098612f1ddbe6903dc6e91db361879d/imi-critical-icons.ttf") format("truetype"), url("/source/dd6fe105c33ea8b6adb32247fa47a529/imi-critical-icons.woff") format("woff"), url("/source/0bad237d83b480ab9c347e44a1a93995/imi-critical-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "imi-critical-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Social-Instagram:before {
  content: "\e93a";
}

.icon-Social-X:before {
  content: "\e939";
}

.icon-Calendar:before {
  content: "\e938";
}

.icon-Info:before {
  content: "\e937";
}

.icon-Play-Arrow:before {
  content: "\e935";
}

.icon-Play .path1:before {
  content: "\e933";
  color: rgb(0, 0, 0);
}

.icon-Play .path2:before {
  content: "\e934";
  margin-left: -0.9990234375em;
  color: rgb(255, 255, 255);
}

.icon-Document:before {
  content: "\e936";
}

.icon-Waves:before {
  content: "\e932";
}

.icon-IMI-Truflo-Marine-Logo:before {
  content: "\e92f";
}

.icon-IMI-ZJ-Logo:before {
  content: "\e930";
}

.icon-IMI-CCI-Logo:before {
  content: "\e931";
}

.icon-Plus:before {
  content: "\e92d";
}

.icon-Minus:before {
  content: "\e92e";
}

.icon-Finder:before {
  content: "\e92c";
}

.icon-Heart:before {
  content: "\e926";
}

.icon-Print:before {
  content: "\e927";
}

.icon-Copy:before {
  content: "\e928";
}

.icon-Tick:before {
  content: "\e929";
}

.icon-Shell:before {
  content: "\e92a";
}

.icon-BP:before {
  content: "\e92b";
}

.icon-Breakthrough-Engineering-Footer:before {
  content: "\e900";
}

.icon-Account:before {
  content: "\e901";
}

.icon-Back-Arrow:before {
  content: "\e902";
}

.icon-Arrow:before {
  content: "\e903";
}

.icon-Hamburger:before {
  content: "\e904";
}

.icon-Hamburger-ToggleState:before {
  content: "\e905";
}

.icon-Navigation-Arrow:before {
  content: "\e906";
}

.icon-Search:before {
  content: "\e907";
}

.icon-Social-Facebook:before {
  content: "\e908";
}

.icon-Social-LinkedIn:before {
  content: "\e909";
}

.icon-Social-Twitter:before {
  content: "\e90a";
}

.icon-Social-YouTube:before {
  content: "\e90b";
}

.icon-IMI-Critical-Logo .path1:before {
  content: "\e90c";
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path2:before {
  content: "\e90d";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path3:before {
  content: "\e90e";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path4:before {
  content: "\e90f";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path5:before {
  content: "\e910";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path6:before {
  content: "\e911";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path7:before {
  content: "\e912";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path8:before {
  content: "\e913";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path9:before {
  content: "\e914";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path10:before {
  content: "\e915";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path11:before {
  content: "\e916";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path12:before {
  content: "\e917";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path13:before {
  content: "\e918";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path14:before {
  content: "\e919";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path15:before {
  content: "\e91a";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path16:before {
  content: "\e91b";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path17:before {
  content: "\e91c";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path18:before {
  content: "\e91d";
  margin-left: -4.0283203125em;
  color: rgb(0, 145, 215);
}

.icon-IMI-Critical-Logo .path19:before {
  content: "\e91e";
  margin-left: -4.0283203125em;
  color: rgb(0, 145, 215);
}

.icon-IMI-Critical-Logo .path20:before {
  content: "\e91f";
  margin-left: -4.0283203125em;
  color: rgb(0, 145, 215);
}

.icon-IMI-Critical-Logo .path21:before {
  content: "\e920";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path22:before {
  content: "\e921";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path23:before {
  content: "\e922";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path24:before {
  content: "\e923";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo .path25:before {
  content: "\e924";
  margin-left: -4.0283203125em;
  color: rgb(87, 87, 86);
}

.icon-IMI-Critical-Logo-Footer:before {
  content: "\e925";
}

.icon-IMI-CriticalEngineering_v2:before {
  content: "\e93b";
}

.icon-IMI_Logo:before {
  content: "\e93c";
}

.icon-Footer_Circles:before {
  content: "\e93d";
}

@media (min-width: 428px) {
  .container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    --bs-gutter-x: 6rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    --bs-gutter-x: 12rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col {
    flex: 1 0 0%;
  }
  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .g-0,
.gx-0 {
    --bs-gutter-x: 0;
  }
  .g-0,
.gy-0 {
    --bs-gutter-y: 0;
  }
  .g-1,
.gx-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-1,
.gy-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-2,
.gx-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-2,
.gy-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-3,
.gx-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-3,
.gy-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-4,
.gx-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-4,
.gy-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-5,
.gx-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-5,
.gy-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 428px) and (min-width: 428px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 428px) and (min-width: 834px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 428px) and (min-width: 1106px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 428px) and (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 428px) and (min-width: 1920px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 428px) and (min-width: 2200px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 834px) {
  .container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    --bs-gutter-x: 9rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    --bs-gutter-x: 18rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col {
    flex: 1 0 0%;
  }
  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .g-0,
.gx-0 {
    --bs-gutter-x: 0;
  }
  .g-0,
.gy-0 {
    --bs-gutter-y: 0;
  }
  .g-1,
.gx-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-1,
.gy-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-2,
.gx-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-2,
.gy-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-3,
.gx-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-3,
.gy-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-4,
.gx-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-4,
.gy-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-5,
.gx-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-5,
.gy-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 834px) and (min-width: 428px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 834px) and (min-width: 834px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 834px) and (min-width: 1106px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 834px) and (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 834px) and (min-width: 1920px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 834px) and (min-width: 2200px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1106px) {
  .container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    --bs-gutter-x: 3.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    --bs-gutter-x: 7rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col {
    flex: 1 0 0%;
  }
  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .g-0,
.gx-0 {
    --bs-gutter-x: 0;
  }
  .g-0,
.gy-0 {
    --bs-gutter-y: 0;
  }
  .g-1,
.gx-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-1,
.gy-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-2,
.gx-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-2,
.gy-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-3,
.gx-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-3,
.gy-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-4,
.gx-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-4,
.gy-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-5,
.gx-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-5,
.gy-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1106px) and (min-width: 428px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1106px) and (min-width: 834px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1106px) and (min-width: 1106px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1106px) and (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1106px) and (min-width: 1920px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1106px) and (min-width: 2200px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1440px) {
  .container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    --bs-gutter-x: 5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    --bs-gutter-x: 10rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col {
    flex: 1 0 0%;
  }
  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .g-0,
.gx-0 {
    --bs-gutter-x: 0;
  }
  .g-0,
.gy-0 {
    --bs-gutter-y: 0;
  }
  .g-1,
.gx-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-1,
.gy-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-2,
.gx-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-2,
.gy-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-3,
.gx-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-3,
.gy-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-4,
.gx-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-4,
.gy-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-5,
.gx-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-5,
.gy-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1440px) and (min-width: 428px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1440px) and (min-width: 834px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1440px) and (min-width: 1106px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1440px) and (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1440px) and (min-width: 1920px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1440px) and (min-width: 2200px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1920px) {
  .container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    --bs-gutter-x: 9rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    --bs-gutter-x: 18rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col {
    flex: 1 0 0%;
  }
  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .g-0,
.gx-0 {
    --bs-gutter-x: 0;
  }
  .g-0,
.gy-0 {
    --bs-gutter-y: 0;
  }
  .g-1,
.gx-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-1,
.gy-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-2,
.gx-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-2,
.gy-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-3,
.gx-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-3,
.gy-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-4,
.gx-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-4,
.gy-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-5,
.gx-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-5,
.gy-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1920px) and (min-width: 428px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1920px) and (min-width: 834px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1920px) and (min-width: 1106px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1920px) and (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1920px) and (min-width: 1920px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@media (min-width: 1920px) and (min-width: 2200px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*:not(.CybotCookiebotDialogContentWrapper, .CybotCookiebotDialogContentWrapper div, .info-banner__link-anim-arrow) {
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: #2b2a27;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.056rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (min-width: 1106px) {
  body {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.07rem;
  }
}
@media (min-width: 834px) {
  body {
    min-width: 34.5rem;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 1.7rem;
    line-height: 2.38rem;
    letter-spacing: -0.06rem;
  }
}
body.no-scroll {
  overflow: hidden;
}

.container {
  padding: 0 20px;
  max-width: 100%;
  overflow-x: clip;
}
@media (min-width: 428px) {
  .container {
    padding: 0 52px;
  }
}
@media (min-width: 428px) and (max-width: 833.98px) {
  .container.sm-full-width {
    padding: 0 20px;
  }
}
@media (min-width: 834px) {
  .container {
    padding: 0 88px;
  }
}
@media (min-width: 1106px) {
  .container {
    padding: 0 88px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0 120px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding: 0 181px;
  }
}
.container__large {
  padding: 0 20px;
  max-width: 100%;
}
@media (min-width: 428px) {
  .container__large {
    padding: 0 52px;
  }
}
@media (min-width: 428px) and (max-width: 833.98px) {
  .container__large.sm-full-width {
    padding: 0 20px;
  }
}
@media (min-width: 834px) {
  .container__large {
    padding: 0 88px;
  }
}
@media (min-width: 1106px) {
  .container__large {
    padding: 0 280px;
  }
}
@media (min-width: 1440px) {
  .container__large {
    padding: 0 340px;
  }
}
@media (min-width: 1920px) {
  .container__large {
    padding: 0 418px;
  }
}

.container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding: 0 2.2rem;
  max-width: 100%;
}

p {
  line-height: 2.2rem;
  letter-spacing: -0.056rem;
  font-size: 1.6rem;
  color: inherit;
}
@media (min-width: 834px) {
  p {
    font-size: 1.7rem;
    line-height: 2.38rem;
    letter-spacing: -0.06rem;
  }
}
p.lg {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.063rem;
}
@media (min-width: 834px) {
  p.lg {
    font-size: 2.4rem;
    letter-spacing: -0.084rem;
  }
}
@media (min-width: 1440px) {
  p.lg {
    font-size: 2.72rem;
    letter-spacing: -0.095rem;
  }
}

a {
  color: currentColor;
  text-decoration: none;
  font-size: 1.6rem;
  display: inline-block;
}
@media (min-width: 1440px) {
  a {
    font-size: 1.36rem;
  }
}
a:hover, a:focus, a:active {
  color: currentColor;
  text-decoration: none;
}
a.md {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-weight: 700;
}
@media (min-width: 1440px) {
  a.md {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
}
a.like {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.049;
}
@media (min-width: 1440px) {
  a.like {
    font-size: 1.3rem;
    letter-spacing: -0.042rem;
  }
}
a.like::before {
  font-family: "imi-critical-icons";
  content: "\e926";
  padding-right: 0.5rem;
}

h1, .h1, .quote-p {
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.126rem;
  display: block;
  color: #2b2a27;
  width: auto;
}
h1.text-reg, .text-reg.h1, .quote-p.text-reg {
  font-weight: 300;
}
@media (min-width: 834px) {
  h1, .h1, .quote-p {
    font-size: 5rem;
    letter-spacing: -0.175rem;
  }
}
@media (min-width: 1440px) {
  h1, .h1, .quote-p {
    font-size: 6.8rem;
    letter-spacing: -0.238rem;
  }
}

h2, .h2 {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.084rem;
}
@media (min-width: 834px) {
  h2, .h2 {
    font-size: 4.24rem;
    letter-spacing: -0.185rem;
  }
}
@media (min-width: 1440px) {
  h2, .h2 {
    letter-spacing: -0.148rem;
  }
}

h3, .h3 {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.1rem;
}
@media (min-width: 834px) {
  h3, .h3 {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.075rem;
  }
}
@media (min-width: 1440px) {
  h3, .h3 {
    font-size: 2.08rem;
    line-height: 2.4rem;
    letter-spacing: -0.073rem;
  }
}

h4, .h4 {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.084rem;
}
@media (min-width: 834px) {
  h4, .h4 {
    font-size: 3.4rem;
    letter-spacing: -0.119rem;
  }
}
@media (min-width: 1440px) {
  h4, .h4 {
    font-size: 4.505rem;
    letter-spacing: -0.157rem;
  }
}
h4.sm-lg, .sm-lg.h4 {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.084rem;
}
@media (min-width: 1106px) {
  h4.sm-lg, .sm-lg.h4 {
    font-size: 3.2rem;
    letter-spacing: -0.112rem;
  }
}
@media (min-width: 1440px) {
  h4.sm-lg, .sm-lg.h4 {
    font-size: 2.72rem !important;
    letter-spacing: -0.095rem !important;
  }
}
h4.md, .md.h4 {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.077rem;
}
@media (min-width: 834px) {
  h4.md, .md.h4 {
    font-size: 3rem;
    letter-spacing: -0.105rem;
  }
}
@media (min-width: 1440px) {
  h4.md, .md.h4 {
    font-size: 3.74rem;
    letter-spacing: -0.131rem;
  }
}
h4.lg, .lg.h4 {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.126rem;
}
@media (min-width: 834px) {
  h4.lg, .lg.h4 {
    font-size: 5rem;
    letter-spacing: -0.175rem;
  }
}
@media (min-width: 1440px) {
  h4.lg, .lg.h4 {
    font-size: 6.8rem;
    letter-spacing: -0.238rem;
  }
}
h4.underline, .underline.h4 {
  text-align: center;
}
h4.underline::after, .underline.h4::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #441f54;
  margin: 0 auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 834px) {
  h4.underline::after, .underline.h4::after {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    width: 6rem;
    height: 0.3rem;
  }
}
@media (min-width: 1440px) {
  h4.underline::after, .underline.h4::after {
    height: 0.5rem;
  }
}
h4.margin-bottom, .margin-bottom.h4 {
  margin-bottom: 2.4rem;
}
@media (min-width: 834px) {
  h4.margin-bottom, .margin-bottom.h4 {
    margin-bottom: 5.8rem;
  }
}

h5, .h5 {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.084rem;
}
@media (min-width: 1440px) {
  h5, .h5 {
    font-size: 2.72rem;
    letter-spacing: -0.095rem;
  }
}
h5.strong, .strong.h5 {
  font-weight: 700;
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0.032rem;
}
@media (min-width: 1440px) {
  h6, .h6 {
    font-size: 1.19rem;
    line-height: 1.53rem;
    letter-spacing: -0.024rem;
  }
}

hr {
  border-top: 0.15rem solid #e3ddd4;
  opacity: 1;
}

strong {
  font-weight: 700;
}

@media (min-width: 834px) {
  address {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.07rem;
  }
}
@media (min-width: 1440px) {
  address {
    font-size: 1.7rem;
    line-height: 2.38rem;
    letter-spacing: -0.06rem;
  }
}

input[type=radio] {
  height: auto;
  -webkit-appearance: radio;
  accent-color: #ffffff;
  display: none;
}
input[type=radio] + label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: rgba(43, 42, 39, 0.8);
}
input[type=radio] + label::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background-color: #ffffff;
  display: inline-block;
  visibility: visible;
  border: 0.1rem solid #2b2a27;
  margin-right: 2rem;
  position: relative;
}
@media (min-width: 1440px) {
  input[type=radio] + label::before {
    top: -0.1rem;
  }
}
.has-error input[type=radio] + label::before {
  border-color: #dc3545;
}
input[type=radio] + label::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  background-color: transparent;
  display: inline-block;
  visibility: visible;
  border: 0.1rem solid transparent;
  position: absolute;
  top: 0.8rem;
  left: 0.4rem;
}
input[type=radio]:checked + label {
  color: #2b2a27;
}
input[type=radio]:checked + label::after {
  background-color: #441f54;
}

input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) {
  height: auto;
  -webkit-appearance: checkbox;
  display: none;
}
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + label {
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
}
.accordion-body input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + label {
  padding-left: 3rem;
}
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + label::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid #90969A;
  background: transparent;
  display: block;
  border-radius: 0.3rem;
}
.accordion-body input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + label::before {
  border-color: #C5C5C6;
}
@media (min-width: 834px) {
  .accordion-body input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + label::before {
    top: 0.3rem;
  }
}
.has-error input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + label::before {
  border-color: #dc3545;
}
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton):checked + label {
  color: #2b2a27;
}
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton):checked + label::after {
  content: "";
  width: 1.4rem;
  height: 0.7rem;
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  border: 0.3rem solid #441f54;
  border-top: none;
  border-right: none;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-ticked input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton):checked + label::after {
  background-color: #441f54;
  border-color: #ffffff;
}
@media (min-width: 834px) {
  .accordion-body input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton):checked + label::after {
    top: 0.8rem;
  }
}

textarea {
  border: 0;
}

.weight-light {
  font-weight: 300;
}

.mt-10 {
  margin-top: 9.2rem !important;
}
@media (min-width: 1106px) {
  .mt-10 {
    margin-top: 17.2rem !important;
  }
}
@media (min-width: 1440px) {
  .mt-10 {
    margin-top: 13.76rem !important;
  }
}

.mb-10 {
  margin-bottom: 9.5rem !important;
}
@media (min-width: 1106px) {
  .mb-10 {
    margin-bottom: 17.2rem !important;
  }
}
@media (min-width: 1440px) {
  .mb-10 {
    margin-bottom: 13.76rem !important;
  }
}

.p-6 {
  padding: 6.8rem;
}

.pt-10 {
  padding-top: 9.5rem;
}
@media (min-width: 1106px) {
  .pt-10.pt-lg-6 {
    padding-top: 10rem;
  }
}
@media (min-width: 1106px) {
  .pt-10 {
    padding-top: 18.4rem;
  }
}

.pb-10 {
  padding-bottom: 9.5rem;
}
@media (min-width: 1106px) {
  .pb-10 {
    padding-bottom: 18.4rem;
  }
}

.paragraph-inner a {
  color: #1f607c;
  font-size: unset;
  text-decoration: none;
  display: inline;
}
.paragraph-inner a:hover, .paragraph-inner a:focus, .paragraph-inner a:active {
  color: #1f607c;
  text-decoration: underline;
}

.object-position__top-left {
  object-position: left top !important;
}
.object-position__top-center {
  object-position: center top !important;
}
.object-position__top-right {
  object-position: right top !important;
}
.object-position__center-left {
  object-position: left center !important;
}
.object-position__center-center {
  object-position: center center !important;
}
.object-position__center-right {
  object-position: right center !important;
}
.object-position__bottom-left {
  object-position: left bottom !important;
}
.object-position__bottom-center {
  object-position: center bottom !important;
}
.object-position__bottom-right {
  object-position: right bottom !important;
}

.object-fit__contain {
  object-fit: contain !important;
}
.object-fit__cover {
  object-fit: cover !important;
}
.object-fit__scale {
  object-fit: scale-down !important;
}
.object-fit__none {
  object-fit: none !important;
}

/* Scrollbar Styling */
.modal ::-webkit-scrollbar {
  width: 1rem;
}
.modal ::-webkit-scrollbar-track {
  background-color: #eeecea;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
.modal ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  background: #90969A;
}

#CybotCookiebotDialogPoweredbyCybot, .CookiebotWidget-main-logo {
  display: none !important;
}

#CookiebotWidget {
  display: none !important;
}
@media (min-width: 834px) {
  #CookiebotWidget {
    display: block !important;
  }
}

small, .small {
  font-size: smaller;
  line-height: normal;
}

/** Half containers / Flex cols **/
/** Probably should at some point make this into a mixin to be less code but ran out of time to do **/
[class*=flex-by], .flex-by-1 {
  display: flex;
  flex-wrap: wrap;
}
[class*=flex-by] > *, .flex-by-1 > * {
  flex-basis: 100%;
}
@media (min-width: 428px) {
  .is-split [class*=flex-by] > *, .is-split .flex-by-1 > * {
    flex-basis: 50%;
  }
  .is-split [class*=flex-by] > *:first-child img, .is-split .flex-by-1 > *:first-child img {
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
  }
  .is-split [class*=flex-by] > *:last-child img, .is-split .flex-by-1 > *:last-child img {
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
  }
}

.to-edge {
  flex-basis: calc(100% + 20px);
  margin-left: -20px;
}
@media (min-width: 428px) {
  .to-edge {
    flex-basis: calc(100% + 52px);
    margin-left: -52px;
  }
}
@media (min-width: 834px) {
  .to-edge {
    flex-basis: calc(100% + 88px);
    margin-left: -88px;
  }
}
@media (min-width: 1106px) {
  .to-edge {
    flex-basis: calc(100% + 88px);
    margin-left: -88px;
  }
}
@media (min-width: 1440px) {
  .to-edge {
    flex-basis: calc(100% + 120px);
    margin-left: -120px;
  }
}
@media (min-width: 1920px) {
  .to-edge {
    flex-basis: calc(100% + 181px);
    margin-left: -181px;
  }
}

.is-reverse {
  display: flex;
}
@media (min-width: 1106px) {
  .is-reverse {
    flex-direction: column-reverse;
  }
}
.is-reverse > *.to-edge {
  margin-left: 0;
  margin-right: -20px;
}
@media (min-width: 428px) {
  .is-reverse > *.to-edge {
    margin-right: -52px;
  }
}
@media (min-width: 834px) {
  .is-reverse > *.to-edge {
    margin-right: -88px;
  }
}
@media (min-width: 1106px) {
  .is-reverse > *.to-edge {
    margin-right: -88px;
  }
}
@media (min-width: 1440px) {
  .is-reverse > *.to-edge {
    margin-right: -120px;
  }
}
@media (min-width: 1920px) {
  .is-reverse > *.to-edge {
    margin-right: -181px;
  }
}

@media (min-width: 1106px) {
  .flex-by-2 > * {
    flex-basis: 50%;
  }
}
@media (min-width: 1106px) and (min-width: 1106px) {
  .larger-image .flex-by-2 > * {
    flex-basis: 40%;
  }
}
@media (min-width: 1106px) and (min-width: 1440px) {
  .larger-image .flex-by-2 > * {
    flex-basis: 30%;
  }
}
@media (min-width: 1106px) {
  .flex-by-2 > *.to-edge {
    flex-basis: calc(50% + 88px);
  }
}
@media (min-width: 1440px) {
  .flex-by-2 > *.to-edge {
    flex-basis: calc(50% + 120px);
  }
}
@media (min-width: 1920px) {
  .flex-by-2 > *.to-edge {
    flex-basis: calc(50% + 181px);
  }
}
@media (min-width: 1106px) {
  .larger-image .flex-by-2 > *.to-edge {
    flex-basis: calc(60% + 88px);
  }
}
@media (min-width: 1440px) {
  .larger-image .flex-by-2 > *.to-edge {
    flex-basis: calc(70% + 120px);
  }
}
@media (min-width: 1920px) {
  .larger-image .flex-by-2 > *.to-edge {
    flex-basis: calc(70% + 181px);
  }
}
@media (min-width: 1106px) {
  .flex-by-2.is-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1106px) {
  .flex-by-3 > * {
    flex-basis: 33.333333%;
  }
  .larger-image .flex-by-3 > * {
    flex-basis: 15%;
  }
}
@media (min-width: 1106px) {
  .flex-by-3 > *.to-edge {
    flex-basis: calc(33.333333% + 88px);
  }
}
@media (min-width: 1440px) {
  .flex-by-3 > *.to-edge {
    flex-basis: calc(33.333333% + 120px);
  }
}
@media (min-width: 1920px) {
  .flex-by-3 > *.to-edge {
    flex-basis: calc(33.333333% + 181px);
  }
}
@media (min-width: 1106px) {
  .larger-image .flex-by-3 > *.to-edge {
    flex-basis: calc(70% + 88px);
  }
}
@media (min-width: 1440px) {
  .larger-image .flex-by-3 > *.to-edge {
    flex-basis: calc(70% + 120px);
  }
}
@media (min-width: 1920px) {
  .larger-image .flex-by-3 > *.to-edge {
    flex-basis: calc(70% + 181px);
  }
}
@media (min-width: 1106px) {
  .flex-by-3.is-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1106px) {
  .flex-by-4 > * {
    flex-basis: 25%;
  }
  .larger-image .flex-by-4 > * {
    flex-basis: 10%;
  }
}
@media (min-width: 1106px) {
  .flex-by-4 > *.to-edge {
    flex-basis: calc(25% + 88px);
  }
}
@media (min-width: 1440px) {
  .flex-by-4 > *.to-edge {
    flex-basis: calc(25% + 120px);
  }
}
@media (min-width: 1920px) {
  .flex-by-4 > *.to-edge {
    flex-basis: calc(25% + 181px);
  }
}
@media (min-width: 1106px) {
  .larger-image .flex-by-4 > *.to-edge {
    flex-basis: calc(70% + 88px);
  }
}
@media (min-width: 1440px) {
  .larger-image .flex-by-4 > *.to-edge {
    flex-basis: calc(70% + 120px);
  }
}
@media (min-width: 1920px) {
  .larger-image .flex-by-4 > *.to-edge {
    flex-basis: calc(70% + 181px);
  }
}
@media (min-width: 1106px) {
  .flex-by-4.is-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1106px) {
  .flex-by-5 > * {
    flex-basis: 20%;
  }
  .larger-image .flex-by-5 > * {
    flex-basis: 7.5%;
  }
}
@media (min-width: 1106px) {
  .flex-by-5 > *.to-edge {
    flex-basis: calc(20% + 88px);
  }
}
@media (min-width: 1440px) {
  .flex-by-5 > *.to-edge {
    flex-basis: calc(20% + 120px);
  }
}
@media (min-width: 1920px) {
  .flex-by-5 > *.to-edge {
    flex-basis: calc(20% + 181px);
  }
}
@media (min-width: 1106px) {
  .larger-image .flex-by-5 > *.to-edge {
    flex-basis: calc(70% + 88px);
  }
}
@media (min-width: 1440px) {
  .larger-image .flex-by-5 > *.to-edge {
    flex-basis: calc(70% + 120px);
  }
}
@media (min-width: 1920px) {
  .larger-image .flex-by-5 > *.to-edge {
    flex-basis: calc(70% + 181px);
  }
}
@media (min-width: 1106px) {
  .flex-by-5.is-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1106px) {
  .flex-by-6 > * {
    flex-basis: 16.666666%;
  }
  .larger-image .flex-by-6 > * {
    flex-basis: 6%;
  }
}
@media (min-width: 1106px) {
  .flex-by-6 > *.to-edge {
    flex-basis: calc(16.666666% + 88px);
  }
}
@media (min-width: 1440px) {
  .flex-by-6 > *.to-edge {
    flex-basis: calc(16.666666% + 120px);
  }
}
@media (min-width: 1920px) {
  .flex-by-6 > *.to-edge {
    flex-basis: calc(16.666666% + 181px);
  }
}
@media (min-width: 1106px) {
  .larger-image .flex-by-6 > *.to-edge {
    flex-basis: calc(70% + 88px);
  }
}
@media (min-width: 1440px) {
  .larger-image .flex-by-6 > *.to-edge {
    flex-basis: calc(70% + 120px);
  }
}
@media (min-width: 1920px) {
  .larger-image .flex-by-6 > *.to-edge {
    flex-basis: calc(70% + 181px);
  }
}
@media (min-width: 1106px) {
  .flex-by-6.is-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1106px) {
  .flex-by-7 > * {
    flex-basis: 14.285714%;
  }
  .larger-image .flex-by-7 > * {
    flex-basis: 5%;
  }
}
@media (min-width: 1106px) {
  .flex-by-7 > *.to-edge {
    flex-basis: calc(14.2857143% + 88px);
  }
}
@media (min-width: 1440px) {
  .flex-by-7 > *.to-edge {
    flex-basis: calc(14.285714% + 120px);
  }
}
@media (min-width: 1920px) {
  .flex-by-7 > *.to-edge {
    flex-basis: calc(14.285714% + 181px);
  }
}
@media (min-width: 1106px) {
  .larger-image .flex-by-7 > *.to-edge {
    flex-basis: calc(70% + 88px);
  }
}
@media (min-width: 1440px) {
  .larger-image .flex-by-7 > *.to-edge {
    flex-basis: calc(70% + 120px);
  }
}
@media (min-width: 1920px) {
  .larger-image .flex-by-7 > *.to-edge {
    flex-basis: calc(70% + 181px);
  }
}
@media (min-width: 1106px) {
  .flex-by-7.is-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1106px) {
  .flex-by-8 > * {
    flex-basis: 12.5%;
  }
  .larger-image .flex-by-8 > * {
    flex-basis: 4.28571%;
  }
}
@media (min-width: 1106px) {
  .flex-by-8 > *.to-edge {
    flex-basis: calc(12.5% + 88px);
  }
}
@media (min-width: 1440px) {
  .flex-by-8 > *.to-edge {
    flex-basis: calc(12.5% + 120px);
  }
}
@media (min-width: 1920px) {
  .flex-by-8 > *.to-edge {
    flex-basis: calc(12.5% + 181px);
  }
}
@media (min-width: 1106px) {
  .larger-image .flex-by-8 > *.to-edge {
    flex-basis: calc(70% + 88px);
  }
}
@media (min-width: 1440px) {
  .larger-image .flex-by-8 > *.to-edge {
    flex-basis: calc(70% + 120px);
  }
}
@media (min-width: 1920px) {
  .larger-image .flex-by-8 > *.to-edge {
    flex-basis: calc(70% + 181px);
  }
}
@media (min-width: 1106px) {
  .flex-by-8.is-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1106px) {
  .flex-by-9 > * {
    flex-basis: 11.111111%;
  }
  .larger-image .flex-by-9 > * {
    flex-basis: 3.75%;
  }
}
@media (min-width: 1106px) {
  .flex-by-9 > *.to-edge {
    flex-basis: calc(11.111111% + 88px);
  }
}
@media (min-width: 1440px) {
  .flex-by-9 > *.to-edge {
    flex-basis: calc(11.111111% + 120px);
  }
}
@media (min-width: 1920px) {
  .flex-by-9 > *.to-edge {
    flex-basis: calc(11.111111% + 181px);
  }
}
@media (min-width: 1106px) {
  .larger-image .flex-by-9 > *.to-edge {
    flex-basis: calc(70% + 88px);
  }
}
@media (min-width: 1440px) {
  .larger-image .flex-by-9 > *.to-edge {
    flex-basis: calc(70% + 120px);
  }
}
@media (min-width: 1920px) {
  .larger-image .flex-by-9 > *.to-edge {
    flex-basis: calc(70% + 181px);
  }
}
@media (min-width: 1106px) {
  .flex-by-9.is-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1106px) {
  .flex-by-10 > * {
    flex-basis: 10%;
  }
  .larger-image .flex-by-10 > * {
    flex-basis: 3.3333333%;
  }
}
@media (min-width: 1106px) {
  .flex-by-10 > *.to-edge {
    flex-basis: calc(10% + 88px);
  }
}
@media (min-width: 1440px) {
  .flex-by-10 > *.to-edge {
    flex-basis: calc(10% + 120px);
  }
}
@media (min-width: 1920px) {
  .flex-by-10 > *.to-edge {
    flex-basis: calc(10% + 181px);
  }
}
@media (min-width: 1106px) {
  .larger-image .flex-by-10 > *.to-edge {
    flex-basis: calc(70% + 88px);
  }
}
@media (min-width: 1440px) {
  .larger-image .flex-by-10 > *.to-edge {
    flex-basis: calc(70% + 120px);
  }
}
@media (min-width: 1920px) {
  .larger-image .flex-by-10 > *.to-edge {
    flex-basis: calc(70% + 181px);
  }
}
@media (min-width: 1106px) {
  .flex-by-10.is-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1106px) {
  .flex-by-11 > * {
    flex-basis: 9.09090903%;
  }
  .larger-image .flex-by-11 > * {
    flex-basis: 3%;
  }
}
@media (min-width: 1106px) {
  .flex-by-11 > *.to-edge {
    flex-basis: calc(9.09090903% + 88px);
  }
}
@media (min-width: 1440px) {
  .flex-by-11 > *.to-edge {
    flex-basis: calc(9.09090903% + 120px);
  }
}
@media (min-width: 1920px) {
  .flex-by-11 > *.to-edge {
    flex-basis: calc(9.09090903% + 181px);
  }
}
@media (min-width: 1106px) {
  .larger-image .flex-by-11 > *.to-edge {
    flex-basis: calc(70% + 88px);
  }
}
@media (min-width: 1440px) {
  .larger-image .flex-by-11 > *.to-edge {
    flex-basis: calc(70% + 120px);
  }
}
@media (min-width: 1920px) {
  .larger-image .flex-by-11 > *.to-edge {
    flex-basis: calc(70% + 181px);
  }
}
@media (min-width: 1106px) {
  .flex-by-11.is-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1106px) {
  .flex-by-12 > * {
    flex-basis: 8.3333333%;
  }
  .larger-image .flex-by-12 > * {
    flex-basis: 2.72727%;
  }
}
@media (min-width: 1106px) {
  .flex-by-12 > *.to-edge {
    flex-basis: calc(8.3333333% + 88px);
  }
}
@media (min-width: 1440px) {
  .flex-by-12 > *.to-edge {
    flex-basis: calc(8.3333333% + 120px);
  }
}
@media (min-width: 1920px) {
  .flex-by-12 > *.to-edge {
    flex-basis: calc(8.3333333% + 181px);
  }
}
@media (min-width: 1106px) {
  .larger-image .flex-by-12 > *.to-edge {
    flex-basis: calc(70% + 88px);
  }
}
@media (min-width: 1440px) {
  .larger-image .flex-by-12 > *.to-edge {
    flex-basis: calc(70% + 120px);
  }
}
@media (min-width: 1920px) {
  .larger-image .flex-by-12 > *.to-edge {
    flex-basis: calc(70% + 181px);
  }
}
@media (min-width: 1106px) {
  .flex-by-12.is-reverse {
    flex-direction: row-reverse;
  }
}

.dropdown {
  position: relative;
}
.dropdown button {
  border-right: 0.15rem solid #DADADA;
  border-top: 0.15rem solid #DADADA;
  border-bottom: 0.15rem solid #DADADA;
  border-left: 0.15rem solid #DADADA;
}
.dropdown:first-of-type button {
  border-top-left-radius: 0.5rem;
  -moz-border-top-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  -moz-border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
}
.dropdown:last-of-type button {
  border-top-right-radius: 0.5rem;
  -moz-border-top-right-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  -moz-border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
}
.dropdown:last-of-type .dropdown__list {
  right: 0;
}
.dropdown__select {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.056rem;
  white-space: normal;
  border: 0;
  padding: 0;
  position: relative;
}
.dropdown__select::after {
  content: "\e902";
  font-family: "imi-critical-icons";
  font-size: 1.5rem;
  position: absolute;
  right: 2.3rem;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  border: 0;
  transition: transform 0.2s linear;
  backface-visibility: hidden;
}
@media (min-width: 1440px) {
  .dropdown__select::after {
    font-size: 1.2rem;
  }
}
@media (min-width: 1440px) {
  .dropdown__select {
    font-size: 1.7rem;
    line-height: 2.38rem;
    letter-spacing: -0.06rem;
  }
}
.is-open .dropdown__select {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1607843137);
}
.is-open .dropdown__select::after {
  transform: translateY(-50%) rotate(90deg);
}
.dropdown__list {
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: calc(100% - 0.4rem);
  left: 0;
  right: 0;
  overflow: hidden;
  border-bottom: 0.15rem solid #DADADA;
  border-left: 0.15rem solid #DADADA;
  border-right: 0.15rem solid #DADADA;
  border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
  transition: all 0.2s linear;
  overflow: visible;
  margin-top: 0.2rem;
  z-index: 1;
  transition: all 0.2s linear;
}
.dropdown__list::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 0;
  right: 0;
  background: white;
  height: 0.4rem;
}
.dropdown__list--container {
  padding-bottom: 1rem;
  max-height: 20rem;
  overflow-y: auto;
}
.is-open .dropdown__list {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1607843137);
  z-index: 2;
}
.filter__option .dropdown__list {
  right: -0.2rem;
}
.dropdown__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 300;
  opacity: 0;
  transition: all 0.2s linear 0.21s;
  padding: 0.5rem 2rem;
}
.filter__option .dropdown__item {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: -0.056rem;
  padding: 0.3rem 2rem;
}
@media (min-width: 1440px) {
  .filter__option .dropdown__item {
    font-size: 1.36rem;
    line-height: 2.24rem;
    letter-spacing: -0.045rem;
  }
}
.dropdown__item:hover {
  color: #2b2a27;
}
.dropdown__item.is-selected {
  font-weight: 700;
  color: #2b2a27;
  position: relative;
}
.dropdown__item.is-selected::after {
  color: #441f54;
  font-family: "imi-critical-icons";
  font-size: 1.2rem;
  font-weight: bold;
  content: "\e929";
}
@media (min-width: 1440px) {
  .dropdown__item.is-selected::after {
    font-size: 0.96rem;
  }
}
.is-open .dropdown__item {
  opacity: 1;
}

.is-open button {
  border-bottom: 0;
}
.is-open:last-of-type button {
  border-right: 0.15rem solid #DADADA;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}

.form .row {
  margin: 0;
}
.form .row > .col, .form .row > [class^=col-] {
  padding: 0;
}
.form a {
  text-decoration: underline;
  color: rgba(43, 42, 39, 0.8);
}
.form a:hover {
  color: #2b2a27;
}
.form__item {
  margin-top: 2rem;
}
@media (min-width: 1106px) {
  .form__item {
    margin-top: 3.2rem;
  }
  .form__item + .form__item, .form__item + .row .form__item, .form__item + .row + .form__item {
    margin-top: 1.8rem;
  }
}
.form__radios {
  border: 0.15rem solid #DADADA;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.form__radios--item {
  cursor: pointer;
  padding: 0;
}
.contact__enquirytype .form__radios--item {
  margin-bottom: 0;
}
.contact__enquirytype .form__radios--item:hover {
  background-color: #FAFAFA;
}
.form__radios--label {
  cursor: pointer;
  padding: 1.6rem 1.5rem;
}
@media (min-width: 1106px) {
  .form__radios--label {
    padding: 1.8rem 1.5rem;
  }
}
.form__radios .form__radios--input {
  margin: 0;
  float: none;
}
.form__radios .form__radios--input + .form__radios--label {
  flex-grow: 1;
}
.form__radios .form__radios--input + .form__radios--label::after {
  top: 2.1rem;
  left: 1.9rem;
}
@media (min-width: 1106px) {
  .form__radios .form__radios--input + .form__radios--label::after {
    top: 2.6rem;
  }
}
@media (min-width: 1440px) {
  .form__radios .form__radios--input + .form__radios--label::after {
    top: 2.29rem;
  }
}
.form__checkboxes--item {
  margin-bottom: 1.3rem;
  padding-left: 0;
}
.form__checkboxes--label {
  cursor: pointer;
  vertical-align: middle;
  color: rgba(43, 42, 39, 0.8);
}
.form__checkboxes--label:not(.accordion-body .form__checkboxes--label) {
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -0.007rem;
}
@media (min-width: 834px) {
  .form__checkboxes--label:not(.accordion-body .form__checkboxes--label) {
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: -0.008rem;
  }
}
@media (min-width: 1440px) {
  .form__checkboxes--label:not(.accordion-body .form__checkboxes--label) {
    font-size: 1.36rem;
    line-height: 2rem;
    letter-spacing: -0.006rem;
  }
}
.form__checkboxes--label:hover {
  color: #2b2a27;
}
.form__checkboxes--label > a {
  font-size: inherit;
  text-decoration: underline;
  color: rgba(43, 42, 39, 0.8);
}
.form__checkboxes--label > a:hover {
  color: #2b2a27;
}
.form__checkboxes--input {
  cursor: pointer;
}
.form__checkboxes--input:hover + .form__checkboxes--label {
  color: #2b2a27;
}
.form__input {
  flex-grow: 1;
}
.form__select {
  position: relative;
}
.form__select button {
  padding: 1.5rem 2rem;
  border: 0.15rem solid #DADADA;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  height: 5.5rem;
  position: relative;
  font-weight: 300;
  color: #90969A;
  width: 100%;
  background-color: #ffffff;
}
@media (min-width: 1106px) {
  .form__select button {
    height: 6.5rem;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.07rem;
  }
}
@media (min-width: 1440px) {
  .form__select button {
    font-size: 1.7rem;
    line-height: 2.38rem;
    letter-spacing: -0.06rem;
  }
}
.form__select button::after {
  font-weight: bold;
  font-size: 1.1rem;
  right: 2rem;
}
.form__select.has-changed button {
  color: #2b2a27;
}
.form__select.has-changed button, .form__select.has-changed .dropdown__list {
  border-color: #441f54;
}
.form__select.has-newval button {
  color: #2b2a27;
}
.form__select.has-error button, .form__select.has-error .dropdown__list {
  border-color: #dc3545;
}
.form__select .is-open button, .form__select .is-open .dropdown__list {
  border-color: #441f54;
}
.form__datepicker {
  width: 100%;
}
.form__datepicker + i {
  cursor: pointer;
}
.form__recaptcha {
  transform: scale(0.7);
  transform-origin: left;
}
@media (min-width: 834px) {
  .form__recaptcha {
    transform: scale(1);
  }
}
.form__toggler {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 834px) {
  .form__toggler {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1106px) {
  .form__toggler {
    flex-direction: row;
  }
}
.form__toggler--text {
  flex-basis: 90%;
  padding-right: 5rem;
}
@media (min-width: 834px) {
  .form__toggler--text {
    flex-basis: 100%;
    padding-right: 0;
  }
}
@media (min-width: 1106px) {
  .form__toggler--text {
    flex-basis: 90%;
    padding-right: 5rem;
  }
}
@media (min-width: 834px) {
  .form__toggler--text p {
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: -0.008rem;
  }
}
@media (min-width: 1106px) {
  .form__toggler--text p {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.07rem;
  }
}
@media (min-width: 1440px) {
  .form__toggler--text p {
    font-size: 1.6rem;
    line-height: 2.24rem;
    letter-spacing: -0.056rem;
  }
}
.form__toggler--btn {
  background-color: #DADADA;
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  height: 2.4rem;
  width: 6.8rem;
  border-radius: 1.2rem;
}
@media (min-width: 834px) {
  .form__toggler--btn {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1106px) {
  .form__toggler--btn {
    margin-bottom: 0;
  }
}
.form__toggler--btn:focus, .form__toggler--btn:focus.active, .form__toggler--btn.focus, .form__toggler--btn.focus.active {
  outline: none;
}
.form__toggler--btn::before, .form__toggler--btn::after {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: -0.006rem;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  top: 0.4rem;
  transition: opacity 0.25s linear;
}
@media (min-width: 1440px) {
  .form__toggler--btn::before, .form__toggler--btn::after {
    font-size: 0.96rem;
    line-height: 1.8rem;
    letter-spacing: -0.005rem;
  }
}
.form__toggler--btn::before {
  content: "Off";
  right: 0;
  margin-right: 1.2rem;
}
.form__toggler--btn::after {
  content: "On";
  left: 0;
  opacity: 0;
  margin-left: 1.2rem;
}
.form__toggler--btn > .handle {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  background: #ffffff;
  transition: left 0.25s linear;
}
.form__toggler--btn.active {
  background-color: #441f54;
  transition: background-color 0.25s linear;
}
.form__toggler--btn.active > .handle {
  left: calc(100% - 1.8rem - 0.3rem);
  transition: left 0.25s linear;
}
.form__toggler--btn.active::before {
  opacity: 0;
}
.form__toggler--btn.active::after {
  opacity: 1;
}
.form__wrapper {
  font-weight: 700;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  position: relative;
}
.form__wrapper:not(.is-encrypted) {
  font-weight: 300;
  border: 0.15rem solid #DADADA;
  padding: 2rem;
  height: 5.5rem;
}
@media (min-width: 1106px) {
  .form__wrapper:not(.is-encrypted) {
    height: 6.5rem;
  }
}
.form__select .form__wrapper {
  padding: 1.5rem 2rem;
}
.form__textarea .form__wrapper {
  height: auto;
}
.form__wrapper i {
  font-size: 1.9rem;
}
@media (min-width: 1440px) {
  .form__wrapper i {
    font-size: 1.6rem;
    position: relative;
    top: -0.2rem;
  }
}
.form__wrapper input, .form__wrapper textarea {
  border: 0;
}
.form__wrapper input::-webkit-input-placeholder, .form__wrapper textarea::-webkit-input-placeholder {
  color: #90969A !important;
  font-weight: 300;
}
.form__wrapper input::-moz-placeholder, .form__wrapper textarea::-moz-placeholder {
  color: #90969A !important;
  font-weight: 300;
}
.form__wrapper input:-moz-placeholder, .form__wrapper textarea:-moz-placeholder {
  color: #90969A !important;
  font-weight: 300;
}
.form__wrapper input:-ms-input-placeholder, .form__wrapper textarea:-ms-input-placeholder {
  color: #90969A !important;
  font-weight: 300;
}
.form__wrapper input:-moz-placeholder, .form__wrapper textarea:-moz-placeholder {
  color: #90969A !important;
  font-weight: 300;
}
.is-focus .form__wrapper, .has-changed .form__wrapper {
  border-color: #441f54;
}
.is-focus .form__wrapper i, .has-changed .form__wrapper i {
  color: #441f54;
}
.is-focus .form__wrapper input::-webkit-input-placeholder, .is-focus .form__wrapper textarea::-webkit-input-placeholder, .has-changed .form__wrapper input::-webkit-input-placeholder, .has-changed .form__wrapper textarea::-webkit-input-placeholder {
  opacity: 0 !important;
  visibility: hidden !important;
}
.is-focus .form__wrapper input::-moz-placeholder, .is-focus .form__wrapper textarea::-moz-placeholder, .has-changed .form__wrapper input::-moz-placeholder, .has-changed .form__wrapper textarea::-moz-placeholder {
  opacity: 0 !important;
  visibility: hidden !important;
}
.is-focus .form__wrapper input:-moz-placeholder, .is-focus .form__wrapper textarea:-moz-placeholder, .has-changed .form__wrapper input:-moz-placeholder, .has-changed .form__wrapper textarea:-moz-placeholder {
  opacity: 0 !important;
  visibility: hidden !important;
}
.is-focus .form__wrapper input:-ms-input-placeholder, .is-focus .form__wrapper textarea:-ms-input-placeholder, .has-changed .form__wrapper input:-ms-input-placeholder, .has-changed .form__wrapper textarea:-ms-input-placeholder {
  opacity: 0 !important;
  visibility: hidden !important;
}
.is-focus .form__wrapper input:-moz-placeholder, .is-focus .form__wrapper textarea:-moz-placeholder, .has-changed .form__wrapper input:-moz-placeholder, .has-changed .form__wrapper textarea:-moz-placeholder {
  opacity: 0 !important;
  visibility: hidden !important;
}
.has-error .form__wrapper {
  border-color: #dc3545;
}
.has-error .form__wrapper i {
  color: #dc3545;
}
.form__error {
  display: none;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: -0.007rem;
  color: #dc3545;
  margin-top: 1.4rem;
}
@media (min-width: 1440px) {
  .form__error {
    font-size: 1.26rem;
    line-height: 1.62rem;
    letter-spacing: -0.044rem;
  }
}
.has-error .form__error {
  display: block;
}
.form__required-text {
  color: rgba(43, 42, 39, 0.8);
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: -0.007rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .form__required-text {
    font-size: 1.36rem;
    line-height: 1.68rem;
    letter-spacing: -0.006rem;
  }
}
.form__lightbox {
  margin-top: 3rem;
}
@media (min-width: 834px) {
  .form__lightbox {
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    padding: 2rem;
    border: 0.15rem solid #DADADA;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    width: 50%;
    max-width: 100%;
  }
}
@media (min-width: 1106px) {
  .form__lightbox {
    min-width: 68.9rem;
  }
}
.form__lightbox .form-check {
  display: inline-block;
}
.form__lightbox .form__radios--label {
  padding: 1.4rem 0;
}
.form__lightbox .form__radios .form__radios--input + .form__radios--label::after {
  top: 1.9rem;
  left: 0.4rem;
}
@media (min-width: 1106px) {
  .form__lightbox .form__radios .form__radios--input + .form__radios--label::after {
    top: 2.2rem;
  }
}
@media (min-width: 1440px) {
  .form__lightbox .form__radios .form__radios--input + .form__radios--label::after {
    top: 1.93rem;
  }
}
.form__lightbox .btn {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8rem;
  letter-spacing: -0.07rem;
  color: #2b2a27;
  padding: 1.15rem 2rem;
  text-decoration: none;
  min-width: 17.3rem;
  background-color: #eeecea;
}
@media (min-width: 1440px) {
  .form__lightbox .btn {
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: -0.056rem;
  }
}
.form__lightbox .btn:hover, .form__lightbox .btn:active:not(.btn-check), .form__lightbox .btn:focus {
  color: #2b2a27;
  background-color: #eeecea;
  border-color: transparent;
}
.form__lightbox .btn .arrow {
  background: #441f54;
}
.form__lightbox .btn-blue {
  background-color: #441f54;
  color: #ffffff;
}
.form__lightbox .btn-blue:hover, .form__lightbox .btn-blue:active:not(.btn-check), .form__lightbox .btn-blue:focus {
  background-color: #441f54;
  color: #ffffff;
}
.form__lightbox .btn-blue .arrow {
  background: #ffffff;
}
.form__lightbox .btn + .btn {
  margin-top: 1rem;
}
@media (min-width: 834px) {
  .form__lightbox .btn + .btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.dropdown > button:focus ~ .dropdown-menu {
  display: block;
}

.g-recaptcha {
  transform: scale(0.93);
  transform-origin: top left;
}
@media (min-width: 834px) {
  .g-recaptcha {
    transform: scale(0.6);
  }
}
@media (min-width: 1106px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

.form-check i, .form__range i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0.9rem;
  background-color: rgba(43, 42, 39, 0.8);
  color: #ffffff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: 0.8rem;
  cursor: pointer;
}
.datepicker {
  width: 21.2rem;
}
.datepicker span, .datepicker-controls {
  font-size: 1.4rem;
}
.datepicker span.dow, .datepicker-controls.dow {
  font-size: 1.2rem;
}
.datepicker-view {
  width: 100%;
}
.datepicker-cell {
  height: 2.9rem;
}
.datepicker-cell.today, .datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: #441f54;
}
.datepicker-cell.today:not(.selected), .datepicker-cell.today.focused:not(.selected), .datepicker-cell.selected:not(.selected), .datepicker-cell.selected.focused:not(.selected), .datepicker-cell.selected:hover:not(.selected), .datepicker-cell.selected:hover.focused:not(.selected) {
  background-color: #6a3082;
}

.filter__bar {
  color: rgba(43, 42, 39, 0.8);
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.007rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 834px) {
  .filter__bar {
    margin-bottom: 4.8rem;
  }
}
@media (min-width: 1440px) {
  .filter__bar {
    font-size: 1.6rem;
    line-height: 2.24rem;
    letter-spacing: -0.006rem;
  }
}
.filter__bar button {
  color: currentColor;
  width: auto;
  flex: auto;
  background-color: #ffffff;
  padding: 1.5rem 2rem;
}
@media (min-width: 1106px) {
  .filter__bar button {
    min-width: 30.5rem;
  }
}
@media (min-width: 834px) {
  .filter__bar button {
    flex-basis: auto;
  }
}
.filter__row {
  width: 100%;
}
@media (min-width: 1106px) {
  .filter__row {
    width: auto;
  }
}
.filter__option {
  flex-basis: 100%;
  flex-basis: 50%;
}
@media (min-width: 834px) {
  .filter__option {
    flex-basis: content;
    max-width: 50%;
  }
}
.filter__option:first-of-type .dropdown__select {
  border-right: 0;
}
.filter__option--full-width {
  max-width: 100%;
}
.filter__option--full-width .dropdown__select {
  border-right: 0.15rem solid #DADADA !important;
}
.filter__counter {
  font-weight: 300;
  background-color: #441f54;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: -0.042rem;
  border-radius: 2.2rem;
  -moz-border-radius: 2.2rem;
  -webkit-border-radius: 2.2rem;
  margin: 0 0.5rem;
  color: #ffffff;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0;
}
@media (min-width: 834px) {
  .filter__counter {
    padding: 0.2rem 3rem 0.1rem;
    margin: 0 0.8rem;
    width: auto;
    height: 1.8rem;
  }
}
@media (min-width: 1440px) {
  .filter__counter {
    font-size: 1.02rem;
    line-height: 1.28rem;
    letter-spacing: -0.034rem;
  }
}
.filter__count {
  padding-top: 0.1rem;
  position: relative;
  left: -0.05rem;
}
@media (min-width: 834px) {
  .filter__count {
    padding-top: 0;
    left: 0;
  }
}
.filter__selected {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: -0.049rem;
}
@media (min-width: 1440px) {
  .filter__selected {
    font-size: 1.19rem;
    line-height: 1.28rem;
    letter-spacing: -0.039rem;
  }
}
.filter__results {
  text-align: center;
  margin-bottom: 2.6rem;
}
.filter__choices--container, .filter__choices--row {
  height: 100%;
}
.filter__choices--container .modal__close, .filter__choices--row .modal__close {
  font-size: 2rem;
  position: absolute;
  right: 2rem;
  top: 4rem;
}
@media (orientation:landscape) {
  .filter__choices--container .modal__close, .filter__choices--row .modal__close {
    top: 3.3rem;
  }
}
@media (min-width: 834px) {
  .filter__choices--container .modal__close, .filter__choices--row .modal__close {
    right: 4rem;
  }
}
@media (min-width: 834px) and (orientation:landscape) {
  .filter__choices--container .modal__close, .filter__choices--row .modal__close {
    top: 4rem;
  }
}
@media (min-width: 1440px) {
  .filter__choices--container .modal__close, .filter__choices--row .modal__close {
    font-size: 1.6rem;
  }
}
.filter__choices--row {
  margin: 0;
}
.filter__choices--row * {
  flex-shrink: 0;
}
.filter__choices--col {
  background-color: #FAFAFA;
  max-height: calc(100vh - 9.5rem);
  margin-top: 9.5rem;
  padding: 9.2rem 2rem 3.8rem;
}
@media (orientation:landscape) {
  .filter__choices--col {
    padding: 3.2rem 2rem 3.8rem;
  }
}
@media (min-width: 834px) {
  .filter__choices--col {
    max-height: calc(100vh - 11rem);
    margin-top: 11rem;
    padding: 9.2rem 4rem 3.8rem;
  }
}
@media (min-width: 834px) and (orientation:landscape) {
  .filter__choices--col {
    padding: 9.2rem 2rem 3.8rem;
  }
}
@media (min-width: 1440px) {
  .filter__choices--col {
    max-height: calc(100vh - 12rem);
    margin-top: 12rem;
    padding: 9.2rem 4rem 6.2rem 16.9rem;
  }
}
@media (min-width: 1440px) {
  .filter__choices--col a:not(.btn):not(.filter__choices--showmore) {
    font-size: 1.6rem;
  }
}
.filter__choices--body {
  padding-bottom: 0.5rem;
}
.filter__choices--item {
  border: 0.15rem solid #DADADA;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  background-color: transparent;
  margin-bottom: 2.2rem;
}
.filter__choices--item:not(:first-of-type) {
  border-top: 0.15rem solid #DADADA;
}
.filter__choices--item:last-of-type {
  margin-bottom: 0;
}
.filter__choices--tags {
  margin-top: 2.2rem;
  max-height: calc(100% - 1rem);
}
.filter__choices--list {
  max-height: calc(var(--vh, 1vh) * 100 - 34rem);
  overflow-y: auto;
  padding-right: 2rem;
}
@media (orientation:landscape) {
  .filter__choices--list {
    max-height: calc(var(--vh, 1vh) * 100 - 26rem);
  }
}
@media (min-width: 834px) {
  .filter__choices--list {
    max-height: calc(var(--vh, 1vh) * 100 - 35rem);
    padding-right: 7rem;
  }
}
@media (min-width: 834px) and (orientation:landscape) {
  .filter__choices--list {
    max-height: calc(var(--vh, 1vh) * 100 - 35rem);
  }
}
@media (min-width: 1106px) {
  .filter__choices--list {
    max-height: calc(var(--vh, 1vh) * 100 - 43rem);
  }
}
@media (min-width: 1440px) {
  .filter__choices--list {
    max-height: calc(var(--vh, 1vh) * 100 - 44rem);
  }
}
.filter__choices--title {
  margin-bottom: 2.2rem;
  margin-right: 3rem;
}
@media (orientation:landscape) {
  .filter__choices--title {
    margin-bottom: 0.2rem;
  }
}
@media (min-width: 834px) and (orientation:landscape) {
  .filter__choices--title {
    margin-bottom: 2.2rem;
  }
}
@media (min-width: 834px) {
  .filter__choices--title {
    margin-right: 8rem;
  }
}
.filter__choices--showmore {
  color: #441f54;
  margin: 1rem 0 2rem;
}
.filter__choices--showmore:hover {
  color: #441f54;
}
.filter__choices--closebtn.btn-cc-xl {
  width: calc(100% - 3rem);
}
@media (min-width: 834px) {
  .filter__choices--closebtn.btn-cc-xl {
    width: calc(100% - 8rem);
  }
}
@media (max-width: 1105.98px) {
  .filter__choices--closebtn.btn-cc-xl {
    margin-top: 1rem;
  }
}
@media (max-width: 833.98px) {
  .filter__choices--closebtn.btn-cc-xl {
    margin-top: 4rem;
  }
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  outline: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.07rem;
}
.accordion-button::after {
  display: none;
}
@media (min-width: 1440px) {
  .accordion-button {
    font-size: 1.6rem;
    line-height: 2.24rem;
    letter-spacing: -0.056rem;
  }
}
.accordion__toggle--icon {
  display: block;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  transition: all 0.3s ease-in-out;
}
.accordion__toggle--icon::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #2b2a27;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
}
.accordion__toggle--icon::after {
  content: "";
  width: 0.2rem;
  height: 100%;
  background: #2b2a27;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.accordion__toggle--icon-open {
  transform: rotate(45deg);
}
.accordion__toggle--icon-open::before {
  opacity: 0;
}
.accordion__toggle--icon-open::after {
  transform: rotate(45deg);
}

.modal:not(.not-sidepanel) {
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.modal:not(.not-sidepanel).in {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.modal-header i {
  cursor: pointer;
}
.modal-body {
  padding: 1rem 0 5rem;
}
.modal-backdrop {
  z-index: 20000;
  background-color: rgba(87, 87, 87, 0.5);
  backdrop-filter: blur(0.3rem);
  -webkit-backdrop-filter: blur(0.3rem);
}

.not-sidepanel {
  z-index: 20001;
}

.grid-item .grid__no-overlay {
  background: transparent;
}
.grid__icon {
  display: block;
  font-size: 15rem;
  opacity: 0.25;
  position: relative;
  top: 3rem;
  z-index: 0;
  transform: translateX(-7rem);
}
@media (min-width: 1440px) {
  .grid__icon {
    font-size: 24.252rem;
    top: 4rem;
    transform: translateX(-15rem);
  }
}
@media (min-width: 1920px) {
  .grid__icon {
    top: 5.5rem;
  }
}
.bg-blue .grid__icon {
  color: #ffffff;
}

.button {
  background: none;
  box-shadow: none;
  border: none;
  color: rgba(43, 42, 39, 0.8);
}
.button__lg {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.084rem;
  padding: 1.25rem 0;
}
@media (min-width: 1106px) {
  .button__lg {
    font-size: 5.3rem;
    letter-spacing: -0.185rem;
    padding: 2rem 0;
  }
}
@media (min-width: 1440px) {
  .button__lg {
    font-size: 4.505rem;
    letter-spacing: -0.157rem;
  }
}
.button__lg--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button__lg--arrow:hover i:after {
  width: 17.181rem;
}
.button__lg i {
  transform: scale(0.5);
  transform-origin: left;
  font-size: 3.9rem;
  margin-left: 5.9rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  min-width: 17.8rem;
  justify-content: flex-end;
}
@media (min-width: 834px) {
  .button__lg i {
    transform: scale(1);
  }
}
@media (min-width: 1440px) {
  .button__lg i {
    font-size: 3.12rem;
  }
}
.button__lg i:before {
  margin-left: -1.5rem;
  transform: scale(-1);
}
.button__lg i:after {
  content: "";
  width: 4rem;
  height: 0.5rem;
  background: currentColor;
  transition: 0.25s width linear;
}
.button__md {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.112rem;
  font-weight: 700;
  padding: 1.7rem 3rem;
}
@media (min-width: 1440px) {
  .button__md {
    font-size: 2.56rem;
    letter-spacing: -0.09rem;
  }
}
.button--mb {
  font-size: 2.1rem;
}
@media (min-width: 1440px) {
  .button--mb {
    font-size: 1.68rem;
  }
}
.button--dskt {
  font-size: 1.9rem;
}
@media (min-width: 1440px) {
  .button--dskt {
    font-size: 1.71rem;
  }
}
.button__text {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .button__text {
    font-size: 0.72rem;
  }
}
.button__icon-anim {
  transition: all 0.25s ease-in;
}
.button__icon-anim.active, .button__icon-anim:hover {
  top: 0.6rem;
}
.button__icon-anim.active .button__text, .button__icon-anim:hover .button__text {
  opacity: 1;
}
.button__icon-anim:hover {
  color: #2b2a27;
}
.button__icon-anim.active {
  color: #441f54;
}
.button__icon-anim .button__text {
  transition: all 0.25s ease-in;
  opacity: 0;
}
a.fancy:hover {
  color: #2b2a27 !important;
  text-decoration: underline;
}
a.fancy:active {
  color: #441f54 !important;
  text-decoration: underline;
}
@media (min-width: 1106px) {
  a.fancy {
    position: relative;
    display: flex;
    align-items: center;
  }
  a.fancy::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0.2rem;
    background-color: #441f54;
    left: -3.5rem;
    transition: all 0.25s ease-in;
  }
  a.fancy:hover {
    color: #2b2a27 !important;
  }
  a.fancy:active {
    font-weight: 700;
    color: #441f54 !important;
  }
  a.fancy:hover, a.fancy:active {
    text-decoration: none;
  }
  a.fancy:hover::before, a.fancy:active::before {
    background-color: #441f54;
    width: 2.5rem;
  }
}
a.arrow-down {
  position: relative;
  height: 2.725rem;
  width: 0.3rem;
  background: currentColor;
}
a.arrow-down::before {
  font-family: "imi-critical-icons";
  font-size: 1.7rem;
  content: "\e906";
  position: absolute;
  bottom: -37%;
  left: -100%;
  transform: rotate(90deg);
}
@media (min-width: 1440px) {
  a.arrow-down::before {
    font-size: 1.36rem;
  }
}
a.arrow-down:hover {
  height: 4.609rem;
}

.link {
  font-weight: 700;
  line-height: 1.8rem;
  letter-spacing: 0.032rem;
  margin-top: 3rem;
}
.link.pos-bottom {
  bottom: 4rem;
}
@media (min-width: 1440px) {
  .link.pos-bottom {
    bottom: 3rem;
  }
}
@media (min-width: 1440px) {
  .link {
    letter-spacing: 0.027rem;
  }
}
.link.with-arrow {
  display: flex;
  align-items: center;
}
.link.with-arrow::after {
  font-family: "imi-critical-icons";
  content: "\e903";
  margin-left: 2.8rem;
  height: 0.3rem;
  width: 50px;
  padding-left: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hide {
  display: none;
}
@media (min-width: 1440px) {
  .hide {
    display: block;
  }
}

.link-anim {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  transform: scale(0.79);
  transform-origin: top left;
  text-align: left;
}
.link-anim.button__lg {
  padding: 2rem;
  transform: scale(0.7);
}
@media (min-width: 834px) {
  .link-anim.button__lg {
    transform: scale(0.85);
  }
}
@media (min-width: 1106px) {
  .link-anim.button__lg {
    transform: scale(1);
  }
}
.link-anim.button__md {
  transform: scale(0.6);
  padding: 2rem 2.5rem;
}
@media (min-width: 1440px) {
  .link-anim.button__md {
    transform: scale(1);
  }
}
@media (min-width: 834px) {
  .link-anim {
    transform: scale(1);
  }
}
.link-anim__arrow {
  display: flex;
  align-items: center;
  height: 0.1rem;
  min-width: 5rem;
  margin-left: 2.1rem;
  position: relative;
  top: 0.1rem;
}
@media (min-width: 1440px) {
  .link-anim__arrow {
    transform: scale(0.85);
    transform-origin: left;
    top: 0;
  }
}
.button__lg .link-anim__arrow {
  top: 0;
  transform: scale(1.6);
  transform-origin: top left;
  min-width: 5.5rem;
}
.button__md .link-anim__arrow {
  top: 0;
  transform: scale(1.5);
  transform-origin: top left;
  min-width: 8rem;
}
@media (min-width: 1106px) {
  .button__md .link-anim__arrow {
    min-width: 6rem;
    margin-left: 1.5rem;
    transform: scale(1.15);
  }
}
.link-anim__arrow--line {
  position: relative;
  top: -0.1rem;
  width: 1.5rem;
  border: 0.1rem solid currentColor;
  transition: all 0.25s ease-in;
  transform-origin: left;
}
.link-anim:hover .link-anim__arrow--line {
  width: 5rem;
}
.button__lg:hover .link-anim__arrow--line {
  width: 3rem;
}
.link-anim__arrow--head {
  position: relative;
  top: -0.1rem;
  left: -0.1rem;
}
.link-anim__arrow--head::before, .link-anim__arrow--head::after {
  content: "";
  position: absolute;
  right: -0.3rem;
  border: 0.1rem solid currentColor;
  background-color: currentColor;
  width: 0.85rem;
}
.link-anim__arrow--head::before {
  transform: rotate(-45deg);
  top: 0.2rem;
}
.link-anim__arrow--head::after {
  transform: rotate(45deg);
  top: -0.35rem;
}

.social-link {
  font-size: 1.527rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  width: 4.4rem;
  border-radius: 50%;
  margin-right: 1.5rem;
  background: #441f54;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .social-link {
    font-size: 1.22rem;
  }
}
.social-link:hover {
  background-color: #3b1c4a;
  color: #ffffff;
}

.link-underline {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.07rem;
  color: rgba(43, 42, 39, 0.8);
}
@media (min-width: 1440px) {
  .link-underline {
    font-size: 1.6rem;
    line-height: 2.24rem;
    letter-spacing: -0.056rem;
  }
}
.link-underline:hover, .link-underline:active {
  text-decoration: underline;
  color: #212529;
}

.with-line {
  position: relative;
}
.with-line::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  background-color: currentColor;
  margin-left: -3.6rem;
  top: calc(50% - 0.2rem);
}
@media (min-width: 834px) {
  .with-line::before {
    width: 3.4rem;
    height: 0.3rem;
    left: -1.8rem;
    top: calc(50% - 0.4rem);
  }
}
@media (min-width: 1106px) {
  .with-line::before {
    width: 4.9rem;
    height: 0.3rem;
    left: -3.5rem;
    top: calc(50% - 0.4rem);
  }
}
@media (min-width: 1440px) {
  .with-line::before {
    width: 5.9rem;
    height: 0.5rem;
    left: -4.5rem;
    top: 42%;
  }
}
.with-line__blue {
  display: inline-block;
}
.with-line__blue::before {
  top: 1rem;
  background-color: #441f54;
}
@media (min-width: 834px) {
  .with-line__blue::before {
    top: 2rem;
  }
}
@media (min-width: 1440px) {
  .with-line__blue::before {
    top: 2rem;
  }
}

.text-lite {
  font-weight: 100;
}

.text-bold {
  font-weight: 700;
}

.text-med {
  font-weight: 500;
}

.text-reg {
  font-weight: 300;
}

@media (min-width: 1106px) {
  .left-half {
    margin-left: unset;
  }
}

.right-half {
  margin-left: -52px;
}
@media (min-width: 834px) {
  .right-half {
    margin-left: -88px;
  }
}
@media (min-width: 1106px) {
  .right-half {
    margin-left: unset;
  }
}

@media (min-width: 1106px) {
  .half-contained {
    max-width: 50%;
    width: 50%;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .offset {
    margin-left: 5rem;
  }
}

.card {
  border: none;
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
  background: transparent;
  overflow: hidden;
}
.card__right {
  border-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.card__left {
  border-radius: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.card__content h4, .card__content .h4 {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.084rem;
}
@media (min-width: 1440px) {
  .card__content h4, .card__content .h4 {
    font-size: 2.56rem;
    letter-spacing: -9rem;
  }
}
.card__overlay--no-bg {
  background: transparent !important;
}
.card-img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-img-overlay {
  background: linear-gradient(0deg, rgba(6, 6, 6, 0.75) 0%, rgba(255, 255, 255, 0) 50%);
  padding: 3.7rem;
}
.card-img-overlay.hor-gr {
  background: linear-gradient(0deg, rgba(6, 6, 6, 0.75) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 55%);
}
.card-img-overlay--no-bg {
  background: transparent;
}
.card-header, .card-body, .card-footer {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.card-header {
  padding-bottom: 2rem;
}
@media (min-width: 1440px) {
  .card-header {
    padding-bottom: 4.1rem;
  }
}
.card__tag {
  padding-top: 2.6rem;
}
.card__feed {
  padding-top: 2.1rem;
  height: unset;
}
@media (min-width: 1440px) {
  .card__feed {
    width: calc(23.233% - 2.8rem);
  }
}
.card__feed img {
  min-height: 41.8rem;
  object-fit: cover;
  object-position: center center;
}
.card__feed--v2 {
  padding-top: 0;
  width: calc(25% - 1.65rem);
}
.card__feed--v2 img {
  min-height: 21.8rem !important;
  height: 21.8rem !important;
}
.card__feed--v2 .card-body, .card__feed--v2 .card-footer {
  padding: 0 2rem 2rem 2rem;
}

.indicator {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  font-weight: 700;
  color: #90969A;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.056rem;
  padding: 0;
  margin: 0 0.5rem;
  transition: all 0.25s ease-in;
}
.indicator:first-of-type {
  margin-left: 0;
}
.indicator:last-of-type {
  margin-right: 0;
}
@media (min-width: 1106px) {
  .indicator {
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: -0.084rem;
  }
}
@media (min-width: 1440px) {
  .indicator {
    font-size: 2.72rem;
    line-height: 2.38rem;
    letter-spacing: -0.095rem;
  }
}
.indicator span {
  position: relative;
  z-index: -1;
}
.indicator:before {
  content: "";
  box-sizing: content-box;
  padding: 0;
  height: 0.2rem;
  width: 5rem;
  cursor: pointer;
  background-clip: padding-box;
  border: 0;
  background-color: #DADADA !important;
  transition: all 0.25s ease-in;
}
@media (min-width: 834px) {
  .indicator:before {
    height: 0.4rem;
    width: 11.5rem;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1106px) {
  .indicator:before {
    height: 0.5rem;
    width: 23.2rem;
    margin-bottom: 2.3rem;
  }
}
@media (min-width: 1440px) {
  .indicator:before {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1440px) {
  .indicator:before {
    width: 28rem;
  }
}
.indicator.active, .indicator.is-selected {
  color: #2b2a27 !important;
}
.indicator.active:before, .indicator.is-selected:before {
  background-color: #441f54 !important;
}
.indicator:hover {
  color: #441f54 !important;
}
.indicator:hover:before {
  background-color: #441f54 !important;
}

.carousel-control {
  background-color: #575757;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  top: calc(50% - 9rem);
  opacity: 0.5;
  transform: scale(0.75);
  transition: all 0.25s ease-in;
}
.carousel-control i {
  margin: 0;
  font-size: 2.5rem;
  color: currentColor;
}
@media (min-width: 1440px) {
  .carousel-control i {
    font-size: 2rem;
  }
}
.carousel-control i::before, .carousel-control i::after {
  border-radius: 0.2rem;
}
.carousel-control i::before {
  height: 0.23rem;
  width: 2.8rem;
  margin-right: -0.3rem;
}
.carousel-control:hover {
  background-color: #2b2a27;
  opacity: 1;
}
.carousel-control__prev, .carousel-control__next {
  color: #ffffff;
}
.carousel-control__prev.disabled, .carousel-control__next.disabled {
  opacity: 0.2;
}
.carousel-control__prev {
  position: absolute;
  z-index: 1000;
  left: -5.5rem;
}
.carousel-control__prev i {
  transform: rotate(180deg);
}
@media (min-width: 1440px) {
  .carousel-control__prev {
    left: calc(-4.5rem - 60px);
  }
}
@media (min-width: 1920px) {
  .carousel-control__prev {
    left: calc(-4.5rem - 90.5px);
  }
}
.carousel-control__next {
  position: absolute;
  z-index: 1500;
  right: -4.5rem;
}

@media (min-width: 1920px) {
  .quote__text {
    max-width: 155.8rem;
  }
}

.btn-cc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: normal;
  background-color: #441f54;
  color: #ffffff;
  border-radius: 2.2rem;
  -moz-border-radius: 2.2rem;
  -webkit-border-radius: 2.2rem;
  text-transform: uppercase;
  padding: 1.3rem 5rem;
  min-width: 21.4rem;
}
@media (min-width: 1106px) {
  .btn-cc {
    min-width: 23.4rem;
  }
}
@media (min-width: 1440px) {
  .btn-cc {
    font-size: 1.02rem;
  }
}
.btn:not(.btn-arrow):not(.button__lg--arrow):not(.button__md--arrow) span {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.btn:not(.btn-arrow):not(.button__lg--arrow):not(.button__md--arrow):hover span {
  opacity: 0.7;
}
.btn:disabled {
  color: #ffffff;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn:hover, .btn:focus, .btn:active:not(.btn-check) {
  color: #ffffff;
  background-color: #441f54;
  border-color: #441f54;
}
.btn .arrow {
  position: relative;
  width: 2.5rem;
  height: 0.3rem;
  margin-left: 2rem;
  background: #ffffff;
  transition: all 0.2s ease;
}
.btn .arrow::before, .btn .arrow::after {
  content: "";
  position: absolute;
  background: inherit;
  height: 0.1rem;
  width: 0.9rem;
}
.btn .arrow::before {
  right: -0.35rem;
  top: 0.35rem;
  transform: rotate(-45deg);
}
.btn .arrow::after {
  right: -0.35rem;
  top: -0.3rem;
  transform: rotate(45deg);
}
.btn:hover .arrow {
  width: 4.8em;
}
.btn-xl .arrow {
  width: 2rem;
  height: 0.2rem;
}
.btn-xl .arrow::before, .btn-xl .arrow::after {
  height: 0.2rem;
  width: 0.9rem;
}
.btn-xl .arrow::before {
  right: -0.3rem;
  top: 0.35rem;
}
.btn-xl .arrow::after {
  right: -0.3rem;
  top: -0.3rem;
}
.btn-xl:hover .arrow {
  width: 3.2em;
}
.btn-cc-xl {
  justify-content: start;
  text-transform: none;
  padding: 1.4rem 1.9rem;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.084rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  margin-top: 4rem;
}
@media (min-width: 1106px) {
  .btn-cc-xl {
    padding: 2.3rem 3rem;
    margin-top: 6rem;
  }
}
@media (min-width: 1440px) {
  .btn-cc-xl {
    font-size: 2.56rem;
    letter-spacing: -0.067rem;
  }
}
.btn-cc-xl .arrow {
  height: 0.24rem;
}
.btn-cc-xl .arrow::before, .btn-cc-xl .arrow::after {
  height: 0.24rem;
  width: 1.2rem;
}
.btn-cc-xl .arrow::before {
  right: -0.4rem;
  top: 0.4rem;
}
.btn-cc-xl .arrow::after {
  right: -0.4rem;
  top: -0.4rem;
}
@media (min-width: 834px) {
  .btn-cc-xl .arrow {
    height: 0.3rem;
  }
  .btn-cc-xl .arrow::before, .btn-cc-xl .arrow::after {
    height: 0.3rem;
    width: 1.4rem;
  }
  .btn-cc-xl .arrow::before {
    right: -0.45rem;
    top: 0.45rem;
  }
  .btn-cc-xl .arrow::after {
    right: -0.45rem;
    top: -0.4rem;
  }
}
.btn-lightbox {
  display: inline-block;
  margin-bottom: 0;
  padding: 1rem 2rem;
  background-color: #eeecea;
  color: #2b2a27;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}
.btn-lightbox input[type=checkbox] + .form__checkboxes--label {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5rem;
}
.btn-lightbox input[type=checkbox] + .form__checkboxes--label::before {
  top: -0.4rem;
}
.btn-lightbox input[type=checkbox] + .form__checkboxes--label::before.is-ticked {
  border-color: #441f54;
}
.btn-lightbox input[type=checkbox] + .form__checkboxes--label::after {
  top: 0.15rem;
}
@media (min-width: 834px) {
  .btn-lightbox input[type=checkbox] + .form__checkboxes--label {
    font-size: 2rem;
    line-height: 1.8rem;
    letter-spacing: -0.07rem;
    color: #2b2a27;
  }
  .btn-lightbox input[type=checkbox] + .form__checkboxes--label::before {
    top: -0.2rem;
  }
  .btn-lightbox input[type=checkbox] + .form__checkboxes--label::after {
    top: 0.25rem;
  }
}
@media (min-width: 1440px) {
  .btn-lightbox input[type=checkbox] + .form__checkboxes--label {
    font-size: 1.6rem;
    line-height: 1.44rem;
    letter-spacing: -0.056rem;
  }
  .btn-lightbox input[type=checkbox] + .form__checkboxes--label::before {
    top: -0.3rem;
  }
}
.btn-lightbox.is-ticked {
  background-color: #441f54;
  color: #ffffff;
}
.btn-lightbox.is-ticked input[type=checkbox] + .form__checkboxes--label {
  color: #ffffff;
}
.btn-lightbox.is-ticked input[type=checkbox] + .form__checkboxes--label::before {
  border-color: #441f54;
}
.btn.disabled {
  color: #ffffff;
  background-color: #DADADA;
  border-color: #DADADA;
}

.btn-arrow::after {
  content: "";
  display: inline-block;
  background: url("/source/4ae0f2537843aebb6f3bd08e4e9588ec/ICON-Button-Arrow.svg") no-repeat;
  color: currentColor;
}
.btn-arrow::after svg {
  width: 1.8rem;
  height: 2.4rem;
  transition: width 0.25s ease-in;
}
.btn-arrow:hover::after svg {
  width: 6.8rem;
}

.rounded-pill {
  border: solid 0.1rem #C5C5C5;
  padding: 0.5rem 1.6rem;
  font-size: 1.19rem;
  line-height: 1.36rem;
  letter-spacing: -0.042rem;
}
@media (min-width: 1440px) {
  .rounded-pill {
    padding: 1rem 2rem 0.8rem;
  }
}

.rounded {
  border-radius: 0.5rem !important;
  overflow: hidden;
}
.rounded--m-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
@media (min-width: 1106px) {
  .rounded--m-top {
    border-radius: 0.5rem !important;
  }
}
.rounded--m-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (min-width: 1106px) {
  .rounded--m-bottom {
    border-radius: 0.5rem !important;
  }
}

.rounded-bootom-right {
  border-bottom-right-radius: 0.5rem !important;
  overflow: hidden;
}

.gradient-20 {
  background: linear-gradient(0deg, #ffffff 28%, #eeecea 28%);
}

.list li, .rte li, .article-full__container li {
  position: relative;
  padding-left: 4rem;
}
.list li::before, .rte li::before, .article-full__container li::before {
  position: absolute;
  display: block;
  content: "";
  height: 0.2rem;
  width: 3rem;
  background-color: #441f54;
  left: 0;
  top: 1.2rem;
}

.default-bullets li {
  position: relative;
  padding-left: 4rem;
}
.default-bullets li::before {
  content: "";
  display: inline-block;
  position: relative;
  left: -3.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #2b2a27;
  margin-left: -0.5rem;
  top: -0.25rem;
  transform: scale(0.9);
}

.double-quote {
  font-weight: Arial, Helvetica, sans-serif;
  font-size: 23rem;
  line-height: 8rem;
  letter-spacing: -0.805;
}
@media (min-width: 1440px) {
  .double-quote {
    font-size: 19.5rem;
    line-height: 6.8rem;
    letter-spacing: -0.684rem;
  }
}

.arrow {
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  margin-left: 2rem;
}
@media (min-width: 1440px) {
  .arrow {
    font-size: 1.12rem;
  }
}
.arrow::before {
  content: "";
  width: 1.5rem;
  height: 0.2rem;
  background-color: white;
  transition: all 0.25s ease-in;
}
.arrow::after {
  margin-left: -0.7rem;
  top: 0;
  font-family: "imi-critical-icons";
  content: "\e902";
  transform: rotate(-180deg);
}

.animated-label {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.056rem;
  color: #2b2a27;
  padding: 0;
}
@media (min-width: 1106px) {
  .animated-label {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.07rem;
  }
}
@media (min-width: 1440px) {
  .animated-label {
    font-size: 1.7rem;
    line-height: 2.38rem;
    letter-spacing: -0.06rem;
  }
}
.animated-label ~ label {
  position: absolute;
  pointer-events: none;
  top: 1.7rem;
  left: 2rem;
  margin: 0;
  background: #ffffff;
  color: #90969A;
  opacity: 0;
  z-index: -1;
  transition: all 0.1s ease;
}
.form__textarea .animated-label ~ label {
  top: 2rem;
}
.animated-label:focus, .has-changed .animated-label, .has-error .animated-label, .animated-label.is-open {
  box-shadow: none;
}
.animated-label:focus ~ label, .has-changed .animated-label ~ label, .has-error .animated-label ~ label, .animated-label.is-open ~ label {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -0.006rem;
  top: -0.8rem;
  left: 1.6rem;
  padding: 0 0.5rem;
  color: #441f54;
  opacity: 1;
  z-index: 1;
}
@media (min-width: 1440px) {
  .animated-label:focus ~ label, .has-changed .animated-label ~ label, .has-error .animated-label ~ label, .animated-label.is-open ~ label {
    font-size: 1.1rem;
    line-height: 1.2rem;
    letter-spacing: -0.005rem;
  }
}
.animated-label:disabled {
  background-color: #ffffff;
}
.form__select .animated-label ~ label {
  top: -0.6rem;
}
.has-error .animated-label:not(.has-error .is-open) ~ label {
  color: #dc3545;
}

.image__full {
  width: 100%;
  max-height: 87.6rem;
  object-fit: cover;
}
@media (min-width: 1440px) {
  .image__full {
    max-height: 70.08rem;
  }
}

.shadowed {
  background-color: #ffffff;
  box-shadow: 0 0.2rem 1.4rem #e3ddd4;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  padding: 5.7rem;
  margin-top: 3.2rem;
  margin-bottom: 6.6rem;
}
.shadowed > .form__item:first-of-type {
  margin-top: 0;
}

.fx-line__inner {
  transform: translate3d(0, 25px, 0);
}
@media (min-width: 1106px) {
  .fx-line__inner {
    transform: translate3d(0, 100px, 0);
  }
}

@media (min-width: 1106px) {
  a[data-aos], span[data-aos] {
    display: block;
  }
  .fx-line {
    -webkit-clip-path: polygon(-0.2em 0, calc(100% + 0.2em) 0, calc(100% + 0.2em) calc(100% + 0.2em), -0.2em calc(100% + 0.2em));
    clip-path: polygon(-0.2em 0, calc(100% + 0.2em) 0, calc(100% + 0.2em) calc(100% + 0.2em), -0.2em calc(100% + 0.2em));
  }
  .lazy__img {
    transform: scale(1.1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  }
  .aos-init.lazy__img {
    transform: scale(1);
  }
  body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
    transition-delay: 2100ms;
  }
  body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
    transition-delay: 2150ms;
  }
  body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
    transition-delay: 2200ms;
  }
  body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
    transition-delay: 2250ms;
  }
  body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
    transition-delay: 2300ms;
  }
  body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
    transition-delay: 2350ms;
  }
  body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
    transition-delay: 2400ms;
  }
  body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
    transition-delay: 2450ms;
  }
}
.shadowed {
  background-color: #ffffff;
  box-shadow: 0 0.2rem 1.4rem #e3ddd4;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  padding: 5.7rem;
  margin-top: 3.2rem;
  margin-bottom: 6.6rem;
}
.shadowed > .form__item:first-of-type {
  margin-top: 0;
}

.progress {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(0.05rem);
  z-index: 1000;
}
.progress__container {
  width: 100%;
  height: 100vh;
}
.progress__loader {
  border: 15px solid #eeecea;
  border-top: 15px solid #441f54;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.paragraph-inner ul {
  margin-top: 0.8rem;
}

.paragraph-inner p + ul {
  margin: 0 0 2.8rem;
}

/* Padding styles
============== */
.padding--none {
  padding: 0;
}
.padding--takeover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 42, 39, 0.5);
  backdrop-filter: blur(0.3rem);
  -webkit-backdrop-filter: blur(0.3rem);
  z-index: 1;
}
.padding--standard {
  padding: 6rem 0;
}
@media (min-width: 834px) {
  .padding--standard {
    padding: 19rem 0 6rem;
  }
}
@media (min-width: 1440px) {
  .padding--standard {
    padding: 15.2rem 0;
  }
}
.padding--standard-v2 {
  padding: 9.5rem 0 0;
}
@media (min-width: 834px) {
  .padding--standard-v2 {
    padding: 12.5rem 0 0;
  }
}
@media (min-width: 1440px) {
  .padding--standard-v2 {
    padding: 10.5rem 0 0;
  }
}
.padding--standard-v3 {
  padding: 0 0 9.5rem !important;
}
@media (min-width: 834px) {
  .padding--standard-v3 {
    padding: 0 0 12.5rem !important;
  }
}
@media (min-width: 1440px) {
  .padding--standard-v3 {
    padding: 0 0 10rem !important;
  }
}
.padding--small {
  padding: 6rem 0;
}
@media (min-width: 834px) {
  .padding--small {
    padding: 14.7rem 0;
  }
}
@media (min-width: 1106px) {
  .padding--small {
    padding: 17.4rem 0 14.5rem;
  }
}
@media (min-width: 1440px) {
  .padding--small {
    padding: 13.92rem 0 11.6rem;
  }
}
.padding--large {
  padding: 6rem 0;
}
@media (min-width: 1440px) {
  .padding--large {
    padding: 18.96rem 0;
  }
}
.padding--xlarge {
  padding: 6rem 0;
}
@media (min-width: 834px) {
  .padding--xlarge {
    padding: 28.3rem 0 14.7rem;
  }
}
@media (min-width: 1440px) {
  .padding--xlarge {
    padding: 22.64rem 0;
  }
}

.block-space {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 834px) {
  .block-space {
    padding-top: 10rem;
  }
}
.block-space--no-top {
  padding-top: 0;
}
.block-space--no-bottom {
  padding-bottom: 0;
}

.tooltip__text {
  opacity: 0;
  width: 10rem;
  background-color: #ffffff;
  text-align: center;
  padding: 0.2rem 0;
  border-radius: 0.6rem;
  position: absolute;
  top: calc(100% + 1rem);
  text-align: center;
  z-index: 1;
  transition: opacity 0.25s linear;
  border: 0.2rem solid #e3ddd4;
}
.tooltip__text::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -0.7rem;
  border-width: 0.7rem;
  border-style: solid;
  border-color: transparent transparent #e3ddd4 transparent;
}
.tooltip__text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -0.4rem;
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.main-content {
  overflow: hidden;
}

@media (max-width: 1105.98px) {
  button#moove_gdpr_save_popup_settings_button {
    display: none !important;
  }
  .nav-expand button#moove_gdpr_save_popup_settings_button {
    display: inline-block !important;
    z-index: 20000;
  }
}

.new {
  padding: 0.6rem 1.5rem 0.4rem 1.5rem;
  line-height: 1.2;
  border: none !important;
  font-size: 1.4rem !important;
}
.new__menu-item {
  position: absolute;
  left: 20rem;
}
@media (min-width: 1440px) {
  .new__menu-item {
    position: relative;
    left: unset;
  }
}

/*** LEGEND ***/
/* Any *-fs variable is a font size style */
/* Any *-lh variable is a line-height style */
/* Any *-ls variable is a letter spacing style */
/*** LEGEND ***/
/*** CONTACT BUTTON BASE STYLES ***/
/*** ALL NAV TEXT BASE STYLES ***/
/*** ALL NAV IMAGE BASE STYLES ***/
/*** ALL NAV ICONS BASE STYLES ***/
/*** ALL NAV ICON TITLES BASE STYLES ***/
header, .header {
  height: 9.5rem;
  background-color: #ffffff;
  padding: 1.8rem;
  z-index: 10000;
  overflow: hidden;
  transition: transform 0.2s linear;
}
header ::-webkit-scrollbar, .header ::-webkit-scrollbar {
  width: 1rem;
}
header ::-webkit-scrollbar-track, .header ::-webkit-scrollbar-track {
  background-color: #eeecea;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
header ::-webkit-scrollbar-thumb, .header ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  background: #90969A;
}
@media (min-width: 428px) {
  header, .header {
    height: 11rem;
    padding: 1.8rem 3.9rem;
  }
}
@media (min-width: 1440px) {
  header, .header {
    height: 12rem;
    padding: 1.5rem 3.9rem;
  }
}
header--hide, .header--hide {
  transform: translateY(-100%);
}
header--scroll-up, .header--scroll-up {
  transform: translateY(0);
}
header__logo, .header__logo {
  display: block;
  width: 100%;
  max-width: 20.33rem;
}
header__logo a, .header__logo a {
  display: flex;
}
@media (min-width: 834px) {
  header__logo, .header__logo {
    max-width: 28.1rem;
  }
}
@media (min-width: 1440px) {
  header__logo, .header__logo {
    max-width: 33rem;
    z-index: 2;
  }
}
header__navigation, .header__navigation {
  padding-right: 0;
}
@media (min-width: 428px) {
  header__navigation, .header__navigation {
    padding-right: 5rem;
  }
}
@media (min-width: 1440px) {
  header__navigation, .header__navigation {
    padding-right: 9rem;
    align-self: self-end;
  }
}
header__navigation--container, .header__navigation--container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  background: #ffffff;
  padding: 2.5rem 5.2rem 28rem;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 834px) {
  header__navigation--container, .header__navigation--container {
    padding: 2.5rem 8.8rem 28rem;
  }
}
@media (min-width: 1106px) {
  header__navigation--container, .header__navigation--container {
    padding: 2.5rem 11.7rem 28rem;
  }
}
@media (min-width: 1440px) {
  header__navigation--container, .header__navigation--container {
    height: auto;
    display: flex;
    position: unset;
    overflow: unset;
    top: unset;
    left: unset;
    right: unset;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
}
header__search, .header__search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 9.5rem);
  background: #ffffff;
  padding: 2rem 5.2rem 5.2rem;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 1;
}
@media (max-width: 1439.98px) {
  header__search, .header__search {
    transform: unset;
  }
}
@media (min-width: 834px) {
  header__search, .header__search {
    padding: 2rem 8.8rem 5.2rem;
  }
}
@media (min-width: 1106px) {
  header__search, .header__search {
    padding: 2rem 11.7rem 12rem;
    height: calc(100vh - 11rem);
  }
}
@media (min-width: 1440px) {
  header__search, .header__search {
    padding: 6rem 8%;
    height: calc(100vh - 12rem);
  }
}
header__search input, .header__search input {
  width: 100%;
  height: auto;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.105rem;
  color: rgba(43, 42, 39, 0.8);
  padding-left: 1.6rem;
}
@media (min-width: 834px) {
  header__search input, .header__search input {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: -0.105rem;
  }
}
@media (min-width: 1440px) {
  header__search input, .header__search input {
    font-size: 7.2rem;
    line-height: 1;
    letter-spacing: -0.252rem;
    padding-left: 3.15rem;
  }
}
header__search input::-webkit-input-placeholder, .header__search input::-webkit-input-placeholder {
  color: #DADADA !important;
}
header__search input::-moz-placeholder, .header__search input::-moz-placeholder {
  color: #DADADA !important;
}
header__search input:-moz-placeholder, .header__search input:-moz-placeholder {
  color: #DADADA !important;
}
header__search input:-ms-input-placeholder, .header__search input:-ms-input-placeholder {
  color: #DADADA !important;
}
header__search input:-moz-placeholder, .header__search input:-moz-placeholder {
  color: #DADADA !important;
}
header__search h4, header__search .h4, .header__search h4, .header__search .h4 {
  color: rgba(43, 42, 39, 0.8);
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.105rem;
  margin-bottom: 1.7rem;
}
@media (min-width: 834px) {
  header__search h4, header__search .h4, .header__search h4, .header__search .h4 {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: -0.105rem;
    margin-bottom: 2.8rem;
  }
}
@media (min-width: 1440px) {
  header__search h4, header__search .h4, .header__search h4, .header__search .h4 {
    font-size: 2.88rem;
    line-height: 1;
    letter-spacing: -0.101rem;
    margin-bottom: 4rem;
  }
}
header__search ul, .header__search ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 20%;
}
header__search ul > li, .header__search ul > li {
  color: rgba(43, 42, 39, 0.8);
  margin-bottom: 2.1rem;
  flex-basis: 50%;
}
@media (min-width: 834px) {
  header__search ul > li, .header__search ul > li {
    margin-bottom: 3.1rem;
  }
}
@media (min-width: 1106px) {
  header__search ul > li, .header__search ul > li {
    margin-bottom: 2rem;
    flex-basis: 25%;
  }
}
@media (min-width: 1440px) {
  header__search ul > li > a, .header__search ul > li > a {
    font-size: 1.6rem;
    letter-spacing: -0.009rem;
  }
}
@media (min-width: 1440px) {
  header__search ul > li span, .header__search ul > li span {
    display: flex;
    position: relative;
    align-items: center;
  }
  header__search ul > li span::before, .header__search ul > li span::before {
    content: "";
    display: block;
    width: 0;
    height: 0.2rem;
    background-color: #441f54;
    position: absolute;
    left: -4rem;
    margin-right: 1rem;
    transition: width 0.25s linear;
  }
}
header__search ul > li:hover, .header__search ul > li:hover {
  color: #000000;
}
@media (min-width: 1440px) {
  header__search ul > li:hover span::before, .header__search ul > li:hover span::before {
    width: 2.4rem;
  }
}
header__search ul > li.is-active, header__search ul > li.current-menu-parent, header__search ul > li.current-menu-ancestor, header__search ul > li.current-menu-item, .header__search ul > li.is-active, .header__search ul > li.current-menu-parent, .header__search ul > li.current-menu-ancestor, .header__search ul > li.current-menu-item {
  color: #441f54;
}
header__search ul > li.is-active span, header__search ul > li.current-menu-parent span, header__search ul > li.current-menu-ancestor span, header__search ul > li.current-menu-item span, .header__search ul > li.is-active span, .header__search ul > li.current-menu-parent span, .header__search ul > li.current-menu-ancestor span, .header__search ul > li.current-menu-item span {
  text-decoration: underline;
}
@media (min-width: 1440px) {
  header__search ul > li.is-active span, header__search ul > li.current-menu-parent span, header__search ul > li.current-menu-ancestor span, header__search ul > li.current-menu-item span, .header__search ul > li.is-active span, .header__search ul > li.current-menu-parent span, .header__search ul > li.current-menu-ancestor span, .header__search ul > li.current-menu-item span {
    font-weight: 700;
    text-decoration: none;
  }
  header__search ul > li.is-active span::before, header__search ul > li.current-menu-parent span::before, header__search ul > li.current-menu-ancestor span::before, header__search ul > li.current-menu-item span::before, .header__search ul > li.is-active span::before, .header__search ul > li.current-menu-parent span::before, .header__search ul > li.current-menu-ancestor span::before, .header__search ul > li.current-menu-item span::before {
    width: 2.4rem;
  }
}
header__search--container, .header__search--container {
  margin-bottom: 1.3rem;
}
@media (min-width: 1440px) {
  header__search--container, .header__search--container {
    margin-bottom: 3.69rem;
  }
}
header__search--container::before, .header__search--container::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 2.1rem;
  background: #441f54;
  position: absolute;
  margin-top: -0.3rem;
}
@media (min-width: 834px) {
  header__search--container::before, .header__search--container::before {
    height: 2.3rem;
  }
}
@media (min-width: 1440px) {
  header__search--container::before, .header__search--container::before {
    width: 0.45rem;
    height: 7.11rem;
  }
}
header__search--clear, .header__search--clear {
  cursor: pointer;
  color: rgba(43, 42, 39, 0.8);
}
@media (min-width: 1440px) {
  header__search--clear, .header__search--clear {
    font-size: 4rem;
  }
}
header__search--clear:hover, .header__search--clear:hover {
  color: #000000;
}
header__search--form, .header__search--form {
  border-bottom: 0.15rem solid #DADADA;
  margin-bottom: 7.1rem;
}
@media (min-width: 1440px) {
  header__search--form, .header__search--form {
    margin-bottom: 8.235rem;
  }
}
header__toggler, .header__toggler {
  margin-left: auto;
  color: #000000;
}
header__searchbtn, .header__searchbtn {
  display: none;
  color: #000000;
  cursor: pointer;
}
header__searchbtn.is-visible, .header__searchbtn.is-visible {
  display: flex;
  margin-left: 1.2rem;
}
@media (min-width: 1440px) {
  header__searchbtn.is-visible, .header__searchbtn.is-visible {
    display: none;
  }
}
header__back, .header__back {
  display: none;
  margin-left: 1.2rem;
  color: #000000;
  cursor: pointer;
}
header__back i, .header__back i {
  margin-right: 1.2rem;
}
header__back.is-visible, .header__back.is-visible {
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  header__back.is-visible, .header__back.is-visible {
    display: none;
  }
}
header__background, .header__background {
  display: none;
}
@media (min-width: 1440px) {
  header__background, .header__background {
    display: block;
    position: absolute;
    background-color: #ffffff;
    height: 12rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #ffffff;
    transition: height 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
header__image, .header__image {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 11rem;
  left: auto;
  bottom: 5rem;
  right: 0;
  max-width: 51.7rem;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1439.98px) {
  header__image, .header__image {
    transform: unset;
  }
}
@media (min-width: 1440px) {
  header__image, .header__image {
    max-width: 53.7rem;
    margin-left: 84.9rem;
    top: 1.8rem;
    left: auto;
    bottom: 0;
  }
}
@media (min-width: 1920px) {
  header__image, .header__image {
    max-width: 63.8rem;
  }
}
@media (min-width: 1106px) {
  header__image.is-visible, .header__image.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1440px) {
  header__image.is-visible, .header__image.is-visible {
    opacity: 0;
    visibility: hidden;
  }
}
header__image:hover .link-anim__arrow--line, .header__image:hover .link-anim__arrow--line {
  width: 5rem;
}
header__image a, .header__image a {
  height: 100%;
  width: 100%;
}
header__image--container, .header__image--container {
  height: 100%;
  width: 100%;
}
header__image--container img, .header__image--container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  -moz-border-top-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  -moz-border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
}
@media (min-width: 1440px) {
  header__image--container img, .header__image--container img {
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
  }
}
header__image--container::after, .header__image--container::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 54%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 0.5rem;
  -moz-border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
}
@media (min-width: 1440px) {
  header__image--container::after, .header__image--container::after {
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
  }
}
header__image--text, .header__image--text {
  position: absolute;
  bottom: 0;
  z-index: 2;
  color: #ffffff;
  padding: 8.1rem 3.7rem 3.7rem;
}
@media (min-width: 1440px) {
  header__image--text, .header__image--text {
    padding: 8.1rem 3.7rem;
  }
}
header__image--text h4, header__image--text .h4, header__image--text p, .header__image--text h4, .header__image--text .h4, .header__image--text p {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.105rem;
}
header__image--text p, .header__image--text p {
  font-weight: 300;
  font-size: 2.3rem;
  margin-top: 2rem;
}
header__image--link, .header__image--link {
  letter-spacing: 0.032rem;
  margin-top: 3.8rem;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  header__image--link span, .header__image--link span {
    line-height: 0.9rem;
  }
}
header__top-nav > li, header__sub-nav > li, header__ter-nav > li, .header__top-nav > li, .header__sub-nav > li, .header__ter-nav > li {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.105rem;
  color: #000000;
}
@media (min-width: 834px) {
  header__top-nav > li, header__sub-nav > li, header__ter-nav > li, .header__top-nav > li, .header__sub-nav > li, .header__ter-nav > li {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: -0.105rem;
  }
}
@media (min-width: 1440px) {
  header__top-nav > li, header__sub-nav > li, header__ter-nav > li, .header__top-nav > li, .header__sub-nav > li, .header__ter-nav > li {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -0.063rem;
  }
}
header__top-nav > li > a, header__top-nav > li > span > a, header__sub-nav > li > a, header__sub-nav > li > span > a, header__ter-nav > li > a, header__ter-nav > li > span > a, .header__top-nav > li > a, .header__top-nav > li > span > a, .header__sub-nav > li > a, .header__sub-nav > li > span > a, .header__ter-nav > li > a, .header__ter-nav > li > span > a {
  display: block;
  font-size: inherit;
}
header__top-nav > li > a > span, header__top-nav > li > span > a > span, header__sub-nav > li > a > span, header__sub-nav > li > span > a > span, header__ter-nav > li > a > span, header__ter-nav > li > span > a > span, .header__top-nav > li > a > span, .header__top-nav > li > span > a > span, .header__sub-nav > li > a > span, .header__sub-nav > li > span > a > span, .header__ter-nav > li > a > span, .header__ter-nav > li > span > a > span {
  position: relative;
  display: flex;
  align-items: center;
}
header__top-nav > li > a > span::before, header__top-nav > li > span > a > span::before, header__sub-nav > li > a > span::before, header__sub-nav > li > span > a > span::before, header__ter-nav > li > a > span::before, header__ter-nav > li > span > a > span::before, .header__top-nav > li > a > span::before, .header__top-nav > li > span > a > span::before, .header__sub-nav > li > a > span::before, .header__sub-nav > li > span > a > span::before, .header__ter-nav > li > a > span::before, .header__ter-nav > li > span > a > span::before {
  content: "";
  display: block;
  width: 0;
  height: 0.2rem;
  background-color: #441f54;
  position: absolute;
  left: -3.4rem;
  margin-right: 1rem;
  transition: width 0.25s linear;
}
@media (min-width: 834px) {
  header__top-nav > li > a > span::before, header__top-nav > li > span > a > span::before, header__sub-nav > li > a > span::before, header__sub-nav > li > span > a > span::before, header__ter-nav > li > a > span::before, header__ter-nav > li > span > a > span::before, .header__top-nav > li > a > span::before, .header__top-nav > li > span > a > span::before, .header__sub-nav > li > a > span::before, .header__sub-nav > li > span > a > span::before, .header__ter-nav > li > a > span::before, .header__ter-nav > li > span > a > span::before {
    left: -5.6rem;
    margin-right: 2.2rem;
  }
}
@media (min-width: 1440px) {
  header__top-nav > li > a > span::before, header__top-nav > li > span > a > span::before, header__sub-nav > li > a > span::before, header__sub-nav > li > span > a > span::before, header__ter-nav > li > a > span::before, header__ter-nav > li > span > a > span::before, .header__top-nav > li > a > span::before, .header__top-nav > li > span > a > span::before, .header__sub-nav > li > a > span::before, .header__sub-nav > li > span > a > span::before, .header__ter-nav > li > a > span::before, .header__ter-nav > li > span > a > span::before {
    left: -4rem;
    margin-right: 1rem;
  }
}
header__top-nav > li:hover > a > span::before, header__sub-nav > li:hover > a > span::before, header__ter-nav > li:hover > a > span::before, .header__top-nav > li:hover > a > span::before, .header__sub-nav > li:hover > a > span::before, .header__ter-nav > li:hover > a > span::before {
  width: 2.4rem;
}
@media (min-width: 834px) {
  header__top-nav > li:hover > a > span::before, header__sub-nav > li:hover > a > span::before, header__ter-nav > li:hover > a > span::before, .header__top-nav > li:hover > a > span::before, .header__sub-nav > li:hover > a > span::before, .header__ter-nav > li:hover > a > span::before {
    width: 3.4rem;
  }
}
@media (min-width: 1440px) {
  header__top-nav > li:hover > a > span::before, header__sub-nav > li:hover > a > span::before, header__ter-nav > li:hover > a > span::before, .header__top-nav > li:hover > a > span::before, .header__sub-nav > li:hover > a > span::before, .header__ter-nav > li:hover > a > span::before {
    width: 3rem;
  }
}
header__top-nav > li.is-visible > a > span, header__sub-nav > li.is-visible > a > span, header__ter-nav > li.is-visible > a > span, .header__top-nav > li.is-visible > a > span, .header__sub-nav > li.is-visible > a > span, .header__ter-nav > li.is-visible > a > span {
  font-weight: 700;
}
@media (min-width: 1440px) {
  header__top-nav > li.is-visible > a > span, header__sub-nav > li.is-visible > a > span, header__ter-nav > li.is-visible > a > span, .header__top-nav > li.is-visible > a > span, .header__sub-nav > li.is-visible > a > span, .header__ter-nav > li.is-visible > a > span {
    color: #441f54;
  }
}
header__top-nav > li.is-visible > a > span::before, header__sub-nav > li.is-visible > a > span::before, header__ter-nav > li.is-visible > a > span::before, .header__top-nav > li.is-visible > a > span::before, .header__sub-nav > li.is-visible > a > span::before, .header__ter-nav > li.is-visible > a > span::before {
  width: 2.4rem;
}
@media (min-width: 834px) {
  header__top-nav > li.is-visible > a > span::before, header__sub-nav > li.is-visible > a > span::before, header__ter-nav > li.is-visible > a > span::before, .header__top-nav > li.is-visible > a > span::before, .header__sub-nav > li.is-visible > a > span::before, .header__ter-nav > li.is-visible > a > span::before {
    width: 3.4rem;
  }
}
@media (min-width: 1440px) {
  header__top-nav > li.is-visible > a > span::before, header__sub-nav > li.is-visible > a > span::before, header__ter-nav > li.is-visible > a > span::before, .header__top-nav > li.is-visible > a > span::before, .header__sub-nav > li.is-visible > a > span::before, .header__ter-nav > li.is-visible > a > span::before {
    width: 3rem;
  }
}
header__top-nav > li.is-active:not(.is-visible) > a > span, header__top-nav > li.current-menu-parent:not(.is-visible) > a > span, header__top-nav > li.current-menu-ancestor:not(.is-visible) > a > span, header__top-nav > li.current-menu-item:not(.is-visible) > a > span, header__sub-nav > li.is-active:not(.is-visible) > a > span, header__sub-nav > li.current-menu-parent:not(.is-visible) > a > span, header__sub-nav > li.current-menu-ancestor:not(.is-visible) > a > span, header__sub-nav > li.current-menu-item:not(.is-visible) > a > span, header__ter-nav > li.is-active:not(.is-visible) > a > span, header__ter-nav > li.current-menu-parent:not(.is-visible) > a > span, header__ter-nav > li.current-menu-ancestor:not(.is-visible) > a > span, header__ter-nav > li.current-menu-item:not(.is-visible) > a > span, .header__top-nav > li.is-active:not(.is-visible) > a > span, .header__top-nav > li.current-menu-parent:not(.is-visible) > a > span, .header__top-nav > li.current-menu-ancestor:not(.is-visible) > a > span, .header__top-nav > li.current-menu-item:not(.is-visible) > a > span, .header__sub-nav > li.is-active:not(.is-visible) > a > span, .header__sub-nav > li.current-menu-parent:not(.is-visible) > a > span, .header__sub-nav > li.current-menu-ancestor:not(.is-visible) > a > span, .header__sub-nav > li.current-menu-item:not(.is-visible) > a > span, .header__ter-nav > li.is-active:not(.is-visible) > a > span, .header__ter-nav > li.current-menu-parent:not(.is-visible) > a > span, .header__ter-nav > li.current-menu-ancestor:not(.is-visible) > a > span, .header__ter-nav > li.current-menu-item:not(.is-visible) > a > span {
  font-weight: 700;
  color: #441f54;
}
header__top-nav > li.is-active:not(.is-visible) > a > span::before, header__top-nav > li.current-menu-parent:not(.is-visible) > a > span::before, header__top-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, header__top-nav > li.current-menu-item:not(.is-visible) > a > span::before, header__sub-nav > li.is-active:not(.is-visible) > a > span::before, header__sub-nav > li.current-menu-parent:not(.is-visible) > a > span::before, header__sub-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, header__sub-nav > li.current-menu-item:not(.is-visible) > a > span::before, header__ter-nav > li.is-active:not(.is-visible) > a > span::before, header__ter-nav > li.current-menu-parent:not(.is-visible) > a > span::before, header__ter-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, header__ter-nav > li.current-menu-item:not(.is-visible) > a > span::before, .header__top-nav > li.is-active:not(.is-visible) > a > span::before, .header__top-nav > li.current-menu-parent:not(.is-visible) > a > span::before, .header__top-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, .header__top-nav > li.current-menu-item:not(.is-visible) > a > span::before, .header__sub-nav > li.is-active:not(.is-visible) > a > span::before, .header__sub-nav > li.current-menu-parent:not(.is-visible) > a > span::before, .header__sub-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, .header__sub-nav > li.current-menu-item:not(.is-visible) > a > span::before, .header__ter-nav > li.is-active:not(.is-visible) > a > span::before, .header__ter-nav > li.current-menu-parent:not(.is-visible) > a > span::before, .header__ter-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, .header__ter-nav > li.current-menu-item:not(.is-visible) > a > span::before {
  width: 2.4rem;
}
@media (min-width: 834px) {
  header__top-nav > li.is-active:not(.is-visible) > a > span::before, header__top-nav > li.current-menu-parent:not(.is-visible) > a > span::before, header__top-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, header__top-nav > li.current-menu-item:not(.is-visible) > a > span::before, header__sub-nav > li.is-active:not(.is-visible) > a > span::before, header__sub-nav > li.current-menu-parent:not(.is-visible) > a > span::before, header__sub-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, header__sub-nav > li.current-menu-item:not(.is-visible) > a > span::before, header__ter-nav > li.is-active:not(.is-visible) > a > span::before, header__ter-nav > li.current-menu-parent:not(.is-visible) > a > span::before, header__ter-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, header__ter-nav > li.current-menu-item:not(.is-visible) > a > span::before, .header__top-nav > li.is-active:not(.is-visible) > a > span::before, .header__top-nav > li.current-menu-parent:not(.is-visible) > a > span::before, .header__top-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, .header__top-nav > li.current-menu-item:not(.is-visible) > a > span::before, .header__sub-nav > li.is-active:not(.is-visible) > a > span::before, .header__sub-nav > li.current-menu-parent:not(.is-visible) > a > span::before, .header__sub-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, .header__sub-nav > li.current-menu-item:not(.is-visible) > a > span::before, .header__ter-nav > li.is-active:not(.is-visible) > a > span::before, .header__ter-nav > li.current-menu-parent:not(.is-visible) > a > span::before, .header__ter-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, .header__ter-nav > li.current-menu-item:not(.is-visible) > a > span::before {
    width: 3.4rem;
  }
}
@media (min-width: 1440px) {
  header__top-nav > li.is-active:not(.is-visible) > a > span::before, header__top-nav > li.current-menu-parent:not(.is-visible) > a > span::before, header__top-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, header__top-nav > li.current-menu-item:not(.is-visible) > a > span::before, header__sub-nav > li.is-active:not(.is-visible) > a > span::before, header__sub-nav > li.current-menu-parent:not(.is-visible) > a > span::before, header__sub-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, header__sub-nav > li.current-menu-item:not(.is-visible) > a > span::before, header__ter-nav > li.is-active:not(.is-visible) > a > span::before, header__ter-nav > li.current-menu-parent:not(.is-visible) > a > span::before, header__ter-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, header__ter-nav > li.current-menu-item:not(.is-visible) > a > span::before, .header__top-nav > li.is-active:not(.is-visible) > a > span::before, .header__top-nav > li.current-menu-parent:not(.is-visible) > a > span::before, .header__top-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, .header__top-nav > li.current-menu-item:not(.is-visible) > a > span::before, .header__sub-nav > li.is-active:not(.is-visible) > a > span::before, .header__sub-nav > li.current-menu-parent:not(.is-visible) > a > span::before, .header__sub-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, .header__sub-nav > li.current-menu-item:not(.is-visible) > a > span::before, .header__ter-nav > li.is-active:not(.is-visible) > a > span::before, .header__ter-nav > li.current-menu-parent:not(.is-visible) > a > span::before, .header__ter-nav > li.current-menu-ancestor:not(.is-visible) > a > span::before, .header__ter-nav > li.current-menu-item:not(.is-visible) > a > span::before {
    width: 3rem;
  }
}
@media (min-width: 1440px) {
  header__top-nav > li + a, header__sub-nav > li + a, header__ter-nav > li + a, .header__top-nav > li + a, .header__sub-nav > li + a, .header__ter-nav > li + a {
    margin-top: 5rem;
  }
}
header__top-nav > li + li:not(li.is-visible), header__sub-nav > li + li:not(li.is-visible), header__ter-nav > li + li:not(li.is-visible), .header__top-nav > li + li:not(li.is-visible), .header__sub-nav > li + li:not(li.is-visible), .header__ter-nav > li + li:not(li.is-visible) {
  margin-top: 3rem;
}
@media (min-width: 834px) {
  header__top-nav > li + li:not(li.is-visible), header__sub-nav > li + li:not(li.is-visible), header__ter-nav > li + li:not(li.is-visible), .header__top-nav > li + li:not(li.is-visible), .header__sub-nav > li + li:not(li.is-visible), .header__ter-nav > li + li:not(li.is-visible) {
    margin-top: 3.3rem;
  }
}
@media (min-width: 1440px) {
  header__top-nav > li + li:not(li.is-visible), header__sub-nav > li + li:not(li.is-visible), header__ter-nav > li + li:not(li.is-visible), .header__top-nav > li + li:not(li.is-visible), .header__sub-nav > li + li:not(li.is-visible), .header__ter-nav > li + li:not(li.is-visible) {
    margin-top: 0;
  }
}
header__top-nav > li.has-children > a > span, header__top-nav > li.menu-item-has-children > a > span, header__sub-nav > li.has-children > a > span, header__sub-nav > li.menu-item-has-children > a > span, header__ter-nav > li.has-children > a > span, header__ter-nav > li.menu-item-has-children > a > span, .header__top-nav > li.has-children > a > span, .header__top-nav > li.menu-item-has-children > a > span, .header__sub-nav > li.has-children > a > span, .header__sub-nav > li.menu-item-has-children > a > span, .header__ter-nav > li.has-children > a > span, .header__ter-nav > li.menu-item-has-children > a > span {
  display: flex;
  align-items: center;
}
header__top-nav > li.has-children > a > span::after, header__top-nav > li.menu-item-has-children > a > span::after, header__sub-nav > li.has-children > a > span::after, header__sub-nav > li.menu-item-has-children > a > span::after, header__ter-nav > li.has-children > a > span::after, header__ter-nav > li.menu-item-has-children > a > span::after, .header__top-nav > li.has-children > a > span::after, .header__top-nav > li.menu-item-has-children > a > span::after, .header__sub-nav > li.has-children > a > span::after, .header__sub-nav > li.menu-item-has-children > a > span::after, .header__ter-nav > li.has-children > a > span::after, .header__ter-nav > li.menu-item-has-children > a > span::after {
  content: "\e902";
  font-family: "imi-critical-icons";
  font-size: 1.6rem;
  font-weight: bold;
  color: #441f54;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-left: auto;
}
@media (min-width: 1440px) {
  header__top-nav > li.has-children > a > span::after, header__top-nav > li.menu-item-has-children > a > span::after, header__sub-nav > li.has-children > a > span::after, header__sub-nav > li.menu-item-has-children > a > span::after, header__ter-nav > li.has-children > a > span::after, header__ter-nav > li.menu-item-has-children > a > span::after, .header__top-nav > li.has-children > a > span::after, .header__top-nav > li.menu-item-has-children > a > span::after, .header__sub-nav > li.has-children > a > span::after, .header__sub-nav > li.menu-item-has-children > a > span::after, .header__ter-nav > li.has-children > a > span::after, .header__ter-nav > li.menu-item-has-children > a > span::after {
    font-size: 0.99rem;
  }
}
header__top-nav > li:last-of-type, header__sub-nav > li:last-of-type, header__ter-nav > li:last-of-type, .header__top-nav > li:last-of-type, .header__sub-nav > li:last-of-type, .header__ter-nav > li:last-of-type {
  margin-bottom: 5rem;
}
@media (min-width: 1440px) {
  header__top-nav > li:last-of-type, header__sub-nav > li:last-of-type, header__ter-nav > li:last-of-type, .header__top-nav > li:last-of-type, .header__sub-nav > li:last-of-type, .header__ter-nav > li:last-of-type {
    margin-bottom: 0;
  }
}
header__sub-nav, header__ter-nav, .header__sub-nav, .header__ter-nav {
  display: none;
}
@media (min-width: 1440px) {
  header__sub-nav, header__ter-nav, .header__sub-nav, .header__ter-nav {
    display: block;
  }
}
header__sub-nav.is-visible, header__ter-nav.is-visible, .header__sub-nav.is-visible, .header__ter-nav.is-visible {
  display: block;
}
@media (min-width: 1440px) {
  header__sub-nav > li, header__ter-nav > li, .header__sub-nav > li, .header__ter-nav > li {
    width: 22.5rem;
    margin-bottom: 3.3rem;
  }
}
@media (min-width: 1440px) {
  header__sub-nav > li > a, header__ter-nav > li > a, .header__sub-nav > li > a, .header__ter-nav > li > a {
    display: block;
  }
}
@media (max-width: 1439.98px) {
  header__sub-nav > li:not(li.is-visible), header__ter-nav > li:not(li.is-visible), .header__sub-nav > li:not(li.is-visible), .header__ter-nav > li:not(li.is-visible) {
    font-size: 1.8rem;
    letter-spacing: -0.063rem;
  }
}
header__sub-nav > a, header__ter-nav > a, .header__sub-nav > a, .header__ter-nav > a {
  display: inline-block;
  color: rgba(43, 42, 39, 0.8);
  font-size: 1.36rem;
  line-height: 1.8rem;
  letter-spacing: 0.032rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  header__top-nav > li > a, .header__top-nav > li > a {
    position: relative;
    z-index: 2;
  }
}
header__top-nav > li > a > span::before, .header__top-nav > li > a > span::before {
  display: none;
}
header__top-nav > li.is-visible .header__sub-nav, .header__top-nav > li.is-visible .header__sub-nav {
  display: block;
}
@media (min-width: 1440px) {
  header__top-nav > li.is-visible .header__sub-nav, .header__top-nav > li.is-visible .header__sub-nav {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1106px) {
  header__top-nav > li.is-visible .header__image, .header__top-nav > li.is-visible .header__image {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1440px) {
  header__top-nav > li, .header__top-nav > li {
    display: flex;
    flex-direction: column;
  }
  header__top-nav > li > a::after, header__top-nav > li > span > a::after, .header__top-nav > li > a::after, .header__top-nav > li > span > a::after {
    content: "";
    display: block;
    height: 0.3rem;
    width: 0;
    background-color: #441f54;
    margin-top: 0.75rem;
    transition: width 0.25s linear;
  }
  header__top-nav > li:hover > a::after, header__top-nav > li:hover > span > a::after, header__top-nav > li.is-active > a::after, header__top-nav > li.is-active > span > a::after, header__top-nav > li.current-menu-parent > a::after, header__top-nav > li.current-menu-parent > span > a::after, header__top-nav > li.current-menu-ancestor > a::after, header__top-nav > li.current-menu-ancestor > span > a::after, header__top-nav > li.current-menu-item > a::after, header__top-nav > li.current-menu-item > span > a::after, .header__top-nav > li:hover > a::after, .header__top-nav > li:hover > span > a::after, .header__top-nav > li.is-active > a::after, .header__top-nav > li.is-active > span > a::after, .header__top-nav > li.current-menu-parent > a::after, .header__top-nav > li.current-menu-parent > span > a::after, .header__top-nav > li.current-menu-ancestor > a::after, .header__top-nav > li.current-menu-ancestor > span > a::after, .header__top-nav > li.current-menu-item > a::after, .header__top-nav > li.current-menu-item > span > a::after {
    width: 100%;
  }
  header__top-nav > li.is-visible, .header__top-nav > li.is-visible {
    font-weight: 700;
  }
  header__top-nav > li.is-visible > a:after, .header__top-nav > li.is-visible > a:after {
    width: 100%;
  }
  header__top-nav > li.has-children > a > span::after, header__top-nav > li.menu-item-has-children > a > span::after, .header__top-nav > li.has-children > a > span::after, .header__top-nav > li.menu-item-has-children > a > span::after {
    display: none;
  }
  header__top-nav > li + li, .header__top-nav > li + li {
    margin-left: 5.8rem;
    margin-top: 0;
  }
  header__top-nav > li + li:not(li.is-visible), header__top-nav > li + a, .header__top-nav > li + li:not(li.is-visible), .header__top-nav > li + a {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  header__top-nav > div, .header__top-nav > div {
    z-index: 2;
  }
}
header__top-nav > div.fade-up, .header__top-nav > div.fade-up {
  opacity: 1;
  transform: translateY(0);
}
header__top-nav > div > a, .header__top-nav > div > a {
  color: #000000;
}
header__top-nav > div > a span, .header__top-nav > div > a span {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: -0.07rem;
}
@media (min-width: 1440px) {
  header__top-nav > div > a span, .header__top-nav > div > a span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.81rem;
    line-height: 1.8rem;
    letter-spacing: -0.036rem;
  }
}
header__top-nav > div > a.is-active, header__top-nav > div > a.is-active:hover, header__top-nav > div > a.is-active:focus, header__top-nav > div > a.current-menu-parent, header__top-nav > div > a.current-menu-parent:hover, header__top-nav > div > a.current-menu-parent:focus, header__top-nav > div > a.current-menu-ancestor, header__top-nav > div > a.current-menu-ancestor:hover, header__top-nav > div > a.current-menu-ancestor:focus, header__top-nav > div > a.current-menu-item, header__top-nav > div > a.current-menu-item:hover, header__top-nav > div > a.current-menu-item:focus, .header__top-nav > div > a.is-active, .header__top-nav > div > a.is-active:hover, .header__top-nav > div > a.is-active:focus, .header__top-nav > div > a.current-menu-parent, .header__top-nav > div > a.current-menu-parent:hover, .header__top-nav > div > a.current-menu-parent:focus, .header__top-nav > div > a.current-menu-ancestor, .header__top-nav > div > a.current-menu-ancestor:hover, .header__top-nav > div > a.current-menu-ancestor:focus, .header__top-nav > div > a.current-menu-item, .header__top-nav > div > a.current-menu-item:hover, .header__top-nav > div > a.current-menu-item:focus {
  color: #441f54;
}
header__top-nav > div > a.is-active span, header__top-nav > div > a.is-active:hover span, header__top-nav > div > a.is-active:focus span, header__top-nav > div > a.current-menu-parent span, header__top-nav > div > a.current-menu-parent:hover span, header__top-nav > div > a.current-menu-parent:focus span, header__top-nav > div > a.current-menu-ancestor span, header__top-nav > div > a.current-menu-ancestor:hover span, header__top-nav > div > a.current-menu-ancestor:focus span, header__top-nav > div > a.current-menu-item span, header__top-nav > div > a.current-menu-item:hover span, header__top-nav > div > a.current-menu-item:focus span, .header__top-nav > div > a.is-active span, .header__top-nav > div > a.is-active:hover span, .header__top-nav > div > a.is-active:focus span, .header__top-nav > div > a.current-menu-parent span, .header__top-nav > div > a.current-menu-parent:hover span, .header__top-nav > div > a.current-menu-parent:focus span, .header__top-nav > div > a.current-menu-ancestor span, .header__top-nav > div > a.current-menu-ancestor:hover span, .header__top-nav > div > a.current-menu-ancestor:focus span, .header__top-nav > div > a.current-menu-item span, .header__top-nav > div > a.current-menu-item:hover span, .header__top-nav > div > a.current-menu-item:focus span {
  text-decoration: underline;
}
@media (min-width: 1440px) {
  header__top-nav > div > a.is-active span, header__top-nav > div > a.is-active:hover span, header__top-nav > div > a.is-active:focus span, header__top-nav > div > a.current-menu-parent span, header__top-nav > div > a.current-menu-parent:hover span, header__top-nav > div > a.current-menu-parent:focus span, header__top-nav > div > a.current-menu-ancestor span, header__top-nav > div > a.current-menu-ancestor:hover span, header__top-nav > div > a.current-menu-ancestor:focus span, header__top-nav > div > a.current-menu-item span, header__top-nav > div > a.current-menu-item:hover span, header__top-nav > div > a.current-menu-item:focus span, .header__top-nav > div > a.is-active span, .header__top-nav > div > a.is-active:hover span, .header__top-nav > div > a.is-active:focus span, .header__top-nav > div > a.current-menu-parent span, .header__top-nav > div > a.current-menu-parent:hover span, .header__top-nav > div > a.current-menu-parent:focus span, .header__top-nav > div > a.current-menu-ancestor span, .header__top-nav > div > a.current-menu-ancestor:hover span, .header__top-nav > div > a.current-menu-ancestor:focus span, .header__top-nav > div > a.current-menu-item span, .header__top-nav > div > a.current-menu-item:hover span, .header__top-nav > div > a.current-menu-item:focus span {
    text-decoration: none;
  }
}
header__top-nav > div > a:hover, .header__top-nav > div > a:hover {
  color: #000000;
}
header__top-nav > div > a:hover span, .header__top-nav > div > a:hover span {
  text-decoration: underline;
}
@media (min-width: 1440px) {
  header__top-nav > div > a:hover span, .header__top-nav > div > a:hover span {
    text-decoration: none;
  }
}
header__top-nav > div:first-of-type, .header__top-nav > div:first-of-type {
  margin-left: 3.4rem;
}
@media (min-width: 834px) {
  header__top-nav > div:first-of-type, .header__top-nav > div:first-of-type {
    margin-left: 4.9rem;
  }
}
@media (min-width: 1106px) {
  header__top-nav > div:first-of-type, .header__top-nav > div:first-of-type {
    margin-left: 7.8rem;
  }
}
@media (min-width: 1440px) {
  header__top-nav > div:first-of-type, .header__top-nav > div:first-of-type {
    margin-left: 5rem;
  }
}
header__top-nav > div + div, .header__top-nav > div + div {
  margin-top: 2.3rem;
}
@media (min-width: 1440px) {
  header__top-nav > div + div, .header__top-nav > div + div {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media (min-width: 834px) {
  header__top-nav, .header__top-nav {
    max-width: 41.4rem;
  }
}
@media (min-width: 1440px) {
  header__top-nav, .header__top-nav {
    max-width: none;
  }
}
header__top-nav .header__searchbtn, header__top-nav .header__accountbtn, .header__top-nav .header__searchbtn, .header__top-nav .header__accountbtn {
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  header__top-nav .header__searchbtn, header__top-nav .header__accountbtn, .header__top-nav .header__searchbtn, .header__top-nav .header__accountbtn {
    flex-direction: column;
    position: relative;
    top: 0.4rem;
    transition: top 0.25s linear;
  }
  header__top-nav .header__searchbtn:hover, header__top-nav .header__accountbtn:hover, .header__top-nav .header__searchbtn:hover, .header__top-nav .header__accountbtn:hover {
    top: -1rem;
  }
  header__top-nav .header__searchbtn:hover span, header__top-nav .header__accountbtn:hover span, .header__top-nav .header__searchbtn:hover span, .header__top-nav .header__accountbtn:hover span {
    opacity: 1;
    visibility: visible;
  }
}
header__top-nav .header__searchbtn span, header__top-nav .header__accountbtn span, .header__top-nav .header__searchbtn span, .header__top-nav .header__accountbtn span {
  margin-left: 1rem;
}
@media (min-width: 1440px) {
  header__top-nav .header__searchbtn span, header__top-nav .header__accountbtn span, .header__top-nav .header__searchbtn span, .header__top-nav .header__accountbtn span {
    transition: opacity 0.25s linear, visibility 0.25s linear;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1439.98px) {
  header__sub-nav, .header__sub-nav {
    transform: unset;
  }
}
@media (min-width: 1440px) {
  header__sub-nav, .header__sub-nav {
    overflow-x: auto;
  }
}
header__sub-nav > li, .header__sub-nav > li {
  font-weight: 300;
}
header__sub-nav > li:not(li.is-visible), .header__sub-nav > li:not(li.is-visible) {
  margin-top: 3rem;
}
@media (min-width: 834px) {
  header__sub-nav > li:not(li.is-visible), .header__sub-nav > li:not(li.is-visible) {
    margin-top: 3.3rem;
  }
}
@media (min-width: 1440px) {
  header__sub-nav > li:not(li.is-visible), .header__sub-nav > li:not(li.is-visible) {
    margin-top: 0;
  }
}
header__sub-nav > li.is-visible .header__ter-nav, .header__sub-nav > li.is-visible .header__ter-nav {
  display: block;
}
@media (min-width: 1440px) {
  header__sub-nav > li.is-visible .header__ter-nav, .header__sub-nav > li.is-visible .header__ter-nav {
    column-count: 2;
    column-fill: auto;
  }
}
header__sub-nav > li:first-of-type, .header__sub-nav > li:first-of-type {
  display: none;
}
@media (min-width: 1440px) {
  header__sub-nav > li:first-of-type, .header__sub-nav > li:first-of-type {
    display: flex;
    font-weight: 700;
    font-size: 2.88rem;
    letter-spacing: -0.1rem;
  }
  header__sub-nav > li:first-of-type:hover, .header__sub-nav > li:first-of-type:hover {
    color: rgba(43, 42, 39, 0.8);
  }
}
@media (min-width: 1440px) {
  header__sub-nav > li:nth-of-type(2), header__sub-nav > li:not(li.is-visible):nth-of-type(2), .header__sub-nav > li:nth-of-type(2), .header__sub-nav > li:not(li.is-visible):nth-of-type(2) {
    margin-top: 5rem;
  }
}
@media (min-width: 1440px) {
  header__sub-nav, .header__sub-nav {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
  }
}
header__sub-nav--container, .header__sub-nav--container {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1439.98px) {
  header__sub-nav--container, .header__sub-nav--container {
    transform: unset;
  }
}
header__ter-nav > li, .header__ter-nav > li {
  font-weight: 300;
  margin-top: 3rem;
}
@media (min-width: 834px) {
  header__ter-nav > li, .header__ter-nav > li {
    margin-top: 3.3rem;
  }
}
@media (min-width: 1440px) {
  header__ter-nav > li, .header__ter-nav > li {
    margin-right: 14%;
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  header__ter-nav > li, .header__ter-nav > li {
    margin-right: 40%;
  }
}
@media (min-width: 1440px) {
  header__ter-nav, .header__ter-nav {
    display: none;
    flex-flow: wrap column;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 28.5%;
    margin-top: 14rem;
  }
}
@media (min-width: 1920px) {
  header__ter-nav, .header__ter-nav {
    margin-left: 30.5%;
  }
}
header__icon, .header__icon {
  font-size: 1.6rem;
}
@media (min-width: 1440px) {
  header__icon, .header__icon {
    font-size: 1.71rem;
  }
}
header.is-open, .header.is-open {
  overflow: visible;
}
header.is-open .header__navigation, .header.is-open .header__navigation {
  padding-right: 0;
}
@media (min-width: 1440px) {
  header.is-open .header__navigation, .header.is-open .header__navigation {
    padding-right: 9rem;
  }
}
header.is-open .header__navigation--container, .header.is-open .header__navigation--container {
  opacity: 1;
  visibility: visible;
}
header.is-open .header__navigation .header__searchbtn, .header.is-open .header__navigation .header__searchbtn {
  display: none;
}
@media (min-width: 1440px) {
  header.is-open .header__navigation .header__searchbtn, .header.is-open .header__navigation .header__searchbtn {
    display: flex;
  }
}
header.is-open .header__navigation .header__icon, .header.is-open .header__navigation .header__icon {
  font-size: 1.9rem;
}
@media (min-width: 1440px) {
  header.is-open .header__navigation .header__icon, .header.is-open .header__navigation .header__icon {
    font-size: 1.71rem;
  }
}
header.is-open .header__searchbtn .header__icon:not(.header__navigation .header__searchbtn .header__icon), .header.is-open .header__searchbtn .header__icon:not(.header__navigation .header__searchbtn .header__icon) {
  font-size: 2.1rem;
}
header.is-open .header__toggler, .header.is-open .header__toggler {
  margin-right: 1.2rem;
}
header.is-open .header__toggler .header__icon, .header.is-open .header__toggler .header__icon {
  font-size: 1.9rem;
}
header.is-open .header__logo, .header.is-open .header__logo {
  display: none;
}
@media (min-width: 1440px) {
  header.is-open .header__logo, .header.is-open .header__logo {
    display: block;
  }
}
@media (min-width: 1440px) {
  header.is-open .header__background, .header.is-open .header__background {
    height: 12rem;
  }
}

.subnav-open > li:not(li.is-visible), .ternav-open > li:not(li.is-visible), .ternav-open .header__sub-nav > li:not(li.is-visible) {
  display: none;
}
.subnav-open > li.is-visible > a, .ternav-open > li.is-visible > a, .ternav-open .header__sub-nav > li.is-visible > a {
  pointer-events: none;
  color: rgba(43, 42, 39, 0.8);
}
@media (min-width: 1440px) {
  .subnav-open > li.is-visible > a, .ternav-open > li.is-visible > a, .ternav-open .header__sub-nav > li.is-visible > a {
    pointer-events: auto;
    font-weight: 700;
    color: #441f54;
  }
}
.subnav-open > li.is-visible > a:hover, .ternav-open > li.is-visible > a:hover, .ternav-open .header__sub-nav > li.is-visible > a:hover {
  color: rgba(43, 42, 39, 0.8);
}
@media (min-width: 1440px) {
  .subnav-open > li.is-visible > a:hover, .ternav-open > li.is-visible > a:hover, .ternav-open .header__sub-nav > li.is-visible > a:hover {
    pointer-events: auto;
    font-weight: 700;
    color: #441f54;
  }
  .subnav-open > li.is-visible > a:hover::after, .ternav-open > li.is-visible > a:hover::after, .ternav-open .header__sub-nav > li.is-visible > a:hover::after {
    color: #441f54;
  }
}
.subnav-open > li.is-visible > a > span::before, .subnav-open > li.is-visible > a > span::after, .ternav-open > li.is-visible > a > span::before, .ternav-open > li.is-visible > a > span::after, .ternav-open .header__sub-nav > li.is-visible > a > span::before, .ternav-open .header__sub-nav > li.is-visible > a > span::after {
  display: none;
}
.subnav-open .header__accountbtn, .ternav-open .header__accountbtn, .ternav-open .header__sub-nav .header__accountbtn {
  display: none;
}
@media (min-width: 1440px) {
  .subnav-open .header__accountbtn, .ternav-open .header__accountbtn, .ternav-open .header__sub-nav .header__accountbtn {
    display: flex;
  }
}

@media (min-width: 1440px) {
  .subnav-open > li:not(li.is-visible), .ternav-open .header__sub-nav > li:not(li.is-visible) {
    display: block;
  }
}

@media (min-width: 1440px) {
  .subnav-open > li.is-visible > a, .subnav-open > li.is-visible > a:hover, .subnav-open > li.is-visible > a:focus {
    color: #441f54;
  }
}
.subnav-open > li.is-visible .header__sub-nav--container {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1440px) {
  .subnav-open .header__sub-nav--container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 12rem);
    width: 100%;
    padding: 6rem 8%;
    background-color: #ffffff;
  }
  .subnav-open .header__sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 12rem);
    width: 100%;
    padding: 6rem 8%;
    background-color: #ffffff;
  }
}

@media (min-width: 1440px) {
  .ternav-open > li:not(li.is-visible) {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .ternav-open > li.is-visible > a, .ternav-open > li.is-visible > a:hover, .ternav-open > li.is-visible > a:focus {
    color: #441f54;
  }
}
.ternav-open > li.is-visible > a {
  display: none;
}
@media (min-width: 1440px) {
  .ternav-open > li.is-visible > a {
    display: block;
  }
}
.ternav-open > li.is-visible .header__sub-nav--container {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1440px) {
  .ternav-open .header__sub-nav--container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 12rem);
    width: 100%;
    padding: 6rem 8%;
    background-color: #ffffff;
  }
  .ternav-open .header__sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 12rem);
    width: 100%;
    padding: 6rem 8%;
    background-color: #ffffff;
  }
}
.ternav-open .header__sub-nav > a {
  display: none;
}
@media (min-width: 1440px) {
  .ternav-open .header__sub-nav > a {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .ternav-open .header__sub-nav > li.is-visible > a {
    display: block;
  }
}
@media (min-width: 1440px) {
  .ternav-open .header__sub-nav > li.is-visible > a > span::before, .ternav-open .header__sub-nav > li.is-visible > a > span::after {
    display: inline-block;
  }
}

.search-open .header__search {
  opacity: 1;
  visibility: visible;
}
.search-open .header__image {
  opacity: 0;
  visibility: hidden;
}
.search-open .header__top-nav .header__searchbtn {
  top: -1rem;
  color: #441f54;
}
.search-open .header__top-nav .header__searchbtn span {
  opacity: 1;
  visibility: visible;
}

.contact-tab {
  top: 0;
  right: 0;
  z-index: 20000;
  color: #ffffff;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: right top;
  transition: color 0.25s linear;
}
@media (orientation:landscape) {
  .contact-tab {
    display: none !important;
  }
}
@media (min-width: 834px) and (orientation:landscape) {
  .contact-tab {
    display: block !important;
  }
}
.contact-tab a {
  background-color: #441f54;
  border-top-left-radius: 0.5rem;
  -moz-border-top-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  padding: 1.6rem 2.9rem;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.16rem;
}
@media (min-width: 834px) {
  .contact-tab a {
    padding: 1.6rem 3.9rem;
  }
}
@media (min-width: 1440px) {
  .contact-tab a {
    padding: 2.5rem 3.6rem;
    font-size: 1.8rem;
    line-height: 1.25;
    letter-spacing: 0.18rem;
  }
}
.contact-tab:hover {
  color: rgba(255, 255, 255, 0.7);
}
.contact-tab:hover .link-anim__arrow--line {
  width: 5rem;
}
.contact-tab:active, .contact-tab:focus {
  color: #ffffff;
}
.contact-tab .link-anim__arrow {
  display: none;
}

.nav-expand .header--hide, .nav-expand .header--scroll-up {
  transform: unset;
}
.nav-expand .contact-tab {
  background-color: #ffffff;
  padding-left: 5.2rem;
  padding-right: 5.1rem;
  padding-bottom: 5rem;
  transform: unset;
  bottom: 0;
  top: unset;
  left: 0;
  z-index: 20000;
  letter-spacing: 0.032rem;
  display: block !important;
}
.nav-expand .contact-tab a {
  display: flex;
  align-items: center;
  padding: 2.5rem 3.6rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}
.nav-expand .contact-tab .link-anim__arrow--container {
  min-width: 7.5rem;
}
.nav-expand .contact-tab .link-anim__arrow {
  display: flex;
}
@media (min-width: 1106px) {
  .nav-expand .contact-tab {
    padding-left: 11rem;
    padding-right: 0;
    max-width: calc(100vw - 60.4rem);
  }
  .nav-expand .contact-tab a {
    font-size: 2.4rem;
    letter-spacing: 0.05rem;
    max-width: 42.1rem;
  }
  .nav-expand .contact-tab .link-anim__arrow {
    transform: scale(1.3);
    transform-origin: left;
  }
}
@media (min-width: 1440px) {
  .nav-expand .contact-tab {
    background-color: transparent;
    padding: 0;
    max-width: none;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    margin: 0;
    transform: rotate(-90deg) translateY(-100%);
    transform-origin: right top;
  }
  .nav-expand .contact-tab a {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    max-width: none;
    display: block;
    padding: 2.5rem 3.6rem;
    letter-spacing: 0.18rem;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
  }
  .nav-expand .contact-tab .link-anim__arrow {
    display: none;
  }
}

.search-expand .contact-tab {
  z-index: 0;
}
@media (min-width: 1440px) {
  .search-expand .contact-tab {
    z-index: 20000;
  }
}

.is-topnav .header__navigation--container {
  padding-bottom: 5rem;
  padding-right: 2.5rem;
}
@media (min-width: 1440px) {
  .is-topnav .header__navigation--container {
    padding: 0;
  }
}
.is-topnav .header__top-nav {
  height: calc(100vh - 30rem);
  overflow-y: auto;
  padding-right: 2.6rem;
}
.is-topnav .header__top-nav li {
  flex-shrink: 0;
}
@media (min-width: 834px) {
  .is-topnav .header__top-nav li {
    max-width: 41.4rem;
  }
}
@media (min-width: 834px) {
  .is-topnav .header__top-nav {
    max-width: none;
  }
}
@media (min-width: 1106px) {
  .is-topnav .header__top-nav {
    max-width: calc(100vw - 69.4rem);
    height: calc(100vh - 32rem);
  }
}
@media (min-width: 1440px) {
  .is-topnav .header__top-nav {
    max-width: none;
    height: calc(100vh - 15.2rem);
  }
}

.is-subnav .header__navigation--container {
  padding-bottom: 5rem;
  padding-right: 2.5rem;
}
@media (min-width: 1440px) {
  .is-subnav .header__navigation--container {
    padding: 0;
  }
}
@media (min-width: 834px) {
  .is-subnav .header__top-nav {
    max-width: none;
  }
}
@media (min-width: 1106px) {
  .is-subnav .header__top-nav {
    max-width: calc(100vw - 69.4rem);
  }
}
@media (min-width: 1440px) {
  .is-subnav .header__top-nav {
    max-width: none;
  }
}
.is-subnav .header__top-nav--link, .is-subnav .header__sub-nav--link {
  margin-bottom: 3rem;
}
@media (min-width: 834px) {
  .is-subnav .header__top-nav--link, .is-subnav .header__sub-nav--link {
    margin-bottom: 3.3rem;
  }
}
@media (min-width: 1440px) {
  .is-subnav .header__top-nav--link, .is-subnav .header__sub-nav--link {
    margin-bottom: 0;
  }
}
.is-subnav .header__sub-nav {
  height: calc(100vh - 36rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2.6rem;
  padding-left: 6rem;
  margin-left: -6rem;
}
@media (min-width: 1106px) {
  .is-subnav .header__sub-nav {
    height: calc(100vh - 38rem);
  }
}
@media (min-width: 1440px) {
  .is-subnav .header__sub-nav {
    margin: 6rem 0;
    padding: 0 8%;
    height: calc(100vh - 22.2rem);
    max-width: calc(100vw - 57.6rem);
  }
}
@media (min-width: 834px) {
  .is-subnav .header__sub-nav li {
    max-width: 41.4rem;
  }
}
@media (min-width: 1440px) {
  .is-subnav .header__sub-nav li:first-of-type {
    margin-bottom: 5rem;
  }
}
.is-subnav .header__sub-nav li + li:not(li.is-visible) {
  margin-top: 0;
  margin-bottom: 3rem;
}
.is-subnav .header__sub-nav li + li:not(li.is-visible):last-of-type {
  margin-bottom: 5rem;
}
@media (min-width: 834px) {
  .is-subnav .header__sub-nav li + li:not(li.is-visible) {
    margin-bottom: 3.3rem;
  }
}
@media (min-width: 1440px) {
  .is-subnav .header__sub-nav li + li:not(li.is-visible):last-of-type {
    margin-bottom: 0;
  }
}

.is-ternav .header__navigation--container {
  padding-bottom: 5rem;
  padding-right: 2.5rem;
}
@media (min-width: 1440px) {
  .is-ternav .header__navigation--container {
    padding: 0;
  }
}
.is-ternav .header__sub-nav {
  overflow-x: hidden;
}
@media (min-width: 1440px) {
  .is-ternav .header__sub-nav {
    margin: 6rem 0 0;
    padding: 0 8%;
    height: calc(100vh - 22.2rem);
    max-width: calc(100vw - 57.6rem);
  }
}
@media (min-width: 1920px) {
  .is-ternav .header__sub-nav {
    overflow-y: hidden;
    margin: 0;
    padding: 6rem 8%;
    max-width: none;
  }
}
.is-ternav .header__top-nav--link, .is-ternav .header__sub-nav--link {
  margin-bottom: 3rem;
}
@media (min-width: 834px) {
  .is-ternav .header__top-nav--link, .is-ternav .header__sub-nav--link {
    margin-bottom: 3.3rem;
  }
}
@media (min-width: 1440px) {
  .is-ternav .header__top-nav--link, .is-ternav .header__sub-nav--link {
    margin-bottom: 0;
  }
}
@media (min-width: 834px) {
  .is-ternav .header__top-nav {
    max-width: none;
  }
}
@media (min-width: 1106px) {
  .is-ternav .header__top-nav {
    max-width: calc(100vw - 69.4rem);
  }
}
.is-ternav .header__ter-nav {
  height: calc(var(--vh, 1vh) * 100 - 31rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2.6rem;
  padding-left: 6rem;
  margin-left: -6rem;
}
.is-ternav .header__ter-nav li {
  margin-top: 0;
  margin-bottom: 3rem;
}
.is-ternav .header__ter-nav li:last-of-type {
  margin-bottom: 5rem;
}
@media (min-width: 834px) {
  .is-ternav .header__ter-nav li {
    max-width: 41.4rem;
    margin-bottom: 3.3rem;
  }
}
@media (min-width: 1440px) {
  .is-ternav .header__ter-nav li:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1106px) {
  .is-ternav .header__ter-nav {
    height: calc(100vh - 38rem);
  }
}
@media (min-width: 1440px) {
  .is-ternav .header__ter-nav {
    height: 33vw;
    width: calc(100vw - 95.8rem);
    margin: 0;
    padding: 7.9rem 0 0 6rem;
    margin-left: calc(32.5% + 6rem);
  }
  .is-ternav .header__ter-nav > a {
    min-width: 29.4rem;
  }
}
@media (min-width: 1920px) {
  .is-ternav .header__ter-nav {
    height: calc(100vh - 38rem);
    margin-top: 14rem;
    margin-left: 30.5%;
    padding: 0;
    width: auto;
    overflow: unset;
  }
}

.search {
  height: 0;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  font-size: 3rem;
  z-index: -1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in, visibility 0.25s ease-in;
}
.search.active {
  visibility: visible;
  height: 100vh;
  opacity: 1;
  z-index: 300;
}
.search.active {
  padding-top: 2.5rem;
}
@media (min-width: 834px) {
  .search.active {
    padding-top: 1rem;
  }
}
@media (min-width: 1440px) {
  .search {
    height: 100vh;
    position: fixed;
    top: 10.2rem;
    left: 0;
    padding-top: 2.8rem;
  }
  .search.active {
    padding-top: 2.8rem;
  }
}
@media (min-width: 1440px) {
  .search {
    font-size: 2.4rem;
  }
}
.search__container {
  width: 100%;
}
@media (min-width: 1440px) {
  .search__container {
    width: 80%;
  }
}
.search__form {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: solid 0.3rem #e3ddd4;
}
.search__input {
  border: none;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.105rem;
  font-weight: 700;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}
.search__input::placeholder {
  color: #e3ddd4;
}
.search__input:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
.search__input:focus::placeholder {
  color: rgba(43, 42, 39, 0.8);
}
@media (min-width: 834px) {
  .search__input {
    font-size: 3.2rem;
    letter-spacing: -0.112rem;
  }
}
@media (min-width: 1440px) {
  .search__input {
    font-size: 6.4rem;
    letter-spacing: -0.224rem;
    padding: 3.5rem;
  }
}
.search__input-brd {
  position: absolute;
  border-left: solid 0.3rem #441f54;
  height: 2.5rem;
  padding: 1rem;
  margin-top: -0.3rem;
}
@media (min-width: 1440px) {
  .search__input-brd {
    height: 8rem;
    padding: 3.5rem;
    border-width: 0.5rem;
    margin-top: -1rem;
  }
}
.search__list-container {
  margin-top: 7.1rem;
}
@media (min-width: 1440px) {
  .search__list-container {
    padding: 0 3.5rem;
    margin-top: 9.15rem;
  }
}
.search__list {
  margin-top: 1.7rem;
}
@media (min-width: 1106px) {
  .search__list {
    margin-top: 2.8rem;
  }
}
@media (min-width: 1106px) {
  .search__list {
    margin-top: -0.3rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1106px) {
  .search__list {
    margin-top: 1.65rem;
  }
}
.search__list-item {
  margin-top: 2.15rem;
}
.search__list-item:first-of-type {
  margin-top: 0;
}
.search__list-item a {
  line-height: 2rem;
}
@media (min-width: 834px) {
  .search__list-item a {
    letter-spacing: -0.008rem;
  }
}
@media (min-width: 1440px) {
  .search__list-item a {
    font-size: 1.6rem;
    line-height: 2.24rem;
    letter-spacing: -0.008rem;
  }
}
@media (min-width: 834px) {
  .search__list-item {
    margin-top: 3.15rem;
  }
}
@media (min-width: 1106px) {
  .search__list-item {
    flex: 1 1 50%;
  }
  .search__list-item:first-of-type {
    margin-top: 3.15rem;
  }
}
@media (min-width: 1440px) {
  .search__list-item {
    margin-top: 2.9rem;
  }
}
.search__clear {
  font-size: 5rem;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .search__clear {
    font-size: 4rem;
  }
}

.footer {
  background-color: #eae5e1 !important;
  padding: 9.107rem 0 8.7rem 0;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -0.008rem;
}
@media (min-width: 834px) {
  .footer {
    padding: 13rem 0 9.7rem 0;
  }
}
@media (min-width: 1106px) {
  .footer {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .footer {
    font-size: 1.44rem;
    line-height: 1.8rem;
    letter-spacing: -0.007rem;
    padding: 13rem 0 11.7rem 0;
  }
}
.footer__left {
  order: 2;
}
@media (min-width: 834px) {
  .footer__left {
    order: 1;
  }
}
@media (min-width: 1106px) {
  .footer__left {
    order: unset;
  }
}
@media (min-width: 834px) {
  .footer__right {
    order: 2;
  }
}
@media (min-width: 834px) {
  .footer__sitemap-legal {
    margin-top: 7.1rem;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1106px) {
  .footer__sitemap-legal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: unset;
  }
}
.footer__sitemap {
  margin-bottom: 4.3rem;
}
@media (min-width: 1106px) {
  .footer__sitemap {
    margin-bottom: 0;
  }
}
.footer__sitemap-item {
  margin-bottom: 2rem;
}
.footer__sitemap-item:last-child {
  margin-bottom: 0;
}
.footer__sitemap-link {
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: -0.105rem;
  color: rgba(43, 42, 39, 0.8);
  transition: color 0.25s linear;
}
.footer__sitemap-link:hover {
  color: #2b2a27;
}
@media (min-width: 1440px) {
  .footer__sitemap-link {
    font-size: 3.96rem;
    line-height: 4.14rem;
    letter-spacing: -0.139rem;
  }
}
@media (min-width: 834px) {
  .footer__legal {
    margin-left: 30%;
    margin-top: 0.5rem;
  }
}
@media (min-width: 1106px) {
  .footer__legal {
    display: flex;
    flex-direction: column;
    margin-left: unset;
  }
}
.footer__legal-item {
  margin-bottom: 3rem;
}
.footer__legal-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .footer__legal-item {
    font-size: 1.44rem;
    line-height: 1.8rem;
    letter-spacing: -0.007rem;
  }
}
.footer__legal-link {
  color: rgba(43, 42, 39, 0.8);
  transition: color 0.25s linear;
}
.footer__legal-link:hover {
  color: #2b2a27;
  text-decoration: underline;
}
.footer__language {
  margin: 3.1rem 0 5.386rem;
}
@media (min-width: 1106px) {
  .footer__language {
    margin: 0;
    margin-top: auto;
    margin-bottom: 0.45rem;
    padding-top: 6.3rem;
  }
}
.footer__language-text {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -0.008rem;
}
@media (min-width: 1440px) {
  .footer__language-text {
    font-size: 1.44rem;
    line-height: 1.8rem;
    letter-spacing: -0.007rem;
  }
}
.footer__language-text span:first-child {
  color: rgba(43, 42, 39, 0.8);
}
.footer__language-text span:last-child {
  padding-left: 1rem;
}
@media (min-width: 1106px) {
  .footer__into-social {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 32.1rem;
  }
}
@media (min-width: 1440px) {
  .footer__into-social {
    max-width: 53rem;
  }
}
.footer__intro-top {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.056rem;
}
@media (min-width: 1106px) {
  .footer__intro-top {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.07rem;
  }
}
@media (min-width: 1440px) {
  .footer__intro-top {
    font-size: 1.44rem;
    line-height: 1.8rem;
    letter-spacing: -0.007rem;
  }
}
.footer__intro-bottom {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.07rem;
  margin-top: 4.2rem;
  margin-bottom: 0.907rem;
}
@media (min-width: 1440px) {
  .footer__intro-bottom {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: -0.063rem;
  }
}
.footer__link {
  letter-spacing: 0.032rem;
  line-height: 1.8rem;
}
.footer__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__logo-container {
  padding: 4.097rem 0 3.615rem 0;
  margin-top: -2.5rem;
  margin-bottom: 10rem;
  transform: scale(0.8);
  transform-origin: left bottom;
}
.footer__logo-container div {
  flex: 50%;
}
.footer__logo-container div i {
  font-size: 3.5rem;
}
.footer__logo-container div i::after {
  position: absolute;
  content: "";
  background: url("/source/970e862dd4c9eaa07631ee2413d3626b/Footer_Circles.svg") left top no-repeat;
  background-size: contain;
  height: 266px;
  width: 306px;
  left: -124px;
  top: -118px;
  opacity: 0.2;
}
@media (min-width: 834px) {
  .footer__logo-container div i::after {
    transform: scale(1);
  }
}
@media (min-width: 834px) {
  .footer__logo-container div i {
    font-size: 4.8rem;
  }
}
@media (min-width: 1440px) {
  .footer__logo-container div i {
    font-size: 4.32rem;
  }
}
@media (min-width: 834px) {
  .footer__logo-container {
    padding: 3rem 0 4.2rem;
    transform: scale(1);
  }
}
.footer__credits a:hover {
  color: #2b2a27;
}
.footer__credits p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -0.007rem;
  color: rgba(43, 42, 39, 0.8);
}
@media (min-width: 834px) {
  .footer__credits {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer__credits p {
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: -0.008rem;
    margin-right: 1rem;
  }
  .footer__credits p:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .footer__credits p {
    font-size: 1.26rem;
    line-height: 1.62rem;
    letter-spacing: -0.006rem;
  }
}
.footer__credits a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.footer__sublinks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5.6rem;
  flex-wrap: wrap;
}
@media (min-width: 834px) {
  .footer__sublinks {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1106px) {
  .footer__sublinks {
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
    padding-top: 5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .footer__sublinks {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }
}
.footer__btn {
  display: flex;
  align-items: center;
  border: 0.15rem solid #441f54;
  border-radius: 3.2rem;
  -webkit-border-radius: 3.2rem;
  -moz-border-radius: 3.2rem;
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  text-transform: uppercase;
  background: #441f54;
  color: #ffffff;
}
@media (min-width: 834px) {
  .footer__btn {
    margin-top: 0;
  }
}
@media (min-width: 1106px) {
  .footer__btn {
    margin-top: 2rem;
  }
}
@media (min-width: 1440px) {
  .footer__btn {
    margin-top: 0;
  }
}
.footer__btn:hover {
  color: #ffffff;
  border-color: #3b1c4a;
  background-color: #3b1c4a;
}
.footer__btn i {
  font-size: 1.4rem;
}
@media (min-width: 1440px) {
  .footer__btn i {
    font-size: 1.26rem;
  }
}
.footer__btn span {
  font-weight: 700;
  font-size: 1.2rem;
  margin-left: 1.9rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0.2rem;
}
@media (min-width: 1440px) {
  .footer__btn span {
    font-size: 1.08rem;
  }
}

.hero-banner h1, .hero-banner .h1 {
  color: currentColor;
}
@media (min-width: 834px) {
  .hero-banner h1, .hero-banner .h1 {
    max-width: 85%;
  }
}
@media (min-width: 834px) {
  .hero-banner h4, .hero-banner .h4 {
    max-width: 85%;
  }
}
@media (min-width: 1106px) {
  .hero-banner.text-istop {
    margin-top: 11rem;
  }
}
@media (min-width: 1440px) {
  .hero-banner.text-istop {
    margin-top: 12rem;
  }
}
@media (min-width: 834px) {
  .hero-banner.text-ismiddle h1, .hero-banner.text-ismiddle .h1, .hero-banner.text-ismiddle h4, .hero-banner.text-ismiddle .h4 {
    max-width: none;
  }
}
.hero-banner.no-img {
  margin-top: 9.5rem;
}
@media (min-width: 1106px) {
  .hero-banner.no-img {
    margin-top: 11rem;
  }
}
@media (min-width: 1440px) {
  .hero-banner.no-img {
    margin-top: 10.2rem;
  }
}
.hero-banner__media {
  width: 100%;
  height: 35rem;
  position: relative;
}
@media (min-width: 428px) {
  .hero-banner__media {
    height: 48rem;
  }
}
@media (min-width: 834px) {
  .hero-banner__media {
    height: 56rem;
  }
}
@media (min-width: 1106px) {
  .hero-banner__media {
    height: 83.4rem;
  }
}
@media (min-width: 1440px) {
  .hero-banner__media {
    height: 86.4rem;
  }
}
.hero-banner__media.has-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 70%;
  background: linear-gradient(90deg, rgba(43, 42, 39, 0.8) 0, transparent 100%);
  opacity: 0.9;
}
@media (max-width: 833.98px) {
  .hero-banner__media.has-overlay::after {
    display: none;
  }
}
.hero-banner__video, .hero-banner__image {
  position: absolute;
  top: 5rem;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (min-width: 834px) {
  .hero-banner__video, .hero-banner__image {
    top: 0;
  }
}
.text-istop .hero-banner__video, .text-istop .hero-banner__image {
  z-index: -1;
}
.hero-banner__video img, .hero-banner__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.text-isbottom .hero-banner__video img, .text-isbottom .hero-banner__image img {
  object-position: bottom;
}
.text-isbottom.text-halfwidth .hero-banner__video img, .text-isbottom.text-halfwidth .hero-banner__image img {
  object-position: center;
}
.hero-banner__video video, .hero-banner__video iframe, .hero-banner__image video, .hero-banner__image iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: inset(1px 1px);
  transform: scale(1.01);
}
.hero-banner__video:after, .hero-banner__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(237, 237, 237) 100%);
  opacity: 0.2;
}
.hero-banner__title h1 + p, .hero-banner__title .h1 + p {
  margin-top: 3.5rem;
}
.hero-banner__title:not(.text-isfirst .hero-banner__title):not(.text-istop .hero-banner__title):not(.text-tobottomedge .hero-banner__title):not(.text-tobothedge .hero-banner__title):not(.text-isbottom .hero-banner__title):not(.no-img .hero-banner__title):not(.text-halfwidth .hero-banner__title):not(.text-ismiddle .hero-banner__title) {
  top: 11.9rem;
  width: 42.4rem;
}
@media (max-width: 833.98px) {
  .hero-banner__title:not(.text-isfirst .hero-banner__title):not(.text-istop .hero-banner__title):not(.text-tobottomedge .hero-banner__title):not(.text-tobothedge .hero-banner__title):not(.text-isbottom .hero-banner__title):not(.no-img .hero-banner__title):not(.text-halfwidth .hero-banner__title):not(.text-ismiddle .hero-banner__title) {
    position: relative !important;
    padding: 7rem 0rem;
    background: rgba(43, 42, 39, 0.8);
    color: white !important;
    width: 100%;
    top: unset;
  }
  .hero-banner__title:not(.text-isfirst .hero-banner__title):not(.text-istop .hero-banner__title):not(.text-tobottomedge .hero-banner__title):not(.text-tobothedge .hero-banner__title):not(.text-isbottom .hero-banner__title):not(.no-img .hero-banner__title):not(.text-halfwidth .hero-banner__title):not(.text-ismiddle .hero-banner__title).light {
    background: #eeecea;
    color: #2b2a27 !important;
  }
}
@media (max-width: 427.98px) {
  .hero-banner__title:not(.text-isfirst .hero-banner__title):not(.text-istop .hero-banner__title):not(.text-tobottomedge .hero-banner__title):not(.text-tobothedge .hero-banner__title):not(.text-isbottom .hero-banner__title):not(.no-img .hero-banner__title):not(.text-halfwidth .hero-banner__title):not(.text-ismiddle .hero-banner__title) {
    padding: 4rem 0rem;
  }
}
@media (min-width: 834px) {
  .hero-banner__title:not(.text-isfirst .hero-banner__title):not(.text-istop .hero-banner__title):not(.text-tobottomedge .hero-banner__title):not(.text-tobothedge .hero-banner__title):not(.text-isbottom .hero-banner__title):not(.no-img .hero-banner__title):not(.text-halfwidth .hero-banner__title):not(.text-ismiddle .hero-banner__title) {
    top: 19.3rem;
    width: 69.4rem;
  }
}
@media (min-width: 1106px) {
  .hero-banner__title:not(.text-isfirst .hero-banner__title):not(.text-istop .hero-banner__title):not(.text-tobottomedge .hero-banner__title):not(.text-tobothedge .hero-banner__title):not(.text-isbottom .hero-banner__title):not(.no-img .hero-banner__title):not(.text-halfwidth .hero-banner__title):not(.text-ismiddle .hero-banner__title) {
    top: 23.3rem;
    width: 70rem;
  }
}
@media (min-width: 1440px) {
  .hero-banner__title:not(.text-isfirst .hero-banner__title):not(.text-istop .hero-banner__title):not(.text-tobottomedge .hero-banner__title):not(.text-tobothedge .hero-banner__title):not(.text-isbottom .hero-banner__title):not(.no-img .hero-banner__title):not(.text-halfwidth .hero-banner__title):not(.text-ismiddle .hero-banner__title) {
    width: 95rem;
  }
}
@media (min-width: 1920px) {
  .hero-banner__title:not(.text-isfirst .hero-banner__title):not(.text-istop .hero-banner__title):not(.text-tobottomedge .hero-banner__title):not(.text-tobothedge .hero-banner__title):not(.text-isbottom .hero-banner__title):not(.no-img .hero-banner__title):not(.text-halfwidth .hero-banner__title):not(.text-ismiddle .hero-banner__title) {
    width: 112rem;
  }
}
.text-istop .hero-banner__title {
  left: 0;
  right: 0;
  top: 0rem;
  background: linear-gradient(180deg, #ffffff 85%, transparent 85%);
  margin-bottom: -5.2rem;
}
@media (min-width: 834px) {
  .text-istop .hero-banner__title {
    margin-bottom: -7.9rem;
  }
}
@media (min-width: 1106px) {
  .text-istop .hero-banner__title {
    position: absolute;
  }
}
@media (min-width: 1106px) {
  .text-ismiddle .hero-banner__title {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% + 5.5rem);
    transform: translateY(-50%);
  }
}
.text-isbottom .hero-banner__title {
  left: 0;
  right: 0;
  bottom: -5.9rem;
}
@media (min-width: 834px) {
  .text-isbottom .hero-banner__title {
    bottom: -8rem;
  }
}
@media (min-width: 1106px) {
  .text-isbottom .hero-banner__title {
    position: absolute;
  }
}
.text-isfirst .hero-banner__title, .no-img .hero-banner__title {
  padding: 7rem 0 0;
}
@media (min-width: 1106px) {
  .text-isfirst .hero-banner__title, .no-img .hero-banner__title {
    padding: 18rem 0 15rem;
    max-width: 85%;
  }
}
@media (min-width: 1440px) {
  .text-isfirst .hero-banner__title, .no-img .hero-banner__title {
    padding-top: 17.1rem;
  }
}
.text-tobottomedge .hero-banner__title {
  bottom: -0.1rem;
}
.text-tobothedge .hero-banner__title {
  top: 0;
  bottom: 0;
}
.no-img .hero-banner__title {
  padding-bottom: 0;
}
.text-isbottom .hero-banner__container, .text-istop .hero-banner__container, .text-ismiddle .hero-banner__container {
  width: 100%;
  background: #ffffff;
  border-radius-top-left: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  -moz-border-top-left-radius: 0.5rem;
  border-radius-top-right: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -moz-border-top-right-radius: 0.5rem;
  padding: 5rem 0 0 0;
}
@media (min-width: 834px) {
  .text-isbottom .hero-banner__container, .text-istop .hero-banner__container, .text-ismiddle .hero-banner__container {
    padding: 7rem 0 0 0;
  }
}
@media (min-width: 1106px) {
  .text-isbottom .hero-banner__container, .text-istop .hero-banner__container, .text-ismiddle .hero-banner__container {
    padding: 7rem 7.9rem;
  }
}
.text-istop .hero-banner__container {
  border-radius-bottom-left: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-bottom-left-radius: 0.5rem;
  border-radius-bottom-right: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
  -moz-border-bottom-right-radius: 0.5rem;
}
@media (min-width: 1106px) {
  .text-halfwidth .hero-banner__container {
    max-width: 50%;
  }
}
.text-tobothedge .hero-banner__container {
  border-radius: 0;
  padding: 7rem 2rem;
}
@media (min-width: 428px) {
  .text-tobothedge .hero-banner__container {
    padding-left: 5.2rem;
  }
}
@media (min-width: 834px) {
  .text-tobothedge .hero-banner__container {
    padding-left: 8.8rem;
  }
}
@media (min-width: 1106px) {
  .text-tobothedge .hero-banner__container {
    padding-left: 8.8rem;
    padding-top: 18rem;
    padding-right: 9rem;
  }
}
@media (min-width: 1440px) {
  .text-tobothedge .hero-banner__container {
    padding-left: 12rem;
    padding-top: 17.2rem;
  }
}
@media (min-width: 1920px) {
  .text-tobothedge .hero-banner__container {
    padding-left: 18.1rem;
  }
}
.text-ismiddle .hero-banner__container {
  border-radius-top-left: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
  -moz-border-bottom-right-radius: 0.5rem;
}
.hero-banner__company-logo {
  margin-top: 5rem;
}
.hero-banner__company-logo img {
  max-width: 24rem;
  max-height: 3.2rem;
}
@media (min-width: 834px) {
  .hero-banner__company-logo img {
    max-width: none;
  }
}
@media (min-width: 1106px) {
  .text-tobothedge .hero-banner__company-logo {
    margin-top: 10rem;
  }
}
.hero-banner__link {
  margin-top: 5rem;
}

.articles {
  padding-bottom: 10rem;
}
@media (min-width: 1440px) {
  .articles {
    padding-bottom: 16rem;
  }
}
.articles__top {
  background: linear-gradient(0deg, #ffffff 0%, #eeecea 0%, #eeecea 45%, #ffffff 45%);
}
.flush-to-top {
  padding-top: 9.5rem !important;
}
@media (min-width: 834px) {
  .flush-to-top {
    padding-top: 12.5rem !important;
  }
}
@media (min-width: 1440px) {
  .flush-to-top {
    padding-top: 10.5rem !important;
  }
}

.article__spacer {
  padding-right: 0;
}
@media (min-width: 834px) {
  .article__spacer {
    padding-right: 1rem;
  }
}
.article.has-gradient > .container {
  background: linear-gradient(0deg, #ffffff 0%, #eeecea 0%, #eeecea 50%, #ffffff 50%);
}
.article img {
  vertical-align: bottom;
}
.article.has-gradient > .container {
  background: linear-gradient(0deg, #ffffff 0%, #eeecea 0%, #eeecea 50%, #ffffff 50%);
}
.article__container {
  position: relative;
}
.article__container .row {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}
.article__absolute-cont {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.article__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
.article__picture {
  border-radius: 0.5rem;
  overflow: hidden;
}
.article__picture img {
  display: block;
  width: 100%;
  min-height: 41.8rem;
  max-height: 41.8rem;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1106px) {
  .article__picture img {
    min-height: 66.4rem;
    max-height: 66.4rem;
  }
}
@media (min-width: 2200px) {
  .article__picture img {
    min-height: 92.4rem;
    max-height: 92.4rem;
  }
}
.article__picture--static-length img {
  min-height: 41.8rem;
  max-height: 41.8rem;
}
@media (min-width: 1106px) {
  .article__picture--static-length img {
    min-height: 66.4rem;
    max-height: 66.4rem;
  }
}
.article__picture--half img {
  min-height: 41.8rem;
  max-height: 41.8rem;
}
@media (min-width: 1106px) {
  .article__picture--half img {
    min-height: 66.4rem;
    max-height: 66.4rem;
  }
}
@media (min-width: 1106px) {
  .article__picture--r-padding {
    padding-right: 5.7rem;
    height: 66.4rem;
  }
  .article__picture--r-padding img {
    border-radius: 0.5rem;
  }
}
.article__picture--r-padding img {
  min-height: 41.8rem;
  max-height: 41.8rem;
}
@media (min-width: 1106px) {
  .article__picture--r-padding img {
    min-height: 66.4rem;
    max-height: 66.4rem;
  }
}
@media (min-width: 1106px) {
  .article__picture--l-padding {
    padding-left: 5.7rem;
    height: 66.4rem;
  }
  .article__picture--l-padding img {
    border-radius: 0.5rem;
  }
}
.article__picture--l-padding img {
  min-height: 41.8rem;
  max-height: 41.8rem;
}
@media (min-width: 1106px) {
  .article__picture--l-padding img {
    min-height: 66.4rem;
    max-height: 66.4rem;
  }
}
.article__picture--padding {
  min-height: 41.8rem;
  max-height: 41.8rem;
}
@media (min-width: 1106px) {
  .article__picture--padding {
    min-height: 66.4rem;
    max-height: 66.4rem;
  }
}
.article__picture--padding img {
  min-height: 100%;
  max-height: 100%;
}
@media (min-width: 1106px) {
  .article__picture--padding {
    padding: 5.7rem;
    padding-right: 0;
  }
  .article__picture--padding-r {
    padding-right: 5.7rem;
    padding-left: 0;
  }
}
.article__picture--square img {
  min-height: 41.8rem;
  max-height: 41.8rem;
}
.article__picture--auto-height img {
  height: 33rem;
  max-height: 33rem;
}
@media (min-width: 834px) {
  .article__picture--auto-height img {
    height: 56rem;
    max-height: 56rem;
  }
}
.article__picture--border-radius-r {
  border-radius: 0;
  border-bottom-right-radius: 0.5rem;
}
.article__content {
  height: 100%;
  width: 100%;
}
@media (min-width: 1106px) {
  .article__content--half-r {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5.7rem;
  }
}
@media (min-width: 1106px) {
  .article__content--half-l {
    width: 50%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 5.7rem;
  }
}
@media (min-width: 1106px) {
  .article__content--r-padding {
    width: 50%;
    top: 0;
    right: 0;
    position: absolute;
    padding: 5.7rem 0 5.7rem 11.4rem;
  }
}
@media (min-width: 1106px) {
  .article__content--l-padding {
    width: 50%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 5.7rem 11.4rem 5.7rem 0;
  }
}
.article__content--height-75 {
  height: 100%;
}
@media (min-width: 1440px) {
  .article__content--height-75 {
    height: 75%;
  }
}
@media (min-width: 1106px) {
  .article__content--static-length {
    min-height: 66.4rem;
    max-height: 66.4rem;
  }
}
.article__footer {
  padding-left: 2rem;
}
@media (min-width: 428px) {
  .article__footer {
    padding-left: 5.2rem;
  }
}
@media (min-width: 834px) {
  .article__footer {
    padding-left: 8.8rem;
  }
}
@media (min-width: 1106px) {
  .article__footer {
    padding-left: 12rem;
  }
}
@media (min-width: 1440px) {
  .article__footer {
    padding-left: 9rem;
    padding-bottom: 5rem;
  }
}
.article__autor--margin-half {
  margin-top: -3.95rem;
}
.article__autor-cred {
  margin-top: 0.5rem;
}
.article__thumb-picture {
  height: 8.9rem;
  width: 8.9rem;
  min-width: 8.9rem;
  border-radius: 50%;
  border: solid #ffffff 0.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.article__thumb-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.article__thumb-picture .no-border {
  border: none;
}
.article__autor-name, .article__date, .article__autor-descr {
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -0.049rem;
  margin-left: 0.5rem;
}
@media (min-width: 1440px) {
  .article__autor-name, .article__date, .article__autor-descr {
    font-size: 1.26rem;
    line-height: 1.62rem;
    letter-spacing: -0.044rem;
  }
}
.article__autor-name--pl, .article__date--pl, .article__autor-descr--pl {
  padding-left: 1rem;
}
.article__social {
  right: 2rem;
  top: 4rem;
}
@media (min-width: 428px) {
  .article__social {
    right: 5.2rem;
  }
}
@media (min-width: 834px) {
  .article__social {
    right: 8.8rem;
  }
}
@media (min-width: 1106px) {
  .article__social {
    right: 13rem;
  }
}
.article__social .social-link {
  margin-right: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #ffffff;
  border-color: #e3ddd4;
  color: rgba(43, 42, 39, 0.8);
  transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear;
}
.article__social .social-link__copy .tooltip__text {
  color: rgba(43, 42, 39, 0.8);
}
.article__social .social-link:hover {
  background-color: #e3ddd4;
  border-color: #e3ddd4;
  color: #ffffff;
}
.article__social .social-link:last-of-type {
  margin-right: 0;
}
.article .pe-2, .article.pe-2 {
  padding-right: 0 !important;
}
@media (min-width: 1106px) {
  .article .pe-2, .article.pe-2 {
    padding-right: 2.1rem !important;
  }
}
.article .ps-2, .article.ps-2 {
  padding-left: 0 !important;
}
@media (min-width: 1106px) {
  .article .ps-2, .article.ps-2 {
    padding-left: 2.1rem !important;
  }
}
.article .pt-2, .article.pt-2 {
  padding-top: 1.5rem !important;
}
@media (min-width: 1106px) {
  .article .pt-2, .article.pt-2 {
    padding-top: 2.1rem !important;
  }
}
.article .pb-2, .article.pb-2 {
  padding-bottom: 1.5rem !important;
}
@media (min-width: 1106px) {
  .article .pb-2, .article.pb-2 {
    padding-bottom: 2.1rem !important;
  }
}
.article .pt-3, .article.pt-3 {
  padding-top: 3rem !important;
}
.article .pt-sm-3, .article.pt-sm-3 {
  padding-top: 3rem !important;
}
@media (min-width: 1106px) {
  .article .pt-sm-3, .article.pt-sm-3 {
    padding-top: 0 !important;
  }
}

.article-card {
  position: relative;
  height: 100%;
  width: 100%;
}
.article-card--flexy {
  display: flex;
  height: auto;
  flex-grow: 1;
}
.article-card--v2 {
  background-color: transparent;
}
@media (min-width: 1106px) {
  .article-card--v2 {
    background-color: #ffffff;
  }
}
.article-card--mb-static-length {
  min-height: 41.8rem;
  max-height: 41.8rem;
}
@media (min-width: 1106px) {
  .article-card--mb-static-length {
    min-height: 66.4rem;
    max-height: 66.4rem;
  }
}
.article-card--mb-static-length-v2 {
  min-height: 41.8rem;
  max-height: 41.8rem;
}
@media (min-width: 1106px) {
  .article-card--mb-static-length-v2 {
    min-height: 66.4rem;
    max-height: 66.4rem;
  }
}
.article-card__header--max-width {
  max-width: 100% !important;
}
.article-card--small-header h3, .article-card--small-header .h3 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  letter-spacing: -0.084rem;
}
@media (min-width: 1106px) {
  .article-card--small-header h3, .article-card--small-header .h3 {
    letter-spacing: -0.112rem;
  }
}
@media (min-width: 1440px) {
  .article-card--small-header h3, .article-card--small-header .h3 {
    font-size: 2.56rem;
    letter-spacing: -0.09rem;
  }
}
.article-card__container {
  height: inherit;
}
.article-card__container--v1 {
  padding: 2.6rem 3.7rem 3.6rem 3.7rem;
}
@media (min-width: 1106px) {
  .article-card__container--v1 {
    padding: 11rem 6.8rem 5.8rem 5.7rem;
  }
}
@media (min-width: 1440px) {
  .article-card__container--v1 {
    padding: 9rem 5.7rem 5.7rem;
  }
}
.article-card__container--v2 {
  padding: 2.6rem 3.7rem 3.6rem 3.7rem;
}
@media (min-width: 1106px) {
  .article-card__container--v2 {
    min-height: unset;
    background: transparent;
  }
}
@media (min-width: 1440px) {
  .article-card__container--v2 {
    padding: 5.7rem;
  }
}
.article-card__container--v3 {
  padding: 2.6rem 3.7rem 3.6rem 3.7rem;
}
@media (min-width: 1440px) {
  .article-card__container--v3 {
    padding: 5.7rem 5.7rem 3.6rem 5.7rem;
  }
}
.article-card__container--no-body h3, .article-card__container--no-body .h3 {
  flex-grow: 1;
}
.article-card__container--bottom {
  height: auto;
  width: 100%;
  padding: 2.6rem 3.7rem 3.6rem 3.7rem;
}
@media (min-width: 1440px) {
  .article-card__container--bottom {
    padding: 2.6rem 5.7rem 3.6rem 5.7rem;
  }
}
.article-card__container--bottom-v2 {
  padding: 3rem;
}
.article-card__container--heigh-auto {
  height: auto;
}
.article-card__container--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.article-card__container--large-font {
  padding: 2.6rem 2rem 8.2rem;
  height: unset !important;
}
@media (min-width: 428px) {
  .article-card__container--large-font {
    padding: 2.6rem 5.2rem 10.2rem;
  }
}
@media (min-width: 834px) {
  .article-card__container--large-font {
    padding: 6.1rem 8.8rem 13.2rem;
  }
}
@media (min-width: 1106px) {
  .article-card__container--large-font {
    padding: 10rem 9rem 3.2rem 9rem;
  }
}
@media (min-width: 1440px) {
  .article-card__container--large-font {
    max-height: 38rem;
    overflow: hidden;
  }
}
@media (min-width: 1920px) {
  .article-card__container--large-font {
    padding-right: 18.1rem;
  }
}
.article-card__container--large-font .article-card__footer {
  bottom: 6rem;
}
@media (min-width: 1106px) {
  .article-card__container--large-font .article-card__footer {
    bottom: 10rem;
  }
}
.article-card__tag {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.028rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1440px) {
  .article-card__tag {
    font-size: 1.33rem;
    line-height: 1.71rem;
    letter-spacing: 0.027rem;
  }
}
.article-card__tag--lg {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.063rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 834px) {
  .article-card__tag--lg {
    font-size: 2.4rem;
    letter-spacing: -0.084rem;
  }
}
@media (min-width: 1440px) {
  .article-card__tag--lg {
    font-size: 2.72rem;
    letter-spacing: -0.095rem;
  }
}
.article-card__header {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.084rem;
}
@media (min-width: 1106px) {
  .article-card__header {
    font-size: 4rem;
    line-height: 1.01;
    letter-spacing: -0.119rem;
  }
}
@media (min-width: 1440px) {
  .article-card__header {
    font-size: 4.8rem;
    letter-spacing: -0.148rem;
  }
}
.article-card__header--lg {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.126rem;
}
@media (min-width: 834px) {
  .article-card__header--lg {
    font-size: 5rem;
    letter-spacing: -0.175rem;
  }
}
@media (min-width: 1440px) {
  .article-card__header--lg {
    font-size: 6.8rem;
    letter-spacing: -0.238rem;
  }
}
.article-card__header--sm {
  max-width: 100% !important;
}
.article-card__body {
  padding-top: 2.1rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.56rem;
  flex-grow: 1;
}
@media (min-width: 834px) {
  .article-card__body {
    padding-top: 2rem;
  }
}
@media (min-width: 1440px) {
  .article-card__body {
    font-size: 1.6rem;
    line-height: 2.24rem;
    letter-spacing: -0.056rem;
    padding-top: 3.1rem;
  }
}
@media (min-width: 1440px) {
  .article-card__footer {
    padding-top: 2.5rem;
  }
}
.article-card__footer--small-padding {
  padding-top: 1.5rem;
}
.article-card__footer--no-justify a:last-of-type {
  margin-left: 1rem;
}
@media (min-width: 1440px) {
  .article-card__footer--no-justify a {
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: -0.007rem;
  }
}
.article-card__footer--no-justify .link {
  margin-right: 2rem;
}
.article-card__picture {
  height: 100%;
  width: 100%;
}
.article-card__picture img {
  min-height: 41.8rem;
  max-height: 41.8rem;
  width: 100%;
}
@media (min-width: 1106px) {
  .article-card__picture img {
    min-height: 66.4rem;
    max-height: 66.4rem;
  }
}

.article-full__container h1, .article-full__container .h1, .article-full__container h2, .article-full__container .h2, .article-full__container h3, .article-full__container .h3, .article-full__container h4, .article-full__container .h4, .article-full__container h5, .article-full__container .h5, .article-full__container h6, .article-full__container .h6, .article-full__container p, .article-full__container .quote-p {
  padding-bottom: 2.8rem;
}
.article-full__container h1 + p, .article-full__container .h1 + p, .article-full__container h2 + p, .article-full__container .h2 + p, .article-full__container h3 + p, .article-full__container .h3 + p, .article-full__container h4 + p, .article-full__container .h4 + p, .article-full__container h5 + p, .article-full__container .h5 + p, .article-full__container h6 + p, .article-full__container .h6 + p, .article-full__container p + p, .article-full__container .quote-p + p {
  padding-bottom: 2.8rem;
}
.article-full__container h1 + p:nth-last-child(1), .article-full__container .h1 + p:nth-last-child(1), .article-full__container h2 + p:nth-last-child(1), .article-full__container .h2 + p:nth-last-child(1), .article-full__container h3 + p:nth-last-child(1), .article-full__container .h3 + p:nth-last-child(1), .article-full__container h4 + p:nth-last-child(1), .article-full__container .h4 + p:nth-last-child(1), .article-full__container h5 + p:nth-last-child(1), .article-full__container .h5 + p:nth-last-child(1), .article-full__container h6 + p:nth-last-child(1), .article-full__container .h6 + p:nth-last-child(1), .article-full__container p + p:nth-last-child(1), .article-full__container .quote-p + p:nth-last-child(1) {
  padding-bottom: 0;
}
.article-full__container p:last-of-type {
  padding-bottom: 0;
}
.article-full__content p {
  padding-bottom: 2.5rem;
}
.article-full__picture {
  padding-top: 5.4rem;
  width: 100%;
  padding-bottom: 6.5rem;
}
.article-full__picture img {
  max-height: 36rem;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.article-full__picture img.contained {
  object-fit: contain;
  width: auto;
  max-width: 100%;
}
@media (min-width: 834px) {
  .article-full__picture img {
    max-height: 61rem;
  }
}
@media (min-width: 1106px) {
  .article-full__picture img {
    max-height: 71rem;
  }
}
@media (min-width: 1440px) {
  .article-full__picture {
    padding-bottom: 10.4rem;
  }
}
.article-full__caption {
  padding-top: 2.2rem;
  padding-bottom: 0 !important;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: -0.008;
}
@media (min-width: 1440px) {
  .article-full__caption {
    font-size: 1.28rem;
    line-height: 1.52rem;
    letter-spacing: -0.006rem;
  }
}
.article-full__video {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.article-full__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.article-full__blockquote {
  margin-left: 4.5rem;
}
@media (min-width: 834px) {
  .article-full__blockquote {
    margin-left: 7rem;
  }
}
@media (min-width: 1440px) {
  .article-full__blockquote {
    padding-bottom: 8.9rem;
    margin-left: 9rem;
  }
}
.article-full__blockquote .quote-p {
  position: relative;
  margin-bottom: 5.6rem;
}
.article-full__blockquote .quote-p::after {
  content: "";
  position: absolute;
  bottom: -2.1rem;
  left: 0;
  width: 5.5rem;
  height: 0.5rem;
  background-color: #441f54;
}
.article-full__blockquote p {
  font-weight: 700;
  padding-bottom: 0;
}
.article-full__blockquote .double-quote {
  top: 0.4rem;
  left: -4.5rem;
  font-size: 11rem;
}
@media (min-width: 834px) {
  .article-full__blockquote .double-quote {
    top: 2.6rem;
    left: -7rem;
    font-size: 16rem;
  }
}
@media (min-width: 1440px) {
  .article-full__blockquote .double-quote {
    top: 5.7rem;
    left: -9rem;
    font-size: 22rem;
  }
}
.article-full__articles {
  padding-top: 5rem;
  margin-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1440px) {
  .article-full__articles {
    padding-top: 14.64rem;
    margin-top: 0;
    padding-bottom: 16rem;
  }
}
.article-full__articles-list {
  padding-top: 6.7rem;
}
.article-full__articles-list img {
  height: 31.8rem;
}
@media (min-width: 1440px) {
  .article-full__articles-list img {
    height: 25.44rem;
  }
}
.article-full__articles-list .col {
  margin-bottom: 3rem;
}
@media (min-width: 1440px) {
  .article-full__articles-list .col {
    margin-bottom: 0;
  }
}
@media (max-width: 1105.98px) {
  .article-full__articles-list .col:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 834px) {
  .article-full__articles-list .pe-2 {
    padding-right: 1.1rem !important;
  }
}
@media (min-width: 834px) {
  .article-full__articles-list .ps-2 {
    padding-left: 1.1rem !important;
  }
  .article-full__articles-list .ps-2:nth-of-type(odd) {
    padding-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .article-full__articles-list .ps-2:nth-of-type(odd) {
    padding-left: 1.1rem !important;
  }
}
@media (min-width: 1106px) {
  .article-full__articles-item {
    min-height: 66.4rem;
    max-height: 66.4rem;
  }
}
.article-full__credits {
  padding: 2.6rem 0rem;
}
@media (min-width: 1440px) {
  .article-full__credits {
    padding: 5.7rem 0 4.7rem;
  }
}
@media (min-width: 1440px) {
  .article-full__tags {
    padding-top: 6.1rem;
  }
}
.article-full__tags h6, .article-full__tags .h6 {
  margin-right: 5.6rem;
}
@media (min-width: 1106px) {
  .article-full .pe-2 {
    padding-right: 1.1rem !important;
  }
}
@media (min-width: 1106px) {
  .article-full .ps-2 {
    padding-left: 1.1rem !important;
  }
}

.article-t1--gradient {
  background: linear-gradient(0deg, #eeecea 93%, #ffffff 93%);
}
@media (min-width: 1106px) {
  .article-t1--gradient {
    min-height: 95.5rem;
    background: #eeecea;
    padding-top: 15rem;
    margin-bottom: 15rem;
  }
}
.article-t1--plain {
  background: #ffffff;
}
@media (min-width: 1106px) {
  .article-t1--plain {
    min-height: 95.5rem;
  }
}
.article-t1__body {
  padding: 5.3rem 0 0 0;
}
@media (min-width: 1106px) {
  .image-left .article-t1__body {
    padding: 18.4rem 0 0 6.9rem;
  }
}
@media (min-width: 1440px) {
  .image-left .article-t1__body {
    padding: 18.4rem 0 0 16.8rem;
  }
}
@media (min-width: 1106px) {
  .image-right .article-t1__body {
    padding: 18.4rem 6.9rem 0 0;
  }
}
@media (min-width: 1440px) {
  .image-right .article-t1__body {
    padding: 18.4rem 16.8rem 0 0;
  }
}
.article-t1__body h4, .article-t1__body .h4 {
  padding-bottom: 1rem;
}
@media (min-width: 1106px) {
  .article-t1__body h4, .article-t1__body .h4 {
    padding-bottom: 2.15rem;
  }
}
.article-t1__body h4.break-line, .article-t1__body .break-line.h4 {
  max-width: 20rem;
}
@media (min-width: 1106px) {
  .article-t1__body h4.break-line, .article-t1__body .break-line.h4 {
    max-width: 44rem;
  }
}
.article-t1__body p {
  padding-bottom: 2.8rem;
}
@media (min-width: 1106px) {
  .article-t1__content {
    max-height: 31rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.article-t1__link {
  margin-top: 2.8rem;
}
@media (min-width: 1106px) {
  .image-left .article-t1__card-container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1106px) {
  .image-right .article-t1__card-container {
    float: right;
    width: 50%;
  }
}
.article-t1__card-container .card-img {
  min-height: 28.6rem;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 834px) {
  .article-t1__card-container .card-img {
    min-height: 56.8rem;
  }
}
@media (min-width: 1106px) {
  .article-t1__card-container .card-img {
    min-height: 95.5rem;
  }
}
.image-left .article-t1__image {
  margin-right: 5.2rem;
}
@media (min-width: 834px) {
  .image-left .article-t1__image {
    margin-right: 8.8rem;
  }
}
@media (min-width: 1106px) {
  .image-left .article-t1__image {
    margin-right: 0;
    float: left;
    width: 50%;
  }
}
.image-left .article-t1__image .card {
  border-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.image-right .article-t1__image {
  margin-left: 5.2rem;
}
@media (min-width: 834px) {
  .image-right .article-t1__image {
    margin-left: 8.8rem;
  }
}
@media (min-width: 1106px) {
  .image-right .article-t1__image {
    margin-left: 0;
  }
}
.image-right .article-t1__image .card {
  border-radius: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.image-left .article-t1__col {
  margin-left: auto;
}
.image-right .article-t1__col {
  margin-right: auto;
}

.cta-article h4, .cta-article .h4 {
  margin-bottom: 2rem;
}
@media (min-width: 834px) {
  .cta-article h4, .cta-article .h4 {
    margin-bottom: 6.4rem;
  }
}
.cta-article p {
  color: rgba(43, 42, 39, 0.8);
}
.cta-article.text-on-top {
  position: relative;
  min-height: 56.8rem;
}
@media (min-width: 1440px) {
  .cta-article.text-on-top {
    min-height: 68.5rem;
  }
}
@media (min-width: 1106px) {
  .cta-article.text-on-top {
    min-height: 97.5rem;
  }
}
.cta-article.is-contained h4 + a, .cta-article.is-contained .h4 + a {
  padding-top: 0;
  margin-bottom: 4rem;
}
@media (min-width: 834px) {
  .cta-article.is-contained h4 + a, .cta-article.is-contained .h4 + a {
    margin-bottom: 0;
  }
}
.cta-article__paragraph p {
  margin-bottom: 2rem;
}
.cta-article__paragraph p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1106px) {
  .cta-article__paragraph {
    max-height: 28rem;
  }
}
.cta-article__gradient--grey-to-white-top {
  padding-bottom: 0;
  background: linear-gradient(180deg, #eeecea 6rem, #ffffff 6rem, #ffffff 100%);
}
@media (min-width: 1106px) {
  .cta-article__gradient--grey-to-white-top {
    background: linear-gradient(180deg, #ffffff 58rem, #eeecea 58rem);
    padding-top: 7rem;
  }
}
@media (min-width: 1440px) {
  .cta-article__gradient--grey-to-white-top {
    background: linear-gradient(180deg, #ffffff 80rem, #eeecea 80rem);
    padding-top: 14.72rem;
  }
}
.cta-article__gradient--grey-to-white-bottom {
  padding-bottom: 0;
  background: linear-gradient(180deg, #eeecea 6rem, #ffffff 6rem, #ffffff 100%);
}
@media (min-width: 1106px) {
  .cta-article__gradient--grey-to-white-bottom {
    background: linear-gradient(0deg, #ffffff 58rem, #eeecea 58rem);
    padding-bottom: 7rem;
  }
}
@media (min-width: 1440px) {
  .cta-article__gradient--grey-to-white-bottom {
    background: linear-gradient(0deg, #ffffff 80rem, #eeecea 80rem);
    padding-bottom: 14.72rem;
  }
}
.cta-article__gradient--white-to-grey-top {
  background: linear-gradient(180deg, #ffffff 6rem, #eeecea 6rem, #eeecea 100%);
}
@media (min-width: 1106px) {
  .cta-article__gradient--white-to-grey-top {
    background: linear-gradient(180deg, #eeecea 58rem, #ffffff 58rem);
    padding-top: 7rem;
  }
}
@media (min-width: 1440px) {
  .cta-article__gradient--white-to-grey-top {
    background: linear-gradient(180deg, #eeecea 80rem, #ffffff 80rem);
    padding-top: 14.72rem;
  }
}
.cta-article__gradient--white-to-grey-bottom {
  padding-bottom: 0;
  background: linear-gradient(180deg, #ffffff 6rem, #eeecea 6rem, #eeecea 100%);
}
@media (min-width: 1106px) {
  .cta-article__gradient--white-to-grey-bottom {
    background: linear-gradient(0deg, #eeecea 58rem, #ffffff 58rem);
    padding-bottom: 7rem;
  }
}
@media (min-width: 1440px) {
  .cta-article__gradient--white-to-grey-bottom {
    background: linear-gradient(0deg, #eeecea 80rem, #ffffff 80rem);
    padding-bottom: 14.72rem;
  }
}
.cta-article__wrapper {
  display: flex;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  background-color: #ffffff;
}
.cta-article__image {
  height: 28.6rem;
}
@media (min-width: 428px) {
  .cta-article__image {
    height: 56.8rem;
  }
}
@media (min-width: 1440px) {
  .cta-article__image {
    height: 76.4rem;
  }
}
.cta-article__image.constrained-height {
  height: 28.6rem !important;
  min-height: 28.6rem;
}
@media (min-width: 428px) {
  .cta-article__image.constrained-height {
    height: 56.8rem !important;
    min-height: 56.8rem;
  }
}
@media (min-width: 1440px) {
  .cta-article__image.constrained-height {
    height: 76.4rem !important;
    min-height: 76.4rem;
  }
}
.cta-article__image img {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cta-article__image.to-edge img {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
}
.is-reverse .cta-article__image.to-edge img {
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-top-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  -moz-border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-bottom-left-radius: 0.5rem;
}
@media (min-width: 1106px) {
  .is-contained.is-watermarked .is-reverse .cta-article__image {
    padding-left: 9rem;
    padding-right: 0;
  }
}
.is-contained .cta-article__image, .is-split .cta-article__image {
  height: 28.6rem;
}
@media (min-width: 834px) {
  .is-contained .cta-article__image, .is-split .cta-article__image {
    height: 56.8rem;
  }
}
@media (min-width: 1440px) {
  .is-contained .cta-article__image, .is-split .cta-article__image {
    height: 36.72rem;
  }
}
.is-contained .cta-article__image {
  height: auto;
}
@media (min-width: 1106px) {
  .is-contained.is-watermarked .cta-article__image {
    padding-right: 9rem;
  }
}
.text-on-top .cta-article__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 15rem;
  max-height: calc(100% - 15rem);
}
.text-on-top .cta-article__image img {
  border-radius: 0;
}
.cta-article__text {
  padding: 5.4rem 0 0;
}
@media (min-width: 834px) {
  .cta-article__text {
    padding: 9.1rem 0;
  }
}
@media (min-width: 1106px) {
  .cta-article__text {
    padding: 9.14rem 0 9.14rem 10.7rem;
  }
  .text-on-top .cta-article__text {
    padding: 13.4rem 6.8rem 5.8rem 10.2rem;
    min-height: 54rem;
    display: flex;
    flex-flow: column;
    position: relative;
    z-index: 1;
  }
  .text-on-top .cta-article__text h4, .text-on-top .cta-article__text .h4 {
    flex-grow: 1;
  }
  .text-on-top .cta-article__text .link-anim {
    margin-left: auto;
  }
  .is-watermarked .cta-article__text {
    padding-top: 4rem;
    padding-left: 9rem;
  }
  .is-watermarked.larger-image .cta-article__text {
    padding-top: 9rem;
  }
  .is-reverse .cta-article__text {
    padding: 9.14rem 10.7rem 9.14rem 0;
  }
  .larger-image .is-reverse .cta-article__text {
    padding-left: 0;
  }
  .is-watermarked .is-reverse .cta-article__text {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 9rem;
  }
  .is-watermarked.larger-image .is-reverse .cta-article__text {
    padding-top: 9rem;
  }
  .text-on-top .is-reverse .cta-article__text {
    padding: 13.4rem 10.2rem 5.8rem 6.8rem;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-top-left-radius: 0.5rem;
    -webkit-border-top-left-radius: 0.5rem;
    -moz-border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-bottom-left-radius: 0.5rem;
  }
  .cta-article__gradient--grey-to-white-top .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text), .cta-article__gradient--white-to-grey-top .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text) {
    padding-top: 15.3rem;
  }
}
@media (min-width: 1106px) and (min-width: 1106px) {
  .cta-article__gradient--grey-to-white-top .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text), .cta-article__gradient--white-to-grey-top .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text) {
    padding-top: 7rem;
  }
}
@media (min-width: 1106px) and (min-width: 1440px) {
  .cta-article__gradient--grey-to-white-top .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text), .cta-article__gradient--white-to-grey-top .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text) {
    padding-top: 15.3rem;
  }
}
@media (min-width: 1106px) {
  .cta-article__gradient--grey-to-white-bottom .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text), .cta-article__gradient--white-to-grey-bottom .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text) {
    padding-top: 30rem;
  }
}
@media (min-width: 1106px) and (min-width: 1106px) {
  .cta-article__gradient--grey-to-white-bottom .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text), .cta-article__gradient--white-to-grey-bottom .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text) {
    padding-top: 14rem;
  }
}
@media (min-width: 1106px) and (min-width: 1440px) {
  .cta-article__gradient--grey-to-white-bottom .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text), .cta-article__gradient--white-to-grey-bottom .cta-article__text:not(.cta-article__gradient--grey-to-white-bottom .flex-by-1 .cta-article__text):not(.cta-article__gradient--white-to-grey-bottom .flex-by-1 .cta-article__text) {
    padding-top: 30rem;
  }
}
@media (min-width: 1106px) {
  .larger-image .cta-article__text:not(.larger-image .is-reverse .cta-article__text) {
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .cta-article__text {
    padding: 14.72rem 0 14.72rem 13.52rem;
  }
  .is-reverse .cta-article__text {
    padding: 14.72rem 13.52rem 14.72rem 0;
  }
  .is-watermarked .cta-article__text {
    padding-top: 4rem;
  }
  .cta-article__gradient--grey-to-white-top .cta-article__text:not(.cta-article__gradient--grey-to-white-top .flex-by-1 .cta-article__text) {
    padding-top: 22.64rem;
  }
}
.cta-article__text h4, .cta-article__text .h4 {
  margin-bottom: 2.4rem;
}
.is-contained .cta-article__wrapper .cta-article__text {
  padding: 4rem 2rem;
}
@media (min-width: 428px) {
  .is-contained .cta-article__wrapper .cta-article__text {
    padding: 6rem 5.2rem;
  }
}
@media (min-width: 834px) {
  .is-contained .cta-article__wrapper .cta-article__text {
    padding: 6em 8.8rem;
  }
}
@media (min-width: 1106px) {
  .is-contained .cta-article__wrapper .cta-article__text {
    padding: 8.5rem 10rem;
  }
}
@media (min-width: 1440px) {
  .is-contained .cta-article__wrapper .cta-article__text {
    padding: 6.8rem 8rem;
  }
}
.is-split .cta-article__text {
  padding: 4rem 0 0;
}
@media (min-width: 428px) {
  .is-split .cta-article__text {
    padding: 3.4rem 2.5rem 0;
  }
}
@media (min-width: 834px) {
  .is-split .cta-article__text {
    padding: 5.4rem 4rem 0;
  }
}
@media (min-width: 1106px) {
  .is-split .cta-article__text {
    padding: 5.4rem 6rem 0;
  }
}
.larger-image .cta-article__text {
  padding-bottom: 0;
}
.text-on-top .cta-article__text {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  padding: 5.4rem 2rem;
  z-index: 1;
}
@media (min-width: 428px) {
  .text-on-top .cta-article__text {
    padding: 6rem 5.2rem;
  }
}
@media (min-width: 834px) {
  .text-on-top .cta-article__text {
    padding: 6em 8.8rem;
  }
}
@media (min-width: 1106px) {
  .text-on-top .cta-article__text {
    padding: 15rem 10rem 8.5rem;
  }
}
@media (min-width: 1440px) {
  .text-on-top .cta-article__text {
    padding: 12rem 10rem 6.8rem;
  }
}
.text-on-top .cta-article__text .link-anim .link-anim__arrow {
  min-width: 5rem;
}
.cta-article__text br:last-child {
  display: none;
}
.cta-article__link:hover .link-anim .link-anim__arrow--line {
  width: 5rem;
}
.is-split .cta-article__item + .cta-article__item {
  margin-top: 6rem;
}
@media (min-width: 428px) {
  .is-split .cta-article__item + .cta-article__item {
    margin-top: 0;
  }
}
.cta-article__watermark img {
  width: 100%;
  filter: invert(93%) sepia(1%) saturate(401%) hue-rotate(339deg) brightness(107%) contrast(86%);
  transform: scale(1.1);
  transform-origin: top left;
  max-width: 35rem;
  top: 5.4rem;
  z-index: -1;
  left: calc(-25rem + 20px);
}
.cta-article__watermark img.is-bottom {
  top: auto;
  bottom: 9.5rem;
}
@media (min-width: 428px) {
  .cta-article__watermark img {
    left: calc(-25rem + 52px);
  }
}
@media (min-width: 834px) {
  .cta-article__watermark img {
    left: calc(-32rem + 88px);
    top: 9.1rem;
  }
}
@media (min-width: 1106px) {
  .cta-article__watermark img {
    transform: scale(1.45);
    transform-origin: top right;
    left: auto;
    right: calc(-40rem + 120px);
    top: 0;
  }
  .is-reverse .cta-article__watermark img {
    transform-origin: top left;
    right: auto;
    left: calc(-40rem + 120px);
  }
}
@media (min-width: 1920px) {
  .cta-article__watermark img {
    right: calc(-50rem + 181px);
  }
  .is-reverse .cta-article__watermark img {
    right: auto;
    left: calc(-50rem + 181px);
  }
}
.cta-article + .carousel-pr {
  padding-bottom: 5rem;
}
@media (min-width: 834px) {
  .cta-article + .carousel-pr {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1106px) {
  .cta-article + .carousel-pr {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1440px) {
  .cta-article + .carousel-pr {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.cta-article-three-rows--row {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
.cta-article-three-rows .article__spacer {
  padding: 0 2.4rem;
}

@media (min-width: 428px) {
  .counter {
    padding-top: 5rem;
  }
}
@media (min-width: 1106px) {
  .counter {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .counter {
    padding: 10rem 0;
  }
}
@media (min-width: 428px) {
  .counter__container {
    width: 100%;
  }
}
.counter__item {
  margin-top: 4.2rem;
}
@media (min-width: 834px) {
  .counter__item {
    margin-top: 5.6rem;
  }
}
@media (min-width: 1440px) {
  .counter__item {
    margin-top: 6.3rem;
  }
  .animated .counter__item {
    width: 30% !important;
  }
}
@media (min-width: 1920px) {
  .counter__item {
    padding: 0;
  }
}
.counter__item p {
  color: rgba(43, 42, 39, 0.8);
  text-align: center;
}
@media (min-width: 1440px) {
  .counter__item p {
    max-width: 95%;
  }
}
@media (min-width: 834px) {
  .counter + .carousel-pr {
    padding-top: 5rem;
  }
}
@media (min-width: 1106px) {
  .counter + .carousel-pr {
    padding-top: 15.2rem;
  }
}
.counter[data-isstatic] {
  padding: 10rem 0;
}
@media (min-width: 1440px) {
  .counter[data-isstatic] {
    padding: 15.2rem 0;
  }
}

.progress-bar__container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  will-change: transform;
  background-color: #e3ddd4;
}

.progress-bar {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #441f54;
  top: 0;
  bottom: 0;
  left: -50%;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: sans-serif;
}

.progress-bar__text {
  display: none;
}

@media (min-width: 1106px) {
  .chart {
    margin-top: -20rem;
  }
}
@media (min-width: 1440px) {
  .chart {
    margin-top: -20rem;
  }
}
.chart__container {
  width: 100%;
  height: 14rem;
  border-bottom: 0.3rem solid #e3ddd4;
}
@media (min-width: 834px) {
  .chart__container {
    width: 90%;
  }
}
@media (min-width: 1106px) {
  .chart__container {
    width: 35%;
  }
}
.chart__bar {
  display: inline-block;
  background: #441f54;
  text-align: center;
  color: white;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-top: 2rem;
  width: 5.2rem;
  margin: 0 0.8rem;
}
@media (min-width: 834px) {
  .chart__bar {
    width: 11.4rem;
    margin: 0 2.8rem;
  }
}
@media (min-width: 1106px) {
  .chart__bar {
    width: 7.6rem;
    margin: 0 1.1rem;
  }
}
.chart__bar p {
  color: #ffffff;
  font-weight: 700;
}
.chart__bar:nth-child(1) {
  height: 60%;
}
.chart__bar:nth-child(2) {
  height: 100%;
}
.chart__bar:nth-child(3) {
  height: 90%;
}
.chart__caption {
  margin-top: 5rem;
}
@media (min-width: 834px) {
  .chart__caption {
    margin-top: 8rem;
  }
}
@media (min-width: 1106px) {
  .chart__caption {
    margin-top: 5rem;
    width: 35%;
  }
  .chart__caption h4, .chart__caption .h4 {
    font-size: 5rem;
    line-height: 8rem;
    letter-spacing: -0.175rem;
  }
}
@media (min-width: 1106px) and (min-width: 1440px) {
  .chart__caption h4, .chart__caption .h4 {
    font-size: 4rem;
    line-height: 6.4rem;
    letter-spacing: -0.14rem;
  }
}

.single-chart {
  width: 100%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 0.14rem;
}
@media (min-width: 834px) {
  .circle-bg {
    stroke-width: 0.2rem;
  }
}

.circle {
  fill: none;
  stroke-width: 0.14rem;
  stroke-linecap: square;
  animation: progress 1s ease-out forwards;
}
@media (min-width: 834px) {
  .circle {
    stroke-width: 0.2rem;
  }
}
@media (min-width: 834px) {
  .circle {
    stroke-width: 0.2rem;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.circular-chart.blue .circle {
  stroke: #441f54;
}

.percentage {
  fill: #666;
}

.chart-circular {
  margin-top: 15rem;
}
.chart-circular__wrapper {
  margin-top: 2.6rem;
}
@media (min-width: 834px) {
  .chart-circular__wrapper {
    margin-top: 5.1rem;
  }
}
@media (min-width: 1440px) {
  .chart-circular__wrapper {
    margin-top: 5.1rem;
  }
}
.chart-circular__chart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.4rem;
  height: 17.4rem;
}
@media (min-width: 834px) {
  .chart-circular__chart {
    width: 20.4rem;
    height: 20.4rem;
  }
}
@media (min-width: 1106px) {
  .chart-circular__chart {
    margin: 0 3.6rem;
  }
}
@media (min-width: 1440px) {
  .chart-circular__chart {
    width: 25.4rem;
    height: 25.4rem;
  }
}
.chart-circular__caption p {
  word-wrap: break-word;
}

.mansory__header {
  margin-bottom: 4rem;
}
@media (min-width: 1106px) {
  .mansory__header {
    margin-bottom: 5.1rem;
  }
}
.mansory__content {
  max-width: 23.9rem;
}
@media (min-width: 1106px) {
  .mansory__content {
    max-width: 41.6rem;
  }
}
.mansory__card {
  width: 100%;
}
.mansory__card > a {
  display: block;
  height: 100%;
}
.mansory__card h4, .mansory__card .h4 {
  font-size: 3.3rem !important;
  margin-bottom: 1rem;
}
.mansory__card h4 + h4, .mansory__card .h4 + h4, .mansory__card h4 + .h4, .mansory__card .h4 + .h4 {
  font-size: 2.2rem !important;
}
@media (min-width: 1440px) {
  .mansory__card h4, .mansory__card .h4 {
    font-size: 4rem !important;
    margin-bottom: 2.3rem;
  }
  .mansory__card h4 + h4, .mansory__card .h4 + h4, .mansory__card h4 + .h4, .mansory__card .h4 + .h4 {
    font-size: 2.8rem !important;
    margin-bottom: 0;
  }
}
.mansory__card img {
  transition: transform 0.5s ease-in-out;
}
.mansory__card:hover .link-anim__arrow {
  width: 5rem;
}
.mansory__card:hover img {
  transform: scale(1.05);
}
.mansory__card--portrait {
  height: 38.6rem;
}
@media (min-width: 1106px) {
  .mansory__card--portrait {
    height: 37rem;
  }
}
@media (min-width: 1440px) {
  .mansory__card--portrait {
    height: 45rem;
  }
}
@media (min-width: 1920px) {
  .mansory__card--portrait {
    height: 48.8rem;
  }
}
.mansory__card--square-a {
  height: 38.6rem;
}
@media (min-width: 834px) {
  .mansory__card--square-a {
    height: 25rem;
  }
}
@media (min-width: 1106px) {
  .mansory__card--square-a {
    height: 27.2rem;
  }
}
@media (min-width: 1440px) {
  .mansory__card--square-a {
    height: 32.2rem;
  }
}
@media (min-width: 1920px) {
  .mansory__card--square-a {
    height: 36.16rem;
  }
}
.mansory__card .link {
  font-weight: 500;
  margin-top: 1.2rem;
  transform: scale(0.79);
}
@media (min-width: 1440px) {
  .mansory__card .link {
    margin-top: 4rem;
    transform: scale(1);
  }
}
@media (min-width: 1440px) {
  .mansory__card .card-img-overlay {
    padding: 3.5rem 3.7rem;
  }
}
@media (min-width: 1920px) {
  .mansory__card .card-img-overlay {
    padding: 5.2rem 5.7rem;
  }
}
@media (max-width: 833.98px) {
  .mansory .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1105.98px) {
  .carousel-pr .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.carousel-pr__cell {
  width: 100%;
}
.carousel-pr__indicators {
  position: absolute;
  top: 57rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 834px) {
  .carousel-pr__indicators {
    position: unset;
    top: auto;
    left: auto;
    transform: unset;
    padding-top: 5rem;
  }
}
.carousel-pr__indicators--btns {
  display: flex;
  justify-content: center;
}
.carousel-pr__indicators .indicator:before {
  background-color: #DADADA;
}
@media (min-width: 1106px) {
  .carousel-pr__header {
    padding-bottom: 2rem;
  }
}
.carousel-pr__picture {
  height: 48rem;
  width: 100%;
  max-width: 50rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media (min-width: 834px) {
  .carousel-pr__picture {
    margin-bottom: 0;
  }
}
.carousel-pr__picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carousel-pr__description {
  padding-top: 5rem;
}
@media (min-width: 834px) {
  .carousel-pr__description {
    padding-top: 6rem;
    max-width: 55rem;
  }
}
.carousel-pr__description h4, .carousel-pr__description .h4 {
  margin-bottom: 0.9rem;
}
.carousel-pr__description p, .carousel-pr__description li {
  color: rgba(43, 42, 39, 0.8);
}
.carousel-pr__description li {
  position: relative;
  list-style: none;
  padding-left: 2rem;
}
.carousel-pr__description li + li {
  margin-top: 0.9rem;
}
.carousel-pr__description li::before {
  position: absolute;
  display: block;
  content: "";
  height: 0.2rem;
  width: 1rem;
  background-color: currentColor;
  left: 0;
  top: 1rem;
}
@media (min-width: 1106px) {
  .carousel-pr__description {
    padding-top: 0;
    max-width: 55rem;
  }
}
@media (min-width: 1106px) {
  .carousel-pr + .cta-article {
    padding-top: 5rem;
  }
}
@media (min-width: 1440px) {
  .carousel-pr + .cta-article {
    padding-top: 10rem;
  }
}

.carousel-thumbs .flickity-viewport {
  overflow: visible;
  min-height: 320px;
}
@media (min-width: 428px) {
  .carousel-thumbs .flickity-viewport {
    min-height: 450px;
  }
}
@media (min-width: 834px) {
  .carousel-thumbs .flickity-viewport {
    min-height: 480px;
  }
}
.carousel-thumbs__card {
  width: 80%;
  margin: 0 0.8rem;
  height: 100%;
}
@media (min-width: 834px) {
  .carousel-thumbs__card {
    width: 50%;
  }
}
@media (min-width: 1106px) {
  .carousel-thumbs__card {
    width: 40%;
  }
}
.carousel-thumbs__card a {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.carousel-thumbs__card a img {
  transition: transform 0.5s ease-in-out;
}
.carousel-thumbs__card a:hover .link-anim .link-anim__arrow {
  width: 5rem;
}
.carousel-thumbs__card a:hover img {
  transform: scale(1.05);
}
.carousel-thumbs__card .card-img-top {
  height: 18.2rem;
  max-height: 16rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #e3ddd4;
  flex-shrink: 0;
}
.carousel-thumbs__card .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 428px) {
  .carousel-thumbs__card .card-img-top {
    height: 29rem;
    max-height: 29rem;
  }
}
@media (min-width: 1440px) {
  .carousel-thumbs__card .card-img-top {
    height: 34.3rem;
    max-height: 30.3rem;
  }
}
.carousel-thumbs__header {
  padding-bottom: 3.4rem;
}
.carousel-thumbs__title {
  max-width: 29rem;
}
@media (min-width: 834px) {
  .carousel-thumbs__title {
    max-width: 50rem;
  }
}
@media (min-width: 1106px) {
  .carousel-thumbs__title {
    max-width: 77.9rem;
  }
}
.carousel-thumbs__card-body {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.carousel-thumbs__card-body p {
  flex-grow: 1;
  color: rgba(43, 42, 39, 0.8);
}
.has-bg .carousel-thumbs__card-body {
  padding: 3.5rem;
}
.carousel-thumbs__card-body-container {
  height: 100%;
}
.carousel-thumbs__indicators {
  position: unset;
  transform: unset;
  padding-top: 5rem;
}
.carousel-thumbs__indicators .button:before {
  width: 7rem;
}
@media (min-width: 1106px) {
  .carousel-thumbs__indicators .button:before {
    width: 8.2rem;
  }
}
.carousel-thumbs .carousel-control__prev {
  left: 5rem;
  top: calc(50% - 13rem);
}
.carousel-thumbs .carousel-control__next {
  right: 15rem;
  top: calc(50% - 13rem);
}

.featured__card {
  width: 100%;
  height: 56rem;
  position: relative;
}
.featured__card img {
  object-position: 30% center;
}
@media (min-width: 834px) {
  .featured__card {
    height: 80rem;
  }
}
@media (min-width: 1440px) {
  .featured__card {
    height: 70.08rem;
  }
}
.featured__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.1;
  z-index: 0;
}
.featured__card-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 1106px) {
  .featured__card-content {
    position: absolute;
    width: 64.3rem;
    top: 45%;
    right: 7.9rem;
  }
}
@media (min-width: 1440px) {
  .featured__card-content {
    top: 17.7rem;
  }
}
.featured__card-content h4, .featured__card-content .h4 {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.126rem;
}
@media (min-width: 834px) {
  .featured__card-content h4, .featured__card-content .h4 {
    font-size: 5rem;
    letter-spacing: -0.175rem;
  }
}
@media (min-width: 1440px) {
  .featured__card-content h4, .featured__card-content .h4 {
    font-size: 6.8rem;
    letter-spacing: -0.238rem;
  }
}
.featured__card-content p {
  padding-top: 2.6rem;
}
@media (min-width: 1440px) {
  .featured__card-content p {
    padding-top: 3rem;
  }
}
.featured__footer {
  padding-top: 3rem;
}
@media (min-width: 834px) {
  .featured__footer {
    padding-top: 4.8rem;
  }
}
.featured__footer a {
  font-size: 2.5rem;
  letter-spacing: -0.107rem;
}
@media (min-width: 428px) {
  .featured__footer a {
    font-size: 3rem;
  }
}

.filters__btn {
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: rgba(43, 42, 39, 0.8);
  position: relative;
  padding-left: 1.6rem;
  transition: padding-left ease 0.25s;
}
.filters__btn:last-of-type {
  margin-right: 0;
}
@media (min-width: 1440px) {
  .filters__btn {
    padding-left: 2rem;
  }
}
.filters__btn:hover {
  background-color: #ffffff;
  border-color: rgba(43, 42, 39, 0.8);
  color: #2b2a27;
}
.filters__btn:hover span {
  opacity: 1 !important;
}
.filters__btn::before {
  content: "";
  position: absolute;
  display: block;
  border-right: 0.2rem solid currentColor;
  border-top: 0.2rem solid currentColor;
  height: 1.3rem;
  display: none;
  top: 50%;
  left: 1.3rem;
  opacity: 0;
  transform: scaleX(-1) rotate(135deg) scale(0.7);
  transform-origin: left top;
  width: 0.65rem;
}
@media (min-width: 1440px) {
  .filters__btn::before {
    left: 1.5rem;
    transform: scaleX(-1) rotate(135deg);
  }
}
.filters__btn.active {
  padding-left: 3rem;
}
.filters__btn.active::before {
  display: block;
  animation: 0.25s ease 0.25s forwards checkmark;
}
@media (min-width: 1440px) {
  .filters__btn.active {
    padding-left: 3.5rem;
  }
}
.filters__btn.paused::before {
  display: block;
  animation: none;
  opacity: 1;
}
.filters__btn.active, .filters__btn:disabled {
  color: #ffffff;
  background-color: #441f54;
  border-color: #441f54;
}
@media (min-width: 1440px) {
  .filters__btn {
    margin: 0.5rem;
  }
}
.filters__btn--clear {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 0.5rem;
  display: block;
}
@media (min-width: 1106px) {
  .filters__btn--clear {
    margin-top: 0;
    position: relative;
    top: -0.5rem;
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  .filters__btn--clear {
    margin-top: 1.2rem;
    position: unset;
  }
}
.filters__tag {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: -0.07rem;
  color: rgba(43, 42, 39, 0.8);
  padding-bottom: 1.5rem;
  margin-top: 0.3rem;
  flex-shrink: 0;
  margin-right: 2rem;
}
@media (min-width: 1106px) {
  .filters__tag {
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .filters__tag {
    font-size: 1.7rem;
    line-height: 2.38rem;
    letter-spacing: -0.0595rem;
    margin-top: 1.2rem;
  }
}
.filters__overlay {
  height: 100%;
}
.filters__toolbox {
  padding: 4.1rem 6.1rem 0 0;
}
.filters__close {
  font-size: 1.9rem;
}
@media (min-width: 1440px) {
  .filters__close {
    font-size: 1.52rem;
  }
}
.filters__container {
  padding: 0 5.7rem;
}
@media (min-width: 1106px) {
  .filters__container {
    padding: 0 18.1rem;
  }
}
.filters__header {
  padding: 3.2rem 0;
}
.filters__title {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.063rem;
}
@media (min-width: 834px) {
  .filters__title {
    font-size: 2.4rem;
    letter-spacing: -0.084rem;
  }
}
@media (min-width: 1106px) {
  .filters__title {
    font-size: 3.2rem;
    letter-spacing: -0.112rem;
  }
}
@media (min-width: 1440px) {
  .filters__title {
    font-size: 2.56rem;
    letter-spacing: -0.09rem;
  }
}
.filters__link {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.056rem;
}
@media (min-width: 1106px) {
  .filters__link {
    font-size: 2rem;
    letter-spacing: -0.07rem;
  }
}
@media (min-width: 1440px) {
  .filters__link {
    font-size: 1.6rem;
    letter-spacing: -0.056rem;
  }
}
.filters__body {
  margin-left: -0.5rem;
}
.filters__footer {
  padding-top: 6.1rem;
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    width: 0.65rem;
    opacity: 1;
  }
  40% {
    height: 1.3rem;
    width: 0.65rem;
    opacity: 1;
  }
  100% {
    height: 1.3rem;
    width: 0.65rem;
    opacity: 1;
  }
}
.news {
  padding-top: 16rem;
}
@media (min-width: 1440px) {
  .news {
    padding-top: 18.1rem;
  }
}
.news__header {
  padding-bottom: 3.4rem;
}
@media (min-width: 1440px) {
  .news__header {
    padding-bottom: 6rem;
  }
}
.news__fliters {
  padding-bottom: 3.4rem;
}
@media (min-width: 1440px) {
  .news__fliters {
    padding-bottom: 4.5rem;
  }
}

.news-results {
  min-height: 42rem;
  padding-top: 10rem;
}
.news-results__text {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -0.08;
  color: rgba(43, 42, 39, 0.8);
}
@media (min-width: 1440px) {
  .news-results__text {
    font-size: 1.28rem;
    line-height: 1.6rem;
    letter-spacing: -0.064rem;
  }
}
.news-results__content {
  padding-top: 3rem;
}
.news-results__footer {
  padding: 2.5rem 0;
}
@media (min-width: 1106px) {
  .news-results__footer {
    padding: 5.5rem 0;
  }
}
.news-results__bar {
  margin-top: 1rem;
  width: 100%;
  height: 0.4rem;
  background-color: #e3ddd4;
  position: relative;
  border-radius: 0.2rem;
}
@media (min-width: 1106px) {
  .news-results__bar {
    margin-top: 1.6rem;
    width: 29.4rem;
  }
}
.news-results__bar-contnet {
  position: absolute;
  height: inherit;
  width: 20%;
  border-radius: 0.2rem;
  background-color: #441f54;
}
.news-results__button-container {
  padding-top: 3rem;
  width: 100%;
}
@media (min-width: 1106px) {
  .news-results__button-container {
    padding-top: 6rem;
  }
}
.news-results__button-container .btn {
  font-weight: 700;
  width: 100%;
  padding-top: 1.6rem;
  padding-bottom: 1.3rem;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 2.2rem;
}
@media (min-width: 1106px) {
  .news-results__button-container .btn {
    width: 29.4rem;
  }
}
@media (min-width: 1440px) {
  .news-results__button-container .btn {
    font-size: 0.96rem;
  }
}
.news-results__filter-container {
  min-width: 23rem;
}

.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 390;
  left: 0;
  background-color: rgba(87, 87, 87, 0.5);
  backdrop-filter: blur(0.3rem);
  transition: 0.5s;
}
.overlay__container, .overlay .row {
  height: inherit;
}
.overlay .filters__overlay {
  padding-top: 9.5rem;
}
@media (min-width: 834px) {
  .overlay .filters__overlay {
    padding-top: 12rem;
  }
}
@media (min-width: 1440px) {
  .overlay .filters__overlay {
    padding-top: 10.2rem;
  }
}

.banner {
  padding-top: 5rem;
}
.banner__top {
  background: linear-gradient(180deg, #ffffff 0%, #eeecea 0%, #eeecea 75%, #ffffff 75%);
}
.banner__picture {
  width: 100%;
  height: 49.1rem;
}
@media (min-width: 1440px) {
  .banner__picture {
    height: 70.08rem;
  }
}
.banner__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.banner__container {
  position: relative;
}
.banner__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(6, 6, 6, 0.5) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1440px) {
  .banner__overlay {
    display: flex;
    align-items: center;
  }
}
.banner__content {
  position: absolute;
  top: 40%;
  left: 0;
  padding: 0 3.7rem;
}
@media (min-width: 1440px) {
  .banner__content {
    top: auto;
    padding: 0 15.8rem;
  }
}
.banner__header {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.126rem;
}
@media (min-width: 834px) {
  .banner__header {
    font-size: 4.4rem;
    letter-spacing: -0.154rem;
  }
}
@media (min-width: 1106px) {
  .banner__header {
    font-size: 5.3rem;
    letter-spacing: -0.185rem;
  }
}
@media (min-width: 1440px) {
  .banner__header {
    font-size: 10.2rem;
    line-height: 8.5rem;
    letter-spacing: -0.357rem;
    width: 60%;
  }
}
.banner__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.063rem;
  padding-top: 1rem;
}
@media (min-width: 834px) {
  .banner__link {
    font-size: 3rem;
    letter-spacing: -0.105rem;
  }
}
@media (min-width: 1440px) {
  .banner__link {
    font-size: 3.74rem;
    letter-spacing: -0.131rem;
    padding-top: 3rem;
  }
}
.banner__btn-play {
  font-size: 1.8rem;
  margin-left: 1rem;
}
@media (min-width: 1440px) {
  .banner__btn-play {
    font-size: 2.48rem !important;
    margin-left: 1.7rem;
  }
}

.tag-ctrl {
  padding-top: 10rem;
}
@media (min-width: 1440px) {
  .tag-ctrl {
    padding-top: 16rem;
  }
}
@media (min-width: 1440px) {
  .tag-ctrl__list {
    max-width: 76.6rem;
  }
}
.tag-ctrl__list:last-of-type {
  padding-bottom: 0;
}
.tag-ctrl__list-atags {
  max-width: unset;
}
.tag-ctrl__item {
  padding-bottom: 3rem;
}
@media (min-width: 1440px) {
  .tag-ctrl__item {
    padding-bottom: 1.8rem;
  }
}
.tag-ctrl__item .btn {
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.tag-ctrl__item .btn:last-of-type {
  margin-right: 0;
}
.tag-ctrl__item:last-of-type {
  padding-bottom: 0;
}
.tag-ctrl__item h6, .tag-ctrl__item .h6 {
  padding-bottom: 1rem;
  width: 12.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.012rem;
  margin-top: 0.5rem;
  flex-shrink: 0;
  margin-right: 0;
}
@media (min-width: 1440px) {
  .tag-ctrl__item h6, .tag-ctrl__item .h6 {
    font-size: 1.36rem;
    line-height: 1.53rem;
    letter-spacing: 0.027rem;
    margin-top: 1.4rem;
  }
}
.tag-ctrl__heading {
  margin-top: 0.5rem;
}

.subscribe__content {
  padding-top: 2rem;
}
@media (min-width: 834px) {
  .subscribe__content {
    max-width: 77rem;
    padding-top: 4rem;
  }
}
@media (min-width: 1106px) {
  .subscribe__content {
    padding-top: 0;
  }
}
.subscribe__content h4, .subscribe__content .h4 {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.126rem;
  padding-bottom: 1rem;
  color: #2b2a27;
}
@media (min-width: 834px) {
  .subscribe__content h4, .subscribe__content .h4 {
    font-size: 4.4rem;
    letter-spacing: -0.154rem;
    padding-bottom: 2.1rem;
  }
}
@media (min-width: 1440px) {
  .subscribe__content h4, .subscribe__content .h4 {
    font-size: 5.3rem;
    letter-spacing: -0.185rem;
  }
}
.subscribe__content h3, .subscribe__content .h3 {
  font-size: 1.7rem;
  line-height: 2.1rem;
  color: rgba(43, 42, 39, 0.8);
  font-weight: 300;
}
@media (min-width: 834px) {
  .subscribe__content h3, .subscribe__content .h3 {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.075rem;
  }
}
@media (min-width: 1440px) {
  .subscribe__content h3, .subscribe__content .h3 {
    max-width: 70rem;
    font-size: 2.6rem;
    line-height: 3rem;
    letter-spacing: -0.091rem;
  }
}
.subscribe__content .btn {
  font-size: 3.2rem;
  letter-spacing: -0.112rem;
  line-height: 1;
  margin-top: 2rem;
  transform-origin: unset;
}
@media (min-width: 1440px) {
  .subscribe__content .btn {
    margin-top: 4rem;
  }
}
.subscribe img {
  object-fit: scale-down;
}
.banner-bottom {
  padding: 9.5rem 0;
}
@media (min-width: 834px) {
  .banner-bottom {
    padding-bottom: 0;
    padding-top: 35rem;
  }
}
.banner-bottom__picture img {
  height: 82.5rem;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.banner-bottom__content {
  position: absolute;
  padding: 3.5rem 3.7rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 80%;
  bottom: -3rem;
  height: auto;
}
@media (min-width: 834px) {
  .banner-bottom__content {
    top: -10rem;
    height: 45rem;
    width: 50%;
    padding: 10.4rem 5rem 5.8rem 8.2rem;
  }
}
@media (min-width: 1440px) {
  .banner-bottom__content {
    top: -15rem;
    height: 54rem;
    width: 50%;
    padding: 13.4rem 0 5.8rem 10.2rem;
  }
}
.banner-bottom__content .link {
  margin-right: 10.3rem;
}

.resources {
  padding-top: 7.1rem;
  padding-bottom: 9.7rem;
  margin-bottom: -3rem;
}
@media (max-width: 833.98px) {
  .resources {
    padding-bottom: 7.1rem;
  }
}
.resources__title {
  padding-bottom: 4.7rem;
}
.resources__link {
  flex-basis: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 834px) {
  .resources__link {
    margin-right: 4rem;
    flex-basis: calc(50% - 4rem);
  }
}
@media (min-width: 1440px) {
  .resources__link {
    flex-basis: calc(30% - 4rem);
  }
}
@media (min-width: 1920px) {
  .resources__link {
    flex-basis: calc(20% - 4rem);
  }
}
.resources__link p {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.049rem;
}
@media (min-width: 1440px) {
  .resources__link p {
    font-size: 1.36rem;
    line-height: 1.7rem;
    letter-spacing: -0.048rem;
  }
  .resources__link p span {
    letter-spacing: -0.042rem;
    margin-top: 0.1rem;
  }
}
.resources__link::before {
  content: "";
  font-family: "imi-critical-icons";
  display: inline-block;
  font-size: 3.1rem;
  margin-right: 1rem;
  margin-top: 0.4rem;
}
@media (min-width: 1440px) {
  .resources__link::before {
    font-size: 2.9rem;
  }
}
.resources__link--download::before {
  content: "\e936";
}
.resources__link:hover {
  color: #2b2a27 !important;
}

.form__wrapper {
  background-color: #ffffff;
}
.form__control {
  padding: 2.3rem 2.9rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: -0.063rem;
  color: #e3ddd4;
}
@media (min-width: 1440px) {
  .form__control {
    font-size: 2.08rem;
    line-height: 2.4rem;
    letter-spacing: -0.073rem;
  }
}
.form__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.form__btn--md {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.084rem;
  padding: 2.3rem 3rem;
  width: 100%;
}
@media (min-width: 1106px) {
  .form__btn--md {
    font-size: 3.2rem;
    letter-spacing: -0.112rem;
  }
}
@media (min-width: 1440px) {
  .form__btn--md {
    font-size: 2.56rem;
    letter-spacing: 0.09rem;
  }
}
.form__btn--left {
  text-align: left;
  justify-content: start;
}
.form__btn--bold {
  font-weight: 700;
}
.quote__text {
  max-width: 31.3rem;
}
@media (min-width: 428px) {
  .quote__text {
    max-width: 100%;
  }
}
@media (min-width: 834px) {
  .quote + .cta-article {
    padding-top: 0;
  }
}
@media (min-width: 1106px) {
  .quote + .cta-article {
    padding-top: 15.2rem;
  }
}

@media (min-width: 834px) {
  .hero-banner + .quote {
    padding-top: 0;
  }
}
@media (min-width: 1106px) {
  .hero-banner + .quote {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .hero-banner + .quote {
    padding: 10rem 0;
  }
}

.contact {
  padding: 9.5rem 0 6rem;
}
@media (min-width: 428px) {
  .contact {
    padding: 11rem 0 6rem;
  }
}
@media (min-width: 834px) {
  .contact {
    padding: 19rem 0 6rem;
  }
}
@media (min-width: 1440px) {
  .contact {
    padding: 15.2rem 0;
  }
}
.contact.no-results {
  min-height: 73.2rem;
}
@media (min-width: 834px) {
  .contact.no-results {
    min-height: 95.2rem;
  }
}
.contact.has-splitbg {
  padding-top: 0;
}
@media (min-width: 1106px) {
  .contact.has-splitbg {
    padding-top: 17.4rem;
    padding-bottom: 6rem;
  }
}
.contact.has-splitbg .container > .row > .col, .contact.has-splitbg .container > .row > [class^=col-] {
  padding-top: 12.5rem;
  padding-bottom: 3.8rem;
}
@media (min-width: 428px) {
  .contact.has-splitbg .container > .row > .col, .contact.has-splitbg .container > .row > [class^=col-] {
    padding-top: 14rem;
  }
}
@media (min-width: 834px) {
  .contact.has-splitbg .container > .row > .col, .contact.has-splitbg .container > .row > [class^=col-] {
    padding-top: 17.4rem;
  }
}
@media (min-width: 1106px) {
  .contact.has-splitbg .container > .row > .col, .contact.has-splitbg .container > .row > [class^=col-] {
    padding-top: 0;
  }
}
.contact.has-splitbg .container > .row > .col:first-of-type, .contact.has-splitbg .container > .row > [class^=col-]:first-of-type {
  background-color: rgba(238, 236, 234, 0.3);
}
@media (min-width: 1106px) {
  .contact.has-splitbg .container > .row > .col:first-of-type, .contact.has-splitbg .container > .row > [class^=col-]:first-of-type {
    background-color: transparent;
  }
}
.contact.has-splitbg .container > .row > .col:last-of-type, .contact.has-splitbg .container > .row > [class^=col-]:last-of-type {
  padding-bottom: 10rem;
  padding-top: 3.8rem;
}
@media (min-width: 1106px) {
  .contact.has-splitbg .container > .row > .col:last-of-type, .contact.has-splitbg .container > .row > [class^=col-]:last-of-type {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1106px) {
  .contact.has-splitbg {
    background: linear-gradient(to right, rgba(238, 236, 234, 0.3) 0%, rgba(238, 236, 234, 0.3) 50%, #ffffff 50%, #ffffff 100%);
  }
}
.contact.has-solidbg {
  background: #eeecea;
  padding-top: 12.5rem;
}
@media (min-width: 428px) {
  .contact.has-solidbg {
    padding-top: 14rem;
  }
}
@media (min-width: 834px) {
  .contact.has-solidbg {
    padding-top: 17.4rem;
  }
}
.contact__main-title {
  margin-top: 3rem;
}
@media (min-width: 834px) {
  .contact__main-title {
    margin-top: 0;
  }
}
.contact__enquirytype {
  margin-bottom: 5.3rem;
}
@media (min-width: 834px) {
  .contact__enquirytype {
    padding-right: 2.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .contact__enquirytype {
    padding-right: 6rem;
  }
}
@media (min-width: 834px) {
  .contact__location {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .contact__location {
    padding-left: 6rem;
  }
}
.contact__location a {
  color: rgba(43, 42, 39, 0.8);
}
.contact__location a:hover {
  color: #2b2a27;
}
.contact__location a:hover span {
  text-decoration: underline;
}
.contact__location a i {
  font-size: 1.9rem;
}
@media (min-width: 1440px) {
  .contact__location a i {
    font-size: 1.6rem;
  }
}
.contact__location a i + span {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.049rem;
}
@media (min-width: 1440px) {
  .contact__location a i + span {
    font-size: 1.19rem;
    letter-spacing: -0.042rem;
  }
}
.contact__result {
  color: rgba(43, 42, 39, 0.8);
  padding: 6rem 0;
  background-color: rgba(238, 236, 234, 0.3);
}
@media (min-width: 834px) {
  .contact__result p {
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: -0.008rem;
  }
}
@media (min-width: 1440px) {
  .contact__result p {
    font-size: 1.36rem;
    line-height: 1.6rem;
    letter-spacing: -0.006rem;
  }
}
.contact__maps h3, .contact__maps .h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: -0.07rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 834px) {
  .contact__maps h3, .contact__maps .h3 {
    font-size: 2.6rem;
    line-height: 2.8rem;
    letter-spacing: -0.049rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1440px) {
  .contact__maps h3, .contact__maps .h3 {
    font-size: 2.21rem;
    line-height: 2.24rem;
    letter-spacing: -0.039rem;
  }
}
.contact__maps--item:not(:first-of-type) {
  margin-top: 1.5rem;
}
@media (min-width: 834px) {
  .contact__maps--item:nth-child(odd) {
    padding-right: 2.5rem;
  }
  .contact__maps--item:nth-child(even) {
    padding-left: 2.5rem;
  }
  .contact__maps--item:nth-child(2) {
    margin-top: 0;
  }
  .contact__maps--item:nth-child(n+3) {
    margin-top: 2.2rem;
  }
}
@media (min-width: 1440px) {
  .contact__maps--item:nth-child(odd) {
    padding-right: 6rem;
  }
  .contact__maps--item:nth-child(even) {
    padding-left: 6rem;
  }
}
.contact__maps--item p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.049rem;
}
@media (min-width: 1440px) {
  .contact__maps--item p {
    font-size: 1.19rem;
    line-height: 2.24rem;
    letter-spacing: -0.039rem;
  }
}
.contact__maps--container {
  display: flex;
  flex-direction: column;
  border: 0.15rem solid #DADADA;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  padding: 1.5rem 2rem 2rem;
  height: 100%;
  min-height: 25rem;
}
@media (min-width: 834px) {
  .contact__maps--container {
    min-height: auto;
    background-color: #ffffff;
    padding: 5.4rem 2rem 2rem;
  }
}
.contact__maps--container:hover .link-anim .link-anim__arrow {
  width: 5rem;
}
.contact__maps--container.is-approved-agent {
  position: relative;
}
.contact__maps--details {
  flex-grow: 1;
}
.contact__maps--address {
  margin-top: 2rem;
}
@media (min-width: 834px) {
  .contact__maps--address {
    margin-top: 0;
  }
}
.contact__maps--location img {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  max-width: 100%;
}
.contact__maps--views {
  text-align: center;
  margin-top: 3.6rem;
}
@media (min-width: 834px) {
  .contact__maps--views {
    margin-top: 5.5rem;
  }
}
.contact__maps--bar {
  margin: 1.6rem auto;
  width: 100%;
  max-width: 29.4rem;
  height: 0.4rem;
  background-color: #DADADA;
  position: relative;
  border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
}
.contact__maps--bar-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #441f54;
  border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
}
.contact__maps--approved-agent {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.049rem;
  margin-bottom: 2rem;
}
@media (min-width: 1440px) {
  .contact__maps--approved-agent {
    font-size: 1.19rem;
    line-height: 2.24rem;
    letter-spacing: -0.039rem;
  }
}
.contact__maps--approved-agent:not(.contact__company-details .contact__maps--approved-agent) {
  position: absolute;
  top: 1.4rem;
  right: 2rem;
  margin-bottom: 0;
}
.contact__maps--approved-agent i {
  font-size: 1.2rem;
  color: #441f54;
}
@media (min-width: 1440px) {
  .contact__maps--approved-agent i {
    font-size: 0.96rem;
  }
}
.contact__maps--approved-agent span {
  color: #2b2a27;
  margin-left: 0.5rem;
}
.contact__back-link {
  letter-spacing: -0.008rem;
  line-height: normal;
  color: rgba(43, 42, 39, 0.8);
  display: inline-flex;
  align-items: center;
}
.contact__back-link i {
  font-size: 1.5rem;
  margin-right: 1rem;
}
@media (min-width: 1440px) {
  .contact__back-link i {
    font-size: 1.36rem;
    position: relative;
    top: -0.1rem;
  }
}
.contact__back-link:hover {
  color: #2b2a27;
}
.contact__back-link:hover span {
  text-decoration: underline;
}
.contact__filter--row {
  position: relative;
  left: -100%;
  transition: left 0.5s linear;
  backface-visibility: visible;
}
.slide-out .contact__filter--row {
  left: 0;
}
.contact__company-details address + p {
  margin: 2rem 0;
}
.contact__company-details a {
  margin-top: 2.5rem;
}
@media (min-width: 834px) {
  .contact__company-details a {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.07rem;
  }
}
@media (min-width: 1440px) {
  .contact__company-details a {
    font-size: 1.6rem;
    line-height: 2.24rem;
    letter-spacing: -0.056rem;
  }
}
.contact__company-details a:hover {
  color: #2b2a27;
  text-decoration: underline;
}
.contact__company-details div a {
  text-decoration: underline;
  margin-top: 0 !important;
}
.contact__company-details li:before {
  content: "-";
  padding-right: 0.5rem;
}
.contact__company-details ul br, .contact__company-details div br:last-child {
  display: none;
}
.contact__company-map {
  margin: 5rem 0;
}
.contact__company-map img {
  background-color: rgba(43, 42, 39, 0.8);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border: 0.15rem solid #DADADA;
  max-width: 100%;
  display: block;
}
.contact__company-map a {
  margin-top: 2rem;
}
.contact__company-disclaimer {
  color: rgba(43, 42, 39, 0.8);
}
.contact__company-disclaimer p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -0.049rem;
}
@media (min-width: 1440px) {
  .contact__company-disclaimer p {
    font-size: 1.26rem;
    line-height: 1.62rem;
    letter-spacing: -0.044rem;
  }
}
.contact__company-disclaimer strong {
  display: block;
}
.contact__supporting-brands img {
  max-width: 30rem;
  min-width: 30rem;
  max-height: 3.2rem;
  min-height: 3.2rem;
  object-position: left center;
  object-fit: contain;
}
@media (min-width: 1106px) {
  .contact__supporting-brands img {
    max-height: 2rem;
    min-height: 2rem;
  }
}
@media (min-width: 1440px) {
  .contact__supporting-brands img {
    max-height: 2.6rem;
    min-height: 2.6rem;
  }
}
@media (min-width: 1920px) {
  .contact__supporting-brands img {
    max-height: 3.2rem;
    min-height: 3.2rem;
  }
}
.contact__supporting-brands--item {
  flex-basis: 100%;
}
.contact__supporting-brands--item:not(:first-of-type) {
  margin-top: 1.5rem;
}
@media (min-width: 834px) {
  .contact__supporting-brands--item {
    flex-basis: 50%;
  }
  .contact__supporting-brands--item:nth-child(odd) {
    padding-right: 2.5rem;
  }
  .contact__supporting-brands--item:nth-child(even) {
    padding-left: 2.5rem;
  }
  .contact__supporting-brands--item:nth-child(2) {
    margin-top: 0;
  }
  .contact__supporting-brands--item:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}
.contact__thanks {
  text-align: center;
  color: rgba(43, 42, 39, 0.8);
}
.contact__thanks i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7rem;
  width: 8.2rem;
  height: 8.2rem;
  color: #441f54;
  border: 0.15rem solid #DADADA;
  margin: 0 auto 1.4rem;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
@media (min-width: 834px) {
  .contact__thanks i {
    height: 14.5rem;
    width: 14.5rem;
    font-size: 5rem;
    border: 0.5rem solid #DADADA;
    margin: 0 auto 5rem;
  }
}
.contact__thanks h4, .contact__thanks .h4 {
  color: #2b2a27;
}
.contact__related--item {
  min-height: 26rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1106px) {
  .contact__related--item {
    min-height: 35rem;
  }
}
@media (min-width: 1440px) {
  .contact__related--item {
    min-height: 45.2rem;
  }
}
.contact__related--item img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.contact__related--image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.contact__related--image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 75%);
}
.contact__related--text {
  padding: 3.7rem;
}
@media (min-width: 1440px) {
  .contact__related--text {
    padding: 5.5rem;
  }
}
.contact__general--details {
  margin-top: 5rem;
}
@media (min-width: 834px) {
  .contact__general--details {
    margin-top: 10rem;
  }
}
.contact__general--item {
  color: rgba(43, 42, 39, 0.8);
  margin-bottom: 4.1rem;
}
.contact__general--item strong {
  display: block;
  margin-bottom: 1rem;
}
.contact__general--item a {
  margin-top: 0;
  display: table;
}
@media (min-width: 834px) {
  .contact__general--item a {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.07rem;
  }
}
@media (min-width: 1440px) {
  .contact__general--item a {
    font-size: 1.7rem;
    line-height: 2.38rem;
    letter-spacing: -0.06rem;
  }
}
.contact__general--item a:hover {
  color: #2b2a27;
  text-decoration: underline;
}
@media (min-width: 1106px) {
  .contact__sales-form {
    padding-top: 4.4rem;
  }
}
@media (min-width: 1440px) {
  .contact__sales-form {
    padding-top: 3.8rem;
  }
}

.fullwidth-media__picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.25s ease-in, opacity 0.25s ease-in;
}
.fullwidth-media__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.fullwidth-media__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(6, 6, 6, 0.5) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.fullwidth-media__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: transform 0.25s ease-in, opacity 0.25s ease-in 2s;
}
.fullwidth-media__video iframe {
  background-color: black;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  z-index: 1;
}
.fullwidth-media__video.is-visible {
  opacity: 1;
  z-index: 1;
}
.fullwidth-media__container {
  position: relative;
  overflow: visible;
  padding-top: 56.25%;
  padding-bottom: 15%;
  min-height: 41.8rem;
}
@media (min-width: 1106px) {
  .fullwidth-media__container {
    min-height: inherit;
  }
}
@media (min-width: 428px) {
  .fullwidth-media__container {
    padding-bottom: 0;
  }
}
@media (min-width: 1106px) {
  .fullwidth-media__container:hover .fullwidth-media__picture, .fullwidth-media__container:hover .fullwidth-media__video {
    transform: scale(1.19);
  }
}
@media (min-width: 1440px) {
  .fullwidth-media__container:hover .fullwidth-media__picture, .fullwidth-media__container:hover .fullwidth-media__video {
    transform: scale(1.2);
  }
}
@media (min-width: 1920px) {
  .fullwidth-media__container:hover .fullwidth-media__picture, .fullwidth-media__container:hover .fullwidth-media__video {
    transform: scale(1.24);
  }
}
.fullwidth-media__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1440px) {
  .fullwidth-media__overlay {
    display: flex;
    align-items: center;
  }
}
.fullwidth-media__content {
  position: absolute;
  top: 15%;
  left: 0;
  padding: 0 3.7rem;
}
@media (min-width: 834px) {
  .fullwidth-media__content {
    top: 30%;
  }
}
@media (min-width: 1106px) {
  .fullwidth-media__content {
    top: 40%;
  }
}
@media (min-width: 1440px) {
  .fullwidth-media__content {
    top: auto;
    padding: 0 15.8rem;
  }
}
.fullwidth-media__btn-play {
  font-size: 1.8rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: rgba(43, 42, 39, 0.8);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 3.1rem;
  height: 3.1rem;
}
.fullwidth-media__btn-play::before {
  position: relative;
  left: 0.1rem;
}
@media (min-width: 1440px) {
  .fullwidth-media__btn-play {
    font-size: 1.4rem;
  }
}
.fullwidth-media__header {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.126rem;
}
@media (min-width: 834px) {
  .fullwidth-media__header {
    font-size: 4.4rem;
    letter-spacing: -0.154rem;
  }
}
@media (min-width: 1106px) {
  .fullwidth-media__header {
    font-size: 5.3rem;
    letter-spacing: -0.185rem;
  }
}
@media (min-width: 1440px) {
  .fullwidth-media__header {
    font-size: 10.2rem;
    line-height: 8.5rem;
    letter-spacing: -0.357rem;
    width: 60%;
  }
}
.fullwidth-media__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.063rem;
  padding-top: 1rem;
}
@media (min-width: 834px) {
  .fullwidth-media__link {
    font-size: 3rem;
    letter-spacing: -0.105rem;
  }
}
@media (min-width: 1440px) {
  .fullwidth-media__link {
    font-size: 3.74rem;
    letter-spacing: -0.131rem;
    padding-top: 3rem;
  }
}
.fullwidth-media__link:hover .fullwidth-media__btn-play {
  background-color: #441f54;
  color: #ffffff;
}

.bg__grey-to-white-p75 {
  background: linear-gradient(180deg, #ffffff 0%, #eeecea 0%, #eeecea 75%, #ffffff 75%);
}

.email-signup {
  background-color: rgba(238, 236, 234, 0.3);
  margin-bottom: 6rem;
}
.email-signup.no-results {
  min-height: 73.2rem;
}
@media (min-width: 834px) {
  .email-signup.no-results {
    min-height: 95.2rem;
  }
}
@media (min-width: 834px) {
  .email-signup > .container > .row > .col:nth-child(odd), .email-signup > .container > .row > [class^=col-]:nth-child(odd) {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .email-signup > .container > .row > .col:nth-child(odd), .email-signup > .container > .row > [class^=col-]:nth-child(odd) {
    padding-right: 6rem;
  }
}
.email-signup > .container > .row > .col:nth-child(even), .email-signup > .container > .row > [class^=col-]:nth-child(even) {
  margin-top: 4rem;
}
@media (min-width: 834px) {
  .email-signup > .container > .row > .col:nth-child(even), .email-signup > .container > .row > [class^=col-]:nth-child(even) {
    padding-left: 2.5rem;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .email-signup > .container > .row > .col:nth-child(even), .email-signup > .container > .row > [class^=col-]:nth-child(even) {
    padding-left: 6rem;
  }
}
.email-signup__sub-opts .form__item + .form__item {
  margin-top: 3.3rem;
}

@media (min-width: 834px) {
  .alternating {
    padding-top: 9.5rem;
  }
}
@media (min-width: 1106px) {
  .alternating {
    padding-top: 11rem;
  }
}
@media (min-width: 1440px) {
  .alternating {
    padding-top: 12rem;
  }
}
.alternating h4 + p, .alternating .h4 + p, .alternating h4 + .rte, .alternating .h4 + .rte {
  margin-top: 2.2rem;
}
.alternating h4 + p + p, .alternating .h4 + p + p, .alternating h4 + .rte + p, .alternating .h4 + .rte + p {
  margin-top: 1rem;
}
.alternating p {
  color: rgba(43, 42, 39, 0.8);
}
.alternating__col:not(.is-reverse .alternating__col):nth-of-type(odd) {
  flex-direction: column;
}
@media (min-width: 1106px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1106px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(odd) .alternating__text {
    padding-left: 0;
  }
}
.alternating__col:not(.is-reverse .alternating__col):nth-of-type(odd) .alternating__image {
  margin-left: -20px;
}
@media (min-width: 428px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(odd) .alternating__image {
    margin-left: -52px;
  }
}
@media (min-width: 834px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(odd) .alternating__image {
    margin-left: -88px;
  }
}
@media (min-width: 1440px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(odd) .alternating__image {
    margin-left: -120px;
  }
}
@media (min-width: 1920px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(odd) .alternating__image {
    margin-left: -181px;
  }
}
.alternating__col:not(.is-reverse .alternating__col):nth-of-type(odd) .alternating__image img {
  border-radius-bottom-right: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
  -moz-border-bottom-right-radius: 0.5rem;
  border-radius-top-right: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -moz-border-top-right-radius: 0.5rem;
}
.alternating__col:not(.is-reverse .alternating__col):nth-of-type(even) {
  flex-direction: column;
}
.alternating__col:not(.is-reverse .alternating__col):nth-of-type(even) .alternating__text {
  padding-bottom: 0;
}
@media (min-width: 834px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(even) .alternating__text {
    padding-bottom: 7rem;
  }
}
@media (min-width: 1106px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(even) .alternating__text {
    padding-right: 0;
  }
}
.alternating__col:not(.is-reverse .alternating__col):nth-of-type(even) .alternating__image {
  margin-right: -20px;
}
@media (min-width: 428px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(even) .alternating__image {
    margin-right: -52px;
  }
}
@media (min-width: 834px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(even) .alternating__image {
    margin-right: -88px;
  }
}
@media (min-width: 1440px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(even) .alternating__image {
    margin-right: -120px;
  }
}
@media (min-width: 1920px) {
  .alternating__col:not(.is-reverse .alternating__col):nth-of-type(even) .alternating__image {
    margin-right: -181px;
  }
}
.alternating__col:not(.is-reverse .alternating__col):nth-of-type(even) .alternating__image img {
  border-radius-bottom-left: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-bottom-left-radius: 0.5rem;
  border-radius-top-left: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  -moz-border-top-left-radius: 0.5rem;
}
.alternating__image {
  height: 56rem;
}
@media (min-width: 1106px) {
  .alternating__image {
    height: 81.18rem;
  }
}
.alternating__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.alternating__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  padding: 7rem 0;
}
@media (min-width: 1106px) {
  .alternating__text {
    min-height: 56.4rem;
    padding: 9rem;
  }
}
.alternating.is-reverse .alternating__row {
  flex-direction: row-reverse;
}
.alternating.is-reverse .alternating__col:nth-of-type(odd) {
  flex-direction: column;
}
@media (min-width: 1106px) {
  .alternating.is-reverse .alternating__col:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1106px) {
  .alternating.is-reverse .alternating__col:nth-of-type(odd) .alternating__text {
    padding-right: 0;
  }
}
.alternating.is-reverse .alternating__col:nth-of-type(odd) .alternating__image {
  margin-right: -20px;
}
@media (min-width: 428px) {
  .alternating.is-reverse .alternating__col:nth-of-type(odd) .alternating__image {
    margin-right: -52px;
  }
}
@media (min-width: 834px) {
  .alternating.is-reverse .alternating__col:nth-of-type(odd) .alternating__image {
    margin-right: -88px;
  }
}
@media (min-width: 1440px) {
  .alternating.is-reverse .alternating__col:nth-of-type(odd) .alternating__image {
    margin-right: -120px;
  }
}
@media (min-width: 1920px) {
  .alternating.is-reverse .alternating__col:nth-of-type(odd) .alternating__image {
    margin-right: -181px;
  }
}
.alternating.is-reverse .alternating__col:nth-of-type(odd) .alternating__image img {
  border-radius-bottom-left: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-bottom-left-radius: 0.5rem;
  border-radius-top-left: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  -moz-border-top-left-radius: 0.5rem;
}
.alternating.is-reverse .alternating__col:nth-of-type(even) {
  flex-direction: column;
}
@media (min-width: 1106px) {
  .alternating.is-reverse .alternating__col:nth-of-type(even) .alternating__text {
    padding-left: 0;
  }
}
.alternating.is-reverse .alternating__col:nth-of-type(even) .alternating__image {
  margin-left: -20px;
}
@media (min-width: 428px) {
  .alternating.is-reverse .alternating__col:nth-of-type(even) .alternating__image {
    margin-left: -52px;
  }
}
@media (min-width: 834px) {
  .alternating.is-reverse .alternating__col:nth-of-type(even) .alternating__image {
    margin-left: -88px;
  }
}
@media (min-width: 1440px) {
  .alternating.is-reverse .alternating__col:nth-of-type(even) .alternating__image {
    margin-left: -120px;
  }
}
@media (min-width: 1920px) {
  .alternating.is-reverse .alternating__col:nth-of-type(even) .alternating__image {
    margin-left: -181px;
  }
}
.alternating.is-reverse .alternating__col:nth-of-type(even) .alternating__image img {
  border-radius-bottom-right: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
  -moz-border-bottom-right-radius: 0.5rem;
  border-radius-top-right: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -moz-border-top-right-radius: 0.5rem;
}

.sticky {
  margin: 0;
}
@media (min-width: 1106px) {
  .sticky {
    margin: 0 3.3rem;
  }
}
@media (min-width: 1440px) {
  .sticky {
    margin: 0 5rem;
  }
}
@media (min-width: 1920px) {
  .sticky {
    margin: 0 9rem;
  }
}
.sticky__steps {
  background-color: #eeecea;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  counter-reset: items;
  padding: 5.2rem 2rem;
}
@media (min-width: 428px) {
  .sticky__steps {
    padding: 5.2rem;
  }
}
@media (min-width: 834px) {
  .sticky__steps {
    padding: 9rem;
  }
}
@media (min-width: 1106px) {
  .sticky__steps {
    margin-left: 1.2rem;
    padding: 4rem 4.5rem 5.9rem;
  }
}
@media (min-width: 1440px) {
  .sticky__steps {
    padding: 5.6rem 5.9rem 7.9rem;
  }
}
@media (min-width: 1920px) {
  .sticky__steps {
    padding: 7.6rem 7.9rem;
  }
}
.sticky__steps li {
  counter-increment: items;
}
.sticky__steps li::before {
  content: "0" counter(items) ".";
  display: block;
  font-weight: 700;
  font-size: 5rem;
  line-height: normal;
  color: #2b2a27;
}
@media (min-width: 1106px) {
  .sticky__steps li::before {
    font-size: 6rem;
  }
}
.sticky__steps li:nth-child(n+10)::before {
  content: counter(items) ".";
}
.sticky__steps li + li {
  margin-top: 5rem;
}
@media (min-width: 1106px) {
  .sticky__steps li + li {
    margin-top: 10rem;
  }
}
@media (min-width: 1440px) {
  .sticky__steps li + li {
    margin-top: 14rem;
  }
}
.sticky__steps p {
  color: rgba(43, 42, 39, 0.8);
}
.sticky__text {
  padding: 5.2rem 2rem;
}
@media (min-width: 428px) {
  .sticky__text {
    padding: 5.2rem;
  }
}
@media (min-width: 834px) {
  .sticky__text {
    padding: 9rem;
  }
}
@media (min-width: 1106px) {
  .sticky__text {
    padding: 9rem 0;
  }
}
@media (min-width: 1920px) {
  .sticky__text {
    padding: 9rem 9rem 9rem 0;
  }
}
.sticky__image {
  margin-right: 0;
}
@media (max-width: 1105.98px) {
  .sticky__image {
    height: 56.8rem !important;
  }
}
@media (max-width: 427.98px) {
  .sticky__image {
    height: 28.6rem !important;
  }
}
@media (min-width: 1106px) {
  .sticky__image {
    margin-left: -3.5rem;
  }
}
@media (min-width: 1440px) {
  .sticky__image {
    margin-left: -5rem;
  }
}
@media (min-width: 1920px) {
  .sticky__image {
    margin-left: -9rem;
  }
}
.sticky__image img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.sticky__floating-container {
  width: 100%;
}
@media (min-width: 1106px) {
  .sticky__floating-container {
    position: absolute;
  }
  .sticky__floating-container.fixed {
    position: fixed;
    top: 0;
  }
  .sticky__floating-container.fixed .sticky__image {
    margin-right: 41.66666667%;
  }
  .sticky__floating-container.fixed .sticky__text {
    max-width: 58.33333333%;
  }
  .sticky__floating-container.bottom {
    bottom: 0;
  }
}

.cookie-notice {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 600px;
  max-height: 100vh;
  overflow: scroll;
  z-index: 9999999999;
  background-color: #0091D8;
  text-align: center;
  padding: 25px 30px 75px 25px;
  box-sizing: border-box;
}

.cookie-notice.hidden {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cookie-notice {
    padding: 50px 60px;
  }
}
.cookie-notice p:not(:last-child),
.cookie-notice .buttons:not(:last-child) {
  margin-bottom: 20px;
}

.cookie-notice p {
  color: #ffffff;
}

.cookie-notice p a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-notice .buttons {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .cookie-notice .buttons {
    align-items: center;
    flex-direction: row;
  }
}
.cookie-notice .buttons .btn:not(:last-child) {
  margin: 0 0 10px 0;
}

@media only screen and (min-width: 768px) {
  .cookie-notice .buttons .btn:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
#moove_gdpr_save_popup_settings_button {
  border-radius: 50px !important;
}

.pac-container {
  width: 100% !important;
  top: 5.3rem !important;
  left: auto !important;
  border-radius: 0.5rem;
}
@media (min-width: 1106px) {
  .pac-container {
    top: 6.3rem !important;
  }
}

.pac-icon, .pac-container::after {
  display: none;
}

.pac-item {
  padding: 1rem 2rem;
}

.pac-item span {
  font-size: 1.7rem;
  line-height: 2.38rem;
  letter-spacing: -0.06rem;
  color: #2b2a27;
}

.pac-matched {
  color: #441f54 !important;
}

.members {
  padding: 10rem 0;
}
@media (min-width: 1440px) {
  .members {
    padding: 15.2rem 0;
  }
}

.member__logos img {
  flex-basis: 45%;
}
@media (min-width: 834px) {
  .member__logos img {
    flex-basis: 30%;
  }
}
@media (min-width: 1106px) {
  .member__logos img {
    flex-basis: 20%;
  }
}
@media (min-width: 1440px) {
  .member__logos img {
    flex-basis: 16.66666%;
  }
}

.calculator__col {
  flex-basis: 100%;
}
@media (min-width: 834px) {
  .calculator__col {
    flex-basis: 50%;
  }
}
.calculator__col > .form__item:first-of-type {
  margin: 0;
}
.calculator__panel {
  box-shadow: 0 1.5rem 3rem #e3ddd4;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
@media (min-width: 834px) {
  .calculator__panel {
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
  }
}
.calculator__info {
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.2);
  justify-content: space-between;
}
@media (min-width: 834px) {
  .calculator__info h3, .calculator__info .h3 {
    max-width: 70%;
    padding-right: 1rem;
  }
}
@media (min-width: 1106px) {
  .calculator__info h3, .calculator__info .h3 {
    max-width: none;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1440px) {
  .calculator__info h3, .calculator__info .h3 {
    max-width: 70%;
    padding-right: 1rem;
    margin-bottom: 0;
  }
}
.calculator__info h4, .calculator__info .h4 {
  text-align: right;
}
.calculator__field .form__radios--label {
  padding: 0.2rem 0;
}
.calculator__field .form__radios--input + .form__radios--label::after {
  left: 0.4rem;
  top: 0.7rem;
}
@media (min-width: 1106px) {
  .calculator__field .form__radios--input + .form__radios--label::after {
    top: 1rem;
  }
}
@media (min-width: 1440px) {
  .calculator__field .form__radios--input + .form__radios--label::after {
    top: 0.69rem;
  }
}
.calculator__cost {
  position: relative;
}
.calculator__cost h2, .calculator__cost .h2 {
  padding: 1.6rem 15rem 1.2rem 1.6rem;
}
@media (min-width: 834px) {
  .calculator__cost h2, .calculator__cost .h2 {
    padding: 1.6rem 15rem 1rem 1.6rem;
  }
}
.calculator__cost select {
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  right: 1rem;
  top: 53%;
  transform: translateY(-50%);
  border: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-size: 9%;
  padding-right: 2rem;
}
@media (min-width: 834px) {
  .calculator__cost select {
    padding-right: 2.5rem;
  }
}
.calculator__cost select option {
  color: #2b2a27;
  font-size: 1.4rem;
}
@media (min-width: 834px) {
  .calculator__cost select option {
    font-size: 1.6rem;
  }
}
.calculator__form h1, .calculator__form .h1 {
  margin-top: 9rem;
}
.calculator__form .btn-submit {
  min-width: 21.4rem;
}
@media (min-width: 1106px) {
  .calculator__form .btn-submit {
    min-width: 23.4rem;
  }
}
.calculator__return {
  font-size: 2rem;
  padding: 1.2rem 5rem;
}
.calculator__submit.link-anim {
  padding: 1.55rem;
  transform: scale(1);
}
@media (min-width: 1440px) {
  .calculator__submit.link-anim {
    padding: 2rem 2.5rem;
  }
}
.calculator__submit span {
  font-size: 1.9rem;
  letter-spacing: -0.07rem;
}
@media (min-width: 1440px) {
  .calculator__submit span {
    font-size: 2.56rem;
    letter-spacing: -0.09rem;
  }
}
.calculator__submit .link-anim__arrow {
  min-width: 5rem;
  transform: scale(1);
  margin-left: 1.5rem;
}
@media (min-width: 1440px) {
  .calculator__submit .link-anim__arrow {
    transform: scale(1.15);
    min-width: 6rem;
    margin-left: 1.5rem;
  }
}
.calculator__submit .link-anim__arrow::after {
  top: -0.4rem;
}
@media (min-width: 1440px) {
  .calculator__submit .link-anim__arrow::after {
    top: -0.35rem;
  }
}
.calculator__tooltip .tooltip-inner {
  text-align: left;
  padding: 1rem 1.5rem;
  line-height: normal;
}
.calculator .form__radios--item {
  cursor: default;
}
.calculator input[type=radio] + label {
  display: inline-flex;
  cursor: pointer;
}
.calculator input[type=range] {
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.calculator input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  background: url("/source/9931a73d23fee89b572791a7e569ede1/button3.png");
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
  margin-top: -1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.calculator input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  background: url("/source/9931a73d23fee89b572791a7e569ede1/button3.png");
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
  margin-top: -1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.calculator input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  background: url("/source/9931a73d23fee89b572791a7e569ede1/button3.png");
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
  margin-top: -1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.calculator .form__range {
  min-height: 8rem;
}
.calculator .form__select {
  background-color: transparent;
  font-size: 1.4rem;
}
@media (min-width: 834px) {
  .calculator .form__select {
    font-size: 1.7rem;
  }
}
.calculator .form__select:focus {
  box-shadow: none;
}
.calculator .counter__container li {
  flex: 1;
  text-align: center;
}
.calculator .contact__related--item {
  min-height: 26rem;
  height: 100%;
}
@media (min-width: 1106px) {
  .calculator .contact__related--item {
    min-height: 35rem;
  }
}
@media (min-width: 1440px) {
  .calculator .contact__related--item {
    min-height: 45.2rem;
  }
}
.calculator .contact__related--item img {
  transform: scale(1);
  transition: transform 0.25s linear;
}
.calculator .contact__related--item:hover img {
  transform: scale(1.1);
}
.calculator .contact__related--item:hover .link-anim .link-anim__arrow--line {
  width: 5rem;
}
.calculator .contact__related--image {
  z-index: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.calculator .contact__related--text {
  position: relative;
  z-index: 1;
  text-align: left;
}

.info-banner {
  height: 9rem;
  width: 100%;
  display: none;
  transition: transform 0.2s linear;
}
.info-banner.not-seen {
  display: block;
}
.info-banner.fixed {
  position: fixed;
  z-index: 90000;
}
.info-banner__content-wrapper {
  height: 100%;
  color: #441f54;
}
.info-banner__content {
  width: 70%;
}
@media (min-width: 834px) {
  .info-banner__content {
    width: unset;
  }
}
.info-banner__link {
  font-weight: 400;
  margin-left: 0;
  margin-top: 0.5rem !important;
}
@media (min-width: 834px) {
  .info-banner__link {
    font-size: 1.2rem !important;
    line-height: 1.35rem;
    letter-spacing: -0.07rem;
    margin-top: 0 !important;
    margin-left: 0.7rem;
  }
}
@media (min-width: 834px) {
  .info-banner__link {
    margin-left: 0.5rem;
  }
}
.info-banner__link:hover {
  text-decoration: underline;
}
.info-banner__link-anim-arrow {
  margin-left: 0.8rem;
}
.info-banner__close-wrapper {
  top: calc(50% - 1rem);
  right: 3rem;
}
.info-banner__close-btn {
  font-size: 1.5rem;
  color: #441f54;
}
@media (min-width: 834px) {
  .info-banner__close-btn {
    font-size: 1.5rem;
  }
}
.info-banner h5, .info-banner .h5 {
  font-size: 1.6rem;
  letter-spacing: -0.056rem;
}
@media (min-width: 834px) {
  .info-banner {
    height: 6rem;
  }
}

.has-info-banner {
  top: 8rem;
}
@media (min-width: 834px) {
  .has-info-banner {
    top: 5rem;
  }
}

.nav-expand .has-info-banner, .no-scroll .has-info-banner {
  top: unset;
}
@media (min-width: 1440px) {
  .nav-expand .has-info-banner, .no-scroll .has-info-banner {
    top: 5rem;
  }
}
.nav-expand .info-banner, .no-scroll .info-banner {
  display: none;
}
@media (min-width: 1440px) {
  .nav-expand .info-banner, .no-scroll .info-banner {
    display: block;
  }
}

.contacttab-info {
  transition: top 0.2s linear;
}
.contacttab-info--hide {
  top: 0;
}
.contacttab-info--scroll-up {
  top: 8rem;
}
@media (min-width: 834px) {
  .contacttab-info--scroll-up {
    top: 5rem;
  }
}

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
.slide-out {
  animation: slideOut 0.2s linear;
}