html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  border: 0;
  font-family: puffin-display-soft, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 100%;
  width: 100%;
  font-weight: 800;
  color: #2D4756;
  overflow: hidden;
  box-sizing: border-box;
}

.digit-counter.pl-16 {
  padding-left: 16px;
}

body {
  background: #EEE3BE;
}

.container {
  max-width: 500px;
  margin: 0 auto;
}

.policies {
  height: 100%;
  padding: 0 24px;
}

.policies__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.header__policies {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #fffbed;
}

.header__policies::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #CDBEA2 -11.76%, #AE9882 111.76%);
}

.btn__back {
  display: flex;
  align-items: center;
  height: 48px;
  -webkit-touch-callout: none; /* iOS Safari */
  user-select: none;
}

.btn__back .circle {
  border-radius: 50%;
  box-shadow: 0px 7px 10px -3px rgba(13, 37, 79, 0.5);
}


.btn__back-icon__layer-1 {
  position: absolute;

  left: 4.17%;
  right: 4.17%;
  top: 4.17%;
  bottom: 4.17%;

  background: linear-gradient(0deg, #2C58A4 8.33%, #498BEC 91.67%);
  border-radius: inherit;
}


.btn__back-icon__layer-2 {
  position: absolute;

  left: 10.42%;
  right: 10.42%;
  top: 10.42%;
  bottom: 10.42%;

  background: linear-gradient(360deg, #497FCB 0%, #67A5F8 100%);
  border-radius: inherit;
}

.btn__back-icon__layer-3 {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 12.5%;
  bottom: 12.5%;

  background: linear-gradient(0deg, #3468B4 8.33%, #609DF5 91.67%);
  border-radius: inherit;
}

.btn__back-icon {
  position: relative;

  min-width: 48px;
  min-height: 48px;

  background: linear-gradient(360deg, #1E458B 0%, #3569BA 100%);
  box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.btn__back-icon__icon {
  position: absolute;

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background: transparent;

  display: flex;
  align-items: center;
  justify-content: center;
}

.btn__back-icon__icon > svg {
  margin-left: -2px;
}

.btn__back:hover .btn__back-icon__layer-3 {
  background: linear-gradient(360deg, #3468B4 0%, #609DF5 50%);
}

.btn__back:active .btn__back-icon__layer-3 {
  background: linear-gradient(0deg, #5792E7 8.33%, #3468B4 91.67%);
}

.btn__back .text {
  width: 100%;
  height: 100%;
  text-align: left;
  stroke-linejoin: round;
  fill: #F9F8D7;
  stroke: #1E458B;
  stroke-width: 2px;
  paint-order: stroke;
  font-size: 18px;
  text-shadow: 0px 1px 0px #1E458B;
  margin-left: 8px;
  background: transparent;
}

/* strange fix for strange effect on text hover/active state */
.btn__back:active .text,
.btn__back:hover .text {
  background: transparent;
}

.body__policies {
  overflow-y: auto;
  padding-top: 12px;
  padding-right: 10px;
}

.body__policies h1, .body__policies h2, .body__policies h3 {
  padding: 8px 0;
  font-weight: 900;
  color: #182D36;
}

.body__policies-title {
  font-size: 24px;
}

.body__policies-subtitle {
  font-size: 16px;
}

.body__policies-ssubtitle {
  font-size: 14px;
}

.body__policies strong {
  color: #B25C24;
}

.body__policies p {
  padding: 8px 0;
}

.body__policies a {
  text-decoration: underline;
  color: #1E458B;
}

.body__policies-list.abc {
  list-style: lower-alpha;
}

.body__policies-list.disc {
  list-style: disc;
}

.body__policies-list {
  padding-left: 16px;
}

.body__policies-list-item {
  padding: 8px 0;
}

.digit-counter {
  padding-left: 0;
  counter-reset: item;
  list-style: none;
}

.digit-counter > .body__policies-list-item::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.body__policies-table {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #AE9882;
  border-collapse: collapse;
}

.body__policies-table td, .body__policies-table th {
  border: 1px solid #AE9882;
  padding: 8px;
  width: 50%;
  vertical-align: top;
}
