/*========== Variables ==========*/
:root {
  --font-family: 'Open Sans', sans-serif;
  --modal-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  --content-gutter: calc((100vw - var(--content-width) + var(--container-gutter-x) * 2) / 2);
  --container-gutter-x: 15px;
  --grid-gutter-width: 30px;
  --animation-duration-1: 150ms;
  --animation-duration-2: 300ms;
  --animation-duration-3: 500ms;
  --transition-timing-function-1: ease-out;
  --transition-timing-function-2: ease-in;
  --transition-timing-function-3: ease-in-out;
  --trs-1: var(--animation-duration-1) var(--transition-timing-function-1);
  --trs-2: var(--animation-duration-2) var(--transition-timing-function-1);
  --trs-3: var(--animation-duration-3) var(--transition-timing-function-1); }
  @media (min-width: 1600px) {
    :root {
      --content-width: ; } }
  @media (max-width: 1599.98px) {
    :root {
      --content-width: 1200px; } }
  @media (max-width: 1279.98px) {
    :root {
      --content-width: 960px; } }
  @media (max-width: 1023.98px) {
    :root {
      --content-width: 720px; } }
  @media (max-width: 767.98px) {
    :root {
      --content-width: 540px; } }
  @media (max-width: 575.98px) {
    :root {
      --content-width: 100vw; } }
  @media (max-width: 1023.98px) {
    :root {
      --grid-gutter-width: 15px; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, var(--container-gutter-x));
  padding-left: var(--bs-gutter-x, var(--container-gutter-x));
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

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

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

.row {
  --bs-gutter-x: var(--grid-gutter-width);
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-grid,
.gx-grid {
  --bs-gutter-x: var(--grid-gutter-width); }

.g-grid,
.gy-grid {
  --bs-gutter-y: var(--grid-gutter-width); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-grid,
  .gx-sm-grid {
    --bs-gutter-x: var(--grid-gutter-width); }
  .g-sm-grid,
  .gy-sm-grid {
    --bs-gutter-y: var(--grid-gutter-width); }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0px; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0px; }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10px; }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10px; }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 15px; }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 15px; }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 20px; }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 20px; }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 25px; }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 25px; }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 30px; }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 30px; }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 35px; }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 35px; }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 40px; }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 40px; }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 45px; }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 45px; }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 50px; }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 50px; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-grid,
  .gx-md-grid {
    --bs-gutter-x: var(--grid-gutter-width); }
  .g-md-grid,
  .gy-md-grid {
    --bs-gutter-y: var(--grid-gutter-width); }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0px; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0px; }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10px; }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10px; }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 15px; }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 15px; }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 20px; }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 20px; }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 25px; }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 25px; }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 30px; }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 30px; }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 35px; }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 35px; }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 40px; }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 40px; }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 45px; }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 45px; }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 50px; }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 50px; } }

@media (min-width: 1024px) {
  .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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-grid,
  .gx-lg-grid {
    --bs-gutter-x: var(--grid-gutter-width); }
  .g-lg-grid,
  .gy-lg-grid {
    --bs-gutter-y: var(--grid-gutter-width); }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0px; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0px; }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10px; }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10px; }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 15px; }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 15px; }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 20px; }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 20px; }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 25px; }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 25px; }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 30px; }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 30px; }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 35px; }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 35px; }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 40px; }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 40px; }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 45px; }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 45px; }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 50px; }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 50px; } }

@media (min-width: 1280px) {
  .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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-grid,
  .gx-xl-grid {
    --bs-gutter-x: var(--grid-gutter-width); }
  .g-xl-grid,
  .gy-xl-grid {
    --bs-gutter-y: var(--grid-gutter-width); }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0px; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0px; }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10px; }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10px; }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 15px; }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 15px; }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 20px; }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 20px; }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 25px; }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 25px; }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 30px; }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 30px; }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 35px; }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 35px; }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 40px; }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 40px; }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 45px; }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 45px; }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 50px; }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 50px; } }

@media (min-width: 1600px) {
  .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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-grid,
  .gx-xxl-grid {
    --bs-gutter-x: var(--grid-gutter-width); }
  .g-xxl-grid,
  .gy-xxl-grid {
    --bs-gutter-y: var(--grid-gutter-width); }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0px; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0px; }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10px; }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10px; }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 15px; }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 15px; }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 20px; }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 20px; }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 25px; }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 25px; }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 30px; }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 30px; }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 35px; }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 35px; }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 40px; }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 40px; }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 45px; }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 45px; }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 50px; }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 50px; } }

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

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

.gap-grid {
  gap: var(--grid-gutter-width) !important; }

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

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

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

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

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

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

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

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

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

.gap-50 {
  gap: 50px !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; }

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

.mt-grid {
  margin-top: var(--grid-gutter-width) !important; }

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

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

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

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

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

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

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

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

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

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

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

.me-grid {
  margin-right: var(--grid-gutter-width) !important; }

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

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

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

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

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

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

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

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

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

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

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

.mb-grid {
  margin-bottom: var(--grid-gutter-width) !important; }

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

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

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

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

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

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

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

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

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

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

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

.ms-grid {
  margin-left: var(--grid-gutter-width) !important; }

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

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

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

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

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

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

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

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

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

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

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

.pt-grid {
  padding-top: var(--grid-gutter-width) !important; }

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

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

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

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

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

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

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

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

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

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

.pe-grid {
  padding-right: var(--grid-gutter-width) !important; }

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

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

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

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

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

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

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

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

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

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

.pb-grid {
  padding-bottom: var(--grid-gutter-width) !important; }

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

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

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

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

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

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

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

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

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

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

.ps-grid {
  padding-left: var(--grid-gutter-width) !important; }

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

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

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

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

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

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

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

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

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

.ps-50 {
  padding-left: 50px !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-bolder {
  font-weight: bolder !important; }

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

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

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

.column-gap-grid {
  -moz-column-gap: var(--grid-gutter-width) !important;
       column-gap: var(--grid-gutter-width) !important; }

.column-gap-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important; }

.column-gap-10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important; }

.column-gap-15 {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important; }

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

.column-gap-25 {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important; }

.column-gap-30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important; }

.column-gap-35 {
  -moz-column-gap: 35px !important;
       column-gap: 35px !important; }

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

.column-gap-45 {
  -moz-column-gap: 45px !important;
       column-gap: 45px !important; }

.column-gap-50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important; }

.row-gap-grid {
  row-gap: var(--grid-gutter-width) !important; }

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

.row-gap-10 {
  row-gap: 10px !important; }

.row-gap-15 {
  row-gap: 15px !important; }

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

.row-gap-25 {
  row-gap: 25px !important; }

.row-gap-30 {
  row-gap: 30px !important; }

.row-gap-35 {
  row-gap: 35px !important; }

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

.row-gap-45 {
  row-gap: 45px !important; }

.row-gap-50 {
  row-gap: 50px !important; }

.grid-columns-1 {
  grid-template-columns: repeat(1, 1fr) !important; }

.grid-columns-2 {
  grid-template-columns: repeat(2, 1fr) !important; }

.grid-columns-3 {
  grid-template-columns: repeat(3, 1fr) !important; }

.grid-columns-4 {
  grid-template-columns: repeat(4, 1fr) !important; }

.grid-columns-5 {
  grid-template-columns: repeat(5, 1fr) !important; }

.grid-columns-6 {
  grid-template-columns: repeat(6, 1fr) !important; }

