<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.payment {
  padding-bottom: 110px
}
.payment__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  color: #383838;
  position: relative;
  display: flex;
  align-items: center
}
.payment__title::after {
  content: "";
  flex: auto;
  height: 1px;
  background-color: #ececec;
  margin-left: 10px
}
.payment__list {
  display: flex;
  margin-bottom: 73px
}
.payment__item {
  display: flex;
  align-items: center;
  width: 25%;
  margin-bottom: 20px;
  padding-right: 15px
}
.payment__icon {
  margin-right: 12px;
  flex-shrink: 0
}
.payment__text {
  max-width: 200px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #333
}
.payment__text svg {
  margin-left: 6px
}
.payment__text-underline {
  text-decoration: underline
}
.payment__footnote-list {
  display: flex;
  flex-direction: column
}
.payment__footnote-item {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: #777
}
@media (max-width:1300px) {
  .payment__list {
    flex-wrap: wrap;
    margin-bottom: 20px
  }
  .payment__item {
    width: 50%;
    margin-bottom: 20px
  }
}
@media (max-width:1023px) {
  .payment {
    padding-bottom: 50px
  }
  .payment__title {
    margin-bottom: 20px
  }
}
@media (max-width:600px) {
  .payment__list {
    flex-direction: column
  }
  .payment__item {
    width: 100%;
    padding-right: 0
  }
  .payment__text {
    max-width: none
  }
}
@media (max-width:575px) {
  .payment__title {
    font-size: 24px;
    margin-bottom: 20px
  }
}
@media (max-width:375px) {
  .payment__title {
    font-size: 21px
  }
}</pre></body></html>