@charset "UTF-8";
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

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

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

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

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: clamp(0.75rem, 0.357vw + 0.679rem, 1rem);
}

p {
  padding: 0;
  margin: 0;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

svg[class^="svg-icon-"],
svg[class*="svg-icon-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor !important;
  fill: currentColor !important;
}
svg[class^="svg-icon-"] path,
svg[class*="svg-icon-"] path {
  fill: currentColor !important;
}

.fw--800 {
  font-weight: 800;
}

.fw--700 {
  font-weight: 700;
}

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

.fw--300 {
  font-weight: 300;
}

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

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

.bg--none {
  background: none;
}

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

.header_brands svg {
  flex: 0 0 30px;
}

.column-row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -0.5rem;
}

.column {
  padding-inline: 0.5rem;
  flex: 1 0 0%;
  width: 100%;
}

.column--auto {
  padding-inline: 0.5rem;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.column--1 {
  padding-inline: 0.5rem;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.column--2 {
  padding-inline: 0.5rem;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.column--3 {
  padding-inline: 0.5rem;
  flex: 0 0 25%;
  max-width: 25%;
}

.column--4 {
  padding-inline: 0.5rem;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.column--5 {
  padding-inline: 0.5rem;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.column--6 {
  padding-inline: 0.5rem;
  flex: 0 0 50%;
  max-width: 50%;
}

.column--7 {
  padding-inline: 0.5rem;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.column--8 {
  padding-inline: 0.5rem;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.column--9 {
  padding-inline: 0.5rem;
  flex: 0 0 75%;
  max-width: 75%;
}

.column--10 {
  padding-inline: 0.5rem;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.column--11 {
  padding-inline: 0.5rem;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.column--12 {
  padding-inline: 0.5rem;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .column--sm {
    padding-inline: 0.5rem;
    flex: 1 0 0%;
    width: 100%;
  }
  .column--sm-auto {
    padding-inline: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column--sm-1 {
    padding-inline: 0.5rem;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column--sm-2 {
    padding-inline: 0.5rem;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column--sm-3 {
    padding-inline: 0.5rem;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column--sm-4 {
    padding-inline: 0.5rem;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column--sm-5 {
    padding-inline: 0.5rem;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column--sm-6 {
    padding-inline: 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column--sm-7 {
    padding-inline: 0.5rem;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column--sm-8 {
    padding-inline: 0.5rem;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column--sm-9 {
    padding-inline: 0.5rem;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column--sm-10 {
    padding-inline: 0.5rem;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column--sm-11 {
    padding-inline: 0.5rem;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column--sm-12 {
    padding-inline: 0.5rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .column--md {
    padding-inline: 0.5rem;
    flex: 1 0 0%;
    width: 100%;
  }
  .column--md-auto {
    padding-inline: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column--md-1 {
    padding-inline: 0.5rem;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column--md-2 {
    padding-inline: 0.5rem;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column--md-3 {
    padding-inline: 0.5rem;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column--md-4 {
    padding-inline: 0.5rem;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column--md-5 {
    padding-inline: 0.5rem;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column--md-6 {
    padding-inline: 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column--md-7 {
    padding-inline: 0.5rem;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column--md-8 {
    padding-inline: 0.5rem;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column--md-9 {
    padding-inline: 0.5rem;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column--md-10 {
    padding-inline: 0.5rem;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column--md-11 {
    padding-inline: 0.5rem;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column--md-12 {
    padding-inline: 0.5rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .column--lg {
    padding-inline: 0.5rem;
    flex: 1 0 0%;
    width: 100%;
  }
  .column--lg-auto {
    padding-inline: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column--lg-1 {
    padding-inline: 0.5rem;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column--lg-2 {
    padding-inline: 0.5rem;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column--lg-3 {
    padding-inline: 0.5rem;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column--lg-4 {
    padding-inline: 0.5rem;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column--lg-5 {
    padding-inline: 0.5rem;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column--lg-6 {
    padding-inline: 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column--lg-7 {
    padding-inline: 0.5rem;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column--lg-8 {
    padding-inline: 0.5rem;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column--lg-9 {
    padding-inline: 0.5rem;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column--lg-10 {
    padding-inline: 0.5rem;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column--lg-11 {
    padding-inline: 0.5rem;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column--lg-12 {
    padding-inline: 0.5rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .column--xl {
    padding-inline: 0.5rem;
    flex: 1 0 0%;
    width: 100%;
  }
  .column--xl-auto {
    padding-inline: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column--xl-1 {
    padding-inline: 0.5rem;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column--xl-2 {
    padding-inline: 0.5rem;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column--xl-3 {
    padding-inline: 0.5rem;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column--xl-4 {
    padding-inline: 0.5rem;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column--xl-5 {
    padding-inline: 0.5rem;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column--xl-6 {
    padding-inline: 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column--xl-7 {
    padding-inline: 0.5rem;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column--xl-8 {
    padding-inline: 0.5rem;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column--xl-9 {
    padding-inline: 0.5rem;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column--xl-10 {
    padding-inline: 0.5rem;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column--xl-11 {
    padding-inline: 0.5rem;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column--xl-12 {
    padding-inline: 0.5rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .column--xxl {
    padding-inline: 0.5rem;
    flex: 1 0 0%;
    width: 100%;
  }
  .column--xxl-auto {
    padding-inline: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column--xxl-1 {
    padding-inline: 0.5rem;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column--xxl-2 {
    padding-inline: 0.5rem;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column--xxl-3 {
    padding-inline: 0.5rem;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column--xxl-4 {
    padding-inline: 0.5rem;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column--xxl-5 {
    padding-inline: 0.5rem;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column--xxl-6 {
    padding-inline: 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column--xxl-7 {
    padding-inline: 0.5rem;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column--xxl-8 {
    padding-inline: 0.5rem;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column--xxl-9 {
    padding-inline: 0.5rem;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column--xxl-10 {
    padding-inline: 0.5rem;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column--xxl-11 {
    padding-inline: 0.5rem;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column--xxl-12 {
    padding-inline: 0.5rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Fixed layouts: .grid--1 … .grid--12 ------------------- */
.grid--1 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}

.grid--2 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.grid--3 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.grid--5 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}

.grid--6 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
}

.grid--7 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(7, 1fr);
}

.grid--8 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(8, 1fr);
}

.grid--9 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(9, 1fr);
}

.grid--10 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(10, 1fr);
}

.grid--11 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(11, 1fr);
}

.grid--12 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
}

/* Responsive mods: .grid--md-3, .grid--lg-6, … ---------- */
.grid--sm-1 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid--sm-2 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid--sm-3 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid--sm-4 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid--sm-5 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid--sm-6 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.grid--sm-7 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.grid--sm-8 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

.grid--sm-9 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

.grid--sm-10 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.grid--sm-11 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

.grid--sm-12 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 576px) {
  .grid--sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.grid--md-1 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid--md-2 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid--md-3 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid--md-4 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid--md-5 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid--md-6 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.grid--md-7 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.grid--md-8 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

.grid--md-9 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

.grid--md-10 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.grid--md-11 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

.grid--md-12 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 768px) {
  .grid--md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.grid--lg-1 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid--lg-2 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid--lg-3 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid--lg-4 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid--lg-5 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid--lg-6 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.grid--lg-7 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.grid--lg-8 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

.grid--lg-9 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

.grid--lg-10 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.grid--lg-11 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

.grid--lg-12 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 992px) {
  .grid--lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.grid--xl-1 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid--xl-2 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid--xl-3 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid--xl-4 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid--xl-5 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid--xl-6 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.grid--xl-7 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.grid--xl-8 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

.grid--xl-9 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

.grid--xl-10 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.grid--xl-11 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

.grid--xl-12 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1200px) {
  .grid--xl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.grid--xxl-1 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid--xxl-2 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid--xxl-3 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid--xxl-4 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid--xxl-5 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid--xxl-6 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.grid--xxl-7 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.grid--xxl-8 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

.grid--xxl-9 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

.grid--xxl-10 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.grid--xxl-11 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

.grid--xxl-12 {
  /* grid behaviour always present */
  display: grid;
  gap: 1rem;
  /* switch track count at ≥ breakpoint */
}
@media (min-width: 1400px) {
  .grid--xxl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

/* base classes: .display--flex, .display--none, … */
.display--none {
  display: none !important;
}

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

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

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

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

/* breakpoint variants: .display--md-flex, .display--lg-none, … */
@media (min-width: 576px) {
  .display--sm-none {
    display: none !important;
  }
  .display--sm-block {
    display: block !important;
  }
  .display--sm-inline-flex {
    display: inline-flex !important;
  }
  .display--sm-flex {
    display: flex !important;
  }
  .display--sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .display--md-none {
    display: none !important;
  }
  .display--md-block {
    display: block !important;
  }
  .display--md-inline-flex {
    display: inline-flex !important;
  }
  .display--md-flex {
    display: flex !important;
  }
  .display--md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .display--lg-none {
    display: none !important;
  }
  .display--lg-block {
    display: block !important;
  }
  .display--lg-inline-flex {
    display: inline-flex !important;
  }
  .display--lg-flex {
    display: flex !important;
  }
  .display--lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .display--xl-none {
    display: none !important;
  }
  .display--xl-block {
    display: block !important;
  }
  .display--xl-inline-flex {
    display: inline-flex !important;
  }
  .display--xl-flex {
    display: flex !important;
  }
  .display--xl-grid {
    display: grid !important;
  }
}
@media (min-width: 1400px) {
  .display--xxl-none {
    display: none !important;
  }
  .display--xxl-block {
    display: block !important;
  }
  .display--xxl-inline-flex {
    display: inline-flex !important;
  }
  .display--xxl-flex {
    display: flex !important;
  }
  .display--xxl-grid {
    display: grid !important;
  }
}
/* base classes: .text--start, .text--end, … */
.text--start {
  text-align: start !important;
}

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

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

/* breakpoint variants: .text--md-end, .text--lg-center, … */
@media (min-width: 576px) {
  .text--sm-start {
    text-align: start !important;
  }
  .text--sm-end {
    text-align: end !important;
  }
  .text--sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text--md-start {
    text-align: start !important;
  }
  .text--md-end {
    text-align: end !important;
  }
  .text--md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text--lg-start {
    text-align: start !important;
  }
  .text--lg-end {
    text-align: end !important;
  }
  .text--lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text--xl-start {
    text-align: start !important;
  }
  .text--xl-end {
    text-align: end !important;
  }
  .text--xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text--xxl-start {
    text-align: start !important;
  }
  .text--xxl-end {
    text-align: end !important;
  }
  .text--xxl-center {
    text-align: center !important;
  }
}
.container {
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: clamp(1.125rem, 15.536vw - 1.982rem, 12rem);
}
@media (max-width: 767px) {
  .container {
    padding-inline: 16px;
  }
}

.brand-logo__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  max-width: 115px;
}
@media (min-width: 768px) {
  .brand-logo__img {
    max-width: 160px;
  }
}
.brand-logo img {
  display: block;
  width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.brand-list {
  width: 100%;
  counter-reset: brand-counter;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.5rem, 0.179vw + 0.464rem, 0.625rem);
  padding-bottom: 72px;
}
@media (min-width: 1280px) {
  .brand-list {
    flex-direction: column;
    align-items: center;
  }
}
.brand-list.column-row {
  padding-bottom: 1rem;
  row-gap: 1rem;
}
.brand-list.column-row .brand-card {
  margin-bottom: 0;
  height: 100%;
}
.brand-list .brand-card {
  position: relative;
  width: 100%;
}

.brand-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-rating__value {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  background: radial-gradient(closest-side, white 71%, transparent 72% 100%),
    conic-gradient(
      var(--brnd--circle-bg--active, red) var(--angle),
      var(--brnd--circle-bg, #ccc) 0
    );
  color: var(--brnd--circle-text-color, #000);
  margin-bottom: 12px;
}
.brand-rating__label {
  color: var(--brnd--rating-text-color, #000);
  font-size: 1rem;
}

.brand-name {
  font-size: var(--brnd--name-font-size, 1.5rem);
  color: var(--brnd--name-text-color);
  text-transform: capitalize;
  letter-spacing: 2px;
}

.brand-bonus {
  display: block;
  color: var(--brnd--bonus-text-color);
}
.brand-bonus__title {
  font-size: 1rem;
}
.brand-bonus__text {
  font-size: 1.3rem;
  padding-bottom: 0.3rem;
  margin: 0;
}

.advantages-list {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.5rem;
}
.advantages-list__item {
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: start;
  background: var(--brnd--advantages-bg, #fff);
  border: 1px solid var(--brnd--advantages-border-color, #ccc);
}
.advantages-list__item--border-none {
  border: 0;
}
.advantages-list__icon {
  flex: 0 0 auto;
  padding-inline-end: 10px;
  line-height: 0;
}
.advantages-list__text {
  font-size: 16px;
  font-weight: 400;
  word-break: break-word;
  color: var(--brnd--advantages-text-color);
}
.advantages-list__text--small {
  font-size: 10px;
}
.advantages-list--simple .advantages-list__item {
  background: none;
  border: 0;
  padding: 0;
  position: relative;
  display: block;
}
.advantages-list--simple .advantages-list__item:before {
  content: "–";
  padding-inline-end: 4px;
}
.advantages-list--simple .advantages-list__icon {
  display: none;
}

.button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 13px 0px;
  cursor: pointer;
  background: var(--brnd--button-bg);
  border: 2px solid transparent;
  background-image: linear-gradient(#10151F, #10151F), linear-gradient(89.35deg, #2EBA56 2.04%, #2B2DDA 111.04%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0px 3px 16px 0px #A1FF008C;
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #00FB48;
  margin-bottom: 10px;
}
.button:hover {
  box-shadow: 0px 5px 24px 0px #A1FF00B3;
}

@media (max-width: 1279px) {
  .button {
    padding: 8px 0;
    margin: 0;
  }
}

.brand-stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 6px;
  border: 0.5px solid transparent;
  background: linear-gradient(90deg, rgba(0, 1, 255, 0.5) -32.84%, rgba(103, 159, 255, 0.5) 54.66%, rgba(8, 0, 255, 0.5) 142.16%);
  background-origin: border-box;
  background-clip: padding-box;
  position: relative;
}
.brand-stars::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 0.5px;
  background: linear-gradient(76.82deg, rgba(255, 255, 255, 0) 15.49%, #FFFFFF 52.71%, rgba(255, 255, 255, 0) 88.21%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.brand-stars__icon {
  width: 16px;
  height: 16px;
  border-radius: 1px;
}
.brand-stars__icon polygon {
  fill: url(#star-gradient);
}
.brand-stars__icon--half polygon {
  fill: url(#star-gradient-half);
}
.brand-stars__value {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #fcf7f7;
}

.brand-line {
  margin: 0.5rem 0;
  height: 0;
  border: 0;
  border-top: 1px solid var(--brnd--line-color, #000);
}

.list-icon {
  --size: var(--brnd--list-icon-size, 1rem);
  width: var(--size);
  height: var(--size);
  display: inline-block;
  --icon-default: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M0 11l2-2 5 5L18 3l2 2L7 18z'/%3E%3C/svg%3E");
  background-color: var(--brnd--list-icon-color, rgb(11, 240, 11));
  -webkit-mask: var(--brnd--list-icon-img, var(--icon-default)) center/contain
    no-repeat;
  mask: var(--brnd--list-icon-img, var(--icon-default)) center/contain no-repeat;
}

.payment-wrapper {
  width: 100%;
  max-width: 242px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
.payment-wrapper .left-arrow {
  position: absolute;
  top: -2px;
  left: -2px;
}
.payment-wrapper .right-arrow {
  position: absolute;
  right: -1px;
  top: 6px;
}

.payment-images {
  padding: 5px;
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
  max-width: 242px;
}
.payment-images::-webkit-scrollbar {
  height: 4px;
}
.payment-images::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.payment-images::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #8b5cf6, #ec4899);
  border-radius: 10px;
}
.payment-images::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #a78bfa, #f472b6);
}
.payment-images__item {
  flex-shrink: 0;
  list-style: none;
}
.payment-images img {
  flex-shrink: 0;
  width: 29px;
  height: 29px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  border-radius: 50%;
}

.short-info__title {
  font-weight: 900;
  font-size: 1.125rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brnd--base-text-color);
  text-shadow: 0 2px 3px hsl(46, 13%, 25%), 0 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(/images/bg_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 65px;
}
@media (min-width: 768px) {
  .short-info__title {
    font-size: clamp(1.5rem, 0.536vw + 1.393rem, 1.875rem);
  }
}
.short-info__list {
  display: none;
}
@media (min-width: 1280px) {
  .short-info__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 30px;
    left: 40px;
  }
}
.short-info__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.short-info__item:nth-child(1) {
  padding: 5px;
}
.short-info__item span {
  font-weight: 700;
  font-size: 12px;
}

.offer-stats__list {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: space-around;
}
.offer-stats__list li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.offer-stats__list li p {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #dedede;
}
.offer-stats__list li span {
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1rem, 0.357vw + 0.929rem, 1.25rem);
  text-align: center;
  color: #fff;
}

.verified-company {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.5rem;
}
.verified-company svg {
  width: 1.2rem;
}
.verified-company span {
  padding-inline: 0.4rem;
}

.separator__icon {
  fill: var(--brnd--separator-icon-color, #ccc);
}

.indent {
  padding: 0.5rem;
}
.indent--y {
  padding-block: 0.5rem;
}

.brand-description {
  font-size: var(--brnd-font-size-dedescription, 0.8rem);
  color: var(--brnd-font-color-dedescription, #000);
}
.brand-description a {
  color: var(--brnd-font-color-dedescription, #000);
}

.brand-card {
  width: 100%;
  font-family: var(--brnd--base-font-family);
  color: var(--brnd--base-text-color);
  position: relative;
  counter-increment: brand-counter;
}
.brand-card.has-counter::before {
  content: counter(brand-counter);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding-inline: 8px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background-color: #2EBA56;
  box-shadow: inset 0 -1px 4px 0 rgba(255, 255, 255, 0.15);
}
@media (min-width: 1280px) {
  .brand-card.has-counter::before {
    min-width: 44px;
    height: 44px;
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  .brand-card {
    width: 100%;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .brand-card {
    max-width: 100%;
  }
}
.brand-card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-inline: 26px;
  padding-bottom: 10px;
  padding-top: 23px;
  box-shadow: var(--brnd--shadow);
  border: 1px solid transparent;
  border-radius: var(--brnd--base-radius);
  background-color: #10151F;
  background-image: linear-gradient(#10151F, #10151F), linear-gradient(113.84deg, #00CE5C 0%, #000E68 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-origin: border-box, border-box;
  background-clip: padding-box, border-box;
}
@media (min-width: 1280px) {
  .brand-card__body {
    display: grid;
    grid-template-columns: 235px 1.5fr 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    padding-inline: 16px;
    padding-bottom: 30px;
    gap: 0;
  }
}
.brand-card__logo {
  width: 144px;
  height: auto;
  position: relative;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brand-card__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 70%;
  background: radial-gradient(ellipse at bottom left, rgba(0, 7, 206, 0.8) 0%, rgba(0, 7, 206, 0.4) 35%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
@media (max-width: 1279px) {
  .brand-card__body::after {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55%;
    background: radial-gradient(ellipse at top right, rgba(47, 54, 255, 0.7) 0%, rgba(47, 54, 255, 0.4) 20%, rgba(47, 54, 255, 0.15) 45%, rgba(47, 54, 255, 0.05) 60%, transparent 80%);
  }
}
@media (min-width: 1280px) {
  .brand-card__logo {
    grid-column: 1;
    grid-row: 1;
    width: 235px;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.brand-card__stars {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  .brand-card__logo { order: 1; }
  .brand-card__bonus { order: 2; }
  .brand-card__stars { order: 3; }
  .brand-card__stats { order: 4; }
  .brand-card__action { order: 5; }
}
@media (min-width: 1280px) {
  .brand-card__stars {
    grid-column: 1;
    grid-row: 2;
    width: 235px;
    justify-content: flex-end;
  }
}
.brand-card__bonus {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .brand-card__bonus {
    grid-column: 2;
    grid-row: 1;
  }
}
.brand-card__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.stats-divider {
  display: none;
}
@media (max-width: 1279px) {
  .stats-divider {
    display: block;
    width: 1px;
    align-self: stretch;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #CCCCCC 50%, rgba(153, 153, 153, 0) 100%);
    flex-shrink: 0;
  }
}
@media (max-width: 1279px) {
  .brand-card__stats {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }
  .action-bonus__stats .action-bonus__stat {
    gap: 0;
  }
  .brand-card__stats .action-bonus__stats {
    column-gap: 8px;
  }
  .brand-card__stats .action-bonus__stat + .action-bonus__stat::before {
    display: none;
  }
  .brand-card__stats .payment-wrapper {
    margin-inline: 0;
    flex-shrink: 0;
    max-width: 168px;
  }
  .brand-card__stats .payment-images {
    gap: 8px;
    max-width: 168px;
  }
  .brand-card__stats .payment-images img {
    width: 20px;
    height: 20px;
  }
  .brand-card__stats .payment-images__item:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 1280px) {
  .brand-card__stats {
    display: contents;
  }
  .brand-card__stats .action-bonus__stats {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
  }
  .brand-card__stats .payment-wrapper {
    grid-column: 3;
    grid-row: 2;
    justify-self: center;
  }
}
.brand-card__action {
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1279px) {
  .brand-card__action {
    margin-right: auto;
    max-width: 190px;
    height: 40px;
  }
  .brand-stars {
    padding: 4px 10px;
    margin-top: -20px;
  }
}
@media (min-width: 1280px) {
  .brand-card__action {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.action-bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.action-bonus__title {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.5vw + 1.1rem, 1.75rem);
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.4), 0 0 40px rgba(255, 255, 255, 0.15);
}
@media (min-width: 1280px) {
  .action-bonus__title {
    font-size: 30px;
  }
}

.action-bonus__icon {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.action-bonus__stats {
  display: flex;
  align-items: center;
  gap: 90px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.action-bonus__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: relative;
}

.action-bonus__stat + .action-bonus__stat::before {
  content: "";
  position: absolute;
  left: -46px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  align-self: stretch;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #CCCCCC 50%, rgba(153, 153, 153, 0) 100%);
  flex-shrink: 0;
}

.action-bonus__label {
  font-weight: 700;
  font-size: 14px;
  color: #dedede;
}
@media (max-width: 1279px) {
  .action-bonus__label {
    font-size: 8px;
  }
}

.action-bonus__value {
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.357vw + 1rem, 1.375rem);
  color: #fff;
}
@media (max-width: 1279px) {
  .action-bonus__value {
    font-size: 12px;
  }
}
