main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
}

body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  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 {
  width: 100%;
  box-sizing: border-box;
  max-width: 1300px;
  padding: 0;
  margin: 0 auto;
}

.padding {
  padding: 0 15px;
}

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

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}
input::placeholder {
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

button {
  border: none;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

.filter-providers::-webkit-scrollbar {
  background-color: #5d5f69;
  border-radius: 4px;
  width: 6px;
}

.filter-providers::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 4px;
}

.filter-providers__svg-active {
  opacity: 1;
}

.faq__box {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
}

.content .faq .faq__title {
  margin: 0 !important;
  cursor: pointer;
  position: relative;
}

.content .faq .faq__title svg {
  position: absolute;
  right: 0;
  top: 0;
}

.faq__text {
  display: none;
  margin-top: 10px;
}

.up-btn {
  position: fixed;
  right: 20px;
  bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

@media (max-width: 990px) {
  .up-btn {
    bottom: 40px;
    right: 10px;
  }
}
.up-btn-active {
  opacity: 1;
  pointer-events: auto;
}

body[data-button-anim]:not([data-button-anim=none]) .header__btn-1, body[data-button-anim]:not([data-button-anim=none]) .header__btn-2, body[data-button-anim]:not([data-button-anim=none]) .play-section__btn, body[data-button-anim]:not([data-button-anim=none]) .slider-section__btn, body[data-button-anim]:not([data-button-anim=none]) .footer__social button, body[data-button-anim]:not([data-button-anim=none]) .footer__social a,
body[class*=button-anim-] .header__btn-1,
body[class*=button-anim-] .header__btn-2,
body[class*=button-anim-] .play-section__btn,
body[class*=button-anim-] .slider-section__btn,
body[class*=button-anim-] .footer__social button,
body[class*=button-anim-] .footer__social a {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .header__btn-1, body[data-button-anim=lift] .header__btn-2, body[data-button-anim=lift] .play-section__btn, body[data-button-anim=lift] .slider-section__btn, body[data-button-anim=lift] .footer__social button, body[data-button-anim=lift] .footer__social a,
body.button-anim-lift .header__btn-1,
body.button-anim-lift .header__btn-2,
body.button-anim-lift .play-section__btn,
body.button-anim-lift .slider-section__btn,
body.button-anim-lift .footer__social button,
body.button-anim-lift .footer__social a {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .header__btn-1:hover, body[data-button-anim=lift] .header__btn-2:hover, body[data-button-anim=lift] .play-section__btn:hover, body[data-button-anim=lift] .slider-section__btn:hover, body[data-button-anim=lift] .footer__social button:hover, body[data-button-anim=lift] .footer__social a:hover,
body.button-anim-lift .header__btn-1:hover,
body.button-anim-lift .header__btn-2:hover,
body.button-anim-lift .play-section__btn:hover,
body.button-anim-lift .slider-section__btn:hover,
body.button-anim-lift .footer__social button:hover,
body.button-anim-lift .footer__social a:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .header__btn-1:active, body[data-button-anim=lift] .header__btn-2:active, body[data-button-anim=lift] .play-section__btn:active, body[data-button-anim=lift] .slider-section__btn:active, body[data-button-anim=lift] .footer__social button:active, body[data-button-anim=lift] .footer__social a:active,
body.button-anim-lift .header__btn-1:active,
body.button-anim-lift .header__btn-2:active,
body.button-anim-lift .play-section__btn:active,
body.button-anim-lift .slider-section__btn:active,
body.button-anim-lift .footer__social button:active,
body.button-anim-lift .footer__social a:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .header__btn-1, body[data-button-anim=scale] .header__btn-2, body[data-button-anim=scale] .play-section__btn, body[data-button-anim=scale] .slider-section__btn, body[data-button-anim=scale] .footer__social button, body[data-button-anim=scale] .footer__social a,
body.button-anim-scale .header__btn-1,
body.button-anim-scale .header__btn-2,
body.button-anim-scale .play-section__btn,
body.button-anim-scale .slider-section__btn,
body.button-anim-scale .footer__social button,
body.button-anim-scale .footer__social a {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .header__btn-1:hover, body[data-button-anim=scale] .header__btn-2:hover, body[data-button-anim=scale] .play-section__btn:hover, body[data-button-anim=scale] .slider-section__btn:hover, body[data-button-anim=scale] .footer__social button:hover, body[data-button-anim=scale] .footer__social a:hover,
body.button-anim-scale .header__btn-1:hover,
body.button-anim-scale .header__btn-2:hover,
body.button-anim-scale .play-section__btn:hover,
body.button-anim-scale .slider-section__btn:hover,
body.button-anim-scale .footer__social button:hover,
body.button-anim-scale .footer__social a:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .header__btn-1:active, body[data-button-anim=scale] .header__btn-2:active, body[data-button-anim=scale] .play-section__btn:active, body[data-button-anim=scale] .slider-section__btn:active, body[data-button-anim=scale] .footer__social button:active, body[data-button-anim=scale] .footer__social a:active,
body.button-anim-scale .header__btn-1:active,
body.button-anim-scale .header__btn-2:active,
body.button-anim-scale .play-section__btn:active,
body.button-anim-scale .slider-section__btn:active,
body.button-anim-scale .footer__social button:active,
body.button-anim-scale .footer__social a:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .header__btn-1, body[data-button-anim=pop] .header__btn-2, body[data-button-anim=pop] .play-section__btn, body[data-button-anim=pop] .slider-section__btn, body[data-button-anim=pop] .footer__social button, body[data-button-anim=pop] .footer__social a,
body.button-anim-pop .header__btn-1,
body.button-anim-pop .header__btn-2,
body.button-anim-pop .play-section__btn,
body.button-anim-pop .slider-section__btn,
body.button-anim-pop .footer__social button,
body.button-anim-pop .footer__social a {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .header__btn-1:hover, body[data-button-anim=pop] .header__btn-2:hover, body[data-button-anim=pop] .play-section__btn:hover, body[data-button-anim=pop] .slider-section__btn:hover, body[data-button-anim=pop] .footer__social button:hover, body[data-button-anim=pop] .footer__social a:hover,
body.button-anim-pop .header__btn-1:hover,
body.button-anim-pop .header__btn-2:hover,
body.button-anim-pop .play-section__btn:hover,
body.button-anim-pop .slider-section__btn:hover,
body.button-anim-pop .footer__social button:hover,
body.button-anim-pop .footer__social a:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .header__btn-1:active, body[data-button-anim=pop] .header__btn-2:active, body[data-button-anim=pop] .play-section__btn:active, body[data-button-anim=pop] .slider-section__btn:active, body[data-button-anim=pop] .footer__social button:active, body[data-button-anim=pop] .footer__social a:active,
body.button-anim-pop .header__btn-1:active,
body.button-anim-pop .header__btn-2:active,
body.button-anim-pop .play-section__btn:active,
body.button-anim-pop .slider-section__btn:active,
body.button-anim-pop .footer__social button:active,
body.button-anim-pop .footer__social a:active {
  transform: scale(1.04);
}

/* -------------------------------------------------------------------------- */
/* TablePress + core table block (CSS vars from Theme Options)                */
/* -------------------------------------------------------------------------- */
.content > .container > .wp-block-table,
.content > .container > .tablepress-table-wrapper,
.content .container > .wp-block-table,
.content .container > .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 > .container > table.tablepress,
.content > .container > table[id^=tablepress-],
.content .container > table.tablepress,
.content .container > 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;
}

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