@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  overflow: visible;
  height: 0;
  box-sizing: content-box;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.has-white-color {
  color: #fff;
}

.has-text-align-center {
  text-align: center;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: table;
  width: auto;
}

.wp-block-video video {
  max-width: 100%;
}

@media (width <= 767px) {
  .wp-block-table .has-fixed-layout {
    table-layout: auto;
  }
}
.wp-block-columns {
  display: flex;
  gap: 16px 32px;
}

.wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-column > *:last-child {
  margin-bottom: 0;
}

@media (width <= 1023px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
@font-face {
  font-family: "RedHatDisplay";
  font-display: swap;
  src: url("../../dist/fonts/RedHatDisplay.woff2") format("woff2"), url("../../dist/fonts/RedHatDisplay.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
}
:root {
  --width-container: 1380px;
  --offsets: 16px;
  --wrapper-padding: 48px;
  --ff-primary: "RedHatDisplay", sans-serif;
  --ff-secondary: -apple-system,
  blinkmacsystemfont,
  "Segoe UI",
  roboto,
  oxygen,
  ubuntu,
  cantarell,
  "Open Sans",
  "Helvetica Neue",
  sans-serif;
  --font-text-l-bold: normal 600 20px / 150% var(--ff-primary);
  --font-text-l: normal 400 20px / 150% var(--ff-primary);
  --font-text-s: normal 400 16px / 150% var(--ff-primary);
  --font-text-m: normal 400 14px / 150% var(--ff-primary);
  --font-text-s-bold: normal 600 16px / 150% var(--ff-primary);
  --font-link: var(--font-text-s);
  --font-H1: normal 600 36px / 120% var(--ff-primary);
  --font-H2: normal 600 30px / 130% var(--ff-primary);
  --font-H3: normal 600 24px / 130% var(--ff-primary);
  --font-H4: normal 600 20px / 140% var(--ff-primary);
  --font-button: normal 400 16px / 150% var(--ff-primary);
  --font-menu-item: normal 400 16px / 150%px var(--ff-primary);
  --R: 16px;
  --R-button: 12px;
  --transition: all 0.2s ease-in-out;
  /*  Font colors  */
  --color-text: #434343;
  --color-text-secondary: #1D1D1D;
  --color-heading: #1D1D1D;
  --color-icon: #00CE6E;
  --color-primary: #00CE6E;
  --color-link: #007E48;
  /* Bg colors */
  --bg-body: #fefefe;
  --bg-block: #fbfbfb;
  /* mobile-button */
  --bg-mobile-aside: #fefefe;
  /* Buttons */
  --color-main-button: #000;
  --bg-main-button: #00E874;
  --color-second-button: #000;
  --bg-second-button: #FFD900;
  /* table */
  --bg-table: #FBFBFB;
  --border-color-table: transparent;
  --bg-table-th: #EFEFEF;
  --color-table-th: #1D1D1D;
  --color-table-td: #434343;
  /* header */
  --bg-header: #fefefe;
  --color-header-navigation-link: #1D1D1D;
  --color-header-navigation-link-hover: #007E48;
  /* footer */
  --bg-footer: #E9F9F3;
  --color-footer-navigation-link: #1D1D1D;
  --color-footer-navigation-link-hover: #007E48;
  --color-footer-text: #E4E4E4;
  /* breadcrumbs */
  --bg-breadcrumbs: #E9F9F3;
  --color-breadcrumbs-link: #1D1D1D;
  --color-breadcrumbs-link-current: #007E48;
  /* toc */
  --bg-toc: #FBFBFB;
  --color-toc-title: #1D1D1D;
  --color-toc-item: #1D1D1D;
  --color-toc-item-hover: #00CE6E;
  /* scroll-to-top */
  --bg-scroll-to-top: #00E8745B;
  --color-arrow-scroll-to-top: #000;
  /* scroll-to-top */
  --color-body-thumb: #00CE6E;
  --color-body-track: #F6F6F6;
  --color-mobile-aside-bg: #fff;
  --color-bonus-bg: #2b0135;
  --color-bonus-accent: #c302ff;
  --color-bg-lang-switch: #FEFEFE;
  --divider: #E7E7E7;
  --star-color: #FFAE00;
  --star-bg: #fff;
  --star-border-color: #ffc300;
  --star-bg-border-color: #e7e7e7;
  --icon-list-marker: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='7' y='10.5' width='10' height='3' rx='1.5' fill='%2300CE6E'/></svg>");
  --icon-header-arrow: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 24 25" fill="none"><path d="M6 9.5L12 15.5L18 9.5" stroke="%23000" stroke-width="2" stroke-linecap="round"/></svg>');
  --icon-toc-item: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='7' y='10.5' width='10' height='3' rx='1.5' fill='%2300CE6E'/></svg>");
  --icon-breadcrumbs: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'><path d='M9 18L15 12L9 6' stroke='%23007e48' stroke-width='2' stroke-linecap='round'/></svg>");
  --icon-languages-switcher: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 25" fill="none"><path d="M6 9.5L12 15.5L18 9.5" stroke="%23000000" stroke-width="2" stroke-linecap="round"/></svg>');
  --icon-plus-minus__plus: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%2374FFB3' fill-opacity='0.14'/><path d='M17.557 7.59998C17.3414 7.60665 17.1391 7.69996 16.9921 7.85637L9.94709 15.1692L7.01017 12.1206C6.93574 12.0406 6.84616 11.9761 6.74627 11.9313C6.64557 11.8861 6.53674 11.862 6.42624 11.8609C6.31575 11.8597 6.20642 11.8815 6.10479 11.9245C6.00319 11.9676 5.91168 12.0309 5.83527 12.1102C5.75889 12.1895 5.6991 12.2832 5.65886 12.3855C5.61862 12.4878 5.59857 12.5971 5.59965 12.707C5.60073 12.8169 5.62291 12.9257 5.66517 13.0272C5.70711 13.1279 5.76815 13.2198 5.84529 13.2971L9.36464 16.9503C9.5171 17.1085 9.72636 17.1996 9.94709 17.1996C10.1678 17.1996 10.377 17.1085 10.5295 16.9503L18.157 9.03286C18.2736 8.91466 18.3521 8.76409 18.3838 8.60138C18.4156 8.43813 18.3993 8.26859 18.3364 8.11452C18.2736 7.96039 18.1666 7.82766 18.0276 7.73512C17.8885 7.64246 17.7244 7.59486 17.557 7.59998Z' fill='%2300BC55'/></svg>");
  --icon-plus-minus__minus: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%23FF9999' fill-opacity='0.14'/><path d='M16 8L8 16M8 8L16 16' stroke='%23EB3C43' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  /* z-index */
  --z-header: 10;
  --z-menu: 100;
  --z-languages-switcher: 110;
  --z-mobile-button: 80;
  --z-scroll-top-top: 70;
  --z-content: 5;
  --z-popup: 90;
}

@media (width <= 1023px) {
  :root {
    --font-H1: normal 600 30px / 120% var(--ff-primary);
    --font-H2: normal 600 24px / 130% var(--ff-primary);
    --font-H3: normal 600 20px / 130% var(--ff-primary);
    --font-H4: normal 600 18px / 140% var(--ff-primary);
    --wrapper-padding: 32px;
  }
}
*,
::after,
::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

[data-sf-a] {
  cursor: pointer;
}

html {
  font-size: 17px;
}

.page,
.post,
.category,
.error404,
.single {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  height: 100vh;
  font: var(--font-text-s);
  color: var(--color-text);
  background-color: var(--bg-body);
}

.theme75-page-main,
.post-main,
.page-404,
.page-single {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

h1 {
  font: var(--font-H1);
  color: var(--color-heading);
}

h2 {
  font: var(--font-H2);
  color: var(--color-heading);
}

h3 {
  font: var(--font-H3);
  color: var(--color-heading);
}

h4, h5, h6 {
  font: var(--font-H4);
  color: var(--color-heading);
}

a:not([class]) {
  font: var(--font-link);
  color: var(--color-link);
}

a {
  transition: var(--transition);
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
img {
  vertical-align: middle;
  shape-margin: 1rem;
  width: 100%;
  height: auto;
  max-width: 100%;
  font-style: italic;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme75-last-modified-date {
  display: inline-block;
  margin: 0;
  border-radius: var(--R);
  padding: 16px;
  width: 100%;
  text-align: center;
  background: var(--bg-block);
}

.theme75-container {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: calc(var(--width-container) + 2 * var(--offsets));
}

* + .mt {
  margin-top: 20px;
}

._scroll-lock {
  overflow: hidden;
}

.hr {
  margin: 0;
  width: 100%;
  border: none;
  height: 1px;
  background: var(--divider);
}

.scroll-list-wrapper {
  position: relative;
}

.scroll-list-wrapper::before {
  content: "";
  position: absolute;
  left: calc(var(--offsets) * -1);
  top: 0;
  bottom: 0;
  width: var(--offsets);
  background: linear-gradient(90deg, var(--bg-body), transparent);
  z-index: var(--z-scroll-top-top);
}

.scroll-list-wrapper::after {
  content: "";
  position: absolute;
  right: calc(var(--offsets) * -1);
  top: 0;
  bottom: 0;
  width: var(--offsets);
  background: linear-gradient(90deg, transparent, var(--bg-body));
  z-index: var(--z-scroll-top-top);
}

.scroll-list {
  width: calc(100% + var(--offsets) * 2);
  padding: 0 var(--offsets);
  margin: 0 calc(var(--offsets) * -1);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar:horizontal {
  height: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: var(--color-link);
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

._button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 1px solid transparent;
  border-radius: var(--R-button);
  padding: 6px 48px;
  height: 48px;
  font: var(--font-button);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform-origin: center;
  transition: var(--transition);
  will-change: transform;
  cursor: pointer;
  gap: 8px;
}

._button:has(svg) {
  padding-block: 6px;
}

._button svg {
  flex-shrink: 0;
  fill: currentcolor;
}

._button--main {
  color: var(--color-main-button);
  background: var(--bg-main-button);
}

._button--second {
  color: var(--color-second-button);
  background: var(--bg-second-button);
}

._button:active {
  scale: 0.98;
}

@media (any-hover: hover) {
  ._button--main:hover {
    background: #00CE6E;
  }
  ._button--second:hover {
    background: #F5C400;
  }
}
._button[disabled],
._button.disabled {
  filter: grayscale(1) brightness(1.5);
  pointer-events: none;
}

.rating {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  width: fit-content;
  font-weight: 700;
  --percent: calc(var(--rating, 4.5) / 5 * 100%) ;
}

.rating::before,
.rating::after {
  content: "";
  font-size: 20px;
  line-height: 18px;
  height: 20px;
  letter-spacing: 0;
  font-weight: 100;
}

.rating::before {
  content: "★★★★★";
  display: block;
  background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.rating::after {
  content: "☆☆☆☆☆";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  letter-spacing: 0;
  background: linear-gradient(90deg, var(--star-border-color) var(--percent), var(--star-bg-border-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

@supports (mask: url(#)) {
  .rating::before,
  .rating::after {
    content: "";
    width: 108px;
    height: 20px;
    color: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
  }
  .rating::before {
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="108" height="20" viewBox="0 0 108 20" fill="none"><path d="M9.31 3.064a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0L6.23 16.791a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362L2.782 8.812A.77.77 0 0 1 3.207 7.5L6.625 7c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84z" fill="%23FFDA60" stroke="%23FFC300" stroke-width=".769" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="108" height="20" viewBox="0 0 108 20" fill="none"><path d="M9.31 3.064a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0L6.23 16.791a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362L2.782 8.812A.77.77 0 0 1 3.207 7.5L6.625 7c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84z" fill="%23FFDA60" stroke="%23FFC300" stroke-width=".769" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .rating::after {
    background: linear-gradient(90deg, var(--star-border-color) var(--percent), var(--star-bg-border-color) var(--percent));
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="108" height="20" viewBox="0 0 108 20" fill="none"><path d="M9.31 3.064a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0L6.23 16.791a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362L2.782 8.812A.77.77 0 0 1 3.207 7.5L6.625 7c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84z" stroke="%23FFC300" stroke-width=".769" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="108" height="20" viewBox="0 0 108 20" fill="none"><path d="M9.31 3.064a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0L6.23 16.791a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362L2.782 8.812A.77.77 0 0 1 3.207 7.5L6.625 7c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84zm22 0a.77.77 0 0 1 1.38 0l1.527 3.095a1.54 1.54 0 0 0 1.157.842l3.417.499a.77.77 0 0 1 .426 1.312l-2.471 2.407a1.54 1.54 0 0 0-.443 1.362l.583 3.4a.77.77 0 0 1-1.116.81l-3.055-1.606a1.54 1.54 0 0 0-1.432 0l-3.053 1.606a.77.77 0 0 1-1.116-.81l.583-3.4c.086-.5-.08-1.008-.443-1.362l-2.472-2.407a.77.77 0 0 1 .425-1.312l3.418-.5c.5-.073.933-.387 1.157-.84z" stroke="%23FFC300" stroke-width=".769" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
.theme75-content-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}

.theme75-content-buttons.align-center {
  justify-content: center;
}

.theme75-content-buttons__button {
  width: 100%;
  max-width: 220px;
}

@media (max-width: 767px) {
  .theme75-content-buttons__button {
    max-width: 100%;
  }
}
.theme75-external-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

.theme75-external-links__link {
  display: flex;
  justify-content: center;
}

.theme75-external-links__image {
  width: auto;
  max-height: 48px;
  object-fit: contain;
  transition: var(--transition);
}

@media (hover: hover) {
  .theme75-external-links__link:hover .theme75-external-links__image {
    scale: 1.1;
  }
}
.theme75-payments-gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

.theme75-payments-gallery__image {
  width: auto;
  max-height: 48px;
  object-fit: contain;
}

.theme75-scroll-to-top {
  position: fixed;
  right: var(--offsets);
  bottom: 78px;
  z-index: var(--z-scroll-top-top);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  pointer-events: none;
}

.theme75-scroll-to-top._show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.theme75-scroll-to-top__button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  border-radius: var(--R);
  width: 44px;
  height: 44px;
  color: var(--color-arrow-scroll-to-top);
  background: var(--bg-scroll-to-top);
  transition: var(--transition);
  cursor: pointer;
}

.theme75-scroll-to-top__button svg {
  stroke: currentcolor;
}

@media (hover: hover) {
  .theme75-scroll-to-top__button:hover {
    translate: 0 -5px;
  }
}
.theme75-social__title {
  margin: 0 0 12px;
  font: var(--font-text-l-bold);
  color: var(--color-text-secondary);
}

.theme75-social__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}

.theme75-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #00E874;
  border-bottom: 1px solid #00E874;
  border-radius: var(--R);
  padding: 0;
  width: 32px;
  height: 32px;
  background: #E9F9F3;
}

.theme75-social__link img,
.theme75-social__link svg {
  width: 15px;
  height: 15px;
  object-fit: contain;
  transition: var(--transition);
  filter: invert(1);
}

@media (hover: hover) {
  .theme75-social__link:hover img,
  .theme75-social__link:hover svg {
    transform: scale(1.2);
  }
}
.theme75-languages-switcher {
  position: relative;
  z-index: var(--z-languages-switcher);
  display: flex;
  flex-direction: column-reverse;
  width: fit-content;
  color: var(--color-heading);
  background-color: var(--color-bg-lang-switch);
  padding-right: 24px;
}

.theme75-languages-switcher:has(+ .theme75-page-header__buttons) {
  margin-left: auto;
}

.theme75-languages-switcher::after {
  content: var(--icon-languages-switcher);
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transition: var(--transition);
  pointer-events: none;
  translate: 0 -50%;
}

.theme75-languages-switcher__list-wrapper {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  display: none;
  overflow: hidden auto;
  border-radius: calc(var(--R) / 2);
  width: 205px;
  max-height: 200px;
  background: var(--bg-block);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px 0 rgba(0, 0, 0, 0.12);
}

.theme75-languages-switcher__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme75-languages-switcher__item {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  white-space: nowrap;
}

li.theme75-languages-switcher__item {
  height: 40px;
  padding: 0 16px;
}

.theme75-languages-switcher__lang {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 8px;
}

.theme75-languages-switcher__lang img {
  width: 24px;
  height: 24px;
  display: none;
}

.theme75-languages-switcher__lang::after {
  content: "";
  position: absolute;
  inset: 0 -24px 0 0;
  cursor: pointer;
}

.theme75-languages-switcher._show .theme75-languages-switcher__list-wrapper {
  display: block;
}

.theme75-languages-switcher._show::after {
  rotate: 180deg;
}

@media (hover: hover) {
  li.theme75-languages-switcher__item:hover {
    background: #EFEFEF;
  }
}
@media (width <= 1280px) {
  .theme75-languages-switcher {
    order: 0;
  }
  .theme75-languages-switcher__list-wrapper {
    max-width: max-content;
  }
}
.theme75-breadcrumbs {
  padding: 4px 0;
  background: var(--bg-breadcrumbs);
}

.theme75-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(var(--width-container) + 2 * var(--offsets));
  gap: 4px;
}

.theme75-breadcrumbs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.theme75-breadcrumbs__item:not(:last-child)::after {
  content: var(--icon-breadcrumbs);
  display: inherit;
  width: 20px;
  height: 20px;
}

.theme75-breadcrumbs__link {
  display: flex;
  align-items: center;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--color-breadcrumbs-link);
  gap: 8px;
}

.theme75-breadcrumbs__link--no-active {
  color: var(--color-breadcrumbs-link-current);
}

@media (hover: hover) {
  a.theme75-breadcrumbs__link:hover {
    color: var(--color-breadcrumbs-link-current);
  }
}
.theme75-demo-popup {
  content: "";
  position: fixed;
  z-index: var(--z-popup);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--offsets);
  background-color: rgba(0, 0, 0, 0.7);
  inset: 0;
}

.theme75-demo-popup__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  background: var(--bg-block);
  aspect-ratio: 16/9;
  padding: 16px;
  gap: 12px;
}

.theme75-demo-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.theme75-demo-popup__title {
  font: var(--font-text-l-bold);
  text-transform: uppercase;
  color: var(--color-text-secondary);
}

.theme75-demo-popup__close {
  align-self: stretch;
  outline: none;
  border: none;
  width: 48px;
  height: 32px;
  background: transparent;
  margin-left: auto;
  translate: 10px 0;
}

.theme75-demo-popup__body {
  flex-grow: 1;
  width: 100%;
}

.theme75-demo-popup__body iframe {
  border: none;
  border-radius: var(--R);
  overflow: hidden;
}

.theme75-demo-popup__footer {
  display: flex;
  justify-content: center;
}

@media (hover: hover) {
  .theme75-demo-popup__close:hover svg {
    transition: var(--transition);
    cursor: pointer;
    scale: 1.3;
  }
}
@media (width <= 1280px) {
  .theme75-demo-popup {
    padding: 0;
  }
  .theme75-demo-popup__content {
    height: 100svh;
    aspect-ratio: auto;
  }
  .theme75-demo-popup__header .theme75-demo-popup__button {
    display: none;
  }
  .theme75-demo-popup__footer:has(.show) {
    display: flex;
  }
}
@media (max-width: 767px) {
  .theme75-demo-popup__button {
    width: 100%;
  }
}
.theme75-page-header {
  position: sticky;
  z-index: var(--z-header);
  padding: 12px 0;
  background: var(--bg-header);
}

.theme75-page-header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.theme75-page-header__wrapper {
  display: contents;
}

.theme75__logo-image {
  width: auto;
  max-height: 44px;
  object-fit: contain;
}

.theme75-page-header__burger {
  display: none;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: -1;
  border: none;
  width: 40px;
  height: 40px;
  background: none;
  gap: 4px;
}

.theme75-page-header__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-icon);
  pointer-events: none;
}

.theme75-page-header__buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}

.theme75-languages-switcher ~ .theme75-page-header__buttons {
  margin-left: 0;
}

.theme75-page-header__button {
  padding: 6px 12px;
}

@media (width <= 1280px) {
  .theme75-page-header__logo {
    margin-right: auto;
  }
  .theme75-page-header__burger {
    display: flex;
  }
  .theme75-page-header__wrapper {
    position: fixed;
    inset: var(--height) 0 0 0;
    z-index: var(--z-menu);
    display: none;
    flex-direction: column;
    border-top: 1px solid var(--divider);
    width: 100dvw;
    height: calc(100dvh - var(--height));
    background: var(--bg-block);
    gap: 12px;
  }
  .theme75-page-header__wrapper > * {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: var(--width-container);
  }
  .theme75-page-header__wrapper._active {
    display: flex;
  }
}
@media (width <= 1120px) {
  .theme75-page-header__wrapper > * {
    margin-right: var(--offsets);
    margin-left: var(--offsets);
    max-width: calc(100% - var(--offsets) * 2);
  }
}
@media (width <= 767px) {
  .theme75-page-header__container {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
  }
  .theme75-page-header__buttons {
    flex-basis: 100%;
    order: 8;
    margin: 0;
  }
  .theme75-page-header__button {
    flex-grow: 1;
    font-size: 14px;
  }
}
.wp-block-heading {
  margin-bottom: 16px;
}

.wp-block-heading:not(.has-text-color) {
  color: var(--color-heading);
}

.wp-block-heading span {
  color: var(--primary-accent);
}

* + .wp-block-table {
  margin-top: 12px;
}

.wp-block-table {
  overflow: auto;
}

.wp-block-table table {
  overflow: hidden;
  border: none;
  border-collapse: separate;
  border-spacing: 0 4px;
  width: 100%;
}

.wp-block-table table:has(tr td:nth-child(3)) {
  min-width: 600px;
}

.wp-block-table table:has(tr td:nth-child(4)) {
  min-width: 800px;
}

.wp-block-table table:has(tr td:nth-child(5)) {
  min-width: 800px;
}

.wp-block-table table:has(tr td:nth-child(6)) {
  min-width: 1000px;
}

.wp-block-table table:has(tr td:nth-child(7)) {
  min-width: 1200px;
}

.wp-block-table thead {
  border: none;
}

.wp-block-table th {
  border: none;
  padding: 16px;
  font-weight: 500;
  text-align: left;
  color: var(--color-table-th);
  background-color: var(--bg-table-th);
}

.wp-block-table td {
  border: none;
  padding: 16px;
  color: var(--color-table-td);
  background: var(--bg-table);
}
.wp-block-table td:has(img) {
  min-width: 160px;
  white-space: nowrap;
}

.wp-block-table tr th:first-child,
.wp-block-table tr td:first-child {
  border-radius: var(--R) 0 0 var(--R);
}

.wp-block-table tr th:last-child,
.wp-block-table tr td:last-child {
  border-radius: 0 var(--R) var(--R) 0;
}

.wp-block-image img {
  border-radius: var(--R-image);
}

.wp-block-list .wp-block-list {
  margin-top: 8px;
}

.wp-block-list {
  counter-reset: myCounter;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  gap: 8px;
}

* + .wp-block-list {
  margin-top: 1rem;
}

ol.wp-block-list li::before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font: var(--font-text-m);
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background: rgba(116, 255, 179, 0.14);
  color: var(--color-text-secondary);
}

.wp-block-list li {
  position: relative;
  padding-left: 28px;
}

ol.wp-block-list li:nth-child(n+10) {
  padding-left: 32px;
}

ul.wp-block-list li::before {
  content: var(--icon-list-marker);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
}

* + .wp-block-image {
  margin-top: 1rem;
}

.theme75-wrapper {
  position: relative;
  width: 100%;
  max-width: calc(var(--width-container) + var(--offsets, 20px) * 2);
  margin: 0 auto;
  padding: var(--wrapper-padding) var(--offsets);
}

.theme75-wrapper:has(.theme75-hero)::after {
  content: "";
  position: absolute;
  z-index: -4;
  left: calc((100vw - 100%) / -2);
  top: 0;
  height: 100%;
  width: 100vw;
  background: #e9f9f3;
  pointer-events: none;
}

.theme75-wrapper:has(.theme75-hero):before {
  display: none;
}

.theme75-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: var(--offsets);
  right: var(--offsets);
  height: 1px;
  background: var(--divider);
}

.theme75-wrapper > *:first-child {
  margin-top: 0;
}

.theme75-wrapper > *:last-child {
  margin-bottom: 0;
}

.theme75-wrapper .theme75-wrapper {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

.theme75-wrapper:last-of-type::before {
  display: none;
}

.theme75-hero {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 20px 24px;
}

.theme75-hero__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.theme75-hero__title {
  margin: 0;
}

.theme75-hero__game-rating {
  margin-top: -8px;
}

.theme75-hero__demo {
  position: relative;
}

.theme75-hero__demo-bg {
  overflow: hidden;
  border-radius: var(--R);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme75-hero__demo-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  flex-direction: column;
  max-width: 230px;
  gap: 8px;
  width: 100%;
}

.theme75-hero__demo-buttons ._button {
  padding: 6px 12px;
}

.theme75-hero__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.theme75-hero__game-info {
  border-radius: var(--R);
  padding: 16px;
  border: 1px solid #CEF0DD;
  background: var(--bg-body);
  display: flex;
  flex-direction: column;
}

.theme75-hero__game_specs {
  display: flex;
  flex-direction: column;
}

.theme75-hero__game_specs-tbody {
  display: grid;
}

.theme75-hero__game_specs-tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.theme75-hero__game_specs-tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--divider);
}
.theme75-hero__game_specs-tbody tr:last-child {
  padding-bottom: 0;
}

