
.section-info .section__table h4 {
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .section-info .section__table h4 {
        font-size: 2rem;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 0.8rem;
    }
}
@media (max-width: 767px) {
    .section-info .section__table > table {
        display: block;
        font-size: 1.4rem;
        /*line-height: 2.29;*/
        line-height: 1.15;
        border-top: 0.1rem solid #D2D5D7;
        margin-bottom: 0.8rem;
    }
}
.section-info .section__table > table > thead {
    border-top: 0.1rem solid #D2D5D7;
    border-bottom: 0.1rem solid #D2D5D7;
}
@media (max-width: 767px) {
    .section-info .section__table > table > thead {
        display: none;
    }
}
.section-info .section__table > table > thead > tr > th {
    text-align: left;
    font-weight: 600;
    height: 5.7rem;
    padding: 0.5rem;
}
.section-info .section__table > table > thead > tr > th:first-child {
    padding-left: 2.6rem;
}
@media (max-width: 767px) {
    .section-info .section__table > table > tbody {
        display: block;
    }
}
@media (max-width: 767px) {
    .section-info .section__table > table > tbody > tr {
        display: block;
    }
}
.section-info .section__table > table > tbody > tr:nth-child(odd) {
    background: #F8FAFB;
}
.section-info .section__table > table > tbody > tr > td a{
    margin: 1rem 0;
}
.section-info .section__table > table > tbody > tr > td {
    padding: 0.5rem;
    height: 5rem;
}
@media (max-width: 767px) {
    .section-info .section__table > table > tbody > tr > td {
        border-bottom: 0.1rem solid #D2D5D7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 0;
        min-height: 3.4rem;
    }
}
.section-info .section__table > table > tbody > tr > td:before {
    content: attr(data-title);
    display: none;
    min-width: 40.3%;
    padding-left: 1.1rem;
}
@media (max-width: 767px) {
    .section-info .section__table > table > tbody > tr > td:before {
        display: block;
    }
}
.section-info .section__table > table > tbody > tr > td:first-child {
    width: 40.5%;
    padding-left: 2.6rem;
}
@media (max-width: 767px) {
    .section-info .section__table > table > tbody > tr > td:first-child {
        padding-left: 0;
        width: 100%;
    }
}
.section-info .section__table > table > tbody > tr > td:first-child:before {
    font-weight: 600;
}
.section-info .section__table > table > tbody > tr > td:nth-child(2) {
    width: 18.8%;
}
@media (max-width: 767px) {
    .section-info .section__table > table > tbody > tr > td:nth-child(2) {
        width: 100%;
    }
}
.section-info .section__table > table > tbody > tr > td:nth-child(3) {
    width: 25.6%;
}
@media (max-width: 767px) {
    .section-info .section__table > table > tbody > tr > td:nth-child(3) {
        width: 100%;
    }
}

