.cp-add-esim {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 128px 24px auto;
  grid-template-columns: 128px auto;
  -ms-grid-rows: 128px 0 128px 0 128px;
  grid-template-rows: repeat(3, 128px);
  gap: 0 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}.cp-add-esim > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}.cp-add-esim > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}.cp-add-esim > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}.cp-add-esim > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}.cp-add-esim > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}.cp-add-esim > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media screen and (max-width: 899px) {
  .cp-add-esim {
    -ms-grid-columns: 86px 8px auto;
    grid-template-columns: 86px auto;
    -ms-grid-rows: 86px 0 86px 0 86px;
    grid-template-rows: repeat(3, 86px);
    gap: 0 8px;
  }
  .cp-add-esim > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cp-add-esim > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cp-add-esim > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .cp-add-esim > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .cp-add-esim > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .cp-add-esim > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.cp-add-esim img {
  width: 100%;
}
.cp-add-esim p {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .cp-add-esim p {
    font-size: 2rem;
  }
}
.cp-add-esim-subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .cp-add-esim-subtitle {
    font-size: 1.8rem;
  }
}

.cp-mv {
  background-color: #EEFFBC;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
.cp-mv img {
  display: block;
  margin-inline: auto;
  width: min(100%, 450px);
  aspect-ratio: 375/382;
}
@media screen and (min-width: 900px) {
  .cp-mv img {
    max-width: none;
    width: auto;
    aspect-ratio: 2000/390;
  }
}
@media screen and (max-width: 899px) {
  .cp-mv.--c img {
    aspect-ratio: 375/382;
  }
}