button {
    margin: 0;
    font-size: inherit;
    text-transform: none;
    border-radius: 0;
    -webkit-appearance: button;
    background-color: transparent;
    border: none;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    outline: inherit;
    user-select: none;
    white-space: nowrap;
}
button:focus:not(:focus-visible) {
    outline: 0;
}

@charset "UTF-8";


:root {
  --cell-head: 30px;
  --mark91: 50px;
  --main81: 12px;
  --spot29: transparent;
  --inner67: #ffffff;
  --block78: #1C263D;
  --note-block: var(--part-box);
  --lite-strip: transparent;
  --unit-plus: transparent;
  --body-zone: #55557f;
  --flat12: #ffffff;
  --frame2: transparent;
  --mark90: #1a2738;
  --list-slim: #1a2738;
  --panel-menu: var(--part-frame);
  --menu-side: var(--part-frame);
  --soft-unit: #66af50;
  --menu3: #ffffff;
  --group-unit: #ffffff;
  --cell33: #000000;
  --box-plus: #56AE67;
  --wide88: #ffffff;
  --slim51: #4e92e3;
  --zone81: #ffffff;
  --text-list: #ffffff;
  --base48: #000000;
  --main64: #1d2632;
  --deep45: #101018;
  --deep26: 24px;
  --unit55: 12px;
}

:root {
  --piece-part: #46c81f;
  --item22: #09121e;
  --slim-link: #4db82d;
  --head-group: #4bdf1e;
  --row-lite: #5bfa2b;
  --slim-cell: #4bd322;
  --shell21: #f8f9fa;
  --flat-unit: #1e1e2c;
  --group91: 16, 121, 215;
  --spot70: 9, 15, 30;
  --flat-part: 45, 184, 102;
  --prime-menu: 13, 202, 240;
  --head52: 250, 229, 43;
  --core-spot: 211, 34, 34;
  --soft-inner: 248, 249, 250;
  --row-plus: 33, 37, 41;
  --band-menu: 255, 255, 255;
  --inner-view: 0, 0, 0;
  --list-extra: 255, 255, 255;
  --spot-box: 9, 15, 30;
  --row36: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --extra-side: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --deep-box: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --side-box: var(--row36);
  --cell-frame: 1rem;
  --mark59: 400;
  --title-item: 1.5;
  --part-frame: #ffffff;
  --part-box: #09121e;
}

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

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

body {
  margin: 0;
  font-family: var(--side-box);
  font-size: var(--cell-frame);
  font-weight: var(--mark59);
  line-height: var(--title-item);
  color: var(--part-frame);
  text-align: var(--bs-body-text-align);
  background-color: var(--part-box);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: #d5d5d5;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 4px;
}

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

h1,
.h1 {
  font-size: calc(1.4236rem + 2.0832vw);
}

@media (min-width: 1200px) {

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

h2,
.h2 {
  font-size: calc(1.3738rem + 1.4856vw);
}

@media (min-width: 1200px) {

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

h3,
.h3 {
  font-size: calc(1.3324rem + 0.9888vw);
}

@media (min-width: 1200px) {

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

h4,
.h4 {
  font-size: calc(1.2978rem + 0.5736vw);
}

@media (min-width: 1200px) {

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

h5,
.h5 {
  font-size: calc(1.269rem + 0.228vw);
}

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark,
.mark {
  padding: 0.2em;
  background-color: #e9fce3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #46c81f;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #38a019;
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--extra-side);
  font-size: 1em;
  direction: ltr
    
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #3379d6;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #1e1e2c;
  border-radius: 6px;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #5d5d8c;
  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]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

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

legend+* {
  clear: left;
}

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

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

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


::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote> :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #5d5d8c;
}

.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  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-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.table {
  --mark93: transparent;
  --side95: transparent;
  --text-lite: #ffffff;
  --frame-band: rgba(0, 0, 0, 0.05);
  --card23: #ffffff;
  --note69: rgba(0, 0, 0, 0.1);
  --menu-text: #ffffff;
  --view28: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #ffffff;
  vertical-align: top;
  border-color: #dee2e6;
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--mark93);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--side95);
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --side95: var(--frame-band);
  color: var(--text-lite);
}

.table-active {
  --side95: var(--note69);
  color: var(--card23);
}

.table-hover>tbody>tr:hover>* {
  --side95: var(--view28);
  color: var(--menu-text);
}

.table-primary {
  --mark93: #cfe4f7;
  --frame-band: #c5d9eb;
  --text-lite: #000;
  --note69: #bac9de;
  --card23: #000;
  --view28: #bfd3e4;
  --menu-text: #000;
  color: #000;
  border-color: #bac9de;
}

.table-secondary {
  --mark93: #cecfd2;
  --frame-band: #c4c5c8;
  --text-lite: #000;
  --note69: #b9babd;
  --card23: #000;
  --view28: #bfbfc2;
  --menu-text: #000;
  color: #000;
  border-color: #b9babd;
}

.table-success {
  --mark93: #d5f1e0;
  --frame-band: #cae5d5;
  --text-lite: #000;
  --note69: #c6d9c0;
  --card23: #000;
  --view28: #c5dfcf;
  --menu-text: #000;
  color: #000;
  border-color: #c6d9c0;
}

.table-info {
  --mark93: #cff4fc;
  --frame-band: #c5e8ef;
  --text-lite: #000;
  --note69: #c5e1bc;
  --card23: #000;
  --view28: #bfe2e9;
  --menu-text: #000;
  color: #000;
  border-color: #c5e1bc;
}

.table-warning {
  --mark93: #fefad5;
  --frame-band: #f1eeca;
  --text-lite: #000;
  --note69: #c9e5c0;
  --card23: #000;
  --view28: #ebe7c5;
  --menu-text: #000;
  color: #000;
  border-color: #c9e5c0;
}

.table-danger {
  --mark93: #f6d3d3;
  --frame-band: #eac8c8;
  --text-lite: #000;
  --note69: #c5ddbe;
  --card23: #000;
  --view28: #e4c3c3;
  --menu-text: #000;
  color: #000;
  border-color: #c5ddbe;
}

.table-light {
  --mark93: #f8f9fa;
  --frame-band: #ecedee;
  --text-lite: #000;
  --note69: #dfe0e1;
  --card23: #000;
  --view28: #e5e6e7;
  --menu-text: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --mark93: #1e1e2c;
  --frame-band: #2c3034;
  --text-lite: #ffffff;
  --note69: #2f2f46;
  --card23: #ffffff;
  --view28: #323539;
  --menu-text: #ffffff;
  color: #ffffff;
  border-color: #2f2f46;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.link-title table {
  --mark93: transparent;
  --side95: transparent;
  --text-lite: #ffffff;
  --frame-band: rgba(0, 0, 0, 0.05);
  --card23: #ffffff;
  --note69: rgba(0, 0, 0, 0.1);
  --menu-text: #ffffff;
  --view28: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #ffffff;
  vertical-align: top;
  border-color: #dee2e6;
}

.link-title table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--mark93);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--side95);
}

.link-title table>tbody {
  vertical-align: inherit;
}

.link-title table>thead {
  vertical-align: bottom;
}

.link-title table> :not(:first-child) {
  border-top: 2px solid currentColor;
}

.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #09121e;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #ffffff;
  background-color: #09121e;
  border-color: #a3e48f;
  outline: 0;
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::placeholder {
  color: #5d5d8c;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #ffffff;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #ffffff;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

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

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

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 8px;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 8px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #09121e;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #a3e48f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(70, 200, 31, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ffffff;
}

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

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

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

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #09121e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #a3e48f;
  outline: 0;
}

.form-check-input:checked {
  background-color: #46c81f;
  border-color: #46c81f;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #46c81f;
  border-color: #46c81f;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2388bceb'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #09121e;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #09121e;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #46c81f;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #c7eebb;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #46c81f;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #c7eebb;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none;
  }
}

.form-floating>.form-control {
  padding: 1rem 0.75rem;
}

.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 8px;
}

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

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

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

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(77, 184, 45, 0.9);
  border-radius: 8px;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #4db82d;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #4db82d;
  box-shadow: 0 0 0 0.25rem rgba(77, 184, 45, 0.25);
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #4db82d;
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #4db82d;
  box-shadow: 0 0 0 0.25rem rgba(77, 184, 45, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #4db82d;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #4db82d;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(77, 184, 45, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #4db82d;
}

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

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(75, 211, 34, 0.9);
  border-radius: 8px;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #4bd322;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #4bd322;
  box-shadow: 0 0 0 0.25rem rgba(75, 211, 34, 0.25);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #4bd322;
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #4bd322;
  box-shadow: 0 0 0 0.25rem rgba(75, 211, 34, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #4bd322;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #4bd322;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(75, 211, 34, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #4bd322;
}

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

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

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

.dropdown-toggle {
  white-space: nowrap;
}



.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: all 0.3s ease 0s;
}

@media (min-width: 992px) {
  .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
  }
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --body-item: start;
}

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

.dropdown-menu-end {
  --body-item: end;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --body-item: start;
  }

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

  .dropdown-menu-sm-end {
    --body-item: end;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --body-item: start;
  }

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

  .dropdown-menu-md-end {
    --body-item: end;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --body-item: start;
  }

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

  .dropdown-menu-lg-end {
    --body-item: end;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --body-item: start;
  }

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

  .dropdown-menu-xl-end {
    --body-item: end;
  }

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

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --body-item: start;
  }

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

  .dropdown-menu-xxl-end {
    --body-item: end;
  }

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

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #1e1e2c;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1b1b28;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #46c81f;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5d5d8c;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #1e1e2c;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #2e2e46;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #46c81f;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  background-color: #09121e;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #3fb41c;
  background-color: #ecf9e9;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230e6dc2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #a3e48f;
  outline: 0;
}

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

.accordion-item {
  background-color: #09121e;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.lite-block+.lite-block {
  padding-left: 0.5rem;
}

.lite-block+.lite-block::before {
  float: left;
  padding-right: 0.5rem;
  color: #5d5d8c;
  content: var(--bs-breadcrumb-divider, "/")
    
  ;
}

.lite-block.active {
  color: #5d5d8c;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 8px;
}

.badge:empty {
  display: none;
}

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

.base-stack {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 8px;
  opacity: 0.5;
}

.base-stack:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.base-stack:focus {
  outline: 0;
  opacity: 1;
}

.base-stack:disabled,
.base-stack.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

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

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .base-stack {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #46c81f;
}

.link-primary:hover,
.link-primary:focus {
  color: #6bd34c;
}

.link-secondary {
  color: #09121e;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #070e18;
}

.link-success {
  color: #4db82d;
}

.link-success:hover,
.link-success:focus {
  color: #71c657;
}

.link-info {
  color: #4bdf1e;
}

.link-info:hover,
.link-info:focus {
  color: #6ee54b;
}

.link-warning {
  color: #5bfa2b;
}

.link-warning:hover,
.link-warning:focus {
  color: #7bfb55;
}

.link-danger {
  color: #4bd322;
}

.link-danger:hover,
.link-danger:focus {
  color: #3ca91b;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover,
.link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #1e1e2c;
}

.link-dark:hover,
.link-dark:focus {
  color: #181823;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--outer36);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --outer36: 100%;
}

.ratio-4x3 {
  --outer36: 75%;
}

.ratio-16x9 {
  --outer36: 56.25%;
}

