/*========== Variables ==========*/
:root {
  --color-accent: #FFE100; }
  @media (min-width: 1600px) {
    :root {
      --content-width: 1200px; } }
  @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: 575.98px) {
    :root {
      --content-width: 540px;
      --container-gutter-x: 16px; } }

@media (min-width: 768px) {
  * {
    --bs-gutter-x: 24px !important; } }

@media (max-width: 767.98px) {
  * {
    --bs-gutter-x: 16px !important; } }

/*! 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,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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; } }

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .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%; }

@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%; } }

@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%; } }

@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%; } }

@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%; } }

@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-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-0,
.gx-0 {
  --bs-gutter-x: 0; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-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-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md-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-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1024px) {
  .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-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1280px) {
  .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-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1600px) {
  .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-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.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-grow-0 {
  flex-grow: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; } }

@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-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; } }

@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-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; } }

@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-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; } }

@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-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; } }

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

/*========== Basic ==========*/
body {
  min-width: 320px;
  background-color: #000; }
  body::-webkit-scrollbar {
    width: 4px; }
  body::-webkit-scrollbar-track {
    background-color: #000; }
  body::-webkit-scrollbar-thumb {
    background-color: var(--color-accent); }

* {
  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; }

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

/*========== 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 0.5s ease-in-out, visibility 0.5s ease-in-out; }

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

img.icon {
  -o-object-fit: contain;
     object-fit: contain; }

@media (max-width: 575.98px) {
  .table {
    padding-bottom: 15px;
    overflow: auto;
    margin: 0 calc(var(--container-gutter-x) * -1);
    margin-bottom: -15px; } }

/*========== Layout ==========*/
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

.main {
  flex: 1 1 100%; }

.section {
  position: relative;
  margin-bottom: 200px; }
  .section:first-child {
    padding-top: 220px; }
  .section__title {
    font-style: italic;
    margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    .section {
      margin-bottom: 140px; }
      .section:first-child {
        padding-top: 140px; } }
  @media (max-width: 575.98px) {
    .section {
      margin-bottom: 120px; }
      .section:first-child {
        padding-top: 120px; } }

.main-background {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0; }
  .main-background::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2; }

.container {
  position: relative;
  padding: 0 var(--container-gutter-x); }
  @media (min-width: 1600px) {
    .container {
      max-width: 1200px; } }

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

body {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  text-rendering: geometricPrecision; }

button, input, textarea {
  text-rendering: inherit;
  font-weight: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 1.5rem 0 1rem 0; }
  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: 3.5rem; }

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

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

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

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

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

@media (max-width: 1279.98px) {
  h2, .h2 {
    font-size: 2.75rem; } }

@media (max-width: 1023.98px) {
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 2.25rem; }
  h4, .h4 {
    font-size: 2rem; }
  h5, .h5 {
    font-size: 1.5rem; } }

@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 1.5rem; }
  h3, .h3 {
    font-size: 1.375rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1.125rem; } }

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

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

strong, b {
  font-weight: 700; }

ul:not([class]):not(:last-child), ol:not([class]):not(:last-child) {
  margin-bottom: 1.25rem; }

ul:not([class]) li:not([class]):not(:last-child), ol:not([class]) li:not([class]):not(:last-child) {
  margin: 0 0 0.75rem 0; }

ul:not([class]) {
  padding-left: 1rem; }
  ul:not([class]) li:not([class]) {
    position: relative;
    padding-left: calc(8px + 1rem); }
    ul:not([class]) li:not([class])::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: calc(50% - 4px);
      width: 8px;
      height: 8px;
      border-radius: 8px;
      background-color: currentColor; }

ol:not([class]) {
  counter-reset: section;
  padding-left: 1rem; }
  ol:not([class]) li:not([class]) {
    padding-left: calc(1rem + 8px);
    position: relative; }
    ol:not([class]) li:not([class]):before {
      counter-increment: section;
      content: counter(section) ". ";
      position: absolute;
      left: 0;
      top: 0; }

/*========== Helpers ==========*/
.text-center {
  text-align: center; }