.theme75-hero__game_specs-tbody .th {
  font-weight: 600;
  color: var(--color-text-secondary);
}

.theme75-hero__content > *:first-child {
  margin-top: 0;
}

.theme75-hero__content > *:last-child {
  margin-bottom: 0;
}

.theme75-hero__bonus {
  border-radius: var(--R);
  padding: 16px;
  border: 1px solid #CEF0DD;
  background: var(--bg-body);
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
}

.theme75-hero__casino-logo {
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--R) / 2);
}

.theme75-hero__bonus-content {
  display: flex;
  flex-direction: column;
}

.theme75-hero__casino-name {
  margin: 0;
  font-weight: 600;
}

.theme75-hero__bonus-text {
  margin: 0;
  grid-column: 1/-1;
}

.theme75-hero__bonus-button {
  grid-column: 1/-1;
}

.theme75-hero__author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.theme75-hero__author-logo {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
}

.theme75-hero__author-content {
  display: flex;
  align-items: center;
}

.theme75-hero__author-name,
.theme75-hero__author-update {
  margin: 0;
}
.theme75-hero__author-name span,
.theme75-hero__author-update span {
  font-weight: 600;
  color: var(--color-text-secondary);
}

@media (min-width: 1024px) {
  .theme75-hero__author-name {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid var(--divider);
  }
}
@media (max-width: 1023px) {
  .theme75-hero {
    grid-template-columns: 1fr;
  }
  .theme75-hero__left,
  .theme75-hero__right {
    display: contents;
  }
  .theme75-hero__title {
    order: -10;
  }
  .theme75-hero__game-rating {
    order: -9;
  }
  .theme75-hero__demo {
    order: -8;
  }
  .theme75-hero__bonus {
    order: -7;
  }
  .theme75-hero__game-info {
    order: -6;
  }
  .theme75-hero__author-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.theme75-main-nav__list {
  display: flex;
  gap: 12px 24px;
}

.theme75-main-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme75-main-nav__link {
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  text-decoration: none;
  color: var(--color-header-navigation-link);
}

.theme75-main-nav__link--current {
  color: var(--color-header-navigation-link-hover);
}

.sub-menu-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: var(--transition);
}

