.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.project {
  background: #f2f7fb url(https://storage-asset.msi.com/event/2026/gnp/2026-summer-router/images/bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #363d3f;
  overflow: hidden;
  font-family: -apple-system, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
}
@supports (background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==)) {
  .project {
    background-image: url(https://storage-asset.msi.com/event/2026/gnp/2026-summer-router/images/bg.webp);
  }
}
@media (min-width: 996px) {
  .project {
    background-size: cover;
  }
}

.pageHeader {
  padding: 16px 16px 0;
}
@media (min-width: 996px) {
  .pageHeader {
    padding: 24px 40px 0;
  }
}
.pageHeader__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.pageHeader__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageHeader__wifi7 {
  width: 96px;
  height: auto;
}
@media (min-width: 996px) {
  .pageHeader__wifi7 {
    width: 140px;
  }
}
.pageHeader__pay {
  width: 150px;
  height: auto;
}
@media (min-width: 996px) {
  .pageHeader__pay {
    width: 220px;
  }
}

.kv {
  padding: 10px 16px 20px;
  text-align: center;
}
@media (min-width: 996px) {
  .kv {
    padding: 20px 40px 40px;
  }
}
.kv__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.kv__title {
  display: block;
  margin-bottom: 18px;
}
.kv__title img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.kv__lead {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  color: #3a3a3a;
  letter-spacing: 0.04em;
}
@media (min-width: 996px) {
  .kv__lead {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.kv__catch {
  margin: 0 0 28px;
  font-size: 17px;
  font-weight: 700;
  color: #3a3a3a;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
@media (min-width: 996px) {
  .kv__catch {
    font-size: 30px;
    margin-bottom: 36px;
  }
}
.kv__catch-num {
  display: inline-block;
  color: #21a8ec;
  font-size: 1.45em;
  font-weight: 800;
  padding: 0 4px;
  letter-spacing: 0.01em;
}
.kv__periods {
  max-width: 900px;
  margin: 0 auto 20px;
  padding: 0 4px;
}
.kv__periodRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 20px;
  padding: 14px 0;
}
.kv__periodRow:first-child {
  border-bottom: 1px solid rgba(120, 140, 160, 0.35);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
@media (min-width: 996px) {
  .kv__periodRow {
    gap: 18px 32px;
    padding: 18px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.kv__periodLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: -webkit-gradient(linear, left top, right top, from(#1a4a8c), to(#3d8fd0));
  background: linear-gradient(90deg, #1a4a8c 0%, #3d8fd0 100%);
  border: 2px solid #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 2px 6px rgba(30, 60, 110, 0.22);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 2px 6px rgba(30, 60, 110, 0.22);
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
}
.kv__periodLabel span {
  display: inline-block;
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
}
.kv__periodLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 148px;
  padding: 9px 26px;
  font-size: 14px;
}
@media (min-width: 996px) {
  .kv__periodLabel {
    min-width: 200px;
    font-size: 20px;
    padding: 11px 34px;
  }
}
.kv__periodDate {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media (min-width: 996px) {
  .kv__periodDate {
    font-size: 26px;
    gap: 0 3px;
  }
}
.kv__d, .kv__tilde {
  color: #21a8ec;
  font-weight: 800;
}
.kv__u {
  color: #4a4a4a;
  font-weight: 600;
  font-size: 0.78em;
}
.kv__tilde {
  margin: 0 0.28em;
}
.kv__wd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.15em;
  height: 1.15em;
  margin-left: 0.12em;
  color: #555;
  font-size: 0.55em;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -0.12em;
}
.kv__note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.02em;
}
@media (min-width: 996px) {
  .kv__note {
    font-size: 15px;
  }
}

.secTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 28px;
  max-width: 600px;
  font-family: "sicgothicduex-nexus", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.secTitle::before, .secTitle::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2026/gnp/2026-summer-router/images/title-sub-bg-1.png) no-repeat center;
  background-size: cover;
  mix-blend-mode: screen;
  z-index: 1;
}
@supports (background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==)) {
  .secTitle::before, .secTitle::after {
    background-image: url(https://storage-asset.msi.com/event/2026/gnp/2026-summer-router/images/title-sub-bg-1.webp);
  }
}
.secTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 260px;
  padding: 14px 36px;
  text-align: center;
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: 800;
  letter-spacing: 0.02em;
  background: -webkit-gradient(linear, left top, right top, from(#0067ce), to(#00aeef));
  background: linear-gradient(90deg, #0067ce 0%, #00aeef 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 0 5px rgb(255, 255, 255)) drop-shadow(0 0 10px rgb(255, 255, 255)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.75));
          filter: drop-shadow(0 0 5px rgb(255, 255, 255)) drop-shadow(0 0 10px rgb(255, 255, 255)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.75));
}
@media (min-width: 996px) {
  .secTitle span {
    min-width: 600px;
    padding: 18px 56px;
  }
}

.secSubTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 28px;
  max-width: 450px;
  font-family: "sicgothicduex-nexus", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.secSubTitle::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2026/gnp/2026-summer-router/images/title-sub-bg-1.png) no-repeat center;
  background-size: cover;
  mix-blend-mode: screen;
  z-index: 1;
}
@supports (background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==)) {
  .secSubTitle::before {
    background-image: url(https://storage-asset.msi.com/event/2026/gnp/2026-summer-router/images/title-sub-bg-1.webp);
  }
}
.secSubTitle::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2026/gnp/2026-summer-router/images/title-sub-bg-2.png) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
@supports (background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==)) {
  .secSubTitle::after {
    background-image: url(https://storage-asset.msi.com/event/2026/gnp/2026-summer-router/images/title-sub-bg-2.webp);
  }
}
.secSubTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 260px;
  padding: 14px 36px;
  text-align: center;
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: 800;
  letter-spacing: 0.02em;
  background: -webkit-gradient(linear, left top, right top, from(#0067ce), to(#00aeef));
  background: linear-gradient(90deg, #0067ce 0%, #00aeef 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 0 5px rgb(255, 255, 255)) drop-shadow(0 0 10px rgb(255, 255, 255)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.75));
          filter: drop-shadow(0 0 5px rgb(255, 255, 255)) drop-shadow(0 0 10px rgb(255, 255, 255)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.75));
}
@media (min-width: 996px) {
  .secSubTitle span {
    min-width: 300px;
    padding: 18px 56px;
  }
}

.overview {
  padding: 30px 16px 10px;
}
@media (min-width: 996px) {
  .overview {
    padding: 50px 40px 20px;
  }
}
.overview__inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.overview__inner--txtbox {
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}
.overview__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 12px;
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
  color: #393939;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke fill;
}
@media (min-width: 996px) {
  .overview__lead {
    font-size: 40px;
    -webkit-text-stroke-width: 6px;
  }
}
.overview__payInline {
  width: 160px;
  height: auto;
  vertical-align: middle;
}
@media (min-width: 996px) {
  .overview__payInline {
    width: 280px;
  }
}
.overview__catch {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #363d3f;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
}
@media (min-width: 996px) {
  .overview__catch {
    font-size: 32px;
    -webkit-text-stroke-width: 5px;
  }
}
.overview__catch-num {
  color: #21a8ec;
  font-size: 1.2em;
  padding: 0 10px;
  -webkit-text-stroke: 0;
  paint-order: normal;
}
.overview__stock {
  margin: 0 0 24px;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.02em;
}
@media (min-width: 996px) {
  .overview__stock {
    font-size: 15px;
  }
}
.overview__notes {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  line-height: 1.8;
  color: #373737;
}
@media (min-width: 996px) {
  .overview__notes {
    font-size: 14px;
  }
}
.overview__notes ol,
.overview__notes ul {
  margin: 0 0 12px;
  padding-left: 1.6em;
  list-style-position: outside;
}
.overview__notes ol {
  list-style-type: decimal !important;
}
.overview__notes ul {
  list-style-type: disc !important;
}
.overview__notes li {
  display: list-item;
  margin: 0 0 6px;
  list-style: inherit;
}
.overview__notes li:last-child {
  margin-bottom: 0;
}

.period {
  padding: 20px 16px 40px;
  text-align: center;
}
@media (min-width: 996px) {
  .period {
    padding: 30px 40px 60px;
  }
}
.period__inner {
  max-width: 960px;
  margin: 0 auto;
}
.period__item {
  padding: 18px 0 22px;
}
.period__item:first-child {
  border-bottom: 1px solid rgba(120, 140, 160, 0.35);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.period__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: -webkit-gradient(linear, left top, right top, from(#0f6eb8), to(#55c4f5));
  background: linear-gradient(90deg, #0f6eb8 0%, #55c4f5 100%);
  border: 2px solid #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 2px 6px rgba(30, 60, 110, 0.22);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 2px 6px rgba(30, 60, 110, 0.22);
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
}
.period__label span {
  display: inline-block;
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
}
.period__label {
  margin: 0 0 14px;
  min-width: 160px;
  padding: 10px 28px;
  font-size: 15px;
}
@media (min-width: 996px) {
  .period__label {
    min-width: 220px;
    margin-bottom: 18px;
    padding: 12px 40px;
    font-size: 22px;
  }
}
.period__date {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  -webkit-filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 8px rgba(255, 255, 255, 0.9));
          filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 8px rgba(255, 255, 255, 0.9));
}
@media (min-width: 996px) {
  .period__date {
    font-size: 30px;
    gap: 0 3px;
  }
}
.period__d {
  color: #21a8ec;
  font-weight: 800;
  -webkit-filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 6px rgba(180, 220, 255, 0.95));
          filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 6px rgba(180, 220, 255, 0.95));
}
.period__u, .period__tilde {
  color: #3a3a3a;
  font-weight: 700;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
}
.period__u {
  font-size: 0.78em;
}
.period__tilde {
  margin: 0 0.28em;
}
@media (min-width: 996px) {
  .period__tilde {
    -webkit-text-stroke-width: 3px;
  }
}
.period__wd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.12em;
  color: #3a3a3a;
  font-size: 0.55em;
  font-weight: 700;
  line-height: 1;
  border: 1.5px solid #555;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -0.12em;
  background: transparent;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  -webkit-text-stroke: 0;
  paint-order: normal;
}