/*========== Buttons ==========*/
.button {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 40px;
  padding: 0 30px;
  min-width: 150px;
  border-radius: 10px;
  transition: transform 0.3s cubic-bezier(0.23, 0.74, 0.35, 1), opacity 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  will-change: transform; }
  .button[data-click] {
    transform: scale(0.95); }
  .button[data-touch], .button[data-hover] {
    opacity: 0.8; }
  .button_style-1 {
    background-color: var(--color-accent);
    color: #000;
    box-shadow: 0px 4px 10px rgba(250, 243, 83, 0.25); }
  .button_style-2 {
    background-color: rgba(171, 171, 171, 0.5);
    color: #fff; }
  .button_style-3 {
    background-color: rgba(7, 7, 7, 0.7); }

/*========== Form ==========*/
.input {
  border-bottom: 2px solid #C8CCD0;
  display: block;
  position: relative; }
  .input .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
    pointer-events: none; }
  .input__element {
    display: block;
    width: 100%;
    padding: 10px 0 10px 30px;
    line-height: 20px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500; }
    .input__element:-webkit-autofill {
      -webkit-text-fill-color: #fff;
      box-shadow: 0 0 0px 1000px transparent inset;
      -webkit-transition: background-color 5000s;
      transition: background-color 5000s; }
    .input__element::-moz-placeholder {
      -moz-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      letter-spacing: 0.15em;
      color: #BBB3B3; }
    .input__element:-ms-input-placeholder {
      -ms-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      letter-spacing: 0.15em;
      color: #BBB3B3; }
    .input__element::placeholder {
      transition: opacity 0.15s ease-in-out;
      letter-spacing: 0.15em;
      color: #BBB3B3; }
    .input__element:focus::-moz-placeholder {
      opacity: 0; }
    .input__element:focus:-ms-input-placeholder {
      opacity: 0; }
    .input__element:focus::placeholder {
      opacity: 0; }

.error-message {
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  padding-left: 25px;
  font-style: italic;
  text-align: left;
  position: relative;
  color: #D75A4A; }
  .error-message:not(:last-child) {
    margin-bottom: 10px; }
  .error-message .icon {
    width: 1.33em;
    height: 1.33em;
    display: block;
    position: absolute;
    left: 0;
    top: 0.1em; }

.checkbox {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-style: italic; }
  .checkbox__input {
    display: none; }
    .checkbox__input:checked ~ .checkbox__label:after {
      opacity: 1; }
  .checkbox__label {
    display: block;
    padding: 2px 0 2px 30px;
    position: relative;
    min-height: 20px; }
    .checkbox__label:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #6B6767;
      position: absolute;
      left: 0;
      top: 0; }
    .checkbox__label:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 5px;
      left: 5px;
      width: 10px;
      height: 7px;
      border-width: 0 0 2px 2px;
      transform: rotate(-45deg);
      border-style: solid;
      border-color: var(--color-accent);
      opacity: 0;
      transition: opacity 0.15s ease-in-out; }

.form__element:not(:last-child) {
  margin-bottom: 20px; }

.form__submit {
  margin-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }

/*========== Blocks ==========*/
.socials {
  display: flex; }
  .socials__item:not(:last-child) {
    margin-right: 5px; }
  .socials__link {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 2px solid currentColor;
    color: #C8CCD0;
    transition: color 0.15s ease-in-out; }
    .socials__link .icon {
      width: 18px;
      height: 18px;
      margin: auto; }
    .socials__link[data-touch], .socials__link[data-hover] {
      color: var(--color-accent); }

.auth-block {
  border-radius: 50px;
  min-height: 500px;
  border: 1px solid var(--color-accent);
  background: rgba(60, 60, 60, 0.8);
  padding: 25px 40px 80px 40px;
  width: 370px; }
  .backdropfilter:not(.android) .auth-block {
    background: rgba(196, 196, 196, 0.1);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); }
  .auth-block__icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 30px auto; }
  .auth-block__head {
    display: flex;
    justify-content: center;
    margin-bottom: 35px; }
  .auth-block__content {
    position: relative; }
  .auth-block__tab {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out; }
    .auth-block__tab.is-active {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
  .auth-block__tab-button {
    font-weight: 600;
    font-size: 1.125rem;
    font-style: italic;
    position: relative;
    text-transform: uppercase; }
    .auth-block__tab-button:not(:last-child) {
      margin-right: 15px; }
    .auth-block__tab-button span {
      display: block;
      transform: scale(0.7);
      transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
      will-change: transform; }
    .auth-block__tab-button::before {
      content: '';
      display: block;
      position: absolute;
      width: 70%;
      height: 1px;
      background-color: transparent;
      left: 15%;
      bottom: 0;
      transition: background-color 0.15s ease-in-out; }
    .auth-block__tab-button[data-touch] span, .auth-block__tab-button[data-hover] span {
      opacity: 0.8; }
    .auth-block__tab-button.is-active {
      pointer-events: none; }
      .auth-block__tab-button.is-active::before {
        background-color: var(--color-accent); }
      .auth-block__tab-button.is-active span {
        transform: scale(1); }
  @media (max-width: 1599.98px) {
    .auth-block {
      min-height: 400px;
      padding-bottom: 40px; }
      .auth-block__icon {
        width: 40px;
        height: 40px; } }
  @media (max-width: 575.98px) {
    .auth-block {
      padding: 30px 30px 40px 30px; } }

.home-screen {
  padding-top: 15vh;
  min-height: 100vh;
  display: flex;
  align-items: center; }
  .home-screen__title {
    font-size: 5.25rem;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    margin-bottom: 0.3em; }
  .home-screen__desription {
    font-size: 2.25rem;
    font-style: italic;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.075em; }
    .home-screen__desription span:first-child {
      margin-bottom: 1.35em; }
    .home-screen__desription span:last-child {
      margin: 0 0 0 auto;
      position: relative; }
      .home-screen__desription span:last-child::before {
        content: '';
        display: block;
        width: 2em;
        height: 1px;
        background-color: currentColor;
        position: absolute;
        right: calc(100% + 0.3em);
        top: calc(50% + 0.15em); }
  .home-screen__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .home-screen__text-content {
    padding-left: 100px; }
  @media (min-width: 1024px) {
    .home-screen {
      margin-bottom: 80px; } }
  @media (max-width: 1599.98px) {
    .home-screen__title {
      font-size: 4.75rem; }
    .home-screen__desription {
      font-size: 2rem; } }
  @media (max-width: 1279.98px) {
    .home-screen__text-content {
      padding-left: 0; }
    .home-screen__title {
      font-size: 4.5rem; }
    .home-screen__desription {
      font-size: 1.75rem; } }
  @media (max-width: 1023.98px) {
    .home-screen {
      padding: 200px 0 0 0;
      min-height: initial; }
      .home-screen__title {
        font-size: 3rem; }
      .home-screen__desription {
        font-size: 1.25rem; } }
  @media (max-width: 767.98px) {
    .home-screen {
      padding: 140px 0 0 0; }
      .home-screen__container {
        flex-direction: column;
        align-items: flex-start; }
      .home-screen__text-content {
        margin-bottom: 60px; }
      .home-screen__auth-block {
        width: 100%; } }
  @media (max-width: 575.98px) {
    .home-screen {
      padding: 120px 0 0 0; }
      .home-screen__container {
        align-items: center; }
      .home-screen__title {
        font-size: 2.75rem; }
      .home-screen__desription {
        font-size: 1.125rem; } }

.users-counter {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(calc(50% - 18px), -50%) rotate(-90deg);
  background-color: var(--color-accent);
  padding: 0 35px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  height: 38px;
  -webkit-clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
          clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  z-index: 100; }
  .users-counter span {
    font-size: 20px; }
  @media (max-width: 1023.98px) {
    .users-counter {
      display: none; } }

.statistics-headline {
  position: relative;
  max-width: 1050px;
  margin: 0 auto; }
  .statistics-headline__bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }
  .statistics-headline__content {
    display: flex;
    justify-content: space-between;
    padding: 20px 100px; }
  .statistics-headline__item {
    position: relative;
    padding-left: 50px; }
    .statistics-headline__item:first-child .icon {
      width: 35px;
      height: 35px;
      left: 3px; }
    .statistics-headline__item .icon {
      position: absolute;
      width: 40px;
      height: 40px;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .statistics-headline__item span {
      display: block; }
      .statistics-headline__item span:nth-child(2) {
        font-size: 0.75rem; }
      .statistics-headline__item span:nth-child(3) {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.1; }
  @media (max-width: 1023.98px) {
    .statistics-headline__content {
      padding: 0; }
    .statistics-headline__bg {
      display: none; } }
  @media (max-width: 767.98px) {
    .statistics-headline__content {
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 -30px -40px 0; }
    .statistics-headline__item {
      margin: 0 30px 40px 0; } }

.statistics-box {
  background-color: #FFF2F2;
  color: #000;
  border-radius: 20px; }
  .statistics-box[data-touch] .statistics-box__head-image, .statistics-box[data-hover] .statistics-box__head-image {
    transform: translateX(-50%) scale(1.05); }
  .statistics-box__head {
    background-color: var(--color-accent);
    border-radius: 20px;
    padding: 35px 20px 55px 20px;
    text-align: center;
    position: relative; }
  .statistics-box__container {
    padding: 66px 35px 80px 35px; }
  .statistics-box__title {
    font-weight: 500;
    margin: 0; }
  .statistics-box__head-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    flex-shrink: 0;
    transition: transform .2s ease-out; }
    .statistics-box__head-image img {
      padding: 20px; }
  .statistics-box__element {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .statistics-box__element:not(:last-child) {
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .statistics-box__element:not(:last-child)::after {
        content: '';
        display: block;
        width: 170px;
        height: 1px;
        background-color: #000;
        bottom: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
  .statistics-box__element-left {
    display: flex;
    align-items: center;
    padding-right: 20px; }
  .statistics-box__element-right {
    display: flex;
    align-items: center;
    flex-shrink: 0; }
  .statistics-box__element-index {
    position: relative;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
    font-size: 0.75rem;
    margin-right: 5px;
    flex-shrink: 0; }
    .statistics-box__element-index img {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%; }
    .statistics-box__element-index span {
      position: relative;
      z-index: 2; }
  .statistics-box__element-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0; }
  .statistics-box__element-name {
    font-size: 1.125rem;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: italic; }
  .statistics-box__element-monet {
    width: 30px;
    height: 30px;
    margin-right: 7px; }
  .statistics-box__element-total {
    font-weight: 500;
    font-style: italic; }
    .statistics-box__element-total span:last-child {
      font-size: 0.75rem; }
  @media (min-width: 1024px) {
    .statistics-box {
      width: 420px; }
      .statistics-box:not(:last-child) {
        margin-right: 100px; }
      .statistics-box__element-total span:first-child {
        font-size: 1.125rem; } }
  @media (max-width: 1023.98px) {
    .statistics-box {
      width: calc(50% - 30px);
      margin-right: 30px; }
      .statistics-box__container {
        padding: 60px 20px 40px 20px; }
      .statistics-box__head-image {
        width: 80px;
        height: 80px;
        bottom: -40px; }
      .statistics-box__element-image {
        width: 60px;
        height: 60px; }
      .statistics-box__element-name {
        font-size: 0.75rem; } }
  @media (max-width: 767.98px) {
    .statistics-box {
      margin-right: 0;
      margin-bottom: 30px;
      width: 100%; } }
  @media (max-width: 575.98px) {
    .statistics-box__element-image {
      width: 40px;
      height: 40px; } }

.section-statistics__headline {
  margin-bottom: 80px; }

.section-statistics__content {
  display: flex;
  justify-content: center; }

@media (max-width: 1023.98px) {
  .section-statistics__content {
    margin: 0 -30px 0 0; } }

@media (max-width: 767.98px) {
  .section-statistics__content {
    display: block;
    margin: 0 0 -30px 0; } }

.payment-item {
  height: 45px;
  width: auto;
  position: relative; }
  .payment-item .image {
    height: 100%; }
    .payment-item .image img {
      height: 100%;
      width: auto; }
    .payment-item .image:first-child {
      position: relative;
      transition: opacity 0.3s cubic-bezier(0.23, 0.74, 0.35, 1); }
    .payment-item .image:last-child {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.23, 0.74, 0.35, 1); }
  .payment-item[data-hover] .image:first-child, .payment-item[data-touch] .image:first-child {
    opacity: 0; }
  .payment-item[data-hover] .image:last-child, .payment-item[data-touch] .image:last-child {
    opacity: 1; }
  @media (max-width: 767.98px) {
    .payment-item {
      height: 30px; } }

.section-about__title {
  text-align: center;
  font-weight: 500; }

.section-about__head {
  margin-bottom: 100px; }

.section-about__description {
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  max-width: 760px;
  margin: 0 auto; }

.section-about__payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px -70px -40px 0; }

