@import url("redesign-guide.css");

/* How to Sell redesign: approved prototype transferred for responsive review. */
.how-to-sell-redesign .how-to-sell {
  --navy: #102942;
  --navy-soft: #173b5b;
  --body: #445569;
  --mist: #eef3f6;
  --mist-deep: #e5ecef;
  --warm: #b98a45;
  --warm-dark: #806037;
  --warm-soft: #e6d6bc;
  --line: #dce3e8;
  --line-dark: #c6d1d8;
  --white: #fff;
  --serif: Charter, "Bitstream Charter", "Sitka Text", Cambria, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --shell: 1480px;
  --gutter: clamp(1.25rem, 4.4vw, 4rem);
  min-width: 0;
  overflow: clip;
  background: var(--white);
  color: var(--body);
  font: 1rem/1.72 var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

.how-to-sell-redesign .how-to-sell,
.how-to-sell-redesign .how-to-sell *,
.how-to-sell-redesign .how-to-sell *::before,
.how-to-sell-redesign .how-to-sell *::after {
  box-sizing: border-box;
}

.how-to-sell-redesign .how-to-sell ::selection {
  background: var(--warm-soft);
  color: var(--navy);
}

.how-to-sell-redesign .how-to-sell img {
  display: block;
  max-width: 100%;
}

.how-to-sell-redesign .how-to-sell a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
}

.how-to-sell-redesign .how-to-sell a:focus-visible,
.how-to-sell-redesign .how-to-sell button:focus-visible,
.how-to-sell-redesign .how-to-sell summary:focus-visible {
  outline: 3px solid #9a6b2f;
  outline-offset: 4px;
}

.how-to-sell-redesign .how-to-sell .shell {
  width: min(var(--shell), calc(100% - (2 * var(--gutter))));
  margin-inline: auto;
}

