.block_table {
  --table-border-radius25: calc(
    15px + (25 - 15) * (calc(100vw / var(--table-zoom)) - 320px) / (1920 - 320)
  );
  --table-gap77: calc(
    30px + (77 - 30) * (calc(100vw / var(--table-zoom)) - 320px) / (1920 - 320)
  );

  --table-zoom: 1;
  --c-btn-primary: #94a7d5;
  --c-dark-blue: #3f5286;
  position: relative;
  margin-bottom: 7.5rem;
}

.block_table .block_table-content thead tr th:not(:first-child) {
  border-left: 1px solid rgba(19, 38, 88, 0.1);
}

.block_table.block_table-three-columns table.block_table-content {
  table-layout: fixed;
}

.block_table.block_table-three-columns table.block_table-content th:first-child,
.block_table.block_table-three-columns
  table.block_table-content
  td:first-child {
  min-width: 12.5rem;
}

.block_table.block_table-three-columns
  table.block_table-content
  th:not(:first-child),
.block_table.block_table-three-columns
  table.block_table-content
  td:not(:first-child) {
  width: auto;
}

.block_table.block_table-three-columns
  table.block_table-content
  td:first-child {
  white-space: nowrap;
}

.block_table .block_table-wrapper {
  background-color: var(--c-light-grey-2, #f6f8fe);
  border-radius: var(--table-border-radius25);
  padding: 1.25rem;
  position: relative;
  margin-top: 3.75rem;
}

.block_table table.block_table-content td br {
  display: none;
}

.block_table .block_table-scroll-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.block_table table.block_table-content {
  border-collapse: collapse;
  line-height: 120%;
  width: 100%;
  min-width: auto;
}

.block_table table.block_table-content th,
.block_table table.block_table-content td {
  padding: 0.625rem;
}

.block_table table.block_table-content th {
  font-weight: 400;
  text-align: left;
}

.block_table table.block_table-content tr th:first-child,
.block_table table.block_table-content tr td:first-child {
  padding-left: 0;
}

.block_table table.block_table-content td {
  border: 1px solid rgba(19, 38, 88, 0.1);
  border-left: none;
}

.block_table.block_table-three-columns
  table.block_table-content
  tr
  td:first-child {
  font-weight: 600;
}

.block_table.block_table-three-columns
  .block_table-content
  thead
  tr
  th:not(:first-child) {
  font-weight: 600;
}

.block_table.block_table-three-columns
  table.block_table-content
  tr
  td:not(:first-child) {
  font-weight: 400;
}

.block_table table.block_table-content tr td:not(:first-child) {
  font-weight: 600;
}

.block_table table.block_table-content td:last-child {
  border-right: none;
}

.block_table .block_table-content tbody tr:last-child td {
  border-bottom: none;
}

.block_table .block_table_scroll-buttons {
  display: none;
  justify-content: flex-end;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.block_table .block_table_scroll-btn {
  width: 50px;
  height: 50px;
  background-color: var(--c-btn-primary, #94a7d5);
  border-radius: 0.625rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.block_table .block_table_scroll-btn:hover {
  background-color: var(--c-dark-blue, #3f5286);
}

.block_table .block_table_scroll-btn:active {
  transform: scale(0.95);
}

.block_table .block_table__title {
  text-align: center;
  margin-bottom: 1.875rem;
}

.block_table
  .block_table__title
  br:not(.br-desktop):not(.br-tablet):not(.br-mobile):first-of-type {
  display: none;
}

.block_table .block_table__title br:not(.br-desktop):not(.br-tablet):not(.br-mobile) {
  display: block;
}

.block_table .block_table__title span br:not(.br-desktop):not(.br-tablet):not(.br-mobile) {
  display: none;
}

.block_table .block_table__title span {
  color: var(--c-brand-orange, #eb6d47);
}

.block_table .block_table__subtitle {
  line-height: 120%;
  text-align: center;
}

.block_table_bottom_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--table-gap77);
  margin-top: 2.5rem;
}

.block_table_subtext {
  max-width: 39.625rem;
}

.block_table .block_table-button .btn--default {
  width: 29.5rem;
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  .block_table.block_table-three-columns
    table.block_table-content
    th:first-child,
  .block_table.block_table-three-columns
    table.block_table-content
    td:first-child {
    width: auto;
    min-width: auto;
    white-space: normal;
  }

  .block_table_bottom_content {
    flex-direction: column-reverse;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .block_table
    .block_table__title
    br:not(.br-desktop):not(.br-tablet):not(.br-mobile):first-of-type {
    display: block;
  }

  .block_table.block_table-three-columns table.block_table-content,
  .block_table table.block_table-content {
    width: 133%;
  }

  .block_table_bottom_content {
    margin-top: 1.875rem;
  }

  .block_table .block_table-scroll-container {
    overflow-x: auto;
  }

  .block_table .block_table-scroll-container::-webkit-scrollbar {
    display: none;
  }

  .block_table .block_table-scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .block_table .block_table_scroll-buttons {
    display: flex;
  }

  .block_table .block_table-wrapper {
    margin-top: 1.5625rem;
  }
}

@media (max-width: 767.98px) {
  .block_table {
    margin-bottom: 6.25rem;
  }

  .block_table .block_table__subtitle br {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .block_table .block_table-button {
    width: 100%;
  }

  .block_table.block_table-three-columns
    table.block_table-content
    th:first-child,
  .block_table.block_table-three-columns
    table.block_table-content
    td:first-child {
    width: 8.7rem;
  }

  .block_table .block_table-wrapper {
    padding: 0.9375rem 0.5rem;
    margin-right: calc(var(--block-px) * -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .block_table .block_table-scroll-container {
    overflow-x: auto;
  }

  .block_table .block_table__subtitle br {
    display: none;
  }

  .block_table_subtext br {
    display: none;
  }

  .block_table .block_table__title span br {
    display: none;
  }

  .block_table .block_table__subtitle {
    font-size: 1rem;
    line-height: 140%;
  }
}

@media (max-width: 479.98px) {
  .block_table table.block_table-content td br {
    display: block;
  }

  .block_table.block_table-three-columns table.block_table-content,
  .block_table table.block_table-content {
    width: 163%;
  }
}