.section-about__payment-item {
  margin: 0 70px 40px 0; }

@media (max-width: 1279.98px) {
  .section-about__description {
    font-size: 1.25rem; } }

@media (max-width: 1023.98px) {
  .section-about__description {
    font-size: 1.125rem; } }

@media (max-width: 767.98px) {
  .section-about__head {
    margin-bottom: 60px; }
  .section-about__description {
    font-size: 1rem; }
  .section-about__payment {
    margin: 80px calc(var(--bs-gutter-x) * -1) -40px 0; }
  .section-about__payment-item {
    margin: 0 var(--bs-gutter-x) 40px 0; } }

.section-features {
  overflow: hidden;
  background-color: #000;
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 0; }
  .section-features__bg {
    position: absolute;
    width: 1400px;
    height: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .section-features__man {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 460px; }
  .section-features__item {
    text-align: center; }
    .section-features__item-icon {
      width: 60px;
      height: 60px;
      margin: 0 auto 20px auto;
      position: relative; }
      .section-features__item-icon::before {
        content: '';
        display: block;
        width: 1px;
        height: 1px;
        position: absolute;
        left: 50%;
        top: 50%;
        box-shadow: 0px 0px 80px 30px #f8a11f; }
    .section-features__item .icon {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2; }
  @media (min-width: 1280px) {
    .section-features__item {
      position: absolute;
      font-size: 1rem;
      line-height: 1.7;
      font-weight: 600;
      font-style: italic; }
      .section-features__item:first-child {
        bottom: 37%;
        left: 0; }
      .section-features__item:nth-child(2) {
        left: 23%;
        bottom: 80%;
        display: flex;
        text-align: left;
        align-items: center; }
        .section-features__item:nth-child(2) .section-features__item-icon {
          margin: 0 15px 0 0; }
      .section-features__item:nth-child(3) {
        left: 72%;
        top: 0;
        display: flex;
        text-align: left;
        align-items: center; }
        .section-features__item:nth-child(3) .section-features__item-icon {
          margin: 0 15px 0 0; }
      .section-features__item:nth-child(4) {
        right: 0;
        bottom: 49%; }
    .section-features__container {
      height: 800px; }
    .section-features__line {
      position: absolute; }
      .section-features__line_1 {
        width: 400px;
        height: auto;
        bottom: 11%;
        left: 11%; }
      .section-features__line_2 {
        width: 335px;
        height: auto;
        bottom: 53%;
        left: -6%;
        transform: rotate(-12deg); }
      .section-features__line_3 {
        width: 426px;
        height: auto;
        bottom: 74%;
        left: 42%; }
      .section-features__line_4 {
        width: 202px;
        height: auto;
        bottom: 47%;
        left: 77%; } }
  @media (max-width: 1279.98px) {
    .section-features {
      padding: 120px 0; }
      .section-features__bg {
        width: 800px; }
      .section-features__line {
        display: none; }
      .section-features__content {
        display: flex;
        flex-wrap: wrap;
        margin-right: calc(var(--bs-gutter-x) * -1);
        margin-bottom: -60px; }
      .section-features__item {
        width: calc(50% - var(--bs-gutter-x));
        margin-right: var(--bs-gutter-x);
        margin-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .section-features {
      margin-top: 0; } }
  @media (max-width: 575.98px) {
    .section-features {
      padding: 80px 0 330px 0; }
      .section-features__item {
        width: calc(100% - var(--bs-gutter-x)); } }

.tab-head {
  display: flex;
  background-color: #fff;
  background: rgba(171, 171, 171, 0.5);
  border-radius: 20px;
  max-width: 1020px;
  margin: 0 auto;
  border: 1px solid var(--color-accent); }
  .tab-head__element {
    flex: 1 0 auto;
    text-align: center;
    padding: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    border-radius: 20px;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    color: var(--color-accent); }
    .tab-head__element span {
      border-bottom: 1px solid currentColor;
      transition: transform 0.15s ease-in-out;
      display: inline-flex;
      will-change: transform; }
    .tab-head__element.is-active {
      background-color: var(--color-accent);
      color: #000;
      pointer-events: none; }
    .tab-head__element[data-touch] span, .tab-head__element[data-hover] span {
      transform: scale(1.05); }
  @media (max-width: 1279.98px) {
    .tab-head {
      background-color: transparent;
      border: none;
      margin: 0 calc(var(--bs-gutter-x) * -1) calc(var(--bs-gutter-x) * -1) 0;
      flex-wrap: wrap;
      justify-content: center; }
      .tab-head__element {
        background: rgba(171, 171, 171, 0.5);
        margin: 0 var(--bs-gutter-x) var(--bs-gutter-x) 0;
        flex: 0 0 auto;
        padding: 16px 18px;
        font-size: 1.25rem; } }
  @media (max-width: 767.98px) {
    .tab-head__element {
      font-size: 0.875rem;
      padding: 16px; } }

.top-table {
  min-width: 100%;
  width: 100%;
  font-size: 1.125rem;
  font-style: italic;
  text-decoration: underline; }
  .top-table__index {
    font-weight: 700;
    font-size: 2.25rem; }
  .top-table__cash {
    color: var(--color-accent);
    text-decoration: underline; }
  .top-table__user-container {
    display: flex;
    align-items: center; }
    .top-table__user-container .icon {
      width: 35px;
      height: 35px;
      margin-right: 25px;
      flex-shrink: 0; }
    .top-table__user-container span {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .top-table th {
    font-weight: 700;
    font-size: 0.875rem;
    padding-bottom: 20px;
    text-align: left;
    padding: 25px; }
    .top-table th:last-child {
      padding-right: 60px; }
    .top-table th:first-child {
      padding-left: 60px; }
  .top-table tr:nth-child(even) td {
    background: rgba(171, 171, 171, 0.5); }
  .top-table tr:nth-child(even)[data-touch] td, .top-table tr:nth-child(even)[data-hover] td {
    background: rgba(171, 171, 171, 0.7); }
  .top-table tr:nth-child(odd) td {
    background: rgba(121, 116, 116, 0.5); }
  .top-table tr:nth-child(odd)[data-touch] td, .top-table tr:nth-child(odd)[data-hover] td {
    background: rgba(121, 116, 116, 0.7); }
  .top-table tr td {
    padding: 25px;
    border-style: solid;
    border-color: var(--color-accent);
    transition: background-color 0.15s ease-in-out; }
    .top-table tr td:not(:last-child):not(:first-child) {
      border-width: 1px 0 1px 0; }
    .top-table tr td:last-child {
      border-width: 1px 1px 1px 0;
      padding-right: 60px; }
    .top-table tr td:first-child {
      border-width: 1px 0 1px 1px;
      padding-left: 60px;
      width: 160px; }
  @media (max-width: 1023.98px) {
    .top-table tr th:last-child {
      padding-right: 40px; }
    .top-table tr th:first-child {
      padding-left: 40px; }
    .top-table tr td:last-child {
      padding-right: 40px; }
    .top-table tr td:first-child {
      padding-left: 40px;
      width: initial; } }
  @media (max-width: 767.98px) {
    .top-table__user-container {
      max-width: 200px; }
    .top-table__index {
      font-size: 1.5rem; }
    .top-table tr th {
      padding: 10px;
      font-size: 0.75rem; }
    .top-table tr th:last-child {
      padding-right: 20px; }
    .top-table tr th:first-child {
      padding-left: 20px; }
    .top-table tr td {
      padding: 10px; }
      .top-table tr td:last-child {
        padding-right: 20px; }
      .top-table tr td:first-child {
        padding-left: 20px; } }
  @media (max-width: 575.98px) {
    .top-table tr th:last-child {
      padding-right: var(--container-gutter-x); }
    .top-table tr th:first-child {
      padding-left: var(--container-gutter-x); }
    .top-table tr td {
      padding: 10px; }
      .top-table tr td:last-child {
        padding-right: var(--container-gutter-x); }
      .top-table tr td:first-child {
        padding-left: var(--container-gutter-x); } }

.cookie-message {
  z-index: 100;
  width: 100%;
  left: 30px;
  bottom: 30px;
  position: fixed;
  padding: 30px 50px 20px 50px;
  border-radius: 50px;
  background: rgba(60, 60, 60, 0.8);
  max-width: 400px;
  border: 1px solid var(--color-accent);
  transition: opacity 0.5s cubic-bezier(0.23, 0.74, 0.35, 1), visibility 0.5s cubic-bezier(0.23, 0.74, 0.35, 1); }
  .cookie-message.is-active {
    opacity: 1 !important;
    visibility: visible !important; }
  .backdropfilter:not(.android) .cookie-message {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); }
  .cookie-message__title {
    margin: 0; }
  .cookie-message__text {
    font-size: 0.75rem;
    padding-left: 50px; }
  .cookie-message__head {
    margin-bottom: 10px;
    font-style: italic;
    position: relative; }
    .cookie-message__head .icon {
      width: 40px;
      height: 40px;
      position: absolute;
      left: -50px;
      top: 50%;
      transform: translateY(-50%); }
  .cookie-message__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px; }
  .cookie-message__accept {
    font-size: 0.875rem;
    white-space: nowrap;
    font-style: italic;
    font-weight: 700;
    color: var(--color-accent);
    transition: opacity 0.15s ease-in-out;
    margin-right: 20px;
    margin-bottom: 10px; }
    .cookie-message__accept[data-touch], .cookie-message__accept[data-hover] {
      opacity: 0.8; }
  .cookie-message__link {
    margin-bottom: 10px;
    font-size: 0.875rem;
    white-space: nowrap;
    font-style: italic;
    font-weight: 700;
    transition: color 0.15s ease-in-out;
    color: #B5B5B5; }
    .cookie-message__link[data-touch], .cookie-message__link[data-hover] {
      color: #fff; }
  @media (max-width: 575.98px) {
    .cookie-message {
      border-radius: 30px;
      padding: 30px 20px 20px 20px;
      width: calc(100% - var(--container-gutter-x) * 2);
      left: var(--container-gutter-x);
      bottom: var(--container-gutter-x); } }

.icon-text-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) * -1); }
  .icon-text-items__item {
    width: calc(20% - var(--bs-gutter-x));
    text-align: center;
    margin-right: var(--bs-gutter-x); }
    .icon-text-items__item .lift {
      transition: margin .3s ease-in-out; }
      .icon-text-items__item .lift:hover {
        margin-top: -1rem; }
    .icon-text-items__item .icon {
      width: 60px;
      height: 60px;
      margin: 0 auto 25px auto; }
  @media (max-width: 1023.98px) {
    .icon-text-items {
      margin-bottom: -60px;
      justify-content: center; }
      .icon-text-items__item {
        margin-bottom: 60px;
        width: calc(33.33% - var(--bs-gutter-x)); }
      .icon-text-items .lift:hover {
        margin-top: 0; } }
  @media (max-width: 767.98px) {
    .icon-text-items__item {
      width: calc(50% - var(--bs-gutter-x)); }
      .icon-text-items__item .icon {
        width: 45px;
        height: 45px;
        margin: 0 auto 15px auto; } }
  @media (max-width: 575.98px) {
    .icon-text-items {
      margin-bottom: -40px; }
      .icon-text-items__item {
        margin-bottom: 40px; } }

.faq-items__alert {
  margin: 80px auto 0 auto;
  max-width: 600px;
  border: 1px solid var(--color-accent);
  padding: 30px 40px 40px 40px;
  background: rgba(171, 171, 171, 0.5);
  border-radius: 10px;
  position: relative;
  text-align: center;
  font-style: italic;
  font-weight: 500; }
  .faq-items__alert-title {
    font-weight: inherit;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 0; }
  .faq-items__alert-link {
    color: var(--color-accent);
    font-size: 1.5rem;
    font-weight: 500;
    transition: opacity 0.15s ease-in-out, border-color 0.15s ease-in-out;
    border-bottom: 1px solid currentColor; }
    .faq-items__alert-link[data-touch], .faq-items__alert-link[data-hover] {
      opacity: 0.8;
      border-color: transparent; }
  .faq-items__alert .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    left: calc(50% - 25px); }

