@charset "UTF-8";
main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
}

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

textarea {
  font-family: var(--site-font-family, "Montserrat", system-ui, sans-serif);
}

p {
  margin: 0;
  padding: 0;
}

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

img {
  color: transparent;
}

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

.c-87a701e {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

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

.m-587b469 {
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .m-587b469 {
    margin-bottom: 20px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.o-d2e6692 {
  overflow: hidden;
}

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

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

ul {
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0;
}

button {
  border: none;
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

/* TablePress + core table block (CSS vars from Theme Options)                */
/* -------------------------------------------------------------------------- */
.content > .c-87a701e > .wp-block-table,
.content > .c-87a701e > .tablepress-table-wrapper,
.content .c-87a701e > .wp-block-table,
.content .c-87a701e > .tablepress-table-wrapper {
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 1300px));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  overflow-x: auto;
}
.content > .c-87a701e > table.tablepress,
.content > .c-87a701e > table[id^=tablepress-],
.content .c-87a701e > table.tablepress,
.content .c-87a701e > table[id^=tablepress-] {
  display: table;
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 1300px));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
.content .tablepress-table-wrapper table.tablepress,
.content .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.content table.tablepress,
.content .tablepress,
.content table[id^=tablepress-],
.content .tablepress-table-wrapper,
.content .wp-block-table {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.content table.tablepress,
.content .tablepress,
.content 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 rgba(255, 255, 255, 0.1);
}
.content table.tablepress thead tr th,
.content .tablepress thead tr th,
.content table[id^=tablepress-] thead tr th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, #fff);
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
.content table.tablepress tbody tr td,
.content .tablepress tbody tr td,
.content table[id^=tablepress-] tbody tr td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, #fff);
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
.content table.tablepress tbody tr:last-child td,
.content .tablepress tbody tr:last-child td,
.content table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.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 {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.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 {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.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 {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.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 {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.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 {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.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 {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.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 {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.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 {
  font-weight: 700;
}
.content table.tablepress tbody tr:hover td,
.content .tablepress tbody tr:hover td,
.content table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.content .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 rgba(255, 255, 255, 0.1);
}
.content .wp-block-table thead th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, #fff);
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
.content .wp-block-table tbody td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, #fff);
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
.content .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.content .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .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));
}
.content .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));
}
.content .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.content .wp-block-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.content .wp-block-table tbody td:first-child {
  font-weight: 700;
}

.content .i-0a0f2d6 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.content .i-d720dba {
  width: fit-content;
  height: 100%;
}
.content .i-0a0f2d6 img {
  object-fit: contain;
  margin: 0;
  width: fit-content;
}

/* Option-driven link / table colors (values from :root vars) */
.t-07e8a58:nth-child(2n) p {
  background: var(--color-table-text-bg);
}

.t-07e8a58:nth-child(1) p {
  background: var(--color-table-title-bg);
}

.t-07e8a58 p {
  color: var(--color-table-text);
}

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

.f-212b5a0 button {
  color: var(--color-link-footer);
}

.n-aaff014 a {
  color: var(--color-link-header);
}

/* Button hover animations (ACF: button_hover_animation → body[data-button-anim]) */
body[data-button-anim]:not([data-button-anim=none]) .b-a8feef4, body[data-button-anim]:not([data-button-anim=none]) .r-447e914, body[data-button-anim]:not([data-button-anim=none]) .h-be12996 button, body[data-button-anim]:not([data-button-anim=none]) .h-be12996, body[data-button-anim]:not([data-button-anim=none]) .m-9b666f9, body[data-button-anim]:not([data-button-anim=none]) .s-dd5fe9d, body[data-button-anim]:not([data-button-anim=none]) .s-5b2ac91, body[data-button-anim]:not([data-button-anim=none]) .s-a4b688f, body[data-button-anim]:not([data-button-anim=none]) .t-8ecc5a1, body[data-button-anim]:not([data-button-anim=none]) .b-c8a2a5b, body[data-button-anim]:not([data-button-anim=none]) .f-f59b18e,
body[class*=button-anim-] .b-a8feef4,
body[class*=button-anim-] .r-447e914,
body[class*=button-anim-] .h-be12996 button,
body[class*=button-anim-] .h-be12996,
body[class*=button-anim-] .m-9b666f9,
body[class*=button-anim-] .s-dd5fe9d,
body[class*=button-anim-] .s-5b2ac91,
body[class*=button-anim-] .s-a4b688f,
body[class*=button-anim-] .t-8ecc5a1,
body[class*=button-anim-] .b-c8a2a5b,
body[class*=button-anim-] .f-f59b18e {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .b-a8feef4, body[data-button-anim=lift] .r-447e914, body[data-button-anim=lift] .h-be12996 button, body[data-button-anim=lift] .h-be12996, body[data-button-anim=lift] .m-9b666f9, body[data-button-anim=lift] .s-dd5fe9d, body[data-button-anim=lift] .s-5b2ac91, body[data-button-anim=lift] .s-a4b688f, body[data-button-anim=lift] .t-8ecc5a1, body[data-button-anim=lift] .b-c8a2a5b, body[data-button-anim=lift] .f-f59b18e,
body.b-c76fdd1 .b-a8feef4,
body.b-c76fdd1 .r-447e914,
body.b-c76fdd1 .h-be12996 button,
body.b-c76fdd1 .h-be12996,
body.b-c76fdd1 .m-9b666f9,
body.b-c76fdd1 .s-dd5fe9d,
body.b-c76fdd1 .s-5b2ac91,
body.b-c76fdd1 .s-a4b688f,
body.b-c76fdd1 .t-8ecc5a1,
body.b-c76fdd1 .b-c8a2a5b,
body.b-c76fdd1 .f-f59b18e {
  transition: transform 0.28s ease;
}
body[data-button-anim=lift] .b-a8feef4:hover, body[data-button-anim=lift] .r-447e914:hover, body[data-button-anim=lift] .h-be12996 button:hover, body[data-button-anim=lift] .h-be12996:hover, body[data-button-anim=lift] .m-9b666f9:hover, body[data-button-anim=lift] .s-dd5fe9d:hover, body[data-button-anim=lift] .s-5b2ac91:hover, body[data-button-anim=lift] .s-a4b688f:hover, body[data-button-anim=lift] .t-8ecc5a1:hover, body[data-button-anim=lift] .b-c8a2a5b:hover, body[data-button-anim=lift] .f-f59b18e:hover,
body.b-c76fdd1 .b-a8feef4:hover,
body.b-c76fdd1 .r-447e914:hover,
body.b-c76fdd1 .h-be12996 button:hover,
body.b-c76fdd1 .h-be12996:hover,
body.b-c76fdd1 .m-9b666f9:hover,
body.b-c76fdd1 .s-dd5fe9d:hover,
body.b-c76fdd1 .s-5b2ac91:hover,
body.b-c76fdd1 .s-a4b688f:hover,
body.b-c76fdd1 .t-8ecc5a1:hover,
body.b-c76fdd1 .b-c8a2a5b:hover,
body.b-c76fdd1 .f-f59b18e:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .b-a8feef4:active, body[data-button-anim=lift] .r-447e914:active, body[data-button-anim=lift] .h-be12996 button:active, body[data-button-anim=lift] .h-be12996:active, body[data-button-anim=lift] .m-9b666f9:active, body[data-button-anim=lift] .s-dd5fe9d:active, body[data-button-anim=lift] .s-5b2ac91:active, body[data-button-anim=lift] .s-a4b688f:active, body[data-button-anim=lift] .t-8ecc5a1:active, body[data-button-anim=lift] .b-c8a2a5b:active, body[data-button-anim=lift] .f-f59b18e:active,
body.b-c76fdd1 .b-a8feef4:active,
body.b-c76fdd1 .r-447e914:active,
body.b-c76fdd1 .h-be12996 button:active,
body.b-c76fdd1 .h-be12996:active,
body.b-c76fdd1 .m-9b666f9:active,
body.b-c76fdd1 .s-dd5fe9d:active,
body.b-c76fdd1 .s-5b2ac91:active,
body.b-c76fdd1 .s-a4b688f:active,
body.b-c76fdd1 .t-8ecc5a1:active,
body.b-c76fdd1 .b-c8a2a5b:active,
body.b-c76fdd1 .f-f59b18e:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .b-a8feef4, body[data-button-anim=scale] .r-447e914, body[data-button-anim=scale] .h-be12996 button, body[data-button-anim=scale] .h-be12996, body[data-button-anim=scale] .m-9b666f9, body[data-button-anim=scale] .s-dd5fe9d, body[data-button-anim=scale] .s-5b2ac91, body[data-button-anim=scale] .s-a4b688f, body[data-button-anim=scale] .t-8ecc5a1, body[data-button-anim=scale] .b-c8a2a5b, body[data-button-anim=scale] .f-f59b18e,
body.b-8d77e78 .b-a8feef4,
body.b-8d77e78 .r-447e914,
body.b-8d77e78 .h-be12996 button,
body.b-8d77e78 .h-be12996,
body.b-8d77e78 .m-9b666f9,
body.b-8d77e78 .s-dd5fe9d,
body.b-8d77e78 .s-5b2ac91,
body.b-8d77e78 .s-a4b688f,
body.b-8d77e78 .t-8ecc5a1,
body.b-8d77e78 .b-c8a2a5b,
body.b-8d77e78 .f-f59b18e {
  transition: transform 0.28s ease;
}
body[data-button-anim=scale] .b-a8feef4:hover, body[data-button-anim=scale] .r-447e914:hover, body[data-button-anim=scale] .h-be12996 button:hover, body[data-button-anim=scale] .h-be12996:hover, body[data-button-anim=scale] .m-9b666f9:hover, body[data-button-anim=scale] .s-dd5fe9d:hover, body[data-button-anim=scale] .s-5b2ac91:hover, body[data-button-anim=scale] .s-a4b688f:hover, body[data-button-anim=scale] .t-8ecc5a1:hover, body[data-button-anim=scale] .b-c8a2a5b:hover, body[data-button-anim=scale] .f-f59b18e:hover,
body.b-8d77e78 .b-a8feef4:hover,
body.b-8d77e78 .r-447e914:hover,
body.b-8d77e78 .h-be12996 button:hover,
body.b-8d77e78 .h-be12996:hover,
body.b-8d77e78 .m-9b666f9:hover,
body.b-8d77e78 .s-dd5fe9d:hover,
body.b-8d77e78 .s-5b2ac91:hover,
body.b-8d77e78 .s-a4b688f:hover,
body.b-8d77e78 .t-8ecc5a1:hover,
body.b-8d77e78 .b-c8a2a5b:hover,
body.b-8d77e78 .f-f59b18e:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .b-a8feef4:active, body[data-button-anim=scale] .r-447e914:active, body[data-button-anim=scale] .h-be12996 button:active, body[data-button-anim=scale] .h-be12996:active, body[data-button-anim=scale] .m-9b666f9:active, body[data-button-anim=scale] .s-dd5fe9d:active, body[data-button-anim=scale] .s-5b2ac91:active, body[data-button-anim=scale] .s-a4b688f:active, body[data-button-anim=scale] .t-8ecc5a1:active, body[data-button-anim=scale] .b-c8a2a5b:active, body[data-button-anim=scale] .f-f59b18e:active,
body.b-8d77e78 .b-a8feef4:active,
body.b-8d77e78 .r-447e914:active,
body.b-8d77e78 .h-be12996 button:active,
body.b-8d77e78 .h-be12996:active,
body.b-8d77e78 .m-9b666f9:active,
body.b-8d77e78 .s-dd5fe9d:active,
body.b-8d77e78 .s-5b2ac91:active,
body.b-8d77e78 .s-a4b688f:active,
body.b-8d77e78 .t-8ecc5a1:active,
body.b-8d77e78 .b-c8a2a5b:active,
body.b-8d77e78 .f-f59b18e:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .b-a8feef4, body[data-button-anim=pop] .r-447e914, body[data-button-anim=pop] .h-be12996 button, body[data-button-anim=pop] .h-be12996, body[data-button-anim=pop] .m-9b666f9, body[data-button-anim=pop] .s-dd5fe9d, body[data-button-anim=pop] .s-5b2ac91, body[data-button-anim=pop] .s-a4b688f, body[data-button-anim=pop] .t-8ecc5a1, body[data-button-anim=pop] .b-c8a2a5b, body[data-button-anim=pop] .f-f59b18e,
body.b-e17ef27 .b-a8feef4,
body.b-e17ef27 .r-447e914,
body.b-e17ef27 .h-be12996 button,
body.b-e17ef27 .h-be12996,
body.b-e17ef27 .m-9b666f9,
body.b-e17ef27 .s-dd5fe9d,
body.b-e17ef27 .s-5b2ac91,
body.b-e17ef27 .s-a4b688f,
body.b-e17ef27 .t-8ecc5a1,
body.b-e17ef27 .b-c8a2a5b,
body.b-e17ef27 .f-f59b18e {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body[data-button-anim=pop] .b-a8feef4:hover, body[data-button-anim=pop] .r-447e914:hover, body[data-button-anim=pop] .h-be12996 button:hover, body[data-button-anim=pop] .h-be12996:hover, body[data-button-anim=pop] .m-9b666f9:hover, body[data-button-anim=pop] .s-dd5fe9d:hover, body[data-button-anim=pop] .s-5b2ac91:hover, body[data-button-anim=pop] .s-a4b688f:hover, body[data-button-anim=pop] .t-8ecc5a1:hover, body[data-button-anim=pop] .b-c8a2a5b:hover, body[data-button-anim=pop] .f-f59b18e:hover,
body.b-e17ef27 .b-a8feef4:hover,
body.b-e17ef27 .r-447e914:hover,
body.b-e17ef27 .h-be12996 button:hover,
body.b-e17ef27 .h-be12996:hover,
body.b-e17ef27 .m-9b666f9:hover,
body.b-e17ef27 .s-dd5fe9d:hover,
body.b-e17ef27 .s-5b2ac91:hover,
body.b-e17ef27 .s-a4b688f:hover,
body.b-e17ef27 .t-8ecc5a1:hover,
body.b-e17ef27 .b-c8a2a5b:hover,
body.b-e17ef27 .f-f59b18e:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .b-a8feef4:active, body[data-button-anim=pop] .r-447e914:active, body[data-button-anim=pop] .h-be12996 button:active, body[data-button-anim=pop] .h-be12996:active, body[data-button-anim=pop] .m-9b666f9:active, body[data-button-anim=pop] .s-dd5fe9d:active, body[data-button-anim=pop] .s-5b2ac91:active, body[data-button-anim=pop] .s-a4b688f:active, body[data-button-anim=pop] .t-8ecc5a1:active, body[data-button-anim=pop] .b-c8a2a5b:active, body[data-button-anim=pop] .f-f59b18e:active,
body.b-e17ef27 .b-a8feef4:active,
body.b-e17ef27 .r-447e914:active,
body.b-e17ef27 .h-be12996 button:active,
body.b-e17ef27 .h-be12996:active,
body.b-e17ef27 .m-9b666f9:active,
body.b-e17ef27 .s-dd5fe9d:active,
body.b-e17ef27 .s-5b2ac91:active,
body.b-e17ef27 .s-a4b688f:active,
body.b-e17ef27 .t-8ecc5a1:active,
body.b-e17ef27 .b-c8a2a5b:active,
body.b-e17ef27 .f-f59b18e:active {
  transform: scale(1.04);
}

/*# sourceMappingURL=constant.css.map */