.sub-menu-arrow::after {
  content: var(--icon-header-arrow);
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  pointer-events: none;
  translate: 0 4px;
}

.sub-menu-arrow svg {
  transition: var(--transition);
  pointer-events: none;
}

.theme75-sub-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 18px);
  display: none;
  flex-direction: column;
  border: 1px solid var(--divider);
  border-radius: calc(var(--R) / 2);
  width: 180px;
  background: var(--bg-block);
  translate: -50% 0;
}

.theme75-sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 20px;
}

.theme75-sub-menu__link {
  padding: 8px 16px;
  width: 100%;
  font: var(--font-system-text);
  color: var(--color-header-navigation-link);
}

.sub-menu__link--current {
  color: var(--color-header-navigation-link-hover);
}

@media (hover: hover) and (width >= 1280px) {
  a.theme75-main-nav__link:hover {
    color: var(--color-header-navigation-link-hover);
  }
  .theme75-main-nav__item--has-children:hover .theme75-sub-menu {
    display: flex;
  }
  .theme75-main-nav__item--has-children:hover .sub-menu-arrow {
    rotate: 180deg;
  }
  .theme75-main-nav__item--has-children:hover > .theme75-main-nav__link {
    color: var(--color-header-navigation-link-hover);
  }
}
@media (width <= 1280px) {
  .theme75-main-nav {
    overflow: hidden auto;
  }
  .theme75-main-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .theme75-main-nav__item {
    width: 100%;
  }
  .theme75-main-nav__item--has-children {
    flex-wrap: wrap;
  }
  .theme75-main-nav__item--has-children > .theme75-main-nav__link {
    flex-grow: 0.5;
    width: fit-content;
  }
  .theme75-main-nav__item--has-children._active .theme75-sub-menu {
    display: flex;
  }
  .theme75-main-nav__item--has-children._active .sub-menu-arrow::after {
    rotate: 180deg;
  }
  .theme75-main-nav__link {
    padding: 12px 0;
    width: 100%;
  }
  .sub-menu-arrow {
    flex-grow: 1;
    justify-content: flex-end;
    height: 52px;
  }
  .theme75-sub-menu {
    position: static;
    flex-basis: 100%;
    border: none;
    border-radius: 0;
    background: none;
    translate: none;
  }
  .theme75-sub-menu__link {
    padding: 8px 16px;
  }
}
.theme75-page-footer {
  position: relative;
  padding: 0;
}