@media (max-width: 575.98px) {
  .faq-items__alert {
    padding: 30px 20px; }
    .faq-items__alert-link {
      font-size: 1.25rem; } }

.faq-block {
  background: rgba(171, 171, 171, 0.5);
  font-style: italic;
  position: relative; }
  .faq-block:not(:last-child) {
    margin-bottom: var(--bs-gutter-x); }
  .faq-block__head {
    padding: 25px 60px 25px 70px;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-accent);
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out; }
    .faq-block__head::before {
      content: '';
      display: block;
      position: absolute;
      left: 40px;
      top: calc(25px + 0.45em);
      border-style: solid;
      border-width: 0.33em 0.3em 0 0.3em;
      border-color: var(--color-accent) transparent transparent transparent; }
    .faq-block__head.is-active::before {
      transform: rotate(180deg); }
    .faq-block__head[data-touch], .faq-block__head[data-hover] {
      opacity: 0.8; }
  .faq-block__content {
    padding: 0 40px 20px 40px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden; }
    .faq-block__content.is-active {
      position: relative;
      opacity: 1;
      visibility: visible; }
  .faq-block__buttons {
    text-align: center;
    margin-top: 30px;
    margin-right: calc(var(--bs-gutter-x) * -1);
    margin-bottom: calc(var(--bs-gutter-x) * -1); }
  .faq-block__button {
    margin-right: var(--bs-gutter-x);
    margin-bottom: var(--bs-gutter-x); }
  @media (max-width: 767.98px) {
    .faq-block__head {
      font-size: 1.25rem; } }
  @media (max-width: 575.98px) {
    .faq-block__head {
      padding: 20px 20px 20px 40px;
      font-size: 1.125rem; }
      .faq-block__head::before {
        top: calc(20px + 0.45em);
        left: 20px; }
    .faq-block__content {
      padding: 0 20px 20px 20px; } }

