@charset "UTF-8";
/**
 * Theme constants and base styles.
 * SCSS: assets/css/constant/constant.scss
 * CSS (compiled by IDE): assets/css/constant/constant.css
 *
 * Site fonts are enqueued selectively via include/enqueue/styles-fonts.p-18a6bac.
 */
body {
  font-family: var(--site-font-family, "Montserrat", sans-serif);
  color: var(--text-color);
  line-height: var(--content-line-height, 1.5);
  letter-spacing: var(--content-letter-spacing, 0);
}

main,
.s-af18da1 {
  min-height: calc(100vh - var(--header-height, 120px));
  padding-top: var(--header-height, 120px);
  box-sizing: border-box;
  background-color: var(--main-bg, var(--bg-body, var(--block-bg, #211442)));
}

.admin-bar main,
.admin-bar .s-af18da1 {
  padding-top: calc(var(--header-height, 120px) + 32px);
}

@media screen and (max-width: 782px) {
  .admin-bar main,
  .admin-bar .s-af18da1 {
    padding-top: calc(var(--header-height, 80px) + 46px);
  }
}
html,
body {
  background-color: var(--bg-body, var(--main-bg, var(--block-bg, #211442)));
  background-image: none;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: var(--content-body-font-size, 16px);
  font-weight: 400;
  line-height: var(--content-line-height, 1.5);
  margin-bottom: 20px;
}

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

h1 {
  font-size: var(--content-h1-font-size, 36px);
}

h2 {
  color: var(--color-for-titles, var(--color-for-h2-titles));
  font-size: var(--content-h2-font-size, 32px);
  font-weight: 500;
}

h3 {
  color: var(--color-for-titles, var(--color-for-h3-titles));
  font-size: var(--content-h3-font-size, 26px);
  font-weight: 400;
}

h4 {
  color: var(--color-for-titles, var(--color-for-h4-titles));
  font-size: var(--content-h4-font-size, 22px);
}

h5 {
  color: var(--color-for-titles, var(--color-for-h5-titles));
  font-size: var(--content-h5-font-size, 18px);
}

@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 15px;
  }
}
img {
  color: transparent;
}

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

.c-e68bfe1 {
  width: 100%;
  box-sizing: border-box;
  max-width: var(--site-container-width, 1200px);
  padding: 0 15px;
  margin: 0 auto;
}

.p-8c77a8f {
  padding: 0 15px;
}

.m-39d86de {
  margin-top: var(--section-spacing-top, 40px);
  margin-bottom: var(--section-spacing-bottom, 40px);
}

a,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.o-794d3b1 {
  overflow: hidden;
}

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

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

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

.tablepress {
  width: 100%;
  margin: 24px 0 32px;
  border-collapse: separate;
  border-spacing: 0 5px;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  background: var(--tablepress-tbody-bg, var(--block-bg, transparent));
  overflow: hidden;
}
.tablepress thead tr th,
.tablepress tfoot tr th {
  padding: 14px 16px;
  color: var(--tablepress-thead-text, var(--tablepress-tbody-text, #ffffff));
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: 1px solid var(--tablepress-row-border, var(--tablepress-border-color, transparent));
  border-bottom: none;
  font-size: var(--tablepress-font-size, 16px);
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}
.tablepress thead tr:first-child th:first-child,
.tablepress tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.tablepress thead tr:first-child th:last-child,
.tablepress tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.tablepress tbody tr td {
  padding: 14px 16px;
  color: var(--tablepress-tbody-text, #ffffff);
  background: var(--tablepress-tbody-bg, var(--block-bg, transparent));
  border: 1px solid var(--tablepress-row-border, var(--tablepress-border-color, transparent));
  border-top: none;
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.35;
}
.tablepress tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, var(--tablepress-stripe-bg, var(--tablepress-tbody-bg, var(--block-bg, transparent))));
}
.tablepress tbody tr:last-child td:first-child,
.tablepress tfoot tr:last-child th:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.tablepress tbody tr:last-child td:last-child,
.tablepress tfoot tr:last-child th:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}

.tablepress-responsive-wrapper {
  margin: 24px 0 32px;
  overflow-x: auto;
}
.tablepress-responsive-wrapper .tablepress {
  margin-top: 0;
  margin-bottom: 0;
}

ul, ol {
  padding-left: 20px;
}

ol li {
  font-size: var(--content-body-font-size, 16px);
  line-height: 1.3;
  padding-left: 10px;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  position: relative;
  font-size: var(--content-body-font-size, 16px);
  line-height: 1.3;
  padding-left: 30px;
}

ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
}

.b-5eebbc4 {
  display: inline-flex;
  width: auto;
  padding: 12px 24px;
  background: var(--button-bg);
  color: var(--button-text-color);
  border-radius: var(--button-border-radius, 10px);
  font-size: var(--button-font-size, 16px);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.b-bcb4806 {
  display: inline-flex;
  width: auto;
  padding: 12px 24px;
  background: var(--swiper-nav-bg, #444e66);
  color: var(--button-text-color);
  border-radius: var(--button-border-radius, 10px);
  font-size: var(--button-font-size, 16px);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.s-005eade {
  position: fixed;
  right: 60px;
  bottom: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: var(--button-border-radius, 10px);
  background: var(--btn-up-to-top-bg, #596273);
  color: #fff;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.s-005eade .s-02f75a5 {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.s-005eade.i-5f5046c {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 568px) {
  .s-005eade {
    right: 20px;
    bottom: 20px;
  }
}
