.c-ticker-tape {
  --c-ticker-tape-rotate:-1.5deg;
  --c-ticker-tape-background:var(--t-color-70);
  background:var(--c-ticker-tape-background);
  display:inline-block;
  padding-left:var(--t-ticker-tape-padding-inline);
  padding-right:var(--t-ticker-tape-padding-inline);
  transform:rotate(-1.5deg);
  transform:rotate(var(--c-ticker-tape-rotate))
}
.c-ticker-tape__content {
  --c-ticker-tape-content-rotate:calc(var(--c-ticker-tape-rotate)*-1);
  color:var(--c-ticker-tape-color,var(--t-color-10));
  display:inline-block;
  transform:rotate(var(--c-ticker-tape-content-rotate))
}
.c-ticker-tape--sacred-primary {
  --c-ticker-tape-background:var(--t-color-sacred-primary);
  --c-ticker-tape-color:var(--t-color-sacred-info)
}
@media screen and (forced-colors:active) {
  .c-ticker-tape {
    padding:0
  }
}
.c-content {
  color:var(--t-type-color);
  font-family:var(--t-type-font-family);
  font-size:var(--t-type-font-size);
  font-weight:var(--t-type-font-weight);
  line-height:var(--t-type-line-height);
  word-break:break-word
}
.c-content img {
  margin-bottom:var(--t-spacing-sm);
  max-width:100%;
  vertical-align:middle
}
.c-content blockquote {
  font-family:var(--t-type-heading-font-family);
  font-size:var(--t-type-font-size-lg);
  font-weight:var(--t-type-font-weight-medium);
  letter-spacing:var(--t-type-letter-spacing-lg);
  line-height:var(--t-type-line-height-lg);
  margin-bottom:var(--t-spacing-lg);
  margin-left:var(--t-spacing-lg);
  margin-right:var(--t-spacing-lg);
  margin-top:0
}
.c-content blockquote footer {
  color:var(--t-type-color);
  font-family:var(--t-type-font-family);
  font-size:var(--t-type-font-size);
  font-weight:var(--t-type-font-weight);
  line-height:var(--t-type-line-height);
  margin:calc(var(--t-spacing-xs)*-1) 0 0
}
.c-content figure {
  margin:var(--t-spacing-sm) var(--t-spacing-lg)
}
.c-content figcaption {
  font-size:var(--t-type-font-size-sm)
}
.c-content sub,
.c-content sup {
  font-size:var(--t-type-font-size-xs);
  letter-spacing:var(--t-type-letter-spacing-xs);
  line-height:var(--t-type-line-height-xs)
}
.c-content small {
  font-size:var(--t-type-font-size-sm);
  line-height:var(--t-type-line-height-sm)
}
.c-content strong {
  font-weight:var(--t-type-font-weight-bold)
}
.c-content em {
  font-style:italic
}
.c-content h1,
.c-content h2,
.c-content h3,
.c-content h4,
.c-content h5,
.c-content h6 {
  margin-bottom:var(--t-type-margin-bottom);
  margin-top:0
}
.c-content h1 {
  font-size:var(--t-type-font-size-xl);
  letter-spacing:var(--t-type-letter-spacing-xl);
  line-height:var(--t-type-line-height-xl)
}
.c-content h1,
.c-content h2 {
  color:var(--t-type-heading-color);
  font-family:var(--t-type-heading-font-family);
  font-weight:var(--t-type-font-weight-medium)
}
.c-content h2 {
  font-size:var(--t-type-font-size-lg);
  letter-spacing:var(--t-type-letter-spacing-lg);
  line-height:var(--t-type-line-height-lg)
}
.c-content h3 {
  color:var(--t-type-heading-color);
  font-family:var(--t-type-heading-font-family)
}
.c-content h3,
.c-content h4,
.c-content h5,
.c-content h6 {
  font-size:var(--t-type-font-size-md);
  font-weight:var(--t-type-font-weight-medium);
  letter-spacing:var(--t-type-letter-spacing-md);
  line-height:var(--t-type-line-height-md)
}
.c-content p {
  margin-bottom:var(--t-type-margin-bottom);
  margin-top:0
}
.c-content a {
  color:var(--t-color-interactive);
  cursor:pointer;
  font-weight:var(--t-type-font-weight-medium)
}
.c-content a:focus {
  background-color:var(--t-color-10);
  box-shadow:var(--t-focus-box-shadow);
  outline:var(--t-focus-width) solid transparent;
  outline-offset:var(--t-focus-width)
}
.c-content a:hover {
  filter:brightness(var(--t-hover-filter-brightness))
}
.c-content a:focus:hover {
  box-shadow:var(--t-focus-hover-box-shadow)
}
.c-content ol,
.c-content ul {
  margin-bottom:var(--t-spacing-md);
  margin-top:0;
  padding:0
}
.c-content li {
  margin-bottom:var(--t-spacing-xs);
  margin-left:var(--t-spacing-lg)
}
.c-content li::marker {
  color:var(--t-type-color);
  font-family:var(--t-type-font-family);
  font-size:var(--t-type-font-size);
  font-weight:var(--t-type-font-weight);
  line-height:var(--t-type-line-height)
}
.c-content li ol,
.c-content li ul {
  margin:var(--t-spacing-xs) 0
}
.c-content ol ol {
  list-style:lower-alpha
}
.c-content dt {
  color:var(--t-type-heading-color);
  font-weight:var(--t-type-font-weight-medium);
  margin-bottom:var(--t-spacing-2xs)
}
.c-content dd {
  margin-bottom:var(--t-spacing-xs);
  margin-left:0
}
.c-content table {
  background-color:var(--t-color-10);
  border:var(--t-border-width) solid var(--t-color-40);
  border-radius:var(--t-border-radius);
  border-spacing:0;
  box-sizing:border-box;
  margin-bottom:var(--t-type-margin-bottom)
}
.c-content caption {
  caption-side:bottom;
  padding-top:var(--t-spacing-sm)
}
.c-content td,
.c-content th {
  border-bottom:var(--t-border-width) solid var(--t-color-40);
  box-sizing:inherit;
  padding:var(--t-spacing-md) calc(var(--t-spacing-md)/2);
  vertical-align:top
}
.c-content th {
  color:var(--t-type-heading-color);
  font-weight:var(--t-type-font-weight-medium);
  text-align:left
}
.c-content td:first-child,
.c-content th:first-child {
  padding-left:var(--t-spacing-md)
}
.c-content td:last-child,
.c-content th:last-child {
  padding-right:var(--t-spacing-md)
}
.c-content tr:last-child td {
  border:0
}
.c-content tfoot tr:first-child td {
  border-top:var(--t-border-width) solid var(--t-color-40)
}
@media (min-width:40.001rem) {
  .c-content td,
  .c-content th {
    padding:var(--t-spacing-md) calc(var(--t-spacing-lg)/2)
  }
  .c-content td:first-child,
  .c-content th:first-child {
    padding-left:var(--t-spacing-lg)
  }
  .c-content td:last-child,
  .c-content th:last-child {
    padding-right:var(--t-spacing-lg)
  }
}
.aem-ticker-tape--rotation-0,
.aem-ticker-tape--rotation-0 .c-ticker-tape__content {
  transform:rotate(0deg)
}
.aem-ticker-tape--rotation-0-5 {
  transform:rotate(.5deg)
}
.aem-ticker-tape--rotation-0-5 .c-ticker-tape__content {
  transform:rotate(-.5deg)
}
.aem-ticker-tape--rotation-1 {
  transform:rotate(1deg)
}
.aem-ticker-tape--rotation-1 .c-ticker-tape__content {
  transform:rotate(-1deg)
}
.aem-ticker-tape--rotation-1-5 {
  transform:rotate(1.5deg)
}
.aem-ticker-tape--rotation-1-5 .c-ticker-tape__content {
  transform:rotate(-1.5deg)
}
.aem-ticker-tape--rotation-2 {
  transform:rotate(2deg)
}
.aem-ticker-tape--rotation-2 .c-ticker-tape__content {
  transform:rotate(-2deg)
}
.aem-ticker-tape--rotation-2-5 {
  transform:rotate(2.5deg)
}
.aem-ticker-tape--rotation-2-5 .c-ticker-tape__content {
  transform:rotate(-2.5deg)
}
.aem-ticker-tape--rotation-3 {
  transform:rotate(3deg)
}
.aem-ticker-tape--rotation-3 .c-ticker-tape__content {
  transform:rotate(-3deg)
}
.aem-ticker-tape--rotation-3-5 {
  transform:rotate(3.5deg)
}
.aem-ticker-tape--rotation-3-5 .c-ticker-tape__content {
  transform:rotate(-3.5deg)
}
.aem-ticker-tape--rotation-4 {
  transform:rotate(4deg)
}
.aem-ticker-tape--rotation-4 .c-ticker-tape__content {
  transform:rotate(-4deg)
}
.aem-ticker-tape--rotation-4-5 {
  transform:rotate(4.5deg)
}
.aem-ticker-tape--rotation-4-5 .c-ticker-tape__content {
  transform:rotate(-4.5deg)
}
.aem-ticker-tape--rotation-5 {
  transform:rotate(5deg)
}
.aem-ticker-tape--rotation-5 .c-ticker-tape__content {
  transform:rotate(-5deg)
}
.aem-ticker-tape--rotation-5-5 {
  transform:rotate(5.5deg)
}
.aem-ticker-tape--rotation-5-5 .c-ticker-tape__content {
  transform:rotate(-5.5deg)
}
.aem-ticker-tape--rotation-6 {
  transform:rotate(6deg)
}
.aem-ticker-tape--rotation-6 .c-ticker-tape__content {
  transform:rotate(-6deg)
}
.aem-ticker-tape--rotation-6-5 {
  transform:rotate(6.5deg)
}
.aem-ticker-tape--rotation-6-5 .c-ticker-tape__content {
  transform:rotate(-6.5deg)
}
.aem-ticker-tape--rotation-7 {
  transform:rotate(7deg)
}
.aem-ticker-tape--rotation-7 .c-ticker-tape__content {
  transform:rotate(-7deg)
}
.aem-ticker-tape--rotation-7-5 {
  transform:rotate(7.5deg)
}
.aem-ticker-tape--rotation-7-5 .c-ticker-tape__content {
  transform:rotate(-7.5deg)
}
.aem-ticker-tape--rotation-8 {
  transform:rotate(8deg)
}
.aem-ticker-tape--rotation-8 .c-ticker-tape__content {
  transform:rotate(-8deg)
}
.aem-ticker-tape--rotation-8-5 {
  transform:rotate(8.5deg)
}
.aem-ticker-tape--rotation-8-5 .c-ticker-tape__content {
  transform:rotate(-8.5deg)
}
.aem-ticker-tape--rotation-9 {
  transform:rotate(9deg)
}
.aem-ticker-tape--rotation-9 .c-ticker-tape__content {
  transform:rotate(-9deg)
}
.aem-ticker-tape--rotation-9-5 {
  transform:rotate(9.5deg)
}
.aem-ticker-tape--rotation-9-5 .c-ticker-tape__content {
  transform:rotate(-9.5deg)
}
.aem-ticker-tape--rotation-10 {
  transform:rotate(10deg)
}
.aem-ticker-tape--rotation-10 .c-ticker-tape__content {
  transform:rotate(-10deg)
}
.aem-ticker-tape--rotation-10-5 {
  transform:rotate(10.5deg)
}
.aem-ticker-tape--rotation-10-5 .c-ticker-tape__content {
  transform:rotate(-10.5deg)
}
.aem-ticker-tape--rotation-11 {
  transform:rotate(11deg)
}
.aem-ticker-tape--rotation-11 .c-ticker-tape__content {
  transform:rotate(-11deg)
}
.aem-ticker-tape--rotation-11-5 {
  transform:rotate(11.5deg)
}
.aem-ticker-tape--rotation-11-5 .c-ticker-tape__content {
  transform:rotate(-11.5deg)
}
.aem-ticker-tape--rotation-12 {
  transform:rotate(12deg)
}
.aem-ticker-tape--rotation-12 .c-ticker-tape__content {
  transform:rotate(-12deg)
}
.aem-ticker-tape--rotation-12-5 {
  transform:rotate(12.5deg)
}
.aem-ticker-tape--rotation-12-5 .c-ticker-tape__content {
  transform:rotate(-12.5deg)
}
.aem-ticker-tape--rotation-13 {
  transform:rotate(13deg)
}
.aem-ticker-tape--rotation-13 .c-ticker-tape__content {
  transform:rotate(-13deg)
}
.aem-ticker-tape--rotation-13-5 {
  transform:rotate(13.5deg)
}
.aem-ticker-tape--rotation-13-5 .c-ticker-tape__content {
  transform:rotate(-13.5deg)
}
.aem-ticker-tape--rotation-14 {
  transform:rotate(14deg)
}
.aem-ticker-tape--rotation-14 .c-ticker-tape__content {
  transform:rotate(-14deg)
}
.aem-ticker-tape--rotation-14-5 {
  transform:rotate(14.5deg)
}
.aem-ticker-tape--rotation-14-5 .c-ticker-tape__content {
  transform:rotate(-14.5deg)
}
.aem-ticker-tape--rotation-15 {
  transform:rotate(15deg)
}
.aem-ticker-tape--rotation-15 .c-ticker-tape__content {
  transform:rotate(-15deg)
}
.aem-ticker-tape--rotation-15-5 {
  transform:rotate(15.5deg)
}
.aem-ticker-tape--rotation-15-5 .c-ticker-tape__content {
  transform:rotate(-15.5deg)
}
.aem-ticker-tape--rotation-16 {
  transform:rotate(16deg)
}
.aem-ticker-tape--rotation-16 .c-ticker-tape__content {
  transform:rotate(-16deg)
}
.aem-ticker-tape--rotation-16-5 {
  transform:rotate(16.5deg)
}
.aem-ticker-tape--rotation-16-5 .c-ticker-tape__content {
  transform:rotate(-16.5deg)
}
.aem-ticker-tape--rotation-17 {
  transform:rotate(17deg)
}
.aem-ticker-tape--rotation-17 .c-ticker-tape__content {
  transform:rotate(-17deg)
}
.aem-ticker-tape--rotation-17-5 {
  transform:rotate(17.5deg)
}
.aem-ticker-tape--rotation-17-5 .c-ticker-tape__content {
  transform:rotate(-17.5deg)
}
.aem-ticker-tape--rotation-18 {
  transform:rotate(18deg)
}
.aem-ticker-tape--rotation-18 .c-ticker-tape__content {
  transform:rotate(-18deg)
}
.aem-ticker-tape--rotation-18-5 {
  transform:rotate(18.5deg)
}
.aem-ticker-tape--rotation-18-5 .c-ticker-tape__content {
  transform:rotate(-18.5deg)
}
.aem-ticker-tape--rotation-19 {
  transform:rotate(19deg)
}
.aem-ticker-tape--rotation-19 .c-ticker-tape__content {
  transform:rotate(-19deg)
}
.aem-ticker-tape--rotation-19-5 {
  transform:rotate(19.5deg)
}
.aem-ticker-tape--rotation-19-5 .c-ticker-tape__content {
  transform:rotate(-19.5deg)
}
.aem-ticker-tape--rotation-20 {
  transform:rotate(20deg)
}
.aem-ticker-tape--rotation-20 .c-ticker-tape__content {
  transform:rotate(-20deg)
}
.aem-ticker-tape--rotation-20-5 {
  transform:rotate(20.5deg)
}
.aem-ticker-tape--rotation-20-5 .c-ticker-tape__content {
  transform:rotate(-20.5deg)
}
.aem-ticker-tape--rotation-21 {
  transform:rotate(21deg)
}
.aem-ticker-tape--rotation-21 .c-ticker-tape__content {
  transform:rotate(-21deg)
}
.aem-ticker-tape--rotation-21-5 {
  transform:rotate(21.5deg)
}
.aem-ticker-tape--rotation-21-5 .c-ticker-tape__content {
  transform:rotate(-21.5deg)
}
.aem-ticker-tape--rotation-22 {
  transform:rotate(22deg)
}
.aem-ticker-tape--rotation-22 .c-ticker-tape__content {
  transform:rotate(-22deg)
}
.aem-ticker-tape--rotation-22-5 {
  transform:rotate(22.5deg)
}
.aem-ticker-tape--rotation-22-5 .c-ticker-tape__content {
  transform:rotate(-22.5deg)
}
.aem-ticker-tape--rotation-23 {
  transform:rotate(23deg)
}
.aem-ticker-tape--rotation-23 .c-ticker-tape__content {
  transform:rotate(-23deg)
}
.aem-ticker-tape--rotation-23-5 {
  transform:rotate(23.5deg)
}
.aem-ticker-tape--rotation-23-5 .c-ticker-tape__content {
  transform:rotate(-23.5deg)
}
.aem-ticker-tape--rotation-24 {
  transform:rotate(24deg)
}
.aem-ticker-tape--rotation-24 .c-ticker-tape__content {
  transform:rotate(-24deg)
}
.aem-ticker-tape--rotation-24-5 {
  transform:rotate(24.5deg)
}
.aem-ticker-tape--rotation-24-5 .c-ticker-tape__content {
  transform:rotate(-24.5deg)
}
.aem-ticker-tape--rotation-25 {
  transform:rotate(25deg)
}
.aem-ticker-tape--rotation-25 .c-ticker-tape__content {
  transform:rotate(-25deg)
}
.aem-ticker-tape--rotation-25-5 {
  transform:rotate(25.5deg)
}
.aem-ticker-tape--rotation-25-5 .c-ticker-tape__content {
  transform:rotate(-25.5deg)
}
.aem-ticker-tape--rotation-26 {
  transform:rotate(26deg)
}
.aem-ticker-tape--rotation-26 .c-ticker-tape__content {
  transform:rotate(-26deg)
}
.aem-ticker-tape--rotation-26-5 {
  transform:rotate(26.5deg)
}
.aem-ticker-tape--rotation-26-5 .c-ticker-tape__content {
  transform:rotate(-26.5deg)
}
.aem-ticker-tape--rotation-27 {
  transform:rotate(27deg)
}
.aem-ticker-tape--rotation-27 .c-ticker-tape__content {
  transform:rotate(-27deg)
}
.aem-ticker-tape--rotation-27-5 {
  transform:rotate(27.5deg)
}
.aem-ticker-tape--rotation-27-5 .c-ticker-tape__content {
  transform:rotate(-27.5deg)
}
.aem-ticker-tape--rotation-28 {
  transform:rotate(28deg)
}
.aem-ticker-tape--rotation-28 .c-ticker-tape__content {
  transform:rotate(-28deg)
}
.aem-ticker-tape--rotation-28-5 {
  transform:rotate(28.5deg)
}
.aem-ticker-tape--rotation-28-5 .c-ticker-tape__content {
  transform:rotate(-28.5deg)
}
.aem-ticker-tape--rotation-29 {
  transform:rotate(29deg)
}
.aem-ticker-tape--rotation-29 .c-ticker-tape__content {
  transform:rotate(-29deg)
}
.aem-ticker-tape--rotation-29-5 {
  transform:rotate(29.5deg)
}
.aem-ticker-tape--rotation-29-5 .c-ticker-tape__content {
  transform:rotate(-29.5deg)
}
.aem-ticker-tape--rotation-30 {
  transform:rotate(30deg)
}
.aem-ticker-tape--rotation-30 .c-ticker-tape__content {
  transform:rotate(-30deg)
}
.aem-ticker-tape--rotation-30-5 {
  transform:rotate(30.5deg)
}
.aem-ticker-tape--rotation-30-5 .c-ticker-tape__content {
  transform:rotate(-30.5deg)
}
.aem-ticker-tape--rotation-31 {
  transform:rotate(31deg)
}
.aem-ticker-tape--rotation-31 .c-ticker-tape__content {
  transform:rotate(-31deg)
}
.aem-ticker-tape--rotation-31-5 {
  transform:rotate(31.5deg)
}
.aem-ticker-tape--rotation-31-5 .c-ticker-tape__content {
  transform:rotate(-31.5deg)
}
.aem-ticker-tape--rotation-32 {
  transform:rotate(32deg)
}
.aem-ticker-tape--rotation-32 .c-ticker-tape__content {
  transform:rotate(-32deg)
}
.aem-ticker-tape--rotation-32-5 {
  transform:rotate(32.5deg)
}
.aem-ticker-tape--rotation-32-5 .c-ticker-tape__content {
  transform:rotate(-32.5deg)
}
.aem-ticker-tape--rotation-33 {
  transform:rotate(33deg)
}
.aem-ticker-tape--rotation-33 .c-ticker-tape__content {
  transform:rotate(-33deg)
}
.aem-ticker-tape--rotation-33-5 {
  transform:rotate(33.5deg)
}
.aem-ticker-tape--rotation-33-5 .c-ticker-tape__content {
  transform:rotate(-33.5deg)
}
.aem-ticker-tape--rotation-34 {
  transform:rotate(34deg)
}
.aem-ticker-tape--rotation-34 .c-ticker-tape__content {
  transform:rotate(-34deg)
}
.aem-ticker-tape--rotation-34-5 {
  transform:rotate(34.5deg)
}
.aem-ticker-tape--rotation-34-5 .c-ticker-tape__content {
  transform:rotate(-34.5deg)
}
.aem-ticker-tape--rotation-35 {
  transform:rotate(35deg)
}
.aem-ticker-tape--rotation-35 .c-ticker-tape__content {
  transform:rotate(-35deg)
}
.aem-ticker-tape--rotation-35-5 {
  transform:rotate(35.5deg)
}
.aem-ticker-tape--rotation-35-5 .c-ticker-tape__content {
  transform:rotate(-35.5deg)
}
.aem-ticker-tape--rotation-36 {
  transform:rotate(36deg)
}
.aem-ticker-tape--rotation-36 .c-ticker-tape__content {
  transform:rotate(-36deg)
}
.aem-ticker-tape--rotation-36-5 {
  transform:rotate(36.5deg)
}
.aem-ticker-tape--rotation-36-5 .c-ticker-tape__content {
  transform:rotate(-36.5deg)
}
.aem-ticker-tape--rotation-37 {
  transform:rotate(37deg)
}
.aem-ticker-tape--rotation-37 .c-ticker-tape__content {
  transform:rotate(-37deg)
}
.aem-ticker-tape--rotation-37-5 {
  transform:rotate(37.5deg)
}
.aem-ticker-tape--rotation-37-5 .c-ticker-tape__content {
  transform:rotate(-37.5deg)
}
.aem-ticker-tape--rotation-38 {
  transform:rotate(38deg)
}
.aem-ticker-tape--rotation-38 .c-ticker-tape__content {
  transform:rotate(-38deg)
}
.aem-ticker-tape--rotation-38-5 {
  transform:rotate(38.5deg)
}
.aem-ticker-tape--rotation-38-5 .c-ticker-tape__content {
  transform:rotate(-38.5deg)
}
.aem-ticker-tape--rotation-39 {
  transform:rotate(39deg)
}
.aem-ticker-tape--rotation-39 .c-ticker-tape__content {
  transform:rotate(-39deg)
}
.aem-ticker-tape--rotation-39-5 {
  transform:rotate(39.5deg)
}
.aem-ticker-tape--rotation-39-5 .c-ticker-tape__content {
  transform:rotate(-39.5deg)
}
.aem-ticker-tape--rotation-40 {
  transform:rotate(40deg)
}
.aem-ticker-tape--rotation-40 .c-ticker-tape__content {
  transform:rotate(-40deg)
}
.aem-ticker-tape--rotation-40-5 {
  transform:rotate(40.5deg)
}
.aem-ticker-tape--rotation-40-5 .c-ticker-tape__content {
  transform:rotate(-40.5deg)
}
.aem-ticker-tape--rotation-41 {
  transform:rotate(41deg)
}
.aem-ticker-tape--rotation-41 .c-ticker-tape__content {
  transform:rotate(-41deg)
}
.aem-ticker-tape--rotation-41-5 {
  transform:rotate(41.5deg)
}
.aem-ticker-tape--rotation-41-5 .c-ticker-tape__content {
  transform:rotate(-41.5deg)
}
.aem-ticker-tape--rotation-42 {
  transform:rotate(42deg)
}
.aem-ticker-tape--rotation-42 .c-ticker-tape__content {
  transform:rotate(-42deg)
}
.aem-ticker-tape--rotation-42-5 {
  transform:rotate(42.5deg)
}
.aem-ticker-tape--rotation-42-5 .c-ticker-tape__content {
  transform:rotate(-42.5deg)
}
.aem-ticker-tape--rotation-43 {
  transform:rotate(43deg)
}
.aem-ticker-tape--rotation-43 .c-ticker-tape__content {
  transform:rotate(-43deg)
}
.aem-ticker-tape--rotation-43-5 {
  transform:rotate(43.5deg)
}
.aem-ticker-tape--rotation-43-5 .c-ticker-tape__content {
  transform:rotate(-43.5deg)
}
.aem-ticker-tape--rotation-44 {
  transform:rotate(44deg)
}
.aem-ticker-tape--rotation-44 .c-ticker-tape__content {
  transform:rotate(-44deg)
}
.aem-ticker-tape--rotation-44-5 {
  transform:rotate(44.5deg)
}
.aem-ticker-tape--rotation-44-5 .c-ticker-tape__content {
  transform:rotate(-44.5deg)
}
.aem-ticker-tape--rotation-45 {
  transform:rotate(45deg)
}
.aem-ticker-tape--rotation-45 .c-ticker-tape__content {
  transform:rotate(-45deg)
}
.aem-ticker-tape--rotation-45-5 {
  transform:rotate(45.5deg)
}
.aem-ticker-tape--rotation-45-5 .c-ticker-tape__content {
  transform:rotate(-45.5deg)
}
.aem-ticker-tape--rotation-46 {
  transform:rotate(46deg)
}
.aem-ticker-tape--rotation-46 .c-ticker-tape__content {
  transform:rotate(-46deg)
}
.aem-ticker-tape--rotation-46-5 {
  transform:rotate(46.5deg)
}
.aem-ticker-tape--rotation-46-5 .c-ticker-tape__content {
  transform:rotate(-46.5deg)
}
.aem-ticker-tape--rotation-47 {
  transform:rotate(47deg)
}
.aem-ticker-tape--rotation-47 .c-ticker-tape__content {
  transform:rotate(-47deg)
}
.aem-ticker-tape--rotation-47-5 {
  transform:rotate(47.5deg)
}
.aem-ticker-tape--rotation-47-5 .c-ticker-tape__content {
  transform:rotate(-47.5deg)
}
.aem-ticker-tape--rotation-48 {
  transform:rotate(48deg)
}
.aem-ticker-tape--rotation-48 .c-ticker-tape__content {
  transform:rotate(-48deg)
}
.aem-ticker-tape--rotation-48-5 {
  transform:rotate(48.5deg)
}
.aem-ticker-tape--rotation-48-5 .c-ticker-tape__content {
  transform:rotate(-48.5deg)
}
.aem-ticker-tape--rotation-49 {
  transform:rotate(49deg)
}
.aem-ticker-tape--rotation-49 .c-ticker-tape__content {
  transform:rotate(-49deg)
}
.aem-ticker-tape--rotation-49-5 {
  transform:rotate(49.5deg)
}
.aem-ticker-tape--rotation-49-5 .c-ticker-tape__content {
  transform:rotate(-49.5deg)
}
.aem-ticker-tape--rotation-50 {
  transform:rotate(50deg)
}
.aem-ticker-tape--rotation-50 .c-ticker-tape__content {
  transform:rotate(-50deg)
}
.aem-ticker-tape--rotation-50-5 {
  transform:rotate(50.5deg)
}
.aem-ticker-tape--rotation-50-5 .c-ticker-tape__content {
  transform:rotate(-50.5deg)
}
.aem-ticker-tape--rotation-51 {
  transform:rotate(51deg)
}
.aem-ticker-tape--rotation-51 .c-ticker-tape__content {
  transform:rotate(-51deg)
}
.aem-ticker-tape--rotation-51-5 {
  transform:rotate(51.5deg)
}
.aem-ticker-tape--rotation-51-5 .c-ticker-tape__content {
  transform:rotate(-51.5deg)
}
.aem-ticker-tape--rotation-52 {
  transform:rotate(52deg)
}
.aem-ticker-tape--rotation-52 .c-ticker-tape__content {
  transform:rotate(-52deg)
}
.aem-ticker-tape--rotation-52-5 {
  transform:rotate(52.5deg)
}
.aem-ticker-tape--rotation-52-5 .c-ticker-tape__content {
  transform:rotate(-52.5deg)
}
.aem-ticker-tape--rotation-53 {
  transform:rotate(53deg)
}
.aem-ticker-tape--rotation-53 .c-ticker-tape__content {
  transform:rotate(-53deg)
}
.aem-ticker-tape--rotation-53-5 {
  transform:rotate(53.5deg)
}
.aem-ticker-tape--rotation-53-5 .c-ticker-tape__content {
  transform:rotate(-53.5deg)
}
.aem-ticker-tape--rotation-54 {
  transform:rotate(54deg)
}
.aem-ticker-tape--rotation-54 .c-ticker-tape__content {
  transform:rotate(-54deg)
}
.aem-ticker-tape--rotation-54-5 {
  transform:rotate(54.5deg)
}
.aem-ticker-tape--rotation-54-5 .c-ticker-tape__content {
  transform:rotate(-54.5deg)
}
.aem-ticker-tape--rotation-55 {
  transform:rotate(55deg)
}
.aem-ticker-tape--rotation-55 .c-ticker-tape__content {
  transform:rotate(-55deg)
}
.aem-ticker-tape--rotation-55-5 {
  transform:rotate(55.5deg)
}
.aem-ticker-tape--rotation-55-5 .c-ticker-tape__content {
  transform:rotate(-55.5deg)
}
.aem-ticker-tape--rotation-56 {
  transform:rotate(56deg)
}
.aem-ticker-tape--rotation-56 .c-ticker-tape__content {
  transform:rotate(-56deg)
}
.aem-ticker-tape--rotation-56-5 {
  transform:rotate(56.5deg)
}
.aem-ticker-tape--rotation-56-5 .c-ticker-tape__content {
  transform:rotate(-56.5deg)
}
.aem-ticker-tape--rotation-57 {
  transform:rotate(57deg)
}
.aem-ticker-tape--rotation-57 .c-ticker-tape__content {
  transform:rotate(-57deg)
}
.aem-ticker-tape--rotation-57-5 {
  transform:rotate(57.5deg)
}
.aem-ticker-tape--rotation-57-5 .c-ticker-tape__content {
  transform:rotate(-57.5deg)
}
.aem-ticker-tape--rotation-58 {
  transform:rotate(58deg)
}
.aem-ticker-tape--rotation-58 .c-ticker-tape__content {
  transform:rotate(-58deg)
}
.aem-ticker-tape--rotation-58-5 {
  transform:rotate(58.5deg)
}
.aem-ticker-tape--rotation-58-5 .c-ticker-tape__content {
  transform:rotate(-58.5deg)
}
.aem-ticker-tape--rotation-59 {
  transform:rotate(59deg)
}
.aem-ticker-tape--rotation-59 .c-ticker-tape__content {
  transform:rotate(-59deg)
}
.aem-ticker-tape--rotation-59-5 {
  transform:rotate(59.5deg)
}
.aem-ticker-tape--rotation-59-5 .c-ticker-tape__content {
  transform:rotate(-59.5deg)
}
.aem-ticker-tape--rotation-60 {
  transform:rotate(60deg)
}
.aem-ticker-tape--rotation-60 .c-ticker-tape__content {
  transform:rotate(-60deg)
}
.aem-ticker-tape--rotation-60-5 {
  transform:rotate(60.5deg)
}
.aem-ticker-tape--rotation-60-5 .c-ticker-tape__content {
  transform:rotate(-60.5deg)
}
.aem-ticker-tape--rotation-61 {
  transform:rotate(61deg)
}
.aem-ticker-tape--rotation-61 .c-ticker-tape__content {
  transform:rotate(-61deg)
}
.aem-ticker-tape--rotation-61-5 {
  transform:rotate(61.5deg)
}
.aem-ticker-tape--rotation-61-5 .c-ticker-tape__content {
  transform:rotate(-61.5deg)
}
.aem-ticker-tape--rotation-62 {
  transform:rotate(62deg)
}
.aem-ticker-tape--rotation-62 .c-ticker-tape__content {
  transform:rotate(-62deg)
}
.aem-ticker-tape--rotation-62-5 {
  transform:rotate(62.5deg)
}
.aem-ticker-tape--rotation-62-5 .c-ticker-tape__content {
  transform:rotate(-62.5deg)
}
.aem-ticker-tape--rotation-63 {
  transform:rotate(63deg)
}
.aem-ticker-tape--rotation-63 .c-ticker-tape__content {
  transform:rotate(-63deg)
}
.aem-ticker-tape--rotation-63-5 {
  transform:rotate(63.5deg)
}
.aem-ticker-tape--rotation-63-5 .c-ticker-tape__content {
  transform:rotate(-63.5deg)
}
.aem-ticker-tape--rotation-64 {
  transform:rotate(64deg)
}
.aem-ticker-tape--rotation-64 .c-ticker-tape__content {
  transform:rotate(-64deg)
}
.aem-ticker-tape--rotation-64-5 {
  transform:rotate(64.5deg)
}
.aem-ticker-tape--rotation-64-5 .c-ticker-tape__content {
  transform:rotate(-64.5deg)
}
.aem-ticker-tape--rotation-65 {
  transform:rotate(65deg)
}
.aem-ticker-tape--rotation-65 .c-ticker-tape__content {
  transform:rotate(-65deg)
}
.aem-ticker-tape--rotation-65-5 {
  transform:rotate(65.5deg)
}
.aem-ticker-tape--rotation-65-5 .c-ticker-tape__content {
  transform:rotate(-65.5deg)
}
.aem-ticker-tape--rotation-66 {
  transform:rotate(66deg)
}
.aem-ticker-tape--rotation-66 .c-ticker-tape__content {
  transform:rotate(-66deg)
}
.aem-ticker-tape--rotation-66-5 {
  transform:rotate(66.5deg)
}
.aem-ticker-tape--rotation-66-5 .c-ticker-tape__content {
  transform:rotate(-66.5deg)
}
.aem-ticker-tape--rotation-67 {
  transform:rotate(67deg)
}
.aem-ticker-tape--rotation-67 .c-ticker-tape__content {
  transform:rotate(-67deg)
}
.aem-ticker-tape--rotation-67-5 {
  transform:rotate(67.5deg)
}
.aem-ticker-tape--rotation-67-5 .c-ticker-tape__content {
  transform:rotate(-67.5deg)
}
.aem-ticker-tape--rotation-68 {
  transform:rotate(68deg)
}
.aem-ticker-tape--rotation-68 .c-ticker-tape__content {
  transform:rotate(-68deg)
}
.aem-ticker-tape--rotation-68-5 {
  transform:rotate(68.5deg)
}
.aem-ticker-tape--rotation-68-5 .c-ticker-tape__content {
  transform:rotate(-68.5deg)
}
.aem-ticker-tape--rotation-69 {
  transform:rotate(69deg)
}
.aem-ticker-tape--rotation-69 .c-ticker-tape__content {
  transform:rotate(-69deg)
}
.aem-ticker-tape--rotation-69-5 {
  transform:rotate(69.5deg)
}
.aem-ticker-tape--rotation-69-5 .c-ticker-tape__content {
  transform:rotate(-69.5deg)
}
.aem-ticker-tape--rotation-70 {
  transform:rotate(70deg)
}
.aem-ticker-tape--rotation-70 .c-ticker-tape__content {
  transform:rotate(-70deg)
}
.aem-ticker-tape--rotation-70-5 {
  transform:rotate(70.5deg)
}
.aem-ticker-tape--rotation-70-5 .c-ticker-tape__content {
  transform:rotate(-70.5deg)
}
.aem-ticker-tape--rotation-71 {
  transform:rotate(71deg)
}
.aem-ticker-tape--rotation-71 .c-ticker-tape__content {
  transform:rotate(-71deg)
}
.aem-ticker-tape--rotation-71-5 {
  transform:rotate(71.5deg)
}
.aem-ticker-tape--rotation-71-5 .c-ticker-tape__content {
  transform:rotate(-71.5deg)
}
.aem-ticker-tape--rotation-72 {
  transform:rotate(72deg)
}
.aem-ticker-tape--rotation-72 .c-ticker-tape__content {
  transform:rotate(-72deg)
}
.aem-ticker-tape--rotation-72-5 {
  transform:rotate(72.5deg)
}
.aem-ticker-tape--rotation-72-5 .c-ticker-tape__content {
  transform:rotate(-72.5deg)
}
.aem-ticker-tape--rotation-73 {
  transform:rotate(73deg)
}
.aem-ticker-tape--rotation-73 .c-ticker-tape__content {
  transform:rotate(-73deg)
}
.aem-ticker-tape--rotation-73-5 {
  transform:rotate(73.5deg)
}
.aem-ticker-tape--rotation-73-5 .c-ticker-tape__content {
  transform:rotate(-73.5deg)
}
.aem-ticker-tape--rotation-74 {
  transform:rotate(74deg)
}
.aem-ticker-tape--rotation-74 .c-ticker-tape__content {
  transform:rotate(-74deg)
}
.aem-ticker-tape--rotation-74-5 {
  transform:rotate(74.5deg)
}
.aem-ticker-tape--rotation-74-5 .c-ticker-tape__content {
  transform:rotate(-74.5deg)
}
.aem-ticker-tape--rotation-75 {
  transform:rotate(75deg)
}
.aem-ticker-tape--rotation-75 .c-ticker-tape__content {
  transform:rotate(-75deg)
}
.aem-ticker-tape--rotation-75-5 {
  transform:rotate(75.5deg)
}
.aem-ticker-tape--rotation-75-5 .c-ticker-tape__content {
  transform:rotate(-75.5deg)
}
.aem-ticker-tape--rotation-76 {
  transform:rotate(76deg)
}
.aem-ticker-tape--rotation-76 .c-ticker-tape__content {
  transform:rotate(-76deg)
}
.aem-ticker-tape--rotation-76-5 {
  transform:rotate(76.5deg)
}
.aem-ticker-tape--rotation-76-5 .c-ticker-tape__content {
  transform:rotate(-76.5deg)
}
.aem-ticker-tape--rotation-77 {
  transform:rotate(77deg)
}
.aem-ticker-tape--rotation-77 .c-ticker-tape__content {
  transform:rotate(-77deg)
}
.aem-ticker-tape--rotation-77-5 {
  transform:rotate(77.5deg)
}
.aem-ticker-tape--rotation-77-5 .c-ticker-tape__content {
  transform:rotate(-77.5deg)
}
.aem-ticker-tape--rotation-78 {
  transform:rotate(78deg)
}
.aem-ticker-tape--rotation-78 .c-ticker-tape__content {
  transform:rotate(-78deg)
}
.aem-ticker-tape--rotation-78-5 {
  transform:rotate(78.5deg)
}
.aem-ticker-tape--rotation-78-5 .c-ticker-tape__content {
  transform:rotate(-78.5deg)
}
.aem-ticker-tape--rotation-79 {
  transform:rotate(79deg)
}
.aem-ticker-tape--rotation-79 .c-ticker-tape__content {
  transform:rotate(-79deg)
}
.aem-ticker-tape--rotation-79-5 {
  transform:rotate(79.5deg)
}
.aem-ticker-tape--rotation-79-5 .c-ticker-tape__content {
  transform:rotate(-79.5deg)
}
.aem-ticker-tape--rotation-80 {
  transform:rotate(80deg)
}
.aem-ticker-tape--rotation-80 .c-ticker-tape__content {
  transform:rotate(-80deg)
}
.aem-ticker-tape--rotation-80-5 {
  transform:rotate(80.5deg)
}
.aem-ticker-tape--rotation-80-5 .c-ticker-tape__content {
  transform:rotate(-80.5deg)
}
.aem-ticker-tape--rotation-81 {
  transform:rotate(81deg)
}
.aem-ticker-tape--rotation-81 .c-ticker-tape__content {
  transform:rotate(-81deg)
}
.aem-ticker-tape--rotation-81-5 {
  transform:rotate(81.5deg)
}
.aem-ticker-tape--rotation-81-5 .c-ticker-tape__content {
  transform:rotate(-81.5deg)
}
.aem-ticker-tape--rotation-82 {
  transform:rotate(82deg)
}
.aem-ticker-tape--rotation-82 .c-ticker-tape__content {
  transform:rotate(-82deg)
}
.aem-ticker-tape--rotation-82-5 {
  transform:rotate(82.5deg)
}
.aem-ticker-tape--rotation-82-5 .c-ticker-tape__content {
  transform:rotate(-82.5deg)
}
.aem-ticker-tape--rotation-83 {
  transform:rotate(83deg)
}
.aem-ticker-tape--rotation-83 .c-ticker-tape__content {
  transform:rotate(-83deg)
}
.aem-ticker-tape--rotation-83-5 {
  transform:rotate(83.5deg)
}
.aem-ticker-tape--rotation-83-5 .c-ticker-tape__content {
  transform:rotate(-83.5deg)
}
.aem-ticker-tape--rotation-84 {
  transform:rotate(84deg)
}
.aem-ticker-tape--rotation-84 .c-ticker-tape__content {
  transform:rotate(-84deg)
}
.aem-ticker-tape--rotation-84-5 {
  transform:rotate(84.5deg)
}
.aem-ticker-tape--rotation-84-5 .c-ticker-tape__content {
  transform:rotate(-84.5deg)
}
.aem-ticker-tape--rotation-85 {
  transform:rotate(85deg)
}
.aem-ticker-tape--rotation-85 .c-ticker-tape__content {
  transform:rotate(-85deg)
}
.aem-ticker-tape--rotation-85-5 {
  transform:rotate(85.5deg)
}
.aem-ticker-tape--rotation-85-5 .c-ticker-tape__content {
  transform:rotate(-85.5deg)
}
.aem-ticker-tape--rotation-86 {
  transform:rotate(86deg)
}
.aem-ticker-tape--rotation-86 .c-ticker-tape__content {
  transform:rotate(-86deg)
}
.aem-ticker-tape--rotation-86-5 {
  transform:rotate(86.5deg)
}
.aem-ticker-tape--rotation-86-5 .c-ticker-tape__content {
  transform:rotate(-86.5deg)
}
.aem-ticker-tape--rotation-87 {
  transform:rotate(87deg)
}
.aem-ticker-tape--rotation-87 .c-ticker-tape__content {
  transform:rotate(-87deg)
}
.aem-ticker-tape--rotation-87-5 {
  transform:rotate(87.5deg)
}
.aem-ticker-tape--rotation-87-5 .c-ticker-tape__content {
  transform:rotate(-87.5deg)
}
.aem-ticker-tape--rotation-88 {
  transform:rotate(88deg)
}
.aem-ticker-tape--rotation-88 .c-ticker-tape__content {
  transform:rotate(-88deg)
}
.aem-ticker-tape--rotation-88-5 {
  transform:rotate(88.5deg)
}
.aem-ticker-tape--rotation-88-5 .c-ticker-tape__content {
  transform:rotate(-88.5deg)
}
.aem-ticker-tape--rotation-89 {
  transform:rotate(89deg)
}
.aem-ticker-tape--rotation-89 .c-ticker-tape__content {
  transform:rotate(-89deg)
}
.aem-ticker-tape--rotation-89-5 {
  transform:rotate(89.5deg)
}
.aem-ticker-tape--rotation-89-5 .c-ticker-tape__content {
  transform:rotate(-89.5deg)
}
.aem-ticker-tape--rotation-90 {
  transform:rotate(90deg)
}
.aem-ticker-tape--rotation-90 .c-ticker-tape__content {
  transform:rotate(-90deg)
}
.aem-ticker-tape--rotation-90-5 {
  transform:rotate(90.5deg)
}
.aem-ticker-tape--rotation-90-5 .c-ticker-tape__content {
  transform:rotate(-90.5deg)
}
.aem-ticker-tape--rotation-91 {
  transform:rotate(91deg)
}
.aem-ticker-tape--rotation-91 .c-ticker-tape__content {
  transform:rotate(-91deg)
}
.aem-ticker-tape--rotation-91-5 {
  transform:rotate(91.5deg)
}
.aem-ticker-tape--rotation-91-5 .c-ticker-tape__content {
  transform:rotate(-91.5deg)
}
.aem-ticker-tape--rotation-92 {
  transform:rotate(92deg)
}
.aem-ticker-tape--rotation-92 .c-ticker-tape__content {
  transform:rotate(-92deg)
}
.aem-ticker-tape--rotation-92-5 {
  transform:rotate(92.5deg)
}
.aem-ticker-tape--rotation-92-5 .c-ticker-tape__content {
  transform:rotate(-92.5deg)
}
.aem-ticker-tape--rotation-93 {
  transform:rotate(93deg)
}
.aem-ticker-tape--rotation-93 .c-ticker-tape__content {
  transform:rotate(-93deg)
}
.aem-ticker-tape--rotation-93-5 {
  transform:rotate(93.5deg)
}
.aem-ticker-tape--rotation-93-5 .c-ticker-tape__content {
  transform:rotate(-93.5deg)
}
.aem-ticker-tape--rotation-94 {
  transform:rotate(94deg)
}
.aem-ticker-tape--rotation-94 .c-ticker-tape__content {
  transform:rotate(-94deg)
}
.aem-ticker-tape--rotation-94-5 {
  transform:rotate(94.5deg)
}
.aem-ticker-tape--rotation-94-5 .c-ticker-tape__content {
  transform:rotate(-94.5deg)
}
.aem-ticker-tape--rotation-95 {
  transform:rotate(95deg)
}
.aem-ticker-tape--rotation-95 .c-ticker-tape__content {
  transform:rotate(-95deg)
}
.aem-ticker-tape--rotation-95-5 {
  transform:rotate(95.5deg)
}
.aem-ticker-tape--rotation-95-5 .c-ticker-tape__content {
  transform:rotate(-95.5deg)
}
.aem-ticker-tape--rotation-96 {
  transform:rotate(96deg)
}
.aem-ticker-tape--rotation-96 .c-ticker-tape__content {
  transform:rotate(-96deg)
}
.aem-ticker-tape--rotation-96-5 {
  transform:rotate(96.5deg)
}
.aem-ticker-tape--rotation-96-5 .c-ticker-tape__content {
  transform:rotate(-96.5deg)
}
.aem-ticker-tape--rotation-97 {
  transform:rotate(97deg)
}
.aem-ticker-tape--rotation-97 .c-ticker-tape__content {
  transform:rotate(-97deg)
}
.aem-ticker-tape--rotation-97-5 {
  transform:rotate(97.5deg)
}
.aem-ticker-tape--rotation-97-5 .c-ticker-tape__content {
  transform:rotate(-97.5deg)
}
.aem-ticker-tape--rotation-98 {
  transform:rotate(98deg)
}
.aem-ticker-tape--rotation-98 .c-ticker-tape__content {
  transform:rotate(-98deg)
}
.aem-ticker-tape--rotation-98-5 {
  transform:rotate(98.5deg)
}
.aem-ticker-tape--rotation-98-5 .c-ticker-tape__content {
  transform:rotate(-98.5deg)
}
.aem-ticker-tape--rotation-99 {
  transform:rotate(99deg)
}
.aem-ticker-tape--rotation-99 .c-ticker-tape__content {
  transform:rotate(-99deg)
}
.aem-ticker-tape--rotation-99-5 {
  transform:rotate(99.5deg)
}
.aem-ticker-tape--rotation-99-5 .c-ticker-tape__content {
  transform:rotate(-99.5deg)
}
.aem-ticker-tape--rotation-100 {
  transform:rotate(100deg)
}
.aem-ticker-tape--rotation-100 .c-ticker-tape__content {
  transform:rotate(-100deg)
}
.aem-ticker-tape--rotation-100-5 {
  transform:rotate(100.5deg)
}
.aem-ticker-tape--rotation-100-5 .c-ticker-tape__content {
  transform:rotate(-100.5deg)
}
.aem-ticker-tape--rotation-101 {
  transform:rotate(101deg)
}
.aem-ticker-tape--rotation-101 .c-ticker-tape__content {
  transform:rotate(-101deg)
}
.aem-ticker-tape--rotation-101-5 {
  transform:rotate(101.5deg)
}
.aem-ticker-tape--rotation-101-5 .c-ticker-tape__content {
  transform:rotate(-101.5deg)
}
.aem-ticker-tape--rotation-102 {
  transform:rotate(102deg)
}
.aem-ticker-tape--rotation-102 .c-ticker-tape__content {
  transform:rotate(-102deg)
}
.aem-ticker-tape--rotation-102-5 {
  transform:rotate(102.5deg)
}
.aem-ticker-tape--rotation-102-5 .c-ticker-tape__content {
  transform:rotate(-102.5deg)
}
.aem-ticker-tape--rotation-103 {
  transform:rotate(103deg)
}
.aem-ticker-tape--rotation-103 .c-ticker-tape__content {
  transform:rotate(-103deg)
}
.aem-ticker-tape--rotation-103-5 {
  transform:rotate(103.5deg)
}
.aem-ticker-tape--rotation-103-5 .c-ticker-tape__content {
  transform:rotate(-103.5deg)
}
.aem-ticker-tape--rotation-104 {
  transform:rotate(104deg)
}
.aem-ticker-tape--rotation-104 .c-ticker-tape__content {
  transform:rotate(-104deg)
}
.aem-ticker-tape--rotation-104-5 {
  transform:rotate(104.5deg)
}
.aem-ticker-tape--rotation-104-5 .c-ticker-tape__content {
  transform:rotate(-104.5deg)
}
.aem-ticker-tape--rotation-105 {
  transform:rotate(105deg)
}
.aem-ticker-tape--rotation-105 .c-ticker-tape__content {
  transform:rotate(-105deg)
}
.aem-ticker-tape--rotation-105-5 {
  transform:rotate(105.5deg)
}
.aem-ticker-tape--rotation-105-5 .c-ticker-tape__content {
  transform:rotate(-105.5deg)
}
.aem-ticker-tape--rotation-106 {
  transform:rotate(106deg)
}
.aem-ticker-tape--rotation-106 .c-ticker-tape__content {
  transform:rotate(-106deg)
}
.aem-ticker-tape--rotation-106-5 {
  transform:rotate(106.5deg)
}
.aem-ticker-tape--rotation-106-5 .c-ticker-tape__content {
  transform:rotate(-106.5deg)
}
.aem-ticker-tape--rotation-107 {
  transform:rotate(107deg)
}
.aem-ticker-tape--rotation-107 .c-ticker-tape__content {
  transform:rotate(-107deg)
}
.aem-ticker-tape--rotation-107-5 {
  transform:rotate(107.5deg)
}
.aem-ticker-tape--rotation-107-5 .c-ticker-tape__content {
  transform:rotate(-107.5deg)
}
.aem-ticker-tape--rotation-108 {
  transform:rotate(108deg)
}
.aem-ticker-tape--rotation-108 .c-ticker-tape__content {
  transform:rotate(-108deg)
}
.aem-ticker-tape--rotation-108-5 {
  transform:rotate(108.5deg)
}
.aem-ticker-tape--rotation-108-5 .c-ticker-tape__content {
  transform:rotate(-108.5deg)
}
.aem-ticker-tape--rotation-109 {
  transform:rotate(109deg)
}
.aem-ticker-tape--rotation-109 .c-ticker-tape__content {
  transform:rotate(-109deg)
}
.aem-ticker-tape--rotation-109-5 {
  transform:rotate(109.5deg)
}
.aem-ticker-tape--rotation-109-5 .c-ticker-tape__content {
  transform:rotate(-109.5deg)
}
.aem-ticker-tape--rotation-110 {
  transform:rotate(110deg)
}
.aem-ticker-tape--rotation-110 .c-ticker-tape__content {
  transform:rotate(-110deg)
}
.aem-ticker-tape--rotation-110-5 {
  transform:rotate(110.5deg)
}
.aem-ticker-tape--rotation-110-5 .c-ticker-tape__content {
  transform:rotate(-110.5deg)
}
.aem-ticker-tape--rotation-111 {
  transform:rotate(111deg)
}
.aem-ticker-tape--rotation-111 .c-ticker-tape__content {
  transform:rotate(-111deg)
}
.aem-ticker-tape--rotation-111-5 {
  transform:rotate(111.5deg)
}
.aem-ticker-tape--rotation-111-5 .c-ticker-tape__content {
  transform:rotate(-111.5deg)
}
.aem-ticker-tape--rotation-112 {
  transform:rotate(112deg)
}
.aem-ticker-tape--rotation-112 .c-ticker-tape__content {
  transform:rotate(-112deg)
}
.aem-ticker-tape--rotation-112-5 {
  transform:rotate(112.5deg)
}
.aem-ticker-tape--rotation-112-5 .c-ticker-tape__content {
  transform:rotate(-112.5deg)
}
.aem-ticker-tape--rotation-113 {
  transform:rotate(113deg)
}
.aem-ticker-tape--rotation-113 .c-ticker-tape__content {
  transform:rotate(-113deg)
}
.aem-ticker-tape--rotation-113-5 {
  transform:rotate(113.5deg)
}
.aem-ticker-tape--rotation-113-5 .c-ticker-tape__content {
  transform:rotate(-113.5deg)
}
.aem-ticker-tape--rotation-114 {
  transform:rotate(114deg)
}
.aem-ticker-tape--rotation-114 .c-ticker-tape__content {
  transform:rotate(-114deg)
}
.aem-ticker-tape--rotation-114-5 {
  transform:rotate(114.5deg)
}
.aem-ticker-tape--rotation-114-5 .c-ticker-tape__content {
  transform:rotate(-114.5deg)
}
.aem-ticker-tape--rotation-115 {
  transform:rotate(115deg)
}
.aem-ticker-tape--rotation-115 .c-ticker-tape__content {
  transform:rotate(-115deg)
}
.aem-ticker-tape--rotation-115-5 {
  transform:rotate(115.5deg)
}
.aem-ticker-tape--rotation-115-5 .c-ticker-tape__content {
  transform:rotate(-115.5deg)
}
.aem-ticker-tape--rotation-116 {
  transform:rotate(116deg)
}
.aem-ticker-tape--rotation-116 .c-ticker-tape__content {
  transform:rotate(-116deg)
}
.aem-ticker-tape--rotation-116-5 {
  transform:rotate(116.5deg)
}
.aem-ticker-tape--rotation-116-5 .c-ticker-tape__content {
  transform:rotate(-116.5deg)
}
.aem-ticker-tape--rotation-117 {
  transform:rotate(117deg)
}
.aem-ticker-tape--rotation-117 .c-ticker-tape__content {
  transform:rotate(-117deg)
}
.aem-ticker-tape--rotation-117-5 {
  transform:rotate(117.5deg)
}
.aem-ticker-tape--rotation-117-5 .c-ticker-tape__content {
  transform:rotate(-117.5deg)
}
.aem-ticker-tape--rotation-118 {
  transform:rotate(118deg)
}
.aem-ticker-tape--rotation-118 .c-ticker-tape__content {
  transform:rotate(-118deg)
}
.aem-ticker-tape--rotation-118-5 {
  transform:rotate(118.5deg)
}
.aem-ticker-tape--rotation-118-5 .c-ticker-tape__content {
  transform:rotate(-118.5deg)
}
.aem-ticker-tape--rotation-119 {
  transform:rotate(119deg)
}
.aem-ticker-tape--rotation-119 .c-ticker-tape__content {
  transform:rotate(-119deg)
}
.aem-ticker-tape--rotation-119-5 {
  transform:rotate(119.5deg)
}
.aem-ticker-tape--rotation-119-5 .c-ticker-tape__content {
  transform:rotate(-119.5deg)
}
.aem-ticker-tape--rotation-120 {
  transform:rotate(120deg)
}
.aem-ticker-tape--rotation-120 .c-ticker-tape__content {
  transform:rotate(-120deg)
}
.aem-ticker-tape--rotation-120-5 {
  transform:rotate(120.5deg)
}
.aem-ticker-tape--rotation-120-5 .c-ticker-tape__content {
  transform:rotate(-120.5deg)
}
.aem-ticker-tape--rotation-121 {
  transform:rotate(121deg)
}
.aem-ticker-tape--rotation-121 .c-ticker-tape__content {
  transform:rotate(-121deg)
}
.aem-ticker-tape--rotation-121-5 {
  transform:rotate(121.5deg)
}
.aem-ticker-tape--rotation-121-5 .c-ticker-tape__content {
  transform:rotate(-121.5deg)
}
.aem-ticker-tape--rotation-122 {
  transform:rotate(122deg)
}
.aem-ticker-tape--rotation-122 .c-ticker-tape__content {
  transform:rotate(-122deg)
}
.aem-ticker-tape--rotation-122-5 {
  transform:rotate(122.5deg)
}
.aem-ticker-tape--rotation-122-5 .c-ticker-tape__content {
  transform:rotate(-122.5deg)
}
.aem-ticker-tape--rotation-123 {
  transform:rotate(123deg)
}
.aem-ticker-tape--rotation-123 .c-ticker-tape__content {
  transform:rotate(-123deg)
}
.aem-ticker-tape--rotation-123-5 {
  transform:rotate(123.5deg)
}
.aem-ticker-tape--rotation-123-5 .c-ticker-tape__content {
  transform:rotate(-123.5deg)
}
.aem-ticker-tape--rotation-124 {
  transform:rotate(124deg)
}
.aem-ticker-tape--rotation-124 .c-ticker-tape__content {
  transform:rotate(-124deg)
}
.aem-ticker-tape--rotation-124-5 {
  transform:rotate(124.5deg)
}
.aem-ticker-tape--rotation-124-5 .c-ticker-tape__content {
  transform:rotate(-124.5deg)
}
.aem-ticker-tape--rotation-125 {
  transform:rotate(125deg)
}
.aem-ticker-tape--rotation-125 .c-ticker-tape__content {
  transform:rotate(-125deg)
}
.aem-ticker-tape--rotation-125-5 {
  transform:rotate(125.5deg)
}
.aem-ticker-tape--rotation-125-5 .c-ticker-tape__content {
  transform:rotate(-125.5deg)
}
.aem-ticker-tape--rotation-126 {
  transform:rotate(126deg)
}
.aem-ticker-tape--rotation-126 .c-ticker-tape__content {
  transform:rotate(-126deg)
}
.aem-ticker-tape--rotation-126-5 {
  transform:rotate(126.5deg)
}
.aem-ticker-tape--rotation-126-5 .c-ticker-tape__content {
  transform:rotate(-126.5deg)
}
.aem-ticker-tape--rotation-127 {
  transform:rotate(127deg)
}
.aem-ticker-tape--rotation-127 .c-ticker-tape__content {
  transform:rotate(-127deg)
}
.aem-ticker-tape--rotation-127-5 {
  transform:rotate(127.5deg)
}
.aem-ticker-tape--rotation-127-5 .c-ticker-tape__content {
  transform:rotate(-127.5deg)
}
.aem-ticker-tape--rotation-128 {
  transform:rotate(128deg)
}
.aem-ticker-tape--rotation-128 .c-ticker-tape__content {
  transform:rotate(-128deg)
}
.aem-ticker-tape--rotation-128-5 {
  transform:rotate(128.5deg)
}
.aem-ticker-tape--rotation-128-5 .c-ticker-tape__content {
  transform:rotate(-128.5deg)
}
.aem-ticker-tape--rotation-129 {
  transform:rotate(129deg)
}
.aem-ticker-tape--rotation-129 .c-ticker-tape__content {
  transform:rotate(-129deg)
}
.aem-ticker-tape--rotation-129-5 {
  transform:rotate(129.5deg)
}
.aem-ticker-tape--rotation-129-5 .c-ticker-tape__content {
  transform:rotate(-129.5deg)
}
.aem-ticker-tape--rotation-130 {
  transform:rotate(130deg)
}
.aem-ticker-tape--rotation-130 .c-ticker-tape__content {
  transform:rotate(-130deg)
}
.aem-ticker-tape--rotation-130-5 {
  transform:rotate(130.5deg)
}
.aem-ticker-tape--rotation-130-5 .c-ticker-tape__content {
  transform:rotate(-130.5deg)
}
.aem-ticker-tape--rotation-131 {
  transform:rotate(131deg)
}
.aem-ticker-tape--rotation-131 .c-ticker-tape__content {
  transform:rotate(-131deg)
}
.aem-ticker-tape--rotation-131-5 {
  transform:rotate(131.5deg)
}
.aem-ticker-tape--rotation-131-5 .c-ticker-tape__content {
  transform:rotate(-131.5deg)
}
.aem-ticker-tape--rotation-132 {
  transform:rotate(132deg)
}
.aem-ticker-tape--rotation-132 .c-ticker-tape__content {
  transform:rotate(-132deg)
}
.aem-ticker-tape--rotation-132-5 {
  transform:rotate(132.5deg)
}
.aem-ticker-tape--rotation-132-5 .c-ticker-tape__content {
  transform:rotate(-132.5deg)
}
.aem-ticker-tape--rotation-133 {
  transform:rotate(133deg)
}
.aem-ticker-tape--rotation-133 .c-ticker-tape__content {
  transform:rotate(-133deg)
}
.aem-ticker-tape--rotation-133-5 {
  transform:rotate(133.5deg)
}
.aem-ticker-tape--rotation-133-5 .c-ticker-tape__content {
  transform:rotate(-133.5deg)
}
.aem-ticker-tape--rotation-134 {
  transform:rotate(134deg)
}
.aem-ticker-tape--rotation-134 .c-ticker-tape__content {
  transform:rotate(-134deg)
}
.aem-ticker-tape--rotation-134-5 {
  transform:rotate(134.5deg)
}
.aem-ticker-tape--rotation-134-5 .c-ticker-tape__content {
  transform:rotate(-134.5deg)
}
.aem-ticker-tape--rotation-135 {
  transform:rotate(135deg)
}
.aem-ticker-tape--rotation-135 .c-ticker-tape__content {
  transform:rotate(-135deg)
}
.aem-ticker-tape--rotation-135-5 {
  transform:rotate(135.5deg)
}
.aem-ticker-tape--rotation-135-5 .c-ticker-tape__content {
  transform:rotate(-135.5deg)
}
.aem-ticker-tape--rotation-136 {
  transform:rotate(136deg)
}
.aem-ticker-tape--rotation-136 .c-ticker-tape__content {
  transform:rotate(-136deg)
}
.aem-ticker-tape--rotation-136-5 {
  transform:rotate(136.5deg)
}
.aem-ticker-tape--rotation-136-5 .c-ticker-tape__content {
  transform:rotate(-136.5deg)
}
.aem-ticker-tape--rotation-137 {
  transform:rotate(137deg)
}
.aem-ticker-tape--rotation-137 .c-ticker-tape__content {
  transform:rotate(-137deg)
}
.aem-ticker-tape--rotation-137-5 {
  transform:rotate(137.5deg)
}
.aem-ticker-tape--rotation-137-5 .c-ticker-tape__content {
  transform:rotate(-137.5deg)
}
.aem-ticker-tape--rotation-138 {
  transform:rotate(138deg)
}
.aem-ticker-tape--rotation-138 .c-ticker-tape__content {
  transform:rotate(-138deg)
}
.aem-ticker-tape--rotation-138-5 {
  transform:rotate(138.5deg)
}
.aem-ticker-tape--rotation-138-5 .c-ticker-tape__content {
  transform:rotate(-138.5deg)
}
.aem-ticker-tape--rotation-139 {
  transform:rotate(139deg)
}
.aem-ticker-tape--rotation-139 .c-ticker-tape__content {
  transform:rotate(-139deg)
}
.aem-ticker-tape--rotation-139-5 {
  transform:rotate(139.5deg)
}
.aem-ticker-tape--rotation-139-5 .c-ticker-tape__content {
  transform:rotate(-139.5deg)
}
.aem-ticker-tape--rotation-140 {
  transform:rotate(140deg)
}
.aem-ticker-tape--rotation-140 .c-ticker-tape__content {
  transform:rotate(-140deg)
}
.aem-ticker-tape--rotation-140-5 {
  transform:rotate(140.5deg)
}
.aem-ticker-tape--rotation-140-5 .c-ticker-tape__content {
  transform:rotate(-140.5deg)
}
.aem-ticker-tape--rotation-141 {
  transform:rotate(141deg)
}
.aem-ticker-tape--rotation-141 .c-ticker-tape__content {
  transform:rotate(-141deg)
}
.aem-ticker-tape--rotation-141-5 {
  transform:rotate(141.5deg)
}
.aem-ticker-tape--rotation-141-5 .c-ticker-tape__content {
  transform:rotate(-141.5deg)
}
.aem-ticker-tape--rotation-142 {
  transform:rotate(142deg)
}
.aem-ticker-tape--rotation-142 .c-ticker-tape__content {
  transform:rotate(-142deg)
}
.aem-ticker-tape--rotation-142-5 {
  transform:rotate(142.5deg)
}
.aem-ticker-tape--rotation-142-5 .c-ticker-tape__content {
  transform:rotate(-142.5deg)
}
.aem-ticker-tape--rotation-143 {
  transform:rotate(143deg)
}
.aem-ticker-tape--rotation-143 .c-ticker-tape__content {
  transform:rotate(-143deg)
}
.aem-ticker-tape--rotation-143-5 {
  transform:rotate(143.5deg)
}
.aem-ticker-tape--rotation-143-5 .c-ticker-tape__content {
  transform:rotate(-143.5deg)
}
.aem-ticker-tape--rotation-144 {
  transform:rotate(144deg)
}
.aem-ticker-tape--rotation-144 .c-ticker-tape__content {
  transform:rotate(-144deg)
}
.aem-ticker-tape--rotation-144-5 {
  transform:rotate(144.5deg)
}
.aem-ticker-tape--rotation-144-5 .c-ticker-tape__content {
  transform:rotate(-144.5deg)
}
.aem-ticker-tape--rotation-145 {
  transform:rotate(145deg)
}
.aem-ticker-tape--rotation-145 .c-ticker-tape__content {
  transform:rotate(-145deg)
}
.aem-ticker-tape--rotation-145-5 {
  transform:rotate(145.5deg)
}
.aem-ticker-tape--rotation-145-5 .c-ticker-tape__content {
  transform:rotate(-145.5deg)
}
.aem-ticker-tape--rotation-146 {
  transform:rotate(146deg)
}
.aem-ticker-tape--rotation-146 .c-ticker-tape__content {
  transform:rotate(-146deg)
}
.aem-ticker-tape--rotation-146-5 {
  transform:rotate(146.5deg)
}
.aem-ticker-tape--rotation-146-5 .c-ticker-tape__content {
  transform:rotate(-146.5deg)
}
.aem-ticker-tape--rotation-147 {
  transform:rotate(147deg)
}
.aem-ticker-tape--rotation-147 .c-ticker-tape__content {
  transform:rotate(-147deg)
}
.aem-ticker-tape--rotation-147-5 {
  transform:rotate(147.5deg)
}
.aem-ticker-tape--rotation-147-5 .c-ticker-tape__content {
  transform:rotate(-147.5deg)
}
.aem-ticker-tape--rotation-148 {
  transform:rotate(148deg)
}
.aem-ticker-tape--rotation-148 .c-ticker-tape__content {
  transform:rotate(-148deg)
}
.aem-ticker-tape--rotation-148-5 {
  transform:rotate(148.5deg)
}
.aem-ticker-tape--rotation-148-5 .c-ticker-tape__content {
  transform:rotate(-148.5deg)
}
.aem-ticker-tape--rotation-149 {
  transform:rotate(149deg)
}
.aem-ticker-tape--rotation-149 .c-ticker-tape__content {
  transform:rotate(-149deg)
}
.aem-ticker-tape--rotation-149-5 {
  transform:rotate(149.5deg)
}
.aem-ticker-tape--rotation-149-5 .c-ticker-tape__content {
  transform:rotate(-149.5deg)
}
.aem-ticker-tape--rotation-150 {
  transform:rotate(150deg)
}
.aem-ticker-tape--rotation-150 .c-ticker-tape__content {
  transform:rotate(-150deg)
}
.aem-ticker-tape--rotation-150-5 {
  transform:rotate(150.5deg)
}
.aem-ticker-tape--rotation-150-5 .c-ticker-tape__content {
  transform:rotate(-150.5deg)
}
.aem-ticker-tape--rotation-151 {
  transform:rotate(151deg)
}
.aem-ticker-tape--rotation-151 .c-ticker-tape__content {
  transform:rotate(-151deg)
}
.aem-ticker-tape--rotation-151-5 {
  transform:rotate(151.5deg)
}
.aem-ticker-tape--rotation-151-5 .c-ticker-tape__content {
  transform:rotate(-151.5deg)
}
.aem-ticker-tape--rotation-152 {
  transform:rotate(152deg)
}
.aem-ticker-tape--rotation-152 .c-ticker-tape__content {
  transform:rotate(-152deg)
}
.aem-ticker-tape--rotation-152-5 {
  transform:rotate(152.5deg)
}
.aem-ticker-tape--rotation-152-5 .c-ticker-tape__content {
  transform:rotate(-152.5deg)
}
.aem-ticker-tape--rotation-153 {
  transform:rotate(153deg)
}
.aem-ticker-tape--rotation-153 .c-ticker-tape__content {
  transform:rotate(-153deg)
}
.aem-ticker-tape--rotation-153-5 {
  transform:rotate(153.5deg)
}
.aem-ticker-tape--rotation-153-5 .c-ticker-tape__content {
  transform:rotate(-153.5deg)
}
.aem-ticker-tape--rotation-154 {
  transform:rotate(154deg)
}
.aem-ticker-tape--rotation-154 .c-ticker-tape__content {
  transform:rotate(-154deg)
}
.aem-ticker-tape--rotation-154-5 {
  transform:rotate(154.5deg)
}
.aem-ticker-tape--rotation-154-5 .c-ticker-tape__content {
  transform:rotate(-154.5deg)
}
.aem-ticker-tape--rotation-155 {
  transform:rotate(155deg)
}
.aem-ticker-tape--rotation-155 .c-ticker-tape__content {
  transform:rotate(-155deg)
}
.aem-ticker-tape--rotation-155-5 {
  transform:rotate(155.5deg)
}
.aem-ticker-tape--rotation-155-5 .c-ticker-tape__content {
  transform:rotate(-155.5deg)
}
.aem-ticker-tape--rotation-156 {
  transform:rotate(156deg)
}
.aem-ticker-tape--rotation-156 .c-ticker-tape__content {
  transform:rotate(-156deg)
}
.aem-ticker-tape--rotation-156-5 {
  transform:rotate(156.5deg)
}
.aem-ticker-tape--rotation-156-5 .c-ticker-tape__content {
  transform:rotate(-156.5deg)
}
.aem-ticker-tape--rotation-157 {
  transform:rotate(157deg)
}
.aem-ticker-tape--rotation-157 .c-ticker-tape__content {
  transform:rotate(-157deg)
}
.aem-ticker-tape--rotation-157-5 {
  transform:rotate(157.5deg)
}
.aem-ticker-tape--rotation-157-5 .c-ticker-tape__content {
  transform:rotate(-157.5deg)
}
.aem-ticker-tape--rotation-158 {
  transform:rotate(158deg)
}
.aem-ticker-tape--rotation-158 .c-ticker-tape__content {
  transform:rotate(-158deg)
}
.aem-ticker-tape--rotation-158-5 {
  transform:rotate(158.5deg)
}
.aem-ticker-tape--rotation-158-5 .c-ticker-tape__content {
  transform:rotate(-158.5deg)
}
.aem-ticker-tape--rotation-159 {
  transform:rotate(159deg)
}
.aem-ticker-tape--rotation-159 .c-ticker-tape__content {
  transform:rotate(-159deg)
}
.aem-ticker-tape--rotation-159-5 {
  transform:rotate(159.5deg)
}
.aem-ticker-tape--rotation-159-5 .c-ticker-tape__content {
  transform:rotate(-159.5deg)
}
.aem-ticker-tape--rotation-160 {
  transform:rotate(160deg)
}
.aem-ticker-tape--rotation-160 .c-ticker-tape__content {
  transform:rotate(-160deg)
}
.aem-ticker-tape--rotation-160-5 {
  transform:rotate(160.5deg)
}
.aem-ticker-tape--rotation-160-5 .c-ticker-tape__content {
  transform:rotate(-160.5deg)
}
.aem-ticker-tape--rotation-161 {
  transform:rotate(161deg)
}
.aem-ticker-tape--rotation-161 .c-ticker-tape__content {
  transform:rotate(-161deg)
}
.aem-ticker-tape--rotation-161-5 {
  transform:rotate(161.5deg)
}
.aem-ticker-tape--rotation-161-5 .c-ticker-tape__content {
  transform:rotate(-161.5deg)
}
.aem-ticker-tape--rotation-162 {
  transform:rotate(162deg)
}
.aem-ticker-tape--rotation-162 .c-ticker-tape__content {
  transform:rotate(-162deg)
}
.aem-ticker-tape--rotation-162-5 {
  transform:rotate(162.5deg)
}
.aem-ticker-tape--rotation-162-5 .c-ticker-tape__content {
  transform:rotate(-162.5deg)
}
.aem-ticker-tape--rotation-163 {
  transform:rotate(163deg)
}
.aem-ticker-tape--rotation-163 .c-ticker-tape__content {
  transform:rotate(-163deg)
}
.aem-ticker-tape--rotation-163-5 {
  transform:rotate(163.5deg)
}
.aem-ticker-tape--rotation-163-5 .c-ticker-tape__content {
  transform:rotate(-163.5deg)
}
.aem-ticker-tape--rotation-164 {
  transform:rotate(164deg)
}
.aem-ticker-tape--rotation-164 .c-ticker-tape__content {
  transform:rotate(-164deg)
}
.aem-ticker-tape--rotation-164-5 {
  transform:rotate(164.5deg)
}
.aem-ticker-tape--rotation-164-5 .c-ticker-tape__content {
  transform:rotate(-164.5deg)
}
.aem-ticker-tape--rotation-165 {
  transform:rotate(165deg)
}
.aem-ticker-tape--rotation-165 .c-ticker-tape__content {
  transform:rotate(-165deg)
}
.aem-ticker-tape--rotation-165-5 {
  transform:rotate(165.5deg)
}
.aem-ticker-tape--rotation-165-5 .c-ticker-tape__content {
  transform:rotate(-165.5deg)
}
.aem-ticker-tape--rotation-166 {
  transform:rotate(166deg)
}
.aem-ticker-tape--rotation-166 .c-ticker-tape__content {
  transform:rotate(-166deg)
}
.aem-ticker-tape--rotation-166-5 {
  transform:rotate(166.5deg)
}
.aem-ticker-tape--rotation-166-5 .c-ticker-tape__content {
  transform:rotate(-166.5deg)
}
.aem-ticker-tape--rotation-167 {
  transform:rotate(167deg)
}
.aem-ticker-tape--rotation-167 .c-ticker-tape__content {
  transform:rotate(-167deg)
}
.aem-ticker-tape--rotation-167-5 {
  transform:rotate(167.5deg)
}
.aem-ticker-tape--rotation-167-5 .c-ticker-tape__content {
  transform:rotate(-167.5deg)
}
.aem-ticker-tape--rotation-168 {
  transform:rotate(168deg)
}
.aem-ticker-tape--rotation-168 .c-ticker-tape__content {
  transform:rotate(-168deg)
}
.aem-ticker-tape--rotation-168-5 {
  transform:rotate(168.5deg)
}
.aem-ticker-tape--rotation-168-5 .c-ticker-tape__content {
  transform:rotate(-168.5deg)
}
.aem-ticker-tape--rotation-169 {
  transform:rotate(169deg)
}
.aem-ticker-tape--rotation-169 .c-ticker-tape__content {
  transform:rotate(-169deg)
}
.aem-ticker-tape--rotation-169-5 {
  transform:rotate(169.5deg)
}
.aem-ticker-tape--rotation-169-5 .c-ticker-tape__content {
  transform:rotate(-169.5deg)
}
.aem-ticker-tape--rotation-170 {
  transform:rotate(170deg)
}
.aem-ticker-tape--rotation-170 .c-ticker-tape__content {
  transform:rotate(-170deg)
}
.aem-ticker-tape--rotation-170-5 {
  transform:rotate(170.5deg)
}
.aem-ticker-tape--rotation-170-5 .c-ticker-tape__content {
  transform:rotate(-170.5deg)
}
.aem-ticker-tape--rotation-171 {
  transform:rotate(171deg)
}
.aem-ticker-tape--rotation-171 .c-ticker-tape__content {
  transform:rotate(-171deg)
}
.aem-ticker-tape--rotation-171-5 {
  transform:rotate(171.5deg)
}
.aem-ticker-tape--rotation-171-5 .c-ticker-tape__content {
  transform:rotate(-171.5deg)
}
.aem-ticker-tape--rotation-172 {
  transform:rotate(172deg)
}
.aem-ticker-tape--rotation-172 .c-ticker-tape__content {
  transform:rotate(-172deg)
}
.aem-ticker-tape--rotation-172-5 {
  transform:rotate(172.5deg)
}
.aem-ticker-tape--rotation-172-5 .c-ticker-tape__content {
  transform:rotate(-172.5deg)
}
.aem-ticker-tape--rotation-173 {
  transform:rotate(173deg)
}
.aem-ticker-tape--rotation-173 .c-ticker-tape__content {
  transform:rotate(-173deg)
}
.aem-ticker-tape--rotation-173-5 {
  transform:rotate(173.5deg)
}
.aem-ticker-tape--rotation-173-5 .c-ticker-tape__content {
  transform:rotate(-173.5deg)
}
.aem-ticker-tape--rotation-174 {
  transform:rotate(174deg)
}
.aem-ticker-tape--rotation-174 .c-ticker-tape__content {
  transform:rotate(-174deg)
}
.aem-ticker-tape--rotation-174-5 {
  transform:rotate(174.5deg)
}
.aem-ticker-tape--rotation-174-5 .c-ticker-tape__content {
  transform:rotate(-174.5deg)
}
.aem-ticker-tape--rotation-175 {
  transform:rotate(175deg)
}
.aem-ticker-tape--rotation-175 .c-ticker-tape__content {
  transform:rotate(-175deg)
}
.aem-ticker-tape--rotation-175-5 {
  transform:rotate(175.5deg)
}
.aem-ticker-tape--rotation-175-5 .c-ticker-tape__content {
  transform:rotate(-175.5deg)
}
.aem-ticker-tape--rotation-176 {
  transform:rotate(176deg)
}
.aem-ticker-tape--rotation-176 .c-ticker-tape__content {
  transform:rotate(-176deg)
}
.aem-ticker-tape--rotation-176-5 {
  transform:rotate(176.5deg)
}
.aem-ticker-tape--rotation-176-5 .c-ticker-tape__content {
  transform:rotate(-176.5deg)
}
.aem-ticker-tape--rotation-177 {
  transform:rotate(177deg)
}
.aem-ticker-tape--rotation-177 .c-ticker-tape__content {
  transform:rotate(-177deg)
}
.aem-ticker-tape--rotation-177-5 {
  transform:rotate(177.5deg)
}
.aem-ticker-tape--rotation-177-5 .c-ticker-tape__content {
  transform:rotate(-177.5deg)
}
.aem-ticker-tape--rotation-178 {
  transform:rotate(178deg)
}
.aem-ticker-tape--rotation-178 .c-ticker-tape__content {
  transform:rotate(-178deg)
}
.aem-ticker-tape--rotation-178-5 {
  transform:rotate(178.5deg)
}
.aem-ticker-tape--rotation-178-5 .c-ticker-tape__content {
  transform:rotate(-178.5deg)
}
.aem-ticker-tape--rotation-179 {
  transform:rotate(179deg)
}
.aem-ticker-tape--rotation-179 .c-ticker-tape__content {
  transform:rotate(-179deg)
}
