/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-table {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  overflow: hidden;
  border-radius: 12px;
  border-bottom: 1px solid #dadada;
  max-width: 590px; }
  @media only screen and (max-width: 768px) {
    .cp-table {
      overflow: scroll; } }
  .cp-table .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    overflow: hidden; }
    .cp-table .table th,
    .cp-table .table td {
      background: #dadada;
      font-size: 1.6rem;
      font-family: "Gotham-Book";
      color: #4a4a4a;
      padding: 1.5rem 2rem;
      vertical-align: top;
      border-top: 1px solid #ccc; }
      @media only screen and (max-width: 768px) {
        .cp-table .table th,
        .cp-table .table td {
          font-size: 1.4rem;
          padding: 1.5rem 1rem; } }
    .cp-table .table th {
      font-size: 1.4rem;
      color: #4a4a4a;
      font-family: "Gotham-Bold";
      position: relative;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .cp-table .table th {
          font-size: 1.2rem;
          padding: 1rem 1rem; } }
      .cp-table .table th::after {
        background: #ffffff;
        width: 1px;
        height: 26px;
        position: absolute;
        right: 0;
        top: 9px;
        content: ''; }
      .cp-table .table th:last-child::after {
        display: none; }
    .cp-table .table td {
      border-right: 1px solid #dadada;
      background: none;
      font-family: "Gotham-Book";
      padding: 1.5rem; }

.cp-table.table-policy {
  border-left: unset;
  border-right: unset;
  border-radius: unset;
  border-bottom: unset; }
  .cp-table.table-policy .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    overflow: hidden; }
    .cp-table.table-policy .table th,
    .cp-table.table-policy .table td {
      border-right: unset;
      font-size: 1.6rem;
      color: #000000;
      border-top: 0.5px solid #ccc; }
      @media only screen and (max-width: 768px) {
        .cp-table.table-policy .table th,
        .cp-table.table-policy .table td {
          font-size: 1.4rem; } }
      .cp-table.table-policy .table th:last-child,
      .cp-table.table-policy .table td:last-child {
        border-right: unset; }
    .cp-table.table-policy .table th {
      font-family: "Gotham-Medium";
      font-size: 1.6rem;
      color: #000000; }
      @media only screen and (max-width: 768px) {
        .cp-table.table-policy .table th {
          font-size: 1.4rem;
          font-family: "Gotham-Book"; } }
      .cp-table.table-policy .table th::after {
        background: #ffffff;
        width: 1px;
        height: 26px;
        position: absolute;
        right: 0;
        top: 9px;
        content: ''; }
      .cp-table.table-policy .table th:last-child::after {
        display: none; }
    .cp-table.table-policy .table td {
      border-right: 0.5px solid #dadada;
      background: none;
      font-family: "Gotham-Book";
      padding: 1.5rem;
      color: #000000; }
