@charset "UTF-8";
:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

.a-content {
  max-width: 792px;
  margin: 32px auto 48px;
}
.a-content table {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  width: 100%;
  border-collapse: collapse;
}
.a-content table td,
.a-content table th {
  border: solid 2px #ffffff;
  vertical-align: middle;
  min-height: 60px;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .a-content table td,
  .a-content table th {
    padding: 16px 12px;
  }
}
.a-content table tr td:first-child,
.a-content table tr th:first-child {
  border-left: none;
}
.a-content table tr td:last-child,
.a-content table tr th:last-child {
  border-right: none;
}
.a-content table tr th {
  background-color: #01a9c1;
  color: #ffffff;
  font-weight: 600;
}
.a-content table tr td {
  color: #333333;
  background: #fbfbfb;
}
.a-content table tr.a-tab-left,
.a-content table th.a-tab-left,
.a-content table td.a-tab-left {
  text-align: left;
}
.a-content table tr.a-tab-right,
.a-content table th.a-tab-right,
.a-content table td.a-tab-right {
  text-align: right;
}
.a-content table tr.a-tab-center,
.a-content table th.a-tab-center,
.a-content table td.a-tab-center {
  text-align: center;
}
.a-content table tr.a-tab-color,
.a-content table th.a-tab-color,
.a-content table td.a-tab-color {
  background: #eef3f7;
}
.a-content table thead tr:first-child th {
  border-top: none;
}
.a-content table tbody tr:last-child td {
  border-bottom: 0;
}
.a-content table.a-table-zebra tr:nth-child(odd) td {
  background: #fbfbfb;
}
.a-content table.a-table-zebra tr:nth-child(even) td {
  background: #f5f5f5;
}
.a-content .a-table {
  position: relative;
  margin: 24px 0 40px;
}
.a-content .a-table:before {
  background: url(../images/swipe/swipe.svg) 0 0 no-repeat;
  width: 280px;
  height: 36px;
  content: "";
  margin: 0 auto 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .a-content .a-table:before {
    display: none;
  }
}
.a-content .a-table.a-table_no-scroll-h:not(.a-table_scroll-v):before {
  display: none;
}
.a-content .a-table__scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .a-content .a-table__scroll table {
    table-layout: fixed;
  }
}
.a-content .a-table_scroll-h {
  padding-top: 48px;
}
.a-content .a-table_scroll-h:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.a-touch .a-content .a-table_scroll-h:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -20px;
  background: url(../images/swipe/swipe-tips-hand.svg) 0 0 no-repeat;
}
.a-touch .a-content .a-table_scroll-h:before {
  margin-left: 20px;
}
.a-content .a-table_scroll-h .a-table__scroll {
  overflow-x: auto;
}
.a-content .a-table_scroll-h:before {
  height: 10px;
  top: 12px;
  background: url(../images/swipe/arrows-rl.svg) 0 0 no-repeat;
}
@media only screen and (min-width: 768px) {
  .a-content .a-table_scroll-h:before {
    display: block;
  }
}
.a-content .a-table_scroll-v {
  padding-top: 48px;
}
.a-content .a-table_scroll-v:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.a-touch .a-content .a-table_scroll-v:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -20px;
  background: url(../images/swipe/swipe-tips-hand.svg) 0 0 no-repeat;
}
.a-touch .a-content .a-table_scroll-v:before {
  margin-left: 20px;
}
.a-content .a-table_scroll-v .a-table__scroll {
  overflow-y: auto;
  height: 420px;
}
.a-content .a-table_scroll-v:before {
  width: 10px;
  background: url(../images/swipe/arrows-tb.svg) 0 0 no-repeat;
}
@media only screen and (min-width: 768px) {
  .a-content .a-table_scroll-v:before {
    display: block;
  }
}
.a-content .a-table_scroll-both {
  padding-top: 48px;
}
.a-content .a-table_scroll-both:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.a-touch .a-content .a-table_scroll-both:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -20px;
  background: url(../images/swipe/swipe-tips-hand.svg) 0 0 no-repeat;
}
.a-touch .a-content .a-table_scroll-both:before {
  margin-left: 20px;
}
.a-content .a-table_scroll-both .a-table__scroll {
  overflow: auto;
  height: 420px;
}
.a-content .a-table_scroll-both:before {
  background: url(../images/swipe/arrows-trbl.svg) 0 0 no-repeat;
}
@media only screen and (min-width: 768px) {
  .a-content .a-table_scroll-both:before {
    display: block;
  }
}
.a-content .a-table_scroll-v .a-table__scroll, .a-content .a-table_scroll-h .a-table__scroll, .a-content .a-table_scroll-both .a-table__scroll {
  border: solid 8px #ffffff;
  outline: solid 1px #c7c7c7;
}
.a-content .a-table p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 20px 0 0;
  text-align: center;
  color: #82848f;
}
.a-content .a-text-img {
  margin: 40px 0;
  text-align: center;
}
.a-content .a-text-img p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 20px 0 0;
  text-align: center;
  color: #82848f;
}
.a-content .a-text-img a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.a-content .a-text-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .a-content .a-text-img img {
    width: auto;
  }
}
.a-content .a-text-img_full a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.a-content .a-text-img_full img {
  display: block;
  width: 100%;
  height: auto;
}
.a-content .a-text-img_preview {
  position: relative;
}
.a-content .a-text-img_preview a:before, .a-content .a-text-img_preview a:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #01a9c1;
  z-index: 2;
}
.a-content .a-text-img_preview a:after {
  background: url(../images/icons/plus.svg) center center no-repeat;
}
@media only screen and (min-width: 1025px) {
  .a-content .a-text-img_half {
    display: flex;
  }
}
.a-content .a-text-img_half a {
  max-width: 100%;
}
.a-content .a-text-img__col {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .a-content .a-text-img__col {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-content .a-text-img__col {
    margin: 0 0 0 40px;
    flex: auto;
    max-width: calc(50% - 20px);
  }
}
.a-content .a-text-img__col:first-child {
  margin: 0;
}
.a-content .a-text-img__col a {
  display: block;
}
.a-content .a-text-img_sidetext {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .a-content .a-text-img_sidetext {
    flex-direction: row;
  }
}
.a-content .a-text-img_sidetext a,
.a-content .a-text-img_sidetext img {
  flex: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .a-content .a-text-img_sidetext a,
  .a-content .a-text-img_sidetext img {
    flex: 0 0 336px;
    max-width: 336px;
  }
}
.a-content .a-text-img_sidetext figcaption p {
  margin-left: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .a-content .a-text-img_sidetext figcaption p {
    text-align: left;
    margin-left: 44px;
    margin-top: 0;
  }
}
.a-content .a-text-accent {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin: 20px 0;
  padding-left: 30px;
  border-left: 4px solid #01a9c1;
}
.a-content a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  color: #01a9c1;
}
.a-content a:hover, .a-content a[data-hovered=true] {
  text-decoration-color: #01a9c1;
}
.a-content a.a-button {
  margin-bottom: 12px;
  margin-top: 12px;
  text-decoration: none;
  color: white;
}
.a-content a.a-button:hover {
  color: black;
}
.a-content a.a-button_border {
  text-decoration: none;
  color: #01a9c1;
}
.a-content a.a-button_border:hover {
  color: #ffffff;
}
.a-content .a-disk {
  font-size: 3.25rem;
  color: #01a9c1;
  font-style: normal;
  margin-top: -2px;
  display: block;
}
.a-content .a-two-col {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
@media only screen and (min-width: 768px) {
  .a-content .a-two-col {
    grid-template-columns: 1fr 1fr;
  }
}
.a-content h1,
.a-content h2,
.a-content h3,
.a-content h4,
.a-content h5,
.a-content h6 {
  color: #363943;
  font-weight: 700;
}
.a-content h1:first-child,
.a-content h2:first-child,
.a-content h3:first-child,
.a-content h4:first-child,
.a-content h5:first-child,
.a-content h6:first-child {
  margin-top: 0;
}
.a-content h1 {
  font-size: 2.1875rem;
  line-height: 2.4375rem;
  margin: 56px 0 36px;
}
@media only screen and (min-width: 768px) {
  .a-content h1 {
    font-size: 3.3125rem;
    line-height: 3.875rem;
  }
}
.a-content h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin: 48px 0 24px;
}
@media only screen and (min-width: 768px) {
  .a-content h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.a-content h3 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  margin: 36px 0 24px;
}
@media only screen and (min-width: 768px) {
  .a-content h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.a-content h4 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 26px 0 16px;
}
@media only screen and (min-width: 768px) {
  .a-content h4 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
.a-content h5 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 24px 0 10px;
}
@media only screen and (min-width: 768px) {
  .a-content h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.a-content h6 {
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 2.125rem;
  margin: 24px 0 10px;
}
.a-content p {
  margin: 8px 0;
  font-size: 1rem;
  line-height: 1.625rem;
}
.a-content b,
.a-content strong {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
}
.a-content i {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.625rem;
}
.a-content dl {
  margin: 16px 0;
  font-size: 1rem;
  line-height: 1.625rem;
}
.a-content dt {
  display: inline;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.625rem;
}
.a-content dd {
  display: inline;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0;
}
.a-content dd:before {
  content: "— ";
}
.a-content ul,
.a-content ol {
  padding: 0 0 0 30px;
  margin: 24px 0 32px;
  list-style: none;
  display: flex;
  flex-direction: column;
  counter-reset: list;
  font-size: 1rem;
  line-height: 1.625rem;
}
.a-content ul li + li,
.a-content ol li + li {
  margin: 16px 0 0 0;
}
.a-content ul ul {
  margin: 0;
}
.a-content ul ul ul {
  margin: 0;
}
.a-content ul li {
  position: relative;
}
.a-content ul li:before {
  content: "— ";
  position: absolute;
  top: -1px;
  left: -28px;
  color: #01a9c1;
}
.a-content ul li li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #01a9c1;
  position: absolute;
  top: 10px;
  left: -28px;
  color: #01a9c1;
}
.a-content ul li li li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #01a9c1;
  position: absolute;
  top: 10px;
  left: -28px;
  color: #01a9c1;
  box-sizing: border-box;
}
.a-content ol li {
  position: relative;
}
.a-content ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  position: absolute;
  top: 0;
  left: -28px;
  font-weight: 600;
  color: #01a9c1;
}
.a-content code {
  font-family: monospace;
}
.a-content hr {
  border: none;
  height: 2px;
  background-color: #d5d5d5;
}
.a-content sup,
.a-content sub {
  font-size: 0.625rem;
  line-height: 0.625rem;
}
.a-content pre {
  margin: 32px 0;
}
@media only screen and (min-width: 768px) {
  .a-content {
    margin: 48px auto 56px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-content {
    margin: 64px auto 94px;
  }
}
.a-content__lead {
  margin: 40px 0 40px;
  color: #01a9c1;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 1025px) {
  .a-content__lead {
    font-size: 1.5rem;
    line-height: 2.375rem;
  }
}