.ratio-21x9 {
  --outer36: 42.8571428571%;
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

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

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

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



@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-7e1bdb.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-fd7c56.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-0be6a1.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-d5ce63.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-a42f7d.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-33b70a.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-c07d3c.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-7e1bdb.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-fd7c56.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-0be6a1.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-d5ce63.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-a42f7d.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-33b70a.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-c07d3c.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-7e1bdb.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-fd7c56.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-0be6a1.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-d5ce63.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-a42f7d.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-33b70a.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-c07d3c.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-7e1bdb.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-fd7c56.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-0be6a1.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-d5ce63.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-a42f7d.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-33b70a.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-c07d3c.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-7e1bdb.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-fd7c56.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-0be6a1.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-d5ce63.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-a42f7d.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-33b70a.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-c07d3c.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-7e1bdb.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-fd7c56.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-0be6a1.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-d5ce63.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-a42f7d.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-33b70a.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-c07d3c.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-7e1bdb.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-fd7c56.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-0be6a1.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-d5ce63.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-a42f7d.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-33b70a.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url(ucc73fwrk3iltehus-fvqtmwcp50-c07d3c.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{--part-box:#101018;--part-frame:#ffffff;--spot29:#1d2632;--inner67:#ffffff;--lite-strip:#1c2232;--unit-plus:#1d2632;--body-zone:#55557f;--flat12:#ffffff;--piece-part:#66af50;--main64:#1d2632;--deep45:#101018;--cell-head:12px;--mark91:8px;--main81:8px;--soft-unit:#66af50;--menu3:#ffffff;--group-unit:#ffffff;--cell33:#0a0a0a;--main-row:0px;--box-plus:#56ae67;--wide88:#ffffff;--slim51:#4e92e3;--zone81:#ffffff;--text-list:#1d2632;--base48:#ffffff;}


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --frame30: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--frame-part, var(--frame30));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --frame-part: #ffffff
}

.swiper-lazy-preloader-black {
    --frame-part: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --piece-note: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--piece-note)/ 44 * 27);
    height: var(--piece-note);
    margin-top: calc(0px - (var(--piece-note)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--frame30))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--piece-note);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--frame30))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--frame30));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
:root {
	--deep26: 24px;
	--unit55: 16px;
}

body {
	font-family: "Inter", sans-serif;
	background-color: var(--part-box);
}

body._lock {
	overflow: hidden;
}

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

html {
	scroll-padding-top: 110px;
}

@media (max-width: 991.98px) {

	html {
		scroll-padding-top: 140px;
	}
}


h1,
h2,
h3 {
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.box-list {
	padding-top: 72px;
}

@media (max-width: 991.98px) {

	.box-list {
		padding-top: 130px;
	}
}

.cell22 .box-list {
	padding-top: 112px;
}

@media (max-width: 600px) {

	.admin-bar .box-list {
		padding-top: 90px;
	}

	h1 {
		font-size: 1.772rem;
	}

	h2 {
		font-size: 1.611rem;
	}

	h3 {
		font-size: 1.464rem;
	}

	h4 {
		font-size: 1.331rem;
	}

	h5 {
		font-size: 1.21rem;
	}

	h6 {
		font-size: 1.1rem;
	}
}

.container {
	max-width: 1200px;
}

.wp-block-media-text {
	margin-bottom: var(--deep26);
}

.wp-block-media-text img {
	border-radius: var(--main81);
}

.edge79 {
	height: 22px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.breadcrumb {
	font-size: 0.9rem;
	margin-bottom: 0;
}

.breadcrumb a {
	color: inherit;
}

a,
a:hover {
	color: var(--piece-part);
}

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


.foot58 .edge-main {
	margin-bottom: var(--deep26) !important;
}

.foot58 .edge-main .core-strip,
.btn {
	padding: 10px 40px;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	border: none;
	border-radius: var(--mark91);
	color: var(--menu3) !important;
	background: var(--soft-unit) !important;
	border-color: var(--soft-unit) !important;
}

.foot58 .edge-main.is-style-bootstrap-primary .core-strip,
.btn.main93 {
	color: var(--menu3) !important;
	background: var(--soft-unit) !important;
	border-color: var(--soft-unit) !important;
}

.foot58 .edge-main.is-style-bootstrap-secondary .core-strip,
.btn.main15 {
	color: var(--cell33) !important;
	background: var(--group-unit) !important;
	border-color: var(--button_secondary_border_color) !important;
	border-width: var(--main-row) !important;
	border: solid;

}

.foot58 .edge-main.is-style-bootstrap-success .core-strip,
.btn.success {
	color: var(--wide88) !important;
	background: var(--box-plus) !important;
	border-color: var(--box-plus) !important;
}

.foot58 .edge-main.is-style-bootstrap-info .core-strip,
.btn.info {
	color: var(--zone81) !important;
	background: var(--slim51) !important;
	border-color: var(--slim51) !important;
}

@media (max-width: 575px) {
	.foot58 .edge-main {
		margin-bottom: var(--unit55) !important;
	}

	.foot58 .edge-main,
	.foot58 .edge-main .core-strip {
		width: 100%;
	}
}

.block19 {
	max-width: 1200px;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

.is-style-heading-narrow,
.is-style-paragraph-narrow {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}


.link-title {
	margin: -10px -10px var(--deep26);
}

.link-title table {
	border-collapse: separate;
	border-spacing: 10px;
	color: var(--part-frame);
	margin-bottom: 0;
}

.link-title table tr th,
.link-title table tr td {
	width: 125px;
	padding: 15px 12px;
	line-height: normal;
	border: none !important;
	vertical-align: middle !important;
	background-color: var(--mark90) !important;
	color: var(--menu-side);
	border-radius: var(--main81) !important;
	box-shadow: none !important;
}

.link-title table tr th {
	font-weight: 600;
	color: var(--panel-menu);
	background-color: var(--list-slim) !important;
}

.link-title table a {
	color: var(--piece-part);
}

@media (max-width: 991px) {
	.link-title {
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		margin-bottom: var(--unit55);
	}

	.link-title::-webkit-scrollbar {
		display: none;
	}
}


.head-shell {
	margin-bottom: var(--deep26);
}

.head-shell li::marker {
	color: var(--piece-part);
}

.head-shell .wp-block-image img {
	border-radius: var(--main81);
}

.head-shell .head-shell {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.head-shell {
		margin-bottom: var(--unit55);
	}
}


header.header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: var(--note-block);
}

header.header .foot-stack {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	transition: .5s;
}

header.header .wide86 {
	display: block;
	max-width: 175px;
}

header.header .wide86 img {
	width: auto;
	max-height: 38px;
}

header.header .item-group>ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

header.header .item-group>ul>li {
	padding: 0 5px;
}

@media (any-hover: hover) {
	header.header .item-group>ul>li:hover .dropdown-menu.depth_0 {
		visibility: visible;
		opacity: 1;
	}
}


header.header .item-group>ul>li>a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: .9rem;
	font-weight: 600;
	padding: 6px 12px;
	white-space: nowrap;
	text-decoration: none;
	background-color: var(--spot29);
	color: var(--inner67) !important;
	border-radius: var(--mark91);
}

header.header .item-group>ul>li>a img {
	height: 18px;
}

header.header .item-group>ul>li.core59>a,
header.header .item-group>ul>li.current-menu-ancestor>a,
header.header .item-group>ul>li>a.show-dropdown,
header.header .item-group>ul>li>a:hover {
	color: var(--piece-part);
}

header.header .item-group>ul>li:last-child {
	margin-right: 0;
}

header.header .item-group .dropdown-menu {
	transform: translateY(10px);
}

header.header .item-group>ul>li ul>li a.dropdown-toggle:after {
	transform: rotate(-90deg);
}

header.header .item-group>ul>li ul>li.dropdown:hover ul {
	display: block;
}

header.header .item-group .dropdown-menu .dropdown-item {
	font-size: .85rem;
	color: initial !important;
	transition: all 0.3s ease 0s;
}

header.header .item-group .dropdown-menu .dropdown-item.active,
header.header .item-group .dropdown-menu .dropdown-item:active {
	background-color: inherit;
}

header.header .item-group .dropdown-menu .dropdown-item:focus,
header.header .item-group .dropdown-menu .dropdown-item:hover {
	background-color: #e9ecef !important;
}

.row27 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100vw;
	height: 100vh;
	background-color: #0000007a;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.row27.active {
	visibility: visible;
	opacity: 1;
}

.area-body {
	position: fixed;
	top: 70px;
	width: 100%;
	background-color: var(--note-block) !important;
	left: 0;
	right: 0;
}

.wide-main .group91 {
	display: none;
}

.box95 {
	display: none;
	position: relative;
	padding: 4px 32px;
	min-height: 73px;
	align-items: center;
	justify-content: space-between;
}

.wide-main .base-stack {
	position: absolute;
	top: 32px;
	right: 25px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='%23ffffff' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/2.5em auto no-repeat;
	opacity: 1;
}

header.header .wide-main .item-group>ul>li .arrow {
	display: none;
}

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

header.header .soft41 {
	display: flex;
	align-items: center;
}

header.header .soft41 .lite64 {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 8px;
}

header.header .soft41 .lite64 a {
	padding: 8px 24px;
	white-space: nowrap;
}

header.header .lang button {
	font-size: 14px !important;
}

header.header .lang .dropdown-menu {
	font-size: 14px;
	min-width: auto;
}

header.header .area-body {
	background-color: var(--frame2);
}

header.header .area-body ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	gap: 20px;
}

header.header .area-body ul>li {
	display: flex;
	align-items: center;
}

header.header .area-body ul>li>a {
	position: relative;
	display: block;
	font-size: .8rem;
	text-decoration: none;
	color: var(--inner67);
}


header.header .area-body ul>li ul {
	display: none;
}

header.header .area-body ul>li.core59>a,
header.header .area-body ul>li.current-menu-ancestor>a,
header.header .area-body ul>li>a:hover {
	color: var(--piece-part);
}

header.header .area-body ul>li:last-child {
	margin-right: 0;
}

@media (max-width: 991.98px) {
	.wide-main .group91 {
		display: block;
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin-top: 30px;
	}

	.wide-main {
		position: fixed;
		max-width: 300px;
		z-index: 20;
		background: var(--block78);
		border-radius: 15px 0 0 15px;
		top: 0;
		right: 0;
		width: 400px;
		border-left: 1px solid rgba(0, 0, 0, 0.2);
		height: 100%;
		transform: translateX(100%);
		display: flex;
		flex-direction: column;
		transition: all 0.3s ease 0s;
	}

	.wide-main.open {
		transform: none;
	}

	.area-body {
		position: static;
		background-color: transparent !important;
	}

	.box95 {
		display: flex;
	}

	.top92 {
		padding: 24px;
		overflow-y: auto;
		height: 100%;

	}

	header.header .item-group,
	header.header .area-body {
		display: block !important;
	}

	header.header .item-group ul,
	header.header .area-body ul {
		display: block;
		justify-content: start;
		height: fit-content;
		width: 100%;
	}

	header.header .area-body {
		margin-top: 20px;
	}

	header.header .area-body .container {
		padding: 0;
	}

	header.header .wide-main .area-body ul>li>a {
		display: block;
		padding: 5px 0;
	}

	header.header .wide-main .item-group>ul>li>a {
		position: relative;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 10px 0;
		text-decoration: none;
		color: var(--inner67);
		background-color: transparent;
		font-weight: normal;
		font-size: 16px;
	}

	header.header .wide-main .item-group>ul>li {
		padding: 0;
	}

	header.header .wide-main .item-group>ul>li .arrow {
		position: absolute;
		top: 5px;
		right: 0;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--inner67);
	}

	header.header .wide-main .item-group>ul>li.menu-item-has-children .arrow:after {
		content: "";
		display: inline-block;
		vertical-align: 0.255em;
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
	}

	header.header .wide-main .item-group>ul>li>a:after {
		display: none;
	}

	header.header .wide-main .dropdown-menu {
		position: relative;
		top: 0 !important;
		padding: 8px 0;
		transform: none;
		display: none;
	}

	header.header .wide-main .item-group .dropdown-menu li>.dropdown-item {
		font-size: .9rem;
		color: initial !important;
		background-color: transparent !important;
		border: none !important;
		margin: 0 !important;
		vertical-align: baseline !important;
	}
}



