.iw-six-compare {
  --six-ink: #123247;
  --six-text: #5f7887;
  --six-blue: #0088cc;
  --six-blue-deep: #075f8d;
  --six-cyan: #26b5df;
  --six-green: #43b047;
  --six-line: #d4e5ed;
  --six-soft: #f3f8fb;
  color: var(--six-ink);
  background: #fff;
}

.iw-six-compare *,
.iw-six-compare *::before,
.iw-six-compare *::after {
  box-sizing: border-box;
}

.iw-six-compare h1,
.iw-six-compare h2,
.iw-six-compare h3,
.iw-six-compare p {
  text-wrap: pretty;
}

.iw-six-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.1) 0 55px, transparent 56px),
    radial-gradient(circle at 87% 78%, rgba(255,255,255,.09) 0 105px, transparent 106px),
    linear-gradient(118deg, #075f8d 0%, #0088cc 57%, #42b5df 100%);
}

.iw-six-hero__shape {
  position: absolute;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.05);
}

.iw-six-hero__shape--one {
  left: -90px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 70px;
  transform: rotate(22deg);
}

.iw-six-hero__shape--two {
  top: -115px;
  left: 43%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.iw-six-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 76px;
  align-items: center;
  min-height: 610px;
  padding-top: 72px;
  padding-bottom: 82px;
}

.iw-six-hero__grid::before,
.iw-six-hero__grid::after,
.iw-six-help__inner::before,
.iw-six-help__inner::after {
  display: none;
  content: none;
}

.iw-six-hero__copy h1 {
  max-width: 650px;
  margin: 20px 0;
  color: #fff;
  font-size: clamp(43px, 4.3vw, 60px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.iw-six-hero__lead {
  max-width: 610px;
  margin: 0;
  color: #e8f8fe;
  font-size: 19px;
  line-height: 1.65;
}

.iw-six-hero__count {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 23px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: #fff;
  background: rgba(4,65,96,.22);
  font-size: 13px;
  font-weight: 800;
}

.iw-six-hero__count i {
  color: #83f0ad;
  font-size: 16px;
}

.iw-six-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.iw-six-hero .iw-product-btn--ghost {
  border-color: rgba(255,255,255,.65);
  color: #fff;
  background: rgba(255,255,255,.08);
}

.iw-six-hero .iw-product-btn--ghost:hover {
  color: var(--six-ink);
  background: #fff;
}

.iw-six-preview {
  position: relative;
  min-height: 440px;
}

.iw-six-preview__window {
  position: absolute;
  inset: 10px 7px 10px 22px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 24px;
  background: rgba(255,255,255,.17);
  box-shadow: 0 30px 70px rgba(2,43,64,.28);
  backdrop-filter: blur(4px);
}

.iw-six-preview__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 34px;
}

.iw-six-preview__bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
}

.iw-six-preview__bar span {
  width: 42%;
  height: 8px;
  margin-left: auto;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
}

.iw-six-preview__label {
  margin: 4px 3px 9px;
  color: rgba(255,255,255,.87);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.iw-six-preview__label--special {
  margin-top: 15px;
}

.iw-six-preview__main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.iw-six-preview__main article,
.iw-six-preview__special article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 15px 12px;
  border: 1px solid #d8e7ee;
  border-radius: 13px;
  color: var(--six-blue);
  background: #fff;
  box-shadow: 0 10px 24px rgba(10,55,77,.11);
}

.iw-six-preview__main article {
  min-height: 155px;
}

.iw-six-preview__main article:nth-child(2) {
  border-top: 4px solid var(--six-green);
  transform: translateY(-5px);
}

.iw-six-preview__main article:nth-child(3) {
  color: #8c64bd;
}

.iw-six-preview__main article:nth-child(4) {
  color: var(--six-green);
}

.iw-six-preview__main article > i,
.iw-six-preview__special article > i {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: currentColor;
  font-size: 15px;
}

.iw-six-preview__main article > i::before,
.iw-six-preview__special article > i::before {
  color: #fff;
}

.iw-six-preview__main span,
.iw-six-preview__main b,
.iw-six-preview__special span,
.iw-six-preview__special b {
  display: block;
  height: 8px;
  margin-top: 15px;
  border-radius: 999px;
  background: #d7e5eb;
}

