@charset "UTF-8";
main {
  overflow: hidden;
}

body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: var(--site-bg, transparent);
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

.container {
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Same element as .main__wrapper — keep container max-width authoritative. */
.container.main__wrapper {
  max-width: 1450px;
}

.padding {
  padding: 0 15px;
}
@media (max-width: 576px) {
  .padding {
    padding: 0 10px;
  }
}

.margin {
  margin-bottom: 35px;
}
@media (max-width: 990px) {
  .margin {
    margin-bottom: 20px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
  width: auto;
  height: auto;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* WordPress image alignments */
.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.alignnone {
  margin: 0 0 1em;
}

/* -------------------------------------------------------------------------- */
/* Theme Options tokens (values from compact :root inline dump)               */
/* -------------------------------------------------------------------------- */
.header {
  background: var(--header-bg, transparent);
}

.header__btn-first {
  background: var(--header-btn-1-bg, transparent);
  color: var(--header-btn-1-color, inherit);
  border-radius: var(--header-btn-radius, 0);
}

.header__btn-second {
  background: var(--header-btn-2-bg, transparent);
  color: var(--header-btn-2-color, inherit);
  border-radius: var(--header-btn-radius, 0);
}

@media (max-width: 990px) {
  nav {
    background: var(--header-bg, transparent);
  }
}
.header__lang-toggle,
.header__lang-current,
.header__lang-list,
.header__lang-link {
  background: #fff;
  color: #000;
}

.header__nav a,
.header__nav li {
  color: var(--nav-link-color, inherit);
}

.header__nav li {
  border-right: 1px solid var(--nav-link-color, transparent);
}

.header__nav a:hover {
  color: var(--nav-link-hover, inherit);
}

.header__nav .sub-menu {
  background: var(--header-bg, transparent);
}

main .custom-btn__item {
  background: var(--sh-btn-bg, transparent);
  color: var(--sh-btn-color, inherit) !important;
  border-radius: var(--sh-btn-radius, 0);
}

main .custom-btn__item:hover {
  background: var(--sh-btn-hover, transparent);
}

main ul li::before {
  background: var(--list-marker-icon, none);
}

main ol li::before {
  background: var(--list-num-color, transparent);
}

main blockquote {
  border-left: 9px solid var(--blockquote-border, transparent);
  background: var(--blockquote-bg, transparent);
}

.footer__text {
  color: var(--footer-text-color, inherit);
}

.content a {
  color: var(--inline-link-color, inherit);
}

.scroll-top {
  background: var(--scroll-top-bg, transparent);
}

.table-of-content__list li::before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  border-radius: 50%;
  background: var(--list-num-color, transparent);
}

.table .table__item p {
  border: 1px solid var(--section-page-color, transparent);
}

.bottom button,
.bottom a {
  background: var(--sh-btn-bg, transparent);
  color: var(--sh-btn-color, inherit);
  border-radius: var(--sh-btn-radius, 0) !important;
}

.bottom {
  color: var(--footer-text-color, inherit);
  background: var(--info-bottom-bg, transparent);
}

.sidebar__top::after {
  border: 3.5px solid var(--sidebar-border, transparent);
}

.sidebar__wrap,
.sidebar__top-btn-wrap,
.sidebar__toggle {
  background: var(--sidebar-bg, transparent);
  border-radius: var(--sidebar-radius, 0);
}

.sidebar__top-title {
  color: var(--sidebar-title-color, inherit);
}

.sidebar__top-text,
.sidebar__toggle {
  color: var(--sidebar-text-color, inherit);
}

.sidebar__top-btn {
  background: var(--sidebar-btn-bg, transparent);
  color: var(--sidebar-link-color, inherit);
  border-radius: var(--sidebar-btn-radius, 0);
}

.sidebar__bottom-item a {
  color: var(--sidebar-link-color, inherit);
}

.sidebar__bottom-item a:hover {
  color: var(--sidebar-link-hover, inherit);
}

body.has-info-bottom .footer {
  margin-bottom: 30px;
}

@media (max-width: 990px) {
  body.has-info-bottom .footer {
    margin-bottom: 85px;
  }
}
body[data-button-anim]:not([data-button-anim=none]) .header__btn-first, body[data-button-anim]:not([data-button-anim=none]) .header__btn-second, body[data-button-anim]:not([data-button-anim=none]) .custom-btn__item, body[data-button-anim]:not([data-button-anim=none]) .block-casino__btn, body[data-button-anim]:not([data-button-anim=none]) .output-casino__item-btn, body[data-button-anim]:not([data-button-anim=none]) .sidebar__top-btn, body[data-button-anim]:not([data-button-anim=none]) .slots__link, body[data-button-anim]:not([data-button-anim=none]) .footer-menu-btn, body[data-button-anim]:not([data-button-anim=none]) .bottom button, body[data-button-anim]:not([data-button-anim=none]) .bottom a,
body[class*=button-anim-] .header__btn-first,
body[class*=button-anim-] .header__btn-second,
body[class*=button-anim-] .custom-btn__item,
body[class*=button-anim-] .block-casino__btn,
body[class*=button-anim-] .output-casino__item-btn,
body[class*=button-anim-] .sidebar__top-btn,
body[class*=button-anim-] .slots__link,
body[class*=button-anim-] .footer-menu-btn,
body[class*=button-anim-] .bottom button,
body[class*=button-anim-] .bottom a {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .header__btn-first, body[data-button-anim=lift] .header__btn-second, body[data-button-anim=lift] .custom-btn__item, body[data-button-anim=lift] .block-casino__btn, body[data-button-anim=lift] .output-casino__item-btn, body[data-button-anim=lift] .sidebar__top-btn, body[data-button-anim=lift] .slots__link, body[data-button-anim=lift] .footer-menu-btn, body[data-button-anim=lift] .bottom button, body[data-button-anim=lift] .bottom a,
body.button-anim-lift .header__btn-first,
body.button-anim-lift .header__btn-second,
body.button-anim-lift .custom-btn__item,
body.button-anim-lift .block-casino__btn,
body.button-anim-lift .output-casino__item-btn,
body.button-anim-lift .sidebar__top-btn,
body.button-anim-lift .slots__link,
body.button-anim-lift .footer-menu-btn,
body.button-anim-lift .bottom button,
body.button-anim-lift .bottom a {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .header__btn-first:hover, body[data-button-anim=lift] .header__btn-second:hover, body[data-button-anim=lift] .custom-btn__item:hover, body[data-button-anim=lift] .block-casino__btn:hover, body[data-button-anim=lift] .output-casino__item-btn:hover, body[data-button-anim=lift] .sidebar__top-btn:hover, body[data-button-anim=lift] .slots__link:hover, body[data-button-anim=lift] .footer-menu-btn:hover, body[data-button-anim=lift] .bottom button:hover, body[data-button-anim=lift] .bottom a:hover,
body.button-anim-lift .header__btn-first:hover,
body.button-anim-lift .header__btn-second:hover,
body.button-anim-lift .custom-btn__item:hover,
body.button-anim-lift .block-casino__btn:hover,
body.button-anim-lift .output-casino__item-btn:hover,
body.button-anim-lift .sidebar__top-btn:hover,
body.button-anim-lift .slots__link:hover,
body.button-anim-lift .footer-menu-btn:hover,
body.button-anim-lift .bottom button:hover,
body.button-anim-lift .bottom a:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .header__btn-first:active, body[data-button-anim=lift] .header__btn-second:active, body[data-button-anim=lift] .custom-btn__item:active, body[data-button-anim=lift] .block-casino__btn:active, body[data-button-anim=lift] .output-casino__item-btn:active, body[data-button-anim=lift] .sidebar__top-btn:active, body[data-button-anim=lift] .slots__link:active, body[data-button-anim=lift] .footer-menu-btn:active, body[data-button-anim=lift] .bottom button:active, body[data-button-anim=lift] .bottom a:active,
body.button-anim-lift .header__btn-first:active,
body.button-anim-lift .header__btn-second:active,
body.button-anim-lift .custom-btn__item:active,
body.button-anim-lift .block-casino__btn:active,
body.button-anim-lift .output-casino__item-btn:active,
body.button-anim-lift .sidebar__top-btn:active,
body.button-anim-lift .slots__link:active,
body.button-anim-lift .footer-menu-btn:active,
body.button-anim-lift .bottom button:active,
body.button-anim-lift .bottom a:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .header__btn-first, body[data-button-anim=scale] .header__btn-second, body[data-button-anim=scale] .custom-btn__item, body[data-button-anim=scale] .block-casino__btn, body[data-button-anim=scale] .output-casino__item-btn, body[data-button-anim=scale] .sidebar__top-btn, body[data-button-anim=scale] .slots__link, body[data-button-anim=scale] .footer-menu-btn, body[data-button-anim=scale] .bottom button, body[data-button-anim=scale] .bottom a,
body.button-anim-scale .header__btn-first,
body.button-anim-scale .header__btn-second,
body.button-anim-scale .custom-btn__item,
body.button-anim-scale .block-casino__btn,
body.button-anim-scale .output-casino__item-btn,
body.button-anim-scale .sidebar__top-btn,
body.button-anim-scale .slots__link,
body.button-anim-scale .footer-menu-btn,
body.button-anim-scale .bottom button,
body.button-anim-scale .bottom a {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .header__btn-first:hover, body[data-button-anim=scale] .header__btn-second:hover, body[data-button-anim=scale] .custom-btn__item:hover, body[data-button-anim=scale] .block-casino__btn:hover, body[data-button-anim=scale] .output-casino__item-btn:hover, body[data-button-anim=scale] .sidebar__top-btn:hover, body[data-button-anim=scale] .slots__link:hover, body[data-button-anim=scale] .footer-menu-btn:hover, body[data-button-anim=scale] .bottom button:hover, body[data-button-anim=scale] .bottom a:hover,
body.button-anim-scale .header__btn-first:hover,
body.button-anim-scale .header__btn-second:hover,
body.button-anim-scale .custom-btn__item:hover,
body.button-anim-scale .block-casino__btn:hover,
body.button-anim-scale .output-casino__item-btn:hover,
body.button-anim-scale .sidebar__top-btn:hover,
body.button-anim-scale .slots__link:hover,
body.button-anim-scale .footer-menu-btn:hover,
body.button-anim-scale .bottom button:hover,
body.button-anim-scale .bottom a:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .header__btn-first:active, body[data-button-anim=scale] .header__btn-second:active, body[data-button-anim=scale] .custom-btn__item:active, body[data-button-anim=scale] .block-casino__btn:active, body[data-button-anim=scale] .output-casino__item-btn:active, body[data-button-anim=scale] .sidebar__top-btn:active, body[data-button-anim=scale] .slots__link:active, body[data-button-anim=scale] .footer-menu-btn:active, body[data-button-anim=scale] .bottom button:active, body[data-button-anim=scale] .bottom a:active,
body.button-anim-scale .header__btn-first:active,
body.button-anim-scale .header__btn-second:active,
body.button-anim-scale .custom-btn__item:active,
body.button-anim-scale .block-casino__btn:active,
body.button-anim-scale .output-casino__item-btn:active,
body.button-anim-scale .sidebar__top-btn:active,
body.button-anim-scale .slots__link:active,
body.button-anim-scale .footer-menu-btn:active,
body.button-anim-scale .bottom button:active,
body.button-anim-scale .bottom a:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .header__btn-first, body[data-button-anim=pop] .header__btn-second, body[data-button-anim=pop] .custom-btn__item, body[data-button-anim=pop] .block-casino__btn, body[data-button-anim=pop] .output-casino__item-btn, body[data-button-anim=pop] .sidebar__top-btn, body[data-button-anim=pop] .slots__link, body[data-button-anim=pop] .footer-menu-btn, body[data-button-anim=pop] .bottom button, body[data-button-anim=pop] .bottom a,
body.button-anim-pop .header__btn-first,
body.button-anim-pop .header__btn-second,
body.button-anim-pop .custom-btn__item,
body.button-anim-pop .block-casino__btn,
body.button-anim-pop .output-casino__item-btn,
body.button-anim-pop .sidebar__top-btn,
body.button-anim-pop .slots__link,
body.button-anim-pop .footer-menu-btn,
body.button-anim-pop .bottom button,
body.button-anim-pop .bottom a {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .header__btn-first:hover, body[data-button-anim=pop] .header__btn-second:hover, body[data-button-anim=pop] .custom-btn__item:hover, body[data-button-anim=pop] .block-casino__btn:hover, body[data-button-anim=pop] .output-casino__item-btn:hover, body[data-button-anim=pop] .sidebar__top-btn:hover, body[data-button-anim=pop] .slots__link:hover, body[data-button-anim=pop] .footer-menu-btn:hover, body[data-button-anim=pop] .bottom button:hover, body[data-button-anim=pop] .bottom a:hover,
body.button-anim-pop .header__btn-first:hover,
body.button-anim-pop .header__btn-second:hover,
body.button-anim-pop .custom-btn__item:hover,
body.button-anim-pop .block-casino__btn:hover,
body.button-anim-pop .output-casino__item-btn:hover,
body.button-anim-pop .sidebar__top-btn:hover,
body.button-anim-pop .slots__link:hover,
body.button-anim-pop .footer-menu-btn:hover,
body.button-anim-pop .bottom button:hover,
body.button-anim-pop .bottom a:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .header__btn-first:active, body[data-button-anim=pop] .header__btn-second:active, body[data-button-anim=pop] .custom-btn__item:active, body[data-button-anim=pop] .block-casino__btn:active, body[data-button-anim=pop] .output-casino__item-btn:active, body[data-button-anim=pop] .sidebar__top-btn:active, body[data-button-anim=pop] .slots__link:active, body[data-button-anim=pop] .footer-menu-btn:active, body[data-button-anim=pop] .bottom button:active, body[data-button-anim=pop] .bottom a:active,
body.button-anim-pop .header__btn-first:active,
body.button-anim-pop .header__btn-second:active,
body.button-anim-pop .custom-btn__item:active,
body.button-anim-pop .block-casino__btn:active,
body.button-anim-pop .output-casino__item-btn:active,
body.button-anim-pop .sidebar__top-btn:active,
body.button-anim-pop .slots__link:active,
body.button-anim-pop .footer-menu-btn:active,
body.button-anim-pop .bottom button:active,
body.button-anim-pop .bottom a:active {
  transform: scale(1.04);
}

/* -------------------------------------------------------------------------- */
/* TablePress + core table block (CSS vars from Theme Options)                */
/* -------------------------------------------------------------------------- */
.main > .container > .wp-block-table,
.main > .container > .tablepress-table-wrapper,
.main .container > .wp-block-table,
.main .container > .tablepress-table-wrapper,
.main > .wp-block-table,
.main > .tablepress-table-wrapper,
.main-content__section > .container > .wp-block-table,
.main-content__section > .container > .tablepress-table-wrapper,
.main-content__section .container > .wp-block-table,
.main-content__section .container > .tablepress-table-wrapper,
.main-content__section > .wp-block-table,
.main-content__section > .tablepress-table-wrapper,
.content > .container > .wp-block-table,
.content > .container > .tablepress-table-wrapper,
.content .container > .wp-block-table,
.content .container > .tablepress-table-wrapper,
.content > .wp-block-table,
.content > .tablepress-table-wrapper,
.container > .container > .wp-block-table,
.container > .container > .tablepress-table-wrapper,
.container .container > .wp-block-table,
.container .container > .tablepress-table-wrapper,
.container > .wp-block-table,
.container > .tablepress-table-wrapper,
.container.main__wrapper > .container > .wp-block-table,
.container.main__wrapper > .container > .tablepress-table-wrapper,
.container.main__wrapper .container > .wp-block-table,
.container.main__wrapper .container > .tablepress-table-wrapper,
.container.main__wrapper > .wp-block-table,
.container.main__wrapper > .tablepress-table-wrapper {
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 1450px));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  overflow-x: auto;
}
.main > .container > table.tablepress,
.main > .container > table[id^=tablepress-],
.main .container > table.tablepress,
.main .container > table[id^=tablepress-],
.main > table.tablepress,
.main > table[id^=tablepress-],
.main-content__section > .container > table.tablepress,
.main-content__section > .container > table[id^=tablepress-],
.main-content__section .container > table.tablepress,
.main-content__section .container > table[id^=tablepress-],
.main-content__section > table.tablepress,
.main-content__section > table[id^=tablepress-],
.content > .container > table.tablepress,
.content > .container > table[id^=tablepress-],
.content .container > table.tablepress,
.content .container > table[id^=tablepress-],
.content > table.tablepress,
.content > table[id^=tablepress-],
.container > .container > table.tablepress,
.container > .container > table[id^=tablepress-],
.container .container > table.tablepress,
.container .container > table[id^=tablepress-],
.container > table.tablepress,
.container > table[id^=tablepress-],
.container.main__wrapper > .container > table.tablepress,
.container.main__wrapper > .container > table[id^=tablepress-],
.container.main__wrapper .container > table.tablepress,
.container.main__wrapper .container > table[id^=tablepress-],
.container.main__wrapper > table.tablepress,
.container.main__wrapper > table[id^=tablepress-] {
  display: table;
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 1450px));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
.main .tablepress-table-wrapper table.tablepress,
.main .tablepress-table-wrapper table[id^=tablepress-],
.main-content__section .tablepress-table-wrapper table.tablepress,
.main-content__section .tablepress-table-wrapper table[id^=tablepress-],
.content .tablepress-table-wrapper table.tablepress,
.content .tablepress-table-wrapper table[id^=tablepress-],
.container .tablepress-table-wrapper table.tablepress,
.container .tablepress-table-wrapper table[id^=tablepress-],
.container.main__wrapper .tablepress-table-wrapper table.tablepress,
.container.main__wrapper .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.main table.tablepress,
.main .tablepress,
.main table[id^=tablepress-],
.main .tablepress-table-wrapper,
.main .wp-block-table,
.main-content__section table.tablepress,
.main-content__section .tablepress,
.main-content__section table[id^=tablepress-],
.main-content__section .tablepress-table-wrapper,
.main-content__section .wp-block-table,
.content table.tablepress,
.content .tablepress,
.content table[id^=tablepress-],
.content .tablepress-table-wrapper,
.content .wp-block-table,
.container table.tablepress,
.container .tablepress,
.container table[id^=tablepress-],
.container .tablepress-table-wrapper,
.container .wp-block-table,
.container.main__wrapper table.tablepress,
.container.main__wrapper .tablepress,
.container.main__wrapper table[id^=tablepress-],
.container.main__wrapper .tablepress-table-wrapper,
.container.main__wrapper .wp-block-table {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.main table.tablepress,
.main .tablepress,
.main table[id^=tablepress-],
.main-content__section table.tablepress,
.main-content__section .tablepress,
.main-content__section table[id^=tablepress-],
.content table.tablepress,
.content .tablepress,
.content table[id^=tablepress-],
.container table.tablepress,
.container .tablepress,
.container table[id^=tablepress-],
.container.main__wrapper table.tablepress,
.container.main__wrapper .tablepress,
.container.main__wrapper table[id^=tablepress-] {
  --border-color: transparent;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid var(--tablepress-row-border, transparent);
}
.main table.tablepress thead tr th,
.main .tablepress thead tr th,
.main table[id^=tablepress-] thead tr th,
.main-content__section table.tablepress thead tr th,
.main-content__section .tablepress thead tr th,
.main-content__section table[id^=tablepress-] thead tr th,
.content table.tablepress thead tr th,
.content .tablepress thead tr th,
.content table[id^=tablepress-] thead tr th,
.container table.tablepress thead tr th,
.container .tablepress thead tr th,
.container table[id^=tablepress-] thead tr th,
.container.main__wrapper table.tablepress thead tr th,
.container.main__wrapper .tablepress thead tr th,
.container.main__wrapper table[id^=tablepress-] thead tr th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.2;
  font-weight: 700;
  color: var(--tablepress-thead-text, var(--tablepress-tbody-text, inherit));
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, transparent);
  border-radius: 0;
  padding: 8px 12px;
}
.main table.tablepress tbody tr td,
.main .tablepress tbody tr td,
.main table[id^=tablepress-] tbody tr td,
.main-content__section table.tablepress tbody tr td,
.main-content__section .tablepress tbody tr td,
.main-content__section table[id^=tablepress-] tbody tr td,
.content table.tablepress tbody tr td,
.content .tablepress tbody tr td,
.content table[id^=tablepress-] tbody tr td,
.container table.tablepress tbody tr td,
.container .tablepress tbody tr td,
.container table[id^=tablepress-] tbody tr td,
.container.main__wrapper table.tablepress tbody tr td,
.container.main__wrapper .tablepress tbody tr td,
.container.main__wrapper table[id^=tablepress-] tbody tr td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.2;
  color: var(--tablepress-tbody-text, inherit);
  background: var(--tablepress-tbody-bg, transparent);
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, transparent);
  border-radius: 0;
  padding: 8px 12px;
  vertical-align: middle;
}
.main table.tablepress tbody tr:last-child td,
.main .tablepress tbody tr:last-child td,
.main table[id^=tablepress-] tbody tr:last-child td,
.main-content__section table.tablepress tbody tr:last-child td,
.main-content__section .tablepress tbody tr:last-child td,
.main-content__section table[id^=tablepress-] tbody tr:last-child td,
.content table.tablepress tbody tr:last-child td,
.content .tablepress tbody tr:last-child td,
.content table[id^=tablepress-] tbody tr:last-child td,
.container table.tablepress tbody tr:last-child td,
.container .tablepress tbody tr:last-child td,
.container table[id^=tablepress-] tbody tr:last-child td,
.container.main__wrapper table.tablepress tbody tr:last-child td,
.container.main__wrapper .tablepress tbody tr:last-child td,
.container.main__wrapper table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.main table.tablepress thead tr:first-child th:first-child,
.main .tablepress thead tr:first-child th:first-child,
.main table[id^=tablepress-] thead tr:first-child th:first-child,
.main-content__section table.tablepress thead tr:first-child th:first-child,
.main-content__section .tablepress thead tr:first-child th:first-child,
.main-content__section table[id^=tablepress-] thead tr:first-child th:first-child,
.content table.tablepress thead tr:first-child th:first-child,
.content .tablepress thead tr:first-child th:first-child,
.content table[id^=tablepress-] thead tr:first-child th:first-child,
.container table.tablepress thead tr:first-child th:first-child,
.container .tablepress thead tr:first-child th:first-child,
.container table[id^=tablepress-] thead tr:first-child th:first-child,
.container.main__wrapper table.tablepress thead tr:first-child th:first-child,
.container.main__wrapper .tablepress thead tr:first-child th:first-child,
.container.main__wrapper table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main table.tablepress thead tr:first-child th:last-child,
.main .tablepress thead tr:first-child th:last-child,
.main table[id^=tablepress-] thead tr:first-child th:last-child,
.main-content__section table.tablepress thead tr:first-child th:last-child,
.main-content__section .tablepress thead tr:first-child th:last-child,
.main-content__section table[id^=tablepress-] thead tr:first-child th:last-child,
.content table.tablepress thead tr:first-child th:last-child,
.content .tablepress thead tr:first-child th:last-child,
.content table[id^=tablepress-] thead tr:first-child th:last-child,
.container table.tablepress thead tr:first-child th:last-child,
.container .tablepress thead tr:first-child th:last-child,
.container table[id^=tablepress-] thead tr:first-child th:last-child,
.container.main__wrapper table.tablepress thead tr:first-child th:last-child,
.container.main__wrapper .tablepress thead tr:first-child th:last-child,
.container.main__wrapper table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.main .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.main table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child,
.main-content__section table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.main-content__section .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.main-content__section table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child,
.content table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.content .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.content table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child,
.container table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.container .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.container table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child,
.container.main__wrapper table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.container.main__wrapper .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.container.main__wrapper table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.main .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.main table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child,
.main-content__section table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.main-content__section .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.main-content__section table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child,
.content table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.content .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.content table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child,
.container table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.container .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.container table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child,
.container.main__wrapper table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.container.main__wrapper .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.container.main__wrapper table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main table.tablepress tbody tr:last-child td:first-child,
.main .tablepress tbody tr:last-child td:first-child,
.main table[id^=tablepress-] tbody tr:last-child td:first-child,
.main-content__section table.tablepress tbody tr:last-child td:first-child,
.main-content__section .tablepress tbody tr:last-child td:first-child,
.main-content__section table[id^=tablepress-] tbody tr:last-child td:first-child,
.content table.tablepress tbody tr:last-child td:first-child,
.content .tablepress tbody tr:last-child td:first-child,
.content table[id^=tablepress-] tbody tr:last-child td:first-child,
.container table.tablepress tbody tr:last-child td:first-child,
.container .tablepress tbody tr:last-child td:first-child,
.container table[id^=tablepress-] tbody tr:last-child td:first-child,
.container.main__wrapper table.tablepress tbody tr:last-child td:first-child,
.container.main__wrapper .tablepress tbody tr:last-child td:first-child,
.container.main__wrapper table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main table.tablepress tbody tr:last-child td:last-child,
.main .tablepress tbody tr:last-child td:last-child,
.main table[id^=tablepress-] tbody tr:last-child td:last-child,
.main-content__section table.tablepress tbody tr:last-child td:last-child,
.main-content__section .tablepress tbody tr:last-child td:last-child,
.main-content__section table[id^=tablepress-] tbody tr:last-child td:last-child,
.content table.tablepress tbody tr:last-child td:last-child,
.content .tablepress tbody tr:last-child td:last-child,
.content table[id^=tablepress-] tbody tr:last-child td:last-child,
.container table.tablepress tbody tr:last-child td:last-child,
.container .tablepress tbody tr:last-child td:last-child,
.container table[id^=tablepress-] tbody tr:last-child td:last-child,
.container.main__wrapper table.tablepress tbody tr:last-child td:last-child,
.container.main__wrapper .tablepress tbody tr:last-child td:last-child,
.container.main__wrapper table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main table.tablepress tbody tr:nth-child(even) td,
.main .tablepress tbody tr:nth-child(even) td,
.main table[id^=tablepress-] tbody tr:nth-child(even) td,
.main-content__section table.tablepress tbody tr:nth-child(even) td,
.main-content__section .tablepress tbody tr:nth-child(even) td,
.main-content__section table[id^=tablepress-] tbody tr:nth-child(even) td,
.content table.tablepress tbody tr:nth-child(even) td,
.content .tablepress tbody tr:nth-child(even) td,
.content table[id^=tablepress-] tbody tr:nth-child(even) td,
.container table.tablepress tbody tr:nth-child(even) td,
.container .tablepress tbody tr:nth-child(even) td,
.container table[id^=tablepress-] tbody tr:nth-child(even) td,
.container.main__wrapper table.tablepress tbody tr:nth-child(even) td,
.container.main__wrapper .tablepress tbody tr:nth-child(even) td,
.container.main__wrapper table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, var(--tablepress-tbody-bg, transparent));
}
.main table.tablepress tbody tr td.column-1,
.main table.tablepress tbody tr.row-odd td:first-child,
.main table.tablepress tbody tr td:first-child,
.main .tablepress tbody tr td.column-1,
.main .tablepress tbody tr td:first-child,
.main table[id^=tablepress-] tbody tr td:first-child,
.main-content__section table.tablepress tbody tr td.column-1,
.main-content__section table.tablepress tbody tr.row-odd td:first-child,
.main-content__section table.tablepress tbody tr td:first-child,
.main-content__section .tablepress tbody tr td.column-1,
.main-content__section .tablepress tbody tr td:first-child,
.main-content__section table[id^=tablepress-] tbody tr td:first-child,
.content table.tablepress tbody tr td.column-1,
.content table.tablepress tbody tr.row-odd td:first-child,
.content table.tablepress tbody tr td:first-child,
.content .tablepress tbody tr td.column-1,
.content .tablepress tbody tr td:first-child,
.content table[id^=tablepress-] tbody tr td:first-child,
.container table.tablepress tbody tr td.column-1,
.container table.tablepress tbody tr.row-odd td:first-child,
.container table.tablepress tbody tr td:first-child,
.container .tablepress tbody tr td.column-1,
.container .tablepress tbody tr td:first-child,
.container table[id^=tablepress-] tbody tr td:first-child,
.container.main__wrapper table.tablepress tbody tr td.column-1,
.container.main__wrapper table.tablepress tbody tr.row-odd td:first-child,
.container.main__wrapper table.tablepress tbody tr td:first-child,
.container.main__wrapper .tablepress tbody tr td.column-1,
.container.main__wrapper .tablepress tbody tr td:first-child,
.container.main__wrapper table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.main table.tablepress tbody tr:hover td,
.main .tablepress tbody tr:hover td,
.main table[id^=tablepress-] tbody tr:hover td,
.main-content__section table.tablepress tbody tr:hover td,
.main-content__section .tablepress tbody tr:hover td,
.main-content__section table[id^=tablepress-] tbody tr:hover td,
.content table.tablepress tbody tr:hover td,
.content .tablepress tbody tr:hover td,
.content table[id^=tablepress-] tbody tr:hover td,
.container table.tablepress tbody tr:hover td,
.container .tablepress tbody tr:hover td,
.container table[id^=tablepress-] tbody tr:hover td,
.container.main__wrapper table.tablepress tbody tr:hover td,
.container.main__wrapper .tablepress tbody tr:hover td,
.container.main__wrapper table[id^=tablepress-] tbody tr:hover td {
  background: var(--tablepress-alt-row-bg, var(--tablepress-tbody-bg, transparent));
}
.main .wp-block-table table,
.main-content__section .wp-block-table table,
.content .wp-block-table table,
.container .wp-block-table table,
.container.main__wrapper .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid var(--tablepress-row-border, transparent);
}
.main .wp-block-table thead th,
.main-content__section .wp-block-table thead th,
.content .wp-block-table thead th,
.container .wp-block-table thead th,
.container.main__wrapper .wp-block-table thead th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.2;
  font-weight: 700;
  color: var(--tablepress-thead-text, var(--tablepress-tbody-text, inherit));
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, transparent);
  border-radius: 0;
  padding: 8px 12px;
}
.main .wp-block-table tbody td,
.main-content__section .wp-block-table tbody td,
.content .wp-block-table tbody td,
.container .wp-block-table tbody td,
.container.main__wrapper .wp-block-table tbody td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.2;
  color: var(--tablepress-tbody-text, inherit);
  background: var(--tablepress-tbody-bg, transparent);
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, transparent);
  border-radius: 0;
  padding: 8px 12px;
  vertical-align: middle;
}
.main .wp-block-table tbody tr:last-child td,
.main-content__section .wp-block-table tbody tr:last-child td,
.content .wp-block-table tbody tr:last-child td,
.container .wp-block-table tbody tr:last-child td,
.container.main__wrapper .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.main .wp-block-table thead tr:first-child th:first-child,
.main-content__section .wp-block-table thead tr:first-child th:first-child,
.content .wp-block-table thead tr:first-child th:first-child,
.container .wp-block-table thead tr:first-child th:first-child,
.container.main__wrapper .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main .wp-block-table thead tr:first-child th:last-child,
.main-content__section .wp-block-table thead tr:first-child th:last-child,
.content .wp-block-table thead tr:first-child th:last-child,
.container .wp-block-table thead tr:first-child th:last-child,
.container.main__wrapper .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child,
.main-content__section .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child,
.content .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child,
.container .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child,
.container.main__wrapper .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child,
.main-content__section .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child,
.content .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child,
.container .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child,
.container.main__wrapper .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main .wp-block-table tbody tr:last-child td:first-child,
.main-content__section .wp-block-table tbody tr:last-child td:first-child,
.content .wp-block-table tbody tr:last-child td:first-child,
.container .wp-block-table tbody tr:last-child td:first-child,
.container.main__wrapper .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main .wp-block-table tbody tr:last-child td:last-child,
.main-content__section .wp-block-table tbody tr:last-child td:last-child,
.content .wp-block-table tbody tr:last-child td:last-child,
.container .wp-block-table tbody tr:last-child td:last-child,
.container.main__wrapper .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main .wp-block-table tbody tr:nth-child(even) td,
.main-content__section .wp-block-table tbody tr:nth-child(even) td,
.content .wp-block-table tbody tr:nth-child(even) td,
.container .wp-block-table tbody tr:nth-child(even) td,
.container.main__wrapper .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, var(--tablepress-tbody-bg, transparent));
}
.main .wp-block-table tbody tr:hover td,
.main-content__section .wp-block-table tbody tr:hover td,
.content .wp-block-table tbody tr:hover td,
.container .wp-block-table tbody tr:hover td,
.container.main__wrapper .wp-block-table tbody tr:hover td {
  background: var(--tablepress-alt-row-bg, var(--tablepress-tbody-bg, transparent));
}
.main .wp-block-table tbody td:first-child,
.main-content__section .wp-block-table tbody td:first-child,
.content .wp-block-table tbody td:first-child,
.container .wp-block-table tbody td:first-child,
.container.main__wrapper .wp-block-table tbody td:first-child {
  font-weight: 700;
}