.rules-tabs__content {
  position: relative; }

.rules-tabs__head {
  margin-right: -60px;
  display: flex;
  flex-wrap: wrap; }

.rules-tabs__link {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-style: italic;
  color: #9C9C9C;
  margin-right: 60px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative;
  transition: color 0.15s ease-in-out; }
  .rules-tabs__link::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    bottom: 0;
    left: 20%;
    background-color: transparent;
    transform: scaleX(0.5);
    transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out; }
  .rules-tabs__link.is-active {
    color: var(--color-accent); }
    .rules-tabs__link.is-active::after {
      background-color: currentColor;
      transform: scaleX(1); }
  .rules-tabs__link[data-touch], .rules-tabs__link[data-hover] {
    color: var(--color-accent); }

.rules-tabs__tab {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out; }
  .rules-tabs__tab.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

@media (max-width: 767.98px) {
  .rules-tabs__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px; }
  .rules-tabs__link {
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .rules-tabs__link::after {
      left: 0;
      transform-origin: left; } }

/*========== Header ==========*/
.header {
  flex-shrink: 0;
  position: absolute;
  z-index: 100;
  width: 100%;
  padding: 50px 0; }
  .header__container {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
    position: relative; }
  .header__statistic {
    padding-right: 40px;
    position: relative;
    font-size: 0.75rem;
    font-weight: 500;
    padding-left: 60px; }
    .header__statistic img {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px; }
    .header__statistic table {
      border-spacing: 0;
      font-weight: 500; }
      .header__statistic table td {
        padding: 0; }
        .header__statistic table td:not(:last-child) {
          padding-right: 15px; }
  .header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px; }
    .header__logo img {
      display: block;
      width: 100%;
      height: auto; }
  .header__right {
    display: flex;
    justify-content: flex-end; }
  .header__right-content-bottom {
    display: flex;
    margin-top: 5px; }
  .header__socials {
    flex: 0 0 auto; }
  .header__small-btn {
    flex: 1 1 auto;
    padding: 0;
    line-height: 30px;
    border-radius: 6px;
    margin-left: 6px;
    font-size: 0.625rem;
    min-width: initial; }
  .header__mobile-auth-button {
    min-width: 100%; }
    .header__mobile-auth-button:not(:last-child) {
      margin-bottom: 15px; }
  @media (max-width: 1279.98px) {
    .header {
      position: fixed;
      transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out; }
      .header_fixed {
        background-color: #202020;
        padding: 20px 0; }
      .header__right {
        display: none; }
      .header__statistic {
        display: none; }
      .header__container {
        display: flex;
        justify-content: space-between; }
      .header__logo {
        width: 50px;
        height: 50px;
        position: initial;
        transform: none; } }
  @media (max-width: 767.98px) {
    .header {
      padding: 25px 0; }
      .header_fixed {
        padding: 15px 0; }
      .header__logo {
        width: 45px;
        height: 45px; } }
  @media (max-width: 575.98px) {
    .header__mobile-auth-button:not(:last-child) {
      margin-bottom: 10px; } }