@media (min-width: 576px) {
  .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-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; }
  .gap-sm-grid {
    gap: var(--grid-gutter-width) !important; }
  .gap-sm-0 {
    gap: 0px !important; }
  .gap-sm-10 {
    gap: 10px !important; }
  .gap-sm-15 {
    gap: 15px !important; }
  .gap-sm-20 {
    gap: 20px !important; }
  .gap-sm-25 {
    gap: 25px !important; }
  .gap-sm-30 {
    gap: 30px !important; }
  .gap-sm-35 {
    gap: 35px !important; }
  .gap-sm-40 {
    gap: 40px !important; }
  .gap-sm-45 {
    gap: 45px !important; }
  .gap-sm-50 {
    gap: 50px !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; }
  .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; }
  .mt-sm-grid {
    margin-top: var(--grid-gutter-width) !important; }
  .mt-sm-0 {
    margin-top: 0px !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-15 {
    margin-top: 15px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mt-sm-25 {
    margin-top: 25px !important; }
  .mt-sm-30 {
    margin-top: 30px !important; }
  .mt-sm-35 {
    margin-top: 35px !important; }
  .mt-sm-40 {
    margin-top: 40px !important; }
  .mt-sm-45 {
    margin-top: 45px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-grid {
    margin-right: var(--grid-gutter-width) !important; }
  .me-sm-0 {
    margin-right: 0px !important; }
  .me-sm-10 {
    margin-right: 10px !important; }
  .me-sm-15 {
    margin-right: 15px !important; }
  .me-sm-20 {
    margin-right: 20px !important; }
  .me-sm-25 {
    margin-right: 25px !important; }
  .me-sm-30 {
    margin-right: 30px !important; }
  .me-sm-35 {
    margin-right: 35px !important; }
  .me-sm-40 {
    margin-right: 40px !important; }
  .me-sm-45 {
    margin-right: 45px !important; }
  .me-sm-50 {
    margin-right: 50px !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-grid {
    margin-bottom: var(--grid-gutter-width) !important; }
  .mb-sm-0 {
    margin-bottom: 0px !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-15 {
    margin-bottom: 15px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-25 {
    margin-bottom: 25px !important; }
  .mb-sm-30 {
    margin-bottom: 30px !important; }
  .mb-sm-35 {
    margin-bottom: 35px !important; }
  .mb-sm-40 {
    margin-bottom: 40px !important; }
  .mb-sm-45 {
    margin-bottom: 45px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-grid {
    margin-left: var(--grid-gutter-width) !important; }
  .ms-sm-0 {
    margin-left: 0px !important; }
  .ms-sm-10 {
    margin-left: 10px !important; }
  .ms-sm-15 {
    margin-left: 15px !important; }
  .ms-sm-20 {
    margin-left: 20px !important; }
  .ms-sm-25 {
    margin-left: 25px !important; }
  .ms-sm-30 {
    margin-left: 30px !important; }
  .ms-sm-35 {
    margin-left: 35px !important; }
  .ms-sm-40 {
    margin-left: 40px !important; }
  .ms-sm-45 {
    margin-left: 45px !important; }
  .ms-sm-50 {
    margin-left: 50px !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .pt-sm-grid {
    padding-top: var(--grid-gutter-width) !important; }
  .pt-sm-0 {
    padding-top: 0px !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-15 {
    padding-top: 15px !important; }
  .pt-sm-20 {
    padding-top: 20px !important; }
  .pt-sm-25 {
    padding-top: 25px !important; }
  .pt-sm-30 {
    padding-top: 30px !important; }
  .pt-sm-35 {
    padding-top: 35px !important; }
  .pt-sm-40 {
    padding-top: 40px !important; }
  .pt-sm-45 {
    padding-top: 45px !important; }
  .pt-sm-50 {
    padding-top: 50px !important; }
  .pe-sm-grid {
    padding-right: var(--grid-gutter-width) !important; }
  .pe-sm-0 {
    padding-right: 0px !important; }
  .pe-sm-10 {
    padding-right: 10px !important; }
  .pe-sm-15 {
    padding-right: 15px !important; }
  .pe-sm-20 {
    padding-right: 20px !important; }
  .pe-sm-25 {
    padding-right: 25px !important; }
  .pe-sm-30 {
    padding-right: 30px !important; }
  .pe-sm-35 {
    padding-right: 35px !important; }
  .pe-sm-40 {
    padding-right: 40px !important; }
  .pe-sm-45 {
    padding-right: 45px !important; }
  .pe-sm-50 {
    padding-right: 50px !important; }
  .pb-sm-grid {
    padding-bottom: var(--grid-gutter-width) !important; }
  .pb-sm-0 {
    padding-bottom: 0px !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-15 {
    padding-bottom: 15px !important; }
  .pb-sm-20 {
    padding-bottom: 20px !important; }
  .pb-sm-25 {
    padding-bottom: 25px !important; }
  .pb-sm-30 {
    padding-bottom: 30px !important; }
  .pb-sm-35 {
    padding-bottom: 35px !important; }
  .pb-sm-40 {
    padding-bottom: 40px !important; }
  .pb-sm-45 {
    padding-bottom: 45px !important; }
  .pb-sm-50 {
    padding-bottom: 50px !important; }
  .ps-sm-grid {
    padding-left: var(--grid-gutter-width) !important; }
  .ps-sm-0 {
    padding-left: 0px !important; }
  .ps-sm-10 {
    padding-left: 10px !important; }
  .ps-sm-15 {
    padding-left: 15px !important; }
  .ps-sm-20 {
    padding-left: 20px !important; }
  .ps-sm-25 {
    padding-left: 25px !important; }
  .ps-sm-30 {
    padding-left: 30px !important; }
  .ps-sm-35 {
    padding-left: 35px !important; }
  .ps-sm-40 {
    padding-left: 40px !important; }
  .ps-sm-45 {
    padding-left: 45px !important; }
  .ps-sm-50 {
    padding-left: 50px !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .column-gap-sm-grid {
    -moz-column-gap: var(--grid-gutter-width) !important;
         column-gap: var(--grid-gutter-width) !important; }
  .column-gap-sm-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important; }
  .column-gap-sm-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important; }
  .column-gap-sm-15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important; }
  .column-gap-sm-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important; }
  .column-gap-sm-25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important; }
  .column-gap-sm-30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important; }
  .column-gap-sm-35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important; }
  .column-gap-sm-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important; }
  .column-gap-sm-45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important; }
  .column-gap-sm-50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important; }
  .row-gap-sm-grid {
    row-gap: var(--grid-gutter-width) !important; }
  .row-gap-sm-0 {
    row-gap: 0px !important; }
  .row-gap-sm-10 {
    row-gap: 10px !important; }
  .row-gap-sm-15 {
    row-gap: 15px !important; }
  .row-gap-sm-20 {
    row-gap: 20px !important; }
  .row-gap-sm-25 {
    row-gap: 25px !important; }
  .row-gap-sm-30 {
    row-gap: 30px !important; }
  .row-gap-sm-35 {
    row-gap: 35px !important; }
  .row-gap-sm-40 {
    row-gap: 40px !important; }
  .row-gap-sm-45 {
    row-gap: 45px !important; }
  .row-gap-sm-50 {
    row-gap: 50px !important; }
  .grid-columns-sm-1 {
    grid-template-columns: repeat(1, 1fr) !important; }
  .grid-columns-sm-2 {
    grid-template-columns: repeat(2, 1fr) !important; }
  .grid-columns-sm-3 {
    grid-template-columns: repeat(3, 1fr) !important; }
  .grid-columns-sm-4 {
    grid-template-columns: repeat(4, 1fr) !important; }
  .grid-columns-sm-5 {
    grid-template-columns: repeat(5, 1fr) !important; }
  .grid-columns-sm-6 {
    grid-template-columns: repeat(6, 1fr) !important; } }