header.header .list13 {
	display: none;
	position: absolute;
	top: 26px;
	right: 0;
	width: 26px;
	height: 24px;
	cursor: pointer;
}

header.header .list13 span {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	border-radius: 2px;
}

header.header .list13 span:nth-child(1) {
	top: 2px;
}

header.header .list13 span:nth-child(2) {
	top: 10px;
}

header.header .list13 span:nth-child(3) {
	top: 18px;
}

@media (max-width: 991px) {
	header.header .foot-stack {
		height: 120px;
		align-items: flex-start;
	}

	header.header .wide86 {
		margin-top: 12px;
	}

	header.header .foot-stack.out {
		margin-top: -70px;
	}

	header.header .foot-stack .lite64 {
		grid-template-columns: repeat(2, 1fr);
		position: absolute;
		left: 0;
		right: 0;
		top: 65px;
	}

	header.header .list13 {
		display: block;
	}

	header.header .lang {
		position: absolute;
		right: 35px;
		top: 10px;
	}
}

@media (max-width: 600px) {
	body.admin-bar .header.header {
		top: 0;
	}
}

footer.flat-menu {
	padding-top: 40px;
	padding-bottom: 40px;
	color: var(--body-zone);
	background-color: var(--lite-strip);
}

footer.flat-menu .logo {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: baseline;
	grid-gap: 24px;
	margin-bottom: 48px;
}

footer.flat-menu .logo:after {
	content: "";
	display: block;
	height: 1px;
	background-color: var(--unit-plus);
}

footer.flat-menu .logo .wide86 {
	display: block;
	max-width: 175px;
}

footer.flat-menu .logo img {
	width: auto;
	max-height: 38px;
}

footer.flat-menu .main58 {
	display: flex;
	gap: 24px;
	border-bottom: 1px solid var(--unit-plus);
	padding-bottom: 48px;
}

footer.flat-menu .main58 .part-body {
	display: flex;
	align-items: flex-start;
	gap: 48px;
	flex: 1 0 0;
}

footer.flat-menu .main58 .part-body .description {
	font-size: 14px;
	line-height: normal;
	font-weight: 300;
	max-width: 210px;
}

footer.flat-menu .main58 .part-body .description strong {
	color: var(--flat12);
}

footer.flat-menu .main58 .part-body .zone19 {
	font-weight: 700;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 24px;
}

footer.flat-menu .main58 .part-body .piece-core {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 56px;
}

footer.flat-menu .main58 .part-body .part-prime nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer.flat-menu .main58 .part-body .part-prime nav ul li {
	padding-bottom: 10px;
	line-height: normal;
}

footer.flat-menu .main58 .part-body .part-prime nav ul li a {
	font-size: 14px;
	color: var(--flat12);
	text-decoration: none;
}

footer.flat-menu .main58 .part-body .part-prime nav ul li a:hover {
	color: var(--piece-part);
}

footer.flat-menu .main58 .part-body .edge-lite .foot14 {
	font-size: 13px;
}

footer.flat-menu .strip-list {
	display: flex;
	gap: 6px;
	margin-top: 16px;
}

footer.flat-menu .strip-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;

}

@media (any-hover: hover) {
	footer.flat-menu .strip-list a:hover svg {
		transform: scale(1.2);
		color: var(--piece-part);
	}
}

footer.flat-menu .strip-list a svg {
	width: 24px;
	transition: all 0.2s ease 0s;
	color: #ffffff;

}

footer.flat-menu .extra66 {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid var(--unit-plus);
}

footer.flat-menu .extra66 .item {
	max-width: 75px;
}

footer.flat-menu .extra66 img {
	width: 100%;
	max-height: 70px;
}

footer.flat-menu .panel-inner {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	padding: 30px 0;
	border-bottom: 1px solid var(--unit-plus);
}

footer.flat-menu .panel-inner .item {
	max-width: 65px;
}

footer.flat-menu .panel-inner img {
	width: 100%;
	max-height: 19px;
}

footer.flat-menu .group-lite {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 24px;
	padding-top: 48px;
}

footer.flat-menu .view47 {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

footer.flat-menu .view47 .item {
	max-width: 90px;
}

footer.flat-menu .view47 img {
	width: 100%;
	max-height: 28px;
}

footer.flat-menu .bottom_panel {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	height: 70px;
	align-items: center;
	padding: 0 16px;
	background: var(--box25);
	z-index: 10;
	transition: .5s;
}

footer.flat-menu .bottom_panel.grid-view {
	justify-content: flex-end;
}

footer.flat-menu .bottom_panel.grid-view .image {
	position: absolute;
	left: 7px;
	top: -27px;
}

footer.flat-menu .bottom_panel.grid-view .image img {
	width: 130px;
}

footer.flat-menu .bottom_panel.grid-view .flat74 {
	display: flex;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
	color: var(--list27);
	background: var(--frame-edge);
	border-radius: var(--mark91);
}

footer.flat-menu .bottom_panel.grid-view .flat74 svg {
	height: 25px;
	width: 25px;
	fill: var(--list27);
}

footer.flat-menu .bottom_panel.grid-view .flat74 .title2 {
	line-height: normal;
}

footer.flat-menu .bottom_panel.bonus {
	justify-content: space-between;
}

footer.flat-menu .bottom_panel.bonus .bonus {
	font-weight: 700;
	line-height: normal;
	color: #ffffff;
}

footer.flat-menu .bottom_panel.bonus .flat74 {
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 10px 20px;
	text-decoration: none;
	color: var(--bottom_panel_bonus_button_text_color);
	background: var(--bottom_panel_bonus_button_bg_color);
	border-radius: var(--mark91);
}

@media (max-width: 991px) {
	footer.flat-menu .logo {
		margin-bottom: 24px;
	}

	footer.flat-menu .main58 {
		flex-direction: column;
		gap: 0;
		padding-bottom: 24px;
	}

	footer.flat-menu .main58 .part-body {
		order: 1;
		flex-direction: column;
		gap: 24px;
		align-items: center;
	}

	footer.flat-menu .main58 .part-body .column {
		width: 100%;
	}

	footer.flat-menu .main58 .part-body .description {
		display: none;
	}

	footer.flat-menu .main58 .part-body .piece-core {
		justify-content: flex-start;
		flex-wrap: wrap;
		row-gap: 26px;
	}

	footer.flat-menu .main58 .part-body .edge-lite {
		width: 100%;
	}

	footer.flat-menu .main58 .part-body .edge-lite .part-prime nav ul li {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}

	footer.flat-menu .main58 .group91 {
		flex-direction: row;
	}

	footer.flat-menu .main58 .group91 .area29 {
		width: 100%;
		height: 52px;
	}

	footer.flat-menu .strip-list {
		justify-content: center;
	}

	footer.flat-menu .panel-inner,
	footer.flat-menu .extra66 {
		justify-content: center;
		padding: 16px 0;
		gap: 16px;
	}

	footer.flat-menu .view47 {
		justify-content: center;
		grid-gap: 16px;
	}

	footer.flat-menu .extra66 .item {
		max-width: 42px;
	}

	footer.flat-menu .extra66 img {
		max-height: 50px;
	}

	footer.flat-menu .group-lite {
		grid-template-columns: none;
		padding-top: 16px;
		grid-gap: 16px;
	}

	footer.flat-menu .group-lite .prime14 {
		order: 1;
		text-align: center;
	}

	footer.flat-menu .bottom_panel {
		display: flex;
		transform: translateY(95px);
	}

	footer.flat-menu .bottom_panel.show {
		transform: translateY(0px);
	}

	footer.flat-menu.panel_mode {
		padding-bottom: 100px;
	}
}


.group91 {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.group91 .area29 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 54px;
	text-decoration: none;
	border-radius: var(--mark91);
	background: #1d2632;
	color: #ffffff;
}

.group91 .area29>span {
	padding: 5px 5px 5px 40px;
	background-repeat: no-repeat;
	background-position: left center;
}

.group91 .area29.plus23>span {
	background-image: url(google-play-logo-03ced3.svg);
}

.group91 .area29.unit-grid>span {
	background-image: url(apple-logo-4daf4b.svg);
}

.group91 .area29>span>span {
	display: block;
}

.group91 .area29>span>span:first-child {
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
}

.group91 .area29>span>span:last-child {
	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
}


.custom-page .welcome_section {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: var(--deep26);
}

.home .custom-page .welcome_section {
	margin-top: 24px;
}

@media (max-width: 991px) {
	.custom-page .welcome_section {
		max-width: none;
		text-align: left;
		margin-bottom: var(--unit55);
	}
}


.default2-page .welcome_section_default2 {
	margin-bottom: var(--deep26);
}

.default2-page .welcome_section_default2 .welcome_section__container {
	position: relative;
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	grid-gap: 80px;
}

.default2-page .welcome_section_default2 .welcome_section__container .menu-lite {
	margin-bottom: 10px;
}

.default2-page .welcome_section_default2 .welcome_section__container .description {
	font-size: .9rem;
	margin-bottom: 10px;
}

.default2-page .welcome_section_default2 .welcome_section__container .image img {
	border-radius: var(--main81);
}

@media (max-width: 991px) {
	.default2-page .welcome_section_default2 {
		margin-bottom: var(--unit55);
	}

	.default2-page .welcome_section_default2 .welcome_section__container {
		grid-template-columns: none;
		grid-gap: 1rem;
	}
}

@media (max-width: 575px) {
	.default2-page .welcome_section_default2 .btn {
		display: block;
		width: 100%;
	}
}


.slots-page .welcome-section-slots {
	background-color: var(--welcome-section-slots-bg-color);
	margin-bottom: var(--deep26);
	border-radius: var(--cell-head);
}

.slots-page .welcome-section-slots .welcome-section-slots__container {
	position: relative;
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	grid-gap: 80px;
}

.slots-page .welcome-section-slots .welcome-section-slots__container>div:first-child {
	padding: 32px 0 32px 32px;
}

.slots-page .welcome-section-slots .menu-lite {
	margin-bottom: 10px;
}

.slots-page .welcome-section-slots .description {
	font-size: .9rem;
	margin-bottom: 10px;
}

.slots-page .welcome-section-slots .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slots-page .welcome-section-slots .welcome_section_button {
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 45px;
	min-width: 180px;
	padding: 0 16px;
	color: var(--welcome-section-slots-button-text-color);
	text-decoration: none;
	background: var(--welcome-section-slots-button-gradient);
	border-radius: var(--mark91);
}

@media (max-width: 991px) {
	.slots-page .welcome-section-slots {
		margin-bottom: var(--unit55);
	}

	.slots-page .welcome-section-slots .welcome-section-slots__container {
		grid-template-columns: none;
		grid-gap: 1rem;
	}

	.slots-page .welcome-section-slots .welcome-section-slots__container>div:first-child {
		padding: 12px;
	}
}

@media (max-width: 575px) {
	.slots-page .welcome-section-slots .welcome_section_button {
		display: flex;
		width: 100%;
	}
}


.promocode-page .welcome-section-promocode {
	display: flex;
	position: relative;
	padding: 32px;
	background-color: var(--welcome-section-promocode-bg-color);
	border-radius: var(--cell-head);
	margin-bottom: var(--deep26);
	overflow: hidden;
	background-image: var(--welcome-section-promocode-bg-image);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

.promocode-page .welcome-section-promocode .promocode__container {
	max-width: 600px;
	margin-right: auto;
}

.promocode-page .welcome-section-promocode .menu-lite {
	margin-bottom: 10px;
}

.promocode-page .welcome-section-promocode .description {
	font-size: .9rem;
	margin-bottom: 10px;
}

.promocode-page .welcome-section-promocode .mobile__container {
	border-radius: var(--cell-head);
}

.promocode-page .welcome-section-promocode .mobile__container .bonus {
	font-size: 26px;
	line-height: normal;
	margin-bottom: 10px;
}

.promocode-page .welcome-section-promocode .mobile__container .block6 {
	display: flex;
	gap: 5px;
}

.promocode-page .welcome-section-promocode .mobile__container .block6 .title22 {
	position: relative;
	height: 45px;
	border: 1px dashed #ffffff;
	border-radius: var(--mark91);
}

.promocode-page .welcome-section-promocode .mobile__container .block6 .title22 input {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	box-shadow: none;
	border: none;
	color: #ffffff;
	font-size: .9rem;
	font-weight: 600;
	padding-right: 33px;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}

.promocode-page .welcome-section-promocode .mobile__container .block6 .title22 .band76 {
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
	width: 24px;
	height: 24px;
	background-image: url(copy-7b283b.svg);
	cursor: pointer;
	transition: all 0.2s ease 0s;
}

.promocode-page .welcome-section-promocode .mobile__container .block6 .title22.copy-ok .band76 {
	background-image: url(check-0d8849.svg);
}

.promocode-page .welcome-section-promocode .mobile__container .promocode_button {
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 45px;
	padding: 0 16px;
	color: var(--welcome-section-promocode-button-text-color);
	text-decoration: none;
	background: var(--welcome-section-promocode-button-gradient);
	border-radius: var(--mark91);
}

@media (max-width: 991px) {
	.promocode-page .welcome-section-promocode {
		padding: 0;
		background-color: transparent;
		background-image: none;
		text-align: center;
		margin-bottom: var(--unit55);
	}

	.promocode-page .welcome-section-promocode .promocode__container {
		max-width: inherit;
	}

	.promocode-page .welcome-section-promocode .mobile__container {
		padding: 12px;
		background-color: var(--welcome-section-promocode-bg-color);
	}

	.promocode-page .welcome-section-promocode .mobile__container .block6 {
		flex-direction: column;
	}
}


.frame-strip .panel64 {
	display: flex;
	gap: 24px;
	min-height: 300px;
	margin-bottom: var(--deep26);
}

.frame-strip .panel64 .box72 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 1;
	padding: 32px;
	text-align: center;
	position: relative;
	color: var(--lite58);
	background: var(--top-view);
	border-radius: var(--cell-head);
}

.frame-strip .panel64 .box72 .link-wide {
	display: flex;
	max-width: 462px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

.frame-strip .panel64 .box72 .link-wide .description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-style: italic;
}

.frame-strip .panel64 .box72 .link-wide .description .body25 {
	opacity: .5;
}

.frame-strip .panel64 .box72 .link-wide h1 {
	font-size: 36px;
	line-height: normal;
	margin-bottom: 0;
}

.frame-strip .panel64 .box72 .link-wide .lite64 {
	display: flex;
	gap: 12px;
}

.frame-strip .panel64 .box72 .link-wide .lite64 a {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 14px;
	flex: 1 0 0;
	font-weight: 600;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	line-height: normal;
	color: var(--menu3);
	background-color: var(--soft-unit);
	border-radius: var(--mark91);
}

.frame-strip .panel64 .box72 .link-wide .lite64 a svg {
	display: flex;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	fill: var(--menu3);
}

.frame-strip .panel64 .box72 .image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 340px;
}

