.policy-page .policy-hero {
  background: linear-gradient(115deg, #fff 0, #f1f6fd 100%);
}
.policy-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.policy-two-column article {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 18px;
  border: 1px solid #dce4ee;
  border-radius: 14px;
  background: #fafbfd;
}
.policy-two-column article > span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #eef2f7;
  color: #52647a;
  font-size: 14px;
  font-weight: 700;
}
.policy-two-column article.is-positive {
  border-color: #c5e6d8;
  background: #f5fbf8;
}
.policy-two-column article.is-positive > span {
  background: #def3e9;
  color: #197757;
}
.policy-two-column h3 {
  margin: 0 0 8px;
  color: #304056;
  font-size: var(--site-card-title);
  font-weight: 650;
}
.policy-two-column ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.policy-two-column li {
  position: relative;
  padding-left: 15px;
  color: #596a80;
  font-size: var(--site-card-copy);
  line-height: 1.5;
}
.policy-two-column li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8ea0b5;
  content: "";
}
.policy-two-column .is-positive li:before {
  background: #2aa779;
}
.policy-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 19px;
}
.policy-checklist > div {
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid #dce5ef;
  border-radius: 13px;
  background: #fafbfd;
}
.policy-checklist b {
  display: grid;
  place-items: center;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  border-radius: 8px;
  background: #eaf1fd;
  color: #2a66eb;
  font-size: 11px;
}
.policy-checklist strong,
.policy-checklist small {
  display: block;
}
.policy-checklist strong {
  color: #344258;
  font-size: var(--site-card-copy);
  font-weight: 650;
}
.policy-checklist small {
  margin-top: 4px;
  color: #66768b;
  font-size: 13px;
  line-height: 1.5;
}
.policy-checklist-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.policy-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin-top: 17px;
}
.policy-list-grid > div {
  display: flex;
  gap: 11px;
  padding: 14px 2px;
  border-bottom: 1px solid #e2e8f0;
}
.policy-list-grid span {
  color: #2a66eb;
  font-size: 12px;
  font-weight: 700;
}
.policy-list-grid p {
  margin: 0 !important;
  color: #596a80 !important;
  font-size: var(--site-card-copy) !important;
  line-height: 1.55 !important;
}
.policy-warning {
  margin-top: 16px;
  padding: 16px 17px;
  border: 1px solid #efd9ae;
  border-radius: 13px;
  background: #fffaf0;
}
.policy-warning strong,
.policy-warning p {
  display: block;
  margin: 0;
}
.policy-warning strong {
  color: #76511c;
  font-size: var(--site-card-copy);
  font-weight: 650;
}
.policy-warning p {
  margin-top: 4px !important;
  color: #735f42 !important;
  font-size: var(--site-card-copy) !important;
  line-height: 1.55 !important;
}
.policy-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 19px;
  padding: 18px;
  border: 1px solid #ccdcf4;
  border-radius: 14px;
  background: #f3f7fd;
}
.policy-contact-card strong,
.policy-contact-card p {
  display: block;
  margin: 0;
}
.policy-contact-card strong {
  color: #314159;
  font-size: var(--site-card-title);
  font-weight: 650;
}
.policy-contact-card p {
  margin-top: 4px !important;
  color: #62738a !important;
  font-size: var(--site-card-copy) !important;
}
.policy-contact-card > a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 43px;
  padding: 0 15px;
  border-radius: 9px;
  background: #4d78c1;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.policy-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 19px;
}
.policy-route-grid article {
  display: flex;
  gap: 13px;
  padding: 18px;
  border: 1px solid #dce4ee;
  border-radius: 14px;
  background: #fafbfd;
}
.policy-route-grid article > span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #eaf1fd;
  color: #2a66eb;
  font-size: 12px;
  font-weight: 700;
}
.policy-route-grid h3,
.policy-route-grid p {
  margin: 0;
}
.policy-route-grid h3 {
  color: #334258;
  font-size: var(--site-card-title);
  font-weight: 650;
}
.policy-route-grid p {
  margin-top: 5px;
  color: #607188;
  font-size: var(--site-card-copy);
  line-height: 1.6;
}
.policy-route-grid a {
  display: inline-flex;
  margin-top: 12px;
  color: #2a66eb;
  font-size: var(--site-card-copy);
  font-weight: 650;
  text-decoration: none;
}
.policy-two-column article.is-negative {
  border-color: var(--error-200);
  background: var(--error-100);
}
.policy-two-column article.is-negative > span {
  background: #f9dddd;
  color: var(--error-600);
  font-size: 20px;
}
.policy-two-column article.is-negative h3 {
  color: var(--error-600);
}
.policy-two-column article.is-negative li {
  color: #7d4549;
}
.policy-two-column article.is-negative li:before {
  background: var(--error-600);
}
.policy-two-column article.is-warning {
  border-color: #edd9aa;
  background: #fffaf0;
}
.policy-two-column article.is-warning > span {
  background: #f7e9c7;
  color: #825c19;
}
.policy-two-column article.is-warning h3 {
  color: #6f511d;
}
.policy-two-column article.is-warning li:before {
  background: #c58b24;
}
.policy-two-column article.is-business {
  border-color: #cfdaea;
  background: #f6f8fb;
}
.policy-two-column article.is-business > span {
  background: #e5ebf4;
  color: #43546c;
  font-size: 10px;
}
.policy-exceptions {
  margin-top: 12px;
}
.policy-checklist + p {
  margin-top: 20px !important;
}
.policy-page .policy-checklist small {
  font-size: 14px;
}
.policy-page .policy-contact-card > a {
  font-size: 14px;
}
.policy-page .policy-route-grid a {
  font-size: 14px;
}
.policy-page .policy-two-column li {
  font-size: 14px;
}
.policy-page .policy-warning p {
  font-size: 14px !important;
}
@media (max-width: 700px) {
  .policy-two-column,
  .policy-checklist,
  .policy-checklist-three,
  .policy-list-grid,
  .policy-route-grid {
    grid-template-columns: 1fr;
  }
  .policy-contact-card {
    align-items: stretch;
    flex-direction: column;
  }
  .policy-contact-card > a {
    justify-content: center;
    white-space: normal;
  }
  .policy-page .shipping-option-icon {
    font-size: 12px;
  }
}