@media (min-width: 768px) {
  .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-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; }
  .gap-md-grid {
    gap: var(--grid-gutter-width) !important; }
  .gap-md-0 {
    gap: 0px !important; }
  .gap-md-10 {
    gap: 10px !important; }
  .gap-md-15 {
    gap: 15px !important; }
  .gap-md-20 {
    gap: 20px !important; }
  .gap-md-25 {
    gap: 25px !important; }
  .gap-md-30 {
    gap: 30px !important; }
  .gap-md-35 {
    gap: 35px !important; }
  .gap-md-40 {
    gap: 40px !important; }
  .gap-md-45 {
    gap: 45px !important; }
  .gap-md-50 {
    gap: 50px !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; }
  .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; }
  .mt-md-grid {
    margin-top: var(--grid-gutter-width) !important; }
  .mt-md-0 {
    margin-top: 0px !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-15 {
    margin-top: 15px !important; }
  .mt-md-20 {
    margin-top: 20px !important; }
  .mt-md-25 {
    margin-top: 25px !important; }
  .mt-md-30 {
    margin-top: 30px !important; }
  .mt-md-35 {
    margin-top: 35px !important; }
  .mt-md-40 {
    margin-top: 40px !important; }
  .mt-md-45 {
    margin-top: 45px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-grid {
    margin-right: var(--grid-gutter-width) !important; }
  .me-md-0 {
    margin-right: 0px !important; }
  .me-md-10 {
    margin-right: 10px !important; }
  .me-md-15 {
    margin-right: 15px !important; }
  .me-md-20 {
    margin-right: 20px !important; }
  .me-md-25 {
    margin-right: 25px !important; }
  .me-md-30 {
    margin-right: 30px !important; }
  .me-md-35 {
    margin-right: 35px !important; }
  .me-md-40 {
    margin-right: 40px !important; }
  .me-md-45 {
    margin-right: 45px !important; }
  .me-md-50 {
    margin-right: 50px !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-grid {
    margin-bottom: var(--grid-gutter-width) !important; }
  .mb-md-0 {
    margin-bottom: 0px !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-15 {
    margin-bottom: 15px !important; }
  .mb-md-20 {
    margin-bottom: 20px !important; }
  .mb-md-25 {
    margin-bottom: 25px !important; }
  .mb-md-30 {
    margin-bottom: 30px !important; }
  .mb-md-35 {
    margin-bottom: 35px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; }
  .mb-md-45 {
    margin-bottom: 45px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-grid {
    margin-left: var(--grid-gutter-width) !important; }
  .ms-md-0 {
    margin-left: 0px !important; }
  .ms-md-10 {
    margin-left: 10px !important; }
  .ms-md-15 {
    margin-left: 15px !important; }
  .ms-md-20 {
    margin-left: 20px !important; }
  .ms-md-25 {
    margin-left: 25px !important; }
  .ms-md-30 {
    margin-left: 30px !important; }
  .ms-md-35 {
    margin-left: 35px !important; }
  .ms-md-40 {
    margin-left: 40px !important; }
  .ms-md-45 {
    margin-left: 45px !important; }
  .ms-md-50 {
    margin-left: 50px !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .pt-md-grid {
    padding-top: var(--grid-gutter-width) !important; }
  .pt-md-0 {
    padding-top: 0px !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-15 {
    padding-top: 15px !important; }
  .pt-md-20 {
    padding-top: 20px !important; }
  .pt-md-25 {
    padding-top: 25px !important; }
  .pt-md-30 {
    padding-top: 30px !important; }
  .pt-md-35 {
    padding-top: 35px !important; }
  .pt-md-40 {
    padding-top: 40px !important; }
  .pt-md-45 {
    padding-top: 45px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pe-md-grid {
    padding-right: var(--grid-gutter-width) !important; }
  .pe-md-0 {
    padding-right: 0px !important; }
  .pe-md-10 {
    padding-right: 10px !important; }
  .pe-md-15 {
    padding-right: 15px !important; }
  .pe-md-20 {
    padding-right: 20px !important; }
  .pe-md-25 {
    padding-right: 25px !important; }
  .pe-md-30 {
    padding-right: 30px !important; }
  .pe-md-35 {
    padding-right: 35px !important; }
  .pe-md-40 {
    padding-right: 40px !important; }
  .pe-md-45 {
    padding-right: 45px !important; }
  .pe-md-50 {
    padding-right: 50px !important; }
  .pb-md-grid {
    padding-bottom: var(--grid-gutter-width) !important; }
  .pb-md-0 {
    padding-bottom: 0px !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-15 {
    padding-bottom: 15px !important; }
  .pb-md-20 {
    padding-bottom: 20px !important; }
  .pb-md-25 {
    padding-bottom: 25px !important; }
  .pb-md-30 {
    padding-bottom: 30px !important; }
  .pb-md-35 {
    padding-bottom: 35px !important; }
  .pb-md-40 {
    padding-bottom: 40px !important; }
  .pb-md-45 {
    padding-bottom: 45px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .ps-md-grid {
    padding-left: var(--grid-gutter-width) !important; }
  .ps-md-0 {
    padding-left: 0px !important; }
  .ps-md-10 {
    padding-left: 10px !important; }
  .ps-md-15 {
    padding-left: 15px !important; }
  .ps-md-20 {
    padding-left: 20px !important; }
  .ps-md-25 {
    padding-left: 25px !important; }
  .ps-md-30 {
    padding-left: 30px !important; }
  .ps-md-35 {
    padding-left: 35px !important; }
  .ps-md-40 {
    padding-left: 40px !important; }
  .ps-md-45 {
    padding-left: 45px !important; }
  .ps-md-50 {
    padding-left: 50px !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .column-gap-md-grid {
    -moz-column-gap: var(--grid-gutter-width) !important;
         column-gap: var(--grid-gutter-width) !important; }
  .column-gap-md-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important; }
  .column-gap-md-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important; }
  .column-gap-md-15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important; }
  .column-gap-md-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important; }
  .column-gap-md-25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important; }
  .column-gap-md-30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important; }
  .column-gap-md-35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important; }
  .column-gap-md-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important; }
  .column-gap-md-45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important; }
  .column-gap-md-50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important; }
  .row-gap-md-grid {
    row-gap: var(--grid-gutter-width) !important; }
  .row-gap-md-0 {
    row-gap: 0px !important; }
  .row-gap-md-10 {
    row-gap: 10px !important; }
  .row-gap-md-15 {
    row-gap: 15px !important; }
  .row-gap-md-20 {
    row-gap: 20px !important; }
  .row-gap-md-25 {
    row-gap: 25px !important; }
  .row-gap-md-30 {
    row-gap: 30px !important; }
  .row-gap-md-35 {
    row-gap: 35px !important; }
  .row-gap-md-40 {
    row-gap: 40px !important; }
  .row-gap-md-45 {
    row-gap: 45px !important; }
  .row-gap-md-50 {
    row-gap: 50px !important; }
  .grid-columns-md-1 {
    grid-template-columns: repeat(1, 1fr) !important; }
  .grid-columns-md-2 {
    grid-template-columns: repeat(2, 1fr) !important; }
  .grid-columns-md-3 {
    grid-template-columns: repeat(3, 1fr) !important; }
  .grid-columns-md-4 {
    grid-template-columns: repeat(4, 1fr) !important; }
  .grid-columns-md-5 {
    grid-template-columns: repeat(5, 1fr) !important; }
  .grid-columns-md-6 {
    grid-template-columns: repeat(6, 1fr) !important; } }