.frame-strip .panel64 .zone-soft {
	display: flex;
	flex-shrink: 0;
	flex-basis: 282px;
	padding: 12px;
	position: relative;
	overflow: hidden;
	background-color: var(--wide21);
	border-radius: var(--cell-head);
}

.frame-strip .panel64 .zone-soft .wide-base {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
	position: relative;
	z-index: 1;
}

.frame-strip .panel64 .zone-soft .wide-base .bonus {
	display: flex;
	align-items: center;
	flex-grow: 1;
	font-size: 28px;
	line-height: normal;
}

.frame-strip .panel64 .zone-soft .wide-base .block6 {
	display: flex;
	gap: 12px;
	flex-direction: column;
}

.frame-strip .panel64 .zone-soft .wide-base .block6 .title22 {
	position: relative;
	width: 100%;
	height: 45px;
	border: 1px dashed #ffffff;
	background-color: rgb(0 0 0 / 15%);
	border-radius: var(--mark91);
}

.frame-strip .panel64 .zone-soft .wide-base .block6 input {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	box-shadow: none;
	border: none;
	color: #ffffff;
	font-size: .9rem;
	font-weight: 600;
	padding-right: 33px;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}

.frame-strip .panel64 .zone-soft .wide-base .block6 .band76 {
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
	width: 24px;
	height: 24px;
	background-image: url(copy-7b283b.svg);
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.frame-strip .panel64 .zone-soft .wide-base .block6 .title22.copy-ok .band76 {
	background-image: url(check-0d8849.svg);
}

.frame-strip .panel64 .zone-soft .image {
	position: absolute;
	bottom: -18px;
	right: 0;
	width: 196px;
}

@media (max-width: 1130px) {
	.frame-strip .panel64 .box72 {
		justify-content: center;
	}

	.frame-strip .panel64 .box72 .image {
		display: none;
	}

	.frame-strip .panel64 .box72 .link-wide {
		max-width: none;
	}
}

@media (max-width: 991px) {
	.frame-strip .panel64 {
		gap: 12px;
		margin-bottom: var(--unit55);
	}

	.home .frame-strip {
		padding-top: 45px;
	}
}

@media (max-width: 767px) {
	.frame-strip .panel64 {
		flex-direction: column;
	}

	.frame-strip .panel64 .box72 {
		padding: 12px;
	}

	.frame-strip .panel64 .box72 .link-wide {
		gap: 12px;
		padding-top: 140px;
	}

	.frame-strip .panel64 .box72 .link-wide h1 {
		font-size: 28px;
	}

	.frame-strip .panel64 .box72 .image {
		display: block;
		top: -20px;
		bottom: auto;
		right: auto;
	}

	.frame-strip .panel64 .box72 .image img {
		height: 160px;
		width: auto;
	}

	.frame-strip .panel64 .zone-soft {
		justify-content: center;
		flex-basis: auto;
	}

	.frame-strip .panel64 .zone-soft .wide-base .bonus {
		font-size: 23px;
		text-align: center;
	}
}


.post_last_update {
	opacity: .2;
	font-size: 12px;
	margin-bottom: var(--deep26);
}

@media (max-width: 991px) {
	.post_last_update {
		margin-bottom: var(--unit55);
	}
}


.comments .comments_count {
	margin-bottom: 16px;
}

.comments .comments_count .count {
	font-weight: 600;
}

.comments form .form-control,
.comments .alert {
	border: none;
	padding: 16px;
	margin-bottom: 8px;
	background-color: var(--text-list);
	color: var(--base48);
	border-radius: var(--cell-head);
	border: 2px solid var(--text-list);
	transition: all 0.3s ease 0s;
}

.comments .alert {
	background-color: #2ec500;
}

.comments form .form-control.invalid {
	border-color: #2ec500;
}

.comments form button.loading {
	pointer-events: none;
	opacity: 0.6;
}

.comments .comments__list,
.comments .comments__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments .comment-item {
	margin-bottom: 1rem;
	padding: 16px;
	background-color: var(--text-list);
	color: var(--base48);
	border-radius: var(--cell-head);
}

.comments .comment-item header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.comments .comment-item header .author {
	display: flex;
	align-items: center;
	gap: 8px;
}

.comments .comment-item header .author .avatar img {
	width: 42px;
	height: 42px;
	border-radius: 10px;
}

.comments .comment-item header .author .name {
	font-weight: 600;
	font-size: 20px;
}

.comments .comment-item header .date {
	font-size: .8rem;
	opacity: .5;
}


.page_404 .container_404 {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
	grid-gap: 26px;
	margin-top: 36px;
	margin-bottom: 36px;
}

.page_404 .banners__container {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	grid-gap: 24px;
	margin-bottom: var(--deep26);
}

.page_404 .banners__container .banner_app {
	position: relative;
	padding: 32px;
	background: var(--gradient-app-banner);
	border-radius: var(--cell-head);
}

.page_404 .banners__container .banner_app .image {
	position: absolute;
	left: 0;
	bottom: 0;
}

.page_404 .banners__container .banner_app .image img {
	width: 185px;
}

.page_404 .banners__container .banner_app .banner_app__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 250px;
	margin-left: auto;
}

.page_404 .banners__container .banner_app .banner_app__container .logo {
	max-width: 100px;
}

.page_404 .banners__container .banner_app .banner_app__container .menu-lite {
	color: #ffffff;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
}

.page_404 .banners__container .banner_app .banner_app__container .lite64 a {
	display: flex;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
	color: var(--button_color-app-banner, #ffffff);
	background: var(--button_background-app-banner, #40cb16);
	border-radius: var(--mark91);
}

.page_404 .banners__container .banner_app .banner_app__container .lite64 a svg {
	height: 25px;
	width: 25px;
	fill: var(--button_color-app-banner, #ffffff);
}

.page_404 .banners__container .banner_app .banner_app__container .lite64 .desktop {
	display: flex;
	flex-direction: column;
}

.page_404 .banners__container .banner_app .banner_app__container .lite64 a .desktop .description {
	font-size: 9px;
	white-space: nowrap;
	font-weight: 300;
}

.page_404 .banners__container .banner_app .banner_app__container .lite64 a .mobile {
	display: none;
}

.page_404 .banners__container .banner_bonus {
	display: flex;
	justify-content: end;
	align-items: center;
	padding: 26px;
	min-height: 220px;
	position: relative;
	background: var(--gradient-bonus-banner);
	border-radius: 22px;
}

.page_404 .banners__container .banner_bonus .image {
	position: absolute;
	left: 0;
	bottom: 0;
}

.page_404 .banners__container .banner_bonus .image {
	width: 335px;
}

.page_404 .banners__container .banner_bonus .banner__container {
	max-width: 300px;
	margin-left: auto;
}

.page_404 .banners__container .banner_bonus .bonus {
	font-size: 30px;
	line-height: normal;
	margin-bottom: 16px;
}

.page_404 .banners__container .banner_bonus .banner_button {
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 10px 60px;
	color: var(--button_text_color);
	text-decoration: none;
	background: var(--button_background_color);
	border-radius: var(--mark91);
}

.page_404 .banners__container .banner_bonus .banner_button .mobile {
	display: none;
}

@media (max-width: 1150px) {
	.page_404 .banners__container {
		grid-template-columns: none;
		overflow: hidden;
	}
}

@media (max-width: 991px) {
	.page_404 .container_404 {
		grid-template-columns: none;
		grid-gap: 16px;
		text-align: center;
		margin-top: 0;
		margin-bottom: var(--unit55);
	}

	.page_404 .container_404 h1 {
		margin-bottom: .5rem;
	}

	.page_404 .banners__container {
		margin-bottom: var(--unit55);
	}
}

@media (max-width: 768px) {
	.page_404 .banners__container {
		grid-gap: 27px;
	}

	.page_404 .banners__container .banner_app {
		order: 1;
		padding: 12px;
		border-radius: 8px
	}

	.page_404 .banners__container .banner_app .banner_app__container {
		width: auto;
		align-items: end;
	}

	.page_404 .banners__container .banner_app .banner_app__container .logo,
	.page_404 .banners__container .banner_app .banner_app__container .menu-lite,
	.page_404 .banners__container .banner_app .banner_app__container .lite64 a .desktop {
		display: none;
	}

	.page_404 .banners__container .banner_app .banner_app__container .lite64 a .mobile {
		display: block;
	}

	.page_404 .banners__container .banner_app .image {
		top: -27px;
	}

	.page_404 .banners__container .banner_app .image img {
		width: 150px;
	}

	.page_404 .banners__container .banner_bonus {
		display: block;
		padding: 12px;
		min-height: auto;
		border-radius: 8px
	}

	.page_404 .banners__container .banner_bonus .image,
	.page_404 .banners__container .banner_bonus .banner_button .desktop {
		display: none;
	}

	.page_404 .banners__container .banner_bonus .banner_button .mobile {
		display: block;
	}

	.page_404 .banners__container .banner_bonus .banner__container {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-gap: 7px;
		align-items: center;
		max-width: initial;
	}

	.page_404 .banners__container .banner_bonus .banner__container .bonus {
		font-size: 16px;
		margin-bottom: 0;
	}

	.page_404 .banners__container .banner_bonus .banner__container .banner_button {
		font-size: 14px;
		padding: 10px 20px;
	}
}


.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 52px;
	height: 52px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
	.scroll-to-top {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 10px;
	}
}

.scroll-to-top.active {
	visibility: visible;
	opacity: 0.7;
}

.scroll-to-top.panel_mode {
	bottom: 85px !important;

}

@media (any-hover: hover) {
	.scroll-to-top:hover {
		opacity: 1;
	}
}

.grid51 {
	margin-left: 15px;
	color: var(--inner67);
}

@media (max-width: 991.98px) {
	.grid51 {
		position: absolute;
		right: 50px;
		top: 22px;
	}
}

.title36 {
	display: flex;
	gap: 8px;
	align-items: center;
	position: relative;
	
	font-weight: 600;
	text-transform: uppercase;
}

.title36:hover .inner95 {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px)
}

.title36 img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.inner95 {
	position: absolute;
	display: grid;
	grid-gap: 10px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease 0s;
	transform: translateY(-10px);
	top: 40px;
	text-transform: uppercase;
	border-radius: var(--mark91);
	background-color: var(--spot29);
	padding: 10px;
	width: fit-content;
	left: -10px;
	right: -10px;
}

.inner95 a {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: var(--inner67);

}

.inner95 img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.custom-button {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--deep26);
	display: flex;
	gap: 8px;
	width: fit-content;
	align-items: center;
}

