<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guarantee {
    padding-bottom: 60px;
}
.guarantee__list {
    margin-top: 25px;
    margin-bottom: 35px;
}
.guarantee__line {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 18px 10px 18px;
}
.guarantee__line:nth-of-type(odd) {
    background: #fff;
}
.guarantee__line:nth-of-type(even) {
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.guarantee__line.--bold {
    font-weight: 500;
}
.guarantee__left {
    font-weight: 500;
    margin-right: auto;
}
.guarantee__mid {
    margin-left: auto;
}
.guarantee__right {
    margin-left: auto;
}
@media screen and (max-width: 767px) {
	.guarantee {
		padding-bottom: 45px;
	}
    .guarantee__list {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}</pre></body></html>