@media (min-width: 1024px) {
  .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-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; }
  .gap-lg-grid {
    gap: var(--grid-gutter-width) !important; }
  .gap-lg-0 {
    gap: 0px !important; }
  .gap-lg-10 {
    gap: 10px !important; }
  .gap-lg-15 {
    gap: 15px !important; }
  .gap-lg-20 {
    gap: 20px !important; }
  .gap-lg-25 {
    gap: 25px !important; }
  .gap-lg-30 {
    gap: 30px !important; }
  .gap-lg-35 {
    gap: 35px !important; }
  .gap-lg-40 {
    gap: 40px !important; }
  .gap-lg-45 {
    gap: 45px !important; }
  .gap-lg-50 {
    gap: 50px !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; }
  .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; }
  .mt-lg-grid {
    margin-top: var(--grid-gutter-width) !important; }
  .mt-lg-0 {
    margin-top: 0px !important; }
  .mt-lg-10 {
    margin-top: 10px !important; }
  .mt-lg-15 {
    margin-top: 15px !important; }
  .mt-lg-20 {
    margin-top: 20px !important; }
  .mt-lg-25 {
    margin-top: 25px !important; }
  .mt-lg-30 {
    margin-top: 30px !important; }
  .mt-lg-35 {
    margin-top: 35px !important; }
  .mt-lg-40 {
    margin-top: 40px !important; }
  .mt-lg-45 {
    margin-top: 45px !important; }
  .mt-lg-50 {
    margin-top: 50px !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-grid {
    margin-right: var(--grid-gutter-width) !important; }
  .me-lg-0 {
    margin-right: 0px !important; }
  .me-lg-10 {
    margin-right: 10px !important; }
  .me-lg-15 {
    margin-right: 15px !important; }
  .me-lg-20 {
    margin-right: 20px !important; }
  .me-lg-25 {
    margin-right: 25px !important; }
  .me-lg-30 {
    margin-right: 30px !important; }
  .me-lg-35 {
    margin-right: 35px !important; }
  .me-lg-40 {
    margin-right: 40px !important; }
  .me-lg-45 {
    margin-right: 45px !important; }
  .me-lg-50 {
    margin-right: 50px !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-grid {
    margin-bottom: var(--grid-gutter-width) !important; }
  .mb-lg-0 {
    margin-bottom: 0px !important; }
  .mb-lg-10 {
    margin-bottom: 10px !important; }
  .mb-lg-15 {
    margin-bottom: 15px !important; }
  .mb-lg-20 {
    margin-bottom: 20px !important; }
  .mb-lg-25 {
    margin-bottom: 25px !important; }
  .mb-lg-30 {
    margin-bottom: 30px !important; }
  .mb-lg-35 {
    margin-bottom: 35px !important; }
  .mb-lg-40 {
    margin-bottom: 40px !important; }
  .mb-lg-45 {
    margin-bottom: 45px !important; }
  .mb-lg-50 {
    margin-bottom: 50px !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-grid {
    margin-left: var(--grid-gutter-width) !important; }
  .ms-lg-0 {
    margin-left: 0px !important; }
  .ms-lg-10 {
    margin-left: 10px !important; }
  .ms-lg-15 {
    margin-left: 15px !important; }
  .ms-lg-20 {
    margin-left: 20px !important; }
  .ms-lg-25 {
    margin-left: 25px !important; }
  .ms-lg-30 {
    margin-left: 30px !important; }
  .ms-lg-35 {
    margin-left: 35px !important; }
  .ms-lg-40 {
    margin-left: 40px !important; }
  .ms-lg-45 {
    margin-left: 45px !important; }
  .ms-lg-50 {
    margin-left: 50px !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .pt-lg-grid {
    padding-top: var(--grid-gutter-width) !important; }
  .pt-lg-0 {
    padding-top: 0px !important; }
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-15 {
    padding-top: 15px !important; }
  .pt-lg-20 {
    padding-top: 20px !important; }
  .pt-lg-25 {
    padding-top: 25px !important; }
  .pt-lg-30 {
    padding-top: 30px !important; }
  .pt-lg-35 {
    padding-top: 35px !important; }
  .pt-lg-40 {
    padding-top: 40px !important; }
  .pt-lg-45 {
    padding-top: 45px !important; }
  .pt-lg-50 {
    padding-top: 50px !important; }
  .pe-lg-grid {
    padding-right: var(--grid-gutter-width) !important; }
  .pe-lg-0 {
    padding-right: 0px !important; }
  .pe-lg-10 {
    padding-right: 10px !important; }
  .pe-lg-15 {
    padding-right: 15px !important; }
  .pe-lg-20 {
    padding-right: 20px !important; }
  .pe-lg-25 {
    padding-right: 25px !important; }
  .pe-lg-30 {
    padding-right: 30px !important; }
  .pe-lg-35 {
    padding-right: 35px !important; }
  .pe-lg-40 {
    padding-right: 40px !important; }
  .pe-lg-45 {
    padding-right: 45px !important; }
  .pe-lg-50 {
    padding-right: 50px !important; }
  .pb-lg-grid {
    padding-bottom: var(--grid-gutter-width) !important; }
  .pb-lg-0 {
    padding-bottom: 0px !important; }
  .pb-lg-10 {
    padding-bottom: 10px !important; }
  .pb-lg-15 {
    padding-bottom: 15px !important; }
  .pb-lg-20 {
    padding-bottom: 20px !important; }
  .pb-lg-25 {
    padding-bottom: 25px !important; }
  .pb-lg-30 {
    padding-bottom: 30px !important; }
  .pb-lg-35 {
    padding-bottom: 35px !important; }
  .pb-lg-40 {
    padding-bottom: 40px !important; }
  .pb-lg-45 {
    padding-bottom: 45px !important; }
  .pb-lg-50 {
    padding-bottom: 50px !important; }
  .ps-lg-grid {
    padding-left: var(--grid-gutter-width) !important; }
  .ps-lg-0 {
    padding-left: 0px !important; }
  .ps-lg-10 {
    padding-left: 10px !important; }
  .ps-lg-15 {
    padding-left: 15px !important; }
  .ps-lg-20 {
    padding-left: 20px !important; }
  .ps-lg-25 {
    padding-left: 25px !important; }
  .ps-lg-30 {
    padding-left: 30px !important; }
  .ps-lg-35 {
    padding-left: 35px !important; }
  .ps-lg-40 {
    padding-left: 40px !important; }
  .ps-lg-45 {
    padding-left: 45px !important; }
  .ps-lg-50 {
    padding-left: 50px !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .column-gap-lg-grid {
    -moz-column-gap: var(--grid-gutter-width) !important;
         column-gap: var(--grid-gutter-width) !important; }
  .column-gap-lg-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important; }
  .column-gap-lg-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important; }
  .column-gap-lg-15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important; }
  .column-gap-lg-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important; }
  .column-gap-lg-25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important; }
  .column-gap-lg-30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important; }
  .column-gap-lg-35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important; }
  .column-gap-lg-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important; }
  .column-gap-lg-45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important; }
  .column-gap-lg-50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important; }
  .row-gap-lg-grid {
    row-gap: var(--grid-gutter-width) !important; }
  .row-gap-lg-0 {
    row-gap: 0px !important; }
  .row-gap-lg-10 {
    row-gap: 10px !important; }
  .row-gap-lg-15 {
    row-gap: 15px !important; }
  .row-gap-lg-20 {
    row-gap: 20px !important; }
  .row-gap-lg-25 {
    row-gap: 25px !important; }
  .row-gap-lg-30 {
    row-gap: 30px !important; }
  .row-gap-lg-35 {
    row-gap: 35px !important; }
  .row-gap-lg-40 {
    row-gap: 40px !important; }
  .row-gap-lg-45 {
    row-gap: 45px !important; }
  .row-gap-lg-50 {
    row-gap: 50px !important; }
  .grid-columns-lg-1 {
    grid-template-columns: repeat(1, 1fr) !important; }
  .grid-columns-lg-2 {
    grid-template-columns: repeat(2, 1fr) !important; }
  .grid-columns-lg-3 {
    grid-template-columns: repeat(3, 1fr) !important; }
  .grid-columns-lg-4 {
    grid-template-columns: repeat(4, 1fr) !important; }
  .grid-columns-lg-5 {
    grid-template-columns: repeat(5, 1fr) !important; }
  .grid-columns-lg-6 {
    grid-template-columns: repeat(6, 1fr) !important; } }