.custom-button svg {
	width: 30px;
	height: 30px;
}

.custom-button.right {
	margin-right: 0;
}

.custom-button.left {
	margin-left: 0;
}

.grid15 {
    display: grid;
    column-gap: 25px;
    grid-template-columns: auto 50%;
    grid-template-areas:
        "title image"
        "content image";
    margin-bottom: var(--deep26);
    background: linear-gradient(180deg, var(--main64) 0%, var(--deep45) 100%);
    padding: 21px 16px 16px;
    border-radius: var(--main81);
    position: relative;
}

.grid15 {
    grid-template-rows: auto 1fr;
}

.grid15.top .image {
    align-self: center;
}

.grid15:before {
    content: "";
    height: 5px;
    position: absolute;
    left: 16px;
    right: 16px;
    top: -1px;
    border-radius: 2px;
    background-color: var(--separator_color);
}

.grid15 .menu-lite {
    grid-area: title;
    align-self: flex-end;
}

.grid15 .stack-part {
    grid-area: content;
    align-self: flex-start;
}

.link-stack {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}

.grid15 .image {
    align-self: center;
    grid-area: image;
}

.grid15 .image img {
    border-radius: var(--main81);
}

.grid15 .stack-part li::marker {
    color: var(--piece-part);
}

.grid15.left {
    grid-template-columns: 50% auto;
    grid-template-areas:
        "image title"
        "image content";
}

.grid15.notitle {
    grid-template-areas: "content image";
}

.grid15.notitle.left {
    grid-template-columns: 50% auto;
    grid-template-areas: "image content";
}

.grid15.notitle.middle .stack-part {
    align-self: center;
}

@media (max-width: 991px) {
    .grid15 {
        margin-bottom: var(--unit55);
    }

    .grid15,
    .grid15.notitle,
    .grid15.left {
        grid-template-columns: none !important;
        grid-template-areas:
            "title"
            "image"
            "content";
        margin-top: 0;
        margin-bottom: 0;
    }

    .grid15 .menu-lite,
    .grid15 .image {
        margin-bottom: 1rem;
    }

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

    .grid15 .image img {
        width: auto;
        max-height: 400px;
    }
}


.media_block_v2 {
    display: grid;
    column-gap: 25px;
    grid-template-columns: auto 50%;
    align-items: flex-start;
    margin-bottom: var(--deep26);
}

.media_block_v2.left {
    grid-template-columns: 50% auto;
}

.media_block_v2.middle {
    align-items: center;
}

.media_block_v2.left .stack-part {
    order: 1;
}

.media_block_v2 .image img {
    border-radius: var(--main81);
}

.media_block_v2 .stack-part li::marker {
    color: var(--piece-part);
}

@media (max-width: 991px) {
    .media_block_v2 {
        margin-bottom: var(--unit55);
    }
}


.advantages {
    margin-bottom: var(--deep26);
}

.advantages .advantages__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 34px;
}

.advantages .advantages__container .item {
    padding: 15px 12px;
    
    border-radius: var(--main81);
}

.advantages .advantages__container .item header {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 8px;
    margin-bottom: 12px;
}

.advantages .advantages__container .item .menu-lite {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.advantages .advantages__container .item img {
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
}

@media (max-width: 991px) {
    .advantages {
        margin-bottom: var(--unit55);
    }

    .advantages .advantages__container {
        grid-template-columns: none;
        grid-gap: 14px;
    }
}


.short_menu {
    margin-bottom: var(--deep26);
}

.short_menu .short_menu__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.short_menu .short_menu__container li {
    padding: 0;
    margin: 0;
}

.short_menu .short_menu__container li:before {
    display: none;
}

.short_menu .short_menu__container .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    height: 65px;
    padding: 0 22px;
    font-weight: 600;
    border-radius: var(--cell-head);
}

.short_menu .short_menu__container img {
    max-width: 47px;
    width: auto;
}

@media (max-width: 991px) {
    .short_menu {
        margin-bottom: var(--unit55);
    }

    .short_menu .short_menu__container {
        grid-template-columns: none;
        grid-gap: 8px;
    }
}


.most_popular_games {
    margin-bottom: var(--deep26);
}

.most_popular_games_header {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}

.most_popular_games_header img {
    height: 52px;
    width: auto;
}

.most_popular_games_header h2 {
    margin-bottom: 0;
}

.most_popular_games .most_popular_games__container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.most_popular_games .most_popular_games__container .item {
    cursor: pointer;
}

.most_popular_games .most_popular_games__container .item:hover img {
    transform: scale(1.05);
}

.most_popular_games .most_popular_games__container img {
    transition: .5s;
    border-radius: var(--main81);
}

@media (max-width: 991px) {
    .most_popular_games {
        margin-bottom: var(--unit55);
    }

    .most_popular_games_header {
        gap: 12px;
    }

    .most_popular_games_header img {
        height: 32px;
    }

    .most_popular_games .most_popular_games__container {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        grid-template-columns: none;
        grid-auto-flow: column;
        margin: auto -12px;
    }

    .most_popular_games .most_popular_games__container::-webkit-scrollbar {
        display: none;
    }

    .most_popular_games .most_popular_games__container li img {
        min-width: 140px;
    }

    .most_popular_games .most_popular_games__container img:hover {
        transform: none;
    }

    .most_popular_games .most_popular_games__container li:first-child {
        padding-left: 12px;
    }

    .most_popular_games .most_popular_games__container li:last-child {
        padding-right: 12px;
    }
}


.games_sports {
    margin-bottom: var(--deep26);
}

.games_sports header {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}

.games_sports header img {
    height: 52px;
    width: auto;
}

.games_sports header h2 {
    margin-bottom: 0;
}

.games_sports .games_sports__container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.games_sports .games_sports__container li {
    padding: 0;
    margin: 0;
}

.games_sports .games_sports__container li:before {
    display: none;
}

.games_sports .games_sports__container .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    height: 140px;
    padding: 0 22px;
    font-size: 17px;
    border-radius: var(--cell-head);
    transition: .5s;
}

.games_sports .games_sports__container .item:hover {
    background-color: var(--piece-part) !important;
}

.games_sports .games_sports__container img {
    max-height: 60px;
    width: auto;
}

.games_sports .games_sports__container .name {
    text-align: center;
    line-height: normal;
}

@media (max-width: 991px) {
    .games_sports {
        margin-bottom: var(--unit55);
    }

    .games_sports header {
        gap: 12px;
    }

    .games_sports header img {
        height: 32px;
    }

    .games_sports .games_sports__container {
        grid-template-columns: none;
        grid-gap: 8px;
    }

    .games_sports .games_sports__container .item {
        height: auto;
        padding: 15px;
        flex-direction: row;
        justify-content: flex-start;
    }

    .games_sports .games_sports__container img {
        max-height: 45px;
    }
}


.table_params {
    margin-bottom: var(--deep26);
}

.table_params table {
    width: 100%;
}

.table_params table tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 50px;
}

.table_params table tr {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
}

.table_params table tr td {
    display: flex;
    align-items: center;
    padding: 15px 12px;
    line-height: normal;
    border-radius: var(--main81);
}

.table_params table.columns_1 tbody {
    grid-template-columns: 1fr;
}

@media (max-width: 991px) {
    .table_params {
        margin-bottom: var(--unit55);
    }

    .table_params table tbody {
        grid-template-columns: none;
    }

    .table_params table tr {
        grid-template-columns: 120px 1fr;
    }

    .table_params table tr td {
        font-size: .9rem;
    }
}


.table_apps {
    margin-bottom: var(--deep26);
}

.table_apps table {
    width: 100%;
}

.table_apps table tr {
    display: grid;
    grid-template-columns: .7fr repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 10px;
}

.table_apps table tr td {
    display: flex;
    align-items: center;
    padding: 20px 60px 20px 12px;
    line-height: normal;
    font-size: .9rem;
    position: relative;
    border-radius: var(--main81);
}

.table_apps table tr td .icon {
    position: absolute;
    right: 10px;
    background-repeat: no-repeat;
}

.table_apps table tr td .icon01 {
    width: 22px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='27' fill='none'%3E%3Cpath fill='%234DAF51' d='M31.012.079c.876-.182 1.722-.037 2.52.315 1.618.714 2.603 1.95 2.907 3.71.008.042.04.08.061.119V5.65c-.116.156-.11.35-.162.525-.228.776-.597 1.477-1.17 2.05-5.787 5.807-11.575 11.613-17.375 17.407-1.06 1.06-2.393 1.444-3.872 1.356-.032-.002-.063-.028-.094-.042.048-.031.091-.078.144-.09 1-.235 1.816-.773 2.535-1.493 5.593-5.61 11.19-11.217 16.788-16.823 1.207-1.209 1.826-2.623 1.571-4.363-.224-1.534-1.031-2.66-2.322-3.48-.478-.302-1.019-.417-1.531-.618Z'/%3E%3Cpath fill='%2366BA6A' d='M31.012.078c.512.201 1.053.316 1.53.62 1.291.82 2.097 1.946 2.322 3.48.255 1.74-.363 3.154-1.57 4.363-5.598 5.606-11.195 11.214-16.79 16.823-.717.72-1.534 1.259-2.534 1.493-.053.012-.096.059-.144.09a4.863 4.863 0 0 1-2.846-1.415c-3.172-3.18-6.354-6.35-9.514-9.541C.083 14.593-.337 12.9.273 11.035.884 9.168 2.234 8.05 4.168 7.752c1.567-.242 2.966.222 4.104 1.352 1.864 1.85 3.713 3.714 5.568 5.573.478.479.7.478 1.185-.009 4.348-4.356 8.697-8.711 13.043-13.07.822-.825 1.769-1.392 2.944-1.52Z'/%3E%3C/svg%3E");
    background-size: 22px;
}