.theme75-page-footer::after {
  content: "";
  position: absolute;
  z-index: -4;
  left: calc((100vw - 100%) / -2);
  top: 0;
  height: 100%;
  width: 100vw;
  background: #e9f9f3;
  pointer-events: none;
}

.theme75-page-footer__top {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 24px 64px;
  padding: 48px var(--offsets);
}

.theme75-page-footer__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.theme75-page-footer__logo {
  width: auto;
  max-height: 50px;
  object-fit: contain;
}

.theme75-page-footer__information_text {
  margin: 0;
}

.theme75-page-footer__theme75-social {
  grid-column-start: 1;
}

.theme75-page-footer__external-links {
  grid-column-start: 1;
  grid-column: 1/-1;
  justify-content: center;
}

.theme75-page-footer__footer-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.theme75-page-footer__dmca img {
  width: auto;
}

.theme75-page-footer__bottom {
  position: relative;
  padding: 16px var(--offsets);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.theme75-page-footer__bottom::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: calc((100vw - 100%) / -2);
  top: 0;
  height: 100%;
  width: 100vw;
  background: var(--bg-block);
  pointer-events: none;
}

.theme75-page-footer__copyright {
  margin: 0;
}

@media (width <= 1023px) {
  .theme75-page-footer__top {
    grid-template-columns: 1fr;
  }
  .theme75-page-footer__footer-buttons {
    justify-content: flex-start;
  }
  .theme75-page-footer__external-links {
    justify-content: flex-start;
  }
}
@media (width <= 767px) {
  .theme75-page-footer__footer-buttons ._button {
    flex-grow: 1;
    padding: 12px;
  }
  .theme75-page-footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.theme75-footer-nav {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px 64px;
}

.theme75-footer-nav__title {
  margin: 0 0 12px;
  font: var(--font-text-l-bold);
  color: var(--color-text-secondary);
}

.theme75-footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.theme75-footer-nav__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: var(--color-footer-navigation-link);
}