.iw-six-preview__main b {
  width: 65%;
  margin-top: 9px;
}

.iw-six-preview__special {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.iw-six-preview__special article {
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  gap: 0 11px;
  min-height: 84px;
}

.iw-six-preview__special article:first-child {
  color: #126993;
}

.iw-six-preview__special article:last-child {
  color: var(--six-green);
}

.iw-six-preview__special article > i {
  grid-row: 1 / 3;
}

.iw-six-preview__special span,
.iw-six-preview__special b {
  margin-top: 8px;
}

.iw-six-preview__special b {
  width: 58%;
  margin-top: 7px;
}

.iw-six-preview__badge {
  position: absolute;
  z-index: 2;
  right: -8px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  border-radius: 12px;
  color: var(--six-ink);
  background: #fff;
  box-shadow: 0 16px 35px rgba(2,43,64,.24);
  font-size: 13px;
  font-weight: 800;
}

.iw-six-preview__badge i {
  color: var(--six-green);
}

.iw-six-guide,
.iw-six-table-section,
.iw-six-special {
  padding: 88px 0;
}

.iw-six-heading {
  max-width: 810px;
  margin: 0 auto 45px;
  text-align: center;
}

.iw-six-heading .iw-product-eyebrow {
  margin-bottom: 13px;
}

.iw-six-heading h2 {
  margin: 0 0 15px;
  color: var(--six-ink);
  font-size: clamp(31px, 3.3vw, 45px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.iw-six-heading > p:last-child {
  margin: 0;
  color: var(--six-text);
  font-size: 17px;
  line-height: 1.7;
}

.iw-six-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.iw-six-guide__grid article {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  padding: 27px 25px;
  border: 1px solid var(--six-line);
  border-radius: 17px;
  background:
    radial-gradient(circle at 92% 13%, rgba(0,136,204,.08) 0 54px, transparent 55px),
    linear-gradient(145deg, #fff 35%, #f5fbfd 100%);
  box-shadow: 0 13px 32px rgba(11,59,81,.06);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.iw-six-guide__grid article:hover {
  border-color: rgba(0,136,204,.42);
  box-shadow: 0 18px 40px rgba(11,59,81,.1);
  transform: translateY(-3px);
}

.iw-six-guide__grid article > span {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: var(--six-blue);
  background: #e6f5fb;
  font-size: 19px;
}

.iw-six-guide__grid h3 {
  margin: 19px 0 9px;
  color: var(--six-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.iw-six-guide__grid p {
  margin: 0;
  color: var(--six-text);
  font-size: 14px;
  line-height: 1.65;
}

.iw-six-investment {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  padding: 25px 28px;
  border: 1px solid #cde5ef;
  border-radius: 17px;
  background: #edf8fc;
}

.iw-six-investment > span {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--six-blue);
  background: #fff;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(10,60,84,.07);
}

.iw-six-investment h3 {
  margin: 0 0 7px;
  color: var(--six-ink);
  font-size: 22px;
  font-weight: 800;
}

.iw-six-investment p {
  margin: 0;
  color: var(--six-text);
  font-size: 15px;
  line-height: 1.65;
}

.iw-six-table-section {
  background: var(--six-soft);
}

.iw-six-table-hint {
  display: none;
  align-items: center;
  gap: 8px;
  margin: -20px 0 16px;
  color: #627b89;
  font-size: 13px;
  font-weight: 700;
}

.iw-six-table-hint i {
  color: var(--six-blue);
}

.iw-six-table-wrap {
  overflow-x: auto;
  border: 1px solid #cbdfe8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(10,58,80,.09);
  scrollbar-color: #9bcddd #edf5f8;
  scrollbar-width: thin;
}

.iw-six-table-wrap:focus-visible {
  outline: 3px solid rgba(0,136,204,.3);
  outline-offset: 4px;
}

.iw-six-table {
  width: 100%;
  min-width: 1140px;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.iw-six-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}

.iw-six-table th,
.iw-six-table td {
  border: 0;
  border-right: 1px solid #e0ebf0;
  border-bottom: 1px solid #e0ebf0;
  vertical-align: top;
}

.iw-six-table tr > *:last-child {
  border-right: 0;
}

.iw-six-table tbody tr:last-child > * {
  border-bottom: 1px solid #e0ebf0;
}

.iw-six-table thead th {
  width: 237px;
  padding: 0;
  background: #fff;
}

.iw-six-table thead .iw-six-table__axis {
  position: sticky;
  z-index: 4;
  left: 0;
  width: 190px;
  padding: 30px 24px;
  color: #68808d;
  background: #f8fbfd;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
}

.iw-six-plan-head {
  position: relative;
  height: 350px;
  padding: 28px 24px 24px !important;
  text-align: left;
}

.iw-six-plan-head::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--six-blue);
  content: "";
}

.iw-six-plan-head--professional::before {
  background: var(--six-green);
}

.iw-six-plan-head--landing::before {
  background: #8c64bd;
}

.iw-six-plan-head--self::before {
  background: linear-gradient(90deg, #0088cc, #33bddf);
}

.iw-six-plan-head__badge {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 6px 9px;
  border-radius: 8px;
  color: #0879af;
  background: #e7f5fb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.35;
  text-transform: uppercase;
}

.iw-six-plan-head--professional .iw-six-plan-head__badge {
  color: #328b39;
  background: #edf8ee;
}

.iw-six-plan-head--landing .iw-six-plan-head__badge {
  color: #75509f;
  background: #f3edf9;
}

.iw-six-plan-head h3 {
  margin: 17px 0 8px;
  color: var(--six-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.17;
}

.iw-six-plan-head > p {
  min-height: 92px;
  margin: 0;
  color: var(--six-text);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.iw-six-plan-head__price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 16px;
}

.iw-six-plan-head__price strong {
  color: var(--six-blue);
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.025em;
}

.iw-six-plan-head--professional .iw-six-plan-head__price strong {
  color: #38983f;
}

.iw-six-plan-head--landing .iw-six-plan-head__price strong {
  color: #7e58aa;
}

.iw-six-plan-head__price small {
  color: #718692;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.iw-six-plan-head > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  color: var(--six-blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.iw-six-plan-head > a:hover {
  color: var(--six-blue-deep);
  text-decoration: none;
}

.iw-six-table tbody th {
  position: sticky;
  z-index: 3;
  left: 0;
  width: 190px;
  padding: 23px 21px;
  color: var(--six-ink);
  background: #f8fbfd;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}

.iw-six-table tbody th i {
  margin-right: 8px;
  color: var(--six-green);
}

.iw-six-table tbody td {
  padding: 22px 22px;
  color: #526d7b;
  background: #fff;
  font-size: 13px;
  line-height: 1.58;
}

.iw-six-table tbody tr:nth-child(even) td {
  background: #fbfdfe;
}

.iw-six-table tfoot th {
  position: sticky;
  z-index: 3;
  left: 0;
  width: 190px;
  padding: 18px;
  background: #f8fbfd;
}

.iw-six-table tfoot td {
  padding: 18px;
  background: #fff;
  text-align: center;
}

.iw-six-table tfoot a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 14px;
  border: 1px solid rgba(0,136,204,.3);
  border-radius: 9px;
  color: var(--six-blue);
  background: #f0f9fc;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.iw-six-table tfoot a:hover {
  border-color: var(--six-blue);
  color: #fff;
  background: var(--six-blue);
  text-decoration: none;
  transform: translateY(-1px);
}

.iw-six-included-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 19px;
  color: #476875;
  font-size: 13px;
}

.iw-six-included-note i {
  color: var(--six-green);
  font-size: 17px;
}

.iw-six-special {
  background: #fff;
}

.iw-six-special__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.iw-six-special-card {
  position: relative;
  display: flex;
  min-height: 720px;
  flex-direction: column;
  overflow: hidden;
  padding: 34px 34px 0;
  border: 1px solid var(--six-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(10,58,80,.09);
}

.iw-six-special-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  content: "";
}

.iw-six-special-card::after {
  position: absolute;
  z-index: 0;
  top: -70px;
  right: -80px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(0,136,204,.08);
  border-radius: 50%;
  background: rgba(0,136,204,.04);
  content: "";
}

.iw-six-special-card--store::before {
  background: linear-gradient(90deg, #075f8d, #0088cc);
}

.iw-six-special-card--express::before {
  background: linear-gradient(90deg, #43b047, #4ecf8a);
}

.iw-six-special-card--express::after {
  border-color: rgba(67,176,71,.12);
  background: rgba(67,176,71,.05);
}

.iw-six-special-card > * {
  position: relative;
  z-index: 1;
}

.iw-six-special-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.iw-six-special-card__icon {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #075f8d, #139fd4);
  box-shadow: 0 12px 26px rgba(0,104,153,.2);
  font-size: 23px;
}

.iw-six-special-card--express .iw-six-special-card__icon {
  background: linear-gradient(135deg, #349b3b, #51c980);
  box-shadow: 0 12px 26px rgba(52,155,59,.2);
}

.iw-six-special-card__badge {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0879af;
  background: #e7f5fb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.iw-six-special-card--express .iw-six-special-card__badge {
  color: #2d8d35;
  background: #edf8ee;
}

.iw-six-special-card h3 {
  margin: 24px 0 9px;
  color: var(--six-ink);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.12;
}

.iw-six-special-card__fit {
  min-height: 72px;
  margin: 0;
  color: var(--six-text);
  font-size: 16px;
  line-height: 1.6;
}

.iw-six-special-card__price {
  display: flex;
  align-items: flex-end;
  gap: 11px;
  margin-top: 23px;
}

.iw-six-special-card__price strong {
  color: var(--six-blue);
  font-size: 35px;
  line-height: 1;
  letter-spacing: -.035em;
}

.iw-six-special-card--express .iw-six-special-card__price strong {
  color: #369a3c;
}

.iw-six-special-card__price span {
  max-width: 170px;
  color: #6f8490;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.iw-six-special-card__mode {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 13px 14px;
  border-radius: 11px;
  color: #4f6b79;
  background: #eef7fa;
  font-size: 13px;
  font-weight: 800;
}

.iw-six-special-card--express .iw-six-special-card__mode {
  background: #edf8ee;
}

.iw-six-special-card__mode i {
  color: var(--six-blue);
}

.iw-six-special-card--express .iw-six-special-card__mode i {
  color: var(--six-green);
}

.iw-six-special-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
  margin: 20px 0 27px;
  padding: 0;
  list-style: none;
}

.iw-six-special-card li {
  display: flex;
  gap: 9px;
  padding: 11px 0;
  border-top: 1px solid #e8f0f3;
  color: #526d7b;
  font-size: 13px;
  line-height: 1.48;
}

.iw-six-special-card li i {
  margin-top: 4px;
  color: var(--six-green);
}

.iw-six-special-card__cta {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: auto -34px 0;
  color: #fff !important;
  background: var(--six-blue);
  font-weight: 800;
  text-decoration: none !important;
  transition: background .2s ease;
}

.iw-six-special-card__cta:hover {
  background: #006da3;
}

.iw-six-special-card--express .iw-six-special-card__cta {
  background: var(--six-green);
}

.iw-six-special-card--express .iw-six-special-card__cta:hover {
  background: #349d3a;
}

.iw-six-help {
  padding: 68px 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(0,136,204,.08) 0 100px, transparent 101px),
    linear-gradient(120deg, #f7fcfe 0%, #edf8fc 58%, #e4f4fa 100%);
  border-top: 1px solid #d4e9f1;
}

.iw-six-help__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.iw-six-help .iw-product-eyebrow {
  color: #0088cc;
}

.iw-six-help .iw-product-eyebrow::before {
  background: #43b047;
}

.iw-six-help h2 {
  margin: 11px 0;
  color: var(--six-ink);
  font-size: 35px;
  font-weight: 800;
  line-height: 1.15;
}

.iw-six-help div > p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--six-text);
  font-size: 16px;
  line-height: 1.65;
}

.iw-six-help .iw-product-btn {
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .iw-six-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
    gap: 45px;
  }

  .iw-six-guide__grid {
    grid-template-columns: 1fr 1fr;
  }

  .iw-six-guide__grid article {
    min-height: 215px;
  }

  .iw-six-special-card ul {
    grid-template-columns: 1fr;
  }

  .iw-six-special-card {
    min-height: 780px;
  }
}

@media (max-width: 991px) {
  .iw-six-hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 62px;
    padding-bottom: 72px;
  }

  .iw-six-hero__copy {
    max-width: 720px;
  }

  .iw-six-preview {
    width: min(720px, 100%);
    min-height: 420px;
    margin: 0 auto;
  }

  .iw-six-special__grid {
    grid-template-columns: 1fr;
  }

  .iw-six-special-card {
    min-height: 0;
  }

  .iw-six-special-card ul {
    grid-template-columns: 1fr 1fr;
  }

  .iw-six-help__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .iw-six-hero__grid {
    padding-top: 50px;
    padding-bottom: 58px;
  }

  .iw-six-hero__copy h1 {
    font-size: 39px;
  }

  .iw-six-hero__lead {
    font-size: 17px;
  }

  .iw-six-hero__actions .iw-product-btn {
    width: 100%;
    justify-content: center;
  }

  .iw-six-preview {
    min-height: 355px;
  }

  .iw-six-preview__window {
    inset: 5px 0 10px;
    padding: 13px;
  }

  .iw-six-preview__main {
    gap: 6px;
  }

  .iw-six-preview__main article {
    min-height: 120px;
    padding: 11px 8px;
  }

  .iw-six-preview__main article > i,
  .iw-six-preview__special article > i {
    width: 29px;
    height: 29px;
    font-size: 12px;
  }

  .iw-six-preview__special article {
    grid-template-columns: 30px 1fr;
    min-height: 69px;
    padding: 10px 8px;
  }

  .iw-six-preview__badge {
    right: 10px;
    bottom: -5px;
  }

  .iw-six-guide,
  .iw-six-table-section,
  .iw-six-special {
    padding: 64px 0;
  }

  .iw-six-heading {
    margin-bottom: 34px;
  }

  .iw-six-heading h2 {
    font-size: 32px;
  }

  .iw-six-heading > p:last-child {
    font-size: 15px;
  }

  .iw-six-guide__grid {
    grid-template-columns: 1fr;
  }

  .iw-six-guide__grid article {
    min-height: 0;
  }

  .iw-six-investment {
    grid-template-columns: 1fr;
    padding: 23px;
  }

  .iw-six-table-hint {
    display: flex;
  }

  .iw-six-table-wrap {
    margin-right: -15px;
    border-radius: 16px 0 0 16px;
  }

  .iw-six-table {
    min-width: 1030px;
  }

  .iw-six-table thead .iw-six-table__axis,
  .iw-six-table tbody th {
    width: 155px;
  }

  .iw-six-table thead th {
    width: 218px;
  }

  .iw-six-plan-head {
    height: 360px;
    padding: 24px 19px 20px !important;
  }

  .iw-six-plan-head > p {
    min-height: 105px;
  }

  .iw-six-table tbody th {
    padding: 19px 15px;
  }

  .iw-six-table tbody td {
    padding: 19px;
  }

  .iw-six-special-card {
    padding: 28px 25px 0;
  }

  .iw-six-special-card__fit {
    min-height: 0;
  }

  .iw-six-special-card ul {
    grid-template-columns: 1fr;
  }

  .iw-six-special-card__cta {
    margin-right: -25px;
    margin-left: -25px;
  }

  .iw-six-help {
    padding: 58px 0;
  }

  .iw-six-help h2 {
    font-size: 30px;
  }

  .iw-six-help .iw-product-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .iw-six-hero__copy h1 {
    font-size: 35px;
  }

  .iw-six-preview {
    min-height: 330px;
  }

  .iw-six-preview__label {
    font-size: 9px;
  }

  .iw-six-preview__main article {
    min-height: 108px;
  }

  .iw-six-preview__main span,
  .iw-six-preview__main b {
    margin-top: 10px;
  }

  .iw-six-special-card__price {
    align-items: flex-start;
    flex-direction: column;
  }
}