.mobile-nav__item:not(:last-child) {
  margin-bottom: 15px; }

.mobile-nav__link {
  display: inline-flex;
  padding-left: 32px;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  color: var(--color-accent);
  transition: opacity 0.15s ease-in-out; }
  .mobile-nav__link .icon {
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    left: 0;
    top: -0.1em; }
  .mobile-nav__link[data-touch], .mobile-nav__link[data-hover] {
    opacity: 0.8; }

@media (max-width: 575.98px) {
  .mobile-nav__link {
    font-size: 0.875rem; } }

.header-mobile-dropdown {
  position: relative; }
  .header-mobile-dropdown__button {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: var(--color-accent);
    transition: opacity 0.15s ease-in-out; }
    .header-mobile-dropdown__button .icon {
      width: 18px;
      height: 18px;
      margin: auto;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
    .header-mobile-dropdown__button[data-touch], .header-mobile-dropdown__button[data-hover] {
      opacity: 0.8; }
    .header-mobile-dropdown__button::before, .header-mobile-dropdown__button::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 2px;
      background-color: #000;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
    .header-mobile-dropdown__button::before {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .header-mobile-dropdown__button::after {
      transform: translate(-50%, -50%) rotate(45deg); }
    .header-mobile-dropdown__button.is-active .icon, .header-mobile-dropdown__button.is-active span {
      opacity: 0;
      visibility: hidden; }
    .header-mobile-dropdown__button.is-active::before, .header-mobile-dropdown__button.is-active::after {
      opacity: 1;
      visibility: visible; }
  .header-mobile-dropdown__content {
    position: absolute;
    top: calc(100% + 15px);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--color-accent);
    background: rgba(60, 60, 60, 0.8);
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; }
    .backdropfilter:not(.android) .header-mobile-dropdown__content {
      background: rgba(196, 196, 196, 0.1);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px); }
    .header-mobile-dropdown__content_right {
      right: 0; }
    .header-mobile-dropdown__content.is-active {
      opacity: 1;
      visibility: visible;
      transform: translate(0); }
  @media (min-width: 1280px) {
    .header-mobile-dropdown {
      display: none; } }
  @media (max-width: 767.98px) {
    .header-mobile-dropdown__button {
      width: 34px;
      height: 34px; }
      .header-mobile-dropdown__button .icon {
        width: 16px;
        height: 16px; } }
  @media (max-width: 575.98px) {
    .header-mobile-dropdown__content {
      padding: 15px; } }