@media (min-width: 1280px) {
  .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-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; }
  .gap-xl-grid {
    gap: var(--grid-gutter-width) !important; }
  .gap-xl-0 {
    gap: 0px !important; }
  .gap-xl-10 {
    gap: 10px !important; }
  .gap-xl-15 {
    gap: 15px !important; }
  .gap-xl-20 {
    gap: 20px !important; }
  .gap-xl-25 {
    gap: 25px !important; }
  .gap-xl-30 {
    gap: 30px !important; }
  .gap-xl-35 {
    gap: 35px !important; }
  .gap-xl-40 {
    gap: 40px !important; }
  .gap-xl-45 {
    gap: 45px !important; }
  .gap-xl-50 {
    gap: 50px !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; }
  .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; }
  .mt-xl-grid {
    margin-top: var(--grid-gutter-width) !important; }
  .mt-xl-0 {
    margin-top: 0px !important; }
  .mt-xl-10 {
    margin-top: 10px !important; }
  .mt-xl-15 {
    margin-top: 15px !important; }
  .mt-xl-20 {
    margin-top: 20px !important; }
  .mt-xl-25 {
    margin-top: 25px !important; }
  .mt-xl-30 {
    margin-top: 30px !important; }
  .mt-xl-35 {
    margin-top: 35px !important; }
  .mt-xl-40 {
    margin-top: 40px !important; }
  .mt-xl-45 {
    margin-top: 45px !important; }
  .mt-xl-50 {
    margin-top: 50px !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-grid {
    margin-right: var(--grid-gutter-width) !important; }
  .me-xl-0 {
    margin-right: 0px !important; }
  .me-xl-10 {
    margin-right: 10px !important; }
  .me-xl-15 {
    margin-right: 15px !important; }
  .me-xl-20 {
    margin-right: 20px !important; }
  .me-xl-25 {
    margin-right: 25px !important; }
  .me-xl-30 {
    margin-right: 30px !important; }
  .me-xl-35 {
    margin-right: 35px !important; }
  .me-xl-40 {
    margin-right: 40px !important; }
  .me-xl-45 {
    margin-right: 45px !important; }
  .me-xl-50 {
    margin-right: 50px !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-grid {
    margin-bottom: var(--grid-gutter-width) !important; }
  .mb-xl-0 {
    margin-bottom: 0px !important; }
  .mb-xl-10 {
    margin-bottom: 10px !important; }
  .mb-xl-15 {
    margin-bottom: 15px !important; }
  .mb-xl-20 {
    margin-bottom: 20px !important; }
  .mb-xl-25 {
    margin-bottom: 25px !important; }
  .mb-xl-30 {
    margin-bottom: 30px !important; }
  .mb-xl-35 {
    margin-bottom: 35px !important; }
  .mb-xl-40 {
    margin-bottom: 40px !important; }
  .mb-xl-45 {
    margin-bottom: 45px !important; }
  .mb-xl-50 {
    margin-bottom: 50px !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-grid {
    margin-left: var(--grid-gutter-width) !important; }
  .ms-xl-0 {
    margin-left: 0px !important; }
  .ms-xl-10 {
    margin-left: 10px !important; }
  .ms-xl-15 {
    margin-left: 15px !important; }
  .ms-xl-20 {
    margin-left: 20px !important; }
  .ms-xl-25 {
    margin-left: 25px !important; }
  .ms-xl-30 {
    margin-left: 30px !important; }
  .ms-xl-35 {
    margin-left: 35px !important; }
  .ms-xl-40 {
    margin-left: 40px !important; }
  .ms-xl-45 {
    margin-left: 45px !important; }
  .ms-xl-50 {
    margin-left: 50px !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .pt-xl-grid {
    padding-top: var(--grid-gutter-width) !important; }
  .pt-xl-0 {
    padding-top: 0px !important; }
  .pt-xl-10 {
    padding-top: 10px !important; }
  .pt-xl-15 {
    padding-top: 15px !important; }
  .pt-xl-20 {
    padding-top: 20px !important; }
  .pt-xl-25 {
    padding-top: 25px !important; }
  .pt-xl-30 {
    padding-top: 30px !important; }
  .pt-xl-35 {
    padding-top: 35px !important; }
  .pt-xl-40 {
    padding-top: 40px !important; }
  .pt-xl-45 {
    padding-top: 45px !important; }
  .pt-xl-50 {
    padding-top: 50px !important; }
  .pe-xl-grid {
    padding-right: var(--grid-gutter-width) !important; }
  .pe-xl-0 {
    padding-right: 0px !important; }
  .pe-xl-10 {
    padding-right: 10px !important; }
  .pe-xl-15 {
    padding-right: 15px !important; }
  .pe-xl-20 {
    padding-right: 20px !important; }
  .pe-xl-25 {
    padding-right: 25px !important; }
  .pe-xl-30 {
    padding-right: 30px !important; }
  .pe-xl-35 {
    padding-right: 35px !important; }
  .pe-xl-40 {
    padding-right: 40px !important; }
  .pe-xl-45 {
    padding-right: 45px !important; }
  .pe-xl-50 {
    padding-right: 50px !important; }
  .pb-xl-grid {
    padding-bottom: var(--grid-gutter-width) !important; }
  .pb-xl-0 {
    padding-bottom: 0px !important; }
  .pb-xl-10 {
    padding-bottom: 10px !important; }
  .pb-xl-15 {
    padding-bottom: 15px !important; }
  .pb-xl-20 {
    padding-bottom: 20px !important; }
  .pb-xl-25 {
    padding-bottom: 25px !important; }
  .pb-xl-30 {
    padding-bottom: 30px !important; }
  .pb-xl-35 {
    padding-bottom: 35px !important; }
  .pb-xl-40 {
    padding-bottom: 40px !important; }
  .pb-xl-45 {
    padding-bottom: 45px !important; }
  .pb-xl-50 {
    padding-bottom: 50px !important; }
  .ps-xl-grid {
    padding-left: var(--grid-gutter-width) !important; }
  .ps-xl-0 {
    padding-left: 0px !important; }
  .ps-xl-10 {
    padding-left: 10px !important; }
  .ps-xl-15 {
    padding-left: 15px !important; }
  .ps-xl-20 {
    padding-left: 20px !important; }
  .ps-xl-25 {
    padding-left: 25px !important; }
  .ps-xl-30 {
    padding-left: 30px !important; }
  .ps-xl-35 {
    padding-left: 35px !important; }
  .ps-xl-40 {
    padding-left: 40px !important; }
  .ps-xl-45 {
    padding-left: 45px !important; }
  .ps-xl-50 {
    padding-left: 50px !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .column-gap-xl-grid {
    -moz-column-gap: var(--grid-gutter-width) !important;
         column-gap: var(--grid-gutter-width) !important; }
  .column-gap-xl-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important; }
  .column-gap-xl-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important; }
  .column-gap-xl-15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important; }
  .column-gap-xl-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important; }
  .column-gap-xl-25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important; }
  .column-gap-xl-30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important; }
  .column-gap-xl-35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important; }
  .column-gap-xl-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important; }
  .column-gap-xl-45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important; }
  .column-gap-xl-50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important; }
  .row-gap-xl-grid {
    row-gap: var(--grid-gutter-width) !important; }
  .row-gap-xl-0 {
    row-gap: 0px !important; }
  .row-gap-xl-10 {
    row-gap: 10px !important; }
  .row-gap-xl-15 {
    row-gap: 15px !important; }
  .row-gap-xl-20 {
    row-gap: 20px !important; }
  .row-gap-xl-25 {
    row-gap: 25px !important; }
  .row-gap-xl-30 {
    row-gap: 30px !important; }
  .row-gap-xl-35 {
    row-gap: 35px !important; }
  .row-gap-xl-40 {
    row-gap: 40px !important; }
  .row-gap-xl-45 {
    row-gap: 45px !important; }
  .row-gap-xl-50 {
    row-gap: 50px !important; }
  .grid-columns-xl-1 {
    grid-template-columns: repeat(1, 1fr) !important; }
  .grid-columns-xl-2 {
    grid-template-columns: repeat(2, 1fr) !important; }
  .grid-columns-xl-3 {
    grid-template-columns: repeat(3, 1fr) !important; }
  .grid-columns-xl-4 {
    grid-template-columns: repeat(4, 1fr) !important; }
  .grid-columns-xl-5 {
    grid-template-columns: repeat(5, 1fr) !important; }
  .grid-columns-xl-6 {
    grid-template-columns: repeat(6, 1fr) !important; } }