.theme75-footer-nav__link--current {
  color: var(--color-footer-navigation-link-hover);
}

@media (hover: hover) {
  a.theme75-footer-nav__link:hover {
    color: var(--color-footer-navigation-link-hover);
  }
}
@media (width <= 767px) {
  .theme75-footer-nav {
    grid-template-columns: 1fr;
  }
}
.theme75-toc {
  border-radius: var(--R);
  background: var(--bg-toc);
  border: 1px solid var(--divider);
}

.theme75-toc__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 20px 24px;
  font: var(--font-H3);
  color: var(--color-toc-title);
  user-select: none;
  gap: 16px;
}
.theme75-toc__title svg {
  stroke: currentColor;
}

.theme75-toc._active svg {
  transition: var(--transition);
  rotate: 180deg;
}

.theme75-toc ol,
.theme75-toc ul {
  position: relative;
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  list-style: none;
  margin: 0;
  padding: 20px 24px;
  gap: 16px 24px;
}

.theme75-toc ol::after,
.theme75-toc ul::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background: var(--divider);
}

.theme75-toc._active ol,
.theme75-toc._active ul {
  display: grid;
}

.theme75-toc--auto ol,
.theme75-toc--auto ul {
  grid-template-columns: 1fr;
}

.theme75-toc li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 4px;
}