.how-to-sell-redesign .how-to-sell .page-opening {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.how-to-sell-redesign .how-to-sell .page-opening__grid {
  position: relative;
  display: grid;
  min-height: clamp(25rem, 38vw, 34rem);
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.how-to-sell-redesign .how-to-sell .page-opening__copy {
  position: relative;
  z-index: 3;
  display: flex;
  width: 62%;
  align-items: center;
  grid-area: 1 / 1;
  padding: clamp(4rem, 7.5vw, 7.5rem) clamp(1.5rem, 3vw, 3rem) clamp(4rem, 7vw, 6.5rem) clamp(1rem, 3vw, 3.5rem);
  background: transparent;
}

.how-to-sell-redesign .how-to-sell .page-opening h1 {
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: var(--navy);
  font: 400 clamp(3.2rem, 5.7vw, 5.8rem)/.96 var(--serif);
  letter-spacing: -.032em;
}

.how-to-sell-redesign .how-to-sell .page-opening h1 span {
  display: block;
  white-space: nowrap;
}

.how-to-sell-redesign .how-to-sell .page-opening h1::before {
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  margin-bottom: 1.6rem;
  background: var(--warm);
}

.how-to-sell-redesign .how-to-sell .page-opening__image {
  position: relative;
  z-index: 0;
  min-width: 0;
  margin: 0 0 0 29%;
  grid-area: 1 / 1;
  background: var(--mist);
  isolation: isolate;
}

.how-to-sell-redesign .how-to-sell .page-opening__image picture {
  display: contents;
}

.how-to-sell-redesign .how-to-sell .page-opening__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 50%;
}

.how-to-sell-redesign .how-to-sell .page-opening__image::before,
.how-to-sell-redesign .how-to-sell .page-opening__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.how-to-sell-redesign .how-to-sell .page-opening__image::before {
  z-index: 2;
  background: linear-gradient(90deg, #fff 0%, #fff 9%, rgba(255,255,255,.998) 14%, rgba(255,255,255,.99) 19%, rgba(255,255,255,.965) 25%, rgba(255,255,255,.91) 32%, rgba(255,255,255,.82) 39%, rgba(255,255,255,.68) 46%, rgba(255,255,255,.52) 53%, rgba(255,255,255,.36) 59%, rgba(255,255,255,.22) 63%, rgba(255,255,255,.11) 66%, rgba(255,255,255,.04) 68%, transparent 70%);
}

.how-to-sell-redesign .how-to-sell .page-opening__image::after {
  z-index: 1;
  background: linear-gradient(0deg, rgba(16,41,66,.035), transparent 28%);
}

.how-to-sell-redesign .how-to-sell .guide-index {
  position: relative;
  border-bottom: 1px solid var(--line-dark);
  background: var(--white);
}

.how-to-sell-redesign .how-to-sell .guide-index__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.how-to-sell-redesign .how-to-sell .guide-index__link {
  display: grid;
  min-width: 0;
  min-height: 7.2rem;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .8rem;
  align-items: center;
  padding: 1.25rem clamp(.8rem, 1.4vw, 1.4rem);
  color: var(--navy);
  text-decoration: none;
  scroll-snap-align: start;
}

.how-to-sell-redesign .how-to-sell .guide-index__link:not(:last-child) {
  border-right: 1px solid var(--line);
}

.how-to-sell-redesign .how-to-sell .guide-index__link:hover,
.how-to-sell-redesign .how-to-sell .guide-index__link:focus-visible {
  background: var(--mist);
}

.how-to-sell-redesign .how-to-sell .guide-index__number {
  color: var(--warm-dark);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.how-to-sell-redesign .how-to-sell .guide-index__title {
  font-size: clamp(.82rem, 1vw, .96rem);
  font-weight: 650;
  line-height: 1.25;
}

.how-to-sell-redesign .how-to-sell .shortcut-scroll-hint {
  display: none;
}

.how-to-sell-redesign .how-to-sell .selling-guide {
  counter-reset: chapter;
}

.how-to-sell-redesign .how-to-sell .selling-chapter {
  counter-increment: chapter;
  border-bottom: 1px solid var(--line);
}

.how-to-sell-redesign .how-to-sell .selling-chapter:nth-of-type(even) {
  background: var(--mist);
}

.how-to-sell-redesign .how-to-sell .selling-chapter__inner {
  width: min(var(--shell), calc(100% - (2 * var(--gutter))));
  margin-inline: auto;
  padding-block: clamp(4.5rem, 7vw, 7rem);
}

.how-to-sell-redesign .how-to-sell .chapter-layout {
  grid-template-columns: minmax(13rem, .72fr) minmax(28rem, 1.42fr) minmax(11rem, .6fr);
  gap: clamp(2.25rem, 4vw, 5rem);
}

.how-to-sell-redesign .how-to-sell .chapter-heading {
  position: sticky;
  top: 2rem;
}

.how-to-sell-redesign .how-to-sell .chapter-heading::before {
  content: counter(chapter, decimal-leading-zero);
  display: block;
  margin-bottom: 1rem;
  color: var(--warm-dark);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.how-to-sell-redesign .how-to-sell .chapter-heading h2 {
  margin: 0;
  color: var(--navy);
  font: 400 clamp(2.25rem, calc(1.5rem + 2vw), 3.7rem)/1.06 var(--serif);
  letter-spacing: -.018em;
  text-wrap: balance;
}

.how-to-sell-redesign .how-to-sell .chapter-heading h2::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 2px;
  margin-bottom: 1.2rem;
  background: var(--warm);
}

.how-to-sell-redesign .how-to-sell .chapter-body {
  font-size: clamp(1rem, .97rem + .14vw, 1.08rem);
}

.how-to-sell-redesign .how-to-sell .chapter-body > :first-child,
.how-to-sell-redesign .how-to-sell .subsection > :first-child {
  margin-top: 0;
}

.how-to-sell-redesign .how-to-sell .chapter-body p {
  margin: 0 0 1.35em;
}

.how-to-sell-redesign .how-to-sell .chapter-body p:last-child {
  margin-bottom: 0;
}

.how-to-sell-redesign .how-to-sell .chapter-body strong,
.how-to-sell-redesign .how-to-sell .chapter-body b {
  color: var(--navy);
}

.how-to-sell-redesign .how-to-sell .subsection {
  margin-top: clamp(3rem, 5vw, 4.8rem);
  padding-top: clamp(2.3rem, 3.5vw, 3.4rem);
  border-top: 1px solid var(--line-dark);
}

.how-to-sell-redesign .how-to-sell .chapter-body > .subsection:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.how-to-sell-redesign .how-to-sell .subsection h3 {
  margin: 0 0 1.15rem;
  color: var(--navy);
  font: 650 clamp(1.4rem, calc(1.08rem + .72vw), 2rem)/1.2 var(--sans);
  letter-spacing: -.012em;
  text-wrap: balance;
}

.how-to-sell-redesign .how-to-sell .nested-subsection {
  margin-top: 2rem;
  padding-top: 1.65rem;
  border-top: 1px solid var(--line);
}

.how-to-sell-redesign .how-to-sell .nested-subsection:first-of-type {
  margin-top: 1.5rem;
}

.how-to-sell-redesign .how-to-sell .nested-subsection h4 {
  margin: 0 0 .8rem;
  color: var(--navy);
  font: 650 clamp(1.08rem, calc(.98rem + .28vw), 1.3rem)/1.3 var(--sans);
  letter-spacing: -.005em;
  text-wrap: balance;
}

.how-to-sell-redesign .how-to-sell .document-list {
  margin-top: 1.45rem;
  border-block: 1px solid var(--line-dark);
  counter-reset: document;
}

.how-to-sell-redesign .how-to-sell .document-list .nested-subsection {
  display: grid;
  grid-template-columns: 1.8rem minmax(0, 1fr);
  column-gap: .85rem;
  margin: 0;
  padding: 1.05rem 0 1.1rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  counter-increment: document;
}

.how-to-sell-redesign .how-to-sell .document-list .nested-subsection:last-child {
  border-bottom: 0;
}

.how-to-sell-redesign .how-to-sell .document-list .nested-subsection::before {
  content: counter(document, decimal-leading-zero);
  grid-column: 1;
  grid-row: 1;
  color: var(--warm-dark);
  font: 700 .68rem/1.4 var(--sans);
  letter-spacing: .08em;
}

.how-to-sell-redesign .how-to-sell .document-list .nested-subsection h4,
.how-to-sell-redesign .how-to-sell .document-list .nested-subsection p {
  grid-column: 2;
  min-width: 0;
}

.how-to-sell-redesign .how-to-sell .document-list .nested-subsection h4 {
  margin-bottom: .45rem;
}

.how-to-sell-redesign .how-to-sell .editorial-list {
  margin: 1.65rem 0 1.85rem;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.how-to-sell-redesign .how-to-sell .editorial-list li {
  position: relative;
  padding: 1.05rem .25rem 1.05rem 1.65rem;
  border-bottom: 1px solid var(--line-dark);
}

.how-to-sell-redesign .how-to-sell .editorial-list li::before {
  content: "";
  position: absolute;
  top: 1.68rem;
  left: .2rem;
  width: .38rem;
  height: .38rem;
  border: 1px solid var(--warm-dark);
  border-radius: 50%;
}

.how-to-sell-redesign .how-to-sell .chapter-support {
  min-width: 0;
}

.how-to-sell-redesign .how-to-sell .related-link {
  display: block;
  padding: 1.2rem 0 1.35rem;
  border-block: 1px solid var(--line-dark);
  color: var(--navy);
  text-decoration: none;
}

.how-to-sell-redesign .how-to-sell .related-link span {
  display: block;
  margin-bottom: .55rem;
  color: var(--warm-dark);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.how-to-sell-redesign .how-to-sell .related-link strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 400;
  line-height: 1.3;
}

.how-to-sell-redesign .how-to-sell .related-link::after {
  content: "Read more  →";
  display: block;
  margin-top: .8rem;
  color: var(--warm-dark);
  font-size: .76rem;
  font-weight: 700;
}

.how-to-sell-redesign .how-to-sell .related-link:hover strong,
.how-to-sell-redesign .how-to-sell .related-link:focus-visible strong {
  color: var(--warm-dark);
}

@media (max-width: 1180px) {
}

@media (max-width: 1080px) {
  .how-to-sell-redesign .how-to-sell .guide-index {
    overflow: hidden;
  }

  .how-to-sell-redesign .how-to-sell .guide-index::before,
  .how-to-sell-redesign .how-to-sell .guide-index::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    width: 1.75rem;
    height: 7.2rem;
    pointer-events: none;
    opacity: 0;
  }

  .how-to-sell-redesign .how-to-sell .guide-index::before {
    left: 0;
    background: linear-gradient(90deg, var(--white), rgba(255,255,255,0));
  }

  .how-to-sell-redesign .how-to-sell .guide-index::after {
    right: 0;
    background: linear-gradient(270deg, var(--white), rgba(255,255,255,0));
  }

  .how-to-sell-redesign .how-to-sell .guide-index[data-scroll-edge="start"]::after,
  .how-to-sell-redesign .how-to-sell .guide-index[data-scroll-edge="middle"]::after {
    opacity: 1;
  }

  .how-to-sell-redesign .how-to-sell .guide-index[data-scroll-edge="end"]::before {
    opacity: 1;
  }

  .how-to-sell-redesign .how-to-sell .guide-index__grid.shell {
    display: flex;
    width: max-content;
    max-width: none;
    min-width: 100%;
    margin: 0;
    padding-inline: var(--gutter) calc(var(--gutter) + 1.75rem);
  }

  .how-to-sell-redesign .how-to-sell .guide-index__viewport {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .how-to-sell-redesign .how-to-sell .guide-index__viewport::-webkit-scrollbar {
    display: none;
  }

  .how-to-sell-redesign .how-to-sell .guide-index__link {
    flex: 0 0 auto;
    width: clamp(11.5rem, 23vw, 14.5rem);
  }

  .how-to-sell-redesign .how-to-sell .shortcut-scroll-hint {
    display: block;
    width: min(var(--shell), calc(100% - (2 * var(--gutter))));
    margin: .4rem auto .5rem;
    color: #607185;
    font-size: .72rem;
    line-height: 1.3;
    text-align: right;
  }

  .how-to-sell-redesign .how-to-sell .guide-index[data-scroll-edge="end"] .shortcut-scroll-hint {
    text-align: left;
  }

  .how-to-sell-redesign .how-to-sell .guide-index[data-scroll-edge="none"]::before,
  .how-to-sell-redesign .how-to-sell .guide-index[data-scroll-edge="none"]::after,
  .how-to-sell-redesign .how-to-sell .guide-index[data-scroll-edge="none"] .shortcut-scroll-hint {
    display: none;
  }

  .how-to-sell-redesign .how-to-sell .chapter-layout {
    grid-template-columns: minmax(12rem, .65fr) minmax(0, 1.35fr);
  }

  .how-to-sell-redesign .how-to-sell .chapter-support {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
}

@media (max-width: 780px) {
  .how-to-sell-redesign .how-to-sell .page-opening__grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .how-to-sell-redesign .how-to-sell .page-opening__copy {
    width: 100%;
    grid-area: auto;
    padding: clamp(3.4rem, 10vw, 5rem) 0 3.1rem;
    background: var(--white);
  }

  .how-to-sell-redesign .how-to-sell .page-opening h1 {
    width: auto;
    max-width: 12ch;
    font-size: clamp(3rem, 12vw, 4.5rem);
  }

  .how-to-sell-redesign .how-to-sell .page-opening h1 span {
    white-space: normal;
  }

  .how-to-sell-redesign .how-to-sell .page-opening__image {
    min-height: 14rem;
    margin: 0;
    grid-area: auto;
    aspect-ratio: 16 / 9;
  }

  .how-to-sell-redesign .how-to-sell .page-opening__image img {
    position: absolute;
    inset: 0;
    object-position: 44% 50%;
  }

  .how-to-sell-redesign .how-to-sell .page-opening__image::before {
    content: none;
  }

  .how-to-sell-redesign .how-to-sell .page-opening__image::after {
    background: linear-gradient(0deg, rgba(16,41,66,.055), transparent 30%);
  }

  .how-to-sell-redesign .how-to-sell .guide-index__link {
    min-height: 6.4rem;
    width: clamp(10.4rem, 42vw, 12.2rem);
  }

  .how-to-sell-redesign .how-to-sell .guide-index::before,
  .how-to-sell-redesign .how-to-sell .guide-index::after {
    height: 6.4rem;
  }

  .how-to-sell-redesign .how-to-sell .selling-chapter__inner {
    padding-block: 4.2rem;
  }

  .how-to-sell-redesign .how-to-sell .chapter-layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .how-to-sell-redesign .how-to-sell .chapter-heading {
    position: static;
  }

  .how-to-sell-redesign .how-to-sell .chapter-heading h2 {
    max-width: 15ch;
  }

  .how-to-sell-redesign .how-to-sell .chapter-body,
  .how-to-sell-redesign .how-to-sell .chapter-support {
    grid-column: 1;
  }

  .how-to-sell-redesign .how-to-sell .subsection {
    margin-top: 3rem;
    padding-top: 2.5rem;
  }
}

@media (max-width: 520px) {
  .how-to-sell-redesign .how-to-sell .page-opening__copy {
    padding-block: 3rem 2.6rem;
  }

  .how-to-sell-redesign .how-to-sell .page-opening h1 {
    margin-bottom: .75rem;
    font-size: clamp(2.85rem, 13vw, 3.75rem);
    line-height: 1.02;
  }

  .how-to-sell-redesign .how-to-sell .page-opening__image {
    min-height: 13.5rem;
  }

  .how-to-sell-redesign .how-to-sell .page-opening__image img {
    object-position: 43% 50%;
  }

  .how-to-sell-redesign .how-to-sell .guide-index__grid.shell {
    padding-right: calc(var(--gutter) + 1.9rem);
  }

  .how-to-sell-redesign .how-to-sell .guide-index__link {
    width: calc((100vw - (2 * var(--gutter)) - 1.8rem) / 2);
    min-width: 9.8rem;
    padding-inline: .75rem;
  }

  .how-to-sell-redesign .how-to-sell .guide-index__title {
    font-size: .8rem;
  }

  .how-to-sell-redesign .how-to-sell .selling-chapter__inner {
    padding-block: 3.7rem;
  }

  .how-to-sell-redesign .how-to-sell .chapter-heading h2 {
    font-size: clamp(2.2rem, 11vw, 3.05rem);
  }

  .how-to-sell-redesign .how-to-sell .subsection h3 {
    font-size: clamp(1.35rem, 6vw, 1.65rem);
  }

  .how-to-sell-redesign .how-to-sell .nested-subsection {
    margin-top: 1.75rem;
    padding-top: 1.35rem;
  }

  .how-to-sell-redesign .how-to-sell .nested-subsection:first-of-type {
    margin-top: 1.25rem;
  }

  .how-to-sell-redesign .how-to-sell .nested-subsection h4 {
    font-size: 1.08rem;
  }

  .how-to-sell-redesign .how-to-sell .document-list .nested-subsection {
    grid-template-columns: 1.55rem minmax(0, 1fr);
    column-gap: .6rem;
    margin: 0;
    padding: .9rem 0 1rem;
  }

  .how-to-sell-redesign .how-to-sell .editorial-list li {
    padding-left: 1.45rem;
  }
}

@media (max-width: 600px) {
}

@media (min-width: 700px) and (max-width: 950px) and (max-height: 430px) and (orientation: landscape) {
  .how-to-sell-redesign .how-to-sell .page-opening__grid {
    min-height: 15rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .how-to-sell-redesign .how-to-sell .page-opening__copy {
    width: 58%;
    min-height: 15rem;
    grid-area: 1 / 1;
    padding: 2rem 1.8rem 2rem clamp(.75rem, 2vw, 1.25rem);
    background: transparent;
  }

  .how-to-sell-redesign .how-to-sell .page-opening h1 {
    width: max-content;
    max-width: 100%;
    font-size: clamp(2.65rem, 6vw, 3.15rem);
  }

  .how-to-sell-redesign .how-to-sell .page-opening h1 span {
    white-space: nowrap;
  }

  .how-to-sell-redesign .how-to-sell .page-opening h1::before {
    margin-bottom: 1rem;
  }

  .how-to-sell-redesign .how-to-sell .page-opening__image {
    min-height: 15rem;
    margin: 0 0 0 27%;
    grid-area: 1 / 1;
    aspect-ratio: auto;
  }

  .how-to-sell-redesign .how-to-sell .page-opening__image img {
    object-position: 47% 50%;
  }

  .how-to-sell-redesign .how-to-sell .page-opening__image::before {
    content: "";
    background: linear-gradient(90deg, #fff 0%, #fff 9%, rgba(255,255,255,.998) 14%, rgba(255,255,255,.99) 19%, rgba(255,255,255,.965) 25%, rgba(255,255,255,.91) 32%, rgba(255,255,255,.82) 39%, rgba(255,255,255,.68) 46%, rgba(255,255,255,.52) 53%, rgba(255,255,255,.36) 59%, rgba(255,255,255,.22) 63%, rgba(255,255,255,.11) 66%, rgba(255,255,255,.04) 68%, transparent 70%);
  }

  .how-to-sell-redesign .how-to-sell .page-opening__image::after {
    background: linear-gradient(0deg, rgba(16,41,66,.035), transparent 28%);
  }

  .how-to-sell-redesign .how-to-sell .guide-index__link,
  .how-to-sell-redesign .how-to-sell .guide-index::before,
  .how-to-sell-redesign .how-to-sell .guide-index::after {
    min-height: 4.7rem;
    height: 4.7rem;
  }

  .how-to-sell-redesign .how-to-sell .shortcut-scroll-hint {
    margin-block: .3rem .35rem;
  }

  .how-to-sell-redesign .how-to-sell .selling-chapter__inner {
    padding-block: 3.2rem;
  }

  .how-to-sell-redesign .how-to-sell .chapter-layout {
    grid-template-columns: minmax(10rem, 13rem) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
  }

  .how-to-sell-redesign .how-to-sell .chapter-heading {
    position: static;
  }

  .how-to-sell-redesign .how-to-sell .chapter-heading h2 {
    font-size: 2.35rem;
  }

  .how-to-sell-redesign .how-to-sell .chapter-body,
  .how-to-sell-redesign .how-to-sell .chapter-support {
    grid-column: 2;
  }

  .how-to-sell-redesign .how-to-sell .subsection {
    margin-top: 2.6rem;
    padding-top: 2.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .how-to-sell-redesign .how-to-sell,
  .how-to-sell-redesign .how-to-sell *,
  .how-to-sell-redesign .how-to-sell *::before,
  .how-to-sell-redesign .how-to-sell *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