@media (min-width: 1600px) {
  .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-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; }
  .gap-xxl-grid {
    gap: var(--grid-gutter-width) !important; }
  .gap-xxl-0 {
    gap: 0px !important; }
  .gap-xxl-10 {
    gap: 10px !important; }
  .gap-xxl-15 {
    gap: 15px !important; }
  .gap-xxl-20 {
    gap: 20px !important; }
  .gap-xxl-25 {
    gap: 25px !important; }
  .gap-xxl-30 {
    gap: 30px !important; }
  .gap-xxl-35 {
    gap: 35px !important; }
  .gap-xxl-40 {
    gap: 40px !important; }
  .gap-xxl-45 {
    gap: 45px !important; }
  .gap-xxl-50 {
    gap: 50px !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; }
  .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; }
  .mt-xxl-grid {
    margin-top: var(--grid-gutter-width) !important; }
  .mt-xxl-0 {
    margin-top: 0px !important; }
  .mt-xxl-10 {
    margin-top: 10px !important; }
  .mt-xxl-15 {
    margin-top: 15px !important; }
  .mt-xxl-20 {
    margin-top: 20px !important; }
  .mt-xxl-25 {
    margin-top: 25px !important; }
  .mt-xxl-30 {
    margin-top: 30px !important; }
  .mt-xxl-35 {
    margin-top: 35px !important; }
  .mt-xxl-40 {
    margin-top: 40px !important; }
  .mt-xxl-45 {
    margin-top: 45px !important; }
  .mt-xxl-50 {
    margin-top: 50px !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-grid {
    margin-right: var(--grid-gutter-width) !important; }
  .me-xxl-0 {
    margin-right: 0px !important; }
  .me-xxl-10 {
    margin-right: 10px !important; }
  .me-xxl-15 {
    margin-right: 15px !important; }
  .me-xxl-20 {
    margin-right: 20px !important; }
  .me-xxl-25 {
    margin-right: 25px !important; }
  .me-xxl-30 {
    margin-right: 30px !important; }
  .me-xxl-35 {
    margin-right: 35px !important; }
  .me-xxl-40 {
    margin-right: 40px !important; }
  .me-xxl-45 {
    margin-right: 45px !important; }
  .me-xxl-50 {
    margin-right: 50px !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-grid {
    margin-bottom: var(--grid-gutter-width) !important; }
  .mb-xxl-0 {
    margin-bottom: 0px !important; }
  .mb-xxl-10 {
    margin-bottom: 10px !important; }
  .mb-xxl-15 {
    margin-bottom: 15px !important; }
  .mb-xxl-20 {
    margin-bottom: 20px !important; }
  .mb-xxl-25 {
    margin-bottom: 25px !important; }
  .mb-xxl-30 {
    margin-bottom: 30px !important; }
  .mb-xxl-35 {
    margin-bottom: 35px !important; }
  .mb-xxl-40 {
    margin-bottom: 40px !important; }
  .mb-xxl-45 {
    margin-bottom: 45px !important; }
  .mb-xxl-50 {
    margin-bottom: 50px !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-grid {
    margin-left: var(--grid-gutter-width) !important; }
  .ms-xxl-0 {
    margin-left: 0px !important; }
  .ms-xxl-10 {
    margin-left: 10px !important; }
  .ms-xxl-15 {
    margin-left: 15px !important; }
  .ms-xxl-20 {
    margin-left: 20px !important; }
  .ms-xxl-25 {
    margin-left: 25px !important; }
  .ms-xxl-30 {
    margin-left: 30px !important; }
  .ms-xxl-35 {
    margin-left: 35px !important; }
  .ms-xxl-40 {
    margin-left: 40px !important; }
  .ms-xxl-45 {
    margin-left: 45px !important; }
  .ms-xxl-50 {
    margin-left: 50px !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .pt-xxl-grid {
    padding-top: var(--grid-gutter-width) !important; }
  .pt-xxl-0 {
    padding-top: 0px !important; }
  .pt-xxl-10 {
    padding-top: 10px !important; }
  .pt-xxl-15 {
    padding-top: 15px !important; }
  .pt-xxl-20 {
    padding-top: 20px !important; }
  .pt-xxl-25 {
    padding-top: 25px !important; }
  .pt-xxl-30 {
    padding-top: 30px !important; }
  .pt-xxl-35 {
    padding-top: 35px !important; }
  .pt-xxl-40 {
    padding-top: 40px !important; }
  .pt-xxl-45 {
    padding-top: 45px !important; }
  .pt-xxl-50 {
    padding-top: 50px !important; }
  .pe-xxl-grid {
    padding-right: var(--grid-gutter-width) !important; }
  .pe-xxl-0 {
    padding-right: 0px !important; }
  .pe-xxl-10 {
    padding-right: 10px !important; }
  .pe-xxl-15 {
    padding-right: 15px !important; }
  .pe-xxl-20 {
    padding-right: 20px !important; }
  .pe-xxl-25 {
    padding-right: 25px !important; }
  .pe-xxl-30 {
    padding-right: 30px !important; }
  .pe-xxl-35 {
    padding-right: 35px !important; }
  .pe-xxl-40 {
    padding-right: 40px !important; }
  .pe-xxl-45 {
    padding-right: 45px !important; }
  .pe-xxl-50 {
    padding-right: 50px !important; }
  .pb-xxl-grid {
    padding-bottom: var(--grid-gutter-width) !important; }
  .pb-xxl-0 {
    padding-bottom: 0px !important; }
  .pb-xxl-10 {
    padding-bottom: 10px !important; }
  .pb-xxl-15 {
    padding-bottom: 15px !important; }
  .pb-xxl-20 {
    padding-bottom: 20px !important; }
  .pb-xxl-25 {
    padding-bottom: 25px !important; }
  .pb-xxl-30 {
    padding-bottom: 30px !important; }
  .pb-xxl-35 {
    padding-bottom: 35px !important; }
  .pb-xxl-40 {
    padding-bottom: 40px !important; }
  .pb-xxl-45 {
    padding-bottom: 45px !important; }
  .pb-xxl-50 {
    padding-bottom: 50px !important; }
  .ps-xxl-grid {
    padding-left: var(--grid-gutter-width) !important; }
  .ps-xxl-0 {
    padding-left: 0px !important; }
  .ps-xxl-10 {
    padding-left: 10px !important; }
  .ps-xxl-15 {
    padding-left: 15px !important; }
  .ps-xxl-20 {
    padding-left: 20px !important; }
  .ps-xxl-25 {
    padding-left: 25px !important; }
  .ps-xxl-30 {
    padding-left: 30px !important; }
  .ps-xxl-35 {
    padding-left: 35px !important; }
  .ps-xxl-40 {
    padding-left: 40px !important; }
  .ps-xxl-45 {
    padding-left: 45px !important; }
  .ps-xxl-50 {
    padding-left: 50px !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; }
  .column-gap-xxl-grid {
    -moz-column-gap: var(--grid-gutter-width) !important;
         column-gap: var(--grid-gutter-width) !important; }
  .column-gap-xxl-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important; }
  .column-gap-xxl-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important; }
  .column-gap-xxl-15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important; }
  .column-gap-xxl-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important; }
  .column-gap-xxl-25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important; }
  .column-gap-xxl-30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important; }
  .column-gap-xxl-35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important; }
  .column-gap-xxl-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important; }
  .column-gap-xxl-45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important; }
  .column-gap-xxl-50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important; }
  .row-gap-xxl-grid {
    row-gap: var(--grid-gutter-width) !important; }
  .row-gap-xxl-0 {
    row-gap: 0px !important; }
  .row-gap-xxl-10 {
    row-gap: 10px !important; }
  .row-gap-xxl-15 {
    row-gap: 15px !important; }
  .row-gap-xxl-20 {
    row-gap: 20px !important; }
  .row-gap-xxl-25 {
    row-gap: 25px !important; }
  .row-gap-xxl-30 {
    row-gap: 30px !important; }
  .row-gap-xxl-35 {
    row-gap: 35px !important; }
  .row-gap-xxl-40 {
    row-gap: 40px !important; }
  .row-gap-xxl-45 {
    row-gap: 45px !important; }
  .row-gap-xxl-50 {
    row-gap: 50px !important; }
  .grid-columns-xxl-1 {
    grid-template-columns: repeat(1, 1fr) !important; }
  .grid-columns-xxl-2 {
    grid-template-columns: repeat(2, 1fr) !important; }
  .grid-columns-xxl-3 {
    grid-template-columns: repeat(3, 1fr) !important; }
  .grid-columns-xxl-4 {
    grid-template-columns: repeat(4, 1fr) !important; }
  .grid-columns-xxl-5 {
    grid-template-columns: repeat(5, 1fr) !important; }
  .grid-columns-xxl-6 {
    grid-template-columns: repeat(6, 1fr) !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; } }

/*========== Libs ==========*/
.flatpickr-calendar {
  --day-gap: 5px;
  --px: 14px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  position: absolute;
  top: 0;
  width: 290px;
  background: #fff;
  border: 1px solid var(--color-input-border);
  transition: visibility var(--trs-1), opacity var(--trs-1);
  margin: 5px 0 5px -1px;
  box-shadow: var(--modal-box-shadow); }
  .flatpickr-calendar * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .flatpickr-calendar.open {
    opacity: 1;
    visibility: visible; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: flex;
  padding: var(--px); }

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  cursor: pointer;
  position: absolute;
  top: var(--px);
  height: 24px;
  width: 24px;
  z-index: 3;
  display: flex;
  transition: color var(--trs-1), opacity var(--trs-1); }
  .flatpickr-months .flatpickr-prev-month svg,
  .flatpickr-months .flatpickr-next-month svg {
    display: block;
    width: 12px;
    height: 12px;
    margin: auto; }
  .flatpickr-months .flatpickr-prev-month:hover,
  .flatpickr-months .flatpickr-next-month:hover {
    color: var(--color-accent-1); }

.flatpickr-months .flatpickr-prev-month {
  right: 47px; }