.theme75-toc li::before {
  content: var(--icon-toc-item);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.theme75-toc a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: var(--color-toc-item);
}

@media (hover: hover) {
  .theme75-toc a:hover {
    color: var(--color-toc-item-hover);
  }
}
@media (max-width: 1023px) {
  .theme75-toc__title {
    padding: 16px;
  }
  .theme75-toc ol,
  .theme75-toc ul {
    padding: 16px;
  }
}
.theme75-text-image {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0 24px;
}

.theme75-text-image__content {
  overflow: hidden;
}
.theme75-text-image__content > *:first-child {
  margin-top: 0;
}
.theme75-text-image__content > *:last-child {
  margin-bottom: 0;
}

.theme75-text-image__image {
  border-radius: var(--R);
  width: 100%;
  height: fit-content;
  object-fit: contain;
}

@media (width <= 1023px) {
  .theme75-text-image {
    grid-template-columns: 1fr;
  }
  .theme75-text-image__content {
    display: contents;
  }
  .theme75-text-image__content .wp-block-heading:first-child {
    order: -3;
    margin-bottom: 16px;
  }
  .theme75-text-image__image {
    order: -2;
  }
  .theme75-text-image__content > * {
    margin-bottom: 0;
  }
}
.theme75-screenshot-gallery.scrolling a {
  pointer-events: none;
  user-select: none;
}