.nav-toggle {
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 10px; }
  .nav-toggle span {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    width: 100%;
    height: 2px;
    background-color: #000; }
  @media (max-width: 767.98px) {
    .nav-toggle {
      padding: 11px 8px; } }

.header-nav {
  grid-column: 2/3;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr; }
  .header-nav__list_left {
    padding-right: 90px;
    text-align: right; }
  .header-nav__list_right {
    padding-left: 90px; }
  .header-nav__item:not(:last-child) {
    margin-bottom: 7px; }
  .header-nav__link {
    white-space: nowrap;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-accent);
    transition: opacity 0.15s ease-in-out; }
    .header-nav__link[data-touch], .header-nav__link[data-hover] {
      opacity: 0.8; }
  @media (max-width: 1279.98px) {
    .header-nav {
      display: none; } }

/*========== Footer ==========*/
.footer {
  flex-shrink: 0;
  padding: 70px 0;
  background-color: #262626;
  position: relative;
  z-index: 2; }
  .footer__container {
    display: flex; }
  .footer__container-1 {
    flex: 0 0 640px;
    padding-right: 140px; }
  .footer__container-2 {
    flex: 2 0 auto; }
  .footer__container-1-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
  .footer__logo {
    width: 200px;
    margin-right: 55px; }
  .footer__info {
    font-size: 0.875rem; }
  .footer__copyright {
    font-size: 1.125rem;
    margin-bottom: 25px; }
  .footer__socials-item:not(:last-child) {
    margin-right: 10px; }
  .footer__statistics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px; }
  .footer__statistics-item {
    padding-left: 45px;
    position: relative; }
    .footer__statistics-item .icon {
      display: block;
      width: 35px;
      height: 35px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .footer__statistics-item span {
      display: block;
      letter-spacing: 0.165em; }
      .footer__statistics-item span:nth-child(2) {
        font-size: 0.875rem;
        color: var(--color-accent);
        font-weight: 700; }
      .footer__statistics-item span:nth-child(3) {
        font-size: 0.625rem;
        line-height: 1; }
  .footer__nav {
    margin-bottom: 30px; }
  .footer__nav-item:not(:last-child) {
    margin-bottom: 10px; }
  .footer__nav-link {
    display: inline-block;
    position: relative;
    font-size: .9rem;
    letter-spacing: 0.165em;
    font-weight: 500;
    color: #C1C1C1;
    transition: color 0.15s ease-in-out;
    padding-left: 15px; }
    .footer__nav-link::before {
      content: '';
      display: block;
      border-style: solid;
      border-width: 4.5px 0 4.5px 6px;
      border-color: transparent transparent transparent var(--color-accent);
      position: absolute;
      left: 0;
      top: calc(0.6em - 4.5px); }
    .footer__nav-link[data-touch], .footer__nav-link[data-hover] {
      color: var(--color-accent); }
  .footer__payment {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -40px -30px 0; }
  .footer__payment-item {
    height: 32px;
    margin: 0 40px 30px 0; }
  @media (max-width: 1279.98px) {
    .footer__container-1 {
      flex: 0 0 380px;
      padding-right: 60px; } }
  @media (max-width: 1023.98px) {
    .footer__container {
      flex-direction: column; }
    .footer__container-1 {
      order: 2;
      flex: initial;
      margin-top: 60px; }
    .footer__container-2 {
      flex: initial; } }
  @media (max-width: 767.98px) {
    .footer__statistics {
      flex-wrap: wrap;
      margin-bottom: 60px; }
    .footer__nav {
      margin-bottom: 60px; }
    .footer__payment {
      justify-content: center;
      margin-right: calc(var(--bs-gutter-x) * -1);
      margin-bottom: -40px; }
    .footer__payment-item {
      margin-right: var(--bs-gutter-x);
      margin-bottom: 40px;
      height: 30px; }
    .footer__container-1 {
      padding: 0; }
    .footer__logo {
      margin-right: 20px; }
    .footer__container-1-top {
      justify-content: space-between; } }
  @media (max-width: 575.98px) {
    .footer__statistics {
      display: grid;
      justify-content: center;
      grid-template-columns: auto auto;
      gap: var(--bs-gutter-x);
      row-gap: 40px;
      -moz-column-gap: var(--bs-gutter-x);
           column-gap: var(--bs-gutter-x); } }

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