.section-info .section__table .text-green {
    color: #27841E;
}
@media (max-width: 767px) {
    .section-info .section__table > table > tbody > tr.section__table-row-hidden-mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .section-info .section__table > table > tbody > tr.section__table-row-hidden-mobile.is-active {
        display: block;
    }
}
.section-info .section__table-rows-toggle {
    display: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.36;
}
@media (max-width: 767px) {
    .section-info .section__table-rows-toggle {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.section-info .section__table-rows-toggle span:not(.sr-only) {
    margin-right: 0.5rem;
}
.section-info .section__table-rows-toggle span:not(.sr-only):before {
    content: attr(data-closed-text);
}
.section-info .section__table-rows-toggle svg {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
}
.section-info .section__table-rows-toggle.is-active span:not(.sr-only):before {
    content: attr(data-opened-text);
}
.section-info .section__table-rows-toggle.is-active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .section-info .section__table--size1 > table {
        line-height: 1.36;
    }
}
@media (max-width: 767px) {
    .section-info .section__table--size1 > table > tbody > tr > td {
        padding: 0.8rem 1.4rem 0.8rem 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 3.2rem;
    }
}
@media (max-width: 767px) {
    .section-info .section__table--size1 > table > tbody > tr > td:before {
        min-width: 45.4%;
    }
}
@media (min-width: 767.02px) {
    .section-info .section__table--size1 > table > tbody > tr > td:first-child {
        width: 51.7%;
    }
}
@media (min-width: 767.02px) {
    .section-info .section__table--size1 > table > tbody > tr > td:nth-child(2) {
        width: 24.3%;
    }
}
@media (min-width: 767.02px) {
    .section-info .section__table--size1 > table > tbody > tr > td:nth-child(3) {
        width: auto;
    }
}
.section-info .section__table--size2 {
    line-height: 1.4;
}
@media (max-width: 767px) {
    .section-info .section__table--size2 {
        line-height: 1.36;
    }
}
@media (max-width: 767px) {
    .section-info .section__table--size2 > table {
        line-height: 1.36;
    }
}
@media (max-width: 767px) {
    .section-info .section__table--size2 h4 {
        margin-bottom: 1.3rem;
    }
}
.section-info .section__table--size2 p {
    min-height: 4.5rem;
}
.section-info .section__table--size2 .trim-specs-years {
    display: block;
}
.section-info .section__table--size2 > table > tbody > tr > td {
    padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
    .section-info .section__table--size2 > table > tbody > tr > td {
        padding: 0.44rem 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .section-info .section__table--size2 > table > tbody > tr > td:before {
        min-width: 39%;
    }
    .section-info .section__table--size2 > table > tbody > tr.trim-specs-table-row > td:before {
        min-width: 31%;
    }
}
@media (min-width: 767.02px) {
    .section-info .section__table--size2 > table > tbody > tr > td:first-child {
        width: 39%;
    }
}
@media (min-width: 1023.02px) {
    .section-info .section__table--size2 > table > tbody > tr > td:first-child {
        width: 40.9%;
    }
}
@media (min-width: 767.02px) {
    .section-info .section__table--size2 > table > tbody > tr > td:nth-child(2) {
        width: 16%;
    }
}
@media (min-width: 1023.02px) {
    .section-info .section__table--size2 > table > tbody > tr > td:nth-child(2) {
        width: 18.6%;
    }
}
@media (min-width: 767.02px) {
    .section-info .section__table--size2 > table > tbody > tr > td:nth-child(3) {
        width: 18.3%;
    }
}
@media (max-width: 767px) {
    .section-info .section__table--size3 > table {
        line-height: 1.36;
    }
}
@media (max-width: 767px) {
    .section-info .section__table--size3 > table > tbody > tr > td {
        padding: 0.723rem 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .section-info .section__table--size3 > table > tbody > tr > td:before {
        min-width: 40.5%;
    }
}
.section-info .section__table-nested {
    font-size: 1.4rem;
    line-height: 1.688;
}
@media (max-width: 767px) {
    .section-info .section__table-nested {
        font-size: 1.2rem;
        line-height: 1.7;
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }
}
.section-info .section__table-nested td:first-child {
    font-weight: 600;
    width: 36.5%;
    vertical-align: baseline;
}
@media (max-width: 1023px) {
    .section-info .section__table-nested td:first-child {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .section-info .section__table-nested td:first-child {
        width: 43.8%;
    }
}
@media (max-width: 767px) {
    .section-info .section__table-alt {
        font-size: 1.4rem;
    }
}
.section-info .section__table-alt thead {
    border-bottom: 0.1rem solid #D2D5D7;
}
.section-info .section__table-alt thead th {
    text-align: left;
    font-weight: 600;
    height: 5.4rem;
    padding: 0.5rem;
}
@media (max-width: 767px) {
    .section-info .section__table-alt thead th {
        padding-left: 0;
        padding-right: 0;
        height: 3.9rem;
    }
}
.section-info .section__table-alt thead th:first-child {
    padding-left: 2.6rem;
}
@media (max-width: 767px) {
    .section-info .section__table-alt thead th:first-child {
        padding-left: 0.9rem;
    }
}
.section-info .section__table-alt tbody {
    counter-reset: tab-row-number;
}
.section-info .section__table-alt tbody tr {
    counter-increment: tab-row-number;
}
.section-info .section__table-alt tbody tr:nth-child(odd) {
    background: #F8FAFB;
}
.section-info .section__table-alt tbody td {
    padding: 0.5rem;
    height: 4.35rem;
}
@media (max-width: 767px) {
    .section-info .section__table-alt tbody td {
        padding-left: 0;
        padding-right: 0;
        height: 3.85rem;
    }
}
.section-info .section__table-alt tbody td:first-child {
    padding-left: 2.6rem;
    width: 28.4%;
}
@media (max-width: 767px) {
    .section-info .section__table-alt tbody td:first-child {
        padding-left: 1.3rem;
        width: 23.1%;
    }
}
.section-info .section__table-alt tbody td:first-child:before {
    content: counter(tab-row-number);
    display: inline-block;
    min-width: 2.7rem;
}
.section-info .section__table-alt tbody td:nth-child(2) {
    width: 29.5%;
}
@media (max-width: 767px) {
    .section-info .section__table-alt tbody td:nth-child(2) {
        width: 29.4%;
    }
}
.section-info .section__table-alt td a {
    text-decoration: none;
    color: #006FB9;
    position: relative;
    display: inline-block;
}
.section-info .section__table-alt td a:focus-visible:before {
    opacity: 1;
    visibility: visible;
}
.section-info .section__table-alt td a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.6rem;
    left: -0.6rem;
    border: 0.1rem solid currentColor;
    border-radius: 0.4rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
    .section-info .section__table-alt td a:hover {
        text-decoration: underline;
    }
}
.section-info .section__table-alt td a:active {
    color: #333333;
    text-decoration: underline;
}
.section-info .section__table-alt .text-green {
    color: #27841E;
}