.mid-news,
.mid-requirements,
.mid-download,
.mid-support {
  position: relative;
  color: #11162c;
  background: #fff;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}
.mid-news h2,
.mid-requirements h2,
.mid-download h2,
.mid-support h2 {
  color: #030303;
  letter-spacing: -1.8px;
  font-weight: 750;
  margin: 0;
  line-height: 1.1;
}
.mid-news p,
.mid-requirements p,
.mid-download p,
.mid-support p {
  margin: 0;
}
.mid-underline {
  display: block;
  width: 68px;
  height: 6px;
  border-radius: 10px;
  background: #04bbdc;
  margin: 17px 0;
}
.mid-news {
  min-height: 790px;
  padding: 27px 18px 55px;
}
.mid-news-intro {
  padding-left: 105px;
}
.mid-news h2 {
  font-size: 47px;
}
.mid-news-intro p {
  font-size: 14px;
  line-height: 20px;
}
.mid-news-flow {
  position: relative;
  height: 444px;
  margin-top: 14px;
}
.mid-update {
  --mid-color: #00bfdc;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--mid-color);
  border-radius: 60px;
  padding: 10px;
  background: linear-gradient(135deg, #fdfefe, #fff);
  box-sizing: border-box;
  min-height: 96px;
}
.mid-update p {
  font-size: 13px;
  line-height: 19px;
}
.mid-number {
  color: var(--mid-color);
  font-size: 32px;
  border: 1px solid color-mix(in srgb, var(--mid-color) 65%, white);
  border-radius: 50%;
  min-width: 67px;
  height: 67px;
  display: grid;
  place-items: center;
}
.mid-update img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}
.mid-chevron {
  color: var(--mid-color);
  font-size: 30px;
  margin-left: auto;
  padding-right: 12px;
}
.mid-update-1 {
  left: 8%;
  top: 0;
  width: 46%;
}
.mid-update-2 {
  --mid-color: #ff84b7;
  right: 0;
  top: 0;
  width: 38%;
  border-radius: 40px 20px 20px 40px;
}
.mid-update-3 {
  --mid-color: #a896fa;
  left: 0;
  top: 119px;
  width: 37%;
  border-radius: 20px 55px 55px 20px;
}
.mid-update-4 {
  left: 45%;
  top: 119px;
  width: 43%;
}
.mid-update-5 {
  left: 27%;
  top: 235px;
  width: 43%;
  min-height: 86px;
  box-shadow: 0 3px 16px #00000016;
  border-color: #f0f1f4;
}
.mid-update-5 .mid-number {
  min-width: 65px;
  height: 65px;
}
.mid-update-5 img {
  width: 67px;
  height: 67px;
}
.mid-update-5 p {
  font-size: 12px;
  line-height: 17px;
}
.mid-update-6 {
  left: 8%;
  top: 337px;
  width: 46%;
}
.mid-update-7 {
  --mid-color: #ff84b7;
  right: 0;
  top: 337px;
  width: 38%;
  border-radius: 40px 20px 20px 40px;
}
.mid-update-2 .mid-chevron,
.mid-update-3 .mid-chevron,
.mid-update-5 .mid-chevron,
.mid-update-7 .mid-chevron {
  display: none;
}
.mid-ornament {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 20px 8% 0;
  color: #b499ff;
  font-size: 26px;
  letter-spacing: 8px;
}
.mid-ornament span {
  width: 25%;
  height: 1px;
  background: #b9b0ff;
}
.mid-requirements {
  min-height: 724px;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  padding: 65px 63px 50px 52px;
  background: linear-gradient(120deg, #fdfdff, #fff);
}
.mid-requirements-intro h2 {
  font-size: 43px;
  line-height: 1.2;
}
.mid-requirements-intro p {
  font-size: 16px;
  line-height: 26px;
}
.mid-slashes {
  font-size: 27px;
  letter-spacing: 7px;
  color: #04c4ee;
  margin-bottom: 17px;
}
.mid-requirement-table {
  padding-left: 60px;
  position: relative;
}
.mid-requirement-table:before {
  content: "";
  position: absolute;
  width: 40px;
  border-left: 1px solid #a0e9ff;
  border-radius: 35px;
  top: 73px;
  bottom: 105px;
  left: 12px;
}
.mid-table-head {
  display: grid;
  grid-template-columns: 110px 1fr 1.24fr;
  padding: 0 15px 10px;
  font-size: 16px;
}
.mid-requirement-row {
  --mid-color: #00bddd;
  display: grid;
  grid-template-columns: 110px 1fr 1.24fr;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--mid-color) 30%, white);
  border-radius: 19px;
  margin-bottom: 16px;
  min-height: 87px;
  padding: 8px 15px;
  position: relative;
}
.mid-requirement-row:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--mid-color);
  left: -45px;
}
.mid-requirement-row img {
  height: 60px;
  width: 64px;
  object-fit: contain;
  margin: 0 auto;
}
.mid-requirement-row > span {
  font-size: 14px;
  line-height: 21px;
  padding-left: 22px;
  border-left: 1px dashed color-mix(in srgb, var(--mid-color) 40%, white);
  min-height: 45px;
  display: flex;
  align-items: center;
}
.mid-requirement-row > span:last-child {
  display: block;
  padding-top: 3px;
}
.mid-requirement-row.mid-color-1 {
  --mid-color: #ff83b7;
}
.mid-requirement-row.mid-color-2 {
  --mid-color: #ad94ff;
}
.mid-table-decoration {
  display: flex;
  justify-content: space-around;
  color: #b397ff;
  font-size: 27px;
  padding: 20px 0 0;
}
.mid-table-decoration span {
  color: #00bfe5;
}
.mid-download {
  padding: 56px 43px 0;
  min-height: 930px;
}
.mid-download h2 {
  font-size: 53px;
}
.mid-download em,
.mid-support em {
  font-style: normal;
  color: #00b9e8;
}
.mid-download-intro p {
  font-size: 15px;
  line-height: 22px;
  margin: 11px 0;
}
.mid-download-logo {
  position: absolute;
  top: 35px;
  right: 24px;
  width: 375px;
  height: 255px;
  object-fit: contain;
}
.mid-steps {
  display: grid;
  grid-template-columns: 1fr 1.03fr 1.02fr;
  gap: 37px;
  margin-top: 24px;
}
.mid-color-0 {
  --mid-color: #00b8ed;
}
.mid-color-1 {
  --mid-color: #9863ff;
}
.mid-color-2 {
  --mid-color: #ff52ad;
}
.mid-step {
  border: 1px solid color-mix(in srgb, var(--mid-color) 30%, white);
  border-radius: 20px;
  padding: 18px 18px 17px;
  box-shadow: 0 5px 10px color-mix(in srgb, var(--mid-color) 5%, transparent);
}
.mid-step-title {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 19px;
}
.mid-step-title > b {
  width: 47px;
  min-width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    140deg,
    color-mix(in srgb, var(--mid-color) 65%, white),
    var(--mid-color)
  );
  color: white;
  border-radius: 50%;
  font-size: 25px;
  box-shadow: 0 3px 7px #00000014;
}
.mid-step h3 {
  font-size: 20px;
  color: #0a0a0a;
  letter-spacing: -0.65px;
  white-space: nowrap;
  margin: 0;
}
.mid-step h3 span {
  color: var(--mid-color);
}
.mid-step > img {
  width: 100%;
  height: 274px;
  object-fit: contain;
  display: block;
}
.mid-step > p {
  font-size: 16px;
  line-height: 24px;
  padding: 14px 11px 0;
}
.mid-download-done {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #83dfff;
  background: #f5fcff;
  border-radius: 14px;
  padding: 15px 20px;
  margin-top: 24px;
  min-height: 92px;
}
.mid-download-done > b {
  background: #00b9ef;
  color: white;
  border: 7px double white;
  border-radius: 50%;
  width: 69px;
  min-width: 69px;
  height: 69px;
  display: grid;
  place-items: center;
  font-size: 37px;
  box-shadow: 0 0 0 1px #9fe7ff;
}
.mid-download-done p {
  padding-left: 35px;
  border-left: 1px dashed #5bdbff;
  font-size: 19px;
  line-height: 28px;
  color: #0a0a0a;
}
.mid-sparkle {
  font-size: 43px;
  color: #d185ff;
}
.mid-file-note {
  font-size: 11px !important;
  color: #526573;
  text-align: center;
  padding-top: 5px;
}
.mid-support {
  padding: 20px 28px 0;
  min-height: 674px;
}
.mid-support-intro {
  padding: 0 17px;
}
.mid-support h2 {
  font-size: 55px;
}
.mid-support-intro p {
  font-size: 18px;
  line-height: 27px;
  color: #344761;
  margin-top: 19px;
}
.mid-support .mid-underline {
  width: 52px;
  margin: 13px 0;
}
.mid-wrench {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 240px;
  object-fit: contain;
  z-index: 0;
}
.mid-support-intro {
  position: relative;
  z-index: 1;
}
.mid-problems {
  display: grid;
  grid-template-columns: 1fr 0.98fr 1.05fr;
  gap: 16px;
  margin-top: 24px;
}
.mid-problem {
  border: 1px solid color-mix(in srgb, var(--mid-color) 17%, white);
  border-radius: 18px;
  padding: 20px 18px;
  background: color-mix(in srgb, var(--mid-color) 2%, white);
}
.mid-problem header {
  display: flex;
  gap: 24px;
  align-items: center;
  height: 70px;
}
.mid-problem header > b {
  display: grid;
  place-items: center;
  font-size: 36px;
  width: 65px;
  min-width: 65px;
  height: 60px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--mid-color) 16%, white);
  color: #050505;
}
.mid-problem h3 {
  font-size: 20px;
  color: #030303;
  line-height: 24px;
  letter-spacing: -0.7px;
  margin: 0;
}
.mid-problem h3 > span {
  display: block;
  color: var(--mid-color);
  font-size: 18px;
  margin-bottom: 5px;
}
.mid-problem-body {
  display: grid;
  grid-template-columns: 49% 1fr;
  gap: 20px;
  margin-top: 14px;
}
.mid-problem-body > img {
  width: 100%;
  height: 305px;
  object-fit: fill;
  border-radius: 20px 20px 5px 5px;
}
.mid-problem h4 {
  color: var(--mid-color);
  font-size: 18px;
  white-space: nowrap;
  margin: 15px 0;
}
.mid-problem h4 span {
  display: inline-grid;
  place-items: center;
  background: var(--mid-color);
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 23px;
  margin-right: 5px;
}
.mid-problem-body p {
  color: #344761;
  font-size: 16px;
  line-height: 23px;
}
.mid-problem:nth-child(2) .mid-problem-body p,
.mid-problem:nth-child(3) .mid-problem-body p {
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 900px) {
  .mid-news-intro {
    padding-left: 15px;
  }
  .mid-news-intro br,
  .mid-requirements br,
  .mid-download-done br,
  .mid-support-intro br {
    display: none;
  }
  .mid-news {
    padding: 40px 20px;
    min-height: 0;
  }
  .mid-news-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    height: auto;
  }
  .mid-update {
    position: static;
    width: auto;
    min-height: 115px;
    border-radius: 24px !important;
    gap: 8px;
  }
  .mid-update p {
    font-size: 12px;
    line-height: 18px;
  }
  .mid-update img {
    width: 45px;
    height: 45px;
  }
  .mid-number {
    min-width: 44px;
    height: 44px;
    font-size: 24px;
  }
  .mid-update-5 {
    grid-column: 1/-1;
  }
  .mid-requirements {
    padding: 40px 24px;
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
  }
  .mid-requirements-intro h2 {
    font-size: 38px;
  }
  .mid-requirement-table {
    padding-left: 35px;
  }
  .mid-requirement-row:before {
    left: -24px;
  }
  .mid-download {
    padding: 35px 24px;
    min-height: 0;
  }
  .mid-download h2,
  .mid-support h2,
  .mid-news h2 {
    font-size: 39px;
  }
  .mid-download-logo,
  .mid-wrench {
    display: none;
  }
  .mid-steps {
    gap: 15px;
  }
  .mid-step {
    padding: 15px 10px;
  }
  .mid-step-title {
    gap: 10px;
  }
  .mid-step h3 {
    font-size: 16px;
    white-space: normal;
  }
  .mid-step > img {
    height: 210px;
  }
  .mid-step > p {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0 0;
  }
  .mid-download-done {
    gap: 12px;
  }
  .mid-download-done p {
    font-size: 15px;
    line-height: 23px;
    padding-left: 15px;
  }
  .mid-sparkle {
    display: none;
  }
  .mid-support {
    padding: 20px;
    min-height: 0;
  }
  .mid-support-intro {
    padding: 0;
  }
  .mid-support-intro p {
    font-size: 16px;
    line-height: 25px;
  }
  .mid-problems {
    grid-template-columns: 1fr;
  }
  .mid-problem-body {
    grid-template-columns: 160px 1fr;
  }
  .mid-problem-body > img {
    height: auto;
    max-height: 305px;
    object-fit: contain;
  }
  .mid-problem-body p {
    font-size: 17px !important;
    line-height: 27px !important;
  }
}
@media (max-width: 560px) {
  .mid-news-flow,
  .mid-steps {
    grid-template-columns: 1fr;
  }
  .mid-update-5 {
    grid-column: auto;
  }
  .mid-news h2,
  .mid-download h2,
  .mid-support h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .mid-news-intro {
    padding: 0;
  }
  .mid-update {
    min-height: 100px;
  }
  .mid-update p br {
    display: none;
  }
  .mid-number {
    min-width: 50px;
    height: 50px;
  }
  .mid-update img {
    width: 55px;
    height: 55px;
  }
  .mid-ornament {
    display: none;
  }
  .mid-requirement-table {
    padding-left: 15px;
  }
  .mid-table-head,
  .mid-requirement-row {
    grid-template-columns: 52px 1fr 1.1fr;
    padding: 10px 5px;
  }
  .mid-requirement-row > span {
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .mid-table-head {
    font-size: 13px;
  }
  .mid-requirement-row img {
    width: 45px;
    height: 50px;
  }
  .mid-requirement-row:before {
    left: -14px;
    width: 8px;
    height: 8px;
  }
  .mid-requirement-table:before {
    left: 4px;
  }
  .mid-step > img {
    height: 280px;
  }
  .mid-step > p {
    font-size: 16px;
    line-height: 24px;
  }
  .mid-step h3 {
    font-size: 20px;
  }
  .mid-download-done > b {
    min-width: 48px;
    width: 48px;
    height: 48px;
    font-size: 25px;
  }
  .mid-download-done {
    padding: 12px;
  }
  .mid-download-done p {
    font-size: 14px;
    line-height: 21px;
  }
  .mid-problem {
    padding: 15px;
  }
  .mid-problem header {
    gap: 15px;
  }
  .mid-problem-body {
    grid-template-columns: 44% 1fr;
    gap: 14px;
  }
  .mid-problem-body p {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .mid-problem h4 {
    font-size: 16px;
  }
  .mid-problem h4 span {
    height: 25px;
    width: 25px;
  }
  .mid-problem h3 {
    font-size: 19px;
  }
}

/* Let the requirements table shrink to narrow phone screens. */
@media (max-width: 900px) {
  .mid-requirements {
    grid-template-columns: minmax(0, 1fr);
  }
  .mid-requirements-intro,
  .mid-requirement-table {
    min-width: 0;
  }
}
@media (max-width: 560px) {
  .mid-table-head,
  .mid-requirement-row {
    grid-template-columns: 45px minmax(0, 1fr) minmax(0, 1.1fr);
  }
  .mid-requirement-row > span {
    overflow-wrap: anywhere;
  }
  .mid-requirements-intro h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
@media (max-width: 900px) {
  .mid-requirements h2 br {
    display: initial;
  }
}
@media (max-width: 360px) {
  .mid-support h2 {
    font-size: 30px;
  }
}