.theme75-screenshot-gallery__list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: auto hidden;
  gap: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.theme75-screenshot-gallery__item {
  max-width: 400px;
}

.theme75-screenshot-gallery a {
  display: block;
  width: max-content;
  max-width: 100%;
}

.theme75-faq {
  border: 1px solid var(--divider);
  background: var(--bg-block);
  padding: 16px;
  border-radius: var(--R);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.theme75-faq__item {
  position: relative;
  padding-left: 90px;
}

.theme75-faq__item::before {
  content: attr(data-counter);
  font-weight: 700;
  font: var(--font-text-l-bold);
  position: absolute;
  top: 0;
  left: 0;
  color: #D7D7D7;
}

.theme75-faq__counter {
  position: absolute;
  left: 0;
  top: 0;
  font: var(--font-text-l-bold);
  font-weight: 700;
  color: #D7D7D7;
}

.theme75-faq__item summary + p {
  margin-top: 0;
}

.theme75-faq__item[open] summary {
  margin: 0 0 12px;
}

.theme75-faq summary {
  list-style: none;
  font: var(--font-text-l-bold);
  cursor: pointer;
}

.theme75-faq summary::marker {
  content: "";
}

.theme75-faq summary::-webkit-details-marker {
  display: none;
}

.theme75-faq__answer {
  padding: 0;
}

.theme75-faq__answer > *:first-child {
  margin-top: 0;
}

.theme75-faq__answer > *:last-child {
  margin-bottom: 0;
}

.theme75-faq__hr:last-of-type {
  display: none;
}

@media (max-width: 767px) {
  .theme75-faq__item {
    position: relative;
    padding-left: 48px;
  }
}
.theme75-how-to {
  display: grid;
  gap: 16px;
}

.theme75-how-to__item {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  border-radius: var(--R);
  padding: 16px;
  background: var(--bg-block);
  border: 1px solid var(--divider);
  gap: 24px;
  align-items: center;
}

.theme75-how-to__item:not(:has(.theme75-how-to__image)) .theme75-how-to__content {
  grid-column: 1/-1;
}

.theme75-how-to__content > * {
  margin: 0 0 8px;
}
.theme75-how-to__content > *:first-child {
  margin-top: 0;
}
.theme75-how-to__content > *:last-child {
  margin-bottom: 0;
}

.theme75-how-to__image {
  border-radius: calc(var(--R) / 2);
  width: 100%;
}

@media (min-width: 1024px) {
  .theme75-how-to__item:nth-child(even) {
    direction: rtl;
  }
  .theme75-how-to__item:nth-child(even) .theme75-how-to__content {
    direction: ltr;
  }
}
@media (width <= 1023px) {
  .theme75-how-to__item {
    grid-template-columns: 1fr;
  }
}
@media (width <= 575.9px) {
  .theme75-how-to__item {
    margin-top: 36px;
    margin-left: 0;
  }
  .theme75-how-to__button {
    width: 100%;
  }
}
.theme75-plus-minus {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 16px;
}

.theme75-plus-minus__element {
  border-radius: var(--R);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.theme75-plus-minus__element:has(.plus) {
  border: 1px solid #00BC55;
  background: rgba(116, 255, 179, 0.14);
}
.theme75-plus-minus__element:has(.minus) {
  border: 1px solid #EB3C43;
  background: rgba(255, 153, 153, 0.14);
}

.theme75-plus-minus__title {
  margin: 0;
  font: var(--font-text-l-bold);
  text-transform: uppercase;
}

.theme75-plus-minus__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.theme75-plus-minus__item {
  position: relative;
  padding-left: 28px;
  color: var(--color-text-secondary);
}

.theme75-plus-minus__item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}

.theme75-plus-minus__item.plus::before {
  content: var(--icon-plus-minus__plus);
}

.theme75-plus-minus__item.minus::before {
  content: var(--icon-plus-minus__minus);
}

@media (width <= 1023px) {
  .theme75-plus-minus {
    grid-template-columns: 1fr;
  }
}
.theme75-bonuses__inner {
  display: flex;
  gap: 16px;
}

.theme75-bonuses__item {
  display: flex;
  flex-direction: column;
  border-radius: var(--R);
  padding: 16px;
  background: var(--bg-block);
  gap: 12px;
  border: 1px solid var(--divider);
  flex: 0 0 314px;
  align-self: stretch;
}

.theme75-bonuses__image {
  overflow: hidden;
  border-radius: calc(var(--R) / 2);
}

.theme75-bonuses__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.theme75-bonuses__name {
  margin: 0;
  font-weight: 600;
}

.theme75-bonuses__bonus {
  margin: 0;
  font: var(--font-text-l-bold);
}

.theme75-bonus__button {
  margin-top: auto;
}

@media (width <= 550px) {
  .theme75-bonuses__item {
    flex: 0 0 328px;
  }
}
.theme75-listing,
.theme75-listing tbody,
.theme75-listing__tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.theme75-listing__item {
  position: relative;
  border: 1px solid var(--divider);
  background: var(--bg-block);
  padding: 16px;
  border-radius: var(--R);
  gap: 16px 24px;
  overflow: hidden;
  align-items: center;
  display: grid;
  grid-template-columns: 224px minmax(150px, 200px) 1px minmax(180px, 290px) 1px minmax(160px, 220px) 1px minmax(160px, 280px);
  min-height: 130px;
}

.theme75-listing__counter {
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}
.theme75-listing__counter--accent {
  background: #00CE6E;
}

.theme75-listing__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  object-fit: cover;
  height: 100%;
}

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

