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

:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

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

.a-download-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
.a-download-links .a-button {
  min-width: 258px;
}
.a-download-links .a-button + .a-button {
  margin: 20px 0 0 0;
}

.a-popup_download {
  max-width: 610px;
  width: calc(100% - 40px);
}