.flatpickr-months .flatpickr-next-month {
  right: var(--px); }

.numInputWrapper input {
  width: 40px;
  text-align: center; }

.numInputWrapper .arrowUp, .numInputWrapper .arrowDown {
  display: none; }

.flatpickr-monthDropdown-months {
  cursor: pointer;
  transition: color var(--trs-1); }
  .flatpickr-monthDropdown-months:hover {
    color: var(--color-accent-1); }

.flatpickr-year-select {
  position: absolute;
  top: 25px;
  left: 130px;
  z-index: 2; }

.flatpickr-current-month {
  gap: 10px;
  display: flex;
  justify-content: flex-start;
  position: relative; }

.flatpickr-weekdays {
  padding: 0 var(--px); }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -moz-column-gap: var(--day-gap);
       column-gap: var(--day-gap); }

.flatpickr-weekday {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center; }

.flatpickr-days {
  padding: var(--px) var(--px) calc(var(--px) - var(--day-gap)) var(--px); }

.dayContainer {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -moz-column-gap: var(--day-gap);
       column-gap: var(--day-gap); }

.flatpickr-day {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  height: 32px;
  margin-bottom: var(--day-gap);
  border-radius: 3px;
  transition: color var(--trs-1), background-color var(--trs-1);
  cursor: pointer; }
  .flatpickr-day.selected {
    color: #fff;
    background-color: var(--color-accent-1); }
  .flatpickr-day.today {
    border: 1px solid var(--color-accent-1); }
  .flatpickr-day.inRange {
    background-color: rgba(250, 178, 22, 0.2); }
  .flatpickr-day:hover {
    color: #fff;
    background-color: var(--color-accent-1); }
  .flatpickr-day.flatpickr-disabled {
    pointer-events: none;
    opacity: 0.5;
    color: #000; }

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  padding: 0;
  margin-bottom: 0; }

/*========== Basic ==========*/
html {
  touch-action: manipulation;
  height: 100%; }

* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  min-width: 0px;
  min-height: 0px; }
  *:before, *:after {
    box-sizing: border-box; }

button, input, textarea, select {
  outline: none;
  display: block;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border-radius: 0;
  color: inherit;
  color: inherit;
  text-rendering: inherit;
  font-weight: inherit;
  line-height: inherit; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

textarea {
  resize: none; }

a, button, label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  cursor: pointer; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

table {
  border-collapse: collapse; }

a {
  text-decoration: none;
  color: inherit; }

/*========== Layout ==========*/
body {
  min-width: 320px;
  height: 100%; }
  body.login {
    overflow: hidden; }
    body.login .wrapper, body.login .main {
      height: 100%;
      padding: 0; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden; }

.main {
  flex: 1 1 100%;
  padding: 60px 0 110px 0; }
  @media (max-width: 1023.98px) {
    .main {
      padding: 40px 0; } }
  @media (max-width: 575.98px) {
    .main {
      padding: 24px 0 40px 0; } }

.container {
  position: relative; }

.section__title {
  text-align: center;
  font-weight: normal;
  text-transform: uppercase; }

/*========== Components ==========*/
img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }
  img.lazyload, img.lazyloading {
    opacity: 0;
    visibility: hidden; }
  img.lazyloaded {
    opacity: 1;
    visibility: visible;
    transition: opacity var(--trs-1), visibility var(--trs-1); }

.image {
  display: block;
  position: relative; }
  .image img {
    width: 100%;
    height: auto; }
  .image_contain img, .image_cover img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .image_cover {
    overflow: hidden; }
    .image_cover img {
      -o-object-fit: cover;
         object-fit: cover; }
  .image_contain img {
    -o-object-fit: contain;
       object-fit: contain; }

.icon {
  width: 20px;
  height: 20px;
  display: block; }

.lang-toggle {
  position: relative; }
  .lang-toggle__selected {
    display: flex;
    align-items: center;
    color: var(--color-text-dark); }
    .lang-toggle__selected:hover ~ .lang-toggle__list {
      opacity: 1;
      visibility: visible; }
    .lang-toggle__selected-title {
      text-transform: uppercase;
      flex-shrink: 0;
      font-weight: 600; }
    .lang-toggle__selected-flag {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      margin-right: 5px; }
    .lang-toggle__selected-icon {
      width: 10px;
      height: 10px;
      flex-shrink: 0;
      margin-left: 4px; }
  .lang-toggle__list {
    position: absolute;
    padding-top: 5px;
    top: 100%;
    min-width: calc(100% + 8px);
    left: -8px;
    opacity: 0;
    visibility: hidden;
    transition: visibility var(--trs-1), opacity var(--trs-1); }
    .lang-toggle__list:hover {
      opacity: 1;
      visibility: visible; }
    .lang-toggle__list-inner {
      padding: 8px;
      border-radius: 5px;
      box-shadow: var(--modal-box-shadow);
      background-color: #fff; }
  .lang-toggle__element {
    display: flex;
    align-items: center;
    color: var(--color-text-dark); }
    .lang-toggle__element:not(:last-child) {
      margin-bottom: 8px; }
    .lang-toggle__element-flag {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      margin-right: 5px; }
    .lang-toggle__element-title {
      text-transform: uppercase;
      flex-shrink: 0;
      font-weight: 600; }

.auto-renewal-element {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; }
  @media (max-width: 575.98px) {
    .auto-renewal-element {
      flex-direction: column; } }

/*========== Typography ==========*/
html {
  font-size: 16px; }

body {
  font-family: var(--font-family);
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: geometricPrecision; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.35;
  font-weight: 600; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0; }
  h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin-bottom: 0; }

h1, .h1 {
  font-size: 34px;
  margin: 42px 0; }
  @media (max-width: 1023.98px) {
    h1, .h1 {
      margin: 24px 0; } }
  @media (max-width: 575.98px) {
    h1, .h1 {
      margin: 22px 0;
      font-size: 22px; } }

h2, .h2 {
  font-size: 28px;
  margin: 30px 0; }
  @media (max-width: 575.98px) {
    h2, .h2 {
      font-size: 20px; } }

p {
  margin: 0 0 1em 0; }
  p:last-child {
    margin-bottom: 0; }

img:not([class]) {
  display: block;
  width: auto;
  max-width: 100%; }

strong, b {
  font-weight: 700; }

a {
  transition: color var(--trs-1); }
  a[data-touch], a[data-hover] {
    color: var(--color-accent-1); }

/*========== Helpers ==========*/
.color-dark {
  color: var(--color-text-dark); }

.color-muted-1 {
  color: var(--color-muted-1); }

/*========== Buttons ==========*/
.button {
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  transition: background-color var(--trs-1), color var(--trs-1); }
  .button_style-1 {
    color: var(--color-muted-1);
    border: 1px solid var(--color-muted-1);
    border-radius: 5px;
    font-weight: 600;
    line-height: 38px;
    padding: 0 30px; }
    .button_style-1[data-touch], .button_style-1[data-hover] {
      background-color: var(--color-muted-1);
      color: #fff; }
  .button_style-2 {
    color: #fff !important;
    line-height: 60px;
    border-radius: 30px;
    background-color: var(--color-accent-2);
    font-size: 18px;
    font-weight: 700;
    padding: 0 38px; }
    .button_style-2[data-touch], .button_style-2[data-hover] {
      background-color: var(--color-accent-2_2); }
  .button_style-3 {
    color: #fff !important;
    line-height: 50px;
    border-radius: 25px;
    background-color: var(--color-accent-1);
    font-weight: 600;
    padding: 0 30px; }
    .button_style-3[data-touch], .button_style-3[data-hover] {
      background-color: var(--color-accent-1_2); }

.login-button {
  font-size: 16px;
  line-height: 40px;
  border-radius: 0 0 10px 0;
  padding: 0 20px;
  font-weight: 700;
  background-color: var(--color-accent-1);
  color: #fff;
  transition: background-color var(--trs-1); }
  .login-button[data-touch], .login-button[data-hover] {
    background-color: var(--color-accent-1_2); }

/*========== Form ==========*/
.login-input {
  background-color: #fff;
  border: 2px solid var(--login-input-border-color);
  color: var(--color-text-dark);
  position: relative;
  font-weight: 600;
  font-size: 16px; }
  .login-input_top-left {
    border-top-left-radius: 10px; }
  .login-input_top-right {
    border-top-right-radius: 10px; }
  .login-input_bottom-left {
    border-bottom-left-radius: 10px; }
  .login-input_bottom-right {
    border-bottom-right-radius: 10px; }
  .login-input input {
    width: 100%;
    line-height: 20px;
    padding: 8px 14px; }
    .login-input input::-moz-placeholder {
      color: var(--login-input-placeholder-color);
      -moz-transition: opacity var(--trs-1);
      transition: opacity var(--trs-1); }
    .login-input input:-ms-input-placeholder {
      color: var(--login-input-placeholder-color);
      -ms-transition: opacity var(--trs-1);
      transition: opacity var(--trs-1); }
    .login-input input::placeholder {
      color: var(--login-input-placeholder-color);
      transition: opacity var(--trs-1); }
    .login-input input:focus::-moz-placeholder {
      opacity: 0; }
    .login-input input:focus:-ms-input-placeholder {
      opacity: 0; }
    .login-input input:focus::placeholder {
      opacity: 0; }
  .login-input input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-text);
    box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-transition: background-color 5000s;
    transition: background-color 5000s; }

