/****************
* /BREAKPOINTS *
****************/
/**********
 * SPACES *
**********/
/**********
 * WIDTHS *
**********/
/**************
 * FONTS *
**************/
/**********
 * MIXINS *
**********/
/**************
 * FONT SIZES *
**************/
/********************
 * MOBILE VARIABLES *
********************/
/***************
 * BOX SHOADOW *
***************/
.table-block .table-wrapper {
  max-width: calc(100vw - 24px);
  width: 100vw;
}
.table-block .table-wrapper .table-container {
  overflow-x: auto;
  position: relative;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.table-block .table-wrapper .table-container::-webkit-scrollbar {
  display: none;
}
.table-block .table-wrapper .table-container .table {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  border-collapse: collapse; /* Ensures borders between cells are shared */
  border-spacing: 0; /* Removes spacing between cells */
  min-width: 100%;
  padding-right: 24px;
  position: relative;
  width: auto;
}
.table-block .table-wrapper .table-container .table .row {
  display: table-row;
}
.table-block .table-wrapper .table-container .table .row.head .column {
  font-family: "Overpass";
  color: #122655;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 143% !important;
  /* or 20px */
}
.table-block .table-wrapper .table-container .table .row .column {
  display: table-cell;
  padding: 16px 0px;
  font-family: "Overpass";
  color: #122655;
  font-style: normal "";
  font-weight: 400 "";
  font-size: 18px "";
  line-height: 144% "";
  /* or 26px */
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 100px;
  width: auto;
  padding-right: 32px;
}
.table-block .table-wrapper .table-container .table .row .column a:not(.menu-link, .no-underline) {
  color: #067d68;
}
.table-block .table-wrapper .table-container .table .row .column a:not(.menu-link, .no-underline):hover {
  text-decoration: underline;
}
.table-block .table-wrapper .table-container .table .row .column.title {
  position: sticky;
  left: 0;
  max-width: 180px;
  width: -moz-min-content;
  width: min-content;
  font-family: "Overpass";
  color: #122655;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 143% !important;
  /* or 20px */
  padding-right: 16px;
  box-sizing: border-box;
  background: #f4f4f4;
  z-index: 1;
  min-width: 100px !important;
  max-width: 180px !important;
  width: min-content !important;
  flex-shrink: 0;
  white-space: normal;
  word-wrap: break-word;
  transform: translateZ(0);
}
.table-block .table-wrapper .table-container .table .row:last-child:not(.head) .column {
  border-bottom: none;
}

@media (min-width: 720px) {
  .table-block .table-wrapper {
    max-width: 1100px;
    width: 100%;
    overflow: visible;
  }
  .table-block .table-wrapper .table-container {
    overflow: visible;
  }
  .table-block .table-wrapper .table-container .table {
    padding-right: 0;
  }
}/*# sourceMappingURL=table.css.map */