.section-has-background {
  padding-top: 51px !important;
  padding-bottom: 54px !important;
}
.section-has-background .table-container table {
  background-color: var(--dec-white) !important;
}
.section-has-background .table-container table tr.head th {
  background-color: var(--dec-white) !important;
}
.section-has-background .benefits-tables .benefits-details {
  background-color: var(--dec-white) !important;
}
.section-has-background .benefits-tables .benefits-details a {
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
}
.benefits-row .top-header {
  position: relative;
  text-align: center;
  margin-bottom: 43px;
}
@media (max-width: 576px) {
  .benefits-row .top-header {
    margin-bottom: unset;
  }
}
.benefits-row .table-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 5px var(--dec-dark-white-smoke-1);
}
.benefits-row .table-container table {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
}
.benefits-row .table-container table th.feature {
  font-size: 20px;
}
.benefits-row .table-container table tr.head th {
  padding: 37px 30px 32px;
  background-color: var(--dec-white-smoke);
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid var(--dec-white-smoke);
}
.benefits-row .table-container table .check {
  padding: 10px;
}
.benefits-row .table-container table .check svg {
  width: 18px;
  height: 18px;
  overflow: visible;
}
.benefits-row .table-container table tr.data th,
.benefits-row .table-container table tr.data td {
  border: 1px solid #f1f1f1;
}
.benefits-row .table-container table tr.data th {
  text-align: center;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 300;
}
.benefits-row .table-container table tr.data td {
  text-align: center;
}
.benefits-row .table-container table td.raw {
  font-size: 20px;
  padding-left: 10px;
  font-weight: normal;
}
.benefits-row .table-container table a {
  text-transform: none;
  font-weight: 300;
  text-decoration-thickness: 1px;
}
.benefits-row .benefits-buttons .btn-benefits {
  border-color: var(--dec-white-smoke);
  background-color: var(--dec-white);
  color: var(--dec-black);
  width: 100%;
  white-space: normal;
  min-width: unset;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-transform: none;
  height: 62px;
  box-shadow: 0 5px 5px var(--dec-dark-white-smoke-1);
}
.benefits-row .benefits-buttons .btn-benefits.btn-active {
  border-color: var(--dec-gold);
  background-color: var(--dec-white-smoke);
}
.benefits-row .benefits-buttons .btn-benefits:hover,
.benefits-row .benefits-buttons .btn-benefits:focus {
  color: var(--dec-black);
}
.benefits-row .benefits-buttons .btn-benefits div {
  display: inline-flex;
  height: 100%;
  text-align: center;
}
.benefits-row .benefits-buttons .btn-benefits div img {
  width: 100%;
  max-width: 140px;
}
.benefits-row .benefits-tables {
  display: flex;
  overflow: scroll;
  padding-bottom: 10px;
  margin-right: 20px;
  overflow-y: hidden;
}
.benefits-row .benefits-tables .benefits-details {
  border: solid;
  border-bottom: none;
  border-width: 1px;
  border-color: var(--dec-white-smoke);
  border-radius: 10px;
  box-shadow: 0 5px 5px var(--dec-dark-white-smoke-1);
  margin-top: 33px;
  text-align: center;
  padding: 14px 10px 10px;
  min-width: 285px;
  position: relative;
  left: calc(var(--container-mobile-wide-horizontal-margin)/2);
}
.benefits-row .benefits-tables .benefits-details table {
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
.benefits-row .benefits-tables .benefits-details table .feature {
  text-align: left;
}
.benefits-row .benefits-tables .benefits-details table tr.head th {
  font-weight: 500;
  padding-bottom: 14px;
}
.benefits-row .benefits-tables .benefits-details table tr.head th img,
.benefits-row .benefits-tables .benefits-details table tr.head th span {
  border-bottom: solid;
  border-width: 1px;
  padding-bottom: 3px;
  border-color: var(--dec-gold);
}
.benefits-row .benefits-tables .benefits-details table tr.head th img {
  height: 24px;
}
.benefits-row .benefits-tables .benefits-details table tr.data {
  line-height: 22px;
}
.benefits-row .benefits-tables .benefits-details table tr.data td {
  padding: 10px 0;
}
.benefits-row .benefits-tables .benefits-details table tr.data td.check {
  padding: 10px 30px;
}
.benefits-row .benefits-tables .benefits-details table tr.data td.check svg {
  width: 18px;
  height: 18px;
  overflow: visible;
}
.benefits-row .benefits-tables .benefits-details table td.raw {
  font-weight: normal;
}
@media (max-width: 991px) {
  .hide-currency-code-mobile {
    display: none;
  }
}