.input__label {
  color: var(--color-input-label);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px; }

.input__element {
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--color-input-border); }
  .input__element input {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 14px; }
    .input__element input::-moz-placeholder {
      color: var(--color-input-placeholder);
      -moz-transition: opacity var(--trs-1);
      transition: opacity var(--trs-1); }
    .input__element input:-ms-input-placeholder {
      color: var(--color-input-placeholder);
      -ms-transition: opacity var(--trs-1);
      transition: opacity var(--trs-1); }
    .input__element input::placeholder {
      color: var(--color-input-placeholder);
      transition: opacity var(--trs-1); }
    .input__element input:focus::-moz-placeholder {
      opacity: 0; }
    .input__element input:focus:-ms-input-placeholder {
      opacity: 0; }
    .input__element input:focus::placeholder {
      opacity: 0; }

.input-date__element input {
  padding-right: 45px; }

.input-date__element .icon {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-muted-5);
  pointer-events: none; }

.select select, .select .ss-single-selected {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 14px;
  border: 1px solid var(--color-input-border);
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.select .ss-main {
  position: relative; }

.select .ss-single-selected {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }

.select .placeholder {
  display: block; }

.select .ss-arrow {
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%); }
  .select .ss-arrow .icon {
    width: 100%;
    height: 100%;
    display: block;
    transform: translateY(1px); }
  .select .ss-arrow .arrow-down, .select .ss-arrow .arrow-up {
    display: block;
    width: 12px;
    height: 12px;
    transition: transform var(--trs-1); }
  .select .ss-arrow .arrow-up {
    transform: rotate(180deg); }

.select .ss-deselect, .select .ss-search {
  display: none; }

.select .ss-content {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--trs-1), visibility var(--trs-1); }
  .select .ss-content.ss-open {
    opacity: 1;
    visibility: visible; }

.select .ss-list {
  background-color: #fff;
  border: 1px solid var(--color-input-border);
  border-radius: 5px;
  overflow: auto;
  max-height: 220px;
  box-shadow: var(--modal-box-shadow); }

.select .ss-option {
  cursor: pointer;
  display: block;
  transition: color var(--trs-1), background-color var(--trs-1);
  padding: 10px 14px; }
  .select .ss-option[data-touch], .select .ss-option[data-hover] {
    color: var(--color-accent-1); }
  .select .ss-option.ss-disabled {
    color: var(--color-muted-1);
    cursor: default; }
  .select .ss-option.ss-option-selected {
    background-color: var(--color-accent-1);
    color: #fff; }

.check-slide input {
  display: none; }
  .check-slide input:checked ~ span::before {
    transform: translate(32px);
    background-color: var(--color-accent-2); }

.check-slide span {
  --height: 30px;
  display: block;
  height: var(--height);
  width: 62px;
  border-radius: calc(var(--height) / 2);
  border: 1px solid var(--color-muted-4);
  position: relative; }
  .check-slide span::before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--color-muted-4);
    top: 2px;
    left: 2px;
    transition: background-color var(--trs-1), transform var(--trs-1); }

/*========== Blocks ==========*/
.logo {
  display: block; }
  .logo img {
    display: block;
    width: 100%;
    height: auto; }

.login-section {
  height: 100%;
  display: flex; }
  .login-section__wrapper {
    flex: 1 1 52%;
    display: flex;
    padding: 30px; }
  .login-section__image {
    flex: 1 1 48%; }
  .login-section__content {
    margin: auto;
    width: 100%;
    max-width: 400px; }
  .login-section__logo {
    width: 100%;
    max-width: 320px;
    margin: 0 auto; }
  @media (max-width: 575.98px) {
    .login-section {
      display: block; }
      .login-section__image {
        display: none; }
      .login-section__wrapper {
        padding: 30px var(--container-gutter-x);
        height: 100%; }
      .login-section__logo {
        max-width: 180px; }
      .login-section__content {
        max-width: 350px; } }

.login-form__submit {
  display: flex;
  justify-content: flex-end; }

.tariff-box {
  font-size: 18px;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  border: 1px solid var(--color-muted-4); }
  .tariff-box__head {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    background-color: var(--color-accent-1);
    color: #fff;
    border-bottom: 1px solid var(--color-muted-4); }
  .tariff-box__content {
    padding: 0 34px; }
  .tariff-box__section {
    padding: 34px 0; }
    .tariff-box__section:not(:last-child) {
      border-bottom: 1px solid var(--color-muted-4); }
  .tariff-box__subscription-text strong {
    font-size: 22px; }
  .tariff-box__link {
    display: block;
    margin-bottom: 10px; }
    .tariff-box__link a {
      word-break: break-all; }
  .tariff-box__copy-link {
    font-weight: 700;
    color: var(--color-accent-2);
    text-decoration: underline; }
    .tariff-box__copy-link[data-touch], .tariff-box__copy-link[data-hover] {
      color: var(--color-accent-2_2); }
  @media (max-width: 1023.98px) {
    .tariff-box__content {
      padding: 0 20px; } }
  @media (max-width: 575.98px) {
    .tariff-box {
      border-radius: 20px; }
      .tariff-box__head {
        min-height: 75px;
        padding: 10px 0; }
      .tariff-box__content {
        padding: 0 15px; }
      .tariff-box__section {
        padding: 15px 0 25px 0; } }

.admin-form__button {
  min-width: 180px; }

.admin-form__user-count {
  display: block;
  font-weight: 600;
  color: var(--color-accent-1);
  margin-top: 10px; }

/*========== Header ==========*/
.header {
  --py: 18px;
  flex-shrink: 0;
  border-bottom: 1px solid var(--border-color);
  padding: var(--py) 0; }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px; }
  .header__logo {
    width: 190px;
    display: block;
    flex: 0 0 auto; }
  .header__content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    flex: 1 1 auto; }
  .header__mobile-button {
    display: none; }
  .header__lang {
    flex: 0 0 auto; }
  .header__support a {
    color: var(--color-muted-1); }
    .header__support a[data-touch], .header__support a[data-hover] {
      color: var(--color-text-dark); }
  @media (max-width: 1023.98px) {
    .header {
      --py: 10px; }
      .header__logo {
        width: 140px; } }
  @media (max-width: 767.98px) {
    .header {
      --py: 12px;
      border: none;
      padding-bottom: 0; }
      .header__container {
        flex-wrap: wrap; }
      .header__desktop-button {
        display: none; }
      .header__mobile-button {
        display: block;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        color: var(--color-muted-3); }
        .header__mobile-button .icon {
          width: 100%;
          height: 100%; }
        .header__mobile-button[data-touch], .header__mobile-button[data-hover] {
          color: var(--color-text-dark); }
      .header__content {
        background-color: var(--color-muted-2);
        margin-top: var(--py);
        order: 3;
        flex: 0 0 auto;
        width: 100vw;
        margin-left: calc(var(--content-gutter) * -1);
        justify-content: space-between;
        padding: 6px var(--content-gutter);
        -moz-column-gap: 10px;
             column-gap: 10px; } }

/*========== Footer ==========*/
.footer {
 /* flex-shrink: 0;
  height: 64px;
  */
  background-color: var(--footer-bg); }

/*# sourceMappingURL=maps/common.css.map */
