.col-inner .button.is-link, .col-inner .button.is-underline{
    padding: 0;
}

.row.row-collapse > .col > .col-inner {
    padding: 0;
}

.button.tnc-footer-text {
    text-transform: capitalize;
}

/* CLS protection for homepage benefits / Lottie row */
.jsc-benefits-row {
    min-height: 220px;
}

.jsc-benefits-row .col-inner {
    min-height: 190px;
}

/* Reserve Lottie space before JS renders */
.jsc-benefits-row lottie-player {
    display: block;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    margin-left: auto;
    margin-right: auto;
}

/* Prevent paragraph wrapper around Lottie from adding unstable spacing */
.jsc-benefits-row p:has(lottie-player) {
    min-height: 80px;
    margin-bottom: 12px;
}

.row > .jsc-home-vimeo.col.small-12{
    padding: 0;
}

.row > .col.four-steps-left-container{
    padding: 0;
}
.row > .col.four-steps-left-container .text{
    padding: 0 16px;
}

.caps-gallery .caps-slide img {
    display: block;
    width: 100%;
    height: auto;
}