.table_apps table tr td .icon0 {
    width: 22px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' fill='none'%3E%3Cpath fill='red' d='M0 3.544v-.407c.02-.054.05-.107.059-.164.064-.432.24-.816.538-1.13.409-.43.823-.858 1.261-1.257C2.366.123 2.974-.06 3.666.032 4.23.107 4.678.385 5.072.78c2.566 2.57 5.135 5.137 7.703 7.704.081.081.168.157.312.292.086-.119.144-.227.227-.31 2.542-2.547 5.086-5.09 7.63-7.634.083-.083.168-.168.256-.247.883-.783 2.165-.783 3.031.018.417.386.821.789 1.206 1.206.48.52.673 1.14.575 1.85-.078.555-.349.997-.738 1.385-2.564 2.56-5.124 5.123-7.689 7.682-.088.088-.214.138-.322.206l.025.143c.095.07.201.129.284.211 2.534 2.53 5.065 5.062 7.597 7.594.101.102.204.203.3.312.77.88.77 2.151-.02 3.011-.39.425-.815.818-1.22 1.228-.64.649-1.852.716-2.537.338a3.337 3.337 0 0 1-.72-.555 3207.128 3207.128 0 0 1-7.65-7.648c-.089-.088-.141-.213-.21-.32l-.16.003c-.069.106-.122.23-.21.318-2.57 2.577-5.16 5.136-7.711 7.73-.887.902-2.502.933-3.346-.006-.306-.34-.645-.651-.969-.974a2.32 2.32 0 0 1-.632-1.113c-.026-.105-.056-.21-.084-.315v-.407c.014-.021.037-.041.04-.064.076-.631.417-1.106.857-1.544 2.532-2.52 5.054-5.05 7.582-7.571.088-.088.212-.141.32-.21v-.16c-.107-.068-.23-.121-.319-.21-2.558-2.552-5.112-5.11-7.67-7.662C.465 4.718.2 4.336.085 3.858.06 3.751.029 3.648 0 3.544Z'/%3E%3C/svg%3E");
    background-size: 22px;
}

.table_apps table tr td:first-child {
    font-weight: 600;
}

@media (max-width: 991px) {
    .table_apps {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: var(--unit55);
    }

    .table_apps::-webkit-scrollbar {
        display: none;
    }

    .table_apps table tr {
        grid-template-columns: 160px repeat(2, 1fr);
    }
}


.payment_methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 32px;
    margin-bottom: var(--deep26);
}

.payment_methods .item {
    padding: 20px;
    border-radius: var(--main81);
}

.payment_methods .item table {
    width: 100%;
}

.payment_methods .item table thead img {
    margin-bottom: 20px;
    max-height: 26px;
    width: auto;
}

.payment_methods .item table tr {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-gap: 10px;
    align-items: end;
    margin-bottom: 10px;
}

.payment_methods .item table tr:last-child {
    margin-bottom: 0;
}

.payment_methods .item table tr td {
    font-size: .85rem;
}

.payment_methods .item table tr td:first-child {
    font-weight: 600;
}

@media (max-width: 575px) {
    .payment_methods {
        grid-template-columns: none;
        grid-gap: 10px;
        margin-bottom: var(--unit55);
    }
}


.heading_nav {
    margin-bottom: var(--deep26);
}

.heading_nav nav ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.heading_nav nav ol li a {
    display: block;
    padding: 9px 12px;
    line-height: normal;
    background-color: var(--spot29);
    border: 1px solid var(--piece-part);
    border-radius: var(--mark91);
    font-size: 13px;
    text-decoration: none;
    color: var(--inner67);
}

.heading_nav nav ol li a:hover {
    color: var(--piece-part);
}

@media (max-width: 991px) {
    .heading_nav {
        grid-template-columns: none;
        grid-gap: 0;
        margin-bottom: var(--unit55);
    }
}


.side-edge {
    margin-bottom: var(--deep26);
}

.side-edge .attributes {
    margin-bottom: 20px;
}

.side-edge .attributes>div {
    margin-bottom: 3px;
    font-size: 14px;
}

.side-edge .attributes>div:last-child {
    margin-bottom: 0;
}

.side-edge .inner-piece {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: num;
}

.side-edge .inner-piece>li {
    position: relative;
}

.side-edge .inner-piece>li:before {
    content: counter(num);
    counter-increment: num;
    display: grid;
    height: 34px;
    width: 34px;
    place-items: center;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    background-color: var(--piece-part);
    border-radius: 50%;
}

.side-edge .inner-piece .item {
    position: relative;
    margin-bottom: var(--deep26);
}

.side-edge .inner-piece .item .menu-lite {
    font-size: 1.3rem;
    margin-bottom: .5rem;
    padding-left: 50px;
    padding-top: 5px;
}

.side-edge .inner-piece .item .note3 {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
}

.side-edge .inner-piece .item .note3 .btn {
    margin-top: 12px;
    display: inline-block;
}

.side-edge .inner-piece .item .note3 .stack-box img {
    border-radius: var(--main81);
}

@media (max-width: 991px) {
    .side-edge {
        margin-bottom: var(--unit55);
    }

    .side-edge .inner-piece .item {
        margin-bottom: var(--unit55);
    }

    .side-edge .inner-piece .item .note3 {
        grid-template-columns: none;
    }

    .side-edge .inner-piece .item .note3 .stack-box {
        order: -1;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .side-edge .inner-piece .item .note3 .stack-box img {
        max-width: 100%;
    }
}


.youtube {
    background-color: #000;
    margin-bottom: var(--deep26);
    cursor: pointer;
    border-radius: var(--cell-head);
}

.youtube img {
    width: 100%;
    
    top: 0;
    left: 0;
    border-radius: var(--main81);
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #29293d;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 14px;
    transition: all 0.2s ease 0s;
}

.youtube:hover .play-button {
    background-color: #3dff02;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #ffffff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .youtube {
        margin-bottom: var(--unit55);
    }
}


.image_slider_block {
    margin-bottom: var(--deep26);
}

.image_slider_block .swiper-slide img {
    width: auto;
    margin: auto;
    border-radius: var(--main81);

}

.image_slider_block .swiper-pagination {
    position: static;
}

.image_slider_block .swiper-pagination-bullet {
    border: 1px solid transparent;
    background-color: #ffffff;
    opacity: 1;

}

.image_slider_block .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #ffffff;
    background: none;
}

@media (max-width: 991px) {
    .image_slider_block {
        margin-bottom: var(--unit55);
    }
}


.flat68 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 32px;
    align-items: start;
    margin-bottom: var(--deep26);
}

.flat68 .item {
    padding: 15px;
    border-radius: var(--main81);
}

.flat68 .item .unit85 {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-right: 50px;
    cursor: pointer;
    user-select: none;
}

.flat68 .item .unit85 .extra78 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 13px;
    height: 13px;
    display: flex;
    color: inherit;
    user-select: none;
}

.flat68 .item .band-flat {
    display: none;
    margin-top: 15px;
    padding-right: 50px;
}

.flat68 .item.show .band-flat {
    display: block;
}

.flat68 .item.show .extra78 {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .flat68 {
        grid-template-columns: none;
        grid-gap: 10px;
        margin-bottom: var(--unit55);
    }
}


.banner_img {
    margin-bottom: var(--deep26);
}

@media (max-width: 991px) {
    .banner_img {
        margin-bottom: var(--unit55);
    }
}


.banner {
    display: flex;
    justify-content: end;
    position: relative;
    padding: 32px;
    background-color: #1a2738;
    border-radius: var(--cell-head);
    margin-bottom: var(--deep26);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left 80px center;
    background-size: contain;
}

.banner .bg_image {
    position: absolute;
    bottom: -62px;
    left: 0;
    width: 266px;
    display: none;
}

.banner .banner__container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.banner .bonus_name {
    font-size: 3rem;
    font-weight: 600;
    line-height: normal;
}

.banner .bonus_value {
    font-size: 3rem;
    font-weight: 600;
    line-height: normal;
}

.banner .banner_button {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 60px;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(90deg, #52d72a 0%, #4dac31 100%);
    border-radius: 8px;
}

@media (max-width: 1100px) {
    .banner {
        background-position: left center;
    }
}

@media (max-width: 991px) {
    .banner {
        padding: 16px;
        justify-content: center;
        background-size: auto 200px;
        background-position: top 16px center;
        margin-bottom: var(--unit55);
    }

    .banner .banner__container {
        align-items: center;
        text-align: center;
        padding-top: 200px;
    }

    .banner .bonus_name {
        font-size: 6vw;
        margin-bottom: 10px;
    }

    .banner .bonus_value {
        font-size: 6vw;
    }

    .banner .banner_button {
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .banner .banner__container {
        width: 100%;
    }
}


.mobile_button {
    display: none;
    margin-bottom: var(--deep26);
}

.acf-block-preview .mobile_button {
    display: block !important;
    opacity: .2;
}

@media (max-width: 991px) {
    .mobile_button {
        margin-bottom: var(--unit55);
    }

    .mobile_button,
    .mobile_button .core-strip {
        display: block;
    }
}


.pros_cons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    margin-bottom: var(--deep26);
}

.pros_cons .heading {
    font-size: 1.2rem;
    padding: 15px 12px;
    color: var(--menu-side);
    background-color: var(--list-slim) !important;
    border-radius: var(--main81) !important;
}

.pros_cons ul {
    list-style: none;
    margin: 16px 0 0;
    padding-left: 10px;
}

.pros_cons ul li {
    position: relative;
    padding: 8px 50px 8px 0;
}

.pros_cons ul li:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    background-repeat: no-repeat;
}

.pros_cons .pros ul li:after {
    width: 34px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='26' fill='none'%3E%3Cpath fill='%234DAF51' d='M28.809.073c.813-.169 1.6-.034 2.341.293 1.503.663 2.418 1.811 2.7 3.447.008.039.038.073.057.11v1.326c-.108.145-.102.324-.15.487-.213.72-.555 1.373-1.087 1.905-5.377 5.394-10.753 10.788-16.141 16.17-.986.985-2.223 1.341-3.597 1.26-.03-.002-.058-.026-.087-.039.044-.03.085-.073.133-.084.929-.218 1.688-.717 2.355-1.387 5.196-5.212 10.396-10.42 15.596-15.628 1.12-1.122 1.696-2.436 1.46-4.053-.21-1.425-.959-2.47-2.158-3.233-.444-.28-.947-.387-1.422-.574Z'/%3E%3Cpath fill='%2366BA6A' d='M28.809.071c.476.187.978.294 1.421.576 1.2.762 1.949 1.808 2.158 3.233.237 1.617-.338 2.93-1.46 4.053-5.199 5.208-10.4 10.417-15.596 15.628-.667.669-1.426 1.17-2.354 1.387-.05.011-.09.055-.134.084a4.518 4.518 0 0 1-2.644-1.315c-2.946-2.954-5.902-5.899-8.838-8.864C.077 13.555-.313 11.983.254 10.25S2.076 7.476 3.872 7.2c1.455-.224 2.756.208 3.813 1.257 1.73 1.718 3.448 3.45 5.172 5.177.444.445.65.444 1.1-.008 4.04-4.047 8.08-8.093 12.117-12.142C26.838.717 27.717.19 28.809.07Z'/%3E%3C/svg%3E");
}