.products {
  padding: 20px 16px 40px;
}
@media (min-width: 996px) {
  .products {
    padding: 40px 40px 60px;
  }
}
.products__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.products__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  margin-bottom: 60px;
}
@media (min-width: 996px) {
  .products__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin-bottom: 0px;
  }
}
@media (min-width: 996px) {
  .products__card--lite {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.products__visual {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  max-width: 480px;
  text-align: center;
}
.products__visual picture {
  display: block;
}
.products__visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.products__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44%;
          flex: 0 1 44%;
  text-align: center;
  margin-top: -10%;
}
@media (min-width: 996px) {
  .products__info {
    margin-top: 0;
  }
}
.products__info picture {
  display: block;
}
.products__tag {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 996px) {
  .products__tag {
    font-size: 24px;
  }
}
.products__brand {
  display: block;
  width: 240px;
  max-width: 90%;
  height: auto;
  margin: 0 auto 8px;
}
@media (min-width: 996px) {
  .products__brand {
    width: 340px;
  }
}
.products__pay {
  display: block;
  width: 200px;
  height: auto;
  margin: 4px auto 8px;
}
@media (min-width: 996px) {
  .products__pay {
    width: 280px;
  }
}
.products__gift {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #363d3f;
  text-align: center;
}
@media (min-width: 996px) {
  .products__gift {
    font-size: 32px;
  }
}
.products__gift span {
  color: #21a8ec;
  font-size: 1.25em;
}
.products__note {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.02em;
}
@media (min-width: 996px) {
  .products__note {
    font-size: 15px;
  }
}

.steps {
  padding: 20px 16px 30px;
}
@media (min-width: 996px) {
  .steps {
    padding: 30px 40px 40px;
  }
}
.steps__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}
@media (min-width: 996px) {
  .steps__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}