.theme75-listing__name {
  margin: 0;
  font: var(--font-text-l-bold);
}

.theme75-listing__bonus-value {
  margin: 0;
  color: var(--color-text-secondary);
  font: var(--font-text-l-bold);
  font-weight: 600;
  text-align: center;
}

ul.theme75-listing__advantages {
  margin: 0;
}

ul.theme75-listing__advantages li::before {
  content: var(--icon-plus-minus__plus);
}

.theme75-listing__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

@media (min-width: 1281px) {
  .theme75-listing__hr {
    width: 1px;
    height: 100%;
  }
}
@media (max-width: 1280px) {
  .theme75-listing tbody {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
  .theme75-listing__item {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 100%;
  }
  .theme75-listing__image-wrapper {
    height: 144px;
  }
  .theme75-listing__image {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 160px;
  }
  .theme75-listing__info {
    align-items: center;
  }
  .theme75-listing__advantages {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .theme75-listing__buttons {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .theme75-listing tbody {
    grid-template-columns: 1fr;
  }
}
.theme75-author-block {
  display: grid;
  align-items: center;
  border-radius: var(--R);
  width: 100%;
  gap: 12px;
  grid-template-columns: 90px 1fr;
}

.theme75-author-block__logo {
  overflow: hidden;
  border-radius: calc(var(--R) / 2);
}

.theme75-author-block__content {
  display: flex;
  flex-direction: column;
  gap: 4px 8px;
  align-content: flex-start;
}

.theme75-author-block__top {
  display: flex;
  gap: 4px 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.theme75-author-block__name {
  margin: 0;
  font: var(--font-text-l-bold);
  color: var(--color-text-secondary);
}

.theme75-author-block__profession {
  margin: 0;
}

.theme75-author-block__description {
  grid-column: 1/-1;
}
.theme75-author-block__description > *:first-child {
  margin-top: 0;
}
.theme75-author-block__description > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .theme75-author-block {
    grid-template-columns: 60px 1fr;
  }
  .theme75-author-block__content {
    display: contents;
  }
  .theme75-author-block__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .theme75-author-block__description {
    grid-column: 1/-1;
  }
}
.theme75-slots__list {
  display: flex;
  gap: 16px;
}

.theme75-slots__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: var(--R);
  background: var(--bg-block);
  border: 1px solid var(--divider);
  flex: 0 0 280px;
  padding: 16px;
}

.theme75-slots__inner {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--R) / 2);
  width: 100%;
}

.theme75-slots__buttons {
  position: absolute;
  left: -100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: var(--transition);
  gap: 8px;
}

.theme75-slots__buttons ._button {
  width: calc(100% - 48px);
}

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

.theme75-slots__name {
  margin: 0;
  font: var(--font-text-l-bold);
  color: var(--color-text-secondary);
}

.theme75-slots__description {
  margin: 0;
  font: var(--font-text-s);
  color: var(--color-text-secondary);
}

.theme75-slots__inner:hover .theme75-slots__buttons {
  left: 0;
}

@media (max-width: 575px) {
  .theme75-slots__item {
    flex: 0 0 260px;
  }
}
.theme75-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 16px;
}

.theme75-features__item {
  border-radius: var(--R);
  border: 1px solid var(--divider);
  background: var(--bg-block);
  padding: 16px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  align-items: center;
}

.theme75-features__image {
  overflow: hidden;
  border-radius: calc(var(--R) / 2);
}

.theme75-features__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.theme75-features__title {
  margin: 0;
}
.theme75-features__title span {
  font-weight: 600;
  color: var(--color-text-secondary);
}

.theme75-bonuses__description {
  margin: 0;
  font: var(--font-text-m);
}

@media (max-width: 575px) {
  .theme75-features {
    grid-template-columns: 1fr;
  }
}
.theme75-winners__list {
  display: flex;
  gap: 12px;
  align-items: center;
}

.theme75-winners__item {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: var(--R);
  background: var(--bg-block);
  border: 1px solid var(--divider);
  flex: 0 0 148px;
  padding: 8px 12px 8px 8px;
}

.theme75-winners__item.accent {
  border-color: #FFC300;
}
.theme75-winners__item.accent .theme75-winners__sum {
  background: #FFC300;
}

.theme75-winners__logo {
  border-radius: calc(var(--R) / 2);
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.theme75-winners__content {
  display: flex;
  flex-direction: column;
}

.theme75-winners__nickname {
  flex-grow: 1;
  font: var(--font-text-s-bold);
  color: var(--color-text-secondary);
  max-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.theme75-winners__sum {
  padding: 6px 8px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border-radius: 36px;
  background: #00E874;
  min-width: 44px;
  width: fit-content;
  text-align: center;
}

@keyframes move-up-steps {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1440px);
  }
}