.pros_cons .cons ul li:after {
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Cpath fill='red' d='M0 3.423V3.03c.02-.053.05-.104.057-.159.062-.417.231-.787.52-1.09.395-.416.794-.83 1.218-1.215C2.285.12 2.872-.059 3.54.031c.547.073.978.34 1.359.722 2.478 2.483 4.96 4.962 7.44 7.441.078.079.162.152.301.283.083-.116.14-.22.22-.3 2.454-2.46 4.911-4.916 7.368-7.373.081-.081.163-.163.248-.239.852-.756 2.09-.756 2.928.018.402.372.792.761 1.164 1.164.464.502.65 1.101.555 1.787-.075.536-.337.963-.713 1.338-2.476 2.472-4.948 4.948-7.426 7.42-.085.084-.206.133-.31.198l.024.139c.091.067.194.124.274.204 2.447 2.443 4.892 4.888 7.337 7.334.098.098.198.196.29.301.744.85.743 2.078-.02 2.909-.377.41-.786.789-1.178 1.185-.619.627-1.789.692-2.45.327a3.23 3.23 0 0 1-.696-.536 3118.68 3118.68 0 0 1-7.389-7.387c-.085-.085-.135-.206-.201-.31l-.155.004c-.067.103-.118.222-.203.307-2.483 2.489-4.983 4.96-7.448 7.466-.856.871-2.416.902-3.232-.006-.295-.329-.622-.629-.935-.941a2.24 2.24 0 0 1-.611-1.075C.056 22.31.027 22.21 0 22.107v-.393c.013-.02.036-.04.039-.061.073-.61.403-1.069.828-1.492 2.445-2.434 4.88-4.877 7.323-7.313.085-.085.204-.136.308-.202v-.154c-.103-.067-.222-.118-.307-.203C5.719 9.824 3.253 7.354.78 4.888c-.331-.331-.588-.7-.698-1.162C.059 3.623.028 3.523 0 3.423Z'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
    .pros_cons {
        grid-template-columns: none;
        margin-bottom: var(--unit55);
    }
}


.mobile_app_vs_mobile_ver tr td {
    width: 50%;
    vertical-align: top;
}

.mobile_app_vs_mobile_ver tr:first-child td {
    font-weight: 600;
}

.mobile_app_vs_mobile_ver tr td.empty {
    visibility: hidden;
}

.mobile_app_vs_mobile_ver .attributes {
    margin-bottom: 5px;
}

.mobile_app_vs_mobile_ver .attributes .badge {
    padding: 6px 16px;
    color: #ffffff !important;
}

.mobile_app_vs_mobile_ver .attributes .badge.badge-advantages {
    background-color: var(--slim-link);
}

.mobile_app_vs_mobile_ver .attributes .badge.badge-disadvantages {
    background-color: var(--slim-cell);
}

@media (max-width: 991px) {
    .mobile_app_vs_mobile_ver .text {
        font-size: .85rem;
    }
}


.note12 {
    margin-bottom: var(--deep26);
}

.note12 nav ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.note12 nav ol li a {
    display: block;
    padding: 9px 12px;
    line-height: normal;
    background-color: var(--spot29);
    border: 1px solid var(--piece-part);
    border-radius: var(--mark91);
    font-size: 13px;
    text-decoration: none;
    color: var(--inner67);
}

.note12 nav ol li a:hover {
    color: var(--piece-part);
}

@media (max-width: 991px) {
    .note12 {
        grid-template-columns: none;
        grid-gap: 0;
        margin-bottom: var(--unit55);
    }
}


.promocode-block {
    display: flex;
    padding: 16px 32px;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    border-radius: 12px;
    background-color: var(--promocode-block-bg-color);
    margin-bottom: var(--deep26);
}

.promocode-block .image {
    width: 237px;
    height: 130px;
    background-image: var(--promocode-block-bg-image, none);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.promocode-block .bonus {
    font-size: 26px;
    line-height: normal;
}

.promocode-block .block6 {
    display: flex;
    width: 250px;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.promocode-block .block6 .title22 {
    position: relative;
    width: 100%;
    height: 45px;
    border: 1px dashed #ffffff;
    border-radius: var(--mark91);
}

.promocode-block .block6 .title22 input {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: none;
    border: none;
    color: #ffffff;
    font-size: .9rem;
    font-weight: 600;
    padding-right: 33px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.promocode-block .block6 .title22 .band76 {
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(copy-7b283b.svg);
    cursor: pointer;
}

.promocode-block .block6 .title22.copy-ok .band76 {
    background-image: url(check-0d8849.svg);
}

.promocode-block .promocode_button {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 45px;
    padding: 0 16px;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(90deg, #52d72a 0%, #4dac31 100%);
    border-radius: var(--mark91);
}

@media (max-width: 991px) {
    .promocode-block {
        flex-direction: column;
        padding: 12px;
        border-radius: 8px;
        margin-bottom: var(--unit55);
    }

    .promocode-block .bonus {
        text-align: center;
    }

    .promocode-block .block6 {
        width: 100%;
        max-width: 300px;
    }
}


.bonus_section {
    margin-bottom: var(--deep26);
}

.bonus_section .bonus_section__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bonus_section .bonus_section__container .item {
    padding: 16px;
    border-radius: var(--main81);
}

.bonus_section .bonus_section__container .item .bonus_type {
    font-size: 14px;
    font-weight: 600;
    color: #55557f;
    margin-bottom: 16px;
}

.bonus_section .bonus_section__container .item .bonus {
    font-size: 20px;
    line-height: normal;
}

.bonus_section .bonus_section__container .item footer {
    margin-top: 20px;
    text-align: center;
}

.bonus_section .bonus_section__container .item footer .claim_bonus {
    display: block;
}

.bonus_section .bonus_section__container .item footer .read_more {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #55557f;
}

@media (max-width: 991px) {
    .bonus_section {
        margin-bottom: var(--unit55);
    }

    .bonus_section .bonus_section__container {
        grid-template-columns: none;
        grid-gap: 8px;
    }
}


.iframe-block {
    margin-bottom: var(--deep26);
}

@media (max-width: 991px) {
    .iframe-block {
        margin-bottom: var(--unit55);
    }
}

.iframe-block__bg {
    border-radius: var(--cell-head);
    overflow: hidden;
    position: absolute;
    inset: 0;
    transition: all 0.3s ease 0s;
}

.iframe-block__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #0000003c;
}

.iframe-block__bg.hidden {
    visibility: hidden;
    opacity: 0;
}

.iframe-block__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iframe-block__btns {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: grid;
    grid-gap: 10px;
    width: fit-content;
    height: fit-content;
    transition: all 0.3s ease 0s;
}

.iframe-block__btns.hidden {
    visibility: hidden;
    opacity: 0;
}


.cards-block {
    margin-bottom: var(--deep26);
}

.cards-block>ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cards-block>ul>li {
    display: flex;
}

.cards-block .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--cards-block-bg-color);
    border-radius: var(--main81);
}

.cards-block .note3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cards-block .logo {
    width: 100%;
    padding: 24px;
    text-align: center;
    background-color: var(--cards-block-bg-logo);
    border-radius: var(--main81) var(--main81) 0 0;
}

.cards-block .logo img {
    width: auto;
    height: 40px;
}

.cards-block .name {
    font-size: 25px;
    font-weight: 600;
    color: #7fff58;
}

.cards-block .bonus {
    font-size: 20px;
    font-weight: 600;
}

.cards-block .rating_box {
    display: flex;
    align-items: center;
    gap: 9px;
}

.cards-block .rating_box .avg {
    font-size: 18px;
    margin-top: 2px;
}

.cards-block .title22 {
    position: relative;
    width: 100%;
    height: 45px;
    border: 1px dashed #ffffff;
    border-radius: var(--mark91);
}

.cards-block .title22 input {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: none;
    border: none;
    color: #ffffff;
    font-size: .9rem;
    font-weight: 600;
    padding-right: 33px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.cards-block .title22 .band76 {
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(copy-7b283b.svg);
    cursor: pointer;
}

.cards-block .title22.copy-ok .band76 {
    background-image: url(check-0d8849.svg);
}

.cards-block .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.cards-block .properties {
    width: 100%;
}

.cards-block .properties ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    padding: 0;
}

.cards-block .properties li {
    display: flex;
    gap: 7px;
    line-height: normal;
}

@media (max-width: 991px) {
    .cards-block {
        margin-bottom: var(--unit55);
    }

    .cards-block>ul {
        grid-template-columns: none;
        grid-gap: var(--unit55);
    }
}


.separator {
    height: 5px;
    top: -1px;
    border-radius: 2px;
    background-color: var(--separator_color);
    margin: 25px 15px;

}

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}



:root{--band2:#7a00df;--group-prime:122,0,223;--unit18:var(--band2);--inner-shell:#ddd;--zone9:#007cba;--extra-inner:0,124,186;--part33:#006ba1;--link17:0,107,160.5;--piece-side:#005a87;--body24:0,90,135;--stack10:2px}@media (min-resolution:192dpi){:root{--stack10:1.5px}}.mark12{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#27273b}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#27273b}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#105bc0,#42d217)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#64d741,#5ceb31 50%,#5aed2e)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#bbfaa8,#d7ead2)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#e7fae1,#76a667)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#b1fd9a,#072752)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#236110,#5cc33d)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#25770c,#62ec38)}:root{--outer-piece:16px;--inner-box:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--outer-piece)}.has-huge-font-size{font-size:var(--inner-box)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#363652;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--spot-unit:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--spot-unit:0px}}




.core-strip{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.core-strip.aligncenter{text-align:center}.core-strip.alignright{text-align:right}:where(.core-strip){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.edge-main[style*=text-decoration] .core-strip{text-decoration:inherit}.foot58>.edge-main.has-custom-width{max-width:none}.foot58>.edge-main.has-custom-width .core-strip{width:100%}.foot58>.edge-main.has-custom-font-size .core-strip{font-size:inherit}.foot58>.edge-main.wp-block-button__width-25{width:calc(25% - var(--item8, .5em)*.75)}.foot58>.edge-main.wp-block-button__width-50{width:calc(50% - var(--item8, .5em)*.5)}.foot58>.edge-main.wp-block-button__width-75{width:calc(75% - var(--item8, .5em)*.25)}.foot58>.edge-main.wp-block-button__width-100{flex-basis:100%;width:100%}.foot58.is-vertical>.edge-main.wp-block-button__width-25{width:25%}.foot58.is-vertical>.edge-main.wp-block-button__width-50{width:50%}.foot58.is-vertical>.edge-main.wp-block-button__width-75{width:75%}.edge-main.is-style-squared,.core-strip.edge-main.is-style-squared{border-radius:0}.edge-main.no-border-radius,.core-strip.no-border-radius{border-radius:0!important}:root :where(.edge-main .core-strip.is-style-outline),:root :where(.edge-main.is-style-outline>.core-strip){border:2px solid;padding:.667em 1.333em}:root :where(.edge-main .core-strip.is-style-outline:not(.has-text-color)),:root :where(.edge-main.is-style-outline>.core-strip:not(.has-text-color)){color:currentColor}:root :where(.edge-main .core-strip.is-style-outline:not(.has-background)),:root :where(.edge-main.is-style-outline>.core-strip:not(.has-background)){background-color:initial;background-image:none}



h1:where(.view93).has-background,h2:where(.view93).has-background,h3:where(.view93).has-background,h4:where(.view93).has-background,h5:where(.view93).has-background,h6:where(.view93).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}



ol,ul{box-sizing:border-box}:root :where(.flat1.has-background){padding:1.25em 2.375em}



.foot58{box-sizing:border-box}.foot58.is-vertical{flex-direction:column}.foot58.is-vertical>.edge-main:last-child{margin-bottom:0}.foot58>.edge-main{display:inline-block;margin:0}.foot58.is-content-justification-left{justify-content:flex-start}.foot58.is-content-justification-left.is-vertical{align-items:flex-start}.foot58.unit18{justify-content:center}.foot58.unit18.is-vertical{align-items:center}.foot58.is-content-justification-right{justify-content:flex-end}.foot58.is-content-justification-right.is-vertical{align-items:flex-end}.foot58.is-content-justification-space-between{justify-content:space-between}.foot58.aligncenter{text-align:center}.foot58:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.unit18) .edge-main.aligncenter{margin-left:auto;margin-right:auto;width:100%}.foot58[style*=text-decoration] .edge-main,.foot58[style*=text-decoration] .core-strip{text-decoration:inherit}.foot58.has-custom-font-size .core-strip{font-size:inherit}.foot58 .core-strip{width:100%}.edge-main.aligncenter{text-align:center}



.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}