.steps__arrow {
  display: block;
  color: #c4a35a;
  font-size: 28px;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 996px) {
  .steps__arrow {
    -webkit-transform: none;
            transform: none;
  }
}
.steps__card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
  padding: 28px 18px 22px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px);
  border: 3px solid #21a8ec;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 996px) {
  .steps__card {
    margin: 0;
    max-width: none;
    min-height: 520px;
    padding: 32px 20px 24px;
  }
}
.steps__label {
  margin: 0 0 8px;
  line-height: 0;
}
.steps__label img {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .steps__label img {
    width: 180px;
  }
}
.steps__text {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  color: #444;
}
@media (min-width: 996px) {
  .steps__text {
    font-size: 18px;
    min-height: 56px;
  }
}
.steps__visual {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 8px 0 16px;
  min-height: 160px;
}
.steps__visual img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
@media (min-width: 996px) {
  .steps__visual img {
    max-height: 220px;
  }
}
.steps__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  padding: 10px 18px;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 996px) {
  .steps__btn {
    font-size: 14px;
  }
}
.steps__btn:hover {
  border-color: #21a8ec;
  color: #21a8ec;
}
.steps__note {
  margin: auto 0 0;
  font-size: 11px;
  line-height: 1.5;
  color: #666;
  text-align: left;
}
@media (min-width: 996px) {
  .steps__note {
    font-size: 12px;
  }
}

.terms__wrapper {
  text-align: center;
  padding: 10px 16px 50px;
}
.terms__wrapper .tc__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  padding: 14px 40px;
  border: 2px solid #21a8ec;
  border-radius: 8px;
  color: #21a8ec;
  background: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 996px) {
  .terms__wrapper .tc__btn {
    font-size: 28px;
    min-width: 280px;
  }
}
.terms__wrapper .tc__btn:hover {
  background: #21a8ec;
  color: #fff;
}/*# sourceMappingURL=main.css.map */