.link-title{overflow-x:auto}.link-title table{border-collapse:collapse;width:100%}.link-title thead{border-bottom:3px solid}.link-title tfoot{border-top:3px solid}.link-title td,.link-title th{border:1px solid;padding:.5em}.link-title .zone68{table-layout:fixed;width:100%}.link-title .zone68 td,.link-title .zone68 th{word-break:break-word}.link-title.aligncenter,.link-title.alignleft,.link-title.alignright{display:table;width:auto}.link-title.aligncenter td,.link-title.aligncenter th,.link-title.alignleft td,.link-title.alignleft th,.link-title.alignright td,.link-title.alignright th{word-break:break-word}.link-title .has-subtle-light-gray-background-color{background-color:#f3f4f5}.link-title .has-subtle-pale-green-background-color{background-color:#eafbe5}.link-title .has-subtle-pale-blue-background-color{background-color:#edfce9}.link-title .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.link-title.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.link-title.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.link-title.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.link-title.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#eafbe5}.link-title.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#edfce9}.link-title.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.link-title.is-style-stripes td,.link-title.is-style-stripes th{border-color:#0000}.link-title.is-style-stripes{border-bottom:1px solid #f0f0f0}.link-title .has-border-color td,.link-title .has-border-color th,.link-title .has-border-color tr,.link-title .has-border-color>*{border-color:inherit}.link-title table[style*=border-top-color] tr:first-child,.link-title table[style*=border-top-color] tr:first-child td,.link-title table[style*=border-top-color] tr:first-child th,.link-title table[style*=border-top-color]>*,.link-title table[style*=border-top-color]>* td,.link-title table[style*=border-top-color]>* th{border-top-color:inherit}.link-title table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.link-title table[style*=border-right-color] td:last-child,.link-title table[style*=border-right-color] th,.link-title table[style*=border-right-color] tr,.link-title table[style*=border-right-color]>*{border-right-color:inherit}.link-title table[style*=border-bottom-color] tr:last-child,.link-title table[style*=border-bottom-color] tr:last-child td,.link-title table[style*=border-bottom-color] tr:last-child th,.link-title table[style*=border-bottom-color]>*,.link-title table[style*=border-bottom-color]>* td,.link-title table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.link-title table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.link-title table[style*=border-left-color] td:first-child,.link-title table[style*=border-left-color] th,.link-title table[style*=border-left-color] tr,.link-title table[style*=border-left-color]>*{border-left-color:inherit}.link-title table[style*=border-style] td,.link-title table[style*=border-style] th,.link-title table[style*=border-style] tr,.link-title table[style*=border-style]>*{border-style:inherit}.link-title table[style*=border-width] td,.link-title table[style*=border-width] th,.link-title table[style*=border-width] tr,.link-title table[style*=border-width]>*{border-style:inherit;border-width:inherit}



:root{--row70: 1;--prime38: 4/3;--cell65: 3/4;--deep83: 3/2;--panel-frame: 2/3;--shell14: 16/9;--prime90: 9/16;--edge-extra: #000000;--grid-piece: #abb8c3;--spot-body: #ffffff;--prime-block: #f78da7;--soft-plus: #cf2e2e;--strip-prime: #3bff00;--panel-unit: #3afc00;--spot-note: #7bdcb5;--card80: #105bc0;--soft17: #8ed1fc;--stack-cell: #42d217;--card-plus: #9b51e0;--body33: linear-gradient(135deg,#42d217 0%,rgb(155,81,224) 100%);--item-side: linear-gradient(135deg,#91dc7a 0%,#105bc0 100%);--inner-block: linear-gradient(135deg,#3afc00 0%,#3bff00 100%);--slim53: linear-gradient(135deg,#3bff00 0%,rgb(207,46,46) 100%);--prime29: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--mark92: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--plus53: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--edge85: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--title9: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--band50: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--plus-flat: linear-gradient(135deg,#9cf880 0%,#87ce71 100%);--core4: linear-gradient(135deg,#25770c 0%,#62ec38 100%);--zone1: 13px;--head63: 20px;--deep-card: 36px;--zone-panel: 42px;--stack-frame: 0.44rem;--core-stack: 0.67rem;--group-lite: 1rem;--lite-part: 1.5rem;--prime-frame: 2.25rem;--unit-main: 3.38rem;--wide96: 5.06rem;--frame-view: 6px 6px 9px rgba(0, 0, 0, 0.2);--spot-foot: 12px 12px 50px rgba(0, 0, 0, 0.4);--top-head: 6px 6px 0px rgba(0, 0, 0, 0.2);--shell38: 6px 6px 0px -3px #ffffff, 6px 6px rgb(0, 0, 0);--menu-box: 6px 6px 0px rgb(0, 0, 0);}:root { --top73: 1200px;--card-area: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --item8: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.band46){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--top73);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--card-area);}body .band46{display: flex;}.band46{flex-wrap: wrap;align-items: center;}.band46 > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.mark12)){text-decoration: underline;}:root :where(.mark12, .core-strip){background-color: #2c2c42;border-width: 0;color: #ffffff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--edge-extra) !important;}.has-cyan-bluish-gray-color{color: var(--grid-piece) !important;}.has-white-color{color: var(--spot-body) !important;}.has-pale-pink-color{color: var(--prime-block) !important;}.has-vivid-red-color{color: var(--soft-plus) !important;}.has-luminous-vivid-orange-color{color: var(--strip-prime) !important;}.has-luminous-vivid-amber-color{color: var(--panel-unit) !important;}.has-light-green-cyan-color{color: var(--spot-note) !important;}.has-vivid-green-cyan-color{color: var(--card80) !important;}.has-pale-cyan-blue-color{color: var(--soft17) !important;}.has-vivid-cyan-blue-color{color: var(--stack-cell) !important;}.has-vivid-purple-color{color: var(--card-plus) !important;}.has-black-background-color{background-color: var(--edge-extra) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--grid-piece) !important;}.has-white-background-color{background-color: var(--spot-body) !important;}.has-pale-pink-background-color{background-color: var(--prime-block) !important;}.has-vivid-red-background-color{background-color: var(--soft-plus) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--strip-prime) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--panel-unit) !important;}.has-light-green-cyan-background-color{background-color: var(--spot-note) !important;}.has-vivid-green-cyan-background-color{background-color: var(--card80) !important;}.has-pale-cyan-blue-background-color{background-color: var(--soft17) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--stack-cell) !important;}.has-vivid-purple-background-color{background-color: var(--card-plus) !important;}.has-black-border-color{border-color: var(--edge-extra) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--grid-piece) !important;}.has-white-border-color{border-color: var(--spot-body) !important;}.has-pale-pink-border-color{border-color: var(--prime-block) !important;}.has-vivid-red-border-color{border-color: var(--soft-plus) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--strip-prime) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--panel-unit) !important;}.has-light-green-cyan-border-color{border-color: var(--spot-note) !important;}.has-vivid-green-cyan-border-color{border-color: var(--card80) !important;}.has-pale-cyan-blue-border-color{border-color: var(--soft17) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--stack-cell) !important;}.has-vivid-purple-border-color{border-color: var(--card-plus) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--body33) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--item-side) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--inner-block) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--slim53) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--prime29) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--mark92) !important;}.has-blush-light-purple-gradient-background{background: var(--plus53) !important;}.has-blush-bordeaux-gradient-background{background: var(--edge85) !important;}.has-luminous-dusk-gradient-background{background: var(--title9) !important;}.has-pale-ocean-gradient-background{background: var(--band50) !important;}.has-electric-grass-gradient-background{background: var(--plus-flat) !important;}.has-midnight-gradient-background{background: var(--core4) !important;}.has-small-font-size{font-size: var(--zone1) !important;}.has-medium-font-size{font-size: var(--head63) !important;}.has-large-font-size{font-size: var(--deep-card) !important;}.has-x-large-font-size{font-size: var(--zone-panel) !important;}



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



                .panel64 {
                    --lite58: #ffffff;
                    --top-view: radial-gradient(#040f1d 0%, #071a34 100%);
                    --wide21: #7523F3;
                }
            

    .flat68 .item .band-flat[hidden] {
        display: none;
    }


    .flat68 .item .band-flat[hidden] {
        display: none;
    }


		.bottom_panel.grid-view {
			--box25: linear-gradient(127deg, #6A3571 0%, #2D334B 100%);
			--list27: #ffffff;
			--frame-edge: #40cb16;
		}
	
/* clone: чистые таблицы */
table[data-sgtbl][data-sgtbl]{width:100%!important;border-collapse:collapse!important;margin:18px 0!important;font-size:15px!important;line-height:1.45!important;background:transparent!important;display:table!important}
table[data-sgtbl][data-sgtbl] tr th,table[data-sgtbl][data-sgtbl] tr td{padding:11px 14px!important;border:1px solid rgba(255,255,255,.18)!important;text-align:left!important;vertical-align:top!important;background:transparent!important;display:table-cell!important;color:inherit!important}
table[data-sgtbl][data-sgtbl] tr th{background:rgba(255,255,255,.07)!important;font-weight:700!important;border-bottom:2px solid #66af50!important}
table[data-sgtbl][data-sgtbl] tbody tr:nth-child(even) td{background:rgba(255,255,255,.045)!important}
table[data-sgtbl][data-sgtbl] td::before,table[data-sgtbl][data-sgtbl] td::after,table[data-sgtbl][data-sgtbl] tr::before,table[data-sgtbl][data-sgtbl] tr::after{content:none!important;display:none!important}

.sg-cta{background:linear-gradient(180deg,#6ebd56,#538f41)!important;border-radius:12px!important;box-shadow:0 8px 22px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.18)!important;font-weight:800!important;color:#fff!important;border:0!important;text-decoration:none!important}
.sg-cta:hover{filter:brightness(1.06)!important}
.sg-mnav-legal{display:none!important}
@media(max-width:900px){.sg-mnav-legal{display:list-item!important}}
.sg-mnav-logo,a:has(>.sg-mnav-logo){display:none!important}
@media(max-width:900px){.sg-mnav-logo{display:block!important}a:has(>.sg-mnav-logo){display:block!important}}
.sg-bonus-txt{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;min-width:0!important;max-width:100%!important}
.sg-bonus-card{min-width:0!important;max-width:100%!important;flex-shrink:1!important;flex-basis:auto!important}
@media(max-width:640px){.sg-bonus-txt{font-size:clamp(14px,4.6vw,22px)!important}.sg-bonus-card{overflow:visible!important}}
html,body{overflow-x:hidden!important;max-width